@charset "utf-8";

.display_sp {
	display:none !important;
}

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	list-style-type:none;
	font-size: medium;
	color: #333;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height:1.6;
}

.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  transition: 0.2s ease-in-out;
}

.btn:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  transition: 0.2s ease-in-out;
}

* {
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}

img {
	vertical-align:bottom;
	width:100%;
}

/* -----------------------------------------------------------------------
　コンテンツ枠
--------------------------------------------------------------------------*/
.content-bg {
	background:#efefef;
}

.content-wrap {
	max-width:1380px;
	margin:0 auto;
	background:#fff;
}

.content-header {
	display:flex;
	justify-content: space-between;
	padding:12px 10px 12px 20px;
}

.totop {
	display:inline-block;
	border:1px solid #666;
	border-radius:6px;
	padding:3px 10px;
	font-size:16px;
	color:#000;
	letter-spacing:1px;
	transition: 0.2s ease-in-out;
}

.totop:hover {
	background:#ea6377;
	border:1px solid #ea6377;
	border-radius:6px;
	color:#fff;
	transition: 0.2s ease-in-out;
}

.past-article-title {
	font-size:16px;
	line-height:2;
}

/* -----------------------------------------------------------------------
　フッター
--------------------------------------------------------------------------*/
.footer {
	border-top:2px solid #ea6377;
	padding:30px 10px;
}

.footer-inner {
	display: flex;
	justify-content: center;
	padding-left:30px;
	margin-bottom:30px;
}

.kuniumi-logo {
	width:100px;
	padding:4px 30px 0 0;
}

.footer-text-wrap {
	max-width:660px;
}

.footer-title {
	font-size:19px;
	font-weight:bold;
	margin-bottom:6px;
}

.foot-kosei {
	font-size:11.5px;
	line-height:1.5;
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:18px;
}

.foot-adress {
	font-size:14px;
	line-height:1.5;
	padding-left:15px;
}

.foot-adress a {
	color:#333;
}

.foot-adress a:hover {
	color:#ea6377;
	transition: 0.2s ease-in-out;
}

.copyright {
	font-size:11px;
	color:#333;
	text-align:center;
}

/* -----------------------------------------------------------------------
　トップ〜イントロ
--------------------------------------------------------------------------*/
.top-img {
	position:relative;
}

@media print, screen and (min-width: 921px) {
	.main-small {
		display:none !important;
	}
}

@media screen and (max-width: 920px) {
	.main-wide {
		display:none !important;
	}
}

.x-icon {
	position:absolute;
	top:19px;
	right:23px;
	width:32px;
}

.content-inner {
	max-width:990px;
	margin:0 auto ;
	padding:45px 30px 30px;
}

.top-catch {
	font-size:28.5px;
	font-weight:bold;
	color:#333;
	text-align:center;
	margin-bottom:45px;
}

@media print, screen and (min-width: 921px) {
	.top-catch-br {
		display:none !important;
	}
}

/* -----------------------------------------------------------------------
　挨拶
--------------------------------------------------------------------------*/
.aisatsu-waku {
	border:4px solid #ea6377;
	border-radius:15px;
	padding:50px 40px 45px 60px;
	margin-bottom:40px;
}

.aisatsu-inner {
	display:flex;
}

.aisatsu-text-wrap {
	width: calc(100% - 180px);
	padding-right:60px;
}

.uesaki-box {
	width:180px;
}

.aisatsu-text {
	font-size:16px;
	text-align: justify;
	line-height:1.65;
}

.uesaki-photo {
	width:85%;
	margin:5px auto 10px;
	overflow:hidden;
	border-radius:50%;
	border:4px solid #ea6377;
}

.uesaki-name {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
}

.uesaki-katagaki-01 {
	font-size:14.5px;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
	margin-bottom:8px;
}

.uesaki-katagaki-02 {
	font-size:13px;
	text-align:center;
	line-height:1.4;
}

@media screen and (max-width: 920px) {
	.aisatsu-waku {
		padding:45px 55px 30px;
	}
	.aisatsu-inner {
		display:block;
	}
	.aisatsu-text-wrap {
		width:100%;
		padding:0;
		margin-bottom:20px;
	}
	.uesaki-box {
		width:400px;
		margin:0 auto;
		display:flex;
	}
	.uesaki-photo {
		width:140px;
		margin:0;
	}
	.uesaki-text-wrap {
		width: calc(100% - 140px);
		padding:15px 0 0 25px;
	}
	.uesaki-name {
		text-align:left;
	}
	.uesaki-katagaki-01 {
		text-align:left;
	}
	.uesaki-katagaki-02 {
		text-align:left;
	}
	.uesaki-prof {
		display:none !important;
	}
}

/* -----------------------------------------------------------------------
　とは
--------------------------------------------------------------------------*/
.about-waku {
	border:4px solid #ea6377;
	border-radius:15px;
	padding:45px 60px 25px;
	margin-bottom:40px;
}

.about-title {
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin-bottom:32px;
}

.about-text {
	font-size:16px;
	text-align: justify;
	line-height:1.65;
	margin-bottom:30px;
}

@media screen and (max-width: 920px) {
	.about-waku {
		padding:45px 55px 25px;
	}
}

/* -----------------------------------------------------------------------
　募集部門
--------------------------------------------------------------------------*/
.centering-wrap {
	text-align:center;
}

.bumon {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 22px;
  font-size: 28px;
  font-weight:bold;
  letter-spacing:2px;
  background: #ea6377;
  color: #fff;
  margin-bottom:35px;
}

.bumon-wh {
	background: #fff;
	color: #ea6377;
}

.bumon:before, .bumon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.bumon:before {
  top: 0;
  left: -18px;
  border-width: 25px 18px 25px 0px;
  border-color: transparent #ea6377 transparent transparent;
  border-style: solid;
}

.bumon:after {
  top: 0;
  right: -18px;
  border-width: 25px 0px 25px 18px;
  border-color: transparent transparent transparent #ea6377;
  border-style: solid;
}

.bumon-wh:before {
	border-color: transparent #fff transparent transparent;
}

.bumon-wh:after {
	border-color: transparent transparent transparent #fff;
}

.bumon-box-wrap {
	margin-bottom:15px;
	display: flex;
	justify-content: space-between;
}

.bumon-box {
	width:48%;
	background:#fcf4e4;
	padding:20px 30px 20px 68px;
	border-radius:20px;
	position:relative;
}

.pen {
	width:37px;
	position:absolute;
	top:23px;
	left:19px;
}

.bumon-sub-title {
	font-size:20px;
	font-weight:bold;
	color:#ea6377;
}

.bumon-title {
	font-size:27px;
	font-weight:bold;
	color:#ea6377;
	text-indent:-0.5em;
	line-height:1.3;
	padding-bottom:8px;
	border-bottom:2px dotted #ea6377;
	margin-bottom:12px;
}

.bumon-desc {
	font-size:16px;
	text-align: justify;
}

.note-wrap {
	padding-left:20px;
	margin:0 auto;
}

.note {
	font-size:14px;
	text-indent:-22px;
	padding-left:22px;
}

.note span.large {
	font-size:15px;
}

.note a {
	color:#333;
}

.note a:hover {
	color:#ea6377;
	transition: 0.2s ease-in-out;
}

/* -----------------------------------------------------------------------
　募集詳細
--------------------------------------------------------------------------*/
.heading-obi {
	position:relative;
	background:#ea6377;
	width:calc(100% - 40px);
	height:40px;
	font-size:21px;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	line-height:40px;
	padding-left:16px;
	border-radius:5px 0 0 5px;
	margin:40px 0 20px;
}

.heading-obi:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
	top: 0;
	right: -40px;
	border-width: 20px 20px 20px 20px;
	border-color: #ea6377 transparent transparent #ea6377;
	border-style: solid;
}

/* -------------　審査員　----------*/
.sinsain-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom:25px;
}

.sinsain-block01 {
	width:30%;
	display: flex;
}

.sinsain-block02 {
	width:28%;
	display: flex;
}

.sinsain-block03 {
	width:35%;
	display: flex;
}

.sinsain-photo {
	width:66px;
}

.sinsain-name-wrap {
	width:calc(100% - 66px);
	padding:3px 0 0 12px;
}

