@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;400;500;600;700&display=swap');

/* 全体
------------------------------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", 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%;
	overflow: auto;
    position: relative;
}
body {
    position: relative;
}
body img {
	vertical-align: bottom;
	border-style: none;
	max-width: 100%;
}
a {
	text-decoration: none;
	position: relative;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}

.para {
	margin-bottom: 1.5em;
}
.para-half {
	margin-bottom: 1em;
}
.para-little {
	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;
}

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

/* ヘッダ */
header {
	background: url("../images/2025/header_img.png") no-repeat center bottom;
	background-size: cover;
    border-top: solid 10px #c9b7d9;
	position: relative;
	z-index: 100;
}
header .contentstitle {
	padding: 0 15px;
    max-width: 1060px;
    margin: auto;
}
header .contentstitle h1 {
	font-size: 3rem;
	font-weight: 600;
	color: #000;
    text-align: center;
	height: 115px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}

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

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

@media (min-width: 414px) {
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;
}

/* 大枠 */
body #allcontents {
}

/* ヘッダ */
header {
    border-top-width: 20px;
}
header .contentstitle {
	padding: 0 30px;
}
header .contentstitle h1 {
	font-size: 4rem;
    line-height: 160px;
	height: auto;
	max-width: 1000px;
    margin: auto;
	display: block;
}

/* コンテンツ */
section {
//	padding: 0 0 160px;
}
section article.contents {
	padding: 40px 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 {
}

/* ヘッダ */
header .contentstitle {
}
header .contentstitle h1 {
	font-size: 5rem;
    line-height: 210px;
}

section {
	padding: 0 0 140px;
}

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

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

footer div.contact {
	margin: 0 15px 20px;
	border: solid 1px #dddddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
footer div.contact table {
	margin: auto;
}
footer div.contact table td {
	padding: 20px;
}
footer div.contact table td .office {
	text-align: center;
	margin-bottom: 0.5em;
}
footer div.contact table td a {
	text-decoration: underline;
}
footer div.contact table td p {
}
footer div.contact table td p span {
	display: inline-block;
}
footer div.contact table td 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 {
	padding: 20px 15px 25px;
	background: #f8f8f8;
}
footer .copyright_area * {
	font-weight: 400;
}
footer .pagetop {
	position: fixed;
	right: 15px;
	bottom 0px;
}
footer .pagetop a {
    font-size: 1.8rem;
    line-height: 40px;
	width: 40px;
	height: 40px;
    background: #f8f8f8;
    display: block;
    vertical-align: middle;
}

@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: 70px;
}

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 28px;
}
footer .pagetop {
	right: 30px;
}
footer .pagetop a {
    font-size: 2rem;
    line-height: 50px;
	width: 50px;
	height: 50px;
}

}
@media (min-width: 1060px) {
footer div.contact {
	margin: 0 auto 30px;
}
}
@media (min-width: 1200px) {
footer {
	margin-top: 100px;
}
footer div.contact {
    margin-bottom: 40px
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
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 33px;
}
footer .pagetop {
	right: 50px;
}

}

/* 閉じるボタン */
.closebt {
    margin: 0;
    padding: 0px;
    text-align: right;
    padding: 15px 15px 0 0;
}
.closebt a {
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 500;
    color: #fff;
    line-height: 30px;
	display: inline-block;
    margin: 0;
    width: 90px;
	background: #807986;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
#register section {
	padding-bottom: 0 !important;
}

@media (min-width: 360px) {
}
@media (min-width: 414px) {
}
@media (min-width: 768px) {
.closebt {
    padding: 30px 30px 0;
    max-width: 1060px;
    margin: auto;
}
.closebt a {
	font-size: 2rem;
    line-height: 50px;
    width: 120px;
}
}
@media (min-width: 1060px) {
}
@media (min-width: 1200px) {
.closebt {
    padding-top: 50px;
}
.closebt a {
	font-size: 2.4rem;
    width: 150px;
}
}


/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */

