@charset "UTF-8";
/* CSS Document */

/*============================
#page_award
============================*/
#page_award article {
  margin-top: 0;
}
#page_award .course_intro {
  position: relative;
	margin:0 auto 58px;
}
/* main visual */
#page_award .course_intro h3 {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0 auto 40px auto;
}
#page_award .course_intro .genre {
  margin: 0 auto 40px auto;
}
#page_award .course_intro .point {
  margin: 0 auto 40px auto;
}
#page_award .course_intro .quickentry {
  margin: 0 auto 80px auto;
}

#page_award.page_article .none {
  display: none;
}

#page_award article a {
  color: #5F1919;
}

/* inner */
#page_award article h4 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	line-height: 67px;
	margin: 31px auto 24px;
	padding-left: 30px;
	position: relative;
}
#page_award.community article h4 {
	background-color: #007c36;
}
#page_award.welfare article h4 {
	background-color: #4774b9;
}
#page_award.kids article h4 {
	background-color: #f39800;
}
#page_award article h4 .flex {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 16px;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#page_award article h4 span.sub {
	font-size: 18px;
	font-weight: 400;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
}
#page_award article h4 span.min {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	padding: 5px 15px;
	border-radius: 15px;
	letter-spacing: normal;
}
#page_award.community article h4 span.min {
	color: #007c36;
}
#page_award.welfare article h4 span.min {
	color: #4774b9;
}
#page_award.kids article h4 span.min {
	color: #f39800;
}
#page_award article p.lead {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 23px;
  line-height: 180%;
  clear: both;
  margin-bottom: 35px;
}
#page_award article div.inner {
	border:none;
}
/* 中見出し */
#page_award article div.inner section h5 {
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  border-radius: 10px 10px 0 0;
  /* ボックスに影 */
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  /* テキストに影 */
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  margin: 0;/*margin: 0 23px;*/
  padding: 23px 0;
}
#page_award.community article div.inner section h5 {
  background-color: #14ae67;
}
#page_award.welfare article div.inner section h5 {
  background-color: #4ba4dc;
}
#page_award.kids article div.inner section h5 {
  background-color: #f39800;
}

/* 中枠 */
#page_award article div.inner section .inner {
	width:1000px;
	border-radius: 0 0 10px 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding:24px 65px 23px 65px;
	margin:0 auto 80px auto;
  font-size: 16px;
  font-size: 1.6rem;
}
/* 汎用 */
#page_award article div.inner section .inner ul {
	margin:1.5em 0 0.75em 5px;
}
#page_award article div.inner section .inner ul li {
	line-height:1.75em;
}
#page_award article div.inner section .inner p {
  margin-bottom: 0.8em;
}
#page_award article div.inner section .inner p.section_subTtl,
#page_award article div.inner section .inner dt.section_subTtl {
  margin-top: 0.75em;
  font-size: 18px;
  font-weight: bold;
}
.round_list {
  list-style: none;
  padding: 0;
  color: #1D2087;
  font-weight: bold;
}
.round_list li::before {
  display: inline-block;
  content: "●";
}
.color_black {
  color: #4c4c4c;
  font-weight: normal;
}
hr {
	margin-top:1.5em !important;
	margin-bottom:2em !important;
}
.community .accent_color {
  color: #009944;
}
.welfare .accent_color {
  color: #4485c0;
}
.kids .accent_color {
  color: #f39800;
}
.supScr {
	font-size: 0.7em;
	vertical-align: 0.4em;
	margin:0 0.2em 0 0;
}
.point_list {
	list-style: none;
	padding: 0 0 5px 0;
	text-indent: -0.5em;
	margin-left: 1.2em !important;
}
.point_list li {
  line-height: 1.6;
  margin-bottom: 5px;
}
.point_list li::before {
  display: inline-block;
  content: "・";
}
.black_round {
	list-style: none;
	padding: 0 0 5px 0;
	text-indent: -1.5em;
	margin-left: 1.5em !important;
}
.black_round li {
  margin-bottom: 1em !important;
}
.black_round li p {
  line-height: 1.4em !important;
  margin-bottom: 0.3em !important;
}

