@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
//	word-break: break-all;
	overflow-wrap: break-word;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.barlow {
	font-family: 'Barlow Condensed', sans-serif;
}

html {
	font-size: 62.5%;
    background: #eff7f0;
	overflow: auto;
    position: relative;
}
html.opmenu {
    overflow: hidden;
}
body {
    position: relative;
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
a {
	text-decoration: none;
	position: relative;
}
a.line_link {
	text-decoration: underline;
}
a.line_link:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}
strong {
	font-weight: bold;
}

.para {
	margin-bottom: 1.5em;
}
.para-wide {
	margin-bottom: 2em;
}
.para-half {
	margin-bottom: 1em;
}
.para-litte {
	margin-bottom: 0.5em;
}

.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}

.inlineblock {
	display: inline-block;
}
.redtxt {
	color: #ff0000;
}

.gra_bt {
    color: #fff;
    background: linear-gradient(to right, #359972, #72d4b1);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 0.5em 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    position: relative;
}
.gra_bt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 5px 0px #a7715c ;
	-webkit-box-shadow: 0px 0px 5px 0px #a7715c ;
	-moz-box-shadow: 0px 0px 5px 0px #a7715c ;
	-o-box-shadow: 0px 0px 5px 0px #a7715c ;
	-ms-box-shadow: 0px 0px 5px 0px #a7715c ;
}
@supports (-webkit-filter: blur(5px)) {
.gra_bt:before {
    background-image: linear-gradient(to right, #359972, #72d4b1);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.5;
  z-index: -1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
  }
}

.center_note {
	text-align: center;
}

/* 大枠 */
body #allcontents {
	position: relative;
}


