﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Teko:wght@300..700&display=swap');
/* --------------------------------------------------------------------
  common　共通エレメント
-------------------------------------------------------------------- */
body {
	color: #202020;
	text-align: center;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: calc(16 / 375 * 100vw);
	font-weight: 500;
	line-height: 1.875;
	letter-spacing: 0.06em;
	background: #fff;
	margin: 0;
}
a, a:link, a:visited {
	color: #005FAE;
}
a:link {
  color: #005FAE;
  text-decoration: underline;
}

a:visited {
  color: #005FAE;
  text-decoration: underline;
}

input[type="text"],
input[type="password"],
input[type="date"],
textarea,
select {
	font-size: calc(16 / 375 * 100vw);
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #CECECE;
	background-color: #FFFFFF;
	border-radius: calc(4 / 375 * 100vw);
}
input[type="text"]:focus,
textarea:focus,
select:focus,
input[type="date"]:focus,
input[type="password"]:focus {
  border: calc(1 / 375 * 100vw) solid #CECECE !important;
  outline: 0;
}
input[type="text"],
input[type="password"],
input[type="date"],
select,
textarea {
	padding: calc(10 / 375 * 100vw);
	min-height: calc(28 / 375 * 100vw);
	max-width: calc(100% - (22 / 375 * 100vw));
}
input[type="text"]::placeholder,
input[type="password"]::placeholder {
	color: #A4A4A4;
	font-size: calc(14 / 375 * 100vw);
	font-weight: 300;
}
input[type="date"] {
	width: calc(50% - (20 / 750 * 100vw));
}
select {
    -webkit-appearance: none;
    appearance: none;
	background-image: url("../../img/usr/common/ico_triangle2.png");
	background-position: 94% center;
	background-repeat: no-repeat;
	background-size: 8px 6px; 
}
div.message_ {
	color: #202020;
	border: 1px solid #005FAE;
}
.error_ {
	color: #FF0000;
	font-weight: 400;
	line-height: 1.66;
	letter-spacing: 0.09em;
}
div.error_,
table.error_ {
	font-size: calc(14 / 375 * 100vw);
	border-radius: calc(6 / 375 * 100vw);
	background-color: #FFF3F3;
	border: solid calc(2 / 375 * 100vw) #FF0000;
	padding: calc(20 / 375 * 100vw);
	margin: calc(25 / 375 * 100vw) auto;
	text-align: center;
}
div.error_ {
	text-align: left;
}
img.must_ {
	width: calc(35 / 375 * 100vw);
	max-width: 70px;
}
/* --------------------------------------------------------------------
  common　ヘッドライン
-------------------------------------------------------------------- */
h1.goods_name_ {
	color: #202020;
	font-size: calc(26 / 375 * 100vw);
	font-weight: bold;
	letter-spacing: 0.09em;
	text-align: left;
	line-height: 1.53;
	margin: calc(20 / 375 * 100vw) 0;
	padding: 0;
}
h1.category_name_ {
	color: #202020;
	font-size: calc(26 / 375 * 100vw);
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1.66;
	margin: calc(38 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
	padding: 0;
}
h1.event_name_ {
	color: #202020;
	font-size: calc(26 / 375 * 100vw);
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1.66;
	margin: calc(38 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
	padding: 0;
}
h1.genre_name_ {
	color: #202020;
	font-size: calc(26 / 375 * 100vw);
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1.66;
	margin: calc(38 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
	padding: 0;
}
h1.topic_head_ {
	color: #202020;
	font-size: calc(26 / 375 * 100vw);
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1.66;
	margin: calc(38 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
	padding: 0;
}

.common_headline1_ {
	color: #202020;
	font-size: calc(26 / 375 * 100vw);
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1.66;
	margin: calc(38 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
	padding: 0;
}
.common_headline2_ {
	color: #202020;
	font-size: calc(18 / 375 * 100vw);
	font-weight: 500;
	letter-spacing: 0.09em;
	text-align: left;
	line-height: 1.66;
	margin: calc(40 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
	padding: 0 0 calc(13 / 375 * 100vw);
	border-bottom: 1px solid #202020;
	background: none;
	/*white-space: nowrap;*/
	white-space: normal;
	z-index: 1;
}
.common_headline2_::before,
div.common_headline2_::before {display: none;}
/* --------------------------------------------------------------------
  common　イベント
-------------------------------------------------------------------- */
div.event_ h1.event_title_ {
	color: #000000;
	font-size: calc(26 / 375 * 100vw);
	font-weight: 500;
	letter-spacing: 0.09em;
	text-align: left;
	padding: 0;
	background: none;
	/*margin: calc(26 / 375 * 100vw) calc(20 / 375 * 100vw);*/
	margin: calc(21 / 375 * 100vw) calc(20 / 375 * 100vw) calc(24 / 375 * 100vw);
}

div.event_ h1.event_title_ a {
	color: #000000;
	font-size: calc(26 / 375 * 100vw);
	font-weight: 500;
	letter-spacing: 0.09em;
	text-decoration: none;
}
div.event_ h1.event_title_ span {
	color: #005FAE;
	font-size: calc(16 / 375 * 100vw);
	font-family: "Teko";
	font-weight: 400;
	line-height: 1.43;
	/*margin-top: calc(10 / 375 * 100vw);*/
	display: block;
}
div.event_ h1.event_title_::before {
	display: none;
}
/* --------------------------------------------------------------------
  common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	font-size: calc(12 / 375 * 100vw);
	font-weight: 300;
	padding: calc(11 / 375 * 100vw) calc(20 / 375 * 100vw) calc(11 / 375 * 100vw);
	margin: 0 calc(-20 / 375 * 100vw) calc(20 / 375 * 100vw);
	background-color: #F1F1F1;
}
.navitopicpath_ strong {
	font-weight: 300;
}
.navitopicpath_ a {
	margin: 0 0.5em;
	color: #202020;
	text-decoration: none;
}
.navitopicpath_ li:last-of-type a {
    text-decoration: none;
}
.navitopicpath_ li:first-child a {
	margin-left: 0;
}
.navitopicpath_.bottom_ {
	display: none;
}
/**/
.navipage_sum_ {
	font-size: calc(14 / 375 * 100vw);
	text-align: left;
	line-height: 2.66;
	letter-spacing: 0;
	display: inline-block;
}
.navipage_sum_ strong {
	font-size: calc(36 / 375 * 100vw);
	font-weight: 400;
	font-family: "Teko";
	line-height: 1.0;
	letter-spacing: 0.02em;
	display: inline-block;
}
.navipage_sum_ small {
	font-size: calc(14 / 375 * 100vw);
	line-height: 1.857;
	display: inline-block;
}
.customer_ .navipage_sum_ .subject_ {
	display: none;
}
/**/
.navipage_.top_,
.navipage_.bottom_ {
	padding: 0;
	margin: calc(30 / 375 * 100vw) 0;
}
.navipage_.top_ {
	order: 41;
	width: 100%;
}
.navipage_.bottom_ {
	order: 71;
	width: 100%;
}
.navipage_.top_ .navi_page_,
.navipage_.bottom_ .navi_page_ {
	display: none;
}
.navipage_wrap_ {
	display: flex;
	justify-content: center;
}
.navipage_first_,
.navipage_last_ {display: none;}
.navipage_ .navipage_prev_ a,
.navipage_ .navipage_next_ a {
	font-size: 0;
	padding: 0;
	background: none;
	position: relative;
}
.navipage_ .navipage_prev_ a::after,
.navipage_ .navipage_next_ a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(8 / 375 * 100vw);
	height: calc(8 / 375 * 100vw);
	border-left: calc(2 / 375 * 100vw) solid #202020;
	border-top: calc(2 / 375 * 100vw) solid #202020;
}
.navipage_ .navipage_prev_ a::after {
	transform: rotate(-45deg);
	margin: calc(-4 / 375 * 100vw) 0 0 calc(-2 / 375 * 100vw);
}
.navipage_ .navipage_next_ a::after {
	transform: rotate(135deg);
	margin: calc(-4 / 375 * 100vw) 0 0 calc(-5 / 375 * 100vw)
}
.navipage_ .navipage_prev_ a:hover::after,
.navipage_ .navipage_next_ a:hover::after {
	border-color: #FFFFFF;
}
.navipage_ a,
.navipage_ span.navipage_now_ {
	font-size: calc(20 / 375 * 100vw);
	font-weight: 400;
	font-family: "Teko";
	line-height: 2.0;
	letter-spacing: 0;
	text-decoration: none;
	width: calc(33 / 375 * 100vw);
	height: calc(33 / 375 * 100vw);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 0;
	padding: calc(4 / 375 * 100vw) 0 0 0;
	margin: 0 calc(3 / 375 * 100vw);
	box-sizing: border-box;
}
.navipage_ a,
.navipage_ .navipage_prev_ a,
.navipage_ .navipage_next_ a {
	color: #202020;
	background-color: #FFFFFF;
}
.navipage_ a:hover,
.navipage_ span.navipage_now_ {
	color: #FFFFFF;
	background-color: #202020;
	border: 0;
}
.navipage_ .navipage_reverse_ {
	margin-right: calc(30 / 375 * 100vw);
}
.navipage_ .navipage_forward_ {
	margin-left: calc(30 / 375 * 100vw);
}
.navipage_prev_,
.navipage_next_ {
	display: block;
}
/* --------------------------------------------------------------------
  button
--------------------------------------------------------------------- */
div.submit_ {
	/*margin: calc(60 / 375 * 100vw) 0 calc(100 / 375 * 100vw);*/
	margin: calc(60 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
}
div.submit_ .btn-line {
	display: block;
}
div.submit_ .btn-large {
	margin: 0 auto;
}

.btn {
	color: #202020;
	font-size: calc(16 / 375 * 100vw);
	border-radius: calc(90 / 375 * 100vw);
	padding: 0;
}
.btn-secondary {
  color: #202020;
  border: 0;
  background-color: #F1F1F1;
}
.btn-default {
	color: #fff;
	background: -webkit-linear-gradient(left, rgba(9,106,187,1) 0%, rgba(5,120,216,1) 50%, rgba(6,171,206,1) 100%);
	background: -o-linear-gradient(left, rgba(9,106,187,1) 0%, rgba(5,120,216,1) 50%, rgba(6,171,206,1) 100%);
	background: linear-gradient(to right, rgba(9,106,187,1) 0%, rgba(5,120,216,1) 50%, rgba(6,171,206,1) 100%);
}
.btn-primary {
	color: #fff;
	border: 0;
	background: -webkit-linear-gradient(left, rgba(238,111,0,1) 0%, rgba(235,174,7,1) 100%);
	background: -o-linear-gradient(left, rgba(238,111,0,1) 0%, rgba(235,174,7,1) 100%);
	background: linear-gradient(to right, rgba(238,111,0,1) 0%, rgba(235,174,7,1) 100%);
}
.btn-large {
	font-size: calc(16 / 375 * 100vw);
	font-weight: 500;
	line-height: 1.6;
	box-shadow: none;
	max-width: calc(225 / 375 * 100vw);
	width: 94%;
	height: calc(60 / 375 * 100vw);
	border-radius: calc(90 / 375 * 100vw);
	margin: calc(20 / 375 * 100vw) auto;
}
.btn-line {
	font-size: calc(16 / 375 * 100vw);
	font-weight: 500;
	line-height: 1.6;
	margin: calc(20 / 375 * 100vw) auto;
	box-shadow: none;
	max-width: calc(225 / 375 * 100vw);
	width: 94%;
	height: calc(60 / 375 * 100vw);
	border-radius: calc(90 / 375 * 100vw);
}
.move_button_ {
	color: #202020;
	font-size: calc(14 / 375 * 100vw);
	background: #FFFFFF;
	border: 1px solid #202020;
}
input.move_button_ {
	color: #202020;
	font-size: calc(12 / 375 * 100vw);
	line-height: 1.0;
	width: auto;
	height: auto;
	background: #FFFFFF;
	border: 1px solid #CECECE;
	border-radius: calc(3 / 375 * 100vw);
	box-shadow: none;
	padding: 10px 8px;
	margin: 4px 0;
}
div.address_box_2_ .address_select_ input {
	color: #fff;
	font-size: calc(18 / 375 * 100vw);
	font-weight: 500;
	border: 0;
	padding: calc(10 / 375 * 100vw) calc(30 / 375 * 100vw);
	border-radius: calc(30 / 375 * 100vw);
	background: -webkit-linear-gradient(left, rgba(9,106,187,1) 0%, rgba(5,120,216,1) 50%, rgba(6,171,206,1) 100%);
	background: -o-linear-gradient(left, rgba(9,106,187,1) 0%, rgba(5,120,216,1) 50%, rgba(6,171,206,1) 100%);
	background: linear-gradient(to right, rgba(9,106,187,1) 0%, rgba(5,120,216,1) 50%, rgba(6,171,206,1) 100%);
}
input.go-back-btn,
input.back-to-home,
input.back-to-list,
input.disagree-btn,
input[name="back.x"] {
	color: #202020;
	background-color: #F1F1F1;
}
/* チェックボックス */
input[type="checkbox"] {
	width: calc(23 / 375 * 100vw);
	height: calc(23 / 375 * 100vw);
	border-radius: calc(2 / 375 * 100vw);
	margin: calc(5 / 375 * 100vw);
	background-color: #FFFFFF;
	border: 1px solid #CECECE;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	position: relative;
}
input[type="checkbox"] + label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
input[type="checkbox"]::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: calc(5 / 375 * 100vw);
	height: calc(9 / 375 * 100vw);
	margin: calc(-7 / 375 * 100vw) 0 0 calc(-4 / 375 * 100vw);
	border-right: calc(3 / 375 * 100vw) solid #EFEFEF;
	border-bottom: calc(3 / 375 * 100vw) solid #EFEFEF;
	transform: rotate(40deg);
}
input[type="checkbox"]:checked {
	background-color: #005FAE;
	border: calc(1 / 375 * 100vw) solid #005FAE;
}
input[type="checkbox"]:checked::after {
	border-right: calc(3 / 375 * 100vw) solid #FFFFFF;
	border-bottom: calc(3 / 375 * 100vw) solid #FFFFFF;
}

/* ラジオボタン */
input[type="radio"] {
	width: calc(23 / 375 * 100vw);
	height: calc(23 / 375 * 100vw);
	margin: calc(5 / 375 * 100vw);
	border-radius: 50%;
	background-color: #FFFFFF;
	border: calc(1 / 375 * 100vw) solid #CECECE;
	cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	position: relative;
	vertical-align: middle;
}
input[type="radio"] + label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
input[type="radio"]::after {
	content: "";
	position: absolute;
	left: calc(5 / 375 * 100vw);
	top: calc(5 / 375 * 100vw);
	display: block;
	width: calc(11 / 375 * 100vw);
	height: calc(11 / 375 * 100vw);
	border-radius: 50%;
	background-color: #EFEFEF;
}
input[type="radio"]:checked {
	background-color: #005FAE;
	border: 1px solid #005FAE;
}
input[type="radio"]:checked::after {
	background-color: #FFFFFF;
}

/* --------------------------------------------------------------------
  入力フォーム
--------------------------------------------------------------------- */
ul.formdetail_ li,
dl.formlist_ dd,
dl.formdetail_ dd {
	text-align: left;
	margin: 0;
	padding: 0 0 calc(10 / 375 * 100vw);
}
ul.formdetail_ li.title_,
dl.formdetail_ dt.title_,
dl.formlist_ dt,
dl.formdetail_ dt {
	font-size: calc(14 / 375 * 100vw);
	font-weight: bold;
	text-align: left;
	padding: calc(10 / 375 * 100vw);
	background-color: #F1F1F1;
}
.formdetail_ img.must_ {
	vertical-align: text-top;
	margin-left: calc(10 / 375 * 100vw);
}
dl.formlist_ dt,
dl.formlist_ dd,
dl.formdetail_ dt,
dl.formdetail_ dd {
	font-size: calc(14 / 375 * 100vw);
}
table.formlist_ th,
table.formlist_ td {
	font-size: calc(14 / 375 * 100vw);
	padding: calc(10 / 375 * 100vw);
	border: 1px solid #CECECE;
}
table.formlist_ th {
	/*font-weight: bold;*/
	font-weight: 500;
	background-color: #F1F1F1;
}
table.formlist_ td {
	font-weight: 400;
}
table.formdetail_,
table.formlist_ {
	border-radius: calc(5 / 375 * 100vw);
    border-spacing: 0;
    border: none;
    border-left: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
	border-collapse: inherit;
}
table.formdetail_ tr > *,
table.formlist_ tr > * {
    padding: calc(5 / 375 * 100vw) calc(10 / 375 * 100vw);
    border: none;
    border-right: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}
table.formdetail_ tr:first-child>*:first-child,
table.formlist_ tr:first-child>*:first-child {
	border-top-left-radius: calc(5 / 375 * 100vw);
}
table.formdetail_ tr:first-child>*:last-child,
table.formlist_ tr:first-child>*:last-child {
	border-top-right-radius: calc(5 / 375 * 100vw);
}
table.formdetail_ tr:last-child>*:first-child,
table.formlist_ tr:last-child>*:first-child {
	border-bottom-left-radius: calc(5 / 375 * 100vw);
}
table.formdetail_ tr:last-child>*:last-child,
table.formlist_ tr:last-child>*:last-child {
	border-bottom-right-radius: calc(5 / 375 * 100vw);
}
@media (min-width: 394px) {
  .input_contents_ {
    display: block;
  }
}
/* --------------------------------------------------------------------
　カレンダー
-------------------------------------------------------------------- */
/*.ui-widget.ui-widget-content {
	color: #202020;
	font-family: "Noto Sans JP";
	padding: calc(15 / 375 * 100vw);
	border-color: #EDF3F8;
	background-color: #EDF3F8;
	border-radius: calc(6 / 375 * 100vw);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	z-index: 100 !important;
}*/
.ui-widget.ui-widget-content {
	font-size: calc(14 / 375 * 100vw);
	line-height: 1.857;
	text-align: left;
	border-radius: calc(4 / 375 * 100vw);
	background-color: #FFFFFF;
	/*background-color: #EDF3F8;*/
	border: 0;
	width: auto !important;
	max-width: calc(335 / 375 * 100vw);
	padding: 0;
}
.ui-dialog .ui-dialog-content {
	word-break: break-all;
	word-wrap: break-word;
	padding: calc(20 / 375 * 100vw);
}
.jquery-ui-dialog-alert div.ui-dialog-titlebar {
	font-size: calc(18 / 375 * 100vw);
	font-weight: 500;
	letter-spacing: 0.09em;
	text-align: center;
	border-radius: calc(4 / 375 * 100vw) calc(4 / 375 * 100vw) 0 0;
	padding: calc(8 / 375 * 100vw);
	background-color: #005FAE;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	width: 100%;
	float: none;
	display: block;
	margin: 0;
}
.ui-widget,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.ui-icon-alert {
	display: none;
}
.ui-widget.ui-widget-content h2 {
	font-size: calc(18 / 375 * 100vw);
	font-weight: 500;
	line-height: 1.555;
	margin: calc(40 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
}
.ui-widget.ui-widget-content p {
	font-size: calc(14 / 375 * 100vw);
	line-height: 1.857;
	margin: calc(15 / 375 * 100vw) 0;
}
.ui-widget.ui-widget-content ul.list-note {
	margin: calc(15 / 375 * 100vw) 0;
}
.ui-widget.ui-widget-content ul.list-note li {
	font-size: calc(14 / 375 * 100vw);
	line-height: 1.8;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
}
.ui-widget.ui-widget-content ul.list-note li:first-child {
	margin-top: 0;
}
.ui-widget.ui-widget-content a.link-pdf {
	position: relative;
}
.ui-widget.ui-widget-content a.link-pdf::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 25px;
	vertical-align: middle;
	margin-left: 5px;
	background-image: url("../../img/usr/common/ico_pdf.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; 
}
.ui-widget.ui-widget-content h2:first-child,
.ui-widget.ui-widget-content p:first-child,
.ui-widget.ui-widget-content ul.list-note:first-child,
.ui-widget.ui-widget-content .ui-icon + h2,
.ui-widget.ui-widget-content .ui-icon + p,
.ui-widget.ui-widget-content .ui-icon +  ul.list-note {
	margin-top: 0;
}
.ui-dialog .ui-dialog-buttonpane {
	margin: 0;
	padding: 0 0 calc(60 / 375 * 100vw);
	/*background-color: #EDF3F8;*/
}
.ui-dialog .ui-dialog-buttonpane button {
	color: #FFFFFF;
	font-size: calc(16 / 375 * 100vw);
	width: calc(245 / 375 * 100vw);
	margin: calc(15 / 375 * 100vw) 0;
	padding: calc(18 / 375 * 100vw) 0;
	border-radius: 30px;
	border: 0;
	background: linear-gradient(to right,  rgba(9,106,187,1) 0%,rgba(5,120,216,1) 50%,rgba(6,171,206,1) 100%);
	box-sizing: border-box;
	cursor: pointer;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:nth-of-type(2) {
	color: #202020;
	background-color: #FCFCFC;
	border: 1px solid #005FAE;
	padding: calc(16 / 375 * 100vw) 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	right: 0;
	top: 0;
}
.ui-button-icon.ui-icon.ui-icon-closethick {
	width: calc(40 / 375 * 100vw);
	height: calc(40 / 375 * 100vw);
	border-radius: 50%;
	margin: 0;
	left: auto;
	right: calc(-10 / 375 * 100vw);
	top: calc(-20 / 375 * 100vw);
	background: #FFFFFF !important;
	/*background: #EDF3F8 !important;*/
}
.ui-button-icon.ui-icon.ui-icon-closethick::before,
.ui-button-icon.ui-icon.ui-icon-closethick::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(16 / 375 * 100vw);
	height: calc(2 / 375 * 100vw);
	display: block;
	margin-left: calc(-8 / 375 * 100vw);
	background-color: #005FAE;
}
.ui-button-icon.ui-icon.ui-icon-closethick::before {
	transform: rotate(-45deg);
}
.ui-button-icon.ui-icon.ui-icon-closethick::after {
	transform: rotate(45deg);
}


.ui-datepicker table {
	border-spacing: calc(4 / 375 * 100vw);
	border-collapse: inherit;
}
.ui-datepicker .ui-datepicker-header {
	background-color: #005FAE;
	border-radius: calc(3 / 375 * 100vw);
}
.ui-datepicker .ui-datepicker-title {
	color: #FFFFFF;
	font-size: calc(20 / 375 * 100vw);
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year,
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
}
.ui-datepicker td span,
.ui-datepicker td a {
	color: #202020;
	font-size: calc(16 / 375 * 100vw);
	font-weight: 500;
	text-align: center;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	color: #202020;
	font-family: "Oswald";
	font-weight: 500;
	background: none;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-radius: calc(2 / 375 * 100vw);
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #005FAE;
	background-color: #005FAE;
	color: #FFFFFF;
}
.ui-datepicker-today .ui-state-default {
	color: #FFFFFF;
	background-color: #005FAE;
	border-color: #005FAE;
}
.ui-datepicker th {
	font-size: calc(14 / 375 * 100vw);
	font-weight: 400;
	text-align: center;
}
.ui-datepicker th.ui-datepicker-week-end:first-child {
	color: #E14242;
}
.ui-datepicker th.ui-datepicker-week-end:last-child {
	color: #4482C8;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	display: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	width: calc(30 / 375 * 100vw);
	height: calc(30 / 375 * 100vw);
	border: calc(2 / 375 * 100vw) solid #FFFFFF;
	display: block;
	border-radius: 50%;
	top: calc(5 / 375 * 100vw);
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-next::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: calc(14 / 375 * 100vw);
	height: calc(14 / 375 * 100vw);
	margin: calc(-7 / 375 * 100vw) 0 0 calc(-6 / 375 * 100vw);
	background-image: url("../../img/usr/common/ico_arrow_w.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.ui-datepicker .ui-datepicker-next::after {
	transform: rotate(-180deg);
	margin: calc(-7 / 375 * 100vw) 0 0 calc(-7 / 375 * 100vw);
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 5px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: none;
}
.ui-datepicker .ui-datepicker-prev {
	left: 20px;
}
.ui-datepicker .ui-datepicker-next {
	right: 20px;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	position: absolute;
	right: calc(-10 / 375 * 100vw);
	top: calc(-30 / 375 * 100vw);
	float: none;
	margin: 0;
	padding: 0;
	width: calc(40 / 375 * 100vw);
	height: calc(40 / 375 * 100vw);
	border-radius: 50%;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	font-size: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover {
	border-color: #FFFFFF;
}
.ui-datepicker .ui-datepicker-buttonpane button::before,
.ui-datepicker .ui-datepicker-buttonpane button::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(10 / 375 * 100vw);
	height: calc(2 / 375 * 100vw);
	background-color: #005FAE;
	margin: calc(-1 / 375 * 100vw) 0 0 calc(-5 / 375 * 100vw);
}
.ui-datepicker .ui-datepicker-buttonpane button::before {
	transform: rotate(-45deg);
}
.ui-datepicker .ui-datepicker-buttonpane button::after {
	transform: rotate(45deg);
}
.ui-widget-overlay {
	background-color: rgba(159,183,201,0.80);
	opacity: 1.0;
}


/* --------------------------------------------------------------------
	モーダル
-------------------------------------------------------------------- */
.modal-dialog {
	padding: 0 20px;
}
.modal-content {
	background-color: #FFFFFF;
	border-radius: 4px;
}
.modal-header {
	background-color: #005FAE;
	border-radius: 4px 4px 0 0;
	position: relative;
}
.modal-footer {
	padding: 0 20px 20px;
}
.modal-footer .btn-primary {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.09em;
	border: 0;
	background: -webkit-linear-gradient(left, rgba(9,106,187,1) 0%, rgba(5,120,216,1) 50%, rgba(6,171,206,1) 100%);
	background: -o-linear-gradient(left, rgba(9,106,187,1) 0%, rgba(5,120,216,1) 50%, rgba(6,171,206,1) 100%);
	background: linear-gradient(to right, rgba(9,106,187,1) 0%, rgba(5,120,216,1) 50%, rgba(6,171,206,1) 100%);
	border-radius: 20px;
}
.modal-footer .btn-secondary {
	color: #202020;
	font-size: 16px;
	letter-spacing: 0.09em;
	background-color: #FCFCFC;
	border-color: #005FAE;
	padding: 6px 10px;
	border-radius: 20px;
}
.modal-footer a {
	text-decoration: none;
}
.modal-close {
	color: #005FAE;
	font-size: 18px;
	font-weight: bold;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #FFFFFF;
	position: absolute;
	right: -10px;
	top: -20px;
	display: flex;
	justify-content: center;
	align-items: center;
}






