@charset "UTF-8";

/* ==========================================================================
   common
========================================================================== */
body {
  -webkit-text-size-adjust: 100%;
	letter-spacing: 0.05em;
}

/* ==========================================================================
   faq
========================================================================== */


/* ==========================================================================
   content
========================================================================== */

.home #contentArea {
	padding: 60px 0;
	min-height: calc( 100vh - 146px);
}
#contentArea {
	padding: 60px 0;
	min-height: calc( 100vh - 211px);
}


/* ==========================================================================
   pagination
========================================================================== */

/* ==========================================================================
   menu
========================================================================== */
.btn_links {
	display: flex;
	display: -webkit-flex;
	margin-top: 60px;
}
.btn_links li {
	/* width: 210px; */
	/* TODO よくあるご質問が復活した際に元のwidthに戻す */
	width: 330px;
}
.btn_links li a {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", MotoyaLMaru;
	font-weight: bold;
	display: block;
	color: #fff;
	text-align: center;
	background: #5D97C4;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	line-height: 24px;
}
.btn_links li a:hover {
	background-color: #498ec3;
	text-decoration: none;

}
.btn_links li + li {
	margin-left: 25px;
}

.btn_links a span {
	display: inline-block;
}
.btn_links a.info span {
	background: url(../img/icon_info.png) no-repeat left center;
	background-size: auto 24px;
	padding-left: 30px;
}
.btn_links a.faq span {
	background: url(../img/icon_faq.png) no-repeat left center;
	background-size: auto 22px;
	padding-left: 38px;
}
.btn_links a.setting span {
	background: url(../img/icon_setting.png) no-repeat left center;
	background-size: auto 24px;
	padding-left: 34px;
}


/* ==========================================================================
   common
========================================================================== */
select {
  margin: 0;
}

.small {
	font-size: 0.75rem;
}
.pc-none {
	display: none;
}
.margin110 {
	margin-left: 110px;
}
.errorBox {
	border: 2px solid  #d60000;
	background: #ffe9e9;
	padding: 8px 0 0;
	z-index: -2;
}
.errorBox .error {text-align: center;}
.error {
	color: #d60000;
	font-size: 0.875rem;
	text-align: left;
	margin-bottom: 10px;
}
.error span{
	color: #ffffff;
	position: relative;
	display: inline-block;
	text-align: center;
	width: 20px;
	margin-right: 5px;
	font-size: 0.8em;
	font-weight: bold;
}
.error span:before {
	content: "!";
	font-size: 1em;
	color: #ffffff;
	position: absolute;
	top: 1px;
	left: 1px;
	width: 17px;
	height: 17px;
	z-index: 10;
}
.error span:after {
	content: "";
	background-color: #d60000;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
h3 {
	font-size: 1.5rem;
	color: #5D97C4;
	text-align: center;
}
h3.dot_line { /* アスタリスク付きタイトル(青) */
	background: url(../img/icon_asterisk_akademeia.png) no-repeat left top;
	background-size: 20px 20px;
	/* background-color: #5D97C4; */
	margin: 0 0 20px;
	padding: 0 0 15px 30px;
	color: #5D97C4;
	font-size: 1.25rem;
	text-align: left;
	border-bottom: 2px dotted #5D97C4;
	position: relative;
}
.reservedEvent h3.dot_line { /* アスタリスク付きタイトル(オレンジ) */
	background-image: url(../img/icon_asterisk_orange.png);
	color: #f29600;
}
h3.dot_line .btn_list { /* 一覧 */
	position: absolute;
	right: 0;
	color: #222222;
	font-size: 0.875rem;
	font-weight: normal;
	padding: 10px 20px 10px 0;

}
h3.dot_line .btn_list::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #5D97C4 url(../img/icon_arrow_right.png) no-repeat center center;
	background-size: 30px 30px;
	width: 14px;
	height: 30px;
}
h3.dot_line .btn_list:hover::after {
	background-color: #498ec3;
}
h3.maru { /* ●付きタイトル(緑) */
	margin: 40px 0 20px;
	font-size: 1.5rem;
	text-align: left;
	position: relative;
	padding-left: 25px;
	color: #222222;
}
h3.maru::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #5D97C4;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.reservedEvent h3.maru::before { /* ●付きタイトル(オレンジ) */
	background: #f29600;
}
h4 {
	font-size: 1.125rem;
	text-align: center;
	margin-bottom: 10px;
}

dl.grayBox { /* 背景グレー表 */
	background: #f8f8f8;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 20px 20px 2px;
	margin: 20px 0;
	font-weight: bold;
}
dl.grayBox dt {
	background: #ffffff;
	color: #5D97C4;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	float:left;
	width: 100px;
	padding: 5px 0;
	font-size: 0.875rem;
	text-align: center;
}
dl.grayBox dd {
	margin-left: 120px;
	color: #555555;
	font-size: 1.125rem;
	margin-bottom: 18px;
}
p.orange {
	color: #f29600;
}
a.btn_common { /* ボタン基本 */
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", MotoyaLMaru;
	font-size: 1.25rem;
	font-weight: bold;
	display: block;
	color: #fff;
	text-align: center;
	padding: 26px 60px 26px 26px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	text-decoration: none;
	position: relative;
}
a.btn_common::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	background: url(../img/icon_arrow_right.png) no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
a.btn_green { /* ボタン基本+緑 */
	background: #5D97C4;
}
a.btn_green em{
	font-size: 1.5rem;
	font-style: normal;
}
a.btn_green:hover,
a.btn_add:hover {
	background: #498ec3;
}
a.btn_orange { /* ボタン基本+オレンジ */
	background: #f29600;
}
a.btn_orange:hover {
	background: #f6b600;
}
.btn_common + .btn_common {
	margin-top: 20px;
}
a.btn_add { /* 小さめ */
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", MotoyaLMaru;
	font-weight: bold;
	display: block;
	background: #5D97C4;
	color: #fff;
	text-align: center;
	padding: 16px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	text-decoration: none;
	position: relative;
	width: 40%;
}
a.btn_add::after {
	content: "";
	background: url(../img/icon_plus.png) no-repeat;
	background-size: 22px 22px;
	position: absolute;
	width: 22px;
	height: 22px;
	top: 50%;
	left: 20px;
	margin-top: -11px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
a.btn_add:hover::after {
	color: #498ec3;
}

.flash-msg-box {
	position: absolute;
	width: 480px;
	min-height: 54px;
	top: 27vh;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 1s linear;
	z-index: 1000;
	background-color: rgba(79, 191, 129, 1.0);
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	color: #FFFFFF;
}

.word-wrap-break-word {
	word-wrap: break-word;
}

.pre-wrap {
	white-space: pre-wrap;
    line-height: 1.5;
}

.registered_info {
	background-color: lightyellow;
	border-radius: 5px;
}

.green_line {
	border-top: 3px solid green;
}

.mb-20 {
	margin-bottom: 20px;
}

/* ==========================================================================
   Form
========================================================================== */

.select-box select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0 20px;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  display: inline-block;
  outline: none;
  height: 30px;
  font-size: 1rem;
  font-weight: bold;
}
.input-box input[type="text"] {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0 20px;
  height: 30px;
  font-weight: bold;
}
.input-box,
.select-box {
  overflow: hidden;
  position: relative;
  background: #efefef;
  margin-bottom: 20px;
  padding: 15px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	display: -webkit-flex;
	display: flex;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.input-box:hover,
.select-box:hover,
.input-box:active,
.select-box:active {
	-webkit-box-shadow: 0 0 1px #555555;
	-moz-box-shadow: 0 0 1px #555555;
	box-shadow: 0 0 1px #555555;
}
.input-box.input-error,
.select-box.input-error {
  background: #ffe9e9;
}
.input-box label,
.select-box label {
  display: inline-block;
  background: #ffffff;
  width: 10em;
  font-size: 0.875rem;
  font-weight: bold;
  color: #5D97C4;
  line-height: 30px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	cursor: text;
}
.select-box:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 16px;
  display: block;
  content: "";
  background: url(../img/icon_pulldown.png) no-repeat center;
  background-size: 16px auto;
  pointer-events: none;
}
.ui-datepicker-trigger {
	width: 30px;
	height: 26px;
	margin: 0 5px 0 0;
    background: url(../img/icon_calender.png) no-repeat center right;
    background-size: 23px 26px;
    font-size:0;
}
select::-ms-expand {
	display: none;
}
/* ==========================================================================
   Login
========================================================================== */
.loginArea {
	width: 680px;
	margin: 60px auto 0;
}
input[type=email].input-error,
input[type=password].input-error {
	background-color: #ffe9e9;
}
/* メールアドレス */
.error + label + input[type=email] {
	margin-top: 10px;
}

.loginArea > p {
	margin-bottom: 40px;
	text-align: center;
}
input[type=email] {
	background-image: url(../img/icon_mail.png);
	background-repeat:no-repeat;
	background-position: 20px center;
	background-size: 26px 18px;
	padding-left: 60px;
	font-weight: bold;
 }