/* 閉じるボタン */
.closebt {
    position: absolute;
    top: 15px;
    right: 15px;
}
.closebt a {
	font-size: 1.6rem;
    color: #fff;
    line-height: 2em;
	display: inline-block;
    margin: 0;
    padding: 0 1.5em;
    background: linear-gradient(to right, #359972, #72d4b1);
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
.closebt a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	box-shadow: 0px 0px 5px 0px #d4b198 ;
	-webkit-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-moz-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-o-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-ms-box-shadow: 0px 0px 5px 0px #d4b198 ;
}
@supports (-webkit-filter: blur(5px)) {
.closebt a:before {
    background-image: linear-gradient(to right, #359972, #72d4b1);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.2;
  z-index: -1;
  }
}

/* コンテンツ */
section {
	clear: both;
	margin: 0px;
	padding: 0;
	position: relative;
}
section article.contents {
	padding: 50px 0px 0px;
}
section article > div {
	max-width: 1060px;
	margin: auto;
	padding: 0 15px;
	position: relative;
}

/* ヘッダ */
header {
    background: #fff;
    border-top: solid 15px #b16f43;
    border-image: linear-gradient(to right, #359972, #72d4b1) 1;
	position: relative;
	z-index: 100;
	background: #fff url("../images/2026/head_flag.png") no-repeat center top;
	background-size: 100%;
}
header div.inner_header {
    padding: 40px 15px 35px;
    margin: 10px auto 0;
}
header div.inner_header h1 {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
}
header div.inner_header h1 img {
    width: 85%;
    max-width: 500px;
    display: block;
    margin: auto;
    mix-blend-mode: multiply;
}
header div.inner_header h1 img.season2 {
    width: 35%;
    margin: -10px auto 10px;
}
header .head_menu {
    margin: 0;
    padding: 0px;
    text-align: right;
    padding: 15px 15px 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:end;
    -webkit-justify-content:flex-end;
    -ms-flex-pack:end;
    justify-content:flex-end;
}
header .head_menu .login_bt {
    display: inline-block;
}
header .head_menu .login_bt a {
	font-size: 1.6rem;
	line-height: 2em;
	font-weight: 500;
    color: #fff;
	display: inline-block;
    margin: 0;
    width: 70px;
	background: #914c32;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
header .head_menu .login_bt a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	box-shadow: 0px 0px 5px 0px #d4b198 ;
	-webkit-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-moz-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-o-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-ms-box-shadow: 0px 0px 5px 0px #d4b198 ;
}
@supports (-webkit-filter: blur(5px)) {
header .head_menu .login_bt a:before {
    background-image: linear-gradient(to right, #b16f43, #b28247);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.5;
  z-index: -1;
  }
}
header .head_menu .user_display {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
header .head_menu .user_display .user_name {
	font-size: 1.8rem;
}
header .head_menu .user_display .user_name small {
	font-size: 1rem;
}
header .head_menu .logout_bt {
    margin-left: 10px;
}
header .head_menu .logout_bt a {
	font-size: 1.6rem;
	line-height: 2em;
	font-weight: 500;
    color: #fff;
	display: inline-block;
    margin: 0;
    width: 80px;
	background: #914c32;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
header .head_menu .logout_bt a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	box-shadow: 0px 0px 5px 0px #d4b198 ;
	-webkit-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-moz-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-o-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-ms-box-shadow: 0px 0px 5px 0px #d4b198 ;
}
@supports (-webkit-filter: blur(5px)) {
header .head_menu .logout_bt a:before {
    background-image: linear-gradient(to right, #b16f43, #b28247);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.5;
  z-index: -1;
  }
}
header .contentstitle {
	padding: 0 15px;
    max-width: 1060px;
    margin: auto;
}
header .contentstitle h1 {
	font-size: 2.2rem;
	font-weight: 600;
	color: #000;
    line-height: 115px;
    text-align: center;
	white-space: nowrap;
}
@media (min-width: 414px) {
header div.inner_header h1 {
    padding: 0 30px;
    margin-top: 0;
}
header .head_menu {
    padding: 15px 30px 0;
}
.closebt {
    right: 30px;
}
section article > div {
	padding: 0 30px;
}
}
@media (min-width: 768px) {
.nomal_size {
	font-size: 1.6rem;
}
.mid_size {
	font-size: 1.4rem;
}
.small_size {
	font-size: 1.2rem;
}

.gra_bt {
    padding: 0.8em 2em;
}

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header {
    border-top-width: 20px;
}
header div.inner_header {
    padding: 50px 15px 60px;
    height: 250px;
    max-width: 1060px;
}
header div.inner_header h1 {
    font-size: 2.6rem;
}
header div.inner_header h1 img {
    width: 85%;
	max-width: 700px;
}
header div.inner_header h1 img.season2 {
    width: 200px;
    margin: -30px auto 10px;
}
header .head_menu {
    padding: 20px 110px 0 30px;
    max-width: 1060px;
    margin: auto;
}
header .head_menu .login_bt a {
	font-size: 1.8rem;
    width: 90px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
header .head_menu .user_display .user_name {
	font-size: 2.2rem;
}
header .head_menu .user_display .user_name small {
	font-size: 1.4rem;
}
header .head_menu .logout_bt {
    margin-left: 20px;
}
header .head_menu .logout_bt a {
	font-size: 1.8rem;
    width: 105px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
header .contentstitle {
	padding: 0 30px;
}
header .contentstitle h1 {
	font-size: 3rem;
    line-height: 200px;
	max-width: 1000px;
    margin: auto;
}

.closebt {
    top: 20px;
}
.closebt a {
	font-size: 1.8rem;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* コンテンツ */
section {
//	padding: 0 0 160px;
}
section article.contents {
	padding: 60px 0px 0px;
}

section article.category {
	border-bottom-width: 10px;
}
section article.category h2 {
	font-size: 2.2rem;
}
}
@media (min-width: 1200px) {
.nomal_size {
	font-size: 1.8rem;
}
.mid_size {
	font-size: 1.6rem;
}
.small_size {
	font-size: 1.4rem;
}

/* 大枠 */
body #allcontents {
}

section {
//	padding: 0 0 140px;
}

/* コンテンツ */
section article.contents {
	padding: 70px 0px 0px;
}
section article > div {
	max-width: 1000px;
	margin: auto;
	padding: 0;
}
section article.category h2 {
	font-size: 3rem;
}

header div.inner_header {
    padding: 100px 15px 60px;
    height: auto;
}
header div.inner_header h1 {
    font-size: 3rem;
}
header div.inner_header h1 img {
    width: auto;
	max-width: 700px;
}
header .head_menu {
    padding: 20px 120px 0 30px;
}
header .head_menu .login_bt a {
	font-size: 1.8rem;
    line-height: 40px;
    width: 105px;
}
header .head_menu .logout_bt a {
	font-size: 1.8rem;
    line-height: 40px;
    width: 130px;
}
header .contentstitle h1 {
	font-size: 3.5rem;
    line-height: 240px;
}
}

/* フッタ
------------------------------------------------------------ */
footer {
	text-align: center;
	margin-top: 70px;
}

footer div.contact {
	margin: 0 15px 20px;
}
footer div.contact table {
    margin-left: auto;
    margin-right: auto;
}
footer div.contact .office {
	text-align: center;
	margin-bottom: 0.5em;
}
footer div.contact p span {
	display: inline-block;
    padding: 0 0.5em;
}
footer div.contact p span.inlineblock {
    padding: 0 0.5em;
}
footer div.sns_area {
  margin: 40px 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer div.sns_area p {
  width: 40px;
  margin: 0 10px;
}
footer .footer_contents {
	padding: 0 15px;
}
footer .accept {
	font-size: 1.3rem;
	margin: 0 30px 20px;
}

footer .footer_menu {
	font-size: 1.3rem;
}
footer .footer_menu a {
	display: table;
	margin: auto;
	text-decoration: underline;
}
footer .footer_menu span {
	display: none;
}

footer .copyright_area {
    color: #fff;
	padding: 20px 15px;
    margin-top: 40px;
	background: #b16f43;
    background: linear-gradient(to right, #359972, #72d4b1);
}
footer .copyright_area * {
    color: #fff;
	font-weight: 200;
}
footer .pagetop {
	position: fixed;
	right: 15px;
	bottom 0px;
}
footer .pagetop a.pagetop_bt {
    font-size: 1.6rem;
    color: #359972;
    display: table;
    vertical-align: middle;
    margin-left: auto;
}
footer .pagetop a.regist {
//    font-weight: bold;
//    line-height: 1.2;
//    background: #d2eeee;
//    display: table;
//    vertical-align: middle;
//    margin: 0;
//    padding: 0.5em 1em;
//    border-top: solid 5px #6fc5c6;
}

@media (min-width: 360px) {
footer div.contact table td p span {
	margin: 0 0.2em;
}
}
@media (min-width: 414px) {
footer div.contact {
	margin: 0 30px 20px;
}
}

@media (min-width: 768px) {
footer {
	margin-top: 100px;
}

footer div.contact {
	margin: 0 30px 30px;
    max-width: 1000px;
}
footer div.contact table {
	border-collapse: separate;
	border-spacing: 10px;
}
footer div.contact table td {
}
footer div.contact table td.line_link,
footer div.contact table td.tel_info,
footer div.contact table td.mid_size {
	padding: 0;
}

footer div.sns_area {
  margin: 40px 0;
}
footer div.sns_area p {
  width: 50px;
  margin: 0 25px;
}
footer .footer_contents {
	padding: 0 40px;
}
footer .accept {
	font-size: 1.6rem;
	margin-bottom: 30px;
}

footer .footer_menu {
	font-size: 1.6rem;
}
footer .footer_menu a {
	display: inline-block;
}
footer .footer_menu span {
	display: inline-block;
}

footer .copyright_area {
	padding: 20px 15px;
//    margin-top: 120px;
}
footer .pagetop {
	right: 30px;
}
footer .pagetop a.pagetop_bt {
    font-size: 1.8rem;
    line-height: 40px;
}
footer .pagetop a.regist {
//    margin: 0 0 0 20px;
//    padding: 0 1em;
}

}
@media (min-width: 1060px) {
footer div.contact {
	margin: 0 auto 30px;
}
}
@media (min-width: 1200px) {
footer {
	margin-top: 140px;
}
footer div.contact {
    margin-bottom: 40px
}
footer .accept {
	font-size: 1.8rem;
	margin-bottom: 40px;
}
footer div.contact table {
	border-spacing: 20px;
}
footer div.contact table th p {
	padding: 0 1em;
}

footer .footer_menu {
	font-size: 1.8rem;
}

footer .copyright_area {
	padding: 23px 15px;
    margin-top: 50px;
}
footer .pagetop {
	right: 50px;
}
footer .pagetop a.regist {
//    margin: 0 0 0 30px;
}

}


/* トップ
------------------------------------------------------------ */
#register #front ul.kome_list {
    margin-bottom: 2em;
}
#register #front ul.kome_list li {
    list-style: none;
    padding-left: 1em;
    position: relative;
}
#register #front ul.kome_list li:before {
    content: '＊';
    color: #ff0000;
    position: absolute;
    left: 0px;
    top: 0px;
}
#register #front table th {
    display: block;
    text-align: left;
    vertical-align: top;
}
#register #front table th p {
    font-weight: bold;
    color: #fff;
    padding: 0.3em 1.5em;
    background: #b06e43;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#register #front table td {
    display: block;
    padding: 1em 0 1.5em;
}
#register #front table td dt {
    font-weight: bold;
    margin-bottom: 0.5em;
}
#register #front table td dd strong {
    font-weight: 600;
}
#register #front table td ul.fee_note li {
    list-style: none;
    padding-left: 1em;
    position: relative;
}
#register #front table td ul.fee_note li:before {
    content: '※';
    color: #ff0000;
    position: absolute;
    left: 0px;
    top: 0px;
}
#register #front table td ul.regist_note li {
    list-style: none;
    padding-left: 1em;
    position: relative;
}
#register #front table td ul.regist_note li:before {
    content: '\0025cf';
    font-size: 60%;
    color: #b06e43;
    position: absolute;
    left: 0px;
    top: 5px;
}
#register #front .regist_link {
    display: table;
    margin: auto;
}
#register #front .regist_link p {
    margin-bottom: 15px;
}
#register #front .regist_link p a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 0.5em 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    background: linear-gradient(to right, #359972, #72d4b1);
    position: relative;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#register #front .regist_link p a img {
    margin-left: 10px;
}
//#register #front .regist_link p a.regist_form {
//	box-shadow: 0px 0px 5px 0px #a7715c ;
//	-webkit-box-shadow: 0px 0px 5px 0px #a7715c ;
//	-moz-box-shadow: 0px 0px 5px 0px #a7715c ;
//	-o-box-shadow: 0px 0px 5px 0px #a7715c ;
//	-ms-box-shadow: 0px 0px 5px 0px #a7715c ;
//    position: relative;
//}
#register #front .regist_link p a.regist_form:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	box-shadow: 0px 0px 5px 0px #a7715c ;
	-webkit-box-shadow: 0px 0px 5px 0px #a7715c ;
	-moz-box-shadow: 0px 0px 5px 0px #a7715c ;
	-o-box-shadow: 0px 0px 5px 0px #a7715c ;
	-ms-box-shadow: 0px 0px 5px 0px #a7715c ;
}
@supports (-webkit-filter: blur(5px)) {
 #register #front .regist_link p a.regist_form:before {
    background-image: linear-gradient(to right, #914c32, #b16f43, #b28247);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.5;
  z-index: -1;
  }
}
#register #front .regist_link p span {
    display: block;
    text-align: center;
    margin-top: 0.5em;
}
#register #front .regist_link p a.regist_howto {
    background: #aaa;
	box-shadow: 0px 0px 5px 0px #aaa ;
	-webkit-box-shadow: 0px 0px 5px 0px #aaa ;
	-moz-box-shadow: 0px 0px 5px 0px #aaa ;
	-o-box-shadow: 0px 0px 5px 0px #aaa ;
	-ms-box-shadow: 0px 0px 5px 0px #aaa ;
}
#register #front .regist_link p a span {
    font-size: 80%;
}

