.sp {
  display: none;
}

.tab {
  display: none;
}

.pc {
  display: block;
}

header img {
    max-width: 100%;
    height: auto;
}
.siteHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0 3%;
    height: 100px;
    background: #fff;
    z-index: 100;
}
.siteHeader .headerLogo {
    padding-bottom: 5px;
    line-height: 0;
}
.siteHeader .headerLogo img {
    width: 350px;
}
.siteHeader .asahikaseiLogo {
    order: -1;
}
.siteHeader .asahikaseiLogo img {
    width: 150px;
}
.siteHeader .menuButton {
    width: 70px;
    height: 30px;
    z-index: 10;
}
@media (max-width: 600px) {
    .siteHeader {
        height: 60px;
    }
    .siteHeader .headerLogo {
        padding-bottom: 5px;
        width: 190px;
    }
}

.fir .wrp {
  padding: 100px 0 0px;
  background-image: url("../images/bg_fir.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fir .inn {
  text-align: center;
  width: 1040px;
  max-width: 90%;
  margin: 0 auto;
}

.fir .inn img {
  max-width: 100%;
  margin: 0 auto;
}

.ove {
  background: #9abddc;
  background: -webkit-gradient(linear, left top, left bottom, from(#9abddc), color-stop(30%, #9abddc));
  background: linear-gradient(to bottom, #9abddc 0%, #9abddc 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9abddc', endColorstr='#9abddc',GradientType=0 );
}

.ove .wrp {
	background-size: 100%;
	position: relative;
}
.ove .wrp .bg_mansion {
    position: absolute;
	bottom: 0;
    right: 10%;
    width: 50%;
    max-width:450px;
}
@media (max-width: 1100px) {
    .ove .wrp .bg_mansion {
    	bottom: 0;
        right: 0%;
        width: 50%;
    }
	.ove .wrp {
	    padding-bottom: 30px;
	}
}
@media (max-width: 600px) {
	.ove .wrp .bg_mansion {
	    bottom: 0;
	    right: 0;
        width: 100%;
	}
	.ove .wrp {
	    padding-bottom: 0px;
	}
}
.ove .inn {
	width: 1040px;
	max-width: 90%;
	margin: 0 auto;
	padding: 0 0 80px;
	display: flex;
	flex-wrap: nowrap;
    flex-direction: column;
}
.timeBox {
	flex-basis: 116px;
	margin: 0 20px 0 0;
}
.timeBox .timeTitle {
	background-color: #FFE33F;
	color: #005bac;
	text-align: center;
	font-family: 'Noto Sans JP', serif;
	font-weight: 700;
	font-size: 1.6em;
	padding-top: 0.5em ;
	padding-bottom: 0.5em ;
}
.timeBox .timeTitle span{
    font-size: 0.7em;
    display: block;
    margin-top: 3px;
}
.timeBox .timeTime1, .timeBox .timeTime2 {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	font-family: 'Noto Sans JP', serif;
	font-weight: 700;
	font-size: 2em;
	padding-top: 0.5em ;
	padding-bottom: 0.5em ;
}
.timeBox .timeTime3 {
	color: #FFF;
	text-align: center;
	font-family: 'Noto Sans JP', serif;
	font-weight: 500;
	font-size: 1.3em;
	padding-top: 0.5em ;
	padding-bottom: 0.5em ;
}
.timeBox .timeTime4 {
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    font-family: 'Noto Sans JP', serif;
    font-weight: 700;
    font-size: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.timeBox .timeTime2 {
	padding-top: 0 ;
	padding-bottom: 0.5em ;
}
.timeBox .timeTitle2 {
	display: none;
}

.timeBox .timeArrow {
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 0 ;
	padding-bottom: 0 ;
	text-align: center;
	font-family: 'Noto Sans JP', serif;
	font-weight: 500;
	font-size: 1.8em;
}
.timeArrow::before{
	content: '\e5c5';
	font-family: 'Material Symbols Outlined';
	color: #005bac;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.setBox1 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.semiBox {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16pt;
    color: #FFF;
}
h2.n01title, h2.n02title {
  padding: 1rem 2rem;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#005bac), to(#99c9e3));
  background-image: -webkit-linear-gradient(left, #005bac 0%, #99c9e3 100%);
  background-image: linear-gradient(to right, #005bac 0%, #99c9e3 100%);
}


.semiBox h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20pt;
    margin-bottom: 0px;
    line-height: 1.2em;
}
.semiBox h2 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16pt;
    color: #FFF;
}
.semiBox h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22pt;
    color: #ffe33f;
    margin-bottom: 10px;
    line-height: 1.4em;
    padding-left: 4em;
}

.semiBox2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16pt;
    color: #FFF;
    padding: 25px;
}
.semiBox2 h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 22pt;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
    margin-top: 5px;
    margin-bottom: 15px;
	color: #FFF;
}

.semiBox2 h2 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20pt;
    color: #FFF;
    margin: 20px auto 40px;
    line-height:1.4em;
}
.semiBox .subTitle{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20pt;
    margin: 0px auto 40px 16%;
    line-height:1.4em;
    display: flex;
    flex-direction: row;
}
.semiBox .n01title{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20pt;
    margin: 0px auto 0px;
    line-height:1.4em;
    display: flex;
    flex-direction: row;
}

.setBox2 {
    background-color: #005bac;
    border-radius: 10px;/*左側の角を丸く*/
}
.col01{
    font-size: 18pt;
    padding: 10px;
    background-color: #FFF;
    margin: 0;
    font-weight: 600;
    color:#005bac;
    line-height: 2.5em;
    width: 15%;
    text-align: center;
}
.col02{
    font-size: 18pt;
    padding: 10px;
    background-color: #dbe4f4;
    margin: 0;
    font-weight: 600;
    color:#005bac;
    line-height: 2.5em;
    width: 45%;
}
.col03{
    font-size: 14pt;
    padding: 10px;
    background-color: #dbe4f4;
    margin: 0;
    font-weight: 600;
    line-height: 3em;
    color:#005bac;
    width: 40%;
    text-align: right;
}
.col032l{
    font-size: 14pt;
    padding: 10px;
    background-color: #dbe4f4;
    margin: 0;
    font-weight: 600;
    line-height: 1.5em;
    color:#005bac;
    width: 40%;
    text-align: right;
}
.col01t{
    font-size: 18pt;
    padding: 10px;
    background-color: #FFF;
    margin: 0;
    font-weight: 600;
    color:#008cc2;
    line-height: 2.5em;
    width: 15%;
    text-align: center;
}
.col02t{
    font-size: 18pt;
    padding: 10px;
    background-color: #005bac;
    margin: 0;
    font-weight: 600;
    color:#FFF;
    line-height: 2.5em;
    width: 85%;
}

.minFont {
    font-size: 70%;
}
.instructorBox {
    display: flex;
    flex-direction: row;
}
.instructorBox .instTitle {
    flex-basis: 20px;
    color: #FFFFFF;
    border: 1px solid #FFF;
    padding: 1.3em 0.5em;
    margin: 0 10px 0 0;
    text-align: center;
    line-height: 2em;
    background-color: #FFE33F;
    color: #005bac;
    font-weight: 700;
    font-size: 15px;
}
.instructorBox  .instName{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12pt;
    color: #FFFFFF;
    line-height: 2em;
	font-weight: 500;
}
.instructorBox  .instName span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20pt;
	font-weight: 500;
    color: #FFFFFF;
    margin-left:15px;
}

.semiBox hr{
    border-top: 2px dotted #FFF;
    border-right: none;
    border-bottom: none;
    border-left: none;
}
.semiTxt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13pt;
	font-weight: 500;
    color: #FFFFFF;
    line-height: 1.4em;
}
.atenBox {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10pt;
	font-weight: 500;
    color: #FFFFFF;
    margin-left:15px;
    line-height: 1.6em;
    padding-top: 10px;
}
.ove .txt {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7em;
  color: #4D4D4D;
  padding: 50px 0 0;
  margin: 0 0 110px;
}

.ove .mov_ara {
  text-align: center;
  margin: 0 auto 100px;
}

.ove .mov_ara:nth-last-child(1) {
  margin: 0 auto;
}

.ove .mov_ara .mov {
  position: relative;
}

.ove .mov_ara .mov img {
  width: 710px;
  max-width: 100%;
}

.ove .mov_ara .mov_txt_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 130px;
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
}

.ove .mov_ara .mov_txt_wrp p {
  color: #fff;
  font-size: 28px;
  bottom: 0;
  text-align: center;
  margin: 10px;
  line-height: 0;
}

.ove .mov_ara p {
  font-size: 20px;
  font-weight: bold;
  color: #4D4D4D;
  line-height: 1.5em;
  margin: 50px 0 0;
}

.intro .wrp {
  background-color: #4D4D4D;
  padding: 75px 0 30px;
}

.intro .wrp_b {
  background-color: #4D4D4D;
  padding: 45px 0 75px;
}

.intro .inn {
  width: 1040px;
  max-width: 90%;
  margin: 0 auto;
}

.intro h2 {
  font-size: 26px;
  color: #FFF;
  text-align: center;
  background-color: #005bac;
  padding: 12px 0;
  margin: 40px auto;
  font-family: 'Noto Sans JP', serif;
  font-weight: 400;
  width: 100%;
  max-width: 700px;
  letter-spacing: 0.2em;
}

.intro .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.intro .con .col1 {
  width: 30%;
}

.intro .con .col1 img {
  width: 100%;
}

.intro .con .col2 {
  margin: 0 0 0 40px;
  width: 67%;
}

.intro .con .col2 .name {
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  color: #FFF;
}
.intro .con .col2 .furi {
    color: #FFF;
    font-size: 18px;
}
.intro .con .col2 .sub {
  font-size: 18px;
  margin: 20px 0;
  line-height: 1.7em;
  width: 100%;
  color: #FFF;
}

.intro .con .col2 .txt {
  font-size: 18px;
  line-height: 1.7em;
  width: 100%;
  color: #FFF;
}

.map .wrp {
  padding: 75px 0;
}

.map .inn {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

.map h2 {
	font-size: 26px;
	color: #FFF;
	text-align: center;
	background-color: #005bac;
	padding: 12px 0;
	margin: 40px auto;
	font-family: 'Noto Sans JP', serif;
	font-weight: 400;
	width: 100%;
	max-width: 700px;
	letter-spacing: 0.2em;
}

.map .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.map .con .col1 .address {
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.4em;
  width: 100%;
}

.map .con .col1 .txt {
  font-size: 14px;
  line-height: 1.7em;
  width: 100%;
}

.map .con .col2 {
    margin: 40px auto;
    width: 50%;
}

.map .con .col2 img {
  width: 100%;
}
.map h3 {
  font-size: 30px;
  color: #005bac;
  text-align: center;
  margin: 40px auto;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  width: 100%;
  max-width: 700px;
  letter-spacing: 0.2em;
}
.map h3 span {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	background-color: #005bac;
	padding: 2px 10px;
	margin: 40px 20px 40px auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	width: 100%;
	max-width: 700px;
	letter-spacing: 0.2em;
}
.map h3 span.mini {
	font-size: 18px;
	text-align: center;
	background-color: unset;
	color: #005bac;
	padding: 2px 10px;
	margin: 40px auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	width: 100%;
	max-width: 700px;
	letter-spacing: 0.2em;
}

.map p {
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 1.5em;
}
.map p a{
	color: #005bac;
	text-decoration: underline;
}
.map p.komeTxt {
    font-size:16px;
    line-height:1.2em;
    font-weight:500;
    margin-bottom: 20px;
}
.map .strongTxt {
    font-weight:700;
    text-decoration: underline;
}
.map .grayBox{
	background-color: #F5F7F9;
	padding: 30px 20px;
	margin-top: 30px;
	text-align: center;
}
.map .grayBox .tex1{
	font-size: 20px;
	font-weight: 600;
	font-family: 'Noto Sans JP', serif;
	margin-bottom: 20px;
}
.map .grayBox .tel{
	font-size: 28px;
	font-weight: 700;
	font-family: 'Noto Sans JP', serif;
	margin-bottom: 20px;
}
.map .grayBox .time{
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 20px;
}
.map .grayBox .logo img{
	width: 90%;
	max-width: 400px;
}
.map .grayBox .tex2{
	font-size: 14px;
	font-weight: 600;
	font-family: 'Noto Sans JP', serif;
	margin-top: 10px;
	margin-bottom: 20px;
}

.how {
  background: #F5F7F9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #F5F7F9), to(#f0f4f9));
  background: linear-gradient(to bottom, #F5F7F9 70%, #f0f4f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5F7F9', endColorstr='#f0f4f9',GradientType=0 );
}

.how .wrp {
  padding: 105px 0 0;
}

.how .inn {
  width: 1040px;
  max-width: 90%;
  margin: 0 auto;
}

.how h2 {
	font-size: 26px;
	text-align: center;
	color: #005bac;
	padding: 12px 0;
	margin: auto;
	font-family: 'Noto Sans JP', serif;
	font-weight: 700;
	width: 100%;
	max-width: 700px;
	letter-spacing: 0.2em;
}

.how .txt {
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
}

.how .txt a {
  color: #0087E2;
  text-decoration: underline;
}

.how .txt span {
  font-size: 14px;
}

.how .form_wrp {
  margin: 60px 0 0;
}

.how ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 35px;
}

.how ul li:nth-last-child(1) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.how ul li.err .right_fi span {
  display: block;
}

.how fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.how .left_fi {
  width: 260px;
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.how .left_fi span {
  font-size: 12px;
  color: #fff;
  background-color: #0087E2;
  padding: 3px 5px;
  border-radius: 2px;
  margin: 0 10px 0 0;
  width: 34px;
}

.how .left_fi span.nini {
  color: #0087E2;
  background-color: #E4E4E4;
}

.how .left_fi label {
  font-size: 14px;
  color: #666666;
  line-height: 1.5em;
  padding: 0 35px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.how .left_fi legend {
  font-size: 14px;
  color: #666666;
  line-height: 1.5em;
  padding: 0 35px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.how .right_fi {
  width: 400px;
  position: relative;
}

.how .right_fi span {
  color: #BF272D;
  font-size: 14px;
  margin: 0 0 5px;
  display: inline-block;
  display: none;
  position: absolute;
  top: -20px;
}

.how .right_fi input {
  font-size: 14px;
  padding: 5px 10px;
  width: 400px;
  border: 1px solid #CACACA;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
}

.how .right_fi input[type=radio] {
  width: auto;
  height: auto;
  vertical-align: top;
}

.how .right_fi label {
  display: inline-block;
  margin: 0 0 10px;
  color: #666666;
}

.how .right_fi textarea {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5em;
}

.how .att {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
  margin: 0 0 70px;
}

.how .att a {
  color: #499DD7;
  text-decoration: underline;
}

.how button {
  display: block;
  width: 550px;
  max-width: 100%;
  padding: 25px 0;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  border: none;
  font-weight: bold;
  border-radius: 11px;
  background: #499dd7;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 0;
}

.how button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 11px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #005bac;
  background: -webkit-gradient(linear, left top, left bottom, from(#005bac), to(#00848e));
  background: linear-gradient(180deg, #005bac 0%, #00848e 100%);
}

.how button:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 11px;
  background: #00848e;
  background: -webkit-gradient(linear, left top, left bottom, from(#00848e), to(#00848e));
  background: linear-gradient(180deg, #00848e 0%, #00848e 100%);
}

.how button:hover:before {
  opacity: 0;
}

footer .top {
  text-align: center;
  padding: 60px 0 10px;
}

footer .top img {
  width: 210px;
}

footer .address {
  font-size: 14px;
  color: #231815;
  margin: 75px 0 0;
}

footer .btm {
  background-color: #005bac;
  padding: 35px 0;
}

footer .btm p {
  color: #fff;
  text-align: center;
}

.fixed_btn_wrp .fixed_btn {
  position: fixed;
  background-color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 20px;
  right: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 175px;
}

.fixed_btn_wrp .fixed_btn p {
  width: 100%;
}

.fixed_btn_wrp .fixed_btn p a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 1.7em;
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 20px;
  background-image: url("../images/ico_pen.png");
  text-align: center;
  background-position: center left 17px;
  background-repeat: no-repeat;
  background-size: 21px;
}

.fixed_btn_wrp .fixed_btn:hover {
  width: 195px;
}

.sup .wrp {
  background-color: #FFF;
  padding: 70px 0 80px;
}

.sup .inn {
  width: 1040px;
  max-width: 90%;
  margin: 0 auto;
}

.sup .ttl {
  text-align: center;
  font-size: 30px;
  color: #2E3165;
  font-weight: bold;
  line-height: 1.5em;
}

.sup ul {
  width: 800px;
  max-width: 100%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sup ul li {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: #fdf9f5;
  background: radial-gradient(circle, #fdf9f5 0%, #faf2e6 70%);
}

.sup ul li img {
  height: 50px;
  padding: 30px 0 0;
}

.sup ul li h3 {
  font-size: 30px;
  color: #2E3165;
  font-weight: bold;
  margin: 30px 0;
  text-align: center;
}

.sup ul li p {
  font-size: 16px;
  line-height: 1.7em;
  text-align: center;
  color: #4D4D4D;
}

.sup .txt {
  font-size: 24px;
  color: #2E3165;
  font-weight: bold;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 75px;
}

.sup .btn {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 6.5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 0;
}

.sup .btn a {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.sup .btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 11px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #005bac;
  background: -webkit-gradient(linear, left top, left bottom, from(#005bac), to(#00828c));
  background: linear-gradient(180deg, #005bac 0%, #00828c 100%);
}

.sup .btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 11px;
  background: #008f9b;
  background: -webkit-gradient(linear, left top, left bottom, from(#008f9b), to(#008f9b));
  background: linear-gradient(180deg, #008f9b 0%, #008f9b 100%);
}

.sup .btn:hover:before {
  opacity: 0;
}
.sup .att {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
  margin: 0 0 70px;
}

.sup .att a {
  color: #499DD7;
  text-decoration: underline;
}

.sup .comment {
  margin: 0 0 105px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sup button {
  display: block;
  width: 550px;
  max-width: 100%;
  padding: 25px 0;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  border: none;
  font-weight: bold;
  border-radius: 11px;
  background: #499dd7;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 0;
}

.sup button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 11px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #0087e2;
  background: -webkit-gradient(linear, left top, left bottom, from(#0087e2), to(#2e3165));
  background: linear-gradient(180deg, #0087e2 0%, #2e3165 100%);
}

.sup button:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 11px;
  background: #2e3165;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e3165), to(#2e3165));
  background: linear-gradient(180deg, #2e3165 0%, #2e3165 100%);
}


.sup button:hover:before {
  opacity: 0;
}

.question_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.question_header img {
  position: relative;
}

.question_header .lft {
  width: 400px;
}

.question_header .rgt {
  width: 105px;
}

.question_ttl .wrp .inn {
  width: 1040px;
  margin: 55px auto 40px;
  text-align: left;
  max-width: 90%;
}

.question_ttl .wrp .inn h1 {
  font-size: 33px;
  font-weight: bold;
  color: #2E3165;
  line-height: 1.5em;
}

.que_form .wrp {
  background-color: #FCF8F4;
}

.que_form .wrp .inn {
  padding: 110px 0 0;
  width: 1040px;
  margin: 0 auto;
  max-width: 100%;
}

.que_form h2 {
  font-size: 40px;
  color: #000000;
  text-align: center;
  background-image: url("../images/border_design@2x.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 360px;
  padding: 0 0 22px;
  margin: 0 0 40px;
  font-family: 'Noto Sans JP', serif;
  font-weight: 400;
}

.que_form .txt {
  font-size: 18px;
  color: #000000;
  text-align: center;
  line-height: 1.7em;
  margin: 0 0 50px;
}

.form_wrp {
  margin: 60px 0 0;
}

.form_wrp ul {
  padding: 0 0 100px;
}

.form_wrp ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 35px;
}

.form_wrp ul li:nth-last-child(1) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form_wrp ul li.err .right_fi span {
  display: block;
}

.form_wrp fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form_wrp .left_fi {
  width: 260px;
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form_wrp .left_fi span {
  font-size: 12px;
  color: #fff;
  background-color: #005bac;
  padding: 3px 5px;
  border-radius: 2px;
  margin: 0 10px 0 0;
  width: 34px;
}

.form_wrp .left_fi span.nini {
  color: #005bac;
  background-color: #FFF;
  border: solid 1px #005bac;
  border-radius: 2px;
}

.form_wrp .left_fi label {
	font-size: 14px;
	color: #666666;
	line-height: 1.5em;
	padding: 0 35px 0 0;
	-webkit-box-sizing: border-box;
	      box-sizing: border-box;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;

}

.form_wrp .left_fi legend {
	font-size: 14px;
	color: #666666;
	line-height: 1.5em;
	padding: 0 35px 0 0;
	-webkit-box-sizing: border-box;
	      box-sizing: border-box;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

.form_wrp .right_fi {
  width: 400px;
  position: relative;
}

.form_wrp .right_fi span {
  color: #BF272D;
  font-size: 14px;
  margin: 0 0 5px;
  display: inline-block;
  display: none;
  position: absolute;
  top: -20px;
}

.form_wrp .right_fi input {
  font-size: 14px;
  padding: 5px 10px;
  width: 400px;
  border: 1px solid #CACACA;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
}

.form_wrp .right_fi input[type=radio] {
  width: auto;
  height: auto;
  vertical-align: top;
}

.form_wrp .right_fi input[type=checkbox] {
  width: auto;
  height: auto;
  vertical-align: top;
}

.form_wrp .right_fi label {
  display: block;
  margin: 0 0 10px;
  color: #666666;
}

.form_wrp .right_fi textarea {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5em;
}

.form_wrp .att {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
  margin: 0 0 70px;
}

.form_wrp .att a {
  color: #499DD7;
  text-decoration: underline;
}

.form_wrp .comment {
  margin: 0 0 105px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form_wrp button {
  display: block;
  width: 550px;
  max-width: 100%;
  padding: 25px 0;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  border: none;
  font-weight: bold;
  border-radius: 11px;
  background: #499dd7;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 0;
}

.form_wrp button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 11px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #0087e2;
  background: -webkit-gradient(linear, left top, left bottom, from(#0087e2), to(#2e3165));
  background: linear-gradient(180deg, #0087e2 0%, #2e3165 100%);
}

.form_wrp button:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 11px;
  background: #2e3165;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e3165), to(#2e3165));
  background: linear-gradient(180deg, #2e3165 0%, #2e3165 100%);
}


.form_wrp button:hover:before {
  opacity: 0;
}

.form_wrp select {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 2px;
}
.form_wrp .right_fi label.radio-label {
  display: inline-block;
}

input[type="radio"] {
  display: none;
}

.form_wrp .right_fi span.radio-text {
	position: unset;
	font-size: 14px;
	color: #666666;
	line-height: 1.5em;
	padding: 0 35px 0 0;
	-webkit-box-sizing: border-box;
	      box-sizing: border-box;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}
.form_wrp .right_fi span.radio-text:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 2px;
  background-clip: content-box;
}

input[type="radio"]:not(:checked) + .radio-text:before {
  border-color: #72767b;
}

input[type="radio"]:checked + .radio-text:before {
  border-color: #005bac;
  background-color: #005bac;
}

.thanks_con .wrp {
  background-color: #F5F7F9;
  padding: 100px 0 175px;
}

.thanks_con h2 {
  font-size: 40px;
  color: #000000;
  text-align: center;
  padding: 0 0 22px;
  margin: 0 0 40px;
  font-family: 'Noto Sans JP', serif;
  font-weight: 400;
}

.thanks_con .txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.7em;
  margin: 90px auto 220px;
}

.thanks_con .btn {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 6.5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 0;
}

.thanks_con .btn a {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.thanks_con .btn a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border-radius: 11px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #005bac;
    background: -webkit-gradient(linear, left top, left bottom, from(#7ecef4), to(#005bac));
    background: linear-gradient(180deg, #7ecef4 0%, #005bac 100%);
}

.thanks_con .btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 11px;
  background: #00848e;
  background: -webkit-gradient(linear, left top, left bottom, from(#00848e), to(#00848e));
  background: linear-gradient(180deg, #00848e 0%, #00848e 100%);
}


.thanks_con .btn a:hover:before {
  opacity: 0;
}

.confirm_con .wrp {
  background-color: #FCF8F4;
}

.confirm_con .wrp .inn {
  padding: 110px 0 100px;
  width: 1040px;
  margin: 0 auto;
  max-width: 100%;
}

.confirm_con h2 {
  font-size: 40px;
  color: #000000;
  text-align: center;
  background-image: url("../images/border_design@2x.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 360px;
  padding: 0 0 22px;
  margin: 0 0 40px;
  font-family: 'Noto Sans JP', serif;
  font-weight: 400;
  line-height: 1.5em;
}

.confirm_con .table_wrp {
  width: 840px;
  max-width: 90%;
  margin: 0 auto;
}

.confirm_con .table_wrp table {
  width: 100%;
}

.confirm_con .table_wrp tr {
  border-top: 1px solid #666666;
}

.confirm_con .table_wrp tr:nth-last-child(1) {
  border-bottom: 1px solid #666666;
}

.confirm_con .table_wrp td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  text-align: left;
  font-size: 14px;
  color: #666666;
  line-height: 1.7em;
}

.confirm_con .table_wrp td:nth-child(1) {
  padding: 20px 20px 20px 30px;
  background-color: #ECE8E5;
}

.confirm_con .table_wrp td:nth-child(2) {
  padding: 20px 20px 20px 20px;
}

.confirm_con .btm {
  margin: 35px auto 40px;
}

.confirm_con .back_btn {
  width: 840px;
  max-width: 90%;
  margin: 0 auto 35px;
}

.confirm_con .back_btn a {
  color: #666666;
  font-size: 20px;
  font-weight: bold;
}

.confirm_con .btn {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 6.5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 0;
}

.confirm_con .btn a {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.confirm_con .btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 11px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #0087e2;
  background: -webkit-gradient(linear, left top, left bottom, from(#0087e2), to(#2e3165));
  background: linear-gradient(180deg, #0087e2 0%, #2e3165 100%);
}

.confirm_con .btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 11px;
  background: #2e3165;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e3165), to(#2e3165));
  background: linear-gradient(180deg, #2e3165 0%, #2e3165 100%);
}

.confirm_con .btn:hover:before {
  opacity: 0;
}
.purpose {
    width: 1040px;
    max-width: 90%;
    margin: 0px auto;
}
.purpose p{
    text-align: right;
}
.purpose p img{
    max-width: 80%;
}
.p01, .p02 {
    display: flex;
    width: 100%;
    flex-direction: row;
    margin-bottom: 25px;
}


.p01a, .p01b {
    width: 50%;
}
.p01b1 {
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    margin-left: 20px;
    line-height: 1.5em;
}

.p02b1 {
    margin: 0 0 10px 0;
    padding: 20px 20px 20px 70px;
    border: 2px solid #e91e63;
    border-radius: 5px;
    background-color: #f8bbd0;
    background-image: url(../images/alert-black.ico);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 20px 20px;
    word-wrap: break-word;
}

.p02b2 {
    color: #ff0000;
    font-weight: 500;
    line-height: 1.4em;
}
.p02b3 {
    font-size: 85%;
    font-weight: 500;
}
.hr1 {
  height: 1px;
  background: #aaa;
  background-image: -webkit-linear-gradient(left, #ddd, #999, #ddd);
  background-image: -moz-linear-gradient(left, #ddd, #999, #ddd);
  background-image: -ms-linear-gradient(left, #ddd, #999, #ddd);
  background-image: -o-linear-gradient(left, #ddd, #999, #ddd);
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  .ove .txt {
    text-align: left;
  }
  .ove .mov_ara p {
    text-align: left;
  }
  .intro .con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro .con .col1 {
    margin: 0 0 30px;
    width: 100%;
    text-align: center;
  }
  .intro .con .col1 img {
    width: 300px;
    max-width: 100%;
  }
  .intro .con .col2 {
    margin: 0;
    width: 100%;
  }
  .how ul li {
    -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;
  }
  .how ul li:nth-last-child(1) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .how .left_fi {
    width: 400px;
  }
  .how .right_fi span {
    position: unset;
  }
  .how fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map .con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map .con .col2 {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .map .con .col2 img {
    width: 200px;
    max-width: 100%;
  }
  .map .con .col1 {
    margin: 0 0 30px;
    width: 100%;
  }
  .setBox {
    display: flex;
    flex-direction: column;
  }
  .sup .txt {
    text-align: left;
  }
  .sup ul {
    -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;
  }
  .sup ul li:nth-child(1) {
    margin: 0 0 60px;
  }
  .form_wrp ul li {
    -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;
  }
  .form_wrp ul li:nth-last-child(1) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form_wrp .left_fi {
    width: 400px;
  }
  .form_wrp .right_fi span {
    position: unset;
  }
  .form_wrp fieldset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form_wrp .comment {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 500px) {
  .sp {
    display: block;
  }
  .tab {
    display: none;
  }
  .fir .wrp {
    padding: 110px 0 65px;
    background-image: url("../images/bg_fir.jpg");
  }
  .ove .txt {
    font-size: 16px;
    margin: 0 0 90px;
  }
  .ove .mov_ara p {
    font-size: 16px;
  }
  .ove .mov_ara .mov_txt_wrp {
    height: 60px;
  }
  .ove .mov_ara .mov_txt_wrp p {
    font-size: 15px;
  }
  .intro h2 {
    font-size: 28px;
    background-size: 250px;
  }
  .intro .con .col2 {
    margin: 0 auto;
  }
  .intro .con .col2 .txt {
    font-size: 14px;
  }
  .how h2 {
    font-size: 28px;
    background-size: 250px;
  }
  .how .txt {
    font-size: 16px;
    text-align: left;
  }
  .how .txt span {
    font-size: 14px;
  }
  .how button {
    max-width: 80%;
    padding: 16px 0;
    font-size: 18px;
  }
  .how .left_fi {
    width: 100%;
  }
  .how .left_fi legend {
    padding: 0;
  }
  .how .left_fi label {
    padding: 0;
  }
  .how .right_fi {
    width: 100%;
  }
  .how .right_fi input {
    max-width: 100%;
  }
  .how fieldset {
    width: 100%;
  }
  .how .att {
    text-align: left;
  }
  footer .address {
    line-height: 1.7em;
    font-size: 12px;
  }
  footer .btm p {
    line-height: 1.5em;
    font-size: 10px;
  }
  .movie_ove .txt {
    font-size: 16px;
    margin: 0 0 90px;
  }
  .movie_ove .con .rgt ul li {
    font-size: 18px;
  }
  .movie_ove .sp_mov_txt {
    font-size: 14px;
    color: #4D4D4D;
    font-weight: bold;
    line-height: 1.7em;
    margin: 20px 0 0;
  }
  .movie_ove .lec_wrp .name span {
    font-size: 20px;
  }
  .movie_ove .lec_wrp .lec_txt {
    font-size: 14px;
  }
  .sup .ttl {
    font-size: 20px;
  }
  .sup .btn a {
    padding: 16px 0;
    font-size: 18px;
  }
  .sup ul li {
    width: 320px;
    height: 320px;
  }
  .sup ul li h3 {
    font-size: 27px;
  }
  .sup ul li p {
    font-size: 14px;
  }
  .sup .txt {
    font-size: 16px;
  }


  .question_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .question_header img:nth-child(1) {
    width: 277px;
  }
  .question_header img:nth-last-child(1) {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .question_ttl .wrp .inn h1 {
    font-size: 22px;
  }
  .que_form .wrp .inn {
    max-width: 90%;
  }
  .que_form h2 {
    font-size: 28px;
    background-size: 250px;
  }
  .que_form .txt {
    font-size: 16px;
    text-align: left;
  }
  .form_wrp h2 {
    font-size: 28px;
    background-size: 250px;
  }
  .form_wrp .txt {
    font-size: 16px;
    text-align: left;
  }
  .form_wrp .txt span {
    font-size: 14px;
  }
  .form_wrp button {
    max-width: 80%;
    padding: 16px 0;
    font-size: 18px;
  }
  .form_wrp .left_fi {
    width: 100%;
  }
  .form_wrp .left_fi legend {
    padding: 0;
  }
  .form_wrp .left_fi label {
    padding: 0;
  }
  .form_wrp .right_fi {
    width: 100%;
  }
  .form_wrp .right_fi input {
    max-width: 100%;
  }
  .form_wrp fieldset {
    width: 100%;
  }
  .form_wrp .att {
    text-align: left;
  }
  .thanks_con .wrp {
    padding: 65px 0 70px;
  }
  .thanks_con .wrp .inn {
    max-width: 90%;
    margin: 0 auto;
  }
  .thanks_con h2 {
    font-size: 28px;
    background-size: 250px;
  }
  .thanks_con .txt {
    text-align: left;
    margin: 40px auto 85px;
  }
  .thanks_con .btn a {
    padding: 16px 0;
    font-size: 18px;
  }
  .confirm_con h2 {
    font-size: 28px;
    background-size: 250px;
  }
  .confirm_con .table_wrp td {
    width: 100%;
    display: block;
  }
  .confirm_con .table_wrp td:nth-child(1) {
    padding: 20px 0 20px 20px;
  }
  .confirm_con .btn a {
    padding: 16px 0;
    font-size: 18px;
  }
	.timeSet {
	    display: flex;
	    flex-direction: row;
	}
	.timeBox .timeTitle2 {
		display: block;
	}
	.timeBox .timeTime1, .timeBox .timeTime2 {
		flex-basis: 40%;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.timeBox .timeArrow {
		flex-basis: 20%;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.timeArrow::before {
		content:"\e5df";
	}
	.semiBox {
	    margin-top: 10px;
	    margin-bottom: 15px;
	}
	.semiBox h2 {
	    font-size: 17pt;
	    margin-bottom: 10px;
	}
	.semiBox h3 {
	    font-size: 12pt;
	    margin-bottom: 10px;
	}
    .semiBox2 h2 {
        font-size: 18pt;
    }
    .map h2 {
        letter-spacing: unset;
    }
    .p01, .p02 {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-bottom: 25px;
    }


    .p01a, .p01b {
        width: 100%;
    }
    .p01b1 {
        font-size: 18px;
        font-weight: bold;
        width: 100%;
        margin-left: 20px;
        line-height: 1.5em;
    }

    .p02b1 {
        margin: 0 0 10px 0;
        padding: 20px 20px 20px 70px;
        border: 2px solid #e91e63;
        border-radius: 5px;
        background-color: #f8bbd0;
        background-image: url(../images/alert-black.ico);
        background-repeat: no-repeat;
        background-size: 25px 25px;
        background-position: 20px 20px;
        word-wrap: break-word;
    }

    .p02b2 {
        color: #ff0000;
        font-weight: 500;
        line-height: 1.4em;
    }
    .p02b3 {
        font-size: 85%;
        font-weight: 500;
    }

    .semiBox .n01title {
        flex-direction: column;
    }

    .col01t {
        width: auto;
        text-align: center;
    }
    .col02t {
        font-size: 18pt;
        width: auto;
    }
    .semiBox .subTitle {
        display: flex;
        flex-direction: column;
        margin: 0px auto 25px;
    }
    .col01 {
        font-size: 16pt;
        width: auto;
        text-align: center;
    }
    .col02 {
        font-size: 16pt;
        width: auto;
        text-align: center;
    }
    .col03,.col032l {
        font-size: 16pt;
        width: auto;
        text-align: center;
        line-height: 1.5em;
    }
}
