@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	font-size: 62.5%;
}
body {
	font-family:"Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,Meiryo,sans-serif;
	font-size: 1.6rem;
	line-height: 2.0;
	font-weight: 400;
	color: #333;
	word-wrap: break-word;
	margin : 0;
	padding : 0;
	-webkit-text-size-adjust: 100%;
	background-color: #fffae1;
}
a {
	text-decoration : none;
}
a:hover {
	text-decoration : none;
}
img {
	border: 0;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	width: 1060px;
	height: 100%;
	min-height: 100vh;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c7c7c7;
	border-left-color: #c7c7c7;
}
body > #wrapper {
	height: auto;
}

/* ヘッター */
header {
	width : 1060px;
	background-color: #fff;
}
header dl{
	margin: 0px auto;
	display: flex;
	width: 1060px;
	height: 110px;
}
header dl dt{
	width: 280px;
	background-color: #fffae1;
	text-align: center;
}
header dl.header_bgwhite dt{
	background-color: #fff;
}
header dl dt img {
	margin:10px 0 0 0;
	height: 85px;
}
header dl.header_bgwhite dt img {
	margin:5px 0 0 15px;
	height: 85px;
}
header dl dd{
	width: 780px;
}
header dl dd h1{
	text-align: center;
	margin: 20px auto 0;
}
header dl.header_bgwhite dd h1{
	margin: 20px 70px 0 0;
}
header dl dd h1 img{
	width: 700px;
}
@media screen and (max-width:768px) {
body {
	background-color: #fff;
}
#wrapper {
	width: 100%;
	border:none;
}
header{
	width: 100%;
}
header div{
	margin: 0;
	width: 100%;
	height: 60px;
}
header div#navset{
	width: 87%;
}
header dl{
	margin: 0;
	width: 100%;
	height: 60px;
}
header dl dt{
	display: none;
}
header dl dd{
	width: 100%;
}
header dl dd h1{
	margin: 0 auto;
	width: 100%;
	height: 60px;
}
header dl.header_bgwhite dd h1{
	margin: 0px;
}
header dl dd h1 img{
	margin-top:15px;
	width: 90%;
	height: auto;
}
header div#navset dl.header_bgwhite dd h1{
	text-align: left;
}
}

/* マージン調整 */
.mgBtm20 {
	margin-bottom: 20px;
}
.mgBtm30 {
	margin-bottom: 30px;
}
.mgLft5 {
	margin-left: 5px;
}
.mgLft15 {
	margin-left: 15px;
}
.mgLft30 {
	margin-left: 30px;
}
.mgRgt15 {
	margin-right: 15px;
}
.mgRgt30 {
	margin-right: 30px;
}

/* 頭出し */
#pagetop {
	position: fixed;
	bottom: -110px;
	right: 20px;
	z-index: 999;
	transition: 0.5s;
	background-color: #6bbb5b;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 8px;
}
#pagetop span{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-top: solid 5px #fff;
	border-right: solid 5px #fff;
	transform: rotate(-45deg);
	position: relative;
	top: 5px;
}
#pagetop:hover {
	opacity: 0.7;
}
@media screen and (max-width:768px){
#pagetop {
	bottom: -70px;
	right: 18px;
	z-index: 999;
	width: 50px;
	height: 50px;
}
#pagetop span{
	height: 15px;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	top: 3px;
}
}

/* フッター */
footer {
	margin: 0;
	width : 100%;
	position: sticky;
	top: 100vh;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #372287;
}
footer p#copyright {
	margin: 0;
	padding:.7em .7em;
	text-align: center;
	box-sizing:border-box;
	width : 100%;
	background-color: #6e3c0a;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.1;
}
@media screen and (max-width:480px) {
footer p#copyright {
	font-size: 1.2rem;
}
}

main {
	margin-bottom: 100px;
}
@media screen and (max-width:768px){
main {
	margin-bottom: 60px;
}
}

/* SP版のみ改行 */
br.sp_br{
	display: none;
}
@media screen and (max-width:768px) {
br.sp_br {
	display: inherit;
}
}

/* PC版のみ改行 */
br.pc_br{
	display: inherit;
}
@media screen and (max-width:768px) {
br.pc_br {
	display: none;
}
}

