@charset "utf-8";
/* ===================================================================
CSS information
 file name  : freepagefull08
 author     : honyaclub.com
 date       : 2026/07/17
 update     : 
 about      : freepagefull08_cp15th
=================================================================== */
/* ==============================================
      共通
============================================== */
body {
  font-family: メイリオ, meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  word-break: break-all;
  background-color: #fff;
  /* text-align: center; */
}
a, a img {
  color: #0085cd;
  border: none;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
a[target="_blank"] {
  background: url(../../img/campaign/mitsubachi/another_window.png) no-repeat right 10px center;
  padding-right: 24px;
}
a.none[target="_blank"] {
  background: none;
  padding-right: 0;
}
a.disabled {
  pointer-events: none;
}
img {
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
ul li {
  list-style-type: none;
}
div::after, ul::after {
  clear: both;
  height: 0;
}
* {
  box-sizing: border-box;
}
/*-----　wrapper背景　-----*/
#wrapper {
  position: relative;
  color: #67401d;
  background-color: #fef8d8;
  /* background-color: #ffffff; */
  /* overflow-x: hidden; */
}
/*----- アニメーション -----*/
/*----- move_arrow -----*/
a.move_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  transition: opacity .3s ease;
  padding-top: 5px;
}
a.move_arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  background: url(../../img/campaign/common/ico_arrow_gy.png) no-repeat center;
  background-size: contain;
}
a.move_arrow:hover::after {
  animation: move_arrow 1.5s 1 ease-out;
}
@keyframes move_arrow {
  0% {
    transform: translateY(0)
  }
  30% {
    transform: translateY(0.5em)
  }
  60% {
    transform: translateY(0)
  }
}
/* 
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
*/
/*----- return to top -----*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}
#page-top a {
  z-index: 9999;
  padding: 0 5px 10px 5px;
  /* background: rgba(0, 0, 0, 0.5); */
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.1;
  width: 100px;
  height: 86px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
