@charset "UTF-8";
/*html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.comTwitter: @rich_clark*/
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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.6;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 30px 0 20px;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input[type=radio] {
  display: none;
}

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

.subtitle{
	font-size: 24px;
	padding-bottom: 20px;
}

.smalltext{
	font-size: 12px;
	font-weight: normal;
	padding-top: 20px;
}
/* カラー */
/* テーマカラー */
/* テキストカラー */
/* ボーダーカラー */
/* フォント */
/* スペーサー */
/* コンテンツ・ページ幅 */
/* ブレークポイント */
/*========================================
  ## レスポンシブサイズ
  指定のブレイクポイントの間だけサイズがレスポンシブ変化します。
  フォントサイズ等で使用する。
  元ネタはここ。
  https://min-max-calculator.9elements.com/

  [ 引数一覧 ]
  $from: 開始フォントサイズ
  $to: 終了フォントサイズ
  $bMax: 開始ブレイクポイント | 省略可 | デフォルトはmd
  $bMin: 終了ブレイクポイント | 省略可 | デフォルトはsm

  [ 使い方 ]
  font-size: rf(18,16) //最大サイズ18px から 最低サイズ16pxまでなめらかに変化する。
========================================*/
* {
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 0%;
	padding: 0px;
	box-sizing: border-box;
	font-family: YuGothic, "Yu Gothic Bold", "Yu Gothic", sans-serif;
}

@media only screen and (min-width: 1024px) {
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

@media only screen and (min-width: 769px) {
  ._sp {
    display: none;
  }
}
/*
background-color: #F7F7F7;
text-color: #3B3948;
*/

.banner {
	margin: 0 auto 40px;
}

.banner img {
	width: 100%;
}
.phototext-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.phototext-box:last-child {
	margin-bottom: 0;
}
.policy {
	font-size: 12px;
	padding-top: 20px;
	margin-bottom: 100px;
}

.policy a {
	color: #0000E4;
}

.content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 4.2% 0 0 4.9%;
	background-color: #F7F7F7;
	color: #3B3948;
	letter-spacing: 2px;
	align-items: baseline
}

.content-container {
	width: 55%;
	font-weight: bold;
	margin: 0 4% 0 0;
}

.content-container_date {
	font-size: 14px;
	padding: 10px 0 20px;
}

.content-container_title {
	font-size: 21px;
	padding: 0px 0 0 0px;
}

.content-container_subtitle {
	font-size: 40px;
	padding: 0;
}

.content-container_section {
	background-color: #FFF;
	border-radius: 20px;
	padding: 60px 30px;
}

.content-section_block {
	margin: 0 auto 80px;
}

.block-title {
	font-size: 24px;
}

.block-border {
	height: 0.5px;
	background-color: #3B3948;
	width: 20%;
}

.block-text {
	font-size: 14px;
}

.content-section_participant {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.participant-picture {
	width: 160px;
	margin: 8px 24px 8px 0px;
}

.participant-picture img {
	width: 100%;
}

.participant-info {
	padding: 8px 0;
	width: 60%;
}

.name {
	font-size: 18px;
	padding-bottom: 20px;
}

.description {
	font-size: 14px;
}

.content-form {
	width: 40%;
	max-height: fit-content;
	background-color: #3B3948;
	border-radius: 20px;
	padding: 3.1% 4.65%;
	position: sticky;
	top: 2%;
	overflow-y: scroll;
	overflow-x: visible;
}

.form-title {
	text-align: center;
	font-size: 30px;
	margin: 0px auto 16px;
	font-weight: bold;
	color: #fff;
}

.form-subtitle {
	text-align: center;
	font-size: 20px;
	margin: 0px auto 16px;
	font-weight: bold;
	color: #fff;
}

.form-border {
	height: 0.5px;
	margin: 8px auto 16px;
	background-color: #FFF;
	border: none;
	width: 80%;
}

.wpcf7,
.wpcf7 div {
	width: 100%;
}

.wpcf7 p {
	color: #fff;
	font-weight: bold;
}

.form-group{
	margin-bottom: 15px;
}
.f-title{
	margin-bottom: 5px;
}
.f-title span{
	margin-left: 5px;
	font-size: 12px;
}
.form-group .small {
	font-size: 12px;
	font-weight: normal;
}
.text-center{
	text-align: center;
}
.privacy_link a{
	color: #fff;
	font-weight: bold;
}

.wpcf7 div .td-left {
	width: 25%;
	height: auto;
	vertical-align: middle;
	padding: 0 2%;
	text-align: left;
	color: #fff;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
	font-weight: bold;
}

.wpcf7 divl .td-right {
	width: 100%;
	height: auto;
	padding: 10px 10px;
	font-size: 17px;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
	font-weight: bold;
	border-radius: 14px;
}

.wpcf7 select {
	width: 75%;
	height: 55px;
	font-size: 16px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="textarea"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	width: 100%;
	height: 55px;
	font-size: 16px;
	padding: 5px 15px 3px 15px;
	border: none;
	color: #0B115A;
	text-align: left;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
	border-radius: 14px;
}

.wpcf7 input::placeholder {
	color: #ccc;
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
	float: left;
}

.wpcf7-list-item {
	display: block;
	clear: both;
}

.wpcf7 div input[type="radio"],
.wpcf7 div input[type="checkbox"] {
	font-size: 16px;
	width: 20px;
	height: auto;
	float: left;
	margin: 2px 3px 3px 0;
}

.wpcf7-list-item-label {
	display: block;
	max-width: 100%;
	padding: 0;
	margin: -7px 0 0px 10px;
	float: left;
	font-weight: bold;
	color: #fff;
}
.matching_check .wpcf7-list-item-label {
	max-width: 90%;
}

.wpcf7 .event_box a {
	color: #ffa100;
}

.wpcf7 textarea {
	width: 100%;
	height: 75px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

.wpcf7-form-control-wrap input:focus {
	outline: solid #efefef 1px;
	outline-offset: -1px;
	background-color: #fcfcfc;
}

.wpcf7-form-control-wrap input[type="radio"]:focus,
.wpcf7-form-control-wrap input[type="checkbox"]:focus {
	outline: none;
}

.wpcf7-form-control-wrap textarea:focus {
	outline: solid #efefef 1px;
	outline-offset: -1px;
	background-color: #fcfcfc;
}

#acceptance {
	width: 340px;
	margin: 10px auto 0;
	padding: 30px 0 0;
}

#acceptance input {
	width: 20px;
	height: auto;
	font-size: 16px;
	margin: -6px 0 0;
}