/* 共通 */
h2 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 0.5em 0;
	font-family: 'Noto Serif JP', serif;
	box-sizing: border-box;
	font-size: 1.625em;
	background: #46aa32;
	border: 5px solid #004632;
	color: #FFF;
	padding: 0.5em;
}
@media screen and (max-width:768px){
h2 {
	font-size: 1.5em;
	border-width: 4px;
	padding: 0.4em;
}
}
/* 決済画面だけで使用 */
h3 {
	font-weight: 700;
	line-height: 1.2;
	margin: 1.5em 0 0 0;
	font-family: 'Noto Serif JP', serif;
	box-sizing: border-box;
	font-size: 1.1em;
	border-left: 0.5em solid #46aa32;
	background: #e6e6e6;
	padding: 0.2em 0.5em;
}
@media screen and (max-width:768px){
h3 {
	font-weight: 900;
	margin-bottom: 3px;
	background: #fff;
}
}
h4 {
	font-weight: 700;
	line-height: 1.2;
	padding: 0px;
	margin: 1em 0 0.5em 0;
	font-family: 'Noto Serif JP', serif;
	box-sizing: border-box;
	font-size: 1.25em;
	border-bottom: 2px dotted #999;
	padding-bottom: 0.3em;
}

ul.circle li {
	position: relative;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-left: 1.2em;
}
ul.circle li:before {
	content: '';
	display: block;
	width: 0.8em;
	height: 0.8em;
	background: #ff6e78;
	border-radius: 50%;
	position: absolute;
	left: 0em;
	top: 0.4em;
}
a.textlink:link,
a.textlink:visited {
	color: #ff6e78;
	text-decoration: underline;
}
a.textlink:active,
a.textlink:hover {
	color: #ff6e78;
	text-decoration: none;
}
p.info {
	margin-bottom: 10px;
	line-height: 1.6;
}

/* ボタンエリア */
p.lastmsg {
	margin-top: 60px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	color: #004632;
}
#btnArea {
	margin-top: 30px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: space-around;
}
#btnArea p a {
	margin: 0 5px;
	padding-bottom: 2px;
	width:180px;
	height: 46px;
	border-radius: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background: #ff6e78;
	transition: all 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
}
#btnArea p a:hover{
	color: #fff;
	background-color: #46aa32;
}
@media screen and (max-width:768px){
p.lastmsg {
	margin-top: 40px;
}
}

@media screen and (max-width:480px) {
#btnArea p a {
	width:160px;
}
}
@media screen and (max-width:360px) {
#btnArea p a {
	width:140px;
}
}

/* 必須マーク */
.mustmark{
	margin-left: 4px;
	font-size: 1.8rem;
	color: #f00;
}

/* ログイン画面 */
h2#tlLogin {
	margin: 80px auto 5px;
	width : 700px;
	text-align: center;
}
section#loginBox {
	margin: 0 auto;
	width : 700px;
	text-align: center;
}
section#loginBox div {
	margin-bottom: 5px;
	padding: 60px 0 30px;
	width : 100%;
	box-sizing: border-box;
	border: 1px solid #c7c7c7;
	border-radius: 8px;
	overflow: hidden;
}
section#loginBox dl {
	margin: 0 auto 20px;
	display: flex;
	width : 450px;
}
section#loginBox dl dt {
	padding: 4px 0 0 8px;
	font-size: 1.8rem;
	width : 180px;
	text-align: left;
	box-sizing: border-box;
	border-left:solid 5px #46aa32;
	line-height: 1.0;
}
section#loginBox dl dd {
	width : 270px;
}
section#loginBox dl dd input {
	box-sizing: border-box;
	padding: 0.2em;
	width:100%;
	border: 1px solid #b6b6b6;
	border-radius: 4px;
}
section#loginBox input#login{
	margin: 30px auto 0;
	padding-bottom: 3px;
	width:180px;
	height: 46px;
	border-radius: 8px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background: #ff6e78;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: none;
	transition: all 0.4s;
}
section#loginBox input#login:hover{
	color: #fff;
	background-color: #46aa32;
}
section#loginBox input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 8px;
}
section#loginBox a:link,
section#loginBox a:visited {
	color: #777;
}
section#loginBox a:active,
section#loginBox a:hover {
	color: #372287;
}
section#loginBox a i{
	margin-right: 3px;
}
section#loginBox div#login_info {
	margin: 20px auto 0;
	padding: 0;
	width : 70%;
	border: none;
	overflow: hidden;
}
section#loginBox div#login_info h4 {
}
section#loginBox div#login_info ul {
	text-align: left;
}