/* 登録
------------------------------------------------------------ */
#register form {
	margin: auto;
	width: 1000px;
	max-width: 100%;
}
#register form input[type='text'],
#register form button,
#register form select,
#register form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
#register form input[type="text"],
#register form textarea {
	font-size: 1.6rem;
	padding: 0.2em 0.5em;
    -moz-padding: 0.2em 0.5em;;
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
	border: solid 1px #ddd;
    background: #fafafa;
}
#register form input[type="text"]:focus,
#register form textarea:focus {
    background: #fff;
}
#register form input[name="earlybird"] {
	display: table;
	max-width: 14em;
	margin-left: auto;
	margin-right: auto;
}
#register form textarea {
  resize: vertical;
}
#register form .select_area {
    max-width: 100%;
    position: relative;
}
#register form .select_area::after {
  content: "\0025bc";
  position: absolute;
  top: 20%;
  right: 0.5em;
  pointer-events: none;
  -moz-transform: scale(0.8,0.5);
  -webkit-transform: scale(0.8,0.5);
  -o-transform: scale(0.8,0.5);
  -ms-transform: scale(0.8,0.5);
  transform: scale(0.8,0.5);
}
#register form .select_area select {
	font-size: 1.6rem;
    background: #fafafa;
    padding: 0.4em 2em 0.4em 0.5em;
    border: solid 1px #cfcfcf;
}
#register form .select_area select:focus {
    background: #fff;
}
#register form .radio_input {
	padding-right: 1em;
}
#register form input[type="radio"] {
	margin-right: 8px;
}
#register form .button_area {
	font-size: 1.6rem;
	text-align: center;
	margin: 40px 0px 0px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