/* パスワード */
input[type=password] {
	background-image: url(../img/icon_lock.png);
	background-repeat:no-repeat;
	background-position: 20px center;
	background-size: 24px 24px;
	padding-left: 60px;
	font-weight: bold;
 }

 
/* チェックボックス */
input[type=checkbox],
input[type=radio] {
	display: none;
}
input[type=checkbox] + label,
input[type=radio] + label{
	padding-left: 25px;
	line-height: 22px;
	position:relative;
}
input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label{
	cursor: default;
}
.home input[type=checkbox] + label::before,
input[type=radio] + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.home input[type=checkbox] + label::after,
input[type=radio] + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 4px;
	width: 12px;
	height: 12px;
	border: 4px solid #5D97C4;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.home input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after{
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.surveyBox input[type=checkbox] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #dddddd;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.surveyBox input[type=checkbox] + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #dddddd;
	background: url(../img/checked.png) no-repeat center center;
	border-radius: 6px;
	background-size: 0px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	opacity: 0;
}
.surveyBox input[type=checkbox]:checked + label::after {
	background: url(../img/checked.png) no-repeat center center;
	background-size: 18px 18px;
	opacity: 1;
}

.kosa_check {
	text-align: left;
	margin-bottom: 40px;
}
.kosa_check input[type=checkbox] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #dddddd;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.kosa_check input[type=checkbox] + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #dddddd;
	background: url(../img/checked.png) no-repeat center center;
	border-radius: 6px;
	background-size: 0px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	opacity: 0;
}
.kosa_check input[type=checkbox]:checked + label::after {
	background: url(../img/checked.png) no-repeat center center;
	background-size: 18px 18px;
	opacity: 1;
}

.loginArea .small {
	margin-top: 20px;
}
.btn-submit {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", MotoyaLMaru;
	font-size: 1.25rem;
	font-weight: bold;
	display: block;
	background: #5D97C4;
	color:#fff;
	text-align: center;
	padding: 30px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	margin: 60px auto 10px;
}
.btn-submit:hover {
	text-decoration: none;
	background: #498ec3;
}
.btn-submit:focus,
.btn-submit:visited {
	text-decoration: none;
}
.remainder {
	text-align: center;
}
.remainder a {
	color: #565656;
	position: relative;
}
.remainder a::before {
  content: '';
  position: absolute;
  right: -15px;
  top: 1px;
  width: 10px;
  height: 10px;
  border-top: solid 3px #5D97C4;
  border-right: solid 3px #5D97C4;
  -webkit-transform: rotate(45deg);
		  transform: rotate(45deg);
}

/* ==========================================================================
   Login後
========================================================================== */
.index {
	margin-bottom: 60px;
}
.index h2 {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 20px;
}
.index h2:before {
	content: "ようこそ　";
	font-size: 0.8em;
}
.index h2:after{
	content: "さま";
	font-size: 0.8em;
}
.index h3 {
	margin-top: 40px !important;
}
.index .btn_common.btn_green em:after{
	content: "さん";
	font-size: 0.8em;
}

/* ==========================================================================
   My Page
========================================================================== */
.myPage {
	width: 680px;
	margin: 0 auto;
}
.myPage ul {
	list-style-type: none;
}
.myPage span.caution {
	color: red;
}


.reservedEvent { /* 予約済みイベント */
	margin-bottom: 60px;
}
.eventDetail { /* イベント詳細 */
	padding-bottom: 40px;
	border-bottom: 2px dotted #5D97C4;
}
.eventDetail .btn_common{
	margin-top: 40px;
}
.eventDetail .btn_common.twoLines {
	margin-top: 20px;
}
.eventDetail + .btn_common{
	margin-top: 60px;
}
.MyPage .formBox { /* 申込フォーム */
	margin: 60px 0;
	padding: 40px 0 60px;
	border-top: 2px dotted #5D97C4;
	border-bottom: 2px dotted #5D97C4;
	text-align: center;
}
.MyPage .surveyBox { /* アンケート */
	margin: 60px 0 0;
	padding: 40px 0 0;
	border-top: 2px dotted #5D97C4;
	text-align: left;
}
.MyPage .surveyBox h4 {
	color: #5D97C4;
}
.MyPage .surveyBox dl {
	margin: 40px 0 0;
	counter-increment: section;
	position: relative;
}
.MyPage .surveyBox dl::before {
	position: absolute;
	top: 0;
	content: "Q";
	color: #5D97C4;
	font-weight: bold;
}
.MyPage .surveyBox dl::after {
	position: absolute;
	top: 0;
	left: 1em;
	content: counter(section);
	color: #5D97C4;
	font-weight: bold;
}
.MyPage .surveyBox dt {
	margin: 0 0 20px 2.5em;
	text-indent:-0.5em;
	font-weight: normal;
}
.MyPage .surveyBox dt::before {
	content: ". ";
	color: #5D97C4;
	font-weight: bold;
}

.MyPage .surveyBox dd label {
	display: inline-block;
	margin-right: 20px;
}


.Setting .formBox { /* 申込フォーム */
	margin: 60px 0;
}
.Setting .formBox a.btn_common {
	margin-top: 60px;
}
.Setting .formBox p + p {
	margin-top: 20px;
	margin-bottom: 40px;
	word-break : break-all;
}
.Setting .formBox p + p + p {
	margin-top: 40px;
	margin-bottom: 60px;
	word-break : break-all;
}
.Setting .formBox p + p.small {
	margin-top: 5px;
	margin-bottom: 40px;
}

.formBox .small {
	text-align: left;
	margin-bottom: 40px;
}

.greenFrame {
	margin: 20px 0 40px;
	padding: 15px;
	color:  #5D97C4;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	border: 3px solid #5D97C4;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;

}
.thanksBox { /* 予約完了 */
	margin: 60px 0;
	padding: 40px 0;
	border-top: 2px dotted #5D97C4;
	border-bottom: 2px dotted #5D97C4;
	text-align: center;
}
.thanksBox p {
	font-size: 1.25rem;
}
p.check {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", MotoyaLMaru;
	color: #f29600;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1;
}
.check span{
	background: #f29600 url(../img/icon_check.png) no-repeat center center;
	background-size: 50px auto;
	display:block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 auto 20px;
}
.cancelBox {
	margin: 0 0 60px;
	padding: 40px 0;
	border-top: 2px dotted #5D97C4;
	border-bottom: 2px dotted #5D97C4;
	text-align: center;
}
.cancelBox p {
	font-size: 1.25rem;
}
.cancelBox p.orange {
	color: #f29600;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
}
p.orange + p {
	margin-top: 40px;
}


.event_info { /* イベントリスト */
	margin-top: -20px;
}
.event_info li {
	position: relative;
	border-bottom: 2px dotted #5D97C4;
	font-weight: bold;
}
.event_info li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background: #5D97C4 url(../img/icon_arrow.png) no-repeat center center;
	background-size: 10px auto;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
}
.event_info li a.link-disabled::after {
	display: none;
}

.event_info li a:hover:after {
	background-color: #498ec3;
}
.reservedEvent .event_info li a::after {
	background-color: #f29600;
}
.reservedEvent .event_info li a:hover:after {
	background-color: #f6b600;
}
.event_info li a {
	display: flex;
	display: -webkit-flex;
	padding: 15px 50px 15px 0;
}
.reservedEvent .event_info li a {
	color: #f29600;
}
.event_info li div.title {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	font-size: 1.125rem;
	color: #222222;
	vertical-align: middle;
}
.eventDetail .event_info li {
	display: flex;
	display: -webkit-flex;
	padding: 10px 0;
}
.eventDetail .event_info li div.title {
	font-size: 1.5rem;
	line-height: 1;
}
.event_info li div.date {
	padding: 5px 0 0;
	color: #5D97C4;
}
.reservedEvent .event_info li div.date {
	color: #f29600;
}
.category {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", MotoyaLMaru;
	font-size: 0.875rem;
	display: inline-block;
	color: #fff;
	text-align: center;
	background: #5D97C4;
	margin-right: 25px;
	padding: 5px 15px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	height: 2.2em;

}
.reservedEvent .category {
	background:  #f29600;
}

.MyPage li dl.link_to_survey {
	line-height: 2em;
	color: #222222;
}
.MyPage li dt.link_to_survey {
	display: inline-block;
	width: 220px;
	font-size: 1.125rem;
}
.MyPage li dd.link_to_survey {
	display: inline-block;
	font-size: 0.75rem;
}

.MyPage li a:hover dt,
.MyPage li a:hover dd {
	text-decoration: underline #f29600;
}


/* ==========================================================================
   設定
========================================================================== */