@media screen and (max-width:700px){
h2#tlLogin {
	margin: 20px auto 5px;
	width : 98%;
}
section#loginBox {
	width : 100%;
}
section#loginBox div {
	padding: 30px 0;
	border: none;
}
section#loginBox dl {
	margin: 0 auto 20px;
	display: block;
	width : 90%;
}
section#loginBox dl dt {
	margin-bottom: 10px;
	padding: 0 0 0 8px;
	width : 100%;
}
section#loginBox dl dd {
	width : 100%;
}
section#loginBox div#login_info {
	width : 90%;
}
}

/* トップ画面　決済画面 */
.wrapperFlex{
	display: flex;
	width: 1060px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.9);
}
.wrap_r{
	flex: 1;
	order: 2;
}
.wrap_l{
	width: 280px;
	order: 1;
	background: linear-gradient(#fffae1,#ffffff);
}
@media screen and (max-width:768px){
.wrapperFlex{
	display: block;
	width: 100%;
}
.wrap_l{
	width: 100%;
}
.wrap_r{
	width: 100%;
}
}

/* 左メニュー */
.focus a{
	color: #634f8f;
	border-left: 8px solid #0f53ad;
	border-image: linear-gradient(to bottom,#004632 0,#46aa32 100%);
	border-image-slice: 1;
	background: linear-gradient(90deg, #7dc36f 40%,#fffae1 100%);
}
.nav_item{
}
.nav_item li{
	position: relative;
	border-bottom: 1px solid #6e3c0a;
}
.nav_item li a{
	margin: 0;
	padding: 15px 0 15px 7px;
	color: #6e3c0a;
	text-decoration: none;
	font-weight: 700;
	background-color: #fffae1;
	box-sizing: border-box;
	border-left: 8px solid transparent;
	line-height: 1.4;
	display: flex;
	justify-content: space-between; /* テキストを左、矢印を右に配置 */
}

/* 矢印（▶）を右側に追加 */
.nav_item li a::after {
	content: '▶';
	font-size: 8px;
	padding-top: 7px;
	padding-right: 7px;
}
.nav_item li a:hover{
	color: #fff;
	background-color: #ff6e78;
}
.nav_item li.focus a{
	color: #fff;
}
.nav_item li.focus a::after {
	color: #ff6e78;
}
.nav_item li:first-child a{
	margin: 0;
}
.nav_item li a span{
	position: relative;
	left: 0;
	transition-duration: 500ms;
}
.nav_item li a:hover span{
	position: relative;
	left: 7px;
	transition-duration: 500ms;
}
.nav_hidden{
	display: none!important;
}
.nav_item .poster_dl > a{
	background: #7cc4bd;
	color: #fff;
	border-bottom: none;
}
.nav .lang {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 4px;
	width: 10%;
}
.nav .lang li{
	width: 49%;
	text-align: center!important;
}
.nav .lang li a{
	width: 100%;
	background: #fff;
	padding: 10px;
	text-decoration: none;
	color: #0C6193;
	font-weight: bold;
	display: block;
}
.nav .lang li a:hover{
	background: #d4eafc;
	transition-duration: 500ms;
	color: #0B7DC7;
}
.nav div{
	margin: 20px 10px 0;
	padding: 5px 5px 5px 10px;
	background-color: #e6e6e6;
	font-size: 1.2rem;
	line-height: 1.5;
	border: 1px solid #ccc;
}
.nav div p{
	color: #004632;
	font-weight: bold;
	font-size: 1.3rem;
}
@media screen and (max-width:768px){
.focus a{
	background: linear-gradient(90deg, #7dc36f 40%,#fff 100%);
}  
.nav_item{
	border-right: none;
}
.nav_item li{
	border-bottom: 1px solid #ddd;
}
.nav_item li:nth-child(1){
	border-top: 1px solid #ddd;
	}
.nav_item li a{
	color: #000;
	margin: 0;
	background-color: rgba(255,255,255,1);
}
.nav{
	padding-bottom: 62px;
	width: 100%;
	position: fixed;
	right: 0;
	top: 60px;
}
#nav_toggle + #nav_menuBtn + .nav{
	height: 0;
	overflow: hidden;
	transition-duration: 500ms;
	opacity: 0;
	z-index: -5;
}
#nav_toggle:checked + #nav_menuBtn + .nav{
	height: 100%;
	transition-duration: 500ms;
	overflow: scroll;
	opacity: 1;
	z-index: 1000;
	background: #fff;
}
#nav_menuBtn{
	display: block;
	width: 40px;
	height: 62px;
	position: fixed;
	top: 0%;
	right: 0;
	z-index: 2000;
}

/*×の挙動*/
#nav_menuBtn span{
	display: block;
	width: 25px;
	height: 2px;
	background-color: #372287;
	position: fixed;
	top: 29px;
	transition-duration: 500ms;
	opacity: 1;
}
#nav_menuBtn::before{
	display: block;
	content: "";
	width: 25px;
	height: 2px;
	background-color: #372287;
	position: fixed;
	top:19px;
	transition-duration: 500ms;
}
#nav_menuBtn::after{
	display: block;
	content: "";
	width: 25px;
	height: 2px;
	background-color: #372287;
	position: fixed;
	top: 39px;
	transition-duration: 500ms;
}
#nav_toggle:checked + #nav_menuBtn span{
	opacity: 0;
	transition-duration: 500ms;
}
#nav_toggle:checked + #nav_menuBtn::before{
	transform: rotate(45deg);
	top: 29px;
}
#nav_toggle:checked + #nav_menuBtn::after{
	transform: rotate(-45deg);
	top: 29px;
}
.nav div{
	margin: 20px 10px 0;
	padding: 0 5px 0 10px;
	background-color: rgba( 255, 255, 255, 1 );
	border: none;
	border-left: 5px solid #46aa32;
}
}

