@charset "utf-8";

h1 {
  line-height: 40px;
  font-size: 20px;
}

h2 {
  line-height: 40px;
  font-size: 15px;
}

.title {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  align-items: center;
  height: 60px;
  background-color: #ffffff;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}

.back-icon {
  position: absolute;
  max-width: 40px;
  margin-left: 100px;
  display: flex;
  align-items: center;
}

.movie {
  width: 930px;
  max-width: 90%;
  background-color: #f8f8f8;
  padding: 50px 60px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}

.movie h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.movie h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

/*
.movie iframe {
  display: block;
  width: 100%;
  height: 456px;
  margin-top: 30px;
}
*/

.movie video {
  display: block;
  width: 100%;
  height: 456px;
  margin-top: 30px;
}

.movie p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 20px;
}

.footer {
  margin-top: 100px;
}

.detail-info {
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;    
}

.form-area {
  background-color: #f8f8f8;
  border: 1px solid #aaaaaa;
  margin-top: 25px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

.form-area dt {
  width: 200px;
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}

.form-area dt .required::after {
  content: '必須';
  font-size: 11px;
  color: #eb4f32;
  margin-left: 10px;
}

.form-area dd {
  width: calc(100% - 200px);
  padding: 15px 0;
}

.input-text {
  width: 100%;
  max-width: 280px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.select-box {
  width: 200px;
  height: 40px;
}

.select-box-date {
  width: 80px;
  height: 40px;
}

.radio-button {
  display: block;
  margin-top: 20px;
}

.radio-button:first-child {
  margin-top: 0;
}

.radio-button input {
  margin-right: 8px;
}

.message {
  width: 100%;
  height: 260px;
  padding: 10px;
  line-height: 1.5;
}

.confirm-text {
  font-size: 14px;
  line-height: 22px;
  margin-top: 30px;
}

.submit-button {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  border: none; 
}

.submit-button:hover {
  background-color: #d8b500;
}

.back-button-area {
  width: 930px;
  max-width: 90%;  
  text-align: left;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;  
}

.back-logo {
  display: block;
  width: 50px;
  margin-top: 0px
}

.application-items-header {
  display: flex;
  font-size: 12px;
}

.application-header-column-name {
  flex-basis: 30%; /* flexアイテムの幅を割合で指定 */
  text-align: center;
  margin: 5px;
}

.application-header-remarks {
  flex-basis: 60%; /* flexアイテムの幅を割合で指定 */
  text-align: center;
  margin: 5px;
}

.application-header-is-required {
  flex-basis: 10%; /* flexアイテムの幅を割合で指定 */
  text-align: center;
  margin: 5px;
}


.application-items-area {
  height: 400px;
  text-align: left;
  margin-top: 10px;
  line-height: 20px;
  overflow-y: scroll;
}

.application-items-detail {
  display: flex;
  margin-top: 5px;
  font-size: 12px;
}

.application-detail-column-name {
  flex-basis: 30%; /* flexアイテムの幅を割合で指定 */
  border: 1px solid #000000;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 2px;
}

.application-detail-remarks {
  flex-basis: 60%; /* flexアイテムの幅を割合で指定 */
  border: 1px solid #000000;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 2px;
}

.application-detail-is-required {
  flex-basis: 10%; /* flexアイテムの幅を割合で指定 */
  border: 1px solid #000000;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

.image-frame {  
  position: relative;
  display: flex;
  justify-content: center;
}


.image-frame span {
  display: block;
  position: absolute;
  top: 77%;
  color: #000000;
  font-weight: bold;
  font-size: 14px;

}

.outline {
  line-height: 25px;
}

.label-note {
  max-width: 80%;
  font-size:2vh;
  line-height: 20px;
}

.ul-proof {
  list-style: square;
  line-height: 20px;
}

.ul-proof li {
  margin-bottom: 15px;
}

.ul-message {
  margin-top: 5px;
  line-height: 20px;
  padding-left: 20px;
  list-style: circle;
}

.li-label-sor {
  list-style-type: none; 
  color:#3617c4;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.li-label-condition-1 {
  list-style-type: none; 
  color:#3617c4;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.li-tokutei-ginou-exemptions {
  cursor: pointer;
}

.mordal_area {
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
  width: 800px;
  max-width: 90%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;  
  margin-bottom: 35px;
  display: flex;
  line-height: 140%;

}

.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
  overflow: scroll;
  scroll-behavior: smooth;
}
.modal__bg{
  background-color: #000000;
	height: 100vh;
	position: absolute;
	width: 100%;
  display: flex;
  justify-content: center;
}
.modal__content{
	background: #fff;
  	color: #002060;
	/*left: 50%;*/
	padding: 0px;
	position: absolute;
	top: 10%;
	/*transform: translate(-50%,-50%);*/
	/*width: 60%;*/
	width: 90%;
}

.batsu {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #333; /* 枠の調整 */
  background: #fff; /* ボタンの背景色 */
  text-align: center;
}
 
.batsu::before, .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  /*top: 20%;
  right: 20%;*/
  width: 3px; /* 棒の幅（太さ） */
  height: 15px; /* 棒の高さ */
  background: #333;
}
 
.batsu::before {
  /*transform: translate(-50%,-50%) rotate(45deg);*/
  transform: rotate(45deg);
}
 
.batsu::after {
  /*transform: translate(-50%,-50%) rotate(-45deg);*/
  transform: rotate(-45deg);
}

.div-processing_period-graph {
  width: 300px;
  margin: auto;
}

.index {
  display: flex;
}  

.-not-current {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50%;    
  border: 1px solid #000000;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
}

.-current {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: darkblue;
  color:#f4dd64;
  border: none;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
}

.shop-contents {
  width: 1080px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.shop-item {
  flex-grow: 1;
  max-width: 765px;
}

.shop-item h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}

.shop-item h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;  
}

.item-list-header {
  margin-top: 5px;
  display: grid;
  grid-template-columns:  80px 320px 100px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
}

.item-list {
margin-top: 5px;
display: grid;
grid-template-columns:  80px 320px 100px;
font-family: 'Noto Sans JP', sans-serif;
font-size: 12px;
}


.item-list a {
display: block;
transition-duration: 0.2s;
}

.item-list a:hover {
transform: scale(1.05);
}

.item-list div {
  border: 1px solid #000000;
  border-radius: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  padding: 2px;
  margin: 2px;
}

.item-list-header div {
  border-bottom: 1px solid #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  padding: 2px;
  margin: 2px;
}

.div-back-white {
  background-color: white;
}

.div-back-blue {
  background-color:rgb(215, 215, 240);
}

.div-tag {
  word-break: break-all;
}

@media (max-width: 800px) {

  h1 {
    line-height: 25px;
    font-size: 18px;
  }
  
  h2 {
    line-height: 20px;
    font-size: 15px;
  }

  .back-icon {
    margin-left: 20px;
  }
  
  .movie {
    width: 500px;
    padding: 30px 25px;
  }

  /*
  .movie iframe {
    height: 240px;
  }
  */

  .movie video {
    height: 240px;
  }

  .form-area dt,
  .form-area dd {
    width: 100%;
  }

  .form-area dt {
    padding-bottom: 0;
  }

  .submit-button {
    width: 100%;
  }

  .back-logo {
    margin-top: 30px;
  }  

.label-note {
  max-width: none;
  }

  .shop-contents {
    display: block;
    max-width: 100%;
    margin-top: 60px;
}

  .shop-item {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-list {
    grid-template-columns:  90px 200px 70px;
  }

  .item-list-header {
    grid-template-columns:  90px 200px 70px;
  }

}