@charset "UTF-8";
/* init 
================================
/* color palette */
/*greeting*/
/* font size */
/* Function Mixin
================================

/* break point */
/**/
/* reset
======================================================= */
body, h1, h2, h3, h4, h5, h6, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

body {
  color: #073963;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.3;
  font-size: 15px;
  -webkit-text-size-adjust: none;
}

@media (min-width: 641px) {
  body {
    background: #D1E0ED;
  }
}

dt, dd, li, th, td, p {
  line-height: 1.5;
}

table {
  border-collapse: collapse;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px;
  -webkit-appearance: none;
}
input::-ms-clear {
	      visibility:hidden
}

button {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* link
======================================================= */
a:link {
  color: #073963;
  text-decoration: none;
}

a:visited {
  color: #073963;
}

@breakPoint641 {
  a:hover {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  a:hover img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: .8;
  }
}

/* margin
======================================================= */
/* top */
.mt_5 {
  margin-top: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

/* bottom */
.mb_5 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

/* left */
.ml_5 {
  margin-left: 5px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

/* right */
.mr_5 {
  margin-right: 5px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

/* padding 
======================================================= */
/* top */
.pt_5 {
  padding-top: 5px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pt_25 {
  padding-top: 25px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pt_35 {
  padding-top: 35px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pt_45 {
  padding-top: 45px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

/* bottom */
.pb_5 {
  padding-bottom: 5px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pb_25 {
  padding-bottom: 25px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pb_35 {
  padding-bottom: 35px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.pb_45 {
  padding-bottom: 45px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

/* left */
.pl_5 {
  padding-left: 5px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.pl_15 {
  padding-left: 15px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.pl_25 {
  padding-left: 25px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.pl_35 {
  padding-left: 35px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.pl_45 {
  padding-left: 45px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

/* right */
.pr_5 {
  padding-right: 5px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pr_15 {
  padding-right: 15px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pr_25 {
  padding-right: 25px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pr_35 {
  padding-right: 35px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.pr_45 {
  padding-right: 45px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

/* button 
======================================================= */
.btn_default {
  text-align: center;
  background: #fff;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  padding: 1em;
  width: 100%;
  font-size: 100%;
  display: block;
  border: solid 1px #3DAADF;
  color: #3DAADF;
  margin-top: 2em;
}

@media (min-width: 641px) {
  .btn_default {
    width: 80%;
    margin: 2em auto 0;
  }
}

.btn_default:link, .btn_default:visited {
  color: #3DAADF;
}

.btn_primary {
  text-align: center;
  background: #3DAADF;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  padding: 1em;
  width: 100%;
  font-size: 100%;
  display: block;
  margin-top: 2em;
}

@media (min-width: 641px) {
  .btn_primary {
    width: 80%;
    margin: 2em auto 0;
  }
}

.btn_primary.disabled {
  background-color: #A5BCD0;
}

.btn_primary:link, .btn_primary:visited {
  color: #fff;
}

/* form
======================================================= */
/* messages */
.msg_require, .msg_error {
  font-size: 86.7%;
  margin: .5em 0;
}

@media (min-width: 641px) {
  .msg_require, .msg_error {
    color: #FAB301;
  }
}

.msg_passwd {
  font-size: 86.7%;
  display: flex;
  align-items: center;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], textarea {
  border: solid 1px #D1E0ED;
  border-radius: 3px;
  padding: 1em 2.5em 1em 1em;
  font-size: 16px;
  width: 100%;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
  color: #073963;
  border-color: #073963;
}

input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="number"]::placeholder, textarea::placeholder {
  color: #A5BCD0;
}

.input_label {
  font-size: 73.3%;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}

.input_confim {
  font-size: 106.7%;
  margin-bottom: 2em;
}

.form_field {
  margin-bottom: 1em;
}

.form_field label {
  position: relative;
	display:block;
}

.form_field label input[type="text"] + .inputClearBtn, .form_field label input[type="email"] + .inputClearBtn, .form_field label input[type="tel"] + .inputClearBtn, .form_field label input[type="number"] + .inputClearBtn {
  display: none;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  vertical-align: bottom;
}

.form_field label input[type="text"].show + .inputClearBtn, .form_field label input[type="email"].show + .inputClearBtn, .form_field label input[type="tel"].show + .inputClearBtn, .form_field label input[type="number"].show + .inputClearBtn {
  display: inline-block;
}

.form_field label input[type="text"].show + .inputClearBtn img, .form_field label input[type="email"].show + .inputClearBtn img, .form_field label input[type="tel"].show + .inputClearBtn img, .form_field label input[type="number"].show + .inputClearBtn img {
  width: 100%;
}

.form_field label input[type="password"] + .togglePassword, .form_field label input[type="text"] + .togglePassword {
  display: none;
  color: #3DAADF;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
	z-index:10;
}

.form_field label input[type="password"].show + .togglePassword, .form_field label input[type="text"].show + .togglePassword {
  display: inline-block;
}

.form_field label input[type="password"].show + .togglePassword:after, .form_field label input[type="text"].show + .togglePassword:after {
  content: '表示';
}

.form_field label input[type="password"].show + .togglePassword.show:after, .form_field label input[type="text"].show + .togglePassword.show:after {
  content: '非表示';
}


.form_field label .password {
	z-index:10;
	position:relative;

}
/*
.form_field label .hide_pw {
	//opacity:0;
	display:none;
}
*/
.form_field label .hide_pw {
  position: absolute;
	/*
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  background-color: #fff;
  letter-spacing: -3px;
	*/

	top:0;
	left:0;
  border: solid 1px #D1E0ED;
  border-radius: 3px;
  padding: 1em 3em 1em 1em;
  font-size: 16px;
  width: 100%;
	z-index:0;
	opacity:0;
}

input[type="text"]:focus ~ .hide_pw{
  color: #073963;
  border-color: #073963;
}


.form_field textarea {
  height: 224px;
}

.form_field dt {
  margin-bottom: 2em;
}

.form_field dt .label {
  font-size: 106.7%;
  line-height: 1.8;
  font-weight: bold;
}

.form_field dt .msg_require {
  margin: 0;
  color: #FAB301;
}

/* filter checkbox */
.filter_field label {
  display: inline-block;
  width: auto;
}

.filter_field label input[type=checkbox] {
  display: none;
}

.filter_field label input[type=checkbox] + span {
  text-align: center;
  background: #fff;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  padding: 1em;
  width: 100%;
  font-size: 86.7%;
  display: block;
  border: solid 1px #3DAADF;
  color: #3DAADF;
  line-height: normal;
}

.filter_field label input[type=checkbox]:checked + span {
  border: solid 1px #073963;
  color: #fff;
  background-color: #073963;
  line-height: normal;
}

/* calender */
.calender_field {
  width: 100%;
  display: flex;
  margin-bottom: 1em;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 641px) {
  .calender_field {
    flex-wrap: nowrap;
    align-items: center;
  }
}

.calender_field label {
  position: relative;
  width: 100%;
}

@media (min-width: 641px) {
  .calender_field label {
    width: 47%;
  }
}

.calender_field label input[type="text"] {
  padding-left: 50px;
  padding-right: 2em;
  color: #073963;
}

@media (min-width: 641px) {
  .calender_field label input[type="text"] {
    cursor: pointer;
  }
}

.calender_field label input[type="text"] + .inputClearBtn {
  display: none;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  vertical-align: bottom;
}

.calender_field label input[type="text"].show + .inputClearBtn {
  display: inline-block;
}

.calender_field label input[type="text"].show + .inputClearBtn img {
  width: 100%;
}

.calender_field label .cal_btn {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  vertical-align: bottom;
}

.calender_field label .cal_btn img {
  width: 100%;
}

.calender_field .tilde {
  text-align: center;
  transform: rotate(90deg);
  display: inline-block;
  font-size: 86.7%;
  padding: 10px;
}

@media (min-width: 641px) {
  .calender_field .tilde {
    width: 6%;
    margin: 0;
    transform: rotate(0deg);
    padding: 0px;
    display: block;
  }
}

/* func_field */
.func_field {
  margin-bottom: 2em;
}

.func_field label {
  display: flex;
  margin-bottom: 1em;
}

.func_field label input[type=checkbox] {
  display: none;
}

.func_field label input[type=checkbox] + .icon {
  background: url(/media/images/common/icon_checkbox_02.png) 0 0 no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.func_field label input[type=checkbox]:checked + .icon {
  background: url(/media/images/common/icon_checkbox_01.png) 0 0 no-repeat;
  background-size: 24px;
}

.func_field label input[type=checkbox]:checked:disabled + .icon {
  background: url(/media/images/common/icon_checkbox_03.png) 0 0 no-repeat;
  background-size: 24px;
}

.func_field label input[type=radio] {
  display: none;
}

.func_field label input[type=radio] + .icon {
  background: url(/media/images/common/icon_radiobutton_02.png) 0 0 no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.func_field label input[type=radio]:checked + .icon {
  background: url(/media/images/common/icon_radiobutton_01.png) 0 0 no-repeat;
  background-size: 24px;
}

.func_field label input[type=radio]:checked:disabled + .icon {
  background: url(/media/images/common/icon_radiobutton_03.png) 0 0 no-repeat;
  background-size: 24px;
}

.func_field label .label {
  width: calc(100% - (24px + 16px));
  padding-top: 3px;
}

.func_field dt {
  margin-bottom: 2em;
}

.func_field dt .label {
  font-size: 106.7%;
  line-height: 1.8;
  font-weight: bold;
}

.func_field dt .msg_require {
  margin: 0;
  color: #FAB301;
}

.func_field textarea {
  height: 224px;
}

/* thumb_field */
.thumb_field label input[type=file] {
  opacity: 0;
  height: 0;
  width: 0;
  position: absolute;
}

/* Icons
======================================================= */
.icon_circle {
  background: url(/media/images/common/icon_confirmation_03.png) 0 0 no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon_circle.success {
  background: url(/media/images/common/icon_confirmation_01.png) 0 0 no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon_circle.error {
  background: url(/media/images/common/icon_confirmation_02.png) 0 0 no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon {
  background: url(/media/images/common/noimage.png) 0 0 no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon.intra01 {
  background-image: url(/media/images/common/icon_intra_01_1.png);
}

.icon.intra02 {
  background-image: url(/media/images/common/icon_intra_02_1.png);
}

.icon.intra03 {
  background-image: url(/media/images/common/icon_intra_03_1.png);
}

.unread .icon.intra01 {
  background-image: url(/media/images/common/icon_intra_01_2.png);
}

.unread .icon.intra02 {
  background-image: url(/media/images/common/icon_intra_02_2.png);
}

.unread .icon.intra03 {
  background-image: url(/media/images/common/icon_intra_03_2.png);
}

.icon {
  background: url(/media/images/common/noimage.png) 0 0 no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon.filter {
  background-image: url(/media/images/common/icon_filter_01.png);
}

.icon.news {
  background-image: url(/media/images/common/icon_news01.png);
}

.icon.window {
  background-image: url(/media/images/common/icon_window_01.png);
}

.icon.signin {
  background-image: url(/media/images/common/icon_link01.png);
}

/* modal
======================================================= */
.modal_container .modal_field {
  z-index: 10001;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  padding: 2.5em 15px 15px;
  width: calc(100% - 40px);
  text-align: center;
  max-width: 640px;
}

@media (min-width: 641px) {
  .modal_container .modal_field {
    padding: 3em 2.5em;
  }
}

.modal_container .modal_field .modalClose {
  margin-top: 2.5em;
}

@media (min-width: 641px) {
  .modal_container .modal_field .modalClose {
    width: 247px;
  }
}

.modal_container .modal_field .btn_unit {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
}

@media (min-width: 641px) {
  .modal_container .modal_field .btn_unit {
    flex-direction: row;
    margin-top: 3em;
  }
}

.modal_container .modal_field .btn_unit > * {
  width: 100%;
  margin: .5em 0;
}

@media (min-width: 641px) {
  .modal_container .modal_field .btn_unit > * {
    margin: 0 6px;
  }
}

.modal_container .modal_field .msg_text {
  font-size: 86.7%;
}

@media (min-width: 641px) {
  .modal_container .modal_field .msg_text {
    font-size: 120%;
  }
}

.modal_container .modal_field .msg_text.success {
  padding: 2em 0;
}

.modal_container .modal_bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
}

.modal_container .error .msg_text {
  margin-bottom: 2em;
  font-size: 86.7%;
}

@media (min-width: 641px) {
  .modal_container .error .msg_text {
    font-size: 120%;
  }
}

.modal_container .error .error_label {
  text-align: left;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
  font-size: 86.7%;
}

@media (min-width: 641px) {
  .modal_container .error .error_label {
    font-size: 120%;
  }
}

.modal_container .error .error_label + ul {
  margin-bottom: 2em;
  text-align: left;
  font-size: 86.7%;
}

@media (min-width: 641px) {
  .modal_container .error .error_label + ul {
    font-size: 100%;
  }
}

.modal_container .error .error_label + ul > li {
  position: relative;
  padding-left: 2em;
  margin-bottom: .5em;
}

.modal_container .error .error_label + ul > li:before {
  content: "・";
  width: 2em;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.modal_container .error .error_label + ul > li:last-of-type {
  margin-bottom: 0;
}

.modal_container .error .error_label + ul:last-of-type {
  margin-bottom: 2em;
}

/* layout
======================================================= */
#wrapper{
	position:relative;
}
@media (min-width: 641px) {
  #main_area {
    padding-bottom: 60px;
    height: 100%;
  }
}

.container {
  margin: 0 0 2em;
}

.main_title {
  padding: 1em 0;
}

@media (max-width: 640px) {
  .main_title {
    position: relative;
    background: #fff;
    display:flex;
	  padding:1em 16px;

  }
}

@media (min-width: 641px) {
  .main_title {
    padding: 2em 0;
    max-width: 800px;
    margin: 0 auto;
  }
}

.main_title .icon_back_arrow {
  background: url(/media/images/common/icon_back_01.png) 0 0 no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
@media (max-width: 640px) {
	.main_title .icon_back_arrow {
		width:50px;
		line-height:24px;
		display:inline-block;
		padding-left:20px;
	 	background: url(/media/images/common/icon_back_01.png) center left no-repeat;
	  background-size: 20px 20px;
		font-size:86.7%;
		position:absolute;
		left:16px;
		color:#3DAADF;
		font-weight:bold;
	}
}

#contents_area {
  padding-bottom: 15px;
  background: #fff;
}

@media (min-width: 641px) {
  #contents_area {
    max-width: 800px;
    min-height: 720px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding-bottom: 60px;
    position: relative;
  }
  #contents_area .icon_back_arrow {
    position: absolute;
    left: 15px;
    top: 35px;
    background: url(/media/images/common/icon_back_04.png) 0 0 no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 65px;
    display: inline-block;
  }
  #contents_area #totop {
    position: absolute;
    width: 36px;
    height: 36px;
    bottom: 15px;
    right: 15px;
  }
  #contents_area #totop img{
		border-radius:100%;
	}
}

@media (max-width: 640px) {
  .pc_show {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .sp_show {
    display: none !important;
  }
}

/* Hタグ 
======================================================= */
h1.headline1 {
  font-size: 106.7%;
  font-weight: bold;
  text-align: center;
	width:100%;
}

@media (min-width: 641px) {
  h1.headline1 {
    text-align: left;
    font-size: 146.7%;
  }
}

h2.headline2 {
  font-size: 106.7%;
  font-weight: bold;
}

@media (min-width: 641px) {
  h2.headline2 {
    text-align: left;
    font-size: 146.7%;
  }
}

/* Text 
======================================================= */
.txt_sml {
  font-size: 73.3%;
}

/* Greeting 
======================================================= */
.greeting {
  background: #fff;
  border-radius: 16px;
}

.greeting > img {
  width: 100%;
  display: inline-block;
}

.greeting > p {
  padding: 1em;
  font-weight: bold;
  font-size: 106.7%;
}

@media (min-width: 641px) {
  .greeting > p {
    padding: 1em 1.5em;
  }
}

.greeting.light_pink {
  background-color: #F8D6E5;
}

.greeting.light_orange {
  background-color: #FCDFA5;
}

.greeting.yellow {
  background-color: #7A9AE2;
}

.greeting.light_green {
  background-color: #E8EEAF;
}

.greeting.light_blue {
  background-color: #CBE6D8;
}

.greeting.blue {
  background-color: #C6E7F9;
}

.greeting.light_purple {
  background-color: #D5D1E7;
}

.greeting.light_yellow {
  background-color: #EBE9D2;
}

.greeting.gray {
  background-color: #DBDCDC;
}

.greeting.brown {
  background-color: #231916;
  color: #fff;
}

.greeting.red {
  background-color: #A30001;
  color: #fff;
}

.greeting.green {
  background-color: #005620;
  color: #fff;
}

.greeting.purpule {
  background-color: #541B86;
  color: #fff;
}

.greeting.orange {
  background-color: #EF8200;
  color: #fff;
}

.greeting.pink {
  background-color: #FF7581;
  color: #fff;
}

.greeting.emerald_green {
  background-color: #01CEC4;
  color: #fff;
}

/* News List
======================================================= */
.intra_list .entry a {
  padding: 16px 0;
  display: flex;
  border-bottom: solid 1px #ECF1F4;
}

@media (min-width: 641px) {
  .intra_list .entry a {
    padding: 22px 28px;
  }
}

@media (min-width: 641px) {
  .intra_list .entry:first-of-type a {
    border-top: solid 1px #ECF1F4;
  }
}

.intra_list .entry .image {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  position: relative;
}

@media (min-width: 641px) {
  .intra_list .entry .image {
    width: 64px;
    height: 64px;
  }
}

.intra_list .entry .image > img {
  width: 100%;
}

.intra_list .entry .detail {
  width: calc(100% - (60px + 16px));
}

@media (min-width: 641px) {
  .intra_list .entry .detail {
    width: calc(100% - (88px + 16px ));
  }
}

.intra_list .entry .detail .category {
  margin-bottom: .5em;
  color: #FAB301;
  font-weight: bold;
  font-size: 86.7%;
  display: flex;
  align-items: center;
}

@media (min-width: 641px) {
  .intra_list .entry .detail .category {
    margin-bottom: 1em;
  }
}

.intra_list .entry .detail .category .icon {
  background-size: 18px;
  background-position: left top;
  line-height: 25px;
  width: auto;
  height: auto;
  padding-left: 25px;
  font-weight: bold;
}

.intra_list .entry .detail .title {
  font-size: 106.7%;
  margin-bottom: .5em;
}

@media (min-width: 641px) {
  .intra_list .entry .detail .title {
    margin-bottom: 1em;
  }
}

.intra_list .entry .detail .date {
  font-size: 86.7%;
  color: #8396AB;
  text-align: right;
}

@media (min-width: 641px) {
  .intra_list .entry .detail .date {
    text-align: left;
  }
}

.intra_list .entry.unread .detail .category {
  color: #FF5F33;
}

.intra_list .entry.unread .detail .title {
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}

.intra_list .entry.unread .detail .title:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: #FF5F33;
  border-radius: 100%;
}

.intra_list + .read_more {
  padding: 1em;
  text-align: center;
}

.intra_list + .read_more > button {
  color: #3DAADF;
  font-size: 100%;
  font-weight: bold;
  background: url(/media/images/common/icon_pulldown_01.png) right center no-repeat;
  background-size: 16px;
  padding-right: 24px;
}

/* Filter
======================================================= */
.filter_field dt {
  position: relative;
  margin: 0 0 2em;
  font-size: 106.7%;
  font-weight: bold;
}

.filter_field dt .accodionToggle {
  width: 16px;
  height: 16px;
  background: url(/media/images/common/icon_accordion_02.png) 0 0 no-repeat;
  background-size: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (min-width: 641px) {
  .filter_field dt .accodionToggle {
    display: none;
  }
}

.filter_field dt .accodionToggle.close {
  background: url(/media/images/common/icon_accordion_01.png) 0 0 no-repeat;
  background-size: 16px;
}

.filter_field dd {
  margin: 0 -5px 2em;
}

.filter_field dd label {
  margin: 0 5px 10px;
}

/* タブチェンジ
====================================================== */
.tab_group {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

@media (min-width: 641px) {
  .tab_group {
    margin: 0 80px 30px;
  }
}

.tab_group li {
  flex-grow: 1;
  padding: 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  color: #adadad;
  align-items: center;
  font-size: 106.7%;
  font-weight: bold;
  border-bottom: 3px solid;
}

.tab_group li a {
  color: #adadad;
}

.tab_group li.isActive {
  color: #073963;
  transition: all 0.2s ease-out;
}

.tab_group li.isActive a {
  color: #073963;
}

.panel {
  display: none;
}

@media (max-width: 640px) {
  .panel {
    padding: 0 16px;
  }
}

.panel.isShow {
  display: block;
}

/* header
======================================================= */
header {
  background: #ffffff;
}

header #header {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
}

header #logo {
  padding: 25px 0;
  width: 288px;
}

header #gnavi {
  width: 388px;
  padding: 16px 0;
}

header #gnavi ul {
  display: flex;
}

header #gnavi li {
  width: 128px;
}

header #gnavi li a {
  min-height: 60px;
  display: block;
  padding: 32px 0 0;
  text-align: center;
  font-size: 100%;
}

header #gnavi li a.news {
  background: url(/media/images/common/icon_news03.png) top center no-repeat;
  background-size: 32px;
  position: relative;
}

header #gnavi li a.news .count {
  background: #FAB301;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 60%;
  display: flex;
  position: absolute;
  top: 0;
  right: calc(0% + 16px + 24px);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

header #gnavi li a.link {
  background: url(/media/images/common/icon_link03.png) top center no-repeat;
  background-size: 32px;
}
header #gnavi li a.notlink {
  background: url(/media/images/common/icon_link02.png) top center no-repeat;
  background-size: 32px;
	cursor:text;
}

header #gnavi li a.etc {
  background: url(/media/images/common/icon_etc03.png) top center no-repeat;
  background-size: 32px;
}
header #gnavi li a.etc.active {
  background: url(/media/images/common/icon_etc03_active.png) top center no-repeat;
  background-size: 32px;
}

header #account_info {
  width: 140px;
  padding: 21px 0;
  margin-left: 32px;
}

/* global header(ログイン後のページのヘッダー)
======================================================= */
#global_header {
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 -5px 10px 5px rgba(0, 0, 0, 0.1);
  padding: 8px 0 12px;
  width: 100%;
  z-index: 100;
  -webkit-transition: bottom 1s linear 0;
  transition: bottom 1s linear 0;
}

@media (min-width: 641px) {
  #global_header {
    position: relative;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 0;
    padding: 0;
  }
}

#global_header.hide {
  bottom: -150px;
  transition: bottom 1s linear 0;
}

#global_header.idol {
  bottom: -150px;
  transition: bottom 10s linear 0;
}

#global_header #header {
		align-items:center;
}
@media (min-width: 641px) and (max-width: 900px) {
	#global_header #header {
		justify-content:space-between;
	}
}

#global_header #header #logo {
  display: none;
}

@media (min-width: 641px) {
  #global_header #header #logo {
    display: block;
  }
}
@media (min-width: 641px) and (max-width: 900px) {
  #global_header #header #logo {
		width:35%;
  }
}

#global_header #header #gnavi {
  padding:0;
}

@media (min-width: 641px) {
  #global_header #header #gnavi {
    padding: 16px 0;
  }
}
@media (min-width: 641px) and (max-width: 900px) {
  #global_header #header #gnavi {
		width:40%;
  }
}