/* 右コンテンツ */
section#pageBox {
	margin: 20px 0 40px 50px;
	width : 700px;
}
p#username {
	margin: 0 0 25px 0;
	width: 100%;
	border-top: #afa7cf 1px dotted;
	box-sizing: border-box;
}
p#username i {
	margin-right: 10px;
	color: #7364ab;
}

.table_two dl{
	display: flex;
}
.table_two dt{
	border-bottom: 3px solid #daeed6;
	padding: 18px 0;
	width: 30%;
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #46aa32;
}
.table_two dd{
	padding: 18px 0 18px 20px;
	flex: 1;
	border-bottom: 1px solid #ddd;
}
.table_two dl:first-child{
	padding-top: 0;
}
.table_two dl:last-child{
	padding-bottom: 0;
	margin-bottom: 60px;
}
/* 決済画面だけで使用 */
.table_two dd img{
	width: 70%;
}
/* 決済画面だけで使用 */
.table_two dd input {
	box-sizing: border-box;
	padding: 0.2em;
	border: 1px solid #b6b6b6;
	border-radius: 4px;
}
/* 決済画面だけで使用 */
.table_two dd input.ex_short {
	width: 60px;
}
/* 決済画面だけで使用 */
.table_two dd select.month,
.table_two dd select.year {
	width: 80px;
	height: 35px;
}
/* 決済画面だけで使用 */
.table_two dd  p.note {
	font-size: 1.3rem;
	color: #2f4fb0;
	margin-top: 10px;
	line-height: 1.2;
}
@media screen and (max-width:768px){
section#pageBox {
	margin: 0 auto 40px;
	width : 98%;
}
.table_two dl{
	display: block;
	margin-bottom: 20px;
}
.table_two dt{
	width: 100%;
	padding: 10px;
	background-color: #ecf6ea;
	border-left: 6px solid #b5ddad;
	border-bottom: 1px solid #b5ddad;
	font-weight: 700;
	box-sizing:border-box;
}
.table_two dd{
	border-bottom: none;
	padding: 10px 0 10px 20px;
	border-left: 6px solid #ddd;
}
.table_two dl:last-child{
	margin-bottom: 40px;
}
}