#register form button {
    line-height: 40px;
	display: inline-block;
    margin: 0.5em 0 0;
	padding: 0px 2em;
	background: #f9f9f9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
    cursor: pointer;
}
#register form input[type="reset"],
#register form button.gray_bt {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0.5em;
	display: inline-block;
	width: 8em;
	margin: 10px;
	background: #f0f0f0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	border: none;
	cursor: pointer;
}
#register form .button_area button {
	font-weight: bold;
	text-align: left;
	padding: 0px 1em;
    margin: 0 0.5em;
    width: 8em;
    position: relative;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
#register #forms #form-register form .button_area {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
#register #forms #form-register form .button_area button[type="submit"] {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
	line-height: inherit;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 0.5em 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    background: linear-gradient(to right, #359972, #72d4b1);
    position: relative;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#register #forms #form-register form .button_area button[type="submit"]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 5px 0px #a7715c ;
	-webkit-box-shadow: 0px 0px 5px 0px #a7715c ;
	-moz-box-shadow: 0px 0px 5px 0px #a7715c ;
	-o-box-shadow: 0px 0px 5px 0px #a7715c ;
	-ms-box-shadow: 0px 0px 5px 0px #a7715c ;
}
@supports (-webkit-filter: blur(5px)) {
#register #forms #form-register form .button_area button[type="submit"]:before {
    background-image: linear-gradient(to right, #359972, #72d4b1);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.2;
  z-index: -1;
  }
}
#register #forms #form-register form .button_area button.gray_bt {
    font-weight: bold;
    color: #fff;
	line-height: inherit;
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 0.5em 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    background: linear-gradient(to right, #914c32, #b16f43, #b28247);
    position: relative;
}
#register #forms #form-register form .button_area button[type="reset"] {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
	line-height: inherit;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 0.5em 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    background: linear-gradient(to right, #359972, #72d4b1);
    position: relative;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#register #forms #form-register form .button_area button[type="reset"]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 5px 0px #a7715c ;
	-webkit-box-shadow: 0px 0px 5px 0px #a7715c ;
	-moz-box-shadow: 0px 0px 5px 0px #a7715c ;
	-o-box-shadow: 0px 0px 5px 0px #a7715c ;
	-ms-box-shadow: 0px 0px 5px 0px #a7715c ;
}
@supports (-webkit-filter: blur(5px)) {
#register #forms #form-register form .button_area button[type="reset"]:before {
    background-image: linear-gradient(to right, #359972, #72d4b1);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.2;
  z-index: -1;
  }
}