/* 音健アワードとは */
.about {
	position:relative;
}
.about div#sec01_01 {
	padding-left:516px !important;
}
.about .bg_award2024 {
	position:absolute;
	left:0; top:0;
	/* background:url('../img/community_illust.jpg') 1px 32px no-repeat; */
	width:500px; height:calc(100% - 1px);
	border-radius:10px;
	overflow: hidden;
}
.about .bg_award2024 img {
	position: absolute;
	right: 0;
}
.community .about .bg_award2024 img {
	width: 521px;
	top: 14px;
}
.welfare .about .bg_award2024 img {
	width: 572px;
	top: 0;
}
.kids .about .bg_award2024 img {
	width: 551px;
	top: 16px;
}
#page_award article div.inner section .about .inner {
	padding-top: 30px;
	padding-bottom: 65px;
}
#page_award article div.inner section .about .inner .section_subTtl {
	margin: 0 0 30px;
}
#page_award article div.inner section .about .inner .section_txt {
	font-size: 16px;
	line-height: 38px;
	margin-bottom: 0;
}
#page_award article div.inner section #sec01_02 {
	padding-bottom: 65px;
}
#page_award article div.inner section #sec01_02 .themeTtl {
	font-size:28px;
	line-height:1.3em;
	font-feature-settings: "palt" 1;
	letter-spacing:0.03em;
}
#page_award article div.inner section #sec01_02 .section_txt {
	margin-bottom: 0;
}
#page_award article div.inner section #sec01_02 .section_txt small {
	font-size: 0.875em;
}
#page_award article div.inner section #sec01_02 .section_txt a {
	color: #0066c0;
}
#page_award article div.inner section #sec01_03 .prize {
  margin: 0;
  padding: 10px 0 5px 0;
	font-size: 23px;
}
#page_award article div.inner section #sec01_04 {
	padding: 56px 52px 56px 64px;
}
#page_award article div.inner section #sec01_04 ul {
	margin: 0;
}
#page_award article div.inner section #sec01_04 ul li {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	padding-left: 27px;
	position: relative;
}
#page_award article div.inner section #sec01_04 ul li::before{
	content: "";
	display: block;
	width: 18px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 7px;
	left: 0;
}
#page_award.community article div.inner section #sec01_04 ul li::before{
	background-image: url("../img/gaiyo/icon_sound_green.png");
}
#page_award.welfare article div.inner section #sec01_04 ul li::before{
	background-image: url("../img/gaiyo/icon_sound_blue.png");
}
#page_award.kids article div.inner section #sec01_04 ul li::before{
	background-image: url("../img/gaiyo/icon_sound_yellow.png");
}
#page_award article div.inner section #sec01_04 .cap {
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
	color: #4e4e4e;
	margin: 22px 0 0;
	padding-left: 27px;
}

/* 審査基準 */
.ele {
	font-size: 20px;
}

/* 賞 */
.award_img {
  width: 66px;
}
.prize_small {
	font-size: 12px;
	text-align: right;
	margin-top: -25px;
}
.doubleRound_ttl::before {
  display: inline-block;
  content: "◎";
}
.applicationPeriod {
	font-size: 20px;
	font-weight:bold;
	line-height:1.3em;
}
.announceTtl {
  margin-bottom: 0 !important;
}
.announceTxt {
	line-height:1.4em;
  margin-bottom: 20px !important;
}
.announceSubTxt {
	font-size: 0.88em;
	color:#777;
}
/* 応募ボタン */
div.btn_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
div.btn_wrap div.btn {
	flex: 1;
	margin-bottom: 80px;
}
#page_award article div.btn_wrap div.btn a.apply_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	max-width: 420px;
	margin: auto;
	text-decoration: none;
	text-align: center;
	background-color: #ff7212;
	color: #fff;
	border-radius: 8px;
	height: 75px;
	font-size: 20px;
	font-weight: bold;
}
div.btn_wrap div.btn a.apply_btn div.btn_arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 20px;
}
#page_award #sec01 .quickentry {
  margin: 0 auto 80px auto;
  text-align:center;
}
#page_award #sec01 .quickentry img {
  width:920px;
}
#page_award article p.link_text {
	text-align: center;
	margin: 45px auto;
	font-size: 16px;
	font-weight: bold;
}
#page_award article div.inner section .inner p.link_text  {
	margin: 45px auto;
}
#page_award article p.link_text a {
	color: #ff7212;
}
#page_award article .end_text {
	color: #ff0000;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	margin: 40px auto;
	text-align: center;
}
#page_award article #sec01_03 .applicationPeriod {
	margin-bottom: 0;
	color: #898989;
}
#page_award article #sec01_03 .end_text {
	margin-top: 6px;
	margin-bottom: 20px;
	text-align: left;
}