#page-top a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #f86b17;
  border-left: 2px solid #f86b17;
  position: absolute;
  /*
  top: 30%;
  left: 53%;
  */
  top: 10%;
  left: 50%;
  transform: translate(-70%, -50%)rotate(45deg);
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#page-top img {
  width: 80%;
}
/* ==============================================
      【SP】 共通
============================================== */
/*-----　headerナビゲーション　-----*/
#header_container {
  width: 100%;
  background-color: #fff;
  position: fixed;
  height: 50px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 95%;
  z-index: 1000;
  padding: 0;
}
.logo, .sns {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.logo {
  text-align: left;
}
.logo img {
  width: auto;
  height: 35px;
  z-index: 1000;
}
.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sns ul li {
  margin-left: 8px;
}
/*-----　contents内容　-----*/
#contents {
  padding-top: 50px;
  margin: 0 auto;
  font-size: 14px;
}
.section {
  padding: 0 3%;
  margin-bottom: 10px;
}
/*
#main h1,
#main p.main_visual {
  animation: fadeIn 6s ease 0s 1 normal;
  -webkit-animation: fadeIn 6s ease 0s 1 normal;
}
*/
.section h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 10px;
  text-align: center;
  /* padding: 5px 0; */
  padding-bottom: 5px;
}
.section h3 {
  /* font-size: 16px; */
  font-weight: bold;
  margin: 0 auto;
  padding: 5px 0;
}
.section h4 {
  font-size: 15px;
  font-weight: bold;
}
.inner_section {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 10px;
}
.note {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.note_mark {
  font-size: 12px;
}
/*-----　.section#main　-----*/
.section#main {
  margin-top: 5px;
  margin-bottom: 0;
}
.section#main h1.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
/*-----　.section#contents_navi　-----*/
.section#contents_navi ul.navi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section#contents_navi ul.navi_list li {
  width: 48%;
  margin-bottom: 5px;
  background-color: #f7f5ed;
  padding: 5px;
}
.section#contents_navi ul.navi_list li a {
  /* background-color: #f6f5e1; */
  background-color: #f7f5ed;
  color: #c6141d;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  border: solid 2px #ffffff;
}
.section#contents_navi ul.navi_list li a.move_arrow::after {
  position: absolute;
  top: 60%;
}
/*-----　.container_collayout　-----*/
.container_collayout {
  display: flex;
  gap: 10px;
}
/*-----　.section#present　-----*/
.section#present {
  margin-bottom: 0;
}
.section#present h2 {
  width: 80%;
}
.section#present .container_collayout {
  flex-direction: column;
  gap: 0;
}
/*
.section#present .inner_present {
  background-color: #fff;
  border: solid 2px #c6141d;
  border-radius: 5px;
  padding: 3%;
  margin-bottom: 10px;
}
*/
.section#present .inner_present h3 {
  background-color: #c6141d;
  color: #ffffff;
  width: 80%;
}
.section#present .inner_present h4 {
  color: #c6141d;
  font-size: 15px;
  font-weight: bold;
  margin: 10px auto;
}
.section#present .inner_present p {
  font-weight: bold;
  margin-bottom: 10px;
}
.section#present .inner_present p.num {
  border-radius: 15px;
  font-size: 18px;
  background-color: #f7ee12;
  width: 40%;
  margin: 10px auto;
  padding: 5px 0;
}
/*-----　.section#period　-----*/
.section#period .inner_section {
  border: solid 2px #ff8400;
}
.section#period .inner_period h2 {
  color: #ff8400;
  border-bottom: solid 2px #ff8400;
}
/*-----　.section#detail01 / #detail02　共通　-----*/
.section .inner_detail {
  /* font-size: 13px; */
  text-align: left;
  padding: 3%;
}
.section .inner_detail dt {
  color: #67401d;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}
.section .inner_detail dd {
  margin-bottom: 10px;
}
.section .inner_detail dd span {
  font-weight: bold;
}
.section .inner_detail dd p {
  margin-bottom: 10px;
}
/*-----　.section#faaq　-----*/
.section .faq h3.title.question {
  background-color: #f86b17;
  color: #ffffff;
  padding: 5px 5px 5px 20px;
}
.section .faq h3.title.question::before {
  content: "Q.";
  color: #ffffff;
  margin-left: -1em;
}
.section .faq .answer {
  margin-bottom: 15px;
}
.section .faq .answer li {
  padding: 5px 5px 5px 20px;
}
.section .faq .answer li::before {
  content: "A.";
  margin-left: -1em;
}
/*
.section .faq dl.question {
  border-bottom: 1px dotted #999999;
}
.section .faq dl.question dt{
  font-size: 13px;
  color: inherit;
  margin-top: 10px !important;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.section .faq dl.question dd {
  text-indent: -1em;
  padding-left: 1em;
}
.section .faq dl.question dt::before,
.section .faq dl.question dd::before {
  margin-right: .5em;
}
.section .faq dl.question dt::before {
  content:"Q";
  color: #c6141d;
}
.section .faq dl.question dd::before {
  content:"A";
  color: #0085C8;
}
.section dl.caution dt {
  font-size: 13px;
  background-color: #faeaea;
  padding: 5px 10px;
  margin-top: 10px;
}
.section dl.caution dd li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 10px;
}
*/
/*-----　.section#detail01　-----*/
.section#detail01 .inner_section {
  border: solid 2px #e5293b;
}
.section#detail01 h2 {
  color: #e5293b;
  border-bottom: solid 2px #e5293b;
}
/*-----　.section#detail02　-----*/
.section#detail02 .inner_section {
  border: solid 2px #24835e;
}
.section#detail02 h2 {
  color: #24835e;
  border-bottom: solid 2px #24835e;
}
/*-----　.section#apply　-----*/
.section#apply .period p {
  margin-bottom: 10px;
}
.section#apply .method {
  font-weight: bold;
  margin-bottom: 50px;
  /* background-color: #dddddd; */
  background-color: #f7f5ed;
  border-radius: 15px;
  padding: 20px 0;
}
.section#apply .method:last-child {
  margin-bottom: 10px;
}
.section#apply .method h2 {
  width: 80%;
  color: #ffffff !important;
  background-color: #c6141d;
  margin: 0 auto;
  border-bottom: 0 !important;
}
/*　横スクロール　*/
.section#apply .method .scroll_box {
  margin: 0 auto;
  padding: 5% 0;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap; /* 横スクロールの指定 */
  overflow-x: scroll; /* 横スクロールの指定 */
  overflow-scrolling: touch; /* スクロールを滑らかにする */ /* スクロールバーカスタム時は無効にする */
  -webkit-overflow-scrolling: touch; /* スクロールを滑らかにする */ /* スクロールバーカスタム時は無効にする */
}
.section#apply .method .scroll_box li {
  background-color: #ffffff;
  border-radius: 15px;
  /* box-shadow: 2px 4px 12px rgb(0 0 0 / 8%); */
  box-shadow: 2px 4px 12px rgb(0 0 0 / 20%);
  /* border-right: solid 1px #777777; */
  padding: 0 8%;
  margin: 0 2%;
  min-width: 80%;
}
/* スクロールバーカスタム */
/*スクロールバー全体の高さ*/
.section#apply .method .scroll_box::-webkit-scrollbar {
  height: 6px;
}
/*スクロールバー全体の背景*/
.section#apply .method .scroll_box::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #d8cfc5;
  border-radius: 5px;
}
/*スクロールバーの動く部分*/
.section#apply .method .scroll_box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #83684c;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
/* .section#apply .method .scroll_box::-webkit-scrollbar-thumb:hover {
  background: #999;
} */
/* 
.section#apply .method ul {
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10%;  
} 
.section#apply .method ul li {
  padding: 5% 0;
  border-bottom: solid 1px #777777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;  
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section#apply .method ul li:last-child {
  border-bottom: none;
}
*/
/*
.section#apply .method .txt_scroll {
  text-align: right;
  font-size: 10px;
  margin-right: 5px;
}
*/
.section#apply .method dl.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section#apply .method dd.ico img {
  width: 50%;
}
.section#apply .method dl.step dt {
  font-size: 18px;
  color: #c6141d;
  margin-top: 15px;
}
.section#apply .method dl.step dd {
  margin: 15px 0;
}
.section#apply .method .caution {
  width: 90%;
  margin: 0 auto;
}
.section#apply .method .caution h3 {
  color: #c6141d;
  font-size: 16px;
  background-color: #faeaea;
  margin-bottom: 10px;
}
.section#apply .method .caution.receipt.photographing_method {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 3%;
  font-size: 14px;
}
.section#apply .method .caution.receipt.photographing_method .inner_receipt {
  margin-bottom: 20px;
}
.section#apply .method .caution li {
  font-weight: normal;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 10px;
}
.section#apply .method .caution li::before {
  content: '\0025cf';
}
.section#apply .method .caution.receipt.photographing_method .container_collayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section#apply .method .caution.receipt.photographing_method .inner_collayout.col3 {
  width: 33%;
}
.section#apply .method .caution_link {
  margin-top: 20px;
}
/*-----　.section#present_original　-----*/
/*-----　.section#event　-----*/
.section#event .inner_event {
  position: relative;
}
.section#event .inner_event .inner_collayout {
  position: relative;
}
.section#event .inner_event p.bnr {
  margin: 20px 0 0;
}
.section#event .inner_event p {
  margin: 10px;
}
.section#event .inner_event p.date {
  background-color: #dddddd;
  color: #ffffff;
  font-weight: bold;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 10;
  font-size: 14px;
}
/*-----　.section#fair　-----*/
.section#fair .inner_fair p {
  margin: 10px 0;
}
/*-----　.section#products　-----*/
.section#products .inner_products p {
  margin: 10px;
}
/*-----　.btn_container .btn　-----*/
.btn_container {
  margin: 20px auto;
  width: 90%;
  padding-bottom: 10px;
}
.btn_container:last-child {
  padding-bottom: 0;
}
.btn_container.type_line {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px;
}
.btn_container .btn {
  position: relative;
}
/* .btn_container .btn::before {
  display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
} 
.btn_container .btn::after {
  display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 25px;
}
.btn_container .btn.typeA::before {
 	background-color: #ffffff;
}
btn_container .btn.typeA::after {
  background-color: #ba9f25;
}
.btn_container .btn.typeB::before {
 	background-color: #ba9f25;
}
.btn_container .btn.typeB::after {
  background-color: #ffffff;
} */
.btn_container .btn a {
  display: block;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s 0s ease;
}
.btn_container .btn a:hover {
  opacity: 1;
  transform: translateY(3px);
}
.btn_container .btn.typeA a {
  color: #fff;
  /* background-color: #6ba8eb; */
  /* background-color:#ba9f25;
  box-shadow: 0 6px 0 #6e5e14, 0 0 0 rgba(0,0,0,0.2); */
  background-color: #00428e;
  box-shadow: 0 6px 0 #03254d, 0 0 0 rgba(0, 0, 0, 0.2);
}
.btn_container .btn.typeB a {
  color: #ba9f25;
  background-color: #ffffff;
  box-shadow: 0 6px 0 #6e5e14, 0 0 0 rgba(0, 0, 0, 0.2);
  border: 3px #ba9f25 solid;
  padding: 20px 0;
}
.btn_container .btn a span {
  font-size: 14px;
  font-weight: normal;
}
/*----- footer -----*/
#footer {
  padding: 1em 0 10em;
  background-color: #fff;
  font-size: 10px;
  text-align: center;
}
/*----- 終了時のおしらせ -----*/
.info_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9998;
  background-color: rgba(55, 55, 55, 0.2);
}
.info_end p {
  /* font-size: 2em;*/
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin: auto;
  background-color: rgba(55, 55, 55, 0.9);
  padding: 20px 0;
  border-radius: 20px;
  width: 90%;
  position: absolute; /*IE*/
  top: 50%; /*IE*/
  left: 50%; /*IE*/
  -ms-transform: translate(-50%, -50%); /*IE*/
  -webkit-transform: translate(-50%, -50%); /*IE*/
  transform: translate(-50%, -50%); /*IE*/
}
.info_end p span {
  font-size: 14px;
}
/*----- 表示/非表示 -----*/
.pc_display {
  display: none !important;
}
.sp_display {
  display: block !important;
  margin: 0 auto;
}
/* ==============================================
      【TAB】 共通
============================================== */
/*@media screen and (min-width:600px){
.sp_display {
display: none !important;
}
.pc_display {
display:block !important;
}

}*/
/* ==============================================
      【PC】 共通
============================================== */
@media screen and (min-width:751px) {
  /*----- wrapper背景 -----*/
  #wrapper {
    /* min-width: 960px; */
    /* background-color: #ffffff; */
    background: url(/img/campaign/anniversary/15th/bg01.png);
    background-size: contain;
    background-repeat: repeat-y;
  }
  /*----- header固定のナビゲーション----- */
  #header_container {
    height: 55px;
  }
  #head_inner {
    width: 100%;
    padding: 0 1.5%;
  }
  .logo, .sns {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .logo img {
    width: 160px;
    height: auto;
  }
  .sns ul li {
    margin: 0;
    padding-left: 1rem;
  }
  /*----- contents内容 -----*/
  #contents {
    padding-top: 55px;
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin: 0 auto;
    font-size: 16px;
  }
  .section {
    width: 100%;
    position: relative;
    padding: 0;
    margin-top: 30px;
  }
  .section h2 {
    font-size: 24px;
  }
  .inner_section {
    padding: 10px 20px;
  }
  .section .inner_detail dt {
    font-size: 18px;
    margin-bottom: 30px;
  }
  /*-----　.section#main　-----*/
  .section#main {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .section#main .main_visual {
    position: relative;
    padding-top: 40px;
  }
  .section#main .main_visual img {
    display: block;
    width: 100%;
    height: auto;
  }
  /* 左ガーランド */
  #main::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -140px;
    width: 500px;
    height: 120px;
    background: url("../../img/campaign/anniversary/15th/img_garland.png") no-repeat center;
    background-size: contain;
    transform: rotate(-12deg);
    z-index: 10;
    pointer-events: none;
  }
  /* 右ガーランド */
  #main::after {
    content: "";
    position: absolute;
    top: -30px;
    right: -140px;
    width: 500px;
    height: 120px;
    background: url("../../img/campaign/anniversary/15th/img_garland.png") no-repeat center;
    background-size: contain;
    transform: rotate(12deg);
    z-index: 10;
    pointer-events: none;
  }
  /* 中央ガーランド */
  #main .main_visual {
    position: relative;
  }
  /*
  #main .main_visual::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    width: 500px;
    height: 120px;
    background: url("../../img/campaign/anniversary/15th/img_garland.png")
      no-repeat center;
    background-size: contain;
    transform: translateX(-50%);
    z-index: 11;
    pointer-events: none;
  }
  */
  /*-----　.section#contents_navi　-----*/
  .section#contents_navi ul.navi_list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section#contents_navi ul.navi_list li {
    width: 24%;
  }
  .section#contents_navi ul.navi_list li a {
    font-size: 18px;
  }
  /*-----　.section#present　-----*/
  /*
  .section#present p {
    margin: 0 10px 0;
  }
  */
  .section#present {
    margin-bottom: 30px;
  }
  .section#present .container_collayout {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
  .section#present .container_collayout:last-child {
    margin-bottom: 0;
  }
  .section#present .inner_present p {
    margin-bottom: 0;
  }
  /*-----　.section#detail01 / #detail02　共通　-----*/
  .section .inner_detail {
    padding: 10px 20px;
  }
  
  /*-----　.section#faaq　-----*/
  .section .faq h3.title.question {
    padding: 5px 5px 5px 30px;
  }
  .section .faq .answer li {
    padding: 5px 5px 5px 30px;
  }
  
  /*-----　.section#apply　-----*/
  .section#apply .method {
    margin: 0 !important;
  }
  .section#apply .method h2 {
    width: 60%;
  }
  .section#apply .method.line {
    margin-bottom: 60px !important;
  }
  .section#apply .method .container_collayout {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  /*横スクロール*/
  /* 画面幅が751px以上の場合、横スクロールを解除 */
  .section#apply .method .scroll_box {
    overflow-x: inherit;
    padding: 20px 10px 0;
    white-space: inherit;
  }
  .section#apply .method .scroll_box li {
    border-bottom: none;
    padding: 10px !important;
    margin: 0 1% !important;
    min-width: 25%;
    min-height: 300px;
  }
  .section#apply .method.web .scroll_box li {
    min-height: 190px;
  }
  .section#apply .method .caution.receipt.photographing_method .inner_receipt:last-child {
    margin-bottom: 0;
  }
  /*-----　.section#event　-----*/
  .section#event .inner_event p.date {
    left: -20px;
  }
  /*-----　.btn_container .btn　-----*/
  .btn_container {
    width: 60% !important;
  }
  /*----- return to top -----*/
  #page-top img {
    width: 100%;
  }
  #page-top a::before {
    top: 0;
  }
  /*----- footer -----*/
  #footer_container {
    font-size: 12px;
    background-color: #fff;
  }
  #footer {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0 120px;
    background-color: #fff;
  }
  /*----- collayout -----*/
  .container_collayout.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .col1 {
    width: 100% !important;
  }
  .col2 {
    width: 49% !important;
  }
  .col3 {
    width: 33% !important;
  }
  .col4 {
    width: 24% !important;
  }
  .col5 {
    width: 19% !important;
  }
  /*----- 終了時のおしらせ -----*/
  .info_end p {
    width: 50%;
  }
  /*----- 表示/非表示 -----*/
  .sp_display {
    display: none !important;
  }
  .pc_display {
    display: block !important;
  }
  /*============  cp_XXX  ============*/
}
/* ==============================================
      共通
============================================== */
/*----- margin-top//variation -----*/
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt010 {
  margin-top: -10px;
}
.mt020 {
  margin-top: -20px;
}
.mt025 {
  margin-top: -25px;
}
.mt030 {
  margin-top: -30px;
}
/*----- margin-right//variation -----*/
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
/*----- margin-bottom//variation -----*/
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
/*----- margin-bottom//variation -----*/
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
/*----- text//variation -----*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
/* .red { color: #FF0000;} */
.red {
  color: #c6141d;
}
.cap {
  font-size: 85%;
}