@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
ul, h2, h3, h4, h5, p, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h2, h3, h4 {
  line-height: 0;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.button__list {
  margin-bottom: 4%;
}

.button__list:last-child {
  margin-bottom: 0;
}

.button__back {
  width: 45%;
  text-align: left;
  margin-top: 4%;
}

/*
**  ===================================================================
**  media CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.media {
  padding-top: 6%;
}

.media-typeA {
  width: 70%;
  margin: auto;
}

.media-typeB {
  width: 90%;
  margin: auto;
}

.media-typeC {
  width: 55%;
  margin: auto;
}

.media-typeD {
  width: 68%;
  margin: auto;
  padding-top: 13%;
}

.media__title {
  margin-bottom: 6%;
}

.media__list {
  margin-bottom: 6%;
}

.media__item {
  text-align: center;
  margin-bottom: 6%;
}

.media__item-type {
  margin-bottom: 13%;
}

.media__text {
  font-size: 100%;
  margin-top: 5%;
}

.media__text-blue {
  color: #22477e;
}

.media__note {
  line-height: 1.8;
  color: #666666;
  font-size: 80%;
  text-align: left;
}

.media__image {
  padding: 6% 0;
}

.media__table {
  text-align: left;
  margin-bottom: 4%;
}

.media__table-text {
  font-weight: bold;
}

.media-entry {
  padding: 8% 0;
}

.media-entry:last-child {
  padding-bottom: 0;
  padding-top: 0;
}

.media-entry__list {
  width: 95%;
  margin: auto;
}

.media-entry__item {
  margin-bottom: 4%;
}

.media-entry__label-title {
  margin-bottom: 4%;
}

.media-entry__label-button {
  vertical-align: bottom;
}

.media-pop {
  margin: 0 auto;
}

.media-pop__image {
  padding: 6% 0 3%;
}

.media-pop__note {
  line-height: 1.8;
  color: #666666;
  font-size: 80%;
  text-align: left;
}

/*
**  ===================================================================
**  panel CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  JavaScript CSS 「js-」
**  ===================================================================
*/
/*
**  ===================================================================
**  utility CSS ※prefix「u-」
**  ===================================================================
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-mt0 {
  margin-top: 0% !important;
}

.u-mb0 {
  margin-bottom: 0% !important;
}

.u-mr0 {
  margin-right: 0% !important;
}

.u-ml0 {
  margin-left: 0% !important;
}

.u-mt10 {
  margin-top: 10% !important;
}

.u-mb10 {
  margin-bottom: 10% !important;
}

.u-mr10 {
  margin-right: 10% !important;
}

.u-ml10 {
  margin-left: 10% !important;
}

.u-mt20 {
  margin-top: 20% !important;
}

.u-mb20 {
  margin-bottom: 20% !important;
}

.u-mr20 {
  margin-right: 20% !important;
}

.u-ml20 {
  margin-left: 20% !important;
}

.u-mt30 {
  margin-top: 30% !important;
}

.u-mb30 {
  margin-bottom: 30% !important;
}

.u-mr30 {
  margin-right: 30% !important;
}

.u-ml30 {
  margin-left: 30% !important;
}

.u-mt40 {
  margin-top: 40% !important;
}

.u-mb40 {
  margin-bottom: 40% !important;
}

.u-mr40 {
  margin-right: 40% !important;
}

.u-ml40 {
  margin-left: 40% !important;
}

.u-mt50 {
  margin-top: 50% !important;
}

.u-mb50 {
  margin-bottom: 50% !important;
}

.u-mr50 {
  margin-right: 50% !important;
}

.u-ml50 {
  margin-left: 50% !important;
}

.u-mt60 {
  margin-top: 60% !important;
}

.u-mb60 {
  margin-bottom: 60% !important;
}

.u-mr60 {
  margin-right: 60% !important;
}

.u-ml60 {
  margin-left: 60% !important;
}

.u-mt70 {
  margin-top: 70% !important;
}

.u-mb70 {
  margin-bottom: 70% !important;
}

.u-mr70 {
  margin-right: 70% !important;
}

.u-ml70 {
  margin-left: 70% !important;
}

.u-mt80 {
  margin-top: 80% !important;
}

.u-mb80 {
  margin-bottom: 80% !important;
}

.u-mr80 {
  margin-right: 80% !important;
}

.u-ml80 {
  margin-left: 80% !important;
}

.u-mt90 {
  margin-top: 90% !important;
}

.u-mb90 {
  margin-bottom: 90% !important;
}

.u-mr90 {
  margin-right: 90% !important;
}

.u-ml90 {
  margin-left: 90% !important;
}

.u-mt100 {
  margin-top: 100% !important;
}

.u-mb100 {
  margin-bottom: 100% !important;
}

.u-mr100 {
  margin-right: 100% !important;
}

.u-ml100 {
  margin-left: 100% !important;
}

.u-pt0 {
  padding-top: 0% !important;
}

.u-pb0 {
  padding-bottom: 0% !important;
}

.u-pr0 {
  padding-right: 0% !important;
}

.u-pl0 {
  padding-left: 0% !important;
}

.u-pt10 {
  padding-top: 10% !important;
}

.u-pb10 {
  padding-bottom: 10% !important;
}

.u-pr10 {
  padding-right: 10% !important;
}

.u-pl10 {
  padding-left: 10% !important;
}

.u-pt20 {
  padding-top: 20% !important;
}

.u-pb20 {
  padding-bottom: 20% !important;
}

.u-pr20 {
  padding-right: 20% !important;
}

.u-pl20 {
  padding-left: 20% !important;
}

.u-pt30 {
  padding-top: 30% !important;
}

.u-pb30 {
  padding-bottom: 30% !important;
}

.u-pr30 {
  padding-right: 30% !important;
}

.u-pl30 {
  padding-left: 30% !important;
}

.u-pt40 {
  padding-top: 40% !important;
}

.u-pb40 {
  padding-bottom: 40% !important;
}

.u-pr40 {
  padding-right: 40% !important;
}

.u-pl40 {
  padding-left: 40% !important;
}

.u-pt50 {
  padding-top: 50% !important;
}

.u-pb50 {
  padding-bottom: 50% !important;
}

.u-pr50 {
  padding-right: 50% !important;
}

.u-pl50 {
  padding-left: 50% !important;
}

.u-pt60 {
  padding-top: 60% !important;
}

.u-pb60 {
  padding-bottom: 60% !important;
}

.u-pr60 {
  padding-right: 60% !important;
}

.u-pl60 {
  padding-left: 60% !important;
}

.u-pt70 {
  padding-top: 70% !important;
}

.u-pb70 {
  padding-bottom: 70% !important;
}

.u-pr70 {
  padding-right: 70% !important;
}

.u-pl70 {
  padding-left: 70% !important;
}

.u-pt80 {
  padding-top: 80% !important;
}

.u-pb80 {
  padding-bottom: 80% !important;
}

.u-pr80 {
  padding-right: 80% !important;
}

.u-pl80 {
  padding-left: 80% !important;
}

.u-pt90 {
  padding-top: 90% !important;
}

.u-pb90 {
  padding-bottom: 90% !important;
}

.u-pr90 {
  padding-right: 90% !important;
}

.u-pl90 {
  padding-left: 90% !important;
}

.u-pt100 {
  padding-top: 100% !important;
}

.u-pb100 {
  padding-bottom: 100% !important;
}

.u-pr100 {
  padding-right: 100% !important;
}

.u-pl100 {
  padding-left: 100% !important;
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
#imas-cgArea {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 80%;
  color: #000000;
  font-family: 'Noto Sans Japanese';
}

#imas-cgArea h2 {
  margin: 0;
  padding: 0;
}

#imas-cgArea img {
  width: 100%;
  vertical-align: bottom;
  margin: 0;
}

#imas-cgArea .l-contents {
  background: url(../img/outer_bg.png) repeat-y top center;
  background-size: 100%;
}

#imas-cgArea .l-contents__inner {
  padding: 3%;
}

#imas-cgArea .l-contents .section {
  margin-bottom: 5%;
}

#imas-cgArea .l-contents .section:last-child {
  margin-bottom: 0;
}

#imas-cgArea .l-contents .section__date__area {
  position: relative;
}

#imas-cgArea .l-contents .section__date__btn {
  width: 80%;
  position: absolute;
  top: 82%;
  right: 10%;
}

#imas-cgArea .l-contents .section__date__typeA {
  margin-bottom: 4%;
}

#imas-cgArea .l-contents .section__date__typeB {
  margin-bottom: 12%;
}

.inner-body {
  padding: 3% 4%;
}

.inner-body--color {
  background: #ffffff;
  border: 2px solid #005693;
  border-top: none;
  border-bottom-right-radius: 10px;
}

.inner-body__img__typeA {
  margin-bottom: 7%;
}

.inner-body__price__typeA {
  margin: 0 10% 4%;
}

.inner-body__note__typeA {
  line-height: 1.8;
  color: #666666;
  font-size: 70%;
  text-align: center;
}

.inner-body__note__typeA li {
  text-indent: -1em;
  padding-left: 1em;
}

.originali__contents {
  padding-bottom: 6%;
}

.button {
  margin: 0 4%;
}

/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.l-header {
  position: relative;
}

.l-header__badge {
  width: 27%;
  position: absolute;
  top: 0;
  left: 0;
}

/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.l-copy {
  color: #FFFFFF;
  font-size: 80%;
  text-align: center;
  padding: 2% 0;
  background: #d89593;
}

.ly-bnr {
  padding-top: 4%;
  background: #FFFFFF;
}

.ly-bnr__list {
  width: 90%;
  margin: auto;
}

.ly-bnr__list__item {
  margin-bottom: 4%;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.l-nav {
  padding: 3%;
  background: #005693;
}

.l-nav ul li {
  margin-bottom: 2%;
}

.l-nav ul li:last-child {
  margin-bottom: 0;
}