.sinsain-name {
	font-size:17px;
	line-height:1.4;
	margin-bottom:5px;
}

.sinsain-name span.bold {
	font-size:18.5px;
	font-weight:bold;
}

.sinsain-katagaki {
	font-size:14px;
	line-height:1.45;
}

@media print, screen and (min-width: 960px) {
	.display_tab {
		display:none !important;
	}
}
@media print, screen and (max-width: 880px) {
	.display_onlypc {
		display:none !important;
	}
}

/* -------------　応募要項　----------*/
.yoko-text {
	font-size:17px;
	text-align: justify;
	padding-right:50px;
	margin-bottom:18px;
}

.yoko-midashi {
	font-size:18px;
	font-weight:bold;
	margin-bottom:18px;
	text-indent:-7px;
}

.yoko-text span.bold,
.yoko-text-list span.bold {
	font-size:17px;
	font-weight:bold;
}

/* -----------------------------------------------------------------------
　第４回 受賞作品
--------------------------------------------------------------------------*/
.award2023-wrap {
	background:#ea6377;
	padding:50px 30px 10px;
}

.award2023-inner {
	max-width:1200px;
	margin:0 auto 70px;
	background:#fff;
	border-radius:25px;
	padding:25px 35px 0;
}

.bumon-mark {
	width:300px;
	margin:0 auto 40px;
}

.award-works-wrap {
	max-width:920px;
	margin:40px auto 0;
	display: flex;
	flex-wrap: wrap;
}

.award-works-box {
	width:43%;
	margin:0 7% 60px;
}

.award-works-box:nth-child(2n) {
    margin-right:0;
}

.award-works-box:nth-child(2n+1) {
    margin-left:0;
}

@media screen and (max-width: 1000px) {
	.award-works-box {
		width:45%;
		margin:0 5% 60px;
	}
}

.prize-title-bar {
	width:100%;
	height:66px;
	background:#ea6377;
	border-radius:8px;
	display:flex;
	align-items: center;
	margin-bottom:20px;
}

.prize-title {
	width:100%;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:1.5;
}


@media screen and (max-width: 900px) {
	.prize-title {
		font-size:15px;
	}
}

@media screen and (max-width: 800px) {
	.prize-title {
		font-size:14px;
	}
}

.award-works-img {
	width:97%;
	margin:0 auto 15px;
}

.award-btn {
	display:block;
	background:#000;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
	text-align:center;
	width:116px;
	margin:18px auto 25px;
	padding:8px 0;
	border-radius:7px;
}

.award-btn:hover {
	opacity:0.8;
	transition: 0.2s ease-in-out;
}

/* -----------------------------------------------------------------------
　審査員総評
--------------------------------------------------------------------------*/
.sohyo-title {
	margin-bottom:45px;
}

.sohyo-block {
	display:flex;
	margin-bottom:45px;
}

.sohyo-sinsain-box {
	width:140px;
}

.sohyo-sinsain-img {
	margin-bottom:8px;
}

.sohyo-sinsain-name-wrap {
	text-align:center;
}

.sohyo-iincho {
	font-size:12px;
	font-weight:normal;
}

.sohyo-sinsain {
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}

.sohyo-sinsain-katagaki {
	font-size:11.5px;
	font-weight:normal;
	line-height:1.35;
}

.sohyo-text-box {
	width: calc(100% - 140px);
	padding-left:50px;
}

.sohyo-fukidasi {
	background:#d0eafd;
	padding:30px 30px 30px 35px;
	border-radius:15px;
	position:relative;
}

.sohyo-fukidasi:before {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 51;
	top: 58px;
	left: -30px;
	border-width: 13px 30px 13px 0;
	border-color: transparent #d0eafd transparent transparent ;
	border-style: solid;
}

.sohyo-text {
	font-size:17px;
	text-align: justify;
	line-height:1.7;
}

@media screen and (max-width: 850px) {
	.sohyo-sinsain-box {
		width:125px;
	}
	.sohyo-text-box {
		width: calc(100% - 125px);
	}
	.sohyo-fukidasi:before {
		top: 50px;
	}
}