#register #forms #form-register form > div {
    margin-bottom: 30px;
}
#register #forms #form-register form .regist_header {
	color: #fff;
    padding: 0.5em 1em;
    margin-bottom: 15px;
	background: #359972;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#register #forms #form-register form .regist_header strong {
	color: #fff;
}

#register #forms #form-register form .kubun_table th {
    font-weight: normal;
    display: block;
    text-align: left;
    vertical-align: top;
}
#register #forms #form-register form .kubun_table td {
    display: block;
    margin-left: 1.5em;
    padding-bottom: 0.5em;
}
#register #forms #form-register form .kubun_table .select_area {
    margin-bottom: 3px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#register #forms #form-register form .kubun_table .select_area::after {
}
#register #forms #form-register form .kubun_table .select_area select {
	width: 80%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 3em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 3em);/*Firefox4~15対応*/
	width: calc(100% - 3em);  
}
#register #forms #form-register form .kubun_table td label {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#register #forms #form-register form .kubun_table input[type="text"] {
    margin-bottom: 0;
	width: 80%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 6em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 6em);/*Firefox4~15対応*/
	width: calc(100% - 6em);  
}
#register #forms #form-register form .kubun_table input.stu_post_ex {
	width: 80%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 5em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 5em);/*Firefox4~15対応*/
	width: calc(100% - 5em);  
}