/* 主催 */
#sec01_06 > dl {
	display:flex;
	flex-wrap: wrap;
	width: 870px;
  line-height: 150%;
  margin: 0 0 35px 0;
}
#sec01_06 > dl > dt {
  width: 116px;
  padding: 15px 0 10px 0;
  margin-top: 0 !important;
}
#sec01_06 > dl > dd {
  width: 754px;
  padding: 11px 0 10px 0;
}
#sec01_06 > dl > dd > p {
  margin: 0 0 0 0 !important;
}
#sec01_06 > dl > dd > p.section_txt {
  font-size:16px;
}
#sec01_06 > dl > dd > p.section_txt_head {
  font-size:18px;
}

/* お問い合わせ */
div#inq {
  padding-top: 48px !important;
  padding-bottom: 32px !important;
  text-align:center;
}
.contact_subTtl {
  display: -webkit-box;
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto 20px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight:bold;
  border-radius: 30px;
  height: 50px;
}
.community .contact_subTtl {
  background-color: #007c36;
}
.welfare .contact_subTtl {
  background-color: #4774b9;
}
.kids .contact_subTtl {
  background-color: #f39800;
}
div#inq .section_subTtl {
  font-weight:normal !important;
}

/*
.section_subTtl.contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: dotted 1px #7F7F7F;
  height: 40px;
}
*/
div#inq p.inqAdd {
  text-align: center;
  margin-bottom: 10px;
}
div#inq p.caption {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
}
div#inq p.center {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  margin-bottom: 15px;
}
#page_award article div#inq h6 {
  background-color: #0d6fb8;
  border-radius: 40px;
  /* テキストに影 */
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  padding: 18px 0;
  margin: 45px 0 20px 0;
}
#page_award article section .inner {
  margin-bottom: 25px;
}

/*電話*/
div#inq p.inqAddDetail {
	display:flex;
  text-align: center;
 justify-content: space-between;
}
div#inq span.tel_award,
div#inq p.inqAddDetail span {
	display:block;
	width:425px;
	border:1px dotted #7f7f7f;
	line-height:1em;
	padding: 15px 0 15px 0;
	margin:0 0 10px 0;
}
div#inq span.tel_award {
	width:100%;
	margin:0 auto 36px auto !important;
}
div#inq span.tel_award img {
	width:425px; height:53px;
}
div#inq p.inqAddDetail span img {
	width:425px; height:29px;
}

/* 過去の受賞作品 */
div.award_result h6 {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin:0 auto 6px;
}
div.award_result p.award_result_sub {
	text-align:center;
	font-size:14px;
	margin:0 auto 18px;
}
#page_award ul.award-tab {
	display:flex;
	justify-content: center;
	gap: 20px;
	margin-bottom:20px;
	text-align: center;
	margin: auto;
}
#page_award ul.award-tab.foot {
	margin-bottom:160px;
}
#page_award ul.award-tab li {
	display:block;
	width:104px; /*height:48px;*/
}
#page_award ul.award-tab li span.current,
#page_award ul.award-tab li a {
	display:block;
	border:2px solid #F08090;
	border-radius: 6px;
	background:#FFF;
	color:#F08090;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	padding:0.80em 0;
	width: 104px;
}
#page_award ul.award-tab li a:hover {
	background:#F08090;
	color:#FFF;
}
#page_award ul.award-tab li span.current {
	background:#F08090;
	color:#FFF;
}




