/*----------------------------------------------
PC：終了後ヘッダ
----------------------------------------------*/
.sec-hdr {
	margin: 0 auto 2rem auto;
	width: 1136px;
	text-align: left;
}
.sec-hdr .hdr-box {
	padding: 1em 0;
	margin-top: 2em;
/*	background: url(../img/icon-jlpp_notxt.svg) no-repeat;
	background-size: contain;*/
}
.sec-hdr h1 {
	padding: 0 0 .5em .5em;
/*	margin: 0 0 0 3em;*/
	border-bottom: 1px solid lightgray;
	font-size: 2em;
	letter-spacing: 2px;
	font-weight: bold;
}
/*----------------------------------------------
SP：終了後ヘッダ
----------------------------------------------*/
@media screen and (max-width: 1199px){
	.sec-hdr {
		width: 100%;
	}
	.sec-hdr .hdr-box {
		margin-top: .5em;
	}
}
/*----------------------------------------------
SSP：終了後ヘッダ
----------------------------------------------*/
@media screen and (max-width: 599px){
	.sec-hdr .hdr-box {
		padding: .8em 0;
	}
	.sec-hdr h1 {
		font-size: 1.4em;
		letter-spacing: unset;
/*		margin: 0 0 0 2.7em;*/
		padding: 0 0 .5em 0;
	}
}