.setting_list { /* 設定リスト */
	border-top: 2px dotted #5D97C4;
	margin: 60px 0;
}
.setting_list li {
	position: relative;
	border-bottom: 2px dotted #5D97C4;
	font-weight: bold;
}
.setting_list li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background: #5D97C4 url(../img/icon_arrow.png) no-repeat center center;
	background-size: 10px auto;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
}
.setting_list li a:hover:after {
	background-color: #498ec3;
}
.setting_list li a {
	padding: 15px 50px 15px 0;
	color: #222222;
	display: block;
}
.setting_list li dl {
	line-height: 2;
}
.setting_list li dt {
	display: inline-block;
	width: 220px;
	font-size: 1.125rem;
}
.setting_list li dd {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: normal;
}
.setting_list li a:hover dt,
.setting_list li a:hover dd {
	text-decoration: underline;
}
.Setting dl {
	clear: both;
	display:table;
}
.Setting dl dt {
	width: 110px;
	padding-bottom: 1rem;
	position: relative;
	text-align: left;
	font-size: 1rem;
	display: table-cell;
	vertical-align:middle;
}
.Setting dl dt div{
	width: 70px;
	line-height: 1.2;
	display: table-cell;
	vertical-align: middle;
	height: 58px;
}
.Setting dl dt span {
	position: absolute;
	right: 10px;
	top: 15px;
	background: #f29600;
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: normal;
	padding: 3px 2px;
	display: block;
}
.Setting dl dt span.required {
	background: #f20000;
}
.Setting dl dd {
	width: 570px;
	min-height: 58px;
	display: flex;
	display: -webkit-flex;
}
.Setting .card dl dd input{
   -webkit-flex-basis: 133px;
	flex-basis: 133px;
}