#acceptance p {
	width: 100%;
	font-size: 0.75rem;
	text-align: center;
}

.wpcf7 .wpcf7-submit {
	display: block;
	width: 220px;
	height: auto;
	border-radius: 3px;
	font-size: 20px;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
	font-size: 0.8rem;
}

.screen-reader-response {
	display: none;
}

.contact_red {
	color: #fff;
	font-size: 14px;
	padding: 0px 2px 2px;
	display: inline-block;
	margin: 0 0 0 5px;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
	display: block;
	font-size: 12px;
	color: #a00;
}

.wpcf7-response-output {
	margin: 10px 0 0;
	text-align: center;
}

.submit_box {
	text-align: center;
	margin: 50px 0 0;
	position: relative;
}

#acceptance span {
	display: inline-block;
	vertical-align: middle;
}

#acceptance .acc_note {
	width: 310px;
	line-height: 1.2em;
}

input[type="submit"] {
	background: #fff;
	padding: 12px 0 8px;
	font-size: 14px;
	color: #3B3948;
	border-radius: 20px;
	display: inline-block !important;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
	font-weight: bold;
	cursor: pointer;
}

input[type="submit"]:disabled {
	background: #eee;
	color: #454545;
}

.ajax-loader.is-active {
	background: url('./images/ajax-loader.gif') no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0 0 0 -8px;
}