/* 参加登録画面 */
section#formBox {
	margin: 30px auto 0;
	width : 1020px;
	overflow: hidden;
}
section#formBox ul.circle {
	margin: 0 0 20px 0;
}
section#formBox p.comment{
	margin: 15px 0 5px;
	line-height: 1.4;
	font-weight: bold;
}
section#formBox dl.formCate {
	margin-bottom: 5px;
	display: table;
	width: 100%;
}
section#formBox dl.formCate dt {
	padding-left: 10px;
	width: 210px;
	display: table-cell;
	vertical-align: middle;
	background: #daeed6;
	font-weight: nomal;
	line-height: 1.2;
	box-sizing:border-box;
}
section#formBox dl.formCate dd {
	width: 810px;
	display: table-cell;
	vertical-align: middle;
	padding: 0.7% 2%;
	line-height: 1.6;
	box-sizing:border-box;
	border-bottom: 1px solid #eee;
}
section#formBox dl.formCate dd .flexBox {
	display:flex;
}
section#formBox dl.formCate dd .formItem {
	padding:0 10px 0 0;
}
section#formBox dl.formCate dd .formItem p.note {
	font-size: 1.3rem;
	color: #1571b1;
	
	line-height: 1.2;
}
section#formBox dl.formCate dd input {
	box-sizing: border-box;
	padding: 0.2em;
	border: 1px solid #b6b6b6;
	border-radius: 4px;
}
section#formBox dl.formCate dd input.other {
	width: 240px;
}
section#formBox dl.formCate dd select.pref {
	width: 300px;
}
section#formBox dl.formCate dd select.seminar {
	width: 300px;
}
section#formBox dl.formCate dd input.upload {
	border: none;
}
section#formBox dl.formCate dd input.short {
	width: 200px;
}
section#formBox dl.formCate dd input.seikyu,
section#formBox dl.formCate dd input.middle {
	width: 490px;
}
section#formBox dl.formCate dd input.long {
	width: 100%;
}
.itemmg {
	margin-right: 15px;
}
i.fa-angle-double-right {
	margin: 0 5px ;
	font-size: 2.0rem;
}
section#formBox dl.formCate dd dl dd ul li {
	line-height: 1.3;
	padding-bottom: 5px;
}
section#formBox dl.formCate dd dl dd ul li.category {
	font-weight: bold;
}
section#formBox dl.formCate dd dl dd ul li.price {
	font-size: 1.6rem;
}
@media screen and (max-width:768px){
section#formBox {
	margin: 20px auto 0;
	width : 100%;
}
section#formBox h2{
	margin: 0 auto 0.5em;
	width: 98%;
}
section#formBox h3{
	margin: 0 auto 20px;
	width: 98%;
}
section#formBox h4{
	margin: 30px auto 15px;
	width: 98%;
	line-height: 1.4;
}
section#formBox ul.circle {
	margin: 0 auto 20px;
	width : 96%;
}
section#formBox p.comment{
	margin: 15px auto 5px;
	width: 96%;
}
section#formBox p.info {
	margin: 0 auto 10px;
	width: 96%;
}
section#formBox dl.formCate {
	display: block;
}
section#formBox dl.formCate dt {
	margin-bottom: 0;
	padding: 7px 0 7px 5px;
	width : 100%;
	display: block;
	font-size: 1.6rem;
	border-bottom: 1px solid #afa7cf;
	border-radius: 0;
}
section#formBox dl.formCate dd {
	margin: 0 auto 20px;
	padding: 10px 0 20px;
	width: 95%;
	display: block;
	border: none;
}
section#formBox dl.formCate dd .flexBox {
	display: block;
}
section#formBox dl.formCate dd input.middle {
	width: 100%;
}
section#formBox dl.formCate dd input.long {
	width: 100%;
}
section#formBox dl.formCate dd dl dt {
	padding: 7px 5px 7px 0;
	border: none;
}
.itemmg_top {
	margin-top: 10px;
}
section#formBox p.lastmsg {
	margin-top: 40px;
}
}
@media screen and (max-width:480px) {
section#formBox dl.formCate dd input.long {
	width: 330px;
}
}
@media screen and (max-width:360px) {
section#formBox dl.formCate dd input.other {
	width: 200px;
}
section#formBox dl.formCate dd input.long {
	width: 300px;
}
}