.link-disabled {
	pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .Setting .card dl dd input{
   -webkit-flex-basis: 90px;
	flex-basis: 90px;
}

}
.Setting dl dd div {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.Setting dl.rows dt {
	float: left;
	display: table;
	vertical-align:top;
}
.Setting dl.rows dd {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.Setting dl.rows dd .small{
	margin-top: -10px;
	margin-bottom: 20px;
	color: #888888;
}
.Setting dl.rows dd input {
	width: 100%;
}

.Setting dl dd div + div,
.Setting dl dd input[type=text] + input[type=text] {
   margin-left: 10px;
}
.Setting dl dd input[type=text] {
	position: relative;
  -webkit-appearance: none;
  background-color:#f8f8f8;
  font-family: inherit;
  border: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  margin: 0 0 1rem 0;
  padding: 20px;
  font-size: 0.875rem;
  width: 100%;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.Setting dl.input-error {
	position: relative;
	padding-top: 28px;
}
.Setting dl.input-error-2 {
	position: relative;
	padding-top: 48px;
}
.Setting dl.input-error-3 {
	position: relative;
	padding-top: 68px;
}
.Setting dl.input-error .error {
	position: absolute;
	top: 0;
	left: 110px;
}
.Setting dl.input-error dd input[type=text] {
  background-color: #ffe9e9;
}
.Setting dl dd input[type=radio] + label {
  margin: 18px 20px 34px 0;
}
.Setting dl dd input[type=radio] + label::before {
  background-color:#f8f8f8;
  border-color:#f8f8f8;
}
.Setting dl dd .select-box select {
	font-weight: normal;
}
.Setting dl dd select option:first-child {display:none;}

/* ==========================================================================
   願書入力
========================================================================== */

.Application dl {
	clear: both;
	display:table;
}
.Application dl dt {
	width: 110px;
	padding-bottom: 1rem;
	position: relative;
	text-align: left;
	font-size: 1rem;
	display: table-cell;
	vertical-align:middle;
}
.Application dl dt div{
	width: 70px;
	line-height: 1.2;
	display: table-cell;
	vertical-align: middle;
	height: 58px;
}
.Application .dynamic dl dt {
	width: 170px;
}
.Application .dynamic dl dt div{
	width: 130px;
}
.Application .confirm dl dt {
	width: 250px;
}
.Application .confirm dl dt div{
	width: 250px;
}
.Application .confirm dl dd {
	width: 500px;
}
.Application dl dt span {
	position: absolute;
	right: 10px;
	top: 15px;
	background: #f29600;
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: normal;
	padding: 3px 2px;
	display: block;
}
.Application dl dt span.required {
	background: #f20000;
}
.Application dl dd {
	width: 570px;
	min-height: 58px;
	display: flex;
	vertical-align: middle;
	display: -webkit-flex;
	align-items: center;
}
.Application .card dl dd input{
   -webkit-flex-basis: 133px;
	flex-basis: 133px;
}
@media all and (-ms-high-contrast: none) {
  .Application .card dl dd input{
   -webkit-flex-basis: 90px;
	flex-basis: 90px;
}

}
.Application dl dd div {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	vertical-align: middle;
	padding-bottom: 1rem;
}
.Application dl.rows dt {
	float: left;
	display: table;
	vertical-align:top;
}
.Application dl.rows dd {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.Application dl.rows dd .small{
	margin-top: -10px;
	margin-bottom: 20px;
	color: #888888;
}
.Application dl.rows dd input {
	width: 100%;
}

.Application dl dd div + div,
.Application dl dd input[type=text] + input[type=text] {
   margin-left: 10px;
}
.Application dl dd input[type=text],.Application dl dd input[type=tel] {
	position: relative;
  -webkit-appearance: none;
  background-color:#efefef;
  font-family: inherit;
  border: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  margin: 0 0 1rem 0;
  padding: 20px;
  font-size: 0.875rem;
  width: 100%;
	  border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.Application ::placeholder {
	color: #999999;
}



.Application .select-box {
	  border-radius: 8px;
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
}
.Application dl.input-error {
	position: relative;
	padding-top: 28px;
}
.Application dl.input-error-2 {
	position: relative;
	padding-top: 48px;
}
.Application dl.input-error-3 {
	position: relative;
	padding-top: 68px;
}
.Application dl.input-error .error {
	position: absolute;
	top: 0;
	left: 110px;
}
.Application dl.input-error dd input[type=text],.Application dl.input-error dd input[type=tel]  {
	background-color: #ffe9e9;
}
.Application dl dd input[type=radio] + label {
	margin: 2px 2px 20px 0;
}
.Application dl dd input[type=radio] + label::before {
	background-color:#e8e8e8;
	border-color:#e8e8e8;
}
.Application dl dd .select-box select {
	font-weight: normal;
}
.Application dl dd select option:first-child {display:none;}  

.Application textarea {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.Application .formBox { 
	margin: 40px 0;
}
.Application .formBox a.btn_common {
	margin-top: 40px;
}
.Application .formBox dl + a.btn_common {
	margin-top: 20px;
}
a.none_arrow::after {
	background: none;
}
.Application h4 {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
.photo_description_sample {
	background: url(../img/photo_description_sample.png) no-repeat;
	width: 682px;
	height: 512px;
	margin-bottom: 20px;
}
.Application h5 {
	text-align: left;
	font-size: 1.02em;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 30px;
	vertical-align: middle;
}

.Application span.optional_labels {
	width: 34px;
	text-align: center;
	background: #f29600;
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: normal;
	padding: 3px 2px;
	display: block;
}

.Application span.required {
	background: #f20000;
	margin-bottom: 3px;
}

.Application input[type="text"].radio_with_textbox {
	width: 330px;
	margin-bottom: 10px;
}

.Application .radio_with_selectbox {
	width: 200px;
}

.Application .radio_area{
	width: 100%;
	padding-bottom: 0px;
}

.Application .radio_with_area{
	width: 100%;
}

.Application .radio_with_label{
	float: left;
	padding: 15px 0px;
}

.Application .radio_area_dd {
	width: 100%;
}

.Application .radio_label {
	margin-bottom: 20px;
}

.Application div.item_label {
	width: 90px;
	line-height: 1.2;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	height: 58px;
	font-weight: bold;
	padding: 10px;
}

.Application .relationship {
	width: 170px;
	margin-left: 0px;
}

.Application .indent_1 {
	padding-left: 20px;
}

.Application .indent_2 {
	padding-left: 55px;
}

.Application .textbox_header {
	padding-bottom: 5px;
	font-size: 0.9em;
}

.Application .textbox_header_dd {
	display: block;
}

.Application .red_bold {
	color: #d60000;
	font-weight: bold;
}

.Application .red_text {
	color: #d60000;
}

.Application .btn_small {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", MotoyaLMaru;
	font-weight: bold;
	background: #5D97C4;
	color: #fff;
	text-align: center;
	padding: 0px 22px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	text-decoration: none;
	position: relative;
	height: 60px;
	margin-left: 10px;
	font-size: 0.9em;
}

.Application .btn_small:hover {
	background-color: #498ec3;
}

.Application .photo_description_canvas {
	border: 1px solid silver;
	touch-action: none;
}

.Application .cancelbutton {
	float:right;
	text-decoration:none;
	background:#d17565;
	margin: auto;
	height: 1.9em;
}

.Application .small {
	margin-top: -10px;
	margin-bottom: 20px;
	color: #888888;
}

.Application div.photo_description_under {
	margin-top: 10px;
	display: flex;
}

.Application div.photo_description_select {
	width: 200px;
}

.Application button.btn_orange { 
	background: #f29600;
}

.Application button.btn_orange:hover {
	background: #f6b600;
}

.Application div.flex_div {
	display: flex;
	height: 72px;
}

.Application .flex_div input[type=tel],
.Application .flex_div input[type=text] {
	margin-bottom: 0px;
}

.Application .flex_div .select-box {
	margin-bottom: 0px;
	height: 61px;
}

.Application .flex_div div.item_label {
	margin-top: 8px;
}

.Application .select-box select {
	font-weight: normal;
}
.Application dl dd select option:first-child {display:block;}

.Application .file_upload_label {
	padding: 6px;
	background-color: #efefef;
	margin-bottom:10px;
	width:260px;
}

.Application .upload_file {
	width:260px;
	display:none;
}

.Application .photo_image {
	margin-bottom:10px;
}

.Application .file_delete_button {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", MotoyaLMaru;
	font-size: 0.875rem;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	background:#d17565;
	margin: auto;
	height: 1.9em;
	padding: 3px 20px;
	border: 0px;
	margin-top: 8px;
	margin-bottom: 11px;
	margin-left: 0px;
	cursor: hand;
}

.Application .clear_both{
	float: none;
}

.Application .confirm_textaria{
	margin-bottom: 40px;
}

.Application .confirm_relation{
	width: 120px;
}

.Application .confirm_relation_left{
	width: 320px;
	overflow-wrap: break-word;
}

.Application .confirm .dd_fullsize {
	width: 100%;
}

.Application .surveyBox label {
	font-size: 1em;
}

.Application .consent_signature {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.25em;
}

.Application .consent_date {
	margin-right: 10px;
}


/* ==========================================================================
   入園申込書
========================================================================== */
.AdmissionAgreement input[type=checkbox] + label,
input[type=radio] + label {
	font-size: 1em;
	color: #222222;
	font-weight: bold;	
	line-height: 1.6em;
}
.AdmissionAgreement input[type=checkbox] + label  span.notes ,
input[type=radio] + label span.notes {
	font-weight: normal;	
}

.AdmissionAgreement hr {
	border:solid #8dbba2;
	margin-top: 1.8em;
	margin-bottom: 1.8em;
}

.AdmissionAgreement p.notes {
	padding: 0.8em;
	background-color: #efefef;
	font-size: 0.9em;

}

.AdmissionAgreement .yspc_header {
	font-size: 1.2em;
	text-align: center;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}


.AdmissionAgreement a.external_doc {
	color: blue;
	text-decoration: underline;
}

/* ==========================================================================
   Web入力
========================================================================== */
.WebForm h4 {
    font-size: 1.2em;
	text-align: left;
}

.WebForm h5 {
    text-align: left;
    font-size: 1.02em;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 30px;
    vertical-align: middle;
}

.WebForm dl {
	clear: both;
	display:table;
	margin-left: 1em;
}

.WebForm dl dt {
	/* width: 110px; */
	width: 220px;
	padding-bottom: 1rem;
	position: relative;
	text-align: left;
	font-size: 1rem;
	display: table-cell;
	vertical-align:middle;
}
.WebForm dl dt.has_food_allergy{
	/* width: 110px; */
	width: 220px;
	padding-bottom: 0rem;
	position: relative;
	text-align: left;
	font-size: 1rem;
	display: table-cell;
	vertical-align: middle;
}
.WebForm dl dt div{
	/* width: 70px; */
	width: 180px;
	line-height: 1.2;
	display: table-cell;
	vertical-align: middle;
	height: 58px;
}
.WebForm dl dt div.has_food_allergy{
	/* width: 70px; */
	width: 180px;
	line-height: 1.2;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

.WebForm dl dt span {
	position: absolute;
	right: 10px;
	top: 15px;
	background: #f29600;
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: normal;
	padding: 3px 2px;
	display: block;
}
.WebForm dl dt span.required {
	background: #f20000;
	margin-bottom: 5px;
}
.WebForm dl dd {
	/* width: 570px; */
	width: 420px;
	min-height: 58px;
	display: flex;
	vertical-align: middle;
	display: -webkit-flex;
	align-items: center;
	/* white-space: nowrap; */
}
.WebForm dl dd.has_food_allergy{
	/* width: 570px; */
	width: 420px;
	min-height: 40px;
	display: flex;
	vertical-align: middle;
	display: -webkit-flex;
	align-items: center;
}

.WebForm .card dl dd input{
   -webkit-flex-basis: 133px;
	flex-basis: 133px;
}
@media all and (-ms-high-contrast: none) {
  .WebForm .card dl dd input{
   -webkit-flex-basis: 90px;
	flex-basis: 90px;
}

}
.WebForm dl dd div {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	vertical-align: middle;
	padding-bottom: 1em;
	/* white-space: nowrap; */
}
.WebForm dl.rows dt {
	float: left;
	display: table;
	vertical-align:top;
}
.WebForm dl.rows dd {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.WebForm dl.rows dd .small{
	margin-top: -10px;
	margin-bottom: 20px;
	color: #888888;
}
.WebForm dl.rows dd input {
	width: 100%;
}

.WebForm dl dd div + div,
.WebForm dl dd input[type=text] + input[type=text] {
	margin-left: 10px;
}
.WebForm dl dd input[type=text] {
	position: relative;
	-webkit-appearance: none;
	background-color:#efefef;
	font-family: inherit;
	border: none;
	color: rgba(0, 0, 0, 0.75);
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	font-size: 0.875rem;
	width: 100%;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
	-moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.WebForm dl.input-error {
	position: relative;
	padding-top: 28px;
}
.WebForm dl.input-error-2 {
	position: relative;
	padding-top: 48px;
}
.WebForm dl.input-error-3 {
	position: relative;
	padding-top: 68px;
}
.WebForm dl.input-error .error {
	position: absolute;
	top: 0;
	left: 110px;
}
.WebForm dl.input-error dd input[type=text] {
	background-color: #ffe9e9;
}
.WebForm dl dd .select-box select {
	font-weight: normal;
}
.WebForm dl dd.none-height {
    min-height: 0%;
}
.WebForm dl dt.align-bottom {
    vertical-align: bottom !important;
}
.WebForm dl dt.none-bold {
    font-weight: normal !important;
}
.WebForm dl dd.fullsize {
	width: 640px;
}
.WebForm dl dd input[type=text].none_margin_left {
	margin-left: 0px !important;
}
.WebForm p.update_information_text_link {
	font-size: 1.125rem;
}
  
.WebForm .formBox { /* 申込フォーム */
	margin: 40px 0;
}
.WebForm .formBox a.btn_common {
	margin-top: 40px;
}
.WebForm .formBox dl + a.btn_common {
	margin-top: 20px;
}
a.none_arrow::after {
	background: none;
}

.WebForm span.required {
    background: #f20000;
    color: #FFFFFF;
	font-size: 0.75rem;
    font-weight: normal;
    padding: 3px 2px;
}

.WebForm .cancelbutton {
	float:right;
	text-decoration:none;
	background:#d17565;
	margin: auto;
	height: 1.9em;
}


/* WebForm ラジオ、チェックボックス */
/* 共通 */

/* ラジオ */
  .WebForm dl dd input[type=radio] + label {
    margin: 18px 20px 34px 0;
	padding-top: 3px;
	vertical-align: center;
    line-height: 32px;
    display: inline;
}

.WebForm dl dd input[type=radio] + label::before,
input[type=radio] + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;    
	margin-bottom: 10px;
}


.WebForm dl dd input[type=radio] + label::before {
    background-color:#f8f8f8;
    border: 1px solid #999999;
}

.WebForm dl dd input[type=radio] + label::after {
    background-color:#f8f8f8;
    border: 4px solid #5D97C4;
}

/* ラジオボタン 非活性時（未選択） */
.WebForm dl dd input[type=radio]:disabled + label::before {
    background-color:#dddddd;
    border: 1px solid #dddddd;
}

/* ラジオボタン 非活性時（選択） */
.WebForm dl dd input[type=radio]:disabled + label::after {
    background-color:#f8f8f8;
    border: 4px solid #999999;
}

/* チェックボックス */
.WebForm dl dd input[type=checkbox] + label {
    margin: 18px 20px 34px 0;
	padding-top: 3px;
	vertical-align: center;
    line-height: 32px;
    display: inline;
}

.WebForm dl dd input[type=checkbox] + label::before,
input[type=checkbox] + label::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom: 10px;
}

.WebForm dl dd input[type=checkbox] + label::before {
    border: 1px solid #999999;
}
 
.WebForm dl dd input[type=checkbox] + label::after {
    border: 1px solid #dddddd;
}

.WebForm dl dd input[type=checkbox]:checked + label::after {
    background: url(../img/checked.png) no-repeat center center;
    background-size: 20px 20px;
}

/* チェックボックス 非活性時 */
.WebForm dl dd input[type=checkbox]:disabled + label::before {
    border: 1px solid #999999;
}

/* チェックボックス 非活性時（未選択状態）*/
.WebForm dl dd input[type=checkbox]:disabled + label::after {
    border: 1px solid #dddddd;
	background-color: #dddddd;
}

/* チェックボックス 非活性時（選択状態） */
.WebForm dl dd input[type=checkbox]:checked:disabled + label::after {
    background: url(../img/checked_gray.png) no-repeat center center;
    background-size: 20px 20px;
}

/* 健康調査票ページ1 妊娠中・分娩時の異常歴のラジオボタン */
.WebForm dl dd p.abnormal_experience {
	font-family: inherit;
	font-weight: normal;
	font-size: 1rem;
	line-height: 0.7;
	text-rendering: optimizeLegibility;
}
.WebForm dl dd input[type=radio] + label.abnormal_experience {
    margin: 18px 20px 34px 0;
    padding-left: 30px;
	padding-right: 30px;
	padding-top: 3px;
	vertical-align: center;
    line-height: 13px;
    display: inline;
}

.WebForm .consent_signature {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.25em;
}

.WebForm .consent_date {
	margin-right: 10px;
}

.WebForm .red_bold {
	color: #d60000;
	font-weight: bold;
}

.WebForm .red_text {
	color: #d60000;
}

.WebForm .file_upload_label {
	padding: 6px;
	background-color: #efefef;
	margin-bottom:10px;
	width:260px;
}

.WebForm .upload_file {
	width:260px;
	display:none;
}

.WebForm .photo_image {
	margin-bottom:10px;
}

.WebForm .file_delete_button {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", MotoyaLMaru;
	font-size: 0.875rem;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	background:#d17565;
	margin: auto;
	height: 1.9em;
	padding: 3px 20px;
	border: 0px;
	margin-top: 8px;
	margin-bottom: 11px;
	margin-left: 0px;
	cursor: hand;
}
.consent_label {
	font-size: 1rem;
	color: #222222;
}
.suffix {
	white-space: nowrap;
	margin-bottom: 0.75em;
}
.detail_title {
	white-space: nowrap;
	margin-bottom: 0.75em;
}

.consent_label {
	font-size: 1rem;
	color: #222222;
}
.suffix {
	white-space: nowrap;
	margin-bottom: 0.75em;
}
.detail_title {
	white-space: nowrap;
	margin-bottom: 0.75em;
}

.WebForm ::placeholder {
	color: #999999;
}

.WebForm p.note_for_has_food_allergy {
	padding-left: 1rem;
}

.bold {
	font-weight: bold;
}

/* ==========================================================================
   Modal
========================================================================== */
.modal {
	display: none;
	width: 680px;
	padding: 40px;
	background: #FFF;
}
.modal p {
	text-align: center;
	font-size: 1.5rem;
}
.modal .btn_common {
	margin-top: 20px;
}
/* ==========================================================================
   header
========================================================================== */
#headerArea {
	overflow: hidden;
}
.header-inner {
	padding: 12px 30px 12px 20px;
}
.header-inner h1{
	float: left;
	margin-bottom: 12px;
}
.header-inner h2 a:after{
	content: "さま";
	font-size: 0.8em;
	font-weight: normal;
}
.header-inner h2{
	background: url(../img/icon_account_akademeia.png) no-repeat left center;
	background-size: auto 26px;
	float: right;
	margin-top: 10px;
	padding: 5px 0 0 30px;
	font-size: 1.25rem;
}
.header-green {
	clear: both;
	background: #5D97C4;
	overflow: hidden;
	height: 60px;
	margin: 0 auto;
	position:relative;
}
.header-green h2  {
	padding: 0 30px;
	text-align: right;
	line-height: 60px;
}
.home .header-green h2 {
	text-align: center;
}
.home .header-green h2 a{
	color:#fff;
	font-size: 1.25rem;
}
.header-green h2 a{
	color:#fff;
	font-size: 1.125rem;
	font-weight: normal;
}
.header-green h2 em{
	color: #ffffff;
	word-break: break-all;
}
.header-green h2 em:after{
	content: "さん";
	font-size: 0.8em;
	font-weight: normal;
}


.header-green h2 a + em{
	border-left: 1px solid #ffffff;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 1.25rem;
	font-weight: bold;
}
.header-green .btn_back {
	background: #ffffa4 url(../img/btn_back_akademeia.png) no-repeat center center;
	background-size: 28px auto;
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.header-green .btn_back:hover {
	background-color: #fffc00;
}



/* ==========================================================================
   logo
========================================================================== */
.home #contentArea h1 a{
	width: 466px;
	height: 149px;
	margin: 0 auto 60px;
}
.home #contentArea h3 {
	color: #5D97C4;
	font-weight: bold;
	text-align: center;
	font-size: 40pt;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";

	/* background: url(../img/smile-system.png) no-repeat; */
	/* background-size: 240px auto;
	display: block;
	width: 240px;
	height: 34px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin: 0 auto; */
}

/* ==========================================================================
   footer
========================================================================== */
#footerArea {
	position: relative;
	background: #ffffa4;
}
.btn_pagetop {
	position:absolute;
	right: 20px;
	bottom: 40px;
}
.btn_pagetop a {
	background: #5D97C4 url(../img/icon_arrow.png) no-repeat center center;
	background-size: 18.6px auto;
	width: 60px;
	height: 60px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	}
	.btn_pagetop a:hover {
		background-color: #498ec3;
	}

.footer-inner {
	overflow: hidden;
	padding: 30px;
	display: flex;
	display: -webkit-flex;
}
.footer-inner ul {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.footer-inner li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.footer-inner li + li{
	margin-left: 35px;
}
.footer-inner .copyright {
	text-align: right;
  font-size: 0.625rem;
  line-height: 25px;
  color: #498ec3;
  padding-right: 70px;
}
.footer-inner .copyright span {
	font-family:'Times New Roman', 'Times';
}

/* ==========================================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※

↓↓↓　ここから下はスマホ用の表示　↓↓↓　

※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================================================== */

@media only screen and (max-width: 768px) {

/* ==========================================================================
   content
========================================================================== */

.home #contentArea {
	padding: 100px 0;
	min-height: calc( 100vh - 373px);
}
#contentArea {
	padding: 100px 0 150px;
	min-height: calc( 100vh - 473px);
}



/* ==========================================================================
   menu
========================================================================== */
.btn_links {
	margin-top: 100px;
}
.btn_links li {
	/* width: 210px; */
	/* TODO よくあるご質問が復活した際に元のwidthに戻す */
	width: 330px;
}
.btn_links li a {
	padding: 20px;
	line-height: 1.4;
	height: 210px;
	font-size: 0.75rem;
}
.btn_links a span {
	display: block;
	width: 5em;
	margin: auto;
}
.btn_links a.info span {
	background: url(../img/icon_info.png) no-repeat center 20px;
	background-size: 59px 70px;
	padding: 127px 0 0 0;
}
.btn_links a.faq span {
	background: url(../img/icon_faq.png) no-repeat center 24px;
	background-size: 80px 61px;
	padding: 107px 0 0 0;
}
.btn_links a.setting span {
	background: url(../img/icon_setting.png) no-repeat center 20px;
	background-size: 71px 71px;
	padding: 127px 0 0 0;
}




/* ==========================================================================
   common
========================================================================== */
select {
  margin: 0;
}

.small {
	font-size: 0.75rem;
}
.pc-none {
	display: block;
}
.errorBox {
	padding: 27px;
}
.errorBox .error {
	font-size: 0.75rem !important;
	margin-bottom: 0px;
}
.error {
	font-size: 0.75rem;
	margin-bottom: 40px;
}
.error span{
	width: 24px;
	margin-right: 10px;
	font-size: 0.7em;
}
.error span:before {
	content: "!";
	top: -1px;
	width: 23px;
	height: 23px;
}
.error span:after {
	width: 24px;
	height: 24px;
}
.margin110 {
	margin-left: 0px;
}
h3 {
	font-size: 1.25rem;
}
h3.dot_line { /* アスタリスク付きタイトル(緑) */
	background: url(../img/icon_asterisk_akademeia.png) no-repeat left top;
	background-size: 34px 34px;
	margin: 0 0 40px;
	padding: 0 0 35px 50px;
	font-size: 1.125rem;
	border-bottom: 3px dotted #5D97C4;
}
h3.dot_line .btn_list { /* 一覧 */
	font-size: 0.8125rem;
	font-weight: bold;
	padding: 10px 30px 10px 0;
	line-height: 30px;
}
h3.dot_line .btn_list::after {
	background-size: 50px 50px;
	width: 22px;
	height: 50px;
}
h3.maru { /* ●付きタイトル(緑) */
	margin: 20px 0 15px;
	font-size: 0.9375rem;
	padding-left: 32px;
}
h3.maru::before {
	width: 27px;
	height: 27px;
}
.reservedEvent h3.maru::before { /* ●付きタイトル(オレンジ) */
	background: #f29600;
}
h4 {
	font-size: 0.9375rem;
	margin-top: 30px;
	margin-bottom: 10px;
}
dl.grayBox { /* 背景グレー表 */
	padding: 24px 24px 4px;
	margin: 30px 0 60px;
}
dl.grayBox dt {
	width: 200px;
	padding: 20px 0;
	font-size: 0.8125rem;
}
dl.grayBox dd {
	margin-left: 230px;
	padding: 20px 0;
	font-size: 0.9375rem;
	margin-bottom: 20px;
}
a.btn_common { /* ボタン基本 */
	font-size: 1.125rem;
	padding: 55px 105px 55px 55px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
a.btn_common::after {
	right: 50px;
	background: url(../img/icon_arrow_right.png) no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

a.btn_green { /* ボタン基本+緑 */
	background: #5D97C4;
}
a.btn_green em{
	font-size: 1.5rem;
	font-style: normal;
}
a.btn_green:hover {
	background: #498ec3;
}
a.btn_orange { /* ボタン基本+オレンジ */
	background: #f29600;
}
a.btn_orange:hover {
	background: #f6b600;
}
.btn_common.twoLines { /* ボタン2行 */
	line-height: 1.3;
	padding: 25px;
}
.btn_common + .btn_common {
	margin-top: 40px;
}
a.btn_add { /* 小さめ */
	width: 65%;
	padding: 28px;
}
a.btn_brother_add { /* 登録情報変更画面「ごきょうだいの情報を追加」ボタン用 */
	width: 550px !important;
	padding: 28px;
}
a.btn_add::after {
	left: 28px;
	margin-top: -22px;
	background-size: 44px 44px;
	width: 44px;
	height: 44px;
}

.flash-msg-box {
	min-height: 78px;
}

/* ==========================================================================
   Form
========================================================================== */

.select-box select {
  padding: 0 40px;
  height: 80px;
  font-size: 0.9375rem;
}
.input-box input[type="text"] {
  padding: 0 40px;
  height: 80px;
}
.input-box,
.select-box {
  margin-bottom: 40px;
  padding: 20px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.input-box label,
.select-box label {
  width: 12em;
  font-size: 0.8125rem;
  line-height: 80px;
}
.select-box:after {
  right: 40px;
  width: 24px;
  background: url(../img/icon_pulldown.png) no-repeat center;
  background-size: 24px auto;
}
	  .ui-datepicker-trigger {
		background-size: 26px 28px;
		width: 50px;
		height: 28px;
		margin: 20px 20px 0 0;
		}

/* ==========================================================================
   Login
========================================================================== */
.loginArea {
	margin: 100px auto 0;
}
.loginArea > p {
	margin-bottom: 40px;
	text-align: left;
}
/* メールアドレス */
input[type=email] {
	background-size: 50px 36px;
	background-position: 45px center;
	padding-left: 135px;
 }
	
/* メールアドレス */
input[type=password] {
	background-size: 46px 46px;
	background-position: 45px center;
	padding-left: 135px;
 }

/* チェックボックス */
input[type=checkbox] + label,
input[type=radio] + label{
  padding-left: 70px;
  line-height: 52px;
}
.home input[type=checkbox] + label::before,
input[type=radio] + label::before{
  width: 50px;
  height: 50px;
}
.home input[type=checkbox] + label::after,
input[type=radio] + label::after {
  top: 11px;
  left: 10px;
  width: 30px;
  height: 30px;
  border: 8px solid #5D97C4;
}

.WebForm input[type=checkbox] + label::before,
input[type=radio] + label::before{
	top: 5px;
	left: 0px;
	width: 25px;
	height: 25px;
	border: 1px solid #999999;
}

.WebForm input[type=checkbox] + label::after,
input[type=radio] + label::after {
  border: 8px solid #5D97C4;
}

.surveyBox input[type=checkbox] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 48px;
	height: 48px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.surveyBox input[type=checkbox] + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 48px;
	height: 48px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.surveyBox input[type=checkbox]:checked + label::after {
	background: url(../img/checked.png) no-repeat center center;
	background-size: 48px 48px;
}

.loginArea .small {
	margin-top: 20px;
}
.btn-submit {
	font-size: 1rem;
	padding: 60px;
	border-radius: 130px;
	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
	margin: 100px auto 40px;
}
.remainder {
	font-size: 1rem;
	text-align: left;
}
.remainder a {
	color: #565656;
	position: relative;
}
.remainder a::before {
  content: '';
  position: absolute;
  right: -21px;
  top: 10px;
  width: 15px;
  height: 15px;
  border-top: solid 4px #5D97C4;
  border-right: solid 4px #5D97C4;
}
/* ==========================================================================
   Login後
========================================================================== */
.index {
	margin-bottom: 60px;
}
.index h2 {
	font-size: 1.25rem;
	margin-bottom: 100px;
}
.index h3 {
	margin-top: 100px !important;
}

/* ==========================================================================
   My Page
========================================================================== */
.reservedEvent { /* 予約済みイベント */
	margin-bottom: 100px;
}
.eventDetail { /* イベント詳細 */
	padding-top: 15px;
	padding-bottom: 60px;
	border-bottom: 3px dotted #5D97C4;
}
.eventDetail p {
	font-size: 0.8125rem;
}
.eventDetail .btn_common{
	margin-top: 40px;
}
.eventDetail + .btn_common {
	margin-top: 100px;
}
.MyPage .formBox { /* 申込フォーム */
	margin: 100px 0;
	padding: 60px 0;
	border-top: 3px dotted #5D97C4;
	border-bottom: 3px dotted #5D97C4;
}
.MyPage .surveyBox { /* アンケート */
	margin: 60px 0 0;
	padding: 100px 0 40px;
	border-top: 2px dotted #5D97C4;
	text-align: left;
}
.MyPage .surveyBox h4 {
	color: #5D97C4;
}
.MyPage .surveyBox dl {
	margin: 90px 0 0;
	counter-increment: section;
	position: relative;
}
.MyPage .surveyBox dl::before {
	position: absolute;
	top: 0;
	content: "Q";
	color: #5D97C4;
	font-weight: bold;
}
.MyPage .surveyBox dl::after {
	position: absolute;
	top: 0;
	left: 1em;
	content: counter(section);
	color: #5D97C4;
	font-weight: bold;
}
.MyPage .surveyBox dt {
	margin: 0 0 40px 2.5em;
	text-indent:-0.5em;
	font-weight: normal;
}
.MyPage .surveyBox dt::before {
	content: ". ";
	color: #5D97C4;
	font-weight: bold;
}
.MyPage .surveyBox dd label {
	display: block;
}
.MyPage .surveyBox dd label + input + label {
	margin-top: 40px;
}
.Setting .formBox { /* 申込フォーム */
	margin: 100px 0;
}
.Setting .formBox a.btn_common {
	margin-top: 100px;
}
.Setting .formBox dl + a.btn_common {
	margin-top: 60px;
}

.Setting .formBox p + p {
	margin-top: 40px;
	line-height: 1.8;
}
.Setting .formBox p + p + p {
	margin-top: 80px;
	line-height: 1.8;
}
.Setting .formBox p + p.small {
	font-size: 0.75rem;
	margin-top: 20px;
	margin-bottom: 40px;
	line-height: 1.8;
}
.formBox p {
	font-size: 0.8125rem;
}
.Setting .formBox p {
	font-size: 0.9375rem;
	line-height: 1.8;
}

.formBox .small {
	margin-bottom: 60px;
	padding-left:1em;
	text-indent:-1em;
	font-size: 0.75rem !important;
}

.greenFrame {
	margin: 30px 0 60px;
	padding: 30px;
	font-size: 0.9375rem;
	border: 4px solid #5D97C4;

}
.thanksBox { /* 予約完了 */
	margin: 100px 0;
	padding: 60px 0;
	border-top: 3px dotted #5D97C4;
	border-bottom: 3px dotted #5D97C4;
}
.thanksBox p {
	font-size: 1.125rem;
}
p.check {
	font-size: 1.5rem;
	margin-bottom: 45px;
}
.check span{
	background-size: 97px auto;
	width: 200px;
	height: 200px;
	margin: 0 auto 40px;
}
.cancelBox {
	margin: 0 0 100px;
	padding: 100px 0;
	border-top: 3px dotted #5D97C4;
	border-bottom: 3px dotted #5D97C4;
}
.cancelBox p {
	font-size: 0.9375rem;
}
p.cancel {
	font-size: 1.5rem;
	margin-bottom: 30px;
	line-height: 1.5;
}

.event_info { /* イベントリスト */
	margin-top: -35px;
}
.event_info li {
	position: relative;
	border-bottom: 3px dotted #5D97C4;
}
.event_info li a::after {
	background: #5D97C4 url(../img/icon_arrow.png) no-repeat center center;
	background-size: 20px auto;
	width: 50px;
	height: 50px;
	margin-top: -25px;
}
.event_info li a {
	padding: 23px 65px 23px 0;
}
.event_info li div.title {
	padding: 3px 0 0;
	font-size: 0.9375rem;
}
.eventDetail .event_info li {
	padding: 20px 0;
}
.eventDetail .event_info li div.title {
	padding-top: 12px;
	font-size: 0.9375rem;
}
.event_info li div.date {
	padding-top: 10px;
	font-size: 0.75rem;
}
.category {
	font-size: 0.75rem;
	margin-right: 25px;
	padding: 5px 23px;
}

.MyPage li dl.link_to_survey {
	line-height: 1;
}
.MyPage li dt.link_to_survey {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	font-size: 0.875rem;
}
.MyPage li dd.link_to_survey {
	display: inline-block;
	font-weight: normal;
	font-size: 0.75rem;
}

/* ==========================================================================
   設定
========================================================================== */

.setting_list { /* 設定リスト */
	border-top: 3px dotted #5D97C4;
	margin: 100px 0;
}
.setting_list li {
	border-bottom: 3px dotted #5D97C4;
}
.setting_list li a::after {
	top: 50%;
	background: #5D97C4 url(../img/icon_arrow.png) no-repeat center center;
	background-size: 15px auto;
	width: 50px;
	height: 50px;
	margin-top: -25px;
}
.setting_list li a:hover:after {
	background-color: #498ec3;
}
.setting_list li a {
	padding: 40px 50px 35px 0;
}
.setting_list li dl {
	line-height: 1;
}
.setting_list li dt {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	font-size: 0.875rem;
}
.setting_list li dd {
	display: inline-block;
	font-weight: normal;
	font-size: 0.75rem;
}
.setting_list li a:hover dt,
.setting_list li a:hover dd {
	text-decoration: underline;
}
.Setting dl {
	display:block;
}
.Setting dl dt {
	width: 100%;
	padding-bottom: 22px;
	font-size: 0.75rem;
}
.Setting dl dt br {
	display: none;
}

.Setting dl dt div{
	width: auto;
	height: auto;
	display: inline-block;
}
.Setting dl dt span {
	display: inline-block;
	position: relative;
	right: auto;
	top: 0;
	padding: 2px 5px;
	margin-left: 20px;
	font-size: 0.625rem;
	font-weight: bold;
}
.Setting dl dd {
	width: 100%;
	min-height: auto;
	display: flex;
	display: -webkit-flex;
}
.Setting .card dl dd input{
   -webkit-flex-basis: 155px;
	flex-basis: 155px;
}
.Setting dl dd div {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.Setting dl.rows dt {
	float: left;
	display: table;
	vertical-align:top;
}
.Setting dl.rows dd {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.Setting dl.rows dd .small{
	margin-top: -20px;
	margin-bottom: 40px;
	font-size: 0.625rem !important;
}
.Setting dl dd div + div,
.Setting dl dd input[type=text] + input[type=text] {
   margin-left: 20px;
}
.Setting dl dd input[type=text] {
	padding: 22px 45px;
	margin-bottom: 40px;
	border-radius: 130px;
	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
}
.Setting dl dd .select-box {
	margin-bottom: 40px;
	padding: 0 20px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.Setting dl dd input[type=radio] + label {
	margin: 0 40px 34px 0;
	white-space: nowrap;
}
.Setting dl.input-error {
	padding-top: 0;
}
.Setting dl.input-error dt {
	padding-bottom: 70px;
}
.Setting dl.input-error-2 dt {
	padding-bottom: 120px;
}
.Setting dl.input-error-3 dt {
	padding-bottom: 160px;
}

.Setting dl.input-error .error {
	top: 60px;
	left: 0px;
	font-size: 0.75rem;
}

/* ==========================================================================
   願書入力
========================================================================== */

.Application dl {
	display:block;
}
.Application dl dt {
	width: 100%;
	padding-bottom: 22px;
	font-size: 0.75rem;
}
.Application dl dt br {
	display: none;
}
.Application dl dt div{
	width: auto;
	height: auto;
	display: inline-block;
}
.Application .dynamic dl dt div {
	width: 100%;
}
.Application .dynamic dl dt {
	width: 100%;
}
.Application .confirm dl dt {
	width: 300px;
}
.Application .confirm dl dt div{
	width: 300px;
}
.Application dl dt span {
	display: inline-block;
	position: relative;
	right: auto;
	top: 0;
	padding: 2px 5px;
	margin-left: 20px;
	font-size: 0.625rem;
	font-weight: bold;
}
.Application dl dd {
	width: 100%;
	min-height: auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.Application .card dl dd input{
   -webkit-flex-basis: 155px;
	flex-basis: 155px;
}
.Application dl dd div {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.Application dl.rows dt {
	float: left;
	display: table;
	vertical-align:top;
}
.Application dl.rows dd {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.Application dl.rows dd .small{
	margin-top: -20px;
	margin-bottom: 40px;
	font-size: 0.625rem !important;
}
.Application dl dd div + div,
.Application dl dd input[type=text] + input[type=text] {
   margin-left: 20px;
}
.Application dl dd input[type=text] {
	padding: 22px 45px;
	margin-bottom: 40px;
}
.Application dl dd .select-box {
	margin-bottom: 40px;
	padding: 0 20px;
}
.Application dl.input-error {
	padding-top: 0;
}
.Application dl.input-error dt {
	padding-bottom: 70px;
}
.Application dl.input-error-2 dt {
	padding-bottom: 120px;
}
.Application dl.input-error-3 dt {
	padding-bottom: 160px;
}

.Application dl.input-error .error {
	top: 60px;
	left: 0px;
	font-size: 0.75rem;
}
.Application .formBox { 
	margin: 40px 0;
}
.Application .formBox a.btn_common {
	margin-top: 40px;
}
.Application .formBox dl + a.btn_common {
	margin-top: 20px;
}
a.none_arrow::after {
	background: none;
}
.Application h4 {
	font-size: 0.935rem;
	text-align: left;
	margin-bottom: 30px;
}
.Application span.optional_labels {
	width: 68px;
}
.Application h4 {
	font-size: 1.025rem;
}
.Application input[type="text"].radio_with_textbox {
	width: 100%;
	margin-bottom: 10px;
}
.Application .radio_with_selectbox {
	width: 70%;
}
.Application .radio_area{
	width: 100%;
}
.Application dl dd input[type=radio] + label {
	margin: 2px 2px 20px 2px;
}
.Application .radio_with_area{
	width: 100%;
}
.Application .radio_with_label{
	float: left;
	padding: 15px 0px;
}
.Application .radio_area_label {
	width: 240px;
	font-size: 1em;
}
.Application .radio_area_dd {
	width: 100%;
}
.Application div.item_label {
	width: 130px;
	line-height: 1.2;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	height: 58px;
	font-weight: bold;
	font-size: 0.75rem;
	padding: 0px 10px 0px 0px;
}
.Application .relationship {
	width: 260px;
	margin-left: 0px;
}
.Application .textbox_header {
	font-size: 0.8125em;
}
.Application div.photo_description_under {
	margin-top: 10px;
	display: block;
}
.Application div.photo_description_select {
	width: 100%;
	margin-bottom: 15px;
}
.Application .btn_small {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", MotoyaLMaru;
	font-weight: bold;
	background: #5D97C4;
	color: #fff;
	text-align: center;
	padding: 0px 18px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	text-decoration: none;
	position: relative;
	height: 72px;
	margin-left: 3px;
}
.Application div.flex_div {
	height: 110px;
}
.Application .flex_div .select-box {
	height: 78px;
}
.Application .flex_div div.item_label {
	margin-top: 24px;
}
.Application .flex_div .select-box select {
	padding: 0 10px;
}
.Application .confirm dl dd {
	width: 100%;
}
.Application .confirm_relation{
	width: 150px;
}
.Application .confirm_relation_left{
	width: 500px;
	overflow-wrap: break-word;
}
.Application .indent_1 {
	padding-left: 30px;
}
.Application .indent_2 {
	padding-left: 80px;
}
.Application .consent_signature {
    margin-top: 30px;
}

/* ==========================================================================
   Web入力
========================================================================== */



/* WebForm入力画面 */
.WebForm dl {
    clear: both;
    display:table;
}

.WebForm dl {
	display:block;
}
.WebForm dl dt {
	width: 100%;
	padding-bottom: 10px;
	font-size: 0.9rem;
}
.WebForm dl dt br {
	display: none;
}
.WebForm dl dt div{
	width: auto;
	height: auto;
	display: inline-block;
}
.WebForm dl dt span {
	display: inline-block;
	position: relative;
	right: auto;
	top: 0;
	padding: 2px 5px;
	margin-left: 20px;
	font-size: 0.625rem;
	font-weight: bold;
}
.WebForm dl dd {
	width: 100%;
	min-height: auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.WebForm .card dl dd input{
   -webkit-flex-basis: 155px;
	flex-basis: 155px;
}
.WebForm dl dd div {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding-bottom: 20px;
}
.WebForm dl.rows dt {
	float: left;
	display: table;
	vertical-align:top;
}
.WebForm dl.rows dd {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.WebForm dl.rows dd .small{
	margin-top: -20px;
	margin-bottom: 40px;
	font-size: 0.625rem !important;
}
.WebForm dl dd div + div,
.WebForm dl dd input[type=text] + input[type=text] {
   margin-left: 20px;
}
.WebForm dl dd .select-box {
	margin-bottom: 20px;
	padding: 0 20px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.WebForm dl dd input[type=radio] + label {
	margin: 0 40px 34px 0;
}

.WebForm dl.input-error {
	padding-top: 0;
}
.WebForm dl.input-error dt {
	padding-bottom: 70px;
}
.WebForm dl.input-error-2 dt {
	padding-bottom: 120px;
}
.WebForm dl.input-error-3 dt {
	padding-bottom: 160px;
}

.WebForm dl.input-error .error {
	top: 60px;
	left: 0px;
	font-size: 0.75rem;
}

.WebForm .formBox { 
	margin: 40px 0;
}
.WebForm .formBox a.btn_common {
	margin-top: 40px;
	margin-bottom: 40px;
}
.WebForm .formBox dl + a.btn_common {
	margin-top: 20px;
}

.WebForm .cancelbutton {
	float:right;
	text-decoration:none;
	background:#d17565;
	margin: auto;
	height: 1.5em;
}

.WebForm dl dd input[type=text] {
	margin-bottom: 20px;	
}

a.none_arrow::after {
	background: none;
}

/* 健康調査票、家庭調査票ページ1の顧客情報編集画面へのリンク */
.WebForm p.update_information_text_link {
	font-size: 1.0em;
}

/* 健康調査票ページ1 妊娠中・分娩時の異常歴のラジオボタン */
.WebForm dl dd p.abnormal_experience {
    margin-bottom: 20px;
}
.WebForm dl dd input[type=radio] + label.abnormal_experience {
    line-height: 42px;
    white-space: nowrap;
}

/* 空のdtによって表示される不要なスペースを消す */
.WebForm dl dt.none_field {
	display: none;
}

/* 健康調査票ページ2 食物アレルギー詳細の各アレルギータイトル */
.WebForm dl dt.allergy_detail_title {
	padding-top: 20px;
}


/* WebFormラジオボタン */
.WebForm dl dd input[type=radio] + label {
    margin: 18px 20px 34px 0;
    padding-left: 30px;
	padding-top: 3px;
	vertical-align: center;
    line-height: 32px;
    display: inline;
}

.WebForm dl dd input[type=radio] + label::before,
input[type=radio] + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;    
	margin-bottom: 10px;
}

.WebForm dl dd input[type=radio] + label::before {
    background-color:#f8f8f8;
    border: 1px solid #999999;
}

.WebForm dl dd input[type=radio] + label::after {
    background-color:#f8f8f8;
    border: 4px solid #5D97C4;
}

.WebForm dl dd input[type=radio]:disabled + label::before {
    background-color:#dddddd;
    border: 1px solid #dddddd;
}

.WebForm dl dd input[type=radio]:disabled + label::after {
    background-color:#f8f8f8;
    border: 4px solid #999999;
}


/* WebFormチェックボックス */
.WebForm dl dd input[type=checkbox] + label {
    margin: 18px 20px 34px 0;
    padding-left: 30px;
	padding-top: 0px;
	vertical-align: center;
    line-height: 32px;
    display: inline;
}

.WebForm dl dd input[type=checkbox] + label::before,
input[type=checkbox] + label::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom: 10px;
}

.WebForm dl dd input[type=checkbox] + label::before {
    border: 1px solid #999999;
	margin-top: 5px;
}
 
.WebForm dl dd input[type=checkbox] + label::after {
    border: 1px solid #dddddd;
	margin-top: 5px;
}

.WebForm dl dd input[type=checkbox]:checked + label::after {
    background: url(../img/checked.png) no-repeat center center;
    background-size: 20px 20px;
	transform: scale(1.5);
	margin-top: 5px;
}

.WebForm dl dd input[type=checkbox]:disabled + label::before {
    border: 1px solid #999999;
	margin-top: 5px;
}

.WebForm dl dd input[type=checkbox]:disabled + label::after {
    border: 1px solid #dddddd;
	background-color: #dddddd;
	margin-top: 5px;
}

.WebForm dl dd input[type=checkbox]:checked:disabled + label::after {
    background: url(../img/checked_gray.png) no-repeat center center;
    background-size: 20px 20px;
	margin-top: 5px;
}

.WebForm dl dt.has_food_allergy{
	width: 100%;
	padding-bottom: 10px;
	font-size: 0.9rem;
}
.WebForm dl dt div.has_food_allergy{
	width: auto;
	height: auto;
	display: inline-block;
}


/* ==========================================================================
   入会同意書
========================================================================== */

.AdmissionAgreement p.notes {
    padding: 0.8em;
    background-color: #efefef;
    font-size: 0.7em;
}

/* ==========================================================================
   Modal
========================================================================== */
#lean_overlay {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #5D97C4;
}
.modal {
	padding: 60px 40px;
}
.modal p {
	font-size: 0.9375rem;
}
.modal .btn_common {
	margin-top: 40px;
}
/* ==========================================================================
   header
========================================================================== */
.header-inner {
	padding: 24px 30px 21px;
}
.header-inner h2{
	background: url(../img/icon_account_akademeia.png) no-repeat left center;
	background-size: auto 42px;
	padding: 6px 0 0 50px;
	font-size: 1.125rem;
}
.header-green {
	padding: 30px 0 15px;
	min-height: 120px;
		height: auto;
	max-width: 768px;
	display: -webkit-flex;
	display: flex;
}
.header-green h2 {
	margin-left: 120px;
	width: 648px;
}

.header-green h2 a{
	font-size: 0.9375rem;
}
.header-green h2 a + em{
	border-left: 2px solid #ffffff;
	margin-left: 25px;
	padding-left: 25px;
	padding-right: 0px;
}
.header-green h2 em{
	font-size: 1.125rem;
}
.header-green .btn_back {
	background: #ffffa4 url(../img/btn_back_akademeia.png) no-repeat center center;
	background-size: 54px auto;
	width: 120px;
	height: 100%;
}
/* ==========================================================================
   logo
========================================================================== */

.home  #contentArea h1 a{
		background-size: 651px auto;
		width: 651px;
		height: 207px;
		margin: 0 auto 90px;
}

.home #contentArea h3 {
	background: url(../img/smile-system.png) no-repeat;
	background-size: 350px auto;
	display: block;
	width: 350px;
	height: 51px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	text-align: center;
}

/* ==========================================================================
   footer
========================================================================== */
.btn_pagetop {
	right: 45px;
	bottom: 220px;
}
	.btn_pagetop a {
		background: #5D97C4 url(../img/icon_arrow.png) no-repeat center center;
	background-size: 31px 43px;
		width: 100px;
		height: 100px;
		display: block;
	  overflow: hidden;
	  text-indent: 100%;
	  white-space: nowrap;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	}

.footer-inner {
	overflow: hidden;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block;
}
.footer-inner ul {
	padding: 91px 0 59px;
	text-align: center;
	font-weight: bold;
	font-size: 0.9375rem;
}
.footer-inner li + li{
	margin-left: 100px;
}
.footer-inner .copyright {
	clear:both;
	text-align: center;
  font-size: 0.5rem;
  width: 100%;
  line-height: 25px;
  background: #5D97C4;
  color: #ffffff;
  padding: 15px 0;
}
}

.sp-input {
	overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	margin-bottom: 20px;
}

/* RFCエラーメッセージ */
.attention {
	color: #cc2c29;
	/* font-weight: bold; */
	line-height: 120%;
	/* padding: 1px 0 8px; */
	margin: 2px 10px;
}

li .attention {
	font-size: smaller;
}

.attention-mail-ul {
	list-style: none;
	padding-left: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.attention-mail-ul li{
	line-height: 0px;
}

.attention-mail-ul li:before {
	content: "・";
	color: #cc2c29;
	position: relative;
	top: 11px;
	left: -15px;
}

.attention-mail {
	line-height: 100% !important;
	background-color: #f9dada;
	padding: 10px 8px;
	margin: 0px 4px 10px 10px;
	border-radius: 10px;
}

.server-validation {
	background-color: #f9dada !important;
}

@media screen and (max-width: 768px) {
	.attention-mail {
		margin-left: 0px;
		font-size: 13px;
	}
	/* 最初の要素以外 */
	.attention-mail-ul li:nth-of-type(n+2){
		line-height: 7px;
	}
}