#register #forms #form-register form .radio_table caption {
    font-weight: bold;
    text-align: left;
    padding: 0.5em 0;
	white-space: nowrap;
}
#register #forms #form-register form .radio_table td {
    text-align: left;
    vertical-align: top;
    padding-bottom: 0.5em;
	display: table-cell;
}
#register #forms #form-register .kome_list {
	margin-top: 30px;
}
#register #forms #form-register .kome_list li {
	list-style: none;
	padding-left: 1em;
	position: relative;
}
#register #forms #form-register .kome_list li:before {
	content: "※";
	color: #f00;
	position: absolute;
	left: 0px;
}

#register form strong {
	display: block;
}
#register form input.half_size {
	width: 500px;
	max-width: 100%;
}
#register form input#zippostal {
	width: 8em;
}
#register form button.zip_search {
	font-size: 1.6rem;
    color: #fff;
    line-height: 2em;
	display: inline-block;
    margin: 0 0 0 15px;
    padding: 0 1.5em;
    background: linear-gradient(to right, #359972, #72d4b1);
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
#register form button.zip_search:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	box-shadow: 0px 0px 5px 0px #d4b198 ;
	-webkit-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-moz-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-o-box-shadow: 0px 0px 5px 0px #d4b198 ;
	-ms-box-shadow: 0px 0px 5px 0px #d4b198 ;
}
@supports (-webkit-filter: blur(5px)) {
#register form button.zip_search:before {
    background-image: linear-gradient(to right, #359972, #72d4b1);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.2;
  z-index: -1;
  }
}


#register #forms #form-register form .prefectures_area {
    margin-bottom: 45px;
    width: 11em;
}
#register #forms #form-register form .prefectures_area select {
    width: 100%;
}
#register article a {
	text-decoration: underline;
}

#register .privercy_area {
	border: solid 1px #359972;
	padding: 20px;
}
#register .privercy_area div {
	padding: 0.5em;
	height: 12em;
	background: #fff;
	overflow-y: scroll;
}
#register .privercy_area strong {
	text-decoration: underline;
}
#register .privercy_area li,
#register .privercy_area dd {
	margin-left: 1.5em;
}

#register .luncheon ul,
#register .practice ul {
    list-style: none;
    padding: 0.5em 1em;
    margin-bottom: 10px;
    border: solid 1px #b06e43;
}
#register .luncheon ul li,
#register .practice ul li {
    margin: 0.2em 0;
    padding-left: 1em;
    position: relative;
}
#register .luncheon ul li:before,
#register .practice ul li:before {
    content: '';
    display: block;
    width: 0.4em;
    height: 0.4em;
    background: #b06e43;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: absolute;
    left: 0em;
    top: 0.6em;
}
#register .fee_total {
	padding: 0.5em 0;
}
#register .questionary label {
    display: inline-block;
    margin-right: 1.5em;
    white-space: nowrap;
}
#register .questionary label input {
    margin-right: 10px;
}
#register .questionary .questionary_ex {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#register .questionary .questionary_ex input[type="text"] {
    margin: 0;
}

/* 確認画面 */
#register #forms .confirm table {
	margin: auto;
}
#register #forms .confirm table th {
	font-weight: bold;
	display: block;
	text-align: left;
	vertical-align: top;
	padding-bottom: 1em;
}
#register #forms .confirm table td {
	display: block;
	text-align: left;
	vertical-align: top;
	padding-bottom: 1em;
}
#register #forms .confirm table td.select_block p {
	margin-bottom: 0.5em;
}
#register #forms .confirm table td.select_block p:last-child {
	margin-bottom: 0em;
}