#global_header #header #gnavi li {
  width: calc(100% / 3);
}

@media (min-width: 901px) {
  #global_header #header #gnavi li {
    width: 128px;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  #global_header #header #gnavi li {
    width: calc(100% / 3);
  }
}

#global_header #header #gnavi li a {
  text-indent: -9999px;
  min-height: 32px;
  padding-top: 0;
}

@media (min-width: 641px) {
  #global_header #header #gnavi li a {
    min-height: 60px;
    padding-top: 32px;
    text-indent: 0px;
  }
}

#global_header #header #gnavi li a .count {
  text-indent: 0px;
}

#global_header #header #account_info {
  width: 100%;
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
	display:none;
}

@media (min-width: 641px) {
  #global_header #header #account_info {
    width: 140px;
    padding: 21px 0;
    margin-left: 32px;
    display: block;
  }
}

#global_header #header #account_info .profile {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0.5em;
}

@media (min-width: 641px) {
  #global_header #header #account_info .profile {
    display: none;
  }
}

#global_header #header #account_info .profile img {
  width: 100%;
}

#global_header #header #account_info .id {
  margin: 0 0.5em;
}

@media (min-width: 641px) {
  #global_header #header #account_info .id {
    margin: 0;
  }
}

#global_header #header #account_info .name {
  margin: 0 0.5em;
}

@media (min-width: 641px) {
  #global_header #header #account_info .name {
    margin: 0;
  }
}

/* 詳細ページ（掲示板／アンケート／予約申込）
====================================================== */
.detail_con {
  margin: 1em 0 2em;
}

.detail_con > * {
  padding: 0 16px;
}

@media (min-width: 641px) {
  .detail_con > * {
    padding: 0 80px;
  }
}

@media (min-width: 641px) {
  .detail_con .detail_field {
    padding: 2em 80px;
    border-bottom: solid 1px #ECF1F4;
    position: relative;
  }
}

@media (min-width: 641px) {
  .detail_con .detail_field .icon_back_arrow {
    top: 50% !important;
    transform: translateY(-50%);
  }
}

.detail_con .detail_field .category {
  margin-bottom: .5em;
  color: #FAB301;
  font-weight: bold;
  font-size: 86.7%;
  display: flex;
  align-items: center;
}

@media (min-width: 641px) {
  .detail_con .detail_field .category {
    font-size: 106.7%;
  }
}

.detail_con .detail_field .category .icon {
  background-size: 16px;
  background-position: left 1px;
  line-height: 25px;
  width: auto;
  height: auto;
  padding-left: 25px;
  font-weight: bold;
}

@media (min-width: 641px) {
  .detail_con .detail_field .category .icon {
    background-position: left 2px;
  }
}

.detail_con .detail_field .heading {
  font-size: 106.7%;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: .5em;
}

@media (min-width: 641px) {
  .detail_con .detail_field .heading {
    font-size: 146.7%;
  }
}

.detail_con .detail_field .date {
  font-size: 86.7%;
  color: #8396AB;
  text-align: right;
}

@media (min-width: 641px) {
  .detail_con .detail_field .date {
    text-align: left;
  }
}

.detail_con .title {
  font-size: 106.7%;
  font-weight: bold;
}

@media (min-width: 641px) {
  .detail_con .title {
    font-size: 120%;
  }
}

.detail_con .text {
  line-height: 1.8;
}

.detail_con .image img {
  border-radius: 10px;
}

@media (min-width: 641px) {
  .detail_con .image img {
    margin: 0 auto;
  }
}

.detail_con .lists > li {
  position: relative;
  padding-left: 2em;
  margin-bottom: .5em;
}

.detail_con .lists > li:before {
  content: "・";
  width: 2em;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.detail_con .lists > li:last-of-type {
  margin-bottom: 0;
}

.detail_con .table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 641px) {
  .detail_con .table {
    margin: 0 80px;
    padding: 0;
  }
}

.detail_con .table table {
  overflow-x: auto;
  font-size: 86.7%;
}

@media (min-width: 641px) {
  .detail_con .table table {
    width: 100%;
  }
}

.detail_con .table th {
  text-align: left;
  border: solid 1px #8294AA;
  background: #E3F2FE;
  padding: 0.5em 1em;
}

.detail_con .table td {
  border: solid 1px #8294AA;
  padding: 0.5em 1em;
}

.detail_con .file a {
  position: relative;
  padding-left: 24px;
  display: inline-block;
}

@media (min-width: 641px) {
  .detail_con .file a {
    padding-left: 0;
    padding-right: 30px;
    color: #3DAADF;
  }
}

@media (max-width: 640px) {
  .detail_con .file a:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    background: #3DAADF;
    border-radius: 3px;
    left: 0;
    top: 0;
  }
}

@media (min-width: 641px) {
  .detail_con .file a:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(/media/images/common/icon_window_01.png) 0 0 no-repeat;
    background-size: 24px;
    right: 0;
    bottom: 0;
  }
}

.detail_con .twitter {
  width: 100%;
  max-width: 392px;
}

@media (min-width: 641px) {
  .detail_con .twitter {
    padding: 0;
    margin: 0 auto;
  }
}

.detail_con .instagram {
  width: 100%;
  max-width: 392px;
}

@media (min-width: 641px) {
  .detail_con .instagram {
    padding: 0;
    margin: 0 auto;
  }
}

.detail_con .youtube {
  position: relative;
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 641px) {
  .detail_con .youtube {
    width: calc(100% - (76px + 160px));
  }
}

.detail_con .youtube:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.detail_con .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detail_con .img_txt_unit {
  display: flex;
}

.detail_con .img_txt_unit .image {
  margin: 0 6px;
  width: calc(50% - 6px);
}

@media (min-width: 641px) {
  .detail_con .img_txt_unit .image {
    width: calc(60% - (6px + 38px));
  }
}

.detail_con .img_txt_unit .text {
  margin: 0 6px;
  width: calc(50% - 6px);
}

@media (min-width: 641px) {
  .detail_con .img_txt_unit .text {
    width: calc(40% - (6px + 38px));
  }
}

.detail_con .img_txt_unit > *:nth-child(odd) {
  margin-left: 0;
}

@media (min-width: 641px) {
  .detail_con .img_txt_unit > *:nth-child(odd) {
    margin-left: 38px;
  }
}

.detail_con .img_txt_unit > *:nth-child(even) {
  margin-right: 0;
}

@media (min-width: 641px) {
  .detail_con .img_txt_unit > *:nth-child(even) {
    margin-right: 38px;
  }
}

.detail_con .contact_unit {
  padding: 0;
}

.detail_con .contact_unit .title {
  margin-bottom: 1em;
  padding: 0 16px;
}