/* SP
=======================================*/
@media screen and (max-width:767.98px) {


#page_award article {
	width:calc(100% - 20px);
	margin-top: 50px !important;
}
#page_award .course_intro {
	margin:0 auto 35px;
}
#page_award .course_intro h3 {
	width:calc(100% + 20px);
	margin-left: -10px;
	margin-bottom:20px;
}
#page_award article h4 {
	font-size: 17px;
	line-height: 1;
	margin: 70px auto 20px;
	padding: 15px 19px 10px;
	text-align: center;
	position: relative;
}
#page_award article h4 .flex {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 12px;
	width: 100%;
	margin-top: 13px;
	position: relative;
	right: auto;
}
#page_award article h4 .flex span.sub {
	font-size: 12px;
	line-height: 1.25em;
	text-align: left;
	display: block;
	width: auto;
	max-width: calc(100% - 64px);
	margin: auto 0;
	position: relative;
	right: 0;
}
#page_award article h4 .flex span.min {
	font-size: 12px;
	line-height: 1;
	display: block;
	width: 52px;
	box-sizing: border-box;
	padding: 4px 9px;
	margin: 0;
	position: relative;
}
#page_award .course_intro h3 picture img {
	width:100%;
}
#page_award .course_intro .genre {
  margin: 0 auto 40px auto;
}
#page_award .course_intro .point {
  margin: 0 auto 30px auto;
}
#page_award .course_intro .quickentry {
  margin: 0 auto 60px auto;
}

/* 外枠(不可視) */
#page_award article > .inner {
	width:100%;
}
/* 中見出し */
#page_award article div.inner section h5 {
	font-size: 1.231em;
	padding: 12px 0;
}
/* 中枠 */
#page_award article div.inner section .inner {
	width:100%;
	padding: 20px 18px 0 18px;
	margin:0 0 40px 0;
	font-size: 1em !important;
}
/* 汎用 */
#page_award article div.inner section .inner p.section_subTtl {
  font-size: 1.154em;
  margin-top: 0.7em;
}
#page_award article div.inner section .inner dt.section_subTtl {
  font-size: 1.154em;
	padding-bottom:0 !important;
}
.black_round {
	text-indent: -1.3em;
	margin-left: 1.4em !important;
}

.black_round li p {
  font-size: 1.0em !important;
}
#page_award article .end_text {
	font-size: 16px;
	margin: 30px auto;
}
#page_award article #sec01_03 .end_text {
	margin-top: 6px;
	margin-bottom: 20px;
}
#page_award article #sec01_05 .end_text {
	margin-bottom: 30px;
}


/* 音健アワードとは */
.about div#sec01_01 {
	padding-left:18px !important;
}
.about .bg_award2024 {
	position:relative;
	background:none;
	width:100%; height:auto;
	margin: 0 auto 18px;
	overflow: visible;
}
.about .bg_award2024 img {
	position: relative;
	top: 0 !important;
	width: 100% !important;
}
#page_award article div.inner section .about .inner {
	padding-bottom: 40px;
}
#page_award article div.inner section .about .inner .section_subTtl {
	font-size: 18px;
	line-height: 32px;
}
#page_award article div.inner section .about .inner .section_txt {
	font-size: 16px;
	line-height: 29px;
	margin-bottom: 0;
}
#page_award article div.inner section #sec01_02 {
	padding-top: 32px;
	padding-bottom: 40px;
}
#page_award article div.inner section #sec01_02 .themeTtl {
	font-size:23px;
	line-height: 30px;
	font-feature-settings: normal;
	letter-spacing:0;
	margin: 0 0 16px;
}
#page_award article div.inner section #sec01_02 .section_txt {
	font-size:13px;
	line-height:21px;
	margin-bottom: 0;
}
#page_award article div.inner section #sec01_03 {
	padding-bottom: 10px;
}
#page_award article div.inner section #sec01_03 .prize {
	font-size: 16px;
	padding-left: 2.5em;
	text-indent: -2.5em;
}
#page_award article div.inner section #sec01_03 .prize_small {
	margin-top: 21px;
}
#page_award article div.inner section #sec01_04 {
	padding: 30px 19px 40px;
}
#page_award article div.inner section #sec01_04 ul li {
	font-size: 14px;
	line-height: 21px;
	padding-left: 15px;
	margin-bottom: 24px;
}
#page_award article div.inner section #sec01_04 ul li::before{
	width: 13px;
	height: 12px;
	top: 3px;
}
#page_award article div.inner section #sec01_04 .cap {
	font-size: 14px;
	line-height: 1.2em;
}
#page_award article div.inner section #sec01_07 {
	padding-bottom: 10px;
}

/* 審査基準 */
.ele {
	font-size: 15px;
}