/* 完了画面 */
#register #forms .regist_comment {
	margin-bottom: 40px;
}
#register #forms .regist_comment h2 {
  font-size: 1.6rem;
  color: #fff;
    padding: 0.5em 1em;
    margin-bottom: 15px;
    background: #b06e43;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* 決済画面 */
#register #forms {
}
#register #forms table.form-register_table {
	margin: auto;
}
#register #forms table th {
	font-weight: bold;
	display: block;
	text-align: left;
	vertical-align: top;
	padding-bottom: 0.5em;
}
#register #forms table td {
	display: block;
	text-align: left;
	vertical-align: top;
	padding-bottom: 1em;
}
#register #forms table td.luncheons_item p,
#register #forms table td.practices_item p {
	margin-bottom: 0.5em;
}
#register #forms table td.luncheons_item p:last-child,
#register #forms table td.practices_item p:last-child {
	margin-bottom: 0em;
}
#register #forms table td.practices_item p:last-child {
	margin-bottom: 0em;
}
#register #forms form .total th {
	background: #f2f2f2;
	padding: 0.3em 0.5em;
	border: solid 2px #f2f2f2;
}
#register #forms form .total td {
	padding: 0.3em 0.5em;
	border: solid 2px #f2f2f2;
}
#register #forms form[name="form_payment"] .select_area {
  display: inline-block;
  margin-bottom: 40px;
  font-size: 1.6rem;
}
#register #forms form .button_area button.submit {
    width: 14em;
    font-weight: bold;
    color: #fff;
	line-height: inherit;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 0.5em 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
    background: linear-gradient(to right, #914c32, #b16f43, #b28247);
    position: relative;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#register #forms form .button_area button.submit * {
    color: #fff;
}
#register #forms form .button_area button.submit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 5px 0px #a7715c ;
	-webkit-box-shadow: 0px 0px 5px 0px #a7715c ;
	-moz-box-shadow: 0px 0px 5px 0px #a7715c ;
	-o-box-shadow: 0px 0px 5px 0px #a7715c ;
	-ms-box-shadow: 0px 0px 5px 0px #a7715c ;
}
@supports (-webkit-filter: blur(5px)) {
#register #forms form .button_area button.submit:before {
    background-image: linear-gradient(to right, #914c32, #b16f43, #b28247);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    box-shadow: none;
     opacity: 0.5;
  z-index: -1;
  }
}


/* 大会登録方法
------------------------------------------------------------ */
#register .howto {
    margin-bottom: 40px;
}
#register .howto h2 {
  font-size: 1.6rem;
    color: #fff;
    background: #359972;
    padding: 0.5em 1em;
    margin-bottom: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#register .howto ol {
  margin-left: 1.5em;
}
#register .howto ul {
  margin-left: 1.5em;
}
#register .howto .cards {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#register .contents .howto .cards img {
  border: solid 1px #dddddd;
  margin-left: 5px;
  width: 66px;
}

@media (min-width: 414px) {
}

@media (min-width: 768px) {
/* トップ
------------------------------------------------------------ */
#register #front table th {
    display: table-cell;
    padding-bottom: 20px;
}
#register #front table th p {
    padding: 0.5em 1.5em;
    display: block;
    white-space: nowrap;
}
#register #front table td {
    display: table-cell;
    padding: 0 0 20px 20px;
}
#register #front .regist_link {
    margin-top: 30px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#register #front .regist_link p {
    margin: 0 20px 20px;
    width: 320px;
}
#register #front .regist_link p a {
    font-size: 1.7rem;
    padding: 0.8em 1em;
}

/* 登録
------------------------------------------------------------ */
#register #forms #form-register form > div {
    margin-bottom: 40px;
}
#register #forms #form-register form .regist_header {
    padding: 0.8em 1.5em;
    margin-bottom: 15px;
}

#register #forms #form-register form .kubun_table {
    width: 100%;
}
#register #forms #form-register form .kubun_table th {
    display: table-cell;
    padding: 0.5em 1em 0 0;
    white-space: nowrap;
    width: 10em;
}
#register #forms #form-register form .kubun_table td {
    display: table-cell;
    margin-left: 0;
    padding: 0 0 0.5em;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