.article-3 {
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	font-size: 10px;
	color: #9D9D9D;
	line-height: 150%;
}
.wpcf7 select {
    padding-left: 20px;
    height: 55px;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
	
	hr {
		margin: 20px 0;
	}

	.content {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		padding: 7.3% 6.2% 14.6%;
		background-color: #F7F7F7;
		color: #3B3948;
		letter-spacing: 1px;
		align-items: center;
	}

	.content-container {
		width: 100%;
		font-weight: bold;
		margin: 0 0 0 0;
	}

	.content-container_date {
		color: #808080;
		text-align: center;
	}

	.content-container_title {
		font-size: 15px;
		padding: 6px 0 0 6px;
		text-align: center;
	}

	.content-container_subtitle {
		font-size: 18px;
		text-align: center;
	}

	.content-container_section {
		background-color: #FFF;
		border-radius: 20px;
		padding: 30px 20px;
	}

	.content-section_block {
		margin: 0px auto 50px;
	}

	.block-title {
		font-size: 22px;
	}

	.block-border {
		height: 0.5px;
		background-color: #3B3948;
		width: 20%;
	}

	.block-text {
		font-size: 14px;
	}

	.content-section_participant {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.phototext-box {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.participant-picture {
		margin: 8px 24px 8px 0px;
	}

	.participant-picture img {
		width: 120px;
	}

	.participant-info {
		padding: 8px 0;
		width: auto;
	}

	.description {
		font-size: 14px;
	}


	.content-form {
		width: 100%;
		height: auto;
		background-color: #3B3948;
		border-radius: 20px;
		padding: 20px;
		margin: 50px auto 0;
	}

	.form-title {
		text-align: center;
		font-size: 25px;
		margin: 0px auto 16px;
		font-weight: bold;
		color: #fff;
	}

	.form-subtitle {
		text-align: center;
		font-size: 15px;
		margin: 0px auto 16px;
		font-weight: bold;
		color: #fff;
	}

	.form-border {
		height: 0.5px;
		margin: 8px auto 24px;
		background-color: #FFF;
		border: none;
		width: 90%;
	}


	.wpcf7,
	.wpcf7 div {
		width: 100%;
	}

	.wpcf7 p {
		margin: 0 0 7px 0;
	}

	.wpcf7 div .td-left {
		width: 25%;
		height: auto;
		vertical-align: middle;
		padding: 0;
		text-align: left;
		color: #fff;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
		font-weight: bold;
	}

	.wpcf7 div .td-right {
		width: 100%;
		height: auto;
		padding: 10px 5px;
		font-size: 17px;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
		font-weight: bold;
		border-radius: 14px;
	}

	.wpcf7 select {
		width: 75%;
		height: 55px;
		font-size: 16px;
	}

	.wpcf7 input[type="text"],
	.wpcf7 input[type="textarea"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="tel"] {
		width: 100%;
		height: 45px;
		font-size: 16px;
		padding: 5px 15px 3px 15px;
		border: none;
		color: #0B115A;
		text-align: left;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
		border-radius: 14px;
	}

	.wpcf7 input::placeholder {
		color: #ccc;
	}

	.wpcf7 input[type="checkbox"],
	.wpcf7 input[type="radio"] {
		float: left;
	}

	.wpcf7-list-item {
		display: block;
		clear: both;
	}

	.wpcf7 label input[type="radio"],
	.wpcf7 label input[type="checkbox"] {
		font-size: 16px;
		width: 20px;
		height: auto;
		float: left;
		margin: 2px 3px 3px 0;
	}

	.wpcf7-list-item-label {
		font-weight: bold;
		color: #fff;
		display: block;
		max-width: 100%;
		padding: 0;
		margin: -5px 0 0px;
		float: left;
	}
	.matching_check .wpcf7-list-item-label {
		max-width: 	100%;
	}

	.wpcf7 .event_box a {
		color: #ffa100;
	}

	.wpcf7 textarea {
		width: 100%;
		height: 75px;
		border: none;
		font-size: 16px;
		border-radius: 5px;
	}

	.wpcf7-form-control-wrap input:focus {
		outline: solid #efefef 1px;
		outline-offset: -1px;
		background-color: #fcfcfc;
	}

	.wpcf7-form-control-wrap input[type="radio"]:focus,
	.wpcf7-form-control-wrap input[type="checkbox"]:focus {
		outline: none;
	}

	.wpcf7-form-control-wrap textarea:focus {
		outline: solid #efefef 1px;
		outline-offset: -1px;
		background-color: #fcfcfc;
	}

	#acceptance {
		width: 340px;
		margin: 10px auto 0;
		padding: 30px 0 0;
	}

	#acceptance input {
		width: 20px;
		height: auto;
		font-size: 16px;
		margin: -6px 0 0;
	}

	#acceptance p {
		width: 100%;
		font-size: 0.75rem;
		text-align: center;
	}

	.wpcf7 .wpcf7-submit {
		display: block;
		width: 220px;
		height: auto;
		border-radius: 10px;
		border-radius: 10px;
		font-size: 20px;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
	}

	.wpcf7-not-valid-tip,
	.wpcf7-response-output {
		font-size: 0.8rem;
	}

	.screen-reader-response {
		display: none;
	}

	.contact_red {
		color: #F95D12;
		font-size: 14px;
		padding: 5px 2px 2px;
		border-radius: 3px;
		display: inline-block;
		margin: 0 0 0 15px;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;

	}

	.wpcf7-not-valid-tip,
	.wpcf7-response-output {
		display: block;
		font-size: 12px;
		color: #a00;
	}

	.wpcf7-response-output {
		margin: 10px 0 0;
		text-align: center;
	}

	.submit_box {
		text-align: center;
		margin: 50px 0 0;
		position: relative;
	}

	#acceptance span {
		display: inline-block;
		vertical-align: middle;
	}

	#acceptance .acc_note {
		width: 310px;
		line-height: 1.2em;
	}

	input[type="submit"] {
		-webkit-appearance: none;
		color: #3B3948;
		background: #fff;
		border-radius: 20px;
		border: none;
		padding: 12px 0 8px;
		font-size: 14px;
		display: inline-block !important;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic",sans-serif;
		font-weight: bold;
	}

	input[type="submit"]:disabled {
		background: #eee;
		color: #454545;
	}

	.ajax-loader.is-active {
		background: url('./images/ajax-loader.gif') no-repeat;
		width: 16px;
		height: 16px;
		display: block;
		position: absolute;
		top: -20px;
		left: 50%;
		margin: 0 0 0 -8px;
	}

	.article-3 {
		margin-top: 80px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: auto;
		font-size: 12px;
		color: #9D9D9D;
		line-height: 150%;
		font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo',sans-serif;
	}
	.wpcf7 select {
		height: 45px;
	}
	.policy {
	margin-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	.subtitle{
		text-align: center;
		font-size: 14px;
		padding-bottom: 10px;
	}
}
