@charset 'UTF-8';
/*! .homeSec トップページ */
.executiveSec dl dd,
.executiveSec dl dt {
	vertical-align: top;
	display: inline-block
}
.homeSec {
	padding: 60px 0 90px
}
/*! .overviewSec 財団の概要 */
.overviewSec .sec01 .img {
	float: right;
	margin: 0 0 15px 40px
}
.overviewSec .sec01 p {
	line-height: 2
}
.overviewSec .sec02 {
	margin-top: 45px
}
.overviewSec .sec02 .img-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 25px -10px 0;
}
.overviewSec .sec02 .img{
	width: calc(33.3% - 20px);
	margin: 0 10px;

}
.overviewSec .sec02 ol,
.overviewSec .sec02 p {
	margin-top: 1em
}
.overviewSec .sec03 {
	margin-top: 45px
}
.overviewSec .sec03 .addressArea dl {
	display: flex;
	line-height: 1.5;
	font-size: 13px;
	margin-top: 10px;
}
.overviewSec .sec03 .addressArea dt{
	width: 100px;
}

.overviewSec .sec03 .area p{
	line-height: 1.6;
}
/*! .executiveSec 役員一覧 */
.executiveSec table {
	font-size: 93%
}
.executiveSec table th {
	width: 235px
}
.executiveSec table td {
	width: 120px;
	text-align: center
}
.executiveSec table td+td {
	width: auto;
	text-align: left;
	padding-left: 0
}
.executiveSec table .ex01 td {
	padding: 16px 18px 0
}
.executiveSec table .ex01 td+td {
	padding-left: 0
}
.executiveSec table .ex02 td {
	padding: 0 18px;
}
.executiveSec table .ex02 td+td {
	padding-left: 0
}
.executiveSec table .ex03 td {
	padding: 0 18px 16px
}
.executiveSec table .ex03 td+td {
	padding-left: 0
}
.executiveSec dl dt {
	width: 100px
}
.executiveSec .notes{
	text-align: right;
	font-size: 13px;
}
/*! .recruitmentSec 募集要項 */

.recruitmentSec p{
	line-height: 1.8;
}
.recruitmentSec .set{
	margin-top: 15px;
}
.recruitmentSec .notes {
	font-size: 93%;
	line-height: 1.85;
	text-indent: -1em;
	padding-left: 1em
}
.recruitmentSec ol,
.recruitmentSec ul {
	font-size: 93%;
	line-height: 1.85;
	padding-left: 1em;
	margin: 20px 0
}
.recruitmentSec table td {
	padding-left: 40px
}
.recruitmentSec .documentArea .document a {
	width: 455px
}
/*! .newsSec 新着情報 */
.newsSec .artListWrapper {
	padding: 35px 50px;
	border: 1px solid #ddd
}
.newsSec .entry {
	padding: 35px 50px 25px;
	border: 1px solid #ddd
}
.newsSec .entryHeading {
	border-bottom: 1px solid #ddd;
	padding-bottom: 16px;
	margin-bottom: 16px
}
.newsSec .entryHeading .time {
	font-size: 93%;
	line-height: 1.7;
	color: #0161ae;
	border: 1px solid #0161ae;
	font-weight: 700;
	padding: 0 9px;
	display: inline-block;
	margin-bottom: 15px
}
.newsSec .entryHeading .tit {
	font-size: 172%;
	line-height: 1.2;
	font-weight: 500
}
.newsSec .entryBody {
	line-height: 1.5
}
.newsSec .entryBody > * {
	margin: 1em 0
}
.newsSec .entryBody ol,
.newsSec .entryBody ul {
	font-size: 93%;
	line-height: 1.85;
	padding-left: 1em;
	margin: 20px 0
}
.contactSec #errorMsg .error,
.contactSec #errorMsg .msg {
	color: #d40000;
	margin-bottom: 20px
}
/*! .prizeSec 受賞者一覧 */
/*! .contactSec お問合せ */
.contactSec #errorMsg .error {
	display: block
}
.contactSec .formTable01 {
	font-size: 13px; /*! input */
}
.contactSec .formTable01 th {
	background: #f5f9fc
}
.contactSec .formTable01 th span {
	vertical-align: middle
}
.contactSec .formTable01 .optional,
.contactSec .formTable01 .required {
	line-height: 16px;
	padding: 0 3px 2px;
	font-size: 10px;
	color: #fff;
	border-radius: 2px;
	margin-left: 10px
}
.contactSec .formTable01 select,
.contactSec .formTable01 textarea {
	border: 1px solid #ddd;
	box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .05)
}
.contactSec .formTable01 .required {
	background: #d40000
}
.contactSec .formTable01 .optional {
	background: #656670
}
.contactSec .formTable01 .txtConfirm {
	color: #d40000;
	margin: 7px 0
}
.contactSec .formTable01 td .prefix {
	vertical-align: middle;
	margin-right: 9px
}
.contactSec .formTable01 input[type=email],
.contactSec .formTable01 input[type=tel],
.contactSec .formTable01 input[type=text] {
	border: 1px solid #ddd;
	box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .05);
	min-height: 30px;
	width: 420px;
	padding: 6px 0.5em
}
.contactSec .formTable01 select {
	padding: 3px 0 4px
}
.contactSec .formTable01 textarea {
	min-height: 150px;
	width: 420px
}
.contactSec .formTable01 input[name=postcode] {
	width: 150px
}
.contactSec .formTable01 select[name=pref] {
	width: 170px
}
.contactSec #submitArea #mhFormAdjust,
.contactSec #submitArea #mhFormConfirm,
.contactSec #submitArea #mhFormSend {
	width: 232px;
	height: 62px;
	border: none;
	cursor: pointer;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden
}
.contactSec #submitArea {
	text-align: center;
	margin-top: 50px
}
.contactSec #submitArea #mhFormConfirm {
	background: url('../img/contact/btn_confirm01.gif')
}
.contactSec #submitArea #mhFormAdjust {
	background: url('../img/contact/btn_back01.gif')
}
.contactSec #submitArea #mhFormSend {
	background: url('../img/contact/btn_submit01.gif');
	margin-left: 20px
}
.prize-sec .sub{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}
.prize-sec p{
	line-height: 1.8;
}
.prize-sec p + p{
	margin-top: 15px;
}
.prize-sec table th{
	border-right: 0;
	text-align: center;
}
.prize-sec table th:nth-child(1),
.prize-sec table th:nth-child(3){
	width: 15%;
}
.prize-sec .img-wrap{
	display: flex;
	flex-wrap: wrap;
	margin: 15px -10px 0;

}
.prize-sec .img-wrap .img{
	width: calc(33.3% - 20px);
	margin: 0 10px;

}
.prize-sec dl{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.prize-sec .item + .item{
	margin-top: 15px;
}

.prize-sec dl dt{
	width: 150px;
}