/* 賞 */
.award_img {
	width: 34px;
}

/* 応募ボタン */
div.btn_wrap {
	display: block;
	margin: 40px 0 50px;
}
div.btn_wrap div.btn {
	margin: 20px auto;
}
#page_award article div.btn_wrap div.btn a.apply_btn {
	width: 90%;
	height: 60px;
	font-size: 16px;
}
#page_award #sec01 .quickentry {
  margin: 0 auto 80px auto;
}
#page_award #sec01 .quickentry img {
	width: 100%;
	/*max-width: 420px !important;*/
}
#page_award article p.link_text {
	text-align: left;
	margin: calc(72 / 750 * 100vw) auto;
	font-size: 16px;
}
#page_award article div.inner section .inner p.link_text  {
	margin: calc(72 / 750 * 100vw) auto;
}

/* 主催 */
#sec01_06 > dl {
	display:block;
	/*background:#FEE;*/
	width:100%;
  font-size: 1.0em;
  margin: 0 auto 20px auto;
}
#sec01_06 > dl > dt {
  width: 100%;
  padding: 8px 0 10px 0;
  margin-top: 0 !important;
}
#sec01_06 > dl > dd {
  width: 100%;
  padding: 11px 0 10px 0;
}
#sec01_06 > dl > dd > p {
  margin: 0 0 0 0 !important;
	line-height:1.75em !important;
}
#sec01_06 > dl > dd > p.section_txt {
	font-size:1.0em !important;
}
#sec01_06 > dl > dd > p.section_txt_head {
	font-size:1.077em !important;
}

/* お問い合わせ */
div#inq {
  padding-top: 28px !important;
	padding-bottom: 20px !important;
}
.contact_subTtl {
  font-size: 13px;
  height: 40px;
}
.contact_subTtl.twolines {
	line-height: 16px;
}

div#inq h6 {
	font-size: 1.077em;
	padding: 10px 0;
	margin: 0 0 20px 0;
}
dl.faqlist {
	display:block;
	line-height:1.4em;
	margin:10px 0 0 0;
}
dl.faqlist dt {
	background:#00A8E3;
	font-size:1em;
	font-weight:bold;
	color:#FFF;
	text-indent:-1.5em;
	padding:8px calc(2em + 0.4em);
}
dl.faqlist dd {
	background:#FFFAB9;
	color:#666;
	text-indent:-1.4em;
	padding:8px 8px 8px calc(2em + 0.4em);
	margin:0 0 15px 0;
}

/* お申し込み方法 */
#page_award article div#inq h6 {
	font-size:1.077em;
	padding: 10px 0;
	margin: 45px 0 15px 0;
}
/*
div#inq p.inqAdd {
	border-top: dotted #ccc 2px;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}
*/
div#inq p.inqAdd img {
	width:273px; height:auto;
}
div#inq span.tel_award img {
	width:270px; height:34px;
}
div#inq p.inqAddDetail {
	display:block;
	margin: 15px 0 0 0;
}
div#inq span.tel_award {
	padding: 12px 0 8px 0;
}
div#inq span.tel,
div#inq span.mail {
	padding: 12px 0 12px 0;
}
div#inq p.inqAddDetail span {
	display:block;
	width:calc(100% - 16px);
	line-height:1em;
	padding: 12px 0 12px 0;
	margin:0 auto 10px auto;
}
div#inq p.inqAddDetail span img {
	width:270px; height:19px;
	margin:0;
}

/* 過去の受賞作品 */
div.award_result p.award_result_sub {
	font-size:16px;
	margin:0 auto 10px;
}
#page_award ul.award-tab {
	margin-bottom:10px;
	width: auto;
}
#page_award ul.award-tab.foot {
	margin-bottom:80px;
	width: 80%;
	gap: 10px;
	flex-wrap: wrap;
}
#page_award ul.award-tab li {
	display:block;
	width:69px;
	margin-right:2px;
}
#page_award ul.award-tab li:last-child {
	margin-right:0;
}
#page_award ul.award-tab li span.current,
#page_award ul.award-tab li a {
	border:1px solid #F08090;
	border-radius: 3px;
	font-size:12.5px;
	line-height:1.1em;
	padding:0.7em 0 0.6em 0;
	width: auto;
}



}