﻿@charset "UTF-8";

.hide-area{/*モーダル表示をする場所をあらかじめ隠す*/
	display: none;
}

body{
  background-color: #C1E5F5;
}

.step_data{
  padding-top: 10px;
  background-color: #C1E5F5;
}

main{
  font-family: 'Sawarabi Gothic', sans-serif!important;
}

.nowrap{
  display: inline-block;
}

a{
  text-decoration: none!important;
  color: #663366;
}

.btn{
  white-space: normal;
}

.box2{
/*  background-color: #f8b200; */
  background-color: #C1E5F5;
  padding: 0 0.5rem;
}

.cal_card .box{
  padding: 0!important;
}

.box{
  background-image: url(../img/cal_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px){
  .cal_top{
    background-image: none;
  }
}

.top_img{
  height: auto;
  /*max-height: 70vh;*/
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.cal_top p{
  font-size: 2rem;
}

.cal_overview p,
.karyta_overview li{
  font-size: 2rem;
}

.cal_overview h5{
  font-size: 2.5rem;
  padding-top: 2rem;
}

.cal_overview .apply li,
.cal_overview .provision li{
  text-align: left;
  font-size: 1.75rem;
}

.cal_overview .apply li{
  margin-bottom: 1rem;
}

.cal_overview .address p{
  font-size: 2.5rem;
}

.cal_overview .address p>.post_number{
  font-size: 2rem!important;
}

.cal_overview .limit .bold{
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 480px){
  .cal_top p{
    font-size: 1.75rem;
    text-align: left;
  }

  .cal_overview p,
  .cal_overview li{
    font-size: 1.5rem!important;
  }

  .cal_overview .address p{
    font-size: 2rem!important;
  }

  .cal_overview .address p>.post_number{
    font-size: 1.5rem!important;
  }

  .cal_overview .step_container .step .step_description>p{
    font-size: 2rem!important;
  }

  .cal_overview .limit{
    font-size: 2rem!important;
  }

  .cal_overview .commendation{
    text-align: left;
  }
}

/*
.cal_overview .left{
  margin: 16px auto;
	text-align: center;
	display: block;
}
*/

.cal_overview .apply,
.cal_overview .provision{
  padding-left: 3rem;
  padding-right: 1rem;
	display: inline-block;
}

.cal_overview .provision{
  color: white;
}

.cal_overview .provision span{
  color: #000;
}

.cal_overview .step_container{
  margin-top: 3rem;
}

.cal_overview .step_container img{
  width: 100%;
}

.cal_overview .step_container .arrow{
  width: 50%;
}
.cal_overview .step_container .step{
  display: flex;
}

.cal_overview .step_container .step .step_description{
  align-self: center;
}

.cal_overview .step_container .step .step_description>p{
  font-size: 2.5rem;
}

.cal_overview .cal_ie-9 .step_container table{
  width: 100%;
}

.cal_overview .cal_ie-9 .step_container table img{
  margin-bottom: 1rem;
  width: 50%;
}

.cal_overview .cal_ie-9 .step_container table .arrow{
  width: 30%;
}

.cal_overview .cal_ie-9 .step_container table p{
  text-align: center;
  margin-left: 5rem;
}

h3{
  font-size: 3rem;
  padding: 1rem 0;
}

h3>.sub{
  font-size: 2rem;
}

.aiueo:first-child{
  padding-left: 9rem;
}

@media screen and (max-width: 991px){
  .aiueo:first-child{
    padding-left: 15px;
  }
}

.aiueo ul{
  padding: 0;
}

.aiueo li{
  list-style: none;
  padding-left: 1rem;
  font-size: 1.75rem;
}

@media screen and (max-width: 480px){
  .aiueo li{
    font-size: 1.5rem;
    padding-left: 4rem;
    text-indent: -1.75rem;
  }

  .aiueo ul .yo{
    letter-spacing: -1.5px!important;
  }
}

@media screen and (max-width: 374px){
  .aiueo li{
    font-size: 1.25rem;
    letter-spacing: -1px;
  }
}

/*
.apply_step{
  padding-left: 5rem;
  font-size: 3rem;
}

.apply_step img{
  width: 100%;
}

.apply_step img.arrow{
  width: 50%!important;
}

.my-gallery .col-sm-6{
  padding: 2rem;
}

.time-limit{
  color: #fff;
  font-size: 2rem;
  background-color: #000;
  border-radius: 1rem;
}
*/

.e-address{
  word-break: break-all;
}

.cal_flyer{
  margin-top: 2rem;
}

.cal_flyer p{
  margin: 0;
}

.cal_flyer p a{
  font-size: 2.5rem;
}

@media screen and (max-width: 480px){
  .cal_flyer p a{
    font-size: 1.75rem;
  }
}

.cal_contact{
  font-size: 2rem;
}

.sponsor{
  font-size: 1.75rem;
}

.sponsor .yellow{
  color: #ffe100;
}

@media screen and (max-width: 480px){
  .sponsor{
    font-size: 1.5rem;
  }
}

#footer_cal{
  font-family: 'Sawarabi Gothic', sans-serif!important;
  background: black;
  width: 100%;
  height: auto;
  padding: 0 1rem;
}

h4{
  padding: 1rem;
  color: black;
  border-bottom: 1px solid;
}

#footer_cal h4 span{
  color: white;
}

#footer_cal .corporation{
  color: white;
}

#footer_cal .corporation a{
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

.link{
  color: #663366; 
}