@media (min-width: 641px) {
  .detail_con .contact_unit .title {
    padding: 0 80px;
    font-size: 106.7%;
  }
}

.detail_con .contact_unit .table {
  overflow-x: visible;
  white-space: normal;
}

.detail_con .contact_unit .table table {
  width: 100%;
}

.detail_con .contact_unit .table table th {
  border-left: none;
  border-right: none;
  width: 8em;
  text-align: left;
  vertical-align: top;
}

.detail_con .contact_unit .table table td {
  border-left: none;
  border-right: none;
}

/* loader */
#loader-bg {
	/*display: none;*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 90;
}

#loader {
	font-size: 15px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: fixed;
	top:40%;
	left:50%;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform:translateY(-50%) translateZ(0);
	-ms-transform:translateY(-50%) translateZ(0);
	transform:translateY(-50%) translateZ(0);
	z-index:100;
}
@media (min-width: 641px) {
	#loader {
		top:50%;
	}
}
@-webkit-keyframes load5 {
	0%,100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2), 2.5em 0em 0 0em rgba(7, 57, 99, 0.2), 1.75em 1.75em 0 0em rgba(7, 57, 99, 0.2), 0em 2.5em 0 0em rgba(7, 57, 99, 0.2), -1.8em 1.8em 0 0em rgba(7, 57, 99, 0.2), -2.6em 0em 0 0em rgba(7, 57, 99, 0.5), -1.8em -1.8em 0 0em rgba(7, 57, 99, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(7, 57, 99, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(7, 57, 99, 0.2), 1.75em 1.75em 0 0em rgba(7, 57, 99, 0.2), 0em 2.5em 0 0em rgba(7, 57, 99, 0.2), -1.8em 1.8em 0 0em rgba(7, 57, 99, 0.2), -2.6em 0em 0 0em rgba(7, 57, 99, 0.2), -1.8em -1.8em 0 0em rgba(7, 57, 99, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(7, 57, 99, 0.5), 1.8em -1.8em 0 0em rgba(7, 57, 99, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(7, 57, 99, 0.2), 0em 2.5em 0 0em rgba(7, 57, 99, 0.2), -1.8em 1.8em 0 0em rgba(7, 57, 99, 0.2), -2.6em 0em 0 0em rgba(7, 57, 99, 0.2), -1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(7, 57, 99, 0.2), 1.8em -1.8em 0 0em rgba(7, 57, 99, 0.5), 2.5em 0em 0 0em rgba(7, 57, 99, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(7, 57, 99, 0.2), -1.8em 1.8em 0 0em rgba(7, 57, 99, 0.2), -2.6em 0em 0 0em rgba(7, 57, 99, 0.2), -1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(7, 57, 99, 0.2), 1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2), 2.5em 0em 0 0em rgba(7, 57, 99, 0.5), 1.75em 1.75em 0 0em rgba(7, 57, 99, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(7, 57, 99, 0.2), -2.6em 0em 0 0em rgba(7, 57, 99, 0.2), -1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(7, 57, 99, 0.2), 1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2), 2.5em 0em 0 0em rgba(7, 57, 99, 0.2), 1.75em 1.75em 0 0em rgba(7, 57, 99, 0.5), 0em 2.5em 0 0em rgba(7, 57, 99, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(7, 57, 99, 0.2), -1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(7, 57, 99, 0.2), 1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2), 2.5em 0em 0 0em rgba(7, 57, 99, 0.2), 1.75em 1.75em 0 0em rgba(7, 57, 99, 0.2), 0em 2.5em 0 0em rgba(7, 57, 99, 0.5), -1.8em 1.8em 0 0em rgba(7, 57, 99, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(7, 57, 99, 0.2), 1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2), 2.5em 0em 0 0em rgba(7, 57, 99, 0.2), 1.75em 1.75em 0 0em rgba(7, 57, 99, 0.2), 0em 2.5em 0 0em rgba(7, 57, 99, 0.2), -1.8em 1.8em 0 0em rgba(7, 57, 99, 0.5), -2.6em 0em 0 0em rgba(7, 57, 99, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}
@keyframes load5 {
	0%,100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2), 2.5em 0em 0 0em rgba(7, 57, 99, 0.2), 1.75em 1.75em 0 0em rgba(7, 57, 99, 0.2), 0em 2.5em 0 0em rgba(7, 57, 99, 0.2), -1.8em 1.8em 0 0em rgba(7, 57, 99, 0.2), -2.6em 0em 0 0em rgba(7, 57, 99, 0.5), -1.8em -1.8em 0 0em rgba(7, 57, 99, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(7, 57, 99, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(7, 57, 99, 0.2), 1.75em 1.75em 0 0em rgba(7, 57, 99, 0.2), 0em 2.5em 0 0em rgba(7, 57, 99, 0.2), -1.8em 1.8em 0 0em rgba(7, 57, 99, 0.2), -2.6em 0em 0 0em rgba(7, 57, 99, 0.2), -1.8em -1.8em 0 0em rgba(7, 57, 99, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(7, 57, 99, 0.5), 1.8em -1.8em 0 0em rgba(7, 57, 99, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(7, 57, 99, 0.2), 0em 2.5em 0 0em rgba(7, 57, 99, 0.2), -1.8em 1.8em 0 0em rgba(7, 57, 99, 0.2), -2.6em 0em 0 0em rgba(7, 57, 99, 0.2), -1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(7, 57, 99, 0.2), 1.8em -1.8em 0 0em rgba(7, 57, 99, 0.5), 2.5em 0em 0 0em rgba(7, 57, 99, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(7, 57, 99, 0.2), -1.8em 1.8em 0 0em rgba(7, 57, 99, 0.2), -2.6em 0em 0 0em rgba(7, 57, 99, 0.2), -1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(7, 57, 99, 0.2), 1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2), 2.5em 0em 0 0em rgba(7, 57, 99, 0.5), 1.75em 1.75em 0 0em rgba(7, 57, 99, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(7, 57, 99, 0.2), -2.6em 0em 0 0em rgba(7, 57, 99, 0.2), -1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(7, 57, 99, 0.2), 1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2), 2.5em 0em 0 0em rgba(7, 57, 99, 0.2), 1.75em 1.75em 0 0em rgba(7, 57, 99, 0.5), 0em 2.5em 0 0em rgba(7, 57, 99, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(7, 57, 99, 0.2), -1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(7, 57, 99, 0.2), 1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2), 2.5em 0em 0 0em rgba(7, 57, 99, 0.2), 1.75em 1.75em 0 0em rgba(7, 57, 99, 0.2), 0em 2.5em 0 0em rgba(7, 57, 99, 0.5), -1.8em 1.8em 0 0em rgba(7, 57, 99, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(7, 57, 99, 0.2), 1.8em -1.8em 0 0em rgba(7, 57, 99, 0.2), 2.5em 0em 0 0em rgba(7, 57, 99, 0.2), 1.75em 1.75em 0 0em rgba(7, 57, 99, 0.2), 0em 2.5em 0 0em rgba(7, 57, 99, 0.2), -1.8em 1.8em 0 0em rgba(7, 57, 99, 0.5), -2.6em 0em 0 0em rgba(7, 57, 99, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}

/*# sourceMappingURL=../scss/common.css.map */