#register #forms #form-register form .kubun_table .select_area {
    margin-bottom: 0px;
    width: 14em;
}
#register #forms #form-register form .kubun_table td label {
	width: 50%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 15em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 15em);/*Firefox4~15対応*/
	width: calc(100% - 15em);  
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
}
#register #forms #form-register form .kubun_table input[type="text"] {
    margin-bottom: 0;
	width: 80%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 6em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 6em);/*Firefox4~15対応*/
	width: calc(100% - 6em);  
}
#register #forms #form-register form .kubun_table input.stu_post_ex {
	width: 80%; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	widht: -webkit-calc(100% - 5em);/*Chrome19~25対応*/
	width: -moz-calc(100% - 5em);/*Firefox4~15対応*/
	width: calc(100% - 5em);  
}

#register #forms #form-register .kome_list {
	margin-bottom: 50px;
}
#register form {
}
#register form input {
	font-size: 2rem;
}
#register form button {
	font-size: 1.8rem;
    line-height: 44px;
	padding: 0px 2.5em;
}
#register form input[type="reset"],
#register form button.gray_bt {
	font-size: 1.8rem;
}
#register form button.zip_search {
	font-size: 1.6rem;
}
#register form .button_area button {
	width: 12em;
    line-height: 50px;
	margin: 0 1em;
    padding: 0px 1.5em;
}
#register form .button_area input[type="reset"],
#register form .button_area button.gray_bt {
	width: 12em;
	margin: 0 20px;
}
#register .fee_total {
	padding: 0.8em 1.5em;
}
#register form .button_area button {
}


/* 確認画面 */
#register #forms .confirm table th {
	display: table-cell;
	padding: 0 1.5em 1.5em 0;
	white-space: nowrap;
}
#register #forms .confirm table td {
	display: table-cell;
	padding-bottom: 1.5em;
}

#register #forms .confirm form p {
	display: table;
}

#register #forms .confirm form p.button_area {
	display: block;
}
/* 完了画面 */
#register #forms .regist_comment {
	margin-bottom: 60px;
}
#register #forms .regist_comment h2 {
  font-size: 1.8rem;
  padding: 0.8em 1.5em;
  margin-bottom: 15px;
}
#register #forms .regist_comment dt {
	font-size: 2.4rem;
	padding-bottom: 1em;
	margin-bottom: 1.4em;
}
#register #forms .regist_comment .check_note {
	padding: 1.5em;
	margin-top: 6em;
}
#register #forms .regist_comment .login_link a {
	padding: 0.5em 5em;
}

/* 決済画面 */
#register #forms table th {
	display: table-cell;
	padding: 0 1.5em 1.5em 0;
	white-space: nowrap;
}
#register #forms form .total th {
	padding: 0.5em 1em;
	border: none;
}
#register #forms form .total td {
	padding: 0.5em 1em;
}


/* 大会登録方法
------------------------------------------------------------ */
#register .howto {
    margin-bottom: 60px;
}
#register .howto h2 {
  font-size: 1.8rem;
  padding: 0.8em 1.5em;
  margin-bottom: 15px;
}
#register .contents .howto .cards img {
  width: auto;
}

}
@media (min-width: 1200px) {
/* トップ
------------------------------------------------------------ */
#register #front table th {
    padding-bottom: 30px;
}
#register #front table th p {
    padding: 0.5em 2em;
}
#register #front table td {
    padding: 0 0 30px 30px;
}
#register #front .regist_link p {
    margin: 0 25px 20px;
    width: 380px;
}
#register #front .regist_link p a {
    font-size: 2rem;
    padding: 0.8em 1.5em;
}

/* 登録
------------------------------------------------------------ */
#register section {
//	padding: 0 0 80px;
}
#register form input[type="text"],
#register form textarea {
	font-size: 1.8rem;
}
#register form .select_area select {
	font-size: 1.8rem;
}
#register form button.zip_search {
	font-size: 1.8rem;
}
#register form button {
    line-height: 50px;
}
#register form .button_area button {
    line-height: 60px;
}

/* 完了画面 */
#register #forms .regist_comment h2 {
}


/* 大会登録方法
------------------------------------------------------------ */
#register .howto h2 {
}
}