/*----------------------------------------------
PC：言語切り替え
----------------------------------------------*/
.lng_chg {
	margin: 0 auto 16px auto;
	width: 1136px;
	height: 40px;
}
.lng_chg ul {
	float: right;
}
.lng_chg ul li {
	margin: 0 0 0 16px;
	float: left;
}
.lng_chg ul li a {
	display: block;
	background: #4F80A7;
	width: 9em;
	height: 2em;
	font-size: 1.2em;
	line-height: 2em;
	text-decoration: none;
	color: #ffffff;
	border-radius: 1em;
}
.lng_chg ul li a:hover {
	opacity: 0.8;
}
/*----------------------------------------------
SP：言語切り替え
----------------------------------------------*/
@media screen and (max-width: 1199px){
	.lng_chg {
		margin: 1em auto;
		width: 100%;
		height: auto;
		float: left;
	}
	.lng_chg ul {
		text-align: center;
		float: none;
	}
	.lng_chg ul li {
		display: inline-block;
		margin: 0 3em;
		float: none;
	}
	.lng_chg ul li a {
		display: block;
		background: #4F80A7;
		width: 9em;
		height: 2em;
		font-size: 1.2em;
		line-height: 2em;
		text-decoration: none;
		color: #ffffff;
		border-radius: 1em;
	}
}
/*----------------------------------------------
SP：言語切り替え：width: 428px
----------------------------------------------*/
@media screen and (max-width: 428px){
	.lng_chg ul li {
		margin: 0 4px;
	}
	.lng_chg ul li a {
		margin: 0 0 1em 0;
		width: 7rem;
		font-size: 1rem;
	}
}
/*----------------------------------------------
PC：お知らせ
----------------------------------------------*/
.caution {
	margin: 0 auto 90px auto;
	width: 100%;
	height: auto;
}
.caution-inner {
	margin: 0 auto;
	padding: 50px 0;
	border: 1px solid #e8464c;
	width: 872px;
	height: 200px;
}
.caution-inner h3 {
	margin: 0 0 50px 0;
	font-size: 40px;
	line-height: 1em;
	font-weight: 400;
	text-align: center;
	color: #e8464c;
}
.caution-inner p {
	margin: 0 80px;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 400;
	text-align: left;
	color: #333333;
}
/*----------------------------------------------
SP：お知らせ
----------------------------------------------*/
@media screen and (max-width: 1199px){
	.caution {
		margin: 0 3% 2em 3%;
		width: 94%;
		height: auto;
		float: left;
	}
	.caution-inner {
		margin: 0 auto;
		padding: 5em 0;
		border: 1px solid #e8464c;
		width: 100%;
		height: auto;
	}
	.caution-inner h3 {
		margin: 0 0 2em 0;
		font-size: 1.8em;
		line-height: 1em;
		font-weight: 400;
		text-align: center;
		color: #e8464c;
	}
	.caution-inner p {
		margin: 0 3em;
		font-size: 1em;
		line-height: 1.8em;
		font-weight: 400;
		text-align: left;
		color: #333333;
	}
}
/*----------------------------------------------
PC：sec00
----------------------------------------------*/
.sec00 {
	margin: 0 auto 2rem auto;
	width: 1136px;
}
.sec00 dl.read {
/*	margin: 80px 0 20px 0;*/
	width: 540px;
	float: left;
}
.sec00 dl.read dt {
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: 500;
	color: #555555;
	text-align: left;
/*	text-align: justify;*/
}
.sec00 dl.read.en {
/*	margin: 50px 0 0 0;*/
	width: 540px;
	float: left;
}
.sec00 dl.read.en dt {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: 500;
	color: #555555;
/*	text-align: justify;*/
}
.sec00 dl.read.es {
	margin: 10px 0 0 0;
	width: 540px;
	float: left;
}
.sec00 dl.read.es dt {
	font-size: 1.3em;
	line-height: 1.9rem;
	font-weight: 500;
	color: #555555;
	text-align: left;
	text-align: justify;
}
.sec00 div.area-flyer {
	margin: 20px 0;
	width: 566px;
	text-align: left;
	float: right;
}
.sec00 div.area-flyer h2 {
	width: 356px;
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: left;
	color: #80cef2;
	float: right;
}
.sec00 div.area-flyer a:hover {
	opacity: 0.8;
}
.sec00 div.area-flyer a img {
	width: 200px;
	height: auto;
	float: left;
}
.sec00 div.area-flyer p {
	margin: 14em 0 0 0;
	width: 356px;
	height: auto;
	font-size: 1em;
	line-height: 2em;
	text-align: left;
	float: right;
}
.sec00 div.area-flyer.en p {
	margin: 12em 0 0 0;
}
.sec00 div.area-flyer.fr p {
	margin: 10em 0 0 0;
}
/*----------------------------------------------
SP：sec00
----------------------------------------------*/
@media screen and (max-width: 1199px){
	.sec00 {
		width: 100%;
		float: left;
	}
	.sec00 dl.read,
	.sec00 dl.read.en,
	.sec00 dl.read.fr {
		margin: 0 5% 1em 5%;
		width: 90%;
		float: left;
	}
	.sec00 dl.read dt {
		font-size: 1.2em;
		line-height: 1.6em;
		font-weight: 500;
		color: #555555;
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	.sec00 dl.read.en dt {
		font-size: 1.2em;
		line-height: 1.6em;
		font-weight: 500;
		color: #555555;
		text-align: left;
		text-justify: inter-ideograph;
	}
	.sec00 dl.read.fr dt {
		font-size: 1.2em;
		line-height: 1.6em;
		font-weight: 500;
		color: #555555;
		text-align: left;
		text-justify: inter-ideograph;
	}
	.sec00 div.area-flyer {
		margin: 0 0 1em 0;
		width: 100%;
		text-align: center;
		float: right;
	}
	.sec00 div.area-flyer h2 {
		margin: 0 0 0.5em 0;
		width: 100%;
		font-size: 1.4em;
		line-height: 1.4em;
		text-align: center;
		color: #80cef2;
		float: none;
	}
	.sec00 div.area-flyer a:hover {
		opacity: 0.8;
	}
	.sec00 div.area-flyer a img {
		margin: 0 auto 0.5em auto;
		width: 200px;
		height: auto;
		float: none;
	}
	.sec00 div.area-flyer p,
	.sec00 div.area-flyer.en p,
	.sec00 div.area-flyer.fr p {
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		font-size: 1em;
		line-height: 2em;
		text-align: center;
		float: none;
	}
}

@media screen and (max-width: 428px) {
	.sec00 dl.read, 
	.sec00 dl.read.en, 
	.sec00 dl.read.es {
		margin: 0 2% 1rem;
	}
	.sec00 dl.read dt {
		font-size: 1rem;
	}
}
/*----------------------------------------------
PC：sec-common
----------------------------------------------*/
.sec-wrap {
/*	display: block;
	margin: 0 100px 0 100px;
	width: 1200px;
	position: relative;
//	float: left;
*/
	padding: 0 2rem;
	margin-top: -2rem;
}

h3 {
	background: #eaf6fd;
	margin: 2em 0 1em 0;
	font-size: 2.5em;
	line-height: 1.8em;
	font-weight: 600;
	color: steelblue;
	text-align: center;
	letter-spacing: 6px;
}

h4 {
	text-align: center;
	border: 1px solid darkgray;
	padding: 1rem 0;
	margin: 3rem 0 1rem;
	background: #f5fbfe;
/*	margin: 0 0 0 0;*/
	font-size: 1.6em;
	font-weight: 600;
	color: #333333;
	letter-spacing: 4px;
	color: black;
	text-shadow: 4px 4px 4px #ffffff, -4px -4px 4px #ffffff, -4px 4px 4px #ffffff, 4px -4px 4px #ffffff, 4px 0 4px #ffffff, -4px 0 4px #ffffff, 0 4px 4px #ffffff, 0 -4px 4px #ffffff;
}
h4.genre2 {
	background-image: url(../img/bg_01.png);
	background-repeat: repeat;
	background-size: 15%;
	border: 1px solid pink;
}
h4.genre1 {
	background-image: url(../img/bg_02.png);
	background-size: cover;
	border: 1px solid gainsboro;
	margin-top: 0;
}

.btn-profile {
	display: flex;
	justify-content: flex-end;
}

/*----------------------------------------------
SP：sec-common
----------------------------------------------*/
@media screen and (max-width: 1199px){
	.sec-wrap {
		display: block;
		margin: 0 2% 0 2%;
		width: 96%;
		position: relative;
		float: left;
	}
	
	.sec-wrap .sec-head h3 {
		margin: 1em 0 1em 0;
	}
}

/*----------------------------------------------
SSP：sec-common
----------------------------------------------*/
@media screen and (max-width: 428px){
	.sec-wrap {
		margin: 0;
		width: 100%;
		padding: 0 1em;
	}
	
	.sec-wrap .sec-head h3 {
		font-size: 1.5em;
	}
	
	h4 {
		font-size: 1.4em;
	}
	
	h4.genre1,
	h4.genre2 {
		font-size: 1.3em;
		margin: .5rem 0;
		padding: .7rem 0;
	}
	h4.genre2 {
		background-size: 25%;
	}
}

/*----------------------------------------------
PC：sec01
----------------------------------------------*/
.sec01 {
	margin: 0 auto 55px auto;
	border-top: 1px solid #000000;
	width: 1136px;
}
.sec01 .sec-wrap.bdr {
	border-top: 1px solid #000000;
}
.sec01 .sec-wrap .sec-head {
	margin: 16px 0;
	text-align: left;
}
/*
.sec01 .sec-wrap .sec-head h3 {
	background: #eaf6fd;
	margin: 2em 0 1em 0;
	font-size: 3em;
	line-height: 1.8em;
	font-weight: 600;
	color: #80cef2;
	text-align: center;
}
*/
.sec01 .sec-wrap .sec-body {
	text-align: left;
}
.sec01 .taskbook {
	font-size: 1.3rem;
}
.sec01 .taskbook h5 {
/*	padding: 0 0 1rem;*/
	font-weight: bold;
}
.sec01 .sec-wrap .sec-body a.btn {
	display: block;
	background: url(../img/arrow-blue.svg) 95% center no-repeat;
	background-size: 8px 14px;
	border: 1px solid #4F80A7;
	margin: 0 0 1em 0;
	width: 252px;
/*	height: 48px;*/
	font-size: 18px;
/*	line-height: 48px;*/
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	color: #2E688A;
	float: right;
	clear: both;
}
.sec01 .sec-wrap .sec-body a.btn:hover {
	opacity: 0.8;
}
.sec01 .sec-wrap .sec-body p {
	margin: 0 0 1em 0;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: 400;
/*	float: left;*/
	text-align: center;
}
.sec01 .sec-wrap .sec-body p a {
	text-decoration: none;
	color: #2E688A;
}
.sec01 .sec-wrap .sec-body p a.dl {
	display: inline-block;
	background: url(../img/icon-dl.svg) right center no-repeat;
	background-size: 1em 1em;
	padding: 0 1.5em 0 0;
	line-height: 1.2;
	margin-top: .5rem;
}
.sec01 .sec-wrap .sec-body p a:hover {
	opacity: 0.8;
}
.sec01 .sec-wrap .sec-body p small{
	display: block;
	margin-top: .8em;
	line-height: 1.3;
	color: #999;
}

.sec01 .taskbook {
	margin-bottom: 1rem;
	font-size: 1.4em;
}
.sec01 .taskbook .genre {
	text-decoration: underline;
}
.sec01 .taskbook .author {
	margin: 1.5rem 0 1rem;
	font-size: 1.3rem;
}
.sec01 .taskbook .title {
	margin: 1rem;
	font-size: 1.5rem;
	font-weight: bold;
}
.sec01 .taskbook .title span {
	font-size: 1.3rem;
	font-weight: normal;
}
.sec01 .taskbook .cover img {
	width: 160px;
}
.sec01 .taskbook-genre2 .cover img {
/*	width: 280px;*/
}

@media screen and (max-width: 428px){
	.sec01 .taskbook .genre {
		font-size: 1rem;
	}
	.sec01 .taskbook .author,
	.sec01 .taskbook .title {
		margin: .5rem;
		font-size: 1.1rem;
		line-height: 1.2;
	}
}

/*----------------------------------------------
SP：sec01
----------------------------------------------*/
@media screen and (max-width: 1199px){
	.sec01 {
		margin: 0 auto 2em auto;
		border-top: 1px solid #000000;
		width: 100%;
	}
	/*
	.sec01 .sec-wrap {
		display: block;
		margin: 0 5% 0 5%;
		width: 90%;
		position: relative;
		float: left;
	}
	*/
	.sec01 .sec-wrap.bdr {
		border-top: 1px solid #000000;
	}
	.sec01 .sec-wrap .sec-head {
		margin: 0.5em 0;
		text-align: left;
	}
	/*
	.sec01 .sec-wrap .sec-head h3 {
		background: #eaf6fd;
		margin: 2em 0 1em 0;
		font-size: 3em;
		line-height: 2em;
		font-weight: 600;
		color: #80cef2;
		text-align: center;
	}
	*/
	.sec01 .sec-wrap .sec-body {
		text-align: left;
	}
	.sec01 .sec-wrap .sec-body ul {
		width: 100%;
	}
	.sec01 .sec-wrap .sec-body ul li {
		margin: 0 5% 0 5%;
		width: 90%;
		float: none;
		position: relative;
	}
	.sec01 .sec-wrap .sec-body ul li h4 {
		margin: 0 0 0.5em 0;
		border: 1px solid #ed4320;
		width: 100%;
		font-size: 1.8em;
		line-height: 2.4em;
		font-weight: 600;
		text-align: center;
		color: #ed4320;
		float: left;
	}
	.sec01 .sec-wrap .sec-body ul li dl {
		margin: 0 0 1em 0;
		width: 100%;
		float: left;
	}
	.sec01 .sec-wrap .sec-body ul li dl dt {
		font-size: 1.2em;
		line-height: 1.4em;
		font-weight: 500;
		text-align: center;
	}
	.sec01 .sec-wrap .sec-body ul li dl dd {
		font-size: 1.6em;
		line-height: 1.8em;
		font-weight: 500;
		text-align: center;
	}
	.sec01 .sec-wrap .sec-body ul li div.area-photo {
		width: 100%;
		float: left;
	}
	.sec01 .sec-wrap .sec-body ul li div.area-photo .prf {
/*		margin: 0 0 1em 5%;*/
		text-align: center;
		float: left;
	}
	.sec01 .sec-wrap .sec-body ul li div.area-photo .wrk {
/*		margin: 0 5% 1em 0;
		text-align: center; */
/*		float: right;*/
	}
	.sec01 .sec-wrap .sec-body ul li div.area-photo .prf img,
	.sec01 .sec-wrap .sec-body ul li div.area-photo .wrk img {
/*		margin: 0 auto 1em auto;
		width: 45%;
		height: auto;*/
	}
	.sec01 .sec-wrap .sec-body ul li div.area-photo .prf > p {
		margin: 0 0 0 0;
		font-size: 1em;
		line-height: 1.2em;
		font-weight: 400;
		text-align: center;
		float: none;
	}
	.sec01 .sec-wrap .sec-body ul li div.area-photo .prf > p a.dl {
		display: inline-block;
		background: url(../img/icon-dl.svg) right center no-repeat;
		background-size: 1em 1em;
		padding: 0 2em 0 0;
	}
	/*
	.sec01 .sec-wrap .sec-body a.btn {
		display: block;
		background: url(../img/arrow-blue.svg) 95% center no-repeat;
		background-size: 8px 14px;
		border: 1px solid #4F80A7;
		margin: 0 auto 1em auto;
		width: 252px;
		height: 48px;
		font-size: 18px;
		line-height: 48px;
		font-weight: 400;
		text-indent: 1em;
		text-decoration: none;
		color: #2E688A;
		float: none;
		clear: both;
	}
	*/
	.sec01 .sec-wrap .sec-body a.btn:hover {
		opacity: 0.8;
	}
	.sec01 .sec-wrap .sec-body p {
		margin: 0 0 1em 0;
		width: 100%;
		font-size: 1.2em;
		line-height: 1.6em;
		font-weight: 400;
/*		float: left;*/
	}
	.sec01 .sec-wrap .sec-body p a {
		text-decoration: none;
		color: #2E688A;
	}
	.sec01 .sec-wrap .sec-body p a.dl {
		display: inline-block;
		background: url(../img/icon-dl.svg) right center no-repeat;
		background-size: 1em 1em;
		padding: 0 1em 0 0;
	}
	.sec01 .sec-wrap .sec-body p a:hover {
		opacity: 0.8;
	}
}
/*----------------------------------------------
SP：sec01：width: 800px
----------------------------------------------*/
@media screen and (max-width: 800px){
	.sec01 .sec-wrap .sec-body ul li div.area-photo .wrk {
		padding-left: 1rem;
	}
}
/*----------------------------------------------
SP：sec02：width: 428px
----------------------------------------------*/
@media screen and (max-width: 428px){
	/*
	.sec01 .sec-wrap .sec-head h3 {
		background: #eaf6fd;
		margin: 2em 0 1em 0;
		font-size: 2em;
		line-height: 2em;
		font-weight: 600;
		color: #80cef2;
		text-align: center;
	}
	*/
	.sec01 .sec-wrap .sec-body ul {
		width: 100%;
	}
	.sec01 .sec-wrap .sec-body ul li {
		margin: 0 0 0 0;
		width: 100%;
		float: none;
		position: relative;
	}
	.sec01 .sec-wrap .sec-body ul li h4 {
		margin: 0 0 0.5em 0;
		border: 1px solid #ed4320;
		width: 100%;
		font-size: 1.2em;
		line-height: 2em;
		font-weight: 600;
		text-align: center;
		color: #ed4320;
		float: left;
	}
	.sec01 .sec-wrap .sec-body ul li dl {
		margin: 0 0 1em 0;
		width: 100%;
		float: left;
	}
	.sec01 .sec-wrap .sec-body ul li dl dt {
		font-size: 1.2em;
		line-height: 1.4em;
		font-weight: 500;
		text-align: center;
	}
	.sec01 .sec-wrap .sec-body ul li dl dd {
		font-size: 1.4em;
		line-height: 1.8em;
		font-weight: 500;
		text-align: center;
	}
	.sec01 .sec-wrap .sec-body ul li div.area-photo {
		width: 100%;
		float: left;
	}
	.sec01 .sec-wrap .sec-body ul li div.area-photo .prf {
		margin: 0 0 1em 0;
		width: 100%;
		text-align: center;
		float: left;
	}
	.sec01 .sec-wrap .sec-body ul li div.area-photo .wrk {
/*		margin: 0 0 1em 0;*/
		width: 98%;
/*		text-align: center;*/
		float: right;
	}
	.sec01 .sec-wrap .sec-body ul li div.area-photo .prf img,
	.sec01 .sec-wrap .sec-body ul li div.area-photo .wrk img {
		margin: 0 auto 1em auto;
		width: 50%;
		height: auto;
	}
	.sec01 .sec-wrap .sec-body ul li div.area-photo .prf > p {
		margin: 0 0 0 0;
		font-size: 1em;
		line-height: 1.2em;
		font-weight: 400;
		text-align: center;
		float: none;
	}
	.sec01 .sec-wrap .sec-body ul li div.area-photo .prf > p a.dl {
		display: inline-block;
		background: url(../img/icon-dl.svg) right center no-repeat;
		background-size: 1em 1em;
		padding: 0 2em 0 0;
	}
	.sec01 .sec-wrap .sec-body a.btn {
		font-size: 1rem;
		width: 200px;
	}
	.sec01 .sec-wrap .sec-body a.btn:hover {
		opacity: 0.8;
	}
	.sec01 .sec-wrap .sec-body p {
/*		margin: 1em 0;
		width: 100%;*/
		font-size: 1em;
		line-height: 1.4em;
/*		font-weight: 400;
		float: left;*/
	}
	.sec01 .sec-wrap .sec-body p a {
		margin: 0 0 1em 0;
		text-decoration: none;
		color: #2E688A;
	}
	.sec01 .sec-wrap .sec-body p a.dl {
		display: inline-block;
		background: url(../img/icon-dl.svg) right center no-repeat;
		background-size: 1em 1em;
		padding: 0 1em 0 0;
	}
	.sec01 .sec-wrap .sec-body p a:hover {
		opacity: 0.8;
	}
	.sec01 .taskbook .title span {
		font-size: 1.1rem;
	}
}
/*----------------------------------------------
PC：sec02
----------------------------------------------*/
.sec02 {
	margin: 0 auto 55px auto;
	border-top: 1px solid #000000;
	width: 1136px;
}
/*
.sec02 .sec-wrap {
	display: block;
	margin: 0 100px 0 100px;
	width: 936px;
	position: relative;
	float: left;
}
*/
.sec02 .sec-wrap .sec-head {
	margin: 16px 0;
	text-align: left;
}
/*
.sec02 .sec-wrap .sec-head h3 {
	background: #eaf6fd;
	margin: 2em 0 1em 0;
	font-size: 3em;
	line-height: 2em;
	font-weight: 600;
	color: #80cef2;
	text-align: center;
}
*/
.sec02 .sec-wrap .sec-body {
	text-align: left;
}
.sec02 .sec-wrap .sec-body p {
	background: url(../img/arrow-orange.svg) left 0.4em no-repeat;
	background-size: auto 1em;
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 500;
	text-align: justify;
}
/*----------------------------------------------
SP：sec02
----------------------------------------------*/
@media screen and (max-width: 1199px){
	.sec02 {
		margin: 0 auto 55px auto;
		border-top: 1px solid #000000;
		width: 100%;
	}
	/*
	.sec02 .sec-wrap {
		display: block;
		margin: 0 5% 0 5%;
		width: 90%;
		position: relative;
		float: left;
	}
	*/
	.sec02 .sec-wrap .sec-head {
		margin: 0.5em 0;
		text-align: left;
	}
	/*
	.sec02 .sec-wrap .sec-head h3 {
		background: #eaf6fd;
		margin: 2em 0 1em 0;
		width: 100%;
		font-size: 3em;
		line-height: 2em;
		font-weight: 600;
		color: #80cef2;
		text-align: center;
	}
	*/
	.sec02 .sec-wrap .sec-body {
		text-align: left;
	}
	.sec02 .sec-wrap .sec-body p {
		background: url(../img/arrow-orange.svg) left 0.4em no-repeat;
		background-size: auto 1em;
		margin: 0 0 1em 0;
		padding: 0 0 0 1em;
		font-size: 1.3em;
		line-height: 1.6em;
		font-weight: 500;
	}
}
/*----------------------------------------------
SP：sec02：width: 428px
----------------------------------------------*/
@media screen and (max-width: 428px){
	.sec02 .sec-wrap .sec-body p {
		font-size: 1rem;
		line-height: 1.4;
	}
}
/*----------------------------------------------
PC：sec03
----------------------------------------------*/
.sec03 {
	margin: 0 auto 55px auto;
	border-top: 1px solid #000000;
	width: 1136px;
}
/*
.sec03 .sec-wrap {
	display: block;
	margin: 0 100px 0 100px;
	width: 936px;
	position: relative;
	float: left;
}
*/
.sec03 .sec-wrap .sec-head {
	margin: 16px 0;
	text-align: left;
}
/*
.sec03 .sec-wrap .sec-head h3 {
	background: #eaf6fd;
	margin: 2em 0 1em 0;
	font-size: 3em;
	line-height: 2em;
	font-weight: 600;
	color: #80cef2;
	text-align: center;
}
*/
.sec03 .sec-wrap .sec-body {
	text-align: left;
}
.sec03 .sec-wrap .sec-body ul.flow {
	margin: 0 0 2em 0;
	width: 100%;
}
.sec03 .sec-wrap .sec-body ul.flow li {
	margin: 0 4.5% 0 0;
	width: 21.5%;
/*	height: 140px;*/
	height: 130px;
	color: #ffffff;
	float: left;
	position: relative;
}
.sec03 .sec-wrap .sec-body ul.flow-es li {
	height: 136px;
}
.sec03 .sec-wrap .sec-body ul.flow li.flow1 {
	background: #256073;
}
.sec03 .sec-wrap .sec-body ul.flow li.flow1:after {
	content: ' ';
	position: absolute;
	top: 15%;
	right: -42px;
	width: 0;
	height: 0;
	border: none;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 50px solid #256073;
}
.sec03 .sec-wrap .sec-body ul.flow li.flow2 {
	background: #3b8399;
}
.sec03 .sec-wrap .sec-body ul.flow li.flow2:after {
	content: ' ';
	position: absolute;
	top: 15%;
	right: -42px;
	width: 0;
	height: 0;
	border: none;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 50px solid #3b8399;
}
.sec03 .sec-wrap .sec-body ul.flow li.flow3 {
	background: #5caac3;
}
.sec03 .sec-wrap .sec-body ul.flow li.flow3:after {
	content: ' ';
	position: absolute;
	top: 15%;
	right: -42px;
	width: 0;
	height: 0;
	border: none;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 50px solid #5caac3;
}
.sec03 .sec-wrap .sec-body ul.flow li.flow4 {
	background: #999999;
	margin: 0 0 0 0;
}
.sec03 .sec-wrap .sec-body ul.flow li dl {
	margin: 14px 8px;
}
.sec03 .sec-wrap .sec-body ul.flow li dl dt {
/*	margin: 0 0 1em 0;*/
	margin: 0 0 16px 0;
	width: 100%;
	height: 2em;
/*	font-size: 1.4em;*/
	font-size: 1.2rem;
	text-align: center;
/*	display: inline-flex;
	justify-content: center;
	align-items: center;*/
}
.sec03 .sec-wrap .sec-body ul.flow li dl dt span {
	font-size: 1rem;
}
.sec03 .sec-wrap .sec-body ul.flow li dl dd {
	background: #ffffff;
	padding: 0.5em;
	font-size: 1em;
	text-align: center;
	color: #333333;
	height: 54px;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}
.sec03 .sec-wrap .sec-body ul.flow-es li dl dd {
	height: 58px;
}
.sec03 .sec-wrap .sec-body ul.flow.ef li dl dd {
	font-size: 0.9em;
}
/*
.sec03 .sec-wrap .sec-body h4 {
	background: #f5fbfe;
	margin: 0 0 0 0;
	font-size: 2em;
	line-height: 2em;
	font-weight: 600;
	color: #333333;
	text-align: center;
}
*/

.sec03 .sec-wrap .sec-body table {
	margin: 0.5em 0 2em 0;
/*	width: 936px;*/
	color: #555555;
}
.sec03 .sec-wrap .sec-body table tr {
	border-bottom: 1px solid #e5e5e5;
}
.sec03 .sec-wrap .sec-body table tr.bdr-none {
	border-bottom: none;
}
.sec03 .sec-wrap .sec-body table th {
	padding: 1.5em 0.5em;
	width: 160px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
}
.sec03 .sec-wrap .sec-body table td {
	padding: 1.5em 0.5em 1.3em 0.5em;
	font-size: 1rem;
	line-height: 24px;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	vertical-align: middle;
}
.sec03 .sec-wrap .sec-body table td b {
	font-size: 1.1em;
	font-weight: 500;
	color: #3b8399;
}
.sec03 .sec-wrap .sec-body table td span {
	font-size: 16px;
	line-height: 42px;
	font-weight: 500;
	color: #e8464c;
}
.sec03 .sec-wrap .sec-body table td a {
	display: block;
	background: url(../img/arrow-white.svg) 95% center #2E688A no-repeat;
	background-size: 8px 14px;
	border: 1px solid #4F80A7;
	margin: 1em auto;
	height: 3.2em;
	font-size: 1.2rem;
	line-height: 3.2em;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}
.sec03 .sec-wrap .sec-body table td a:hover {
	opacity: 0.8;
}
.sec03 .sec-wrap .sec-body table td a.disabled {
	line-height: 1.2;
	height: initial;
	padding: .5rem 0;
	opacity: 0.8;
}
.sec03 .sec-wrap .sec-body table td aside p {
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.sec03 .sec-wrap .sec-body table td p.jadge_p {
	padding: 0 0 0 2.5em;
	text-indent: -2.5em;
}
.sec03 .sec-wrap .sec-body table td p.jadge_p.ef {
	padding: 0 0 0 1.25em;
	text-indent: -1.25em;
}
.sec03 .overview .genre {
	margin-left: -10px;
}

.sec03 .language,
.sec03 .taskwork {
	margin-left: .5rem;
}
.sec03 .sec-wrap .sec-body div.area-judge {
	width: 100%;
	float: left;
}
.sec03 .sec-wrap .sec-body div.area-judge .row {
	justify-content: space-evenly;
}
.sec03 .area-judge .lang {
	background-color: #80cef2;
}
.sec03 .sec-wrap .sec-body div.area-judge p {
/*	background: #80cef2;*/
	margin: 1em 0;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 500;
	text-indent: 1em;
	color: #ffffff;
}
.sec03 .sec-wrap .sec-body div.area-judge ul {
	margin: 0 0 2em 0;
	width: 100%;
	float: left;
}
.sec03 .sec-wrap .sec-body div.area-judge ul li {
	width: 33%;
	text-align: center;
	float: left;
}
.sec03 .sec-wrap .sec-body div.area-judge ul li img {
	margin: 0 0 1em 0;
	width: 160px;
	height: 160px;
}
.sec03 .sec-wrap .sec-body div.area-judge ul li dl {
	margin: 0 auto;
	width: 90%;
}
.sec03 .sec-wrap .sec-body div.area-judge ul li dl dt {
	font-size: 1.2em;
/*	line-height: 2em;*/
	font-weight: 500;
	margin-bottom: .5rem;
}
.sec03 .sec-wrap .sec-body div.area-judge ul li dl dd {
	font-size: 1em;
	line-height: 1.2;
	font-weight: 400;
/*	text-align: left;*/
}
.sec03 .sec-wrap .sec-body div.area-judge ul li dl dd.t_center {
	text-align: center;
}
.sec03 .sec-wrap .sec-body div.area-judge a.btn {
//	display: block;
	background: url(../img/arrow-blue.svg) 95% center no-repeat;
//	background-size: 8px 14px;
	border: 1px solid #4F80A7;
	margin: 0 0 1em 0;
	width: 252px;
//	height: 48px;
	font-size: 18px;
//	line-height: 48px;
//	font-weight: 400;
//	text-decoration: none;
//	text-align: center;
	color: #2E688A;
//	float: right;
//	clear: both;
}
.sec03 .sec-wrap .sec-body .area-btn {
	width: 100%;
	text-align: center;
	float: left;
}
.sec03 .sec-wrap .sec-body .area-btn a {
	display: block;
	background: url(../img/arrow-white.svg) 95% center #2E688A no-repeat;
	background-size: 8px 14px;
	border: 1px solid #4F80A7;
	margin: 1em auto;
	width: 460px;
	height: 3.2em;
	font-size: 1.2em;
	line-height: 3.2em;
	font-weight: 400;
	text-decoration: none;
	color: #ffffff;
}

.area-judge h5 {
	background-color: lightgray;
	padding: 0.5rem 1rem;
	font-size: 1.3em;
	border-left: 10px solid gray;
	margin: 2rem 0 1em;
}
.area-judge h6 {
	color: white;
	background-color: #80cef2;
	margin: 1em 0;
	font-size: 1.2em;
	line-height: 2em;
	font-weight: 500;
	text-indent: 1em;
}
.area-judge img {
	width: 90%;
	border-radius: 50%;
}
.area-judge .name {
	font-size: 1.2em;
	font-weight: 500;
	margin: 1em 0 .5em;
}
.area-judge .job {
	line-height: 1.2;
}

/*----------------------------------------------
SP：sec03
----------------------------------------------*/
@media screen and (max-width: 1199px){
	.sec03 {
		margin: 0 auto 2em auto;
		border-top: 1px solid #000000;
		width: 100%;
	}
	/*
	.sec03 .sec-wrap {
		display: block;
		margin: 0 5% 0 5%;
		width: 90%;
		position: relative;
		float: left;
	}
	*/
	.sec03 .sec-wrap .sec-head {
		margin: 0.5em 0;
		text-align: left;
	}
	/*
	.sec03 .sec-wrap .sec-head h3 {
		background: #eaf6fd;
		margin: 2em 0 1em 0;
		width: 100%;
		font-size: 3em;
		line-height: 2em;
		font-weight: 600;
		color: #80cef2;
		text-align: center;
	}
	*/
	.sec03 .sec-wrap .sec-body {
		text-align: left;
	}
	.sec03 .sec-wrap .sec-body ul.flow {
		margin: 0 0 2em 0;
		width: 100%;
	}
	.sec03 .sec-wrap .sec-body ul.flow li {
		margin: 0 4.5% 0 0;
		width: 21.5%;
		height: 140px;
		color: #ffffff;
		float: left;
		position: relative;
	}
	.sec03 .sec-wrap .sec-body ul.flow li.flow1 {
		background: #256073;
	}
	.sec03 .sec-wrap .sec-body ul.flow li.flow1:after {
		content: ' ';
		position: absolute;
		top: 20%;
		right: -38px;
		width: 0;
		height: 0;
		border: none;
		border-top: 2.8em solid transparent;
		border-bottom: 2.8em solid transparent;
		border-left: 2.8em solid #256073;
	}
	.sec03 .sec-wrap .sec-body ul.flow li.flow2 {
		background: #3b8399;
	}
	.sec03 .sec-wrap .sec-body ul.flow li.flow2:after {
		content: ' ';
		position: absolute;
		top: 20%;
		right: -38px;
		width: 0;
		height: 0;
		border: none;
		border-top: 2.8em solid transparent;
		border-bottom: 2.8em solid transparent;
		border-left: 2.8em solid #3b8399;
	}
	.sec03 .sec-wrap .sec-body ul.flow li.flow3 {
		background: #5caac3;
	}
	.sec03 .sec-wrap .sec-body ul.flow li.flow3:after {
		content: ' ';
		position: absolute;
		top: 20%;
		right: -38px;
		width: 0;
		height: 0;
		border: none;
		border-top: 2.8em solid transparent;
		border-bottom: 2.8em solid transparent;
		border-left: 2.8em solid #5caac3;
	}
	.sec03 .sec-wrap .sec-body ul.flow li.flow4 {
		background: #999999;
		margin: 0 0 0 0;
	}
	.sec03 .sec-wrap .sec-body ul.flow li dl {
		margin: 1em 0.5em;
	}
	.sec03 .sec-wrap .sec-body ul.flow li dl dt {
		margin: 0 0 1em 0;
		height: 2em
		font-size: 1.4em;
		text-align: center;
	}
	.sec03 .sec-wrap .sec-body ul.flow li dl dt span {
		font-size: 0.7em;
	}
	.sec03 .sec-wrap .sec-body ul.flow li dl dd {
		background: #ffffff;
		padding: 0.5em;
		font-size: 1em;
		text-align: center;
		color: #333333;
	}
	.sec03 .sec-wrap .sec-body h4 {
		background: #f5fbfe;
		margin: 0 0 0 0;
		font-size: 2em;
		line-height: 2em;
		font-weight: 600;
		color: #333333;
		text-align: center;
	}
	.sec03 .sec-wrap .sec-body table {
		margin: 0.5em 0 2em 0;
		width: 100%;
		color: #555555;
	}
	.sec03 .sec-wrap .sec-body table tr {
		border-bottom: 1px solid #e5e5e5;
	}
	.sec03 .sec-wrap .sec-body table tr.bdr-none {
		border-bottom: none;
	}
	.sec03 .sec-wrap .sec-body table th {
		padding: 1.5em 0.5em;
		width: 160px;
		font-size: 18px;
		line-height: 1.3;
		font-weight: 500;
	}
	.sec03 .sec-wrap .sec-body table td {
		padding: 1.5em 0.5em 1.3em 0.5em;
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
		vertical-align: middle;
	}
	.sec03 .sec-wrap .sec-body table td b {
		font-weight: 500;
	}
	.sec03 .sec-wrap .sec-body table td span {
		font-size: 16px;
		line-height: 42px;
		font-weight: 500;
		color: #e8464c;
	}
	.sec03 .sec-wrap .sec-body table td a {
		display: block;
		background: url(../img/arrow-white.svg) 95% center #2E688A no-repeat;
		background-size: 8px 14px;
		border: 1px solid #4F80A7;
		margin: 1em auto;
		width: 420px;
		height: 3.2em;
		font-size: 1.4em;
		line-height: 3.2em;
		font-weight: 400;
		text-indent: 1em;
		text-decoration: none;
		color: #ffffff;
	}
	.sec03 .sec-wrap .sec-body table td a:hover {
		opacity: 0.8;
	}
	.sec03 .sec-wrap .sec-body table td aside p {
		padding: 0 0 0 1em;
		text-indent: -1em;
	}
	.sec03 .sec-wrap .sec-body table td p.jadge_p {
		padding: 0 0 0 2.5em;
		text-indent: -2.5em;
	}
	.sec03 .sec-wrap .sec-body div.area-judge {
		width: 100%;
		float: left;
	}
	.sec03 .sec-wrap .sec-body div.area-judge p {
		background: #80cef2;
		margin: 1em 0;
		font-size: 1.2em;
		line-height: 2em;
		font-weight: 500;
		text-indent: 1em;
		color: #ffffff;
	}
	.sec03 .sec-wrap .sec-body div.area-judge ul {
		margin: 0 0 2em 0;
		width: 100%;
		float: left;
	}
	.sec03 .sec-wrap .sec-body div.area-judge ul li {
		width: 33%;
		text-align: center;
		float: left;
	}
	.sec03 .sec-wrap .sec-body div.area-judge ul li img {
		margin: 0 0 1em 0;
		width: 50%;
		height: 50%;
	}
	.sec03 .sec-wrap .sec-body div.area-judge ul li dl {
		margin: 0 auto;
		width: 90%;
	}
	.sec03 .sec-wrap .sec-body div.area-judge ul li dl dt {
		font-size: 1.2em;
/*		line-height: 2em;*/
		font-weight: 500;
	}
	.sec03 .sec-wrap .sec-body div.area-judge ul li dl dd {
		font-size: 1em;
		line-height: 1.2;
		font-weight: 400;
/*		text-align: left;*/
	}
	/*
	.sec03 .sec-wrap .sec-body div.area-judge a.btn {
		display: block;
		background: url(../img/arrow-blue.svg) 95% center no-repeat;
		background-size: 8px 14px;
		border: 1px solid #4F80A7;
		margin: 0 0 1em 0;
		width: 252px;
		height: 48px;
		font-size: 18px;
		line-height: 48px;
		font-weight: 400;
		text-indent: 1em;
		text-decoration: none;
		color: #2E688A;
		float: right;
		clear: both;
	}
	*/
	.sec03 .sec-wrap .sec-body .area-btn {
		width: 100%;
		text-align: center;
		float: left;
	}
	.sec03 .sec-wrap .sec-body .area-btn a {
		display: block;
		background: url(../img/arrow-white.svg) 95% center #2E688A no-repeat;
		background-size: 8px 14px;
		border: 1px solid #4F80A7;
		margin: 1em auto;
		width: 460px;
		height: 3.2em;
		font-size: 1.2em;
		line-height: 3.2em;
		font-weight: 400;
		text-decoration: none;
		color: #ffffff;
	}
}
/*----------------------------------------------
SSP：sec03：width: 800px
----------------------------------------------*/
@media screen and (max-width: 800px){
	.sec03 .sec-wrap .sec-body ul.flow li.flow1 {
		height: unset;
	}
	.area-judge img {
		width: 50%;
	}
	.area-judge .name {
		margin: .5rem 0;
	}
}
/*----------------------------------------------
SSP：sec03：width: 428px
----------------------------------------------*/
@media screen and (max-width: 428px){
	.sec03 {
		margin: 0 auto 2em auto;
		border-top: 1px solid #000000;
		width: 100%;
	}
	/*
	.sec03 .sec-wrap {
		display: block;
		margin: 0 5% 0 5%;
		width: 90%;
		position: relative;
		float: left;
	}
	*/
	.sec03 .sec-wrap .sec-head {
		margin: 0.5em 0;
		text-align: left;
	}
	/*
	.sec03 .sec-wrap .sec-head h3 {
		background: #eaf6fd;
		margin: 2em 0 1em 0;
		width: 100%;
		font-size: 2em;
		line-height: 2em;
		font-weight: 600;
		color: #80cef2;
		text-align: center;
	}*/
	.sec03 .sec-wrap .sec-body {
		text-align: left;
	}
	.sec03 .sec-wrap .sec-body ul.flow {
		margin: 0 0 2em 0;
		width: 100%;
	}
	.sec03 .sec-wrap .sec-body ul.flow li {
		margin: 0 0 2em 0;
		width: 100%;
		height: auto;
		color: #ffffff;
		float: left;
		position: relative;
	}
	.sec03 .sec-wrap .sec-body ul.flow li.flow1 {
		background: #256073;
	}
	.sec03 .sec-wrap .sec-body ul.flow li.flow1:after {
		content: ' ';
		position: absolute;
		top: 88px;
		left: 42.5%;
		width: 0;
		height: 0;
		border: none;
		border-right: 2em solid transparent;
		border-left: 2em solid transparent;
		border-top: 2em solid #256073;
	}
	.sec03 .sec-wrap .sec-body ul.flow.ef li.flow1:after {
		top: 119px;
	}
	.sec03 .sec-wrap .sec-body ul.flow li.flow2 {
		background: #3b8399;
	}
	.sec03 .sec-wrap .sec-body ul.flow li.flow2:after {
		content: ' ';
		position: absolute;
		top: 88px;
		left: 42.5%;
		width: 0;
		height: 0;
		border: none;
		border-right: 2em solid transparent;
		border-left: 2em solid transparent;
		border-top: 2em solid #3b8399;
	}
	.sec03 .sec-wrap .sec-body ul.flow li.flow3 {
		background: #5caac3;
	}
	.sec03 .sec-wrap .sec-body ul.flow li.flow3:after {
		content: ' ';
		position: absolute;
		top: 88px;
		left: 42.5%;
		width: 0;
		height: 0;
		border: none;
		border-right: 2em solid transparent;
		border-left: 2em solid transparent;
		border-top: 2em solid #5caac3;
	}
	.sec03 .sec-wrap .sec-body ul.flow li.flow4 {
		background: #999999;
		margin: 0 0 0 0;
	}
	.sec03 .sec-wrap .sec-body ul.flow li dl {
		margin: .5rem;
	}
	.sec03 .sec-wrap .sec-body ul.flow li dl dt {
		margin: 0 0 .5rem 0;
		height: 1rem;
		font-size: 1rem;
		text-align: center;
	}
	.sec03 .sec-wrap .sec-body ul.flow li dl dd {
		height: 3rem;
		background: #ffffff;
		padding: 0.5em;
		font-size: 1em;
		text-align: center;
		color: #333333;
	}
	.sec03 .sec-wrap .sec-body h4 {
		background: #f5fbfe;
		margin: 0 0 0 0;
		font-size: 1.2rem;
		line-height: 1.1;
		font-weight: 600;
		color: #333333;
		text-align: center;
	}
	.sec03 .sec-wrap .sec-body table {
		margin: 0.5em 0 2em 0;
		width: 100%;
		color: #555555;
	}
	.sec03 .sec-wrap .sec-body table tr {
		border-bottom: 1px solid #e5e5e5;
	}
	.sec03 .sec-wrap .sec-body table tr.bdr-none {
		border-bottom: none;
	}
	.sec03 .sec-wrap .sec-body table th {
		display: block;
		padding: 0.5em 0;
		width: 96%;
		font-size: 1em;
		line-height: 1.8em;
		font-weight: 500;
	}
	.sec03 .sec-wrap .sec-body table td {
		display: block;
		padding: 0.5em 0;
		width: 96%;
		font-size: 1em;
		line-height: 1.6em;
		text-align: left;
		text-align: justify;
		text-justify: inter-ideograph;
		vertical-align: middle;
	}
	.sec03.ef .sec-wrap .sec-body table td {
		display: block;
		padding: 0.5em 2% 0.5em 2%;
		width: 96%;
		font-size: 1em;
		line-height: 1.6em;
		text-align: left;
		text-justify: inter-ideograph;
		vertical-align: middle;
	}
	.sec03 .sec-wrap .sec-body table td b {
		font-weight: 500;
	}
	.sec03 .sec-wrap .sec-body table td span {
		font-size: 0.8em;
		line-height: 2em;
		font-weight: 500;
		color: #e8464c;
	}
	.sec03 .sec-wrap .sec-body table td a {
		display: block;
		background: url(../img/arrow-white.svg) 95% center #2E688A no-repeat;
		background-size: 8px 14px;
		border: 1px solid #4F80A7;
		margin: 1em auto;
		width: 100%;
		height: 3.2em;
		font-size: 0.9em;
		line-height: 3.2em;
		font-weight: 400;
		text-indent: 1em;
		text-decoration: none;
		color: #ffffff;
	}
	.sec03 .sec-wrap .sec-body table td a:hover {
		opacity: 0.8;
	}
	.sec03 .sec-wrap .sec-body table td aside p {
		padding: 0 0 0 1em;
		text-indent: -1em;
	}
	.sec03 .sec-wrap .sec-body table td p.jadge_p {
		padding: 0 0 0 2.7em;
		text-indent: -2.7em;
	}
	.sec03 .sec-wrap .sec-body div.area-judge {
		width: 100%;
		float: left;
	}
	.sec03 .sec-wrap .sec-body div.area-judge p {
		background: #80cef2;
		margin: 1em 0;
		font-size: 1.2em;
		line-height: 2em;
		font-weight: 500;
		text-indent: 1em;
		color: #ffffff;
	}
	.sec03 .sec-wrap .sec-body div.area-judge ul {
		margin: 0 0 0 0;
		width: 100%;
		float: left;
	}
	.sec03 .sec-wrap .sec-body div.area-judge ul li {
		margin: 0 0 1em 0;
		width: 100%;
		text-align: center;
		float: left;
	}
	.sec03 .sec-wrap .sec-body div.area-judge ul li img {
		margin: 0 0 1em 0;
		width: 50%;
		height: 50%;
	}
	.sec03 .sec-wrap .sec-body div.area-judge ul li dl {
		margin: 0 auto;
		width: 90%;
	}
	.sec03 .sec-wrap .sec-body div.area-judge ul li dl dt {
		font-size: 1.2em;
		line-height: 2em;
		font-weight: 500;
	}
	.sec03 .sec-wrap .sec-body div.area-judge ul li dl dd {
		font-size: 1em;
		line-height: 1.6em;
		font-weight: 400;
/*		text-align: left;*/
	}
	/*
	.sec03 .sec-wrap .sec-body div.area-judge a.btn {
		display: block;
		background: url(../img/arrow-blue.svg) 95% center no-repeat;
		background-size: 8px 14px;
		border: 1px solid #4F80A7;
		margin: 0 auto 1em auto;
		width: 16em;
		height: 3em;
		font-size: 1em;
		line-height: 3em;
		font-weight: 400;
		text-indent: 1em;
		text-decoration: none;
		color: #2E688A;
		float: right;
		clear: both;
	}
	*/
	.sec03 .sec-wrap .sec-body .area-btn {
		width: 100%;
		text-align: center;
		float: left;
	}
	.sec03 .sec-wrap .sec-body .area-btn a {
		display: block;
		background: url(../img/arrow-white.svg) 95% center #2E688A no-repeat;
		background-size: 8px 14px;
		border: 1px solid #4F80A7;
		margin: 1em auto;
		width: 100%;
		height: 3.2em;
		font-size: 0.9em;
		line-height: 3.2em;
		font-weight: 400;
		text-decoration: none;
		color: #ffffff;
	}
	.sec03 .sec-wrap .sec-body div.area-judge a.btn {
		font-size: 1rem;
		line-height: 1.2;
		width: 220px;
	}
	.judge {
		margin-bottom: 1.5rem;
	}
}


/*----------------------------------------------
PC：sec00a
----------------------------------------------*/
.sec00a {
	margin: 0 auto 55px auto;
/*	border-top: 1px solid #000000;*/
	width: 1136px;
}
/*
.sec00a .sec-wrap {
	display: block;
	margin: 0 100px 0 100px;
	width: 936px;
	position: relative;
	float: left;
}
*/
.sec00a .sec-wrap.bdr {
	border-top: 1px solid #000000;
}
.sec00a .sec-wrap .sec-head {
	margin: 16px 0;
	text-align: left;
}
/*
.sec00a .sec-wrap .sec-head h3 {
	background: #eaf6fd;
	margin: 1em 0 1em 0;
	font-size: 2.5em;
	line-height: 2em;
	letter-spacing: .2em;
	font-weight: 600;
	color: #80cef2;
	text-align: center;
}
*/
.sec00a .sec-wrap .sec-body {
	text-align: left;
	line-height: 1.6;
	font-size: 1.2em;
}
.sec00a .sec-body h2 {
	margin: 2.5em 0 1em 0;
	border: 1px solid #ed4320;
	line-height: 2em;
	text-align: center;
	color: #ed4320;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.sec00a .sec-wrap .sec-body p {
	margin: 0 0 2em 0;
	width: 100%;
/*	font-size: 1.2em;*/
	line-height: 1.6em;
	font-weight: 400;
/*	float: left;*/
}
.sec00a .result-box {
	padding-left: 1rem;
}
.sec00a .result-box a {
	text-decoration: none;
	color: #2E688A;
}
.sec00a .result-box a.dl {
	display: inline-block;
	background: url(../img/icon-dl.svg) right center no-repeat;
	background-size: 1em 1em;
	padding: 0 1.5em 0 0;
}
.sec00a .sec-body h3 {
	border-bottom: 1px dotted gray;
	margin: 2rem 0 1rem;
	color: #ed4320;
	text-align: left;
	font-size: 1.2rem;
	background-color: white;
	letter-spacing: initial;
}
.sec00a .sec-body h3 small {
	font-weight: normal;
	padding-left: .5rem;
}
.sec00a .abst {
	margin: 10px 0 20px;
}
.sec00a .winner-box {
	margin-bottom: 1rem;
}
.sec00a .winner-box .prize {
	background: url(../img/icon-trophy.png) left 0.4em no-repeat;
	background-size: auto 1em;
	padding: 1px 0 0 1.2em;
	font-weight: 600;
}
.sec00a .winner-box .winner {
	padding: .7rem 0 0 1.5rem;
}
.sec00a .winner-box .works {
	padding-left: 2rem;
}
.sec00a .commentary-box,
.sec00a .shortlist-box {
	padding-left: 1rem;
}
/*----------------------------------------------
SP：sec00a
----------------------------------------------*/
@media screen and (max-width: 1199px){
	.sec00a {
		margin: 0 auto 2em auto;
/*		border-top: 1px solid #000000;*/
		width: 100%;
	}
	.sec00a .sec-wrap {
		display: block;
		margin: 0 5% 0 5%;
		width: 90%;
		position: relative;
		float: left;
	}
	.sec00a .sec-wrap.bdr {
		border-top: 1px solid #000000;
	}
	.sec00a .sec-wrap .sec-head {
		margin: 0.5em 0;
		text-align: left;
	}
	.sec00a .sec-wrap .sec-head h3 {
		background: #eaf6fd;
		margin: 1em 0 1em 0;
/*		font-size: 3em;*/
/*		line-height: 2em;*/
		font-size: 2em;
		line-height: 1em;
		padding: .5em 0;
		font-weight: 600;
		color: #80cef2;
		text-align: center;
	}
	.sec00a .sec-wrap .sec-body {
		text-align: left;
	}
	.sec00a .sec-wrap .sec-body p {
		margin: 0 0 1em 0;
		width: 100%;
/*		font-size: 1.2em;*/
		font-size: 1em;
		line-height: 1.6em;
		font-weight: 400;
/*		float: left;*/
	}
}
/*----------------------------------------------
SSP：sec00a
----------------------------------------------*/
@media screen and (max-width: 599px){
	.sec00a .sec-wrap {
		margin: 0 4%;
		width: 92%;
	}
	.sec00a .sec-wrap .sec-head h3 {
		margin: 0 0 1em 0;
		font-size: 1.4em;
		font-weight: bold;
	}
	.sec00a .sec-body {
		font-size: 1.1em;
	}
	.sec00a .sec-body h2 {
		margin: 2em 0 1em ;
		font-size: 1.3em;
	}
	.sec00a .sec-wrap .sec-body p {
		font-size: .9em;
	}
	.sec00a .result-box {
		padding: 0;
	}
	.sec00a .result-box .abst small {
		line-height: 1.2;
		display: inline-block;
		margin-top: 0.5em;
	}
	.sec00a .winner-box .winner {
		padding: 0.7rem 0 0.5rem 0.3rem;
		line-height: 1.2;
	}
	.sec00a .winner-box a.dl {
		font-size: 95%;
	}
	.sec00a .winner-box .works {
		padding-left: 0rem;
		font-size: 95%;
	}
}
