@charset "UTF-8";

.lpSection {
	padding: 0 4rem;
	--lpColor01: #198CCD;
	--lpColor02: #E3F1F9;
	--lpColor03: #00659F;
	--lpColor04: #F0F7FA;
	--lpColor05: #75C0EA;
	--markerLine: linear-gradient(transparent 68%, #FFFF00 0%);
}

#fixed-header {
  position: fixed;
  top: -10rem;  
  width: 100%;
  transition: .5s;
  z-index:999;
}
#fixed-header.is-show {
  top: 0;
}

html{
  margin:0;
  padding:0;
}
body{
  padding:0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:500;
  font-size:1.6rem;
  line-height:1.5;
  color:#404040;
  margin:0;
}
img{
  vertical-align:top;
  width: 100%;
}
.clear_block::after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}
.onlysp{
  display:none;
}
.onlypc{
  display:block;
}

.header{
  display:flex;
  justify-content: space-between;
  padding:2rem 5rem;
}
.header #menu-area{
  display: none;
}
.header .logo{
  width:37.7rem;
}
.header .logo img{
  width: 100%;
}
.main_block_001{
  background:#2AA8D8;
  color:#FFF;
  padding:5rem 0rem 3rem 0;
}
.main_block_001 .main_area_001{
  max-width:120rem;
  margin:auto;
  display:flex;
  justify-content: space-between;
}
.main_block_001 .main_area_001 img{
  width: 100%;
}
.main_block_001 .main_area_001 .photo_area{
  order:2;
  width:57rem;
  text-align: right;
}
.main_block_001 .main_area_001 .photo_area .btn_orange{
  text-align: center;
}
.main_block_001 .main_area_001 .photo_area .btn_orange a{
  width:60%;
  margin:2rem auto;
  text-align: center;
  font-size:2rem;
  line-height:2;
}
.main_block_001 .main_area_001 .text_area{
  order:1;
  width:57rem;
  padding:0 0 0 5rem;
}
.main_block_001 .main_area_001 .text_area .ttl_img{
  width:52rem;
  margin:-1rem 0 0 0;
}
.main_block_001 .main_area_001 .text_area h1{
  font-size:6.2rem;
  letter-spacing:0.08em;
  line-height:0;
}
.main_block_001 .main_area_001 .text_area h1 em{
  font-size:10rem;
  font-style:normal;
}
.main_block_001 .main_area_001 .text_area h1 span{
  font-size:7.6rem;
  font-style:normal;
}
.main_block_001 .main_area_001 .text_area .sub_ttl{
  font-size:2rem;
  font-weight:700;
}
.main_block_001 .main_area_001 .text_area p{
  font-weight:700;
  font-size:1.6rem;
  margin:2rem 0 2.5rem 0;
}
.main_block_001 .main_area_001 .text_area p em{
  color:#FBFE7F;
  font-weight:900;
  font-size:2.4rem;
  font-style:normal;
}
.main_block_001 .main_area_001 .text_area p span{
  font-size:2.4rem;
  font-style:normal;
}
.main_block_001 .main_area_001 .text_area dl{
  display:flex;
  justify-content: space-between;
  position: relative;
  width:52rem;
  justify-content: stretch;
  margin:0 0 2rem 0;
}
.main_block_001 .main_area_001 .text_area dl dt{
  background:#008CC2;
  color:#FFF;
  font-size:1.8rem;
  font-weight:700;
  width:12rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.main_block_001 .main_area_001 .text_area dl dt a.onlypc{
  color:#FFF;
  display: flex;
  justify-content:center;
  align-items: center;
  height:100%;
  width: 100%;
  background-image: url(icon_img_37.png);
    background-size: 1.5rem 1.5rem;
    background-position: right 1rem center;
    background-repeat: no-repeat;
    padding:0 1rem 0 0;
}
.main_block_001 .main_area_001 .text_area dl dt a.onlysp{
  display:none;
}
.main_block_001 .main_area_001 .text_area dl .popimg{
  position:absolute;
  right:0;
  bottom:0;
  width:8.5rem;
  background:none;
}
.main_block_001 .main_area_001 .text_area dl dd{
  background:#D4EDF7;
  flex:1;
  margin:0;
  color:#008CC2;
  font-weight:700;
  font-size:1.6rem;
}

.main_block_001 .main_area_001 .text_area dl dd ul{
  padding:1rem 1.5rem 1rem 2rem;
  margin:0;
}
.main_block_001 .main_area_001 .text_area dl dd ul li{
  list-style-type:none;
}
.main_block_001 .main_area_001 .text_area dl dd ul li:nth-child(1){
  background:url(main_icon_01.png) left center no-repeat;
  background-size:1.5rem 1.5rem;
  padding:0.3rem 0 0.3rem 2.5rem;
}
.main_block_001 .main_area_001 .text_area dl dd ul li:nth-child(2){
  background:url(main_icon_02.png) left center no-repeat;
  background-size:1.5rem 1.5rem;
  padding:0.3rem 0 0.3rem 2.5rem;
}
.btn_orange.center{
  text-align: center;
}
.btn_orange a , .btn_orange span{
  background-color: #FF8925;
  background-image:url(/wp-content/uploads/2025/06/btn_icon_01.png);
  background-size:1.6rem 1.5rem;
  background-repeat:no-repeat;
  background-position: right 3rem center;
  color:#FFF;
  font-size:1.8rem;
  line-height:1.8;
  font-weight:700;
  padding:1.0rem 5rem 1.3rem 5rem;
  filter: drop-shadow(0px 0.5rem 0px rgba(193,92,5 ,1));
  border-radius: 10rem;
  display:inline-block;
  text-decoration: none;
  transition: all .3s ease;
}
.btn_orange a:hover{
  background-image:url(/wp-content/uploads/2025/06/btn_icon_01.png);
  background-size:1.6rem 1.5rem;
  background-repeat:no-repeat;
  background-position: right 2rem center;
  filter: drop-shadow(0px 0rem 0px rgba(193,92,5 ,1));
  transform: translate3d(0px, 0.5rem, 0);
}
.btn_orange.greens a{
  background-color: #0AA563;
  filter: drop-shadow(0px 0.5rem 0px rgba(7,128,76 ,1));
}
.btn_orange.greens a:hover{
  background-color: #0AA563;
  filter: drop-shadow(0px 0rem 0px rgba(7,128,76 ,1));
}

.btn_orange.pinks a{
  background-color: #FC4752;
  filter: drop-shadow(0px 0.5rem 0px rgba(186,55,63 ,1));
}
.btn_orange.pinks a:hover{
  background-color: #FC4752;
  filter: drop-shadow(0px 0rem 0px rgba(186,55,63 ,1));
}

.main_block_01{
  background:#fedae8 url(bg_img_01_pc.jpg) center top no-repeat;
  background-size:1500px auto;
  min-width:1200px;
  width:100%;
  padding:45px 0;
  margin:0;
}
.main_block_01 .cont{
  width:1200px;
  margin:auto;
}
.main_block_01 .ttl{
  width:540px;
  padding:0 0 0px 0;
  margin:0 auto 0;
}
.main_block_01 .ttl img{
  width:100%;
}
.main_block_01 p{
  font-size:15px;
  line-height:18pt;
  margin:0 0 20px 0;
}
.main_block_01 p:last-child{
  margin:0;
}
.navs{
  width:100%;
  background:#008cc2;
  margin:0 auto 0;
  transition: all .3s ease;;
}
.navs .cont{
  width:120rem;
  margin:auto;
}
.navs .cont ul{
  display: flex;
  margin:0;
  padding:1rem 0;
  align-items: stretch;
}
.navs .cont li{
  list-style-type:none;
  text-align:center;
  width:100%;
  padding:1.0rem 0 0.8rem 0;
  display:flex;
  justify-content: stretch;
  border-right:1px dotted #66bada;
  align-items: center;
}
.navs .cont li a{
  display:flex;
  transition: all .3s ease;
  color:#FFF;
  text-decoration:none;
  font-size:1.5rem;
  display:inline-block;
  width:100%;
  font-weight:bold;
  padding:0 0 1.5rem 0;
  background:url(/wp-content/uploads/2025/06/icon_img_01.png) center 5rem no-repeat;
  background-size:1.4rem 0.8rem;

}
.navs .cont li a:hover{
  text-decoration:underline;
  background:url(/wp-content/uploads/2025/06/icon_img_01.png) center 5.3rem no-repeat;
  background-size:1.4rem 0.8rem;
}
.navs .cont li:last-child{
  border-right:none;
}
/*
.navs .cont li:nth-child(5) a{
  padding: 1rem 0 3rem 0;
}
  */
.navs .cont li:nth-child(6) a,
.navs .cont li:nth-child(7) a{
  background:url(/wp-content/uploads/2025/06/icon_img_01.png) center 4.8rem no-repeat;
  background-size:1.4rem 0.8rem;
  padding: 1rem 0 2.5rem 0;
  font-weight:500;
}
.navs .cont li:nth-child(6) a:hover,
.navs .cont li:nth-child(7) a:hover{
  background:url(/wp-content/uploads/2025/06/icon_img_01.png) center 5.1rem no-repeat;
  background-size:1.4rem 0.8rem;
  padding: 1rem 0 2.5rem 0;
}





.link_block02{
  padding:0rem 0 0 0;
  position: absolute;
  bottom:10rem;
}

.link_block{
  padding:5rem 0 0 0;
}
.main_block_002{
  margin:0rem 0 0 0;
  position: relative;
  background:url(bg_img_001.png);
  background-size:3.9rem 3.9rem;
}
.main_block_002 .main_area_002{
  width:110rem;
  padding:10rem 5rem 6rem 5rem;
  margin:auto;
}
.main_block_002 .main_area_002 .ttl_img{
  position:absolute;
  left:0;
  right:0;
  margin:auto;
  width:32rem;
  top:-6rem;
}
.main_block_002 .main_area_002 .ttl_img img{
  width:100%;
}
.main_block_002 .main_area_002 h2{
  text-align:center;
  color:#333333;
  font-size:4.8rem;
  font-weight:700;
  margin:0 0 3rem 0;
  padding:0;
}
.main_block_002 .main_area_002 h2 em{
  color:#2AA8D8;
  font-style:normal;
}
.main_block_002 .main_area_002 .area_002_text_01{
  font-weight:400;
  text-align: center;
  line-height:1.8;
  margin:0 0 3rem 0;
  padding:0;
}
.main_block_002 .main_area_002 .area_002_dl{
  margin:auto;
  display:flex;
  justify-content: center;
}
.main_block_002 .main_area_002 .area_002_dl dl{
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 2rem;
}
.main_block_002 .main_area_002 .area_002_dl dl dt{
  background:#DADADA;
  padding:0.5rem 1.5rem;
  font-size:1.2rem;
  font-weight:700;
}
.main_block_002 .main_area_002 .area_002_dl dl dd{
  font-size:1.6rem;
  font-weight:500;
  margin:0;
  padding:0 0 0 1rem;
}
.main_block_002 .main_area_002 .area_002_box{
  display: flex;
  justify-content: space-between;
  margin:0 0 4rem 0;
}
.main_block_002 .main_area_002 .area_002_box .area_002_left{
  width:50rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_right{
  width:57rem;
  margin:10rem 0 0 0;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block{
  background:#FFF;
  border-radius: 2rem;
  /*
  filter: drop-shadow(0px 0.3rem 0.6rem rgba(0,0,0,0.16));
  */
  position: relative;
  margin:7rem 0 0 0;
  padding:4.8rem;
  box-shadow:0 0.3rem 0.5rem rgba(0,0,0,0.1);
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .ttl_imgs{
  position:absolute;
  top:-4rem;
  left:5rem;
  width:12rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .number01{
  width:4.9rem;
  position: absolute;
  right:1.5rem;
  top:-3rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .number02{
  width:8.3rem;
  position: absolute;
  right:2rem;
  top:-5rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .number03{
  width:7.7rem;
  position: absolute;
  right:2rem;
  top:-3rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .flex_b_01,
.main_block_002 .main_area_002 .area_002_box .area_002_block .flex_b_02{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .flex_b_01 h3{
  width:2rem;
  color:#2AA8D8;
  font-size:2.4rem;
  font-weight:700;
  display: contents;
    line-height: 1.5;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .flex_b_02 h3{
  width:2rem;
  color:#2AA8D8;
  font-size:2.7rem;
  font-weight:700;
  display: contents;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .flex_b_03 h3{
  color:#2AA8D8;
  font-size:2.7rem;
  font-weight:700;
  display: block;
  margin:2rem 0 0 0;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .flex_b_02 h3 span{
  display:contents;
  font-size:1.9rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .link_ttl{
  margin:2rem 0;
  line-height: 1.7;
  background: url(area_002_icon_06.png) left 1.2rem no-repeat;
  background-size: 1rem 1rem;
  padding: 0 0 0 2rem;
  font-size:2rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .link_ttl em{
  color:#F65D98;
  font-style: normal;
  text-decoration:none;
  margin:0 0rem 0 0;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .link_ttl a{
  color:#2AA8D8;
  text-decoration:underline;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .link_ttl a:hover{
  text-decoration: none;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .gray_area{
  background:#F8F8F8;
  padding:1rem 1.5rem;
  margin:0 0 0 2rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .gray_area a{
  text-decoration:underline;
  color:#2AA8D8;
  font-weight:bold;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .gray_area a:hover{
  text-decoration:none;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .gray_area em{
  color: #F65D98;
    font-style: normal;
}

.main_block_002 .main_area_002 .area_002_box .area_002_block .flex_b_01 .photos1{
  width:18rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .flex_b_02 .photos2{
  width:14rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .flex_b_03 .photos3{
  width:14.5rem;
  position:absolute;
  right:2rem;
  top:12rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .normal_list{
  margin:3rem 0 0 0;
  padding: 0;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .normal_list_2{
  margin:3rem 0 0 0;
  padding: 0;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .normal_list_2 a{
  text-decoration: underline;
  color:#F65D98;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .normal_list_2 a:hover{
  text-decoration:none;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .normal_list li{
  margin:0;
  list-style-type: none;
  margin:0 0 1rem 0;
  line-height:1.7;
  background:url(area_002_icon_06.png) left 0.9rem no-repeat;
  background-size:1rem 1rem;
  padding:0 0 0 1.8rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .normal_list li em{
  color:#F65D98;
  font-style: normal;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .normal_list_2 li{
  margin:0;
  list-style-type: none;
  margin:0 0 1rem 0;
  line-height:1.7;
  background:url(area_002_icon_05.png) left 0.9rem no-repeat;
  background-size:1.2rem 1.2rem;
  padding:0 0 0 1.8rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block .normal_list_2 li em{
  color:#F65D98;
  font-style: normal;
}

.comv_area{
  margin:auto;
  text-align: center;
}
.comv_area .ar_img{
  width:110rem;
  margin:auto;
}
.comv_area .ttl{
  margin:7rem 0 2rem 0;
  font-size:2.1rem;
  font-weight:700;
}
.comv_area .comv_btn{
  display:flex;
  align-items: center;
  justify-content: center;
  padding:0 0 1rem 0;
}
.comv_area .comv_btn_area{
  display:flex;
  justify-content:stretch;
}
.comv_area .comv_btn_area .comv_contact,
.comv_area .comv_btn_area .comv_inq{
  display: flex;
  justify-content: stretch;
}
.comv_area .comv_btn_area .comv_contact a{
  align-items: center;
  color:#2AA8D8;
  border-radius: 10rem;
  border:3px solid #2AA8D8;
  filter: drop-shadow(0px 0.5rem 0px rgba(181,181,181 ,1));
  background:#FFF;
  padding:1rem 0rem;
  width:42rem;
  text-decoration: none;
  font-weight:700;
  display:flex;
  justify-content: center;
  font-size:2.2rem;
  background-image:url(/wp-content/uploads/2025/06/btn_icon_02.png);
  background-size:1.6rem 1.5rem;
  background-repeat:no-repeat;
  background-position: right 3rem center;
  margin:0 1rem 0 0;
}
.comv_area .comv_btn_area .comv_contact a:hover{
  background-image:url(/wp-content/uploads/2025/06/btn_icon_01.png);
  background-size:1.6rem 1.5rem;
  background-repeat:no-repeat;
  background-position: right 2rem center;
  filter: drop-shadow(0px 0rem 0px rgba(181,181,181 ,1));
  transform: translate3d(0px, 0.5rem, 0);
  color:#FFF;
  background-color:#2AA8D8;
}
.comv_area .comv_btn_area .comv_inq a{
  align-items: center;
  color:#FFF;
  border-radius: 10rem;
  border:3px solid #FF8925;
  filter: drop-shadow(0px 0.5rem 0px rgba(221,108,11 ,1));
  background:#FF8925;
  padding:1rem 0rem;
  width:42rem;
  text-decoration: none;
  font-weight:700;
  display:flex;
  justify-content: center;
  font-size:2.2rem;
  background-image:url(/wp-content/uploads/2025/06/btn_icon_01.png);
  background-size:1.6rem 1.5rem;
  background-repeat:no-repeat;
  background-position: right 3rem center;
  margin:0 0rem 0 1rem;
}
.comv_area .comv_btn_area .comv_inq a:hover{
  background-image:url(/wp-content/uploads/2025/06/btn_icon_01.png);
  background-size:1.6rem 1.5rem;
  background-repeat:no-repeat;
  background-position: right 2rem center;
  filter: drop-shadow(0px 0rem 0px rgba(221,108,11 ,1));
  transform: translate3d(0px, 0.5rem, 0);
}




.main_block_003{
  margin:2rem 0 0 0;
}
.main_block_003 .main_area_003{
  background: linear-gradient(180deg, #FFFEEA 0%, #FFFEEA 60%, #FFF 60%, #FFF 100%);
  width: 110rem;
  padding: 5rem 0rem 5rem 0rem;
  margin: auto;
  position: relative;
}
.main_block_003 .main_area_003 h2{
  text-align: center;
  font-size:3rem;
  font-weight:900;
  color:#404040;
  margin:0;
}
.main_block_003 .main_area_003 h2 em{
  font-size:4.8rem;
  font-style:normal;
  font-weight:700;
}
.main_block_003 .main_area_003 h2 span{
  color:#2AA8D8;
  font-style:normal;
}
.main_block_003 .main_area_003 ul{
  display:flex;
  width:100rem;
  margin:3rem auto 0;
  justify-content: space-between;
  padding:0;
}
.main_block_003 .main_area_003 ul li{
  list-style-type:none;
}
.main_block_003 .main_area_003 ul li a{
  background:#FFF;
  box-shadow:0 0rem 2rem rgba(0,0,0,0.1);
  border-radius: 20rem;
  justify-content: center;
  list-style-type: none;
  width:19.2rem;
  height:18.2rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin:0;
  padding:0;
  align-items: center;
  padding:0 0 1rem 0;
  font-size:1.5rem;
  font-weight:700;
  border:2px solid #008CC2;
  color:#404040;
  font-size:1.5rem;
  line-height:1.4;
  text-decoration: none;
  transition: all .3s ease;
}

.main_block_003 .main_area_003 ul li a img{
  width:3.8rem;
  margin:0 auto 1.5rem;
}
.main_block_003 .main_area_003 ul li a p{
  margin: 0;
  padding:4rem 0 0 ;
  width: 100%;
}
.main_block_003 .main_area_003 ul li a p span{
  display:flex;
  margin:1rem 0 0 0;
  color:#008CC2;
  justify-content: center;
  background:url(ar1.png) center bottom no-repeat;
  background-size:1.95rem 1.85rem;
  background-repeat:no-repeat;
  padding:0 0 2.2rem 0;
}


.main_block_003 .main_area_003 ul li.n01 a{
  background:#FFF url(area_003_icon_01.png) center top 2rem no-repeat;
  background-size:3.8rem 2.4rem;
  background-repeat:no-repeat;
}
.main_block_003 .main_area_003 ul li.n01 a:hover{
  background:#008CC2 url(area_003_icon_01_w.png) center top 2rem no-repeat;
  background-size:3.8rem 2.4rem;
  background-repeat:no-repeat;
}
.main_block_003 .main_area_003 ul li a:hover{
  color:#FFF;
}
.main_block_003 .main_area_003 ul li a:hover span{
  color:#FFF;
}

.main_block_003 .main_area_003 ul li a:hover p span{
  display:flex;
  margin:1rem 0 0 0;
  color:#FFF;
  justify-content: center;
  background:url(ar1_w.png) center bottom no-repeat;
  background-size:1.95rem 1.85rem;
  background-repeat:no-repeat;
  padding:0 0 2.2rem 0;
}
.main_block_003 .main_area_003 ul li.n02 a{
  background:#FFF url(area_003_icon_02.png) center top 2rem no-repeat;
  background-size:3.8rem 2.4rem;
  background-repeat:no-repeat;
}
.main_block_003 .main_area_003 ul li.n02 a:hover{
  background:#008CC2 url(area_003_icon_02_w.png) center top 2rem no-repeat;
  background-size:3.8rem 2.4rem;
  background-repeat:no-repeat;
}
.main_block_003 .main_area_003 ul li.n03 a{
  background:#FFF url(area_003_icon_03.png) center top 2rem no-repeat;
  background-size:3.8rem 2.4rem;
  background-repeat:no-repeat;
}
.main_block_003 .main_area_003 ul li.n03 a:hover{
  background:#008CC2 url(area_003_icon_03_w.png) center top 2rem no-repeat;
  background-size:3.8rem 2.4rem;
  background-repeat:no-repeat;
}
.main_block_003 .main_area_003 ul li.n04 a{
  background:#FFF url(area_003_icon_04.png) center top 2rem no-repeat;
  background-size:3.8rem 2.4rem;
  background-repeat:no-repeat;
}
.main_block_003 .main_area_003 ul li.n04 a:hover{
  background:#008CC2 url(area_003_icon_04_w.png) center top 2rem no-repeat;
  background-size:3.8rem 2.4rem;
  background-repeat:no-repeat;
}
.main_block_003 .main_area_003 ul li.n05 a{
  background:#FFF url(area_003_icon_055.png) center top 2rem no-repeat;
  background-size:3.8rem 2.4rem;
  background-repeat:no-repeat;
}
.main_block_003 .main_area_003 ul li.n05 a:hover{
  background:#008CC2 url(area_003_icon_055_w.png) center top 2rem no-repeat;
  background-size:3.8rem 2.4rem;
  background-repeat:no-repeat;
}

.main_block_004{
  margin:0rem 0 0 0;
  position: relative;
  background:#F0F8FC;
}
.main_block_004 .main_area_004{
  width:120rem;
  padding:8rem 0rem 5rem 0rem;
  margin:auto;
}
.main_block_004 .main_area_004 .ttl_img{
  position:absolute;
  left:0;
  right:0;
  margin:auto;
  width:21.7rem;
  top:-4rem;
}
.main_block_004 .main_area_004 .ttl_img img{
  width:100%;
}
.main_block_004 .main_area_004 h2{
  text-align:center;
  color:#333333;
  font-size:4.8rem;
  font-weight:700;
  margin:0 0 3rem 0;
  padding:0;
}
.main_block_004 .main_area_004 h2 em{
  color:#2AA8D8;
  font-style:normal;
}
.main_block_004 .main_area_004 .area_004_ttl{
  background:#008CC2;
  text-align: center;
  font-size:2.8rem;
  color:#FFF;
  font-weight:700;
  padding:2rem 0;
}
.main_block_004 .main_area_004 .area_004_ttl span{
  display:inline-block;
  position: relative;
  font-style:normal;
  background: url(icon_img_05.png) left center no-repeat, url(icon_img_06.png) right center no-repeat;
    background-size: 26px 42px, 26px 42px;
    padding: 0px 50px 0px 50px;
/*
  background:url(area_004_text_02.png) left top 1rem no-repeat , url(area_004_text_03.png) right top 1rem no-repeat;
  background-size:2.5rem 50% , 2.5rem 50%;
  background-repeat:no-repeat;
  */
  padding:0 6rem;
}


.main_block_004 .main_area_004 .area_004_ttl span em{
  color:#FFFBA3;
  font-style:normal;
}
.main_block_004 .main_area_004 .white_area{
  background:#FFF;
  padding:0 0rem 0rem 0rem;
}
.main_block_004 .main_area_004 .white_area .cal_area{
  padding:0rem 0rem 2rem 0;
}
.main_block_004 .main_area_004 .white_area .cal_area .ttls{
  background:#F0F8FC;
  padding:2.5rem 0 2.5rem 2rem;
  display:flex;
  align-items: center;
  position: relative;
}
.main_block_004 .main_area_004 .white_area .cal_area .ttls .cal_icon{
  width:6.2rem;
  margin-right:2rem;
}
.main_block_004 .main_area_004 .white_area .cal_area .ttls .cal_ttl1{
  color:#2AA8D8;
  font-size:2.4rem;
  font-weight:700;
  margin-right:22rem;
}
.main_block_004 .main_area_004 .white_area .cal_area .ttls .cal_ttl2{
  color:#2AA8D8;
  font-size:2.4rem;
  font-weight:700;
  margin-right:26rem;
}
.main_block_004 .main_area_004 .white_area .cal_area .ttls .cal_ttl3{
  color:#2AA8D8;
  font-size:2.4rem;
  font-weight:700;
  margin-right:26rem;
}
.main_block_004 .main_area_004 .white_area .cal_area .ttls .cal_ttl1 span,
.main_block_004 .main_area_004 .white_area .cal_area .ttls .cal_ttl2 span,
.main_block_004 .main_area_004 .white_area .cal_area .ttls .cal_ttl3 span{
  font-size:1.8rem;
}
.main_block_004 .main_area_004 .white_area .cal_area .ttls .cal_price{
  color:#000;
  font-weight:700;
  font-size:1.5rem;
  margin:3.5rem 0 0 0;
}
.main_block_004 .main_area_004 .white_area .cal_area .ttls .cal_price em{
  font-weight:700;
  font-size:2.1rem;
  font-style:normal;
}
.main_block_004 .main_area_004 .white_area .cal_area .ttls .icon01{
  position:absolute;
  right: 2rem;
  bottom: -1rem;
  width:20rem;
}
.main_block_004 .main_area_004 .white_area .cal_area .ttls .icon02{
  position:absolute;
  right: 2rem;
  bottom: -1rem;
  width:14rem;
}
.main_block_004 .main_area_004 .white_area .cal_area .ttls .icon03{
  position:absolute;
  right: 2rem;
  bottom: -1rem;
  width:16.8rem;
}
.main_block_004 .main_area_004 .white_area table{
  width:100%;
  border:1px solid #008CC2;
  margin:0;
  border-collapse:collapse;
}
.main_block_004 .main_area_004 .white_area table th{
  background:#F5F5F5;
  text-align: center;
  color:#2AA8D8;
  font-size:1.8rem;
  border:1px solid #a3d6e9;
  padding:0.5rem 0;
}
.main_block_004 .main_area_004 .white_area table td{
  background:#FFF;
  color:#2AA8D8;
  font-size:1.4rem;
  border:1px solid #a3d6e9;
  color:#333333;
  position: relative;
  width: 20rem;
  padding:4rem 0 4rem 0.5rem;
}
.main_block_004 .main_area_004 .white_area table td.color01{
  background:#ecfccb;
}
.main_block_004 .main_area_004 .white_area table td.color02{
  background:#e6fae9;
}
.main_block_004 .main_area_004 .white_area table td.color03{
  background:#e5f7ff;
}
.main_block_004 .main_area_004 .white_area table td a{
  text-decoration:underline;
  color:#333333;
  display:inline-block;
}
.main_block_004 .main_area_004 .white_area table td a:hover{
  text-decoration:none;
}
.main_block_004 .main_area_004 .white_area table td:after{
  color:#2AA8D8;
  font-size:1.5rem;
  position:absolute;
  top:0.5rem;
  left:0.5rem;
}
.main_block_004 .main_area_004 .white_area table td:before {
  color: #2AA8D8;
  font-size: 1.5rem;
  position: absolute;
  top: 0.5rem;
  left: 24.5rem;
}

.main_block_004 .main_area_004 .white_area table td.day1:after{content:"3/31";}
.main_block_004 .main_area_004 .white_area table td.day2:after{content:"4/1";}
.main_block_004 .main_area_004 .white_area table td.day3:after{content:"4/2";}
.main_block_004 .main_area_004 .white_area table td.day3:before{content:"4/3";}
.main_block_004 .main_area_004 .white_area table td.day4:after{content:"4/3";}
.main_block_004 .main_area_004 .white_area table td.day5:after{content:"4/4";}

.main_block_004 .main_area_004 .white_area table td.day8:after{content:"4/7";}

.main_block_004 .main_area_004 .white_area table td.day8:before{content:"4/8";}

.main_block_004 .main_area_004 .white_area table td.day9:after{content:"4/8";}
.main_block_004 .main_area_004 .white_area table td.day10:after{content:"4/9";}
.main_block_004 .main_area_004 .white_area table td.day11:after{content:"4/10";}
.main_block_004 .main_area_004 .white_area table td.day12:after{content:"4/11";}

.main_block_004 .main_area_004 .white_area table td.day15:after{content:"4/14";}
.main_block_004 .main_area_004 .white_area table td.day16:after{content:"4/15";}
.main_block_004 .main_area_004 .white_area table td.day16:before{content:"4/16";}

.main_block_004 .main_area_004 .white_area table td.day17:after{content:"4/16";}
.main_block_004 .main_area_004 .white_area table td.day18:after{content:"4/17";}
.main_block_004 .main_area_004 .white_area table td.day19:after{content:"4/18";}

.main_block_004 .main_area_004 .white_area table td.day22:after{content:"4/21";}
.main_block_004 .main_area_004 .white_area table td.day23:after{content:"4/22";}
.main_block_004 .main_area_004 .white_area table td.day24:after{content:"4/23";}
.main_block_004 .main_area_004 .white_area table td.day25:after{content:"4/24";}
.main_block_004 .main_area_004 .white_area table td.day26:after{content:"4/25";}
.main_block_004 .main_area_004 .white_area table td.day27:after{content:"4/28";}
.main_block_004 .main_area_004 .white_area table td.day28:after{content:"4/29";}
.main_block_004 .main_area_004 .white_area table td.day29:after{content:"4/30";}
.main_block_004 .main_area_004 .white_area table td.day30:after{content:"4/31";}
.main_block_004 .main_area_004 .white_area table td.day31:after{content:"5/1";}

.main_block_004 .main_area_004 .white_area table td .tokyo{
  font-size:1rem;
  color:#2AA8D8;
  border:1px solid #2AA8D8;
  background:#FFF;
  line-height:1;
  padding:0.2rem 0;
  width:5rem;
  display:inline-block;
  text-align:center;
  margin:0.5rem 0.5rem 0 0;
  vertical-align: middle;
}
.main_block_004 .main_area_004 .white_area table td .online{
  font-size:1rem;
  color:#FFF;
  background:#2AA8D8;
  line-height:1;
  padding:0.3rem 0;
  width:6rem;
  display:inline-block;
  text-align:center;
  margin:0.5rem 0.5rem 0 0;
  vertical-align: middle;
}
.main_block_004 .main_area_004 .white_area table td .time3{
  font-size:1rem;
  color:#2B597D;
  border:1px solid #2B597D;
  background:#FFF;
  line-height:1;
  padding:0.2rem 0 0.2rem 1rem;
  width:9.5rem;
  display:inline-block;
  text-align:center;
  margin:0.5rem 0.5rem 0 0;
  position: relative;
  vertical-align: middle;
}
.main_block_004 .main_area_004 .white_area table td .time3:after{
  content:"";
  background:url(icon-time-3h.svg) left center no-repeat;
  background-size:1.3rem 1.2rem;
  width:1.3rem;
  height:1.2rem;
  position:absolute;
  left:1.5rem;
  top:0.1rem;
}
.main_block_004 .main_area_004 .white_area table td em{
  font-style:normal;
  color:#2AA8D8;
  display: inline-block;
}
.main_block_004 .main_area_004 .white_area table td em:last-of-type{
  margin:1rem 0 0 0;
}
.main_block_004 .main_area_004 .white_area .bottom_text{
  font-size:1.5rem;
  margin:2rem 0 0 0;
}
.bottom_text a:hover{
  text-decoration: none !important;
}
.main_block_004 .main_area_004 .white_area .bottom_text em{
  font-style:normal;
  background:linear-gradient(transparent 60%, #ffd2c2 60%);
}
.bottom_text em{
  font-style:normal;
}

.white_area_02{
  background:#FFF;
  padding:5rem;
  margin:4rem 0 0 0;
}
.title_image_01{
  text-align: center;
  font-size:2.8rem;
  font-weight:700;
  margin:0 0 2rem 0;
}
.main_block_004 .main_area_004 h2.title_image_01{
  text-align: center;
  font-size:2.8rem;
  font-weight:700;
  margin:0 0 2rem 0;
}
.title_image_01 span{
  display: inline-block;
  position: relative;
  font-style: normal;
  background: url(/wp-content/uploads/2025/06/area_005_icon_01.png) left bottom no-repeat , url(/wp-content/uploads/2025/06/area_005_icon_02.png) right bottom no-repeat;
  background-size: 2.5rem 4rem , 2.5rem 4rem;
  background-repeat: no-repeat;
  padding: 0 6rem;
  font-style: normal;
}
.title_image_01 span em{
  color:#2AA8D8;
  font-style: normal;
}
.title_image_01 span small{
  font-size:1.6rem;
  font-weight:500;
}
.lineup_area{
  background:#EFEFEF;
  padding:0;
}
.lineup_area.wd110{
  width:110rem;
  margin:4rem  auto 0;
}
.lineup_area.next{
  margin:4rem 0 0 0;
  position: relative;
}
.lineup_area.next.coming_soon:before{
  content:"";
  z-index:2;
  background:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  position: absolute;
}
.lineup_area.next.coming_soon:after{
  content:"coming soon";
  color:#FFF;
  left:50%;
  margin:auto;
  font-size:5.1rem;
  z-index:3;
  transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    position: absolute;
    top:50%;
}
.lineup_area.wd110.next{
  margin:4rem auto 0;
  width:110rem;
}
.lineup_ttl{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.lineup_ttl.extra{
  padding:3rem 0 0 0;
  margin:0rem -2.5rem 3rem -2.5rem;
}

.lineup_ttl h3.lineup_01{
  color:#FFF;
  font-size:2.4rem;
  font-weight:700;
  background:url(area_005_bg_01.png) right center no-repeat;
  background-size:cover;
  padding:1.5rem 5rem 1.5rem 3rem;
  margin:0;
}
.lineup_ttl h3.lineup_02{
  color:#FFF;
  font-size:2.4rem;
  font-weight:700;
  background:url(area_005_bg_02.png) right center no-repeat;
  background-size:cover;
  padding:1.5rem 5rem 1.5rem 3rem;
  margin:0;
}
.lineup_ttl h3.lineup_03{
  color:#FFF;
  font-size:2.4rem;
  font-weight:700;
  background:url(area_006_bg_02.png) right center no-repeat;
  background-size:cover;
  padding:1.5rem 5rem 1.5rem 3rem;
  margin:0;
}
.lineup_ttl h3.lineup_04{
  color:#FFF;
  font-size:2.4rem;
  font-weight:700;
  background:url(area_006_bg_03.png) right center no-repeat;
  background-size:cover;
  padding:1.5rem 5rem 1.5rem 3rem;
  margin:0;
}
.lineup_ttl div.text{
  font-size:1.6rem;
  font-weight:500;
  padding:0 2rem 0 0;
}
.lineup_ttl div.text span{
  display:inline-block;
  font-size:1.2rem;
  background:#DADADA;
  line-height:1.2;
  padding:0.5rem 1rem;
  margin-right:1rem;
}

/*---------------------------------------------------------*/
.pdng_area{
  padding:4rem 2.5rem;
  margin:0;
}
.pdng_area a{
  text-decoration:none;
}
.pdng_area .extra_area_03{
  display:flex;
  justify-content: space-between;
  gap:1rem;
}
/*
.pdng_area .extra_area_03 a{
  width:52rem;
  display:flex;
}
*/
.pdng_area .extra_area_03 a .lineup_pt_A{
  display:flex;
  flex-wrap: wrap;
}
.pdng_area .lineup_pt_A .btn_area_001{
  display: flex;
  margin:2rem auto 0;
  justify-content: center;
}
.pdng_area .lineup_pt_A .btn_area_001 div{
  margin:0 1rem;
}
.pdng_area .lineup_pt_A{
  background:#FFF;
  box-shadow:0.15rem 0.164rem 1.4rem rgba(0,0,0,0.1);
  padding:3rem 3rem;
  position: relative;
  display:flex;
  justify-content: space-between;
  transition: all .3s ease;
  margin:0 0 1rem 0;
  flex-wrap: wrap;
}
.pdng_area .lineup_pt_A:after{
  content:"";
  background:url(area_005_bg_03.png) left top no-repeat;
  background-size:8rem 0.7rem;
  width:8rem;
  height:0.7rem;
  top:0;
  left:0;
  position: absolute;
  transition: all .3s ease;
}
.pdng_area .lineup_pt_A:after{
  background-size:100% 0.7rem;
  width:100%;
}
.pdng_area.extra01 .lineup_pt_A:after{
  background-size:100% 0.7rem;
  width:100%;
}
.pdng_area.extra01 .lineup_pt_A .btn_orange.center{
  margin:1rem auto 0;
}
.pdng_area.extra01 .lineup_pt_A:after{
  content:"";
  background:url(area_006_bg_04.png) left top no-repeat;
  background-size:8rem 0.7rem;
  width:8rem;
  height:0.7rem;
  top:0;
  left:0;
  position: absolute;
}
.pdng_area.extra01 .lineup_pt_A{
  width:46rem;
}
.pdng_area .lineup_pt_A h4{
  margin:0 0 1rem 0;
  color:#008CC2;
  font-size:1.9rem;
  width: 100%;
}
.pdng_area .lineup_pt_A h4 em{
  font-style:normal;
  font-size:3.2rem;
}
.pdng_area .lineup_pt_A .left_area{
  width:48rem;
}
.pdng_area.extra01 .lineup_pt_A .left_area{
  width:100%;
}
.pdng_area .lineup_pt_A .left_area dl{
  display:flex;
  margin:1rem 0 0 0;
  padding:0;
  color:#404040;
}
.pdng_area .lineup_pt_A .right_area dl{
  display:flex;
  margin:1rem 0 2rem 0;
  padding:0;
  color:#404040;
}
.pdng_area .lineup_pt_A .left_area dl dt,
.pdng_area .lineup_pt_A .right_area dl dt{
  display:inline-block;
  font-size:1.2rem;
  background:#DADADA;
  line-height:1.2;
  padding:0.5rem 0rem;
  margin-right:1rem;
  width: 9rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdng_area .lineup_pt_A .left_area dl dd,
.pdng_area .lineup_pt_A .right_area dl dd{
  font-size:1.6rem;
  font-weight:500;
  flex:1;
  margin:0 0 0 1rem;
}
.pdng_area .lineup_pt_A .left_area dl dd span{
  font-size:1.3rem;
}
.pdng_area .lineup_pt_A .right_area{
  width:47.6rem;
}
.pdng_area.extra01 .lineup_pt_A .right_area{
  width:100%;
}
.pdng_area .lineup_pt_A .right_area p{
  font-weight:500;
  font-size:1.5rem;
  margin:0 0 2rem 0;
  color:#404040;
}
.pdng_area a{
  transition: all .3s ease;
}
.pdng_area .lineup_pt_A{
  box-shadow:0.15rem 0.164rem 1.8rem rgba(0,0,0,0.4);
}
/*
.pdng_area .lineup_pt_A h4{
  text-decoration: underline;
}
*/
.pdng_area .lineup_pt_B .lineup_block_4{
  box-shadow:0.15rem 0.164rem 1.8rem rgba(0,0,0,0.4);
}
/*
.pdng_area .lineup_pt_B .lineup_block_4 h4{
  text-decoration: underline;
}
*/
.pdng_area .lineup_pt_B .lineup_block_4 .btn_orange.center{
  margin:1rem auto 0;
}
.pdng_area .lineup_pt_B .lineup_block_4 .btn_orange.center a{
  background-color: #FFF;
  background-image: url(/wp-content/uploads/2025/06/btn_icon_03.png);
  background-size: 1.6rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  color:  #FF8925;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 700;
  padding: 1rem 3.65rem 1rem 3.65rem;
  filter: drop-shadow(0px 0.2rem 0px rgba(221,108,11 ,1));
  border-radius: 10rem;
  display: inline-block;
  text-decoration: none;
  transition: all .3s ease;
  width:14.5rem;
  border:1px solid #FF8925;
}
.pdng_area .lineup_pt_B .lineup_block_4 .btn_orange.center a:hover {
  background-image: url(/wp-content/uploads/2025/06/btn_icon_03.png);
  background-size: 1.6rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  filter: drop-shadow(0px 0rem 0px rgba(221,108,11 ,1));
  transform: translate3d(0px, 0.2rem, 0);
}
.pdng_area .lineup_pt_C .lineup_block_4{
  box-shadow:0.15rem 0.164rem 1.8rem rgba(0,0,0,0.4);
}
.pdng_area .lineup_pt_C .lineup_block_4 h4{
  text-decoration: underline;
  /*
  background: #008CC2;
    color: #FFF;
*/
  color:#008CC2;
  }

/*
.pdng_area .btn_orange span{
  background-image:url(/wp-content/uploads/2025/06/btn_icon_01.png);
  background-size:1.6rem 1.5rem;
  background-repeat:no-repeat;
  background-position: right 2rem center;
  filter: drop-shadow(0px 0rem 0px rgba(221,108,11 ,1));
  transform: translate3d(0px, 0.5rem, 0);
}
*/
.pdng_area .lineup_pt_B{
  display:flex;
  flex-wrap: wrap;
  gap:1rem;
  margin:0rem 0 0 0;
  justify-content:stretch;
}
/*
.pdng_area .lineup_pt_B{
  display:inline-block;
  width:25.5rem;
  display:flex;
  justify-content:stretch;
}
*/
.pdng_area .lineup_pt_B .lineup_block_4{
  background:#FFF;
  box-shadow:0.15rem 0.164rem 1.4rem rgba(0,0,0,0.1);
  padding:0 0 2rem 0;
  position: relative;
  display:flex;
  justify-content: space-between;
  transition: all .3s ease;
  flex-wrap: wrap;
  align-items: stretch;
  width:25.5rem;
  display:flex;
  justify-content:stretch;
}
.pdng_area .lineup_pt_B .lineup_block_4:after{
  content:"";
  background:url(area_005_bg_03.png) left top no-repeat;
  background-size:8rem 0.7rem;
  width:8rem;
  height:0.7rem;
  top:0;
  left:0;
  position: absolute;
}
.pdng_area.extra02 .lineup_pt_B.image_2 a:hover h4{
  text-decoration: underline;
}

.pdng_area.extra02 .lineup_pt_B .lineup_block_4:after{
  content:"";
  background:url(area_006_bg_05.png) left top no-repeat;
  background-size:8rem 0.7rem;
  width:8rem;
  height:0.7rem;
  top:0;
  left:0;
  position: absolute;
}
.pdng_area .lineup_pt_B.image_2 .lineup_block_4:after{
  content:"";
  background:url(area_005_bg_04.png) left top no-repeat;
  background-size:8rem 0.7rem;
}
.pdng_area .lineup_pt_B .lineup_block_4 h4{
  color:#008CC2;
  font-size:1.8rem;
  align-items: center;
  display:flex;
  margin:0;
  padding:2rem 2rem 1.5rem 2rem;
  box-shadow:0rem 0.2rem 1rem rgba(0,0,0,0.1);
  width:auto;
  /*
  justify-content: center;
  */
  width: 100%;
  transition: all .3s ease;
}
.pdng_area .lineup_pt_B .lineup_block_4 h4{
  /*
  background:#4CC2C3;
  color:#FFF;

  color:#4CC2C3;
  */
}
.pdng_area .lineup_pt_B.image_2 .lineup_block_4 h4{
  /*
  background:#008CC2;
  color:#FFF;
  */
}

.pdng_area .lineup_pt_B .lineup_block_4 p{
  font-weight:500;
  color:#404040;
  font-size:1.5rem;
  padding:2rem 2rem 2rem 2rem;
  margin:0;
  line-height:1.8;
}
.pdng_area .lineup_pt_B .lineup_block_4 dl{
  margin:0rem 2rem 0 2rem;
  padding:0;
  width: 100%;
  display: flex;
  align-items: center;
}
.pdng_area .lineup_pt_B .lineup_block_4 dl dt{
  background:#DADADA;
  font-size:1.2rem;
  line-height:1.2;
  padding:0.5rem 0.5rem;
  margin:0 1rem 0 0;
  font-weight:500;
  color:#404040;
}
.pdng_area .lineup_pt_B .lineup_block_4 dl dd{
  font-size:1.5rem;
  font-weight:500;
  color:#404040;
  margin:0;
}
.pdng_area .lineup_pt_B .lineup_block_4 .icon_area{
  padding:0 2rem 1rem 2rem;
  margin:0rem 0 0 0;
}
.pdng_area .lineup_pt_B .lineup_block_4 .icon_area .online_icons{
  background:#CF617B;
  color:#FFF;
  font-size:1rem;
  line-height:1;
  padding:0.2rem 1rem;
  margin-right:0.5rem;
}
.pdng_area .lineup_pt_B .lineup_block_4 .icon_area .online_icons{
  background:#CF617B;
  color:#FFF;
  font-size:1rem;
  line-height:1;
  padding:0.6rem 0.6rem;
  margin-right:0.0rem;
  display: inline-block;
  vertical-align: middle;
}

.pdng_area .lineup_pt_B .lineup_block_4 .icon_area .day_icons_1{
  font-size:1rem;
  line-height:1;
  padding:0.6rem 1rem 0.6rem 2.4rem;
  color: #FFF;
  background: #FFF;
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: middle;
  background:#5580A1;
}
.pdng_area .lineup_pt_B .lineup_block_4 .icon_area .day_icons_1:after {
  content: "";
  background: url(icon-time-1day_w.svg) left center no-repeat;
  background-size: 1.5rem 1.4rem;
  width: 1.5rem;
  height: 1.4rem;
  position: absolute;
  left: 0.6rem;
  top: 0.4rem;
}

.pdng_area .lineup_pt_B .lineup_block_4 .icon_area .day_icons_2{
  font-size:1rem;
  line-height:1;
  padding:0.6rem 1rem 0.6rem 2.4rem;
  color: #FFF;
  background: #FFF;
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: middle;
  background:#5580A1;
}
.pdng_area .lineup_pt_B .lineup_block_4 .icon_area .day_icons_2:after {
  content: "";
  background: url(icon-time-2day_w.svg) left center no-repeat;
  background-size: 1.5rem 1.4rem;
  width: 1.5rem;
  height: 1.4rem;
  position: absolute;
  left: 0.6rem;
  top: 0.4rem;
}


.pdng_area .lineup_pt_C{
  display:flex;
  flex-wrap: wrap;
  gap:1rem;
  margin:0rem 0 0 0;
}
.pdng_area .lineup_pt_C{
  display:inline-block;
  width:25.5rem;
  display:flex;
  justify-content:stretch;
}
.pdng_area .lineup_pt_C .lineup_block_4{
  background:#FFF;
  box-shadow:0.15rem 0.164rem 1.4rem rgba(0,0,0,0.1);
  padding:0;
  position: relative;
  display:flex;
  justify-content: space-between;
  transition: all .3s ease;
  flex-wrap: wrap;
  align-items: stretch;
}
.pdng_area .lineup_pt_C .lineup_block_4:after{
  content:"";
  background:url(area_005_bg_03.png) left top no-repeat;
  background-size:8rem 0.7rem;
  width:8rem;
  height:0.7rem;
  top:0;
  left:0;
  position: absolute;
}
.pdng_area .lineup_pt_C.image_2 .lineup_block_4:after{
  content:"";
  background:url(area_005_bg_04.png) left top no-repeat;
  background-size:8rem 0.7rem;
}
.pdng_area.extra02 .lineup_pt_C.image_2 .lineup_block_4:after{
  content:"";
  background:url(area_006_bg_05.png) left top no-repeat;
  background-size:8rem 0.7rem;
}
.pdng_area .lineup_pt_C .lineup_block_4 h4{
  
  color:#008CC2;
  /*
  color:#FFF;
  */
  font-size:1.8rem;
  align-items: center;
  display:flex;
  margin:0;
  padding:2rem 2rem 2rem 2rem;
  box-shadow:0rem 0.2rem 1rem rgba(0,0,0,0.1);
  width:auto;
  justify-content: center;
  width: 100%;
  transition: all .3s ease;
}

.ttl_image_2{
  position: relative;
  margin: 4rem 0 2rem 0;
  padding: 0 0 1rem 0;
  color: #ffffff;
  border-bottom: 2px solid #D9D9D9;
  color:#272626;
  font-size:1.8rem;
  font-weight:700;
  width: 100%;
}
.ttl_image_2:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 70px;
  height: inherit;
  border-bottom: 2px solid #008CC2;
}
/*---------------------------------------------------------*/


.main_block_005{
  margin: 10rem 0 0 0;
  position: relative;
  background: url(area_006_bg_01.png);
  background-size: 3.9rem 3.9rem;
}
.main_block_005 .main_area_005{
  width: 120rem;
  padding: 10rem 0rem 10rem 0rem;
  margin: auto;
}
.main_block_005 .main_area_005 .ttl_img{
  margin:0 auto 2rem;
  width:21.7rem;
}
.main_block_005 .main_area_005 .ttl_img img{
  width:100%;
}
.main_block_005 .main_area_005 h2{
  text-align:center;
  color:#333333;
  font-size:4.8rem;
  font-weight:700;
  margin:0 0 3rem 0;
  padding:0;
}
.main_block_005 .main_area_005 h2 em{
  color:#2AA8D8;
  font-style:normal;
}
.main_block_005 .main_area_005 .area_005_text_01{
  font-weight:400;
  text-align: center;
  line-height:1.8;
  margin:0 0 3rem 0;
  padding:0;
}
.main_block_005 .main_area_005 .title_notop{
  background:#2AA8D8;
  text-align: center;
  color:#FFF;
  font-size:2rem;
  padding:3rem 0 8rem 0;
}
.main_block_005 .main_area_005 .new_block_15{
  min-width: 100%;
  max-width: 100%;
  margin: 0px auto 0px;
  padding: 0rem 0 0 0;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content{
  position: relative;
  background:#FFF;
  width:104rem;
  margin:-5rem auto 0;
  padding:3rem;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table th.wds_01{
  width:6rem;
  color:#555555;
  font-size:1.3rem;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table th.wds_02{
  width:32rem;
  color:#555555;
  font-size:1.3rem;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table th em{
  font-style: normal;
  padding:1rem 0;
  font-size:2rem;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td{
  vertical-align: top;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td .table_bg_01{
  background: url(/wp-content/uploads/2025/06/table_bg_01.png) right center no-repeat;
  background-size: cover;
  text-align: center;
  color:#333333;
  font-size:1.8rem;
  padding:1rem 0;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td .table_bg_02{
  background: url(/wp-content/uploads/2025/06/table_bg_02.png) right center no-repeat;
  background-size: cover;
  text-align: center;
  color:#333333;
  font-size:1.8rem;
  padding:1rem 0;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td .table_bg_03{
  background: url(/wp-content/uploads/2025/06/table_bg_03.png) right center no-repeat;
  background-size: cover;
  text-align: center;
  color:#333333;
  font-size:1.8rem;
  padding:1rem 0;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table .table_list_area{
  background:#E1FBFF;
  padding:1.5rem;
  vertical-align: top;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td ul{
  margin:0;
  padding:0;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td ul li{
  list-style-type:none;
  font-size:1.4rem;
  font-weight:500;
  margin: 0 0 1rem 0;
  line-height: 1.7;
  background: url(area_002_icon_05.png) left 0.6rem no-repeat;
  background-size: 1.2rem 1.2rem;
  padding: 0 0 0 1.8rem;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td ul li:last-of-type{
  margin: 0 0 0rem 0;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td .table_bg_04{
  height:7.6rem;
  background:#FFEDC7;
  text-align: center;
  color:#333333;
  font-size:1.8rem;
  font-weight:700;
  display:flex;
  align-items: center;
  justify-content:center;
  border-radius: 0.4rem;
  margin:1.8rem 0 0 0;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td .table_bg_05 a,
.main_block_005 .main_area_005 .new_block_15 .tab_content table td .table_bg_04 a , .add_ttl a{
  color:#333333;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td .table_bg_05 a:hover,
.main_block_005 .main_area_005 .new_block_15 .tab_content table td .table_bg_04 a:hover{
  text-decoration: none;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td .table_bg_05{
  height:7.6rem;
  background:#FFEDC7;
  text-align: center;
  color:#333333;
  font-size:1.8rem;
  font-weight:700;
  display:flex;
  align-items: center;
  justify-content:center;
  width: 80rem;
  margin-left:auto;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td .table_bg_05 img{
  width:28.3rem;
  margin-left:2rem;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td .table_bg_06{
  height:7.6rem;
  background:#FFEDC7;
  text-align: center;
  color:#333333;
  font-size:1.8rem;
  font-weight:700;
  display:flex;
  align-items: center;
  justify-content:center;
  width: 62rem;
  margin-right:auto;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td .table_bg_06 img{
  width:28.3rem;
  margin-left:2rem;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td img.table_icon_01{
  width: 3.3rem;
  margin:2rem 0 0 0;
}
.main_block_005 .main_area_005 .new_block_15 .tab_content table td img.table_icon_02{
  width: 4.3rem;
}





.main_block_007{
  margin:0rem 0 0 0;
  position: relative;
  background:#F0F8FC;
}
.main_block_007 .main_area_007{
  width: 88rem;
  padding: 7rem 5rem 7rem 5rem;
  margin: auto;
}
.main_block_007 .main_area_007 .extra_block_01{
  border:2px solid #B2B2B2;
  border-radius:0.8rem;
  background:#FFF;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.main_block_007 .main_area_007 .extra_block_01 .left_areas{
  width:41rem;
  padding:0rem 2rem 0 4rem;
}
.main_block_007 .main_area_007 .extra_block_01 .left_areas h2{
  text-align: center;
  margin:0;
}
.main_block_007 .main_area_007 .extra_block_01 .left_areas img{
  width:26rem;
  margin:auto;
}
.main_block_007 .main_area_007 .extra_block_01 .left_areas p{
  line-height:1.8;
  padding:0 1rem;
}
.main_block_007 .main_area_007 .extra_block_01 .right_areas{
  width:34rem;
  background:#F8F8F8;
  padding:2rem 3.5rem;
  border-top-right-radius:0.8rem;
  border-bottom-right-radius:0.8rem;
}
.main_block_007 .main_area_007 .extra_block_01 .right_areas p{
  font-size:1.4rem;
}
.main_block_007 .main_area_007 .extra_block_01 .right_areas p em{
  font-style:normal;
  color:#0AA563;
}
.main_block_007 .main_area_007 .extra_block_01 .right_areas img{
  width:33rem;
}
.main_block_007 .main_area_007 .extra_block_02{
  border:2px solid #B2B2B2;
  border-radius:0.8rem;
  background:#FFF;
  margin:4rem 0 0 0;
  padding:3rem;
}
.main_block_007 .main_area_007 .extra_block_02 h2{
  margin:0;
}
.main_block_007 .main_area_007 .extra_block_02 .flxs_bpx{
  display:flex;
  justify-content: space-between;
}
.main_block_007 .main_area_007 .extra_block_02 .flxs_bpx .left_areas_01{
  width:40rem;
}
.main_block_007 .main_area_007 .extra_block_02 .flxs_bpx .right_areas_01{
  width:40.5rem;
}
.main_block_007 .main_area_007 .extra_block_02 .flxs_bpx .right_areas_01.extra{
  padding:2rem 0 0 0;
}
.main_block_007 .main_area_007 .extra_block_02 .flxs_bpx p{
  font-size:1.5rem;
}
.main_block_007 .main_area_007 .extra_block_02 .flxs_bpx p em{
  font-style:normal;
  color:#FC4752;
}
.main_block_007 .main_area_007 .extra_block_02 .flxs_bpx .left_areas_01 img{
  width:33rem;
}





.main_block_008{
  margin: 10rem 0 0 0;
  position: relative;
  background: url(/wp-content/uploads/2025/06/area_008_icon_03.png) center bottom no-repeat;
  background-size:109.6rem 0.2rem;
}
.main_block_008.extra{
  margin:2rem 0 0 0;
  background:none;
}
.main_block_008 .main_area_008{
  width: 110rem;
  padding: 1rem 5rem 7rem 5rem;
  margin: auto;
}
.main_block_008.extra .main_area_008{
  padding: 7rem 5rem 0rem 5rem;
}
.main_block_008 .main_area_008 .ttl_img{
  width:5.8rem;
  margin:0 auto 3rem;
}
.main_block_008 .main_area_008 .ttl_img img{
  width:100%;
}
.main_block_008 .main_area_008 h2{
  text-align:center;
  color:#333333;
  font-size:2.1rem;
  font-weight:700;
  margin:0 0 3rem 0;
  padding:0;
}
.main_block_008 .main_area_008 h2 em{
  color:#008CC2;
  font-style:normal;
  font-size:4.2rem;
}
.main_block_008.extra .main_area_008 h2 em{
  color:#2AA8D8;
  font-style:normal;
  font-size:4.2rem;
}
.main_block_008 .main_area_008 .usr_voice_block{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main_block_008 .main_area_008 .usr_voice_block dl{
  width:52rem;
  margin:0 0 2rem 0;
}
.main_block_008 .main_area_008 .usr_voice_block dl dt{
  background: url(area_008_icon_02.png) left center no-repeat;
  background-size:4.6rem 4rem;
  padding:2rem 0 2rem 6rem;
  font-size:2rem;
  color:#008CC2;
  font-weight:700;
}
.main_block_008 .main_area_008 .usr_voice_block dl dt h3{
  margin:0;
}
.main_block_008 .main_area_008 .usr_voice_block dl dd{
  color:#2B2B2B;
  line-height:1.8;
  margin:0;
}
.main_block_008.extra .main_area_008 .usr_voice_block dl dt{
  background: url(area_009_icon_02.png) left center no-repeat;
  background-size:4.6rem 4rem;
  padding:2rem 0 2rem 6rem;
  font-size:2rem;
  color:#2AA8D8;
  font-weight:700;
}



.main_block_009{
  padding:0rem 0 0 0;
  margin: 10rem 0 0 0;
  position: relative;
  background:#EFEFEF;
}
.main_block_009 .main_area_009{
  width: 100rem;
  padding: 2rem 5rem 7rem 5rem;
  margin: auto;
}
.main_block_009 .main_area_009 h2{
  text-align: center;
  font-size:2.8rem;
  color:#404040;
}
.main_block_009 .main_area_009 .more_faq li{
  background:#FFF;
  list-style-type:none;
  margin:1rem 0 0 0;
  padding:2rem;
}
.main_block_009 .main_area_009 .more_faq li a{
  text-decoration: underline;
}
.main_block_009 .main_area_009 .more_faq li a:hover{
  text-decoration: none;
}
.main_block_009 .main_area_009 .more_faq li p{
  margin:1rem 0 0 0;
}
.main_block_009 .main_area_009 .more_faq li .questions{
  color:#2AA8D8;
  font-size:1.8rem;
  font-weight:700;
}
.main_block_009 .main_area_009 .more_faq li p a{
  color:#2AA8D8;
}
.main_block_009 .main_area_009 .more_faq li p a:hover {
  color:#2AA8D8;

}
.inner-mid {
  padding:0;
}
.footer-btm ul{
  padding:0;
}
.footer-btm ul li{
  list-style-type: none;
}

.footer-btm ul a[target="_blank"] {
  background: url(icon-blank.svg) right center no-repeat;
  background-size: 1.1rem;
  padding-right: 1.8rem;
}

























































































.new_block_01{
  width:1200px;
  max-width:1200px;
  margin:auto;
  padding:30px 0;
}
.new_block_01 .left_block{
  float:left;
}
.new_block_01 .left_block p{
  display:inline-block;
}
.new_block_01 .left_block p a{
  display:inline-block;
  border:1px solid #f65d98;
  font-weight:bold;
  font-size:15px;
  line-height:18pt;
   color:#000000;
   padding:12px 25px;
}
.new_block_01 .left_block p a span{
  background:url(icon_img_02.png) right center no-repeat;
  background-size:14px 14px;
  padding:0 25px 0 0;
}
.new_block_01 .right_block{
  float:right;
}
.new_block_01 .right_block p{
  display:inline-block;
}
.new_block_01 .right_block p a{
  display:inline-block;
  font-size:15px;
  line-height:18pt;
  color:#000000;
  padding:12px 0 12px 25px;
}
.new_block_01 .right_block p a span{
  background:url(icon_img_03.png) left center no-repeat;
  background-size:22px 20px;
  padding:0 0 0 30px;
}

.ps_cont{
  position: relative;
}




.new_block_02{
  min-width:1200px;
  max-width:1200px;
  margin:0 auto 120px;
}
.new_block_02 h2{
  background:#0069bb;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  font-size:28px;
  line-height:32pt;
  padding:30px 0 30px 0;
}

.new_block_02 h2 em{
  font-style:normal;
  display:inline-block;
  background:url(icon_img_05.png) left center no-repeat , url(icon_img_06.png) right center no-repeat;
  background-size:26px 42px , 26px 42px;
  padding:0px 50px 0px 50px;
}
.new_block_02 h2 em span{
  background:url(icon_img_04.png) left center no-repeat;
  background-size:58px 44px;
  padding:10px 0 10px 70px;
}

.blue_borders{
  background:url(bg_img_02.png) left top repeat-x;
  background-size:20px 20px;
}
.blue_borders.nobder{
  background:none;
  margin:20px auto 0;

}
.new_block_02 .area01{
  background:#FFF;
  filter: drop-shadow(8px 8px 13px rgba(0,0,0,0.1));
  max-width:1160px;
  margin:auto;
  padding:40px;
}
.new_block_02 .area01 .ttl{
  width:100%;
  margin:0 0 20px 0;
}
.new_block_02 .area01 .ttl h3{
  float:left;
  width:50%;
}
.new_block_02 .area01 .ttl h3 a{
  color:#000;
  text-decoration:underline;
}
.new_block_02 .area01 .ttl h3 a:hover{
  text-decoration:none;
}
/*
.new_block_02 .area01 .ttl h3 a{
  font-weight:bold;
  font-size:24px;
  line-height:28pt;
  color:#000;
  display:inline-block;
  text-decoration:underline;
}
.new_block_02 .area01 .ttl h3 a:hover{
  text-decoration:none;
}
.new_block_02 .area01 .ttl h3 a em{
  background:url(icon_img_07.png) right center no-repeat;
  background-size:22px 22px;
  padding:0 30px 0 0;
  font-style:normal;
}
.new_block_02 .area01 .ttl h3 a span{
  font-size:18px;
  display:block;
}*/
.new_block_02 .area01 .ttl h3 a em{
  background:url(icon_img_07.png) right center no-repeat;
  background-size:22px 22px;
  padding:0 30px 0 0;
  font-style:normal;
}

.new_block_02 .area01 .ttl h3{
  font-weight:bold;
  font-size:24px;
  line-height:28pt;
  color:#000;
  display:inline-block;
}

.new_block_02 .area01 .ttl h3 em{
  padding:0 30px 0 0;
  font-style:normal;
}
.new_block_02 .area01 .ttl h3 span{
  font-size:18px;
  display:block;
}


.new_block_02 .area01 .ttl dl{
  float:right;
  width:50%;
}
.new_block_02 .area01 .ttl dl dt{
  width:100px;
  background:#dadada;
  text-align:center;
  padding:5px;
  float:left;
  margin:0 20px 10px 0;
  font-size:14px;
  line-height:17pt;
}
.new_block_02 .area01 .ttl dl dd{
  font-size:14px;
  line-height:17pt;
  padding:5px 0 0 0;
}

.new_block_02 .area01 .ttl dl::after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}








.new_block_03{
  max-width:1200px;
  margin:0px auto 0px;
  padding:150px 0 0 0;
}

.new_block_03 h3{
  padding:25px 0 25px 98px;
  margin:0px 0 30px 0;
  font-weight:bold;
  font-size:28px;
  line-height:34pt;
  color: #0068ba;
}
.new_block_03 h3.point1{
  background:url(n_icon_01.png) left center no-repeat;
  background-size:78px 78px;
}
.new_block_03 h3.point2{
  background:url(n_icon_02.png) left center no-repeat;
  background-size:78px 78px;
}
.new_block_03 h3.point3{
  background:url(n_icon_03.png) left center no-repeat;
  background-size:78px 78px;
}




.new_block_03 .links_block{
  margin:0 0 10px 0;
}
.new_block_03 .ps_cont2{
  margin:-100px 0 0 0;
}
.new_block_03 .n_txt01{
  padding: 0 0px;
  text-align:center;
}
.new_block_03 .n_txt02{
  padding: 0 0px;
  margin:30px 0 10px 0;
  font-weight:bold;
  font-size:18px;
  color: #0068ba;
}
.new_block_03 .ttl{
  position: relative;
  text-align:center;
  font-size:15px;
  line-height:24pt;
  font-weight:bold;
}
.new_block_03 .ttl em{
  font-size:21px;
  font-style:normal;
}
.new_block_03 .ttl:after{
  content:"";
  width:40px;
  height:2px;
  position: absolute;
  background:#bababa;
  left:0;
  right:0;
  margin:auto;
  bottom:-25px;
}
.new_block_03 h2{
  font-size:42px;
  font-weight:bold;
  line-height:46pt;
  color:#0068ba;
  text-align:center;
  margin:40px 0 50px 0;
}
.new_block_03 .fbx{
  display:flex;
}

.new_block_03 .links_block.mg1{
  margin:0px 0 10px 0;
}

.new_block_03 .fbx .left_block{
  width:37%;
  text-align:center;
}
.new_block_03 .fbx .left_block img{
  max-width:320px;
  width:100%;
}
.new_block_03 .fbx .right_block{
  width:63%;
}
.new_block_03 .fbx .right_block p{
  font-size:15px;
  line-height:18pt;
  margin:0 0 30px 0;
}

.new_block_03 .fbx.mg2{
  margin:60px 0 0 0;
}
.new_block_03 .fbx .left_block2{
  width:37%;
  order:2;
  text-align:center;
}
.new_block_03 .fbx .left_block2 img{
  max-width:320px;
  width:100%;
}
.new_block_03 .fbx .right_block2{
  width:63%;
  order:1;
}
.new_block_03 .fbx .right_block2 p{
  font-size:15px;
  line-height:18pt;
  margin:0 0 30px 0;
}

.new_block_03 .fbx .sp_area{
  padding:0;
}

.new_block_03 .fbx .right_block p span.small{
  font-size:13px;
  line-height:16pt;
  color:#666666;
}
.links_block{
  display:inline-block;
  border:1px solid #0068b7;
  padding:10px 20px;
}
.links_block a{
  color:#000;
  display:inline-block;
  font-weight:bold;
  font-size:15px;
  line-height:18pt;
  background:url(icon_img_08.png) right center no-repeat;
  background-size:14px 14px;
  padding:0 35px 0 0;
}
.links_block a span{
  font-weight:normal;
  display:block;
}




.new_area_04{
  padding:120px 0 0 0;
}
.new_block_04{
  min-width:1200px;
  margin:0px auto 120px;
  width:100%;
  background:url(bg_img_03.png);
  background-size:60px 60px;
  filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.2));
  padding:80px 0 0 0;
}
.new_block_04 .cont{
  min-width:1200px;
  max-width:1200px;
  margin:auto;
  position: relative;
}
.new_block_04 .cont h2{
  color:#0069bb;
  font-size:34px;
  line-height:38pt;
  padding:0 0 0 110px;
  background:url(icon_img_09.png) left top no-repeat;
  background-size:78px 90px;
  margin:0 0 25px 0;
}
.new_block_04 .cont p{
  font-size:15px;
  line-height:18pt;
  padding:0 0 80px 0;
}
.new_block_04 .ps_box{
  position: absolute;
  right:0;
  bottom:0;
}
.new_block_04 .ps_box ul{
  width:765px;
}
.new_block_04 .ps_box ul li{
  text-align:right;
}



.new_block_04 .ps_box ul li.color01 a{
  display:inline-block;
  background:url(bg_img_04.png) left top no-repeat;
  background-size:cover;
  height:84px;
  color:#FFF;
  font-weight:bold;
  font-size:17px;
  line-height:20pt;
  padding:30px 30px 0 100px;
}
.new_block_04 .ps_box ul li.color01 a span{
  background:url(icon_img_10.png) right center no-repeat;
  background-size:21px 21px;
  padding:0 40px 0 0;
}

.new_block_04 .ps_box ul li.color02 a{
  display:inline-block;
  background:url(bg_img_05.png) left top no-repeat;
  background-size:cover;
  height:84px;
  color:#FFF;
  font-weight:bold;
  font-size:17px;
  line-height:20pt;
  padding:30px 30px 0 100px;
}
.new_block_04 .ps_box ul li.color02 a span{
  background:url(icon_img_11.png) right center no-repeat;
  background-size:21px 21px;
  padding:0 40px 0 0;
}


.new_block_04 .ps_box ul li.color03 a{
  display:inline-block;
  background:url(bg_img_06.png) left top no-repeat;
  background-size:cover;
  height:84px;
  width:100%;
  color:#FFF;
  font-weight:bold;
  font-size:17px;
  line-height:20pt;
  padding:30px 30px 0 0;
}
.new_block_04 .ps_box ul li.color03 a span{
  background:url(icon_img_12.png) right center no-repeat;
  background-size:21px 21px;
  padding:0 40px 0 0;
}
.new_block_04 .photo01{
  position: absolute;
  top:-152px;
  right:220px;
  max-width:129px;
}
.new_block_04 .photo01 img{
  width:100%;
}

.new_block_04 .photo02{
  position: absolute;
  top:-160px;
  right:100px;
  max-width:100px;
}
.new_block_04 .photo02 img{
  width:100%;
}






.link_area_01{
  margin:20px 0 0 0;
}
.link_area_01 a.days2{
  display:inline-block;
  background:#4777e5 url(icon_img_35.png) 90% center no-repeat;
  background-size:18px 18px;
  color:#FFF;
  font-weight:bold;
  font-size:15px;
  line-height:18pt;
  padding:18px 50px 18px 25px;
  margin:0 10px 0 0;
    transition: all .3s ease;
}
.link_area_01 a.days1{
  display:inline-block;
  background:#35a5eb url(icon_img_36.png) 90% center no-repeat;
  background-size:18px 18px;
  color:#FFF;
  font-weight:bold;
  font-size:15px;
  line-height:18pt;
  padding:18px 50px 18px 25px;
  margin:0 0px 0 0;
    transition: all .3s ease;
}
.link_area_01 a.days_other{
  display:inline-block;
  background:#e1e1e1 url(icon_img_35.png) 90% center no-repeat;
  background-size:18px 18px;
  color:#0068b7;
  font-weight:bold;
  font-size:15px;
  line-height:18pt;
  padding:18px 50px 18px 25px;
  margin:0 10px 0 0;
    transition: all .3s ease;
}
.link_area_01 a.days2:hover,
.link_area_01 a.days1:hover,
.link_area_01 a.days_other:hover{
  opacity: 0.7;
}







.new_block_05{
  min-width:1200px;
  max-width:1200px;
  margin:0px auto 0px;
}
.new_block_05 h2{
  background:#0069bb;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  font-size:28px;
  line-height:32pt;
  padding:30px 0 30px 0;
}

.new_block_05 h2 em{
  font-style:normal;
  display:inline-block;
  background:url(icon_img_05.png) left center no-repeat , url(icon_img_06.png) right center no-repeat;
  background-size:26px 42px , 26px 42px;
  padding:0px 50px 0px 50px;
}
.new_block_05 h2 em span{
  background:url(icon_img_13.png) left center no-repeat;
  background-size:34px 38px;
  padding:10px 0 10px 60px;
}
.blue_borders{
  background:url(bg_img_02.png) left top repeat-x;
  background-size:20px 20px;
}
.new_block_05 .area01{
  background:#FFF;
  filter: drop-shadow(8px 8px 13px rgba(0,0,0,0.1));
  max-width:1160px;
  margin:auto;
  padding:40px;
}
.new_block_05 .area01.nopadding{
  padding:0 40px 40px 0px;
}
.new_block_05 .area01.seconds{
  margin:20px auto 0;
}
.new_block_05 .area01.green{
  border-left:5px solid #3db680;
}

.new_block_05 .area01.pink{
  border-left:5px solid #f75d99;
  margin:20px auto 0;
}
.new_block_05 .area01.orange{
  border-left:5px solid #ff9c00;
  margin:20px auto 0;
}
.new_block_05 .area01.blues{
  border-left:5px solid #28a0e4;
  margin:20px auto 0;
}
.new_block_05 .area01.nopadding.pink .fst_ttl{
  color:#FFF;
  font-weight:bold;
  font-size:17px;
  line-height:20pt;
  background:url(bg_img_08.png) right center no-repeat;
  background-size:cover;
  display:inline-block;
  padding:20px 80px 20px 40px;
}
.new_block_05 .area01.nopadding.orange .fst_ttl{
  color:#FFF;
  font-weight:bold;
  font-size:17px;
  line-height:20pt;
  background:url(bg_img_09.png) right center no-repeat;
  background-size:cover;
  display:inline-block;
  padding:20px 80px 20px 40px;
}
.new_block_05 .area01.nopadding.blues .fst_ttl{
  color:#FFF;
  font-weight:bold;
  font-size:17px;
  line-height:20pt;
  background:url(bg_img_09blue.png) right center no-repeat;
  background-size:cover;
  display:inline-block;
  padding:20px 80px 20px 40px;
}



.new_block_05 .area01.nopadding .fst_ttl{
  color:#FFF;
  font-weight:bold;
  font-size:17px;
  line-height:20pt;
  background:url(bg_img_07.png) right center no-repeat;
  background-size:cover;
  display:inline-block;
  padding:20px 80px 20px 40px;
}
.new_block_05 .area01 .padding_left{
  padding:40px 0 0 40px;
}

.new_link_area{
	margin:20px 0 0 0;
font-size: 14px;
    line-height: 18pt;
}
.new_link_area a{
	font-size: 18px;
    line-height: 21pt;
	font-weight:bold;
	text-decoration:underline;
}
.new_link_area a:hover{
	text-decoration:none;
}
.new_block_05 .area01 .ttl{
  width:100%;
  margin:0 0 20px 0;
}
.new_block_05 .area01 .ttl h3{
  float:left;
  width:50%;
  min-height:80px;
  font-weight:bold;
  font-size:24px;
  line-height:28pt;
  color:#000;
  display:inline-block;
}
.new_block_05 .area01 .ttl h3 a{
  color:#000;

  text-decoration:underline;
}
.new_block_05 .area01 .ttl h3 a:hover{
  text-decoration:none;
}
.new_block_05 .area01 .ttl h3 em{
  background:none;

  padding:0 0px 0 0;
  font-style:normal;
}
.new_block_05 .area01 .ttl h3 a em{
  background:url(icon_img_07.png) right center no-repeat;
  background-size:22px 22px;
  padding:0 30px 0 0;
  font-style:normal;
}
.new_block_05 .area01 .ttl h3 span{
  font-size:18px;
  display:block;
}
.new_block_05 .area01 .ttl h3 a span{
  font-size:18px;
  display:block;
}
.new_block_05 .area01 .ttl dl{
  float:right;
  width:48%;
}
.new_block_05 .area01 .ttl dl dt{
  width:80px;
  background:#dadada;
  text-align:center;
  padding:5px;
  float:left;
  margin:0 10px 10px 0;
  font-size:14px;
  line-height:17pt;
}
.new_block_05 .area01 .ttl dl dd{
  font-size:14px;
  line-height:17pt;
  padding:5px 0 0 0;
}

.new_block_05 .area01 .ttl dl::after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}

.new_block_05 .gray_blocks{
  background:#f0f0f0;
  margin:30px 0 0 0;
  padding:20px;
}
.new_block_05 .gray_blocks .fbx{
  display:flex;
}
.new_block_05 .gray_blocks .fbx .left_block{
  width:20%;
  position: relative;
}
.new_block_05 .gray_blocks .fbx .left_block .pop{
  position:absolute;
  max-width:61px;
  top:-15px;
  left:-15px;
} 
.new_block_05 .gray_blocks .fbx .left_block .photo{
  max-width:170px;
}
.new_block_05 .gray_blocks .fbx .left_block .pop img{
  width:100%;
}
.new_block_05 .gray_blocks .fbx .left_block .photo img{
  width:100%;
}
.new_block_05 .gray_blocks .fbx .right_block{
  width:80%;
}

.new_block_05 .gray_blocks .fbx .right_block div{
  font-weight:bold;
  margin:0 0 20px 0;
  font-size:14px;
  line-height:18pt;
}
.new_block_05 .gray_blocks .fbx .right_block div a{
  display:block;
  font-size:18px;
  color:#000;
  text-decoration:underline;
}
.new_block_05 .gray_blocks .fbx .right_block div a:hover{
  text-decoration:none;
}











.new_block_06{
    min-width:1200px;
  max-width:1200px;
  margin:0 auto 0px;
  padding:120px 0 0 0;
}
.new_block_06 h2{
  background:#0069bb;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  font-size:28px;
  line-height:32pt;
  padding:30px 0 30px 0;
}

.new_block_06 h2 em{
  font-style:normal;
  display:inline-block;
  background:url(icon_img_05.png) left center no-repeat , url(icon_img_06.png) right center no-repeat;
  background-size:26px 42px , 26px 42px;
  padding:0px 50px 0px 50px;
}
.new_block_06 h2 em span{
  background:url(icon_img_15.png) left center no-repeat;
  background-size:44px 38px;
  padding:10px 0 10px 70px;
}


.new_block_06 .fboxs{
  max-width:1160px;
  margin:auto;
  display:flex;
  justify-content: space-between;
  align-items:flex-start;
}

.new_block_06 .fboxs .left_block{
  background:#35a5eb url(bg_img_10.png);
  background-size:30px 30px;
  filter: drop-shadow(8px 8px 13px rgba(0,0,0,0.1));
  width:31%;
  margin:0;
}
/*
.new_block_06 .fboxs .left_block{
  background:#35a5eb url(bg_img_10.png);
  background-size:30px 30px;
  filter: drop-shadow(8px 8px 13px rgba(0,0,0,0.1));
  width:80%;
  margin:auto;
}
*/
.new_block_06 .fboxs .left_block div.ttl {
  background:#35a5eb url(icon_img_16B.png) 20px center no-repeat;
  background-size:80px 80px;
  height:150px;
  display:table;
  width:100%;
}
.new_block_06 .fboxs .left_block div.ttl div{
  display:table-cell;
  vertical-align:middle;
  color:#FFF;
  padding: 0 30px 0 120px;
}
.new_block_06 .fboxs .left_block div.ttl div h3{
  font-weight:bold;
  font-size:21px;
  line-height:24pt;
  margin:0 0 10px;
}
.new_block_06 .fboxs .right_block{
  background:#35a5eb url(bg_img_10.png);
  background-size:30px 30px;
  filter: drop-shadow(8px 8px 13px rgba(0,0,0,0.1));
  /*
  float:right;
  **/
  width:31%;
}


.new_block_06 .fboxs .center_block{
  background:#35a5eb url(bg_img_10.png);
  background-size:30px 30px;
  filter: drop-shadow(8px 8px 13px rgba(0,0,0,0.1));
  width:31%;
  margin:0;
}


.new_block_06 .fboxs .right_block div.ttl {
  background:#35a5eb url(icon_img_18B.png) 20px center no-repeat;
  background-size:80px 80px;
  height:150px;
  display:table;
  width:100%;
}
.new_block_06 .fboxs .right_block div.ttl div{
  display:table-cell;
  vertical-align:middle;
  color:#FFF;
  padding: 0 30px 0 120px;
}
.new_block_06 .fboxs .right_block div.ttl div h3{
  font-weight:bold;
  font-size:21px;
  line-height:24pt;
  margin:0 0 10px;
}


.new_block_06 .fboxs .center_block div.ttl {
  background:#35a5eb url(icon_img_17B.png) 20px center no-repeat;
  background-size:80px 80px;
  height:150px;
  display:table;
  width:100%;
}
.new_block_06 .fboxs .center_block div.ttl div{
  display:table-cell;
  vertical-align:middle;
  color:#FFF;
  padding: 0 30px 0 120px;
}
.new_block_06 .fboxs .center_block div.ttl div h3{
  font-weight:bold;
  font-size:21px;
  line-height:24pt;
  margin:0 0 10px;
}


.new_block_06 .fboxs .left_block div.bg_block,
.new_block_06 .fboxs .right_block div.bg_block,
.new_block_06 .fboxs .center_block div.bg_block{
  padding:20px;
  height:600px;
} 



.new_block_06 .fboxs .left_block div.ttl div p,
.new_block_06 .fboxs .right_block div.ttl div p,
.new_block_06 .fboxs .center_block div.ttl div p{
  font-size:13px;
}










.new_block_07{
  /*
  min-width:1200px;
  */
  max-width:1200px;
  margin:0px auto 0px;
  padding:0rem 0 0 0;
}
.new_block_07 h3.cale{
  background:#2AA8D8;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  font-size:28px;
  line-height:32pt;
  padding:30px 0 30px 0;
  margin:0;
}

.new_block_07 h3.cale em{
  font-style:normal;
  display:inline-block;
  background:url(icon_img_05.png) left center no-repeat , url(icon_img_06.png) right center no-repeat;
  background-size:26px 42px , 26px 42px;
  padding:0px 50px 0px 50px;
}
.new_block_07 h3.cale em span{
  background:url(icon_img_18.png) left center no-repeat;
  background-size:40px 35px;
  padding:10px 0 10px 60px;
  color:#FFF;
}











.new_block_08{
  min-width:1200px;
  max-width:1200px;
  margin:0px auto 120px;
}
.new_block_08 h2{
  background:#0069bb;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  font-size:28px;
  line-height:32pt;
  padding:30px 0 30px 0;
}

.new_block_08 h2 em{
  font-style:normal;
  display:inline-block;
  background:url(icon_img_05.png) left center no-repeat , url(icon_img_06.png) right center no-repeat;
  background-size:26px 42px , 26px 42px;
  padding:0px 50px 0px 50px;
}
.new_block_08 h2 em span{
  background:url(icon_img_19.png) left center no-repeat;
  background-size:29px 27px;
  padding:10px 0 10px 60px;
}
.new_block_08 .text01{
  text-align:center;
  margin:30px auto 30px;
}







.new_block_09{
  min-width:1200px;
  max-width:1200px;
  margin:0 auto 120px;
  padding:120px 0 0 0;
}
.new_block_09 h2{
  background:#0069bb;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  font-size:28px;
  line-height:32pt;
  padding:30px 0 30px 0;
}

.new_block_09 h2 em{
  font-style:normal;
  display:inline-block;
  background:url(icon_img_05.png) left center no-repeat , url(icon_img_06.png) right center no-repeat;
  background-size:26px 42px , 26px 42px;
  padding:0px 50px 0px 50px;
}
.new_block_09 h2 em span{
  background:url(icon_img_20.png) left center no-repeat;
  background-size:40px 38px;
  padding:10px 0 10px 60px;
}

.new_block_09 .area01{
  background:#FFF;
  filter: drop-shadow(8px 8px 13px rgba(0,0,0,0.1));
  max-width:1160px;
  margin:auto;
  padding:40px;
}
.new_block_09 .area01 .text01{
  text-align:center;
  font-size:15px;
  line-height:18pt;
  margin:0 0 30px 0;
}

.new_block_09 .area01 .orange_area.last div{
  margin:auto;
  text-align:center;
  width:234px;
}
.new_block_09 .area01 .orange_area.last div img{
  width:100%;
}
.new_block_09 .area01 .orange_area.last p{
  text-align:center;
  font-size:15px;
  line-height:18pt;
}
.new_block_09 .area01 .orange_area.last h4{
  text-align:center;
  color:#ff9c00;
  font-size:24px;
  line-height:28pt;
  margin:15px 0 15px 0;
}
.new_block_09 .area01 .orange_area{
  border:2px solid #ff9c00;
  padding:40px;
}
.new_block_09 .area01 .blue_area{
  border:2px solid #0069bb;
  padding:40px;
}
.new_block_09 .area01 .orange_area .fttl,
.new_block_09 .area01 .blue_area .fttl{
  display: flex;
  align-items: center;
}
.new_block_09 .area01 .orange_area .fttl .ttl,
.new_block_09 .area01 .blue_area .fttl .ttl{
  max-width:390px;
  margin:0 20px 0 0;
}
.new_block_09 .area01 .orange_area .fttl .ttl img,
.new_block_09 .area01 .blue_area .fttl .ttl img{
  width:100%;
}
.new_block_09 .area01 .orange_area .fttl h3{
  color:#ff9c00;
  font-size:24px;
  line-height:28pt;
  margin:0 0 5px 0;
}

.new_block_09 .area01 .blue_area .fttl h3{
  color:#0069bb;
  font-size:24px;
  line-height:28pt;
  margin:0 0 5px 0;
}
.new_block_09 .area01 .border_area{
  margin:30px 0 0 0;
  border:2px solid #e1e1e1;
  padding:35px;
  font-size:15px;
  line-height:18pt;
}
.new_block_09 .area01 .border_area h4.mgtp{
  margin:25px 0 15px 0;
}
.new_block_09 .area01 .border_area h4{
  font-weight:bold;
  font-size:18px;
  line-height:21pt;
  position: relative;
  display:inline-block;
  margin:0 0 15px 0;
}
.new_block_09 .area01 .border_area h4:after{
  content:"";
  width:30px;
  height:2px;
  background:#000;
  position: absolute;
  right:-40px;
  top:50%;
}
.new_block_09 .area01 .border_area ul.orange_list li{
  background:url(icon_img_22.png) left 9px no-repeat;
  background-size:8px 8px;
  padding:0px 0 0px 15px;
  margin:2px 0;
  display:inline-block;
}
.new_block_09 .area01 .border_area ul.orange_list li a{
  color:#003399;
  text-decoration:underline;
}

.new_block_09 .area01 .border_area ul.blue_list li a:hover,
.new_block_09 .area01 .border_area ul.orange_list li a:hover,
.new_block_09 .area01 .border_area p a:hover{
  text-decoration:none;
}
.new_block_09 .area01 .border_area p{
  margin:15px 0 0 0;
}
.new_block_09 .area01 .border_area p a{
  color:#003399;
  text-decoration:underline;
}

.new_block_09 .area01 .yj{
  width:52px;
  margin:auto;
}
.new_block_09 .area01 .yj img{
  width:100%;
}

.new_block_09 .area01 .border_area ul.blue_list li{
  background:url(icon_img_23.png) left 9px no-repeat;
  background-size:8px 8px;
  padding:0px 0 0px 15px;
  margin:2px 0;
  display:inline-block;
}
.new_block_09 .area01 .border_area ul.blue_list li a{
  color:#003399;
  text-decoration:underline;
}


.new_block_10 ul,
.new_block_11 ul{
  margin:0 0 20px 0;
} 

.new_block_10 ul li,
.new_block_11 ul li{
  background:url(icon_img_23.png) left 9px no-repeat;
  background-size:8px 8px;
  padding:0px 10px 0px 15px;
  margin:2px 0;
  display:inline-block;
}
.new_block_10 ul li a,
.new_block_11 ul li a{
  color:#003399;
  text-decoration:underline;
}
.new_block_10 ul li a:hover,
.new_block_11 ul li a:hover{
 text-decoration:none;
}

.new_block_10 p,
.new_block_11 p{
  font-size:15px;
  line-height:18pt;
  margin:0 0 20px 0;
}

.new_block_10{
  max-width:1200px;
  margin:0 auto 60px;
}
.new_block_10 h2{
  background:#0069bb;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  font-size:28px;
  line-height:32pt;
  padding:30px 0 30px 0;
}

.new_block_10 h2 em{
  font-style:normal;
  display:inline-block;
  background:url(icon_img_05.png) left center no-repeat , url(icon_img_06.png) right center no-repeat;
  background-size:26px 42px , 26px 42px;
  padding:0px 50px 0px 50px;
}
.new_block_10 h2 em span{
  background:url(icon_img_29.png) left center no-repeat;
  background-size:67px 31px;
  padding:10px 0 10px 90px;
}

.new_block_10 .area01{
  background:#FFF;
  filter: drop-shadow(8px 8px 13px rgba(0,0,0,0.1));
  max-width:1160px;
  margin:auto;
  padding:40px;
}

.new_block_10 .area01 .fbx{
  display:flex;
}
.new_block_10 .area01 .fbx div{
  max-width:490px;
}
.new_block_10 .area01 .fbx div img{
  width:100%;
  margin:0 0px 0 0 ;
 }
.new_block_10 .area01 .fbx p{
  font-size:15px;
  line-height:18pt;
  padding:0 0 0 40px;
}



.new_block_10 h3,
.new_block_11 h3{
  background:url(icon_img_30.png) left center no-repeat;
  background-size:20px 20px;
  padding:0px 0 0px 30px;
  font-size:24px;
  font-weight:bold;
  line-height:28pt;
  margin:40px 0 20px 0;
}









.new_block_11{
  max-width:1200px;
  margin:0 auto 120px;
}
.new_block_11 h2{
  background:#0069bb;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  font-size:28px;
  line-height:32pt;
  padding:30px 0 30px 0;
}

.new_block_11 h2 em{
  font-style:normal;
  display:inline-block;
  background:url(icon_img_05.png) left center no-repeat , url(icon_img_06.png) right center no-repeat;
  background-size:26px 42px , 26px 42px;
  padding:0px 50px 0px 50px;
}
.new_block_11 h2 em span{
  background:url(icon_img_31.png) left center no-repeat;
  background-size:26px 35px;
  padding:10px 0 10px 50px;
}

.new_block_11 .area01{
  background:#FFF;
  filter: drop-shadow(8px 8px 13px rgba(0,0,0,0.1));
  max-width:1160px;
  margin:auto;
  padding:40px;
}

.new_block_11 .area01 .fbx{
  display:flex;
}
.new_block_11 .area01 .fbx div{
  max-width:490px;
}
.new_block_11 .area01 .fbx div img{
  width:100%;
  margin:0 0px 0 0 ;
 }
.new_block_11 .area01 .fbx p{
  font-size:15px;
  line-height:18pt;
  padding:0 0 0 40px;
}




.courseTable{
  width:100%;
}



.new_block_12{
  max-width:1200px;
  margin:0 auto 120px;
}
.new_block_12 h2{
  background:#0069bb;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  font-size:28px;
  line-height:32pt;
  padding:30px 0 30px 0;
}

.new_block_12 h2 em{
  font-style:normal;
  display:inline-block;
  background:url(icon_img_05.png) left center no-repeat , url(icon_img_06.png) right center no-repeat;
  background-size:26px 42px , 26px 42px;
  padding:0px 50px 0px 50px;
}
.new_block_12 h2 em span{
  background:url(icon_img_32.png) left center no-repeat;
  background-size:40px 38px;
  padding:10px 0 10px 50px;
}

.new_block_12 .area01{
  background:#FFF;
  filter: drop-shadow(8px 8px 13px rgba(0,0,0,0.1));
  max-width:1160px;
  margin:auto;
  padding:40px;
}
.new_block_12 .area01 ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between;
}
.new_block_12 .area01 ul li{
  width: 49.5%;
  max-width: 100%;
  display: flex;
  background: #FFF;
  border: 1px solid #0068b7;
  margin: 0 0 1% 0;
}

.new_block_12 .area01 ul li a{
  background-color: #FFF;
  border: none;
  color:#003399;
  font-size: 15px;
  line-height: 18pt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  justify-content: center;
  */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  position:relative;
  padding: 15px 25px 15px 20px;
  background-color: #FFF;
  margin: 0;
  transition: all .3s ease;
}
.new_block_12 .area01 ul li a:after{
  content:"";
   background:url(icon_img_33.png) right center no-repeat;
  background-size:18px 18px;
  position: absolute;
    right: 15px;
    width: 18px;
    height: 18px;
    top: 35%;
}
/*
.new_block_12 .area01 ul li a:hover{
  background:#0068b7;
  color:#FFF;
}

.new_block_12 .area01 ul li a:hover:after{
  content:"";
   background:url(icon_img_33on.png) right center no-repeat;
  background-size:18px 18px;
  position: absolute;

    right: 15px;
    width: 18px;
    height: 18px;
    top: 35%;
}
*/
.new_block_12 .area01 .links_block{
  margin:20px auto 0;
  text-align:center;
}

.new_block_12 .area01 .links_block a{
  display:inline-block;
  margin:auto;
  background:#f78e57;
  font-size:18px;
  line-height:21pt;
  font-weight:bold;
  color:#FFF;
  padding:20px 35px;
}
.new_block_12 .area01 .links_block a span{
  background:url(icon_img_34.png) right center no-repeat;
  background-size:18px 18px;
  padding:10px 30px 10px 0px;
}

.nav-fixed {
  position: fixed;
  top: 0rem;
  left: 0;
  z-index: 100;
  width: 100%;
}
.example-plan__contents{
  width:320px;
  margin:auto;
}
.example-plan__contents{
  font-size:14px;
  line-height:17pt;
}
.example-plan__contents .icon-2week {
    position: relative;
    height: 45px;
}
.example-plan__contents .icon-2week img {
    position: absolute;
    left: 0px;
    right:0;
    margin:auto;
    width: 320px;
    height: 45px;
}
.example-plan__item {
    display: flex;
    margin: 0;
    position: relative;
}

.example-plan__item .plan-date {
    border-right: 5px solid #eee;
    text-align: right;
    padding: 0 32px 25px 0;
    position: relative;
    width: 120px;
}
.example-plan__item .plan-date--start {
    padding-top: 32px;
}
.example-plan__item .plan-date--start:after {
  /*
    top: auto;
    bottom: 17px;
*/
top:33px;
  }
  /*
.example-plan__item .plan-date--stance:after {
    background: #3db680;
}
*/
.example-plan__item .plan-date--stance:after {
  background: #7573bb;
}
.example-plan__item .plan-date:after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    border-radius: 20px;
    background: #ccc;
    position: absolute;
    right: -13px;
    top: 2px;
}
.example-plan__item .plan-event {
    padding: 0 0 16px 27px;
    width:230px;
}
.example-plan__item .plan-date--skill:after {
    background: #7573bb;
}
.example-plan__item .plan-date--start:after {
  /*
    top: auto;
    bottom: 17px;
*/
top:33px;
background: #7573bb;
  }
.example-plan__item .plan-event--start {
    padding-top: 32px;
}

.example-plan__contents a{
  color: #003399;
  text-decoration: underline;
}
.example-plan__contents a:hover{
  color: #003399;
  text-decoration: none;
}
.example-plan__contents a:visited {
  color: #003399;
}

.example-plan__contents a span{
  display:inline-block;
  margin:0 0 0 5px;
  background:#f65d98;
  color:#FFF;
  font-size:10px;
  line-height:10pt;
  padding:2px 3px;
  vertical-align: text-top;
  border-radius: 4px;
}









.blanks{
  display:block;
  height:20px;
}


#new_tabs .tabs {
  margin-top: 50px;
  background-color: #fff;
  /*
  width: 100%;
  width:1200px;
  */
  width:120rem;
  margin: 0 auto;
}

/*タブのスタイル*/
#new_tabs .tab_item {
  cursor:pointer;
    /*
  width: calc(100%/3);
  height: 50px;
  */
  width: calc(98%/2);
  height: 60px;
  border: 3px solid #c3c3c3;
  background-color: #FFF;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-bottom:none;
}
#new_tabs .tab_item:hover {
  /*
  opacity: 0.75;
  */
}

/*ラジオボタンを全て消す*/
#new_tabs label[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル
#new_tabs .tab_content {
  display: none;
  padding: 0px;
  clear: both;
  overflow: hidden;
  border-left:3px solid #0069bb;
  border-right:3px solid #0069bb;
  border-bottom:3px solid #0069bb;
  border-top:6px solid #0069bb;
}
*/

/*選択されているタブのコンテンツのみを表示*/
#tokyo:checked ~ #tokyo_content,
#osaka:checked ~ #osaka_content,
#nagoya:checked ~ #nagoya_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
#new_tabs .tabs label:checked + .tab_item {
  background-color: #0069bb;
  color: #fff;
  border: 3px solid #0069bb;
  border-bottom:none;
}
#new_tabs .tab_tokyo{
  margin:0 1% 0 0;
}
#new_tabs .tab_osaka{
  margin:0 0 0 1%;
}
#new_tabs ul.days{
  display:flex;
  margin:0;
  padding:0;
}
#new_tabs ul.days li{
  width: 100%;
  background:#ececec;
  border-right:1px solid #FFF;
  text-align:center;
  font-weight:bold;
  padding:15px 0;
  font-size:18px;
  list-style-type: none;
  margin:0;
}
#new_tabs ul.days li:last-child{
  border-right:none;
}



#new_tabs .table_days_01{
  background:url(../img_renew/table01.png) left top no-repeat;
  background-size:119.4rem 50rem;
  position:relative;
  border-top:1px solid #0069bb;
}
#new_tabs .table_days_02{
  background:url(../img_renew/table02.png) left top no-repeat;
  background-size:119.4rem 50rem;
  position:relative;
  border-top:1px solid #0069bb;
}
#new_tabs .table_days_03{
  background:url(../img_renew/table03.png) left top no-repeat;
  background-size:119.4rem 50rem;
  position:relative;
  border-top:1px solid #0069bb;
}
#new_tabs .table_days_04{
  background:url(../img_renew/table04.png) left top no-repeat;
  background-size:119.4rem 50rem;
  position:relative;
  border-top:1px solid #0069bb;
}
#new_tabs .table_days_05{
  background:url(../img_renew/table05.png) left top no-repeat;
  background-size:119.4rem 50rem;
  position:relative;
  border-top:1px solid #0069bb;
}
#new_tabs .table_days_06{
  background:url(../img_renew/table06.png) left top no-repeat;
  background-size:119.4rem 50rem;
  position:relative;
  border-top:1px solid #0069bb;
}
#new_tabs .ht01{
  height:14rem;
}
#new_tabs .ht02{
  height:23.2rem;
}
#new_tabs .ht03{
  height:32.7rem;
}
#new_tabs .ht04{
  height:41.8rem;
}
#new_tabs .ht05{
  height:51.5rem;
}
#new_tabs .ht06{
  height:60.8rem;
}
#new_tabs .wd01{
  width:21.5rem;
}
#new_tabs .wd02{
    width:45.4rem;
}
#new_tabs .btn_ps03 a.wd02{
    width:45rem;
}
#new_tabs .btn_ps034 a.wd02{
    width:45rem;
}
#new_tabs .wd03{
    width:69.4rem;
}
#new_tabs .wd04{
    width:93rem;
}
#new_tabs .btn_ps01 a{
  left:1.2rem;
  top:4.8rem;
}
#new_tabs .btn_ps012 a{
  left:1.2rem;
  top:14rem;
}
#new_tabs .btn_ps013 a{
  left:1.2rem;
  top:23.4rem;
}
#new_tabs .btn_ps014 a{
  left:1.2rem;
  top:32.8rem;
}
#new_tabs .btn_ps015 a{
  left:1.2rem;
  top:42.1rem;
}
#new_tabs .btn_ps016 a{
  left:1.2rem;
  top:51.5rem;
}
#new_tabs .btn_ps036 a{
  left:49.1rem;
  top:51.5rem;
}



#new_tabs .btn_ps02 a{
  left:25rem;
  top:4.8rem;
}
#new_tabs .btn_ps05 a{
  left:96.7rem;
  top:4.8rem;
}
#new_tabs .btn_ps021 a{
  left:25rem;
  top:4.8rem;
}
#new_tabs .btn_ps031 a{
  left:49.1rem;
  top:4.8rem;
}
#new_tabs .btn_ps022 a{
  left:25rem;
  top:14rem;
}
#new_tabs .btn_ps023 a{
  left:25rem;
  top:23.4rem;
}
#new_tabs .btn_ps024 a{
  left:25rem;
  top:32.8rem;
}
#new_tabs .btn_ps025 a{
  left:25rem;
  top:42.1rem;
}
#new_tabs .btn_ps0233 a{
  left:49.1rem;
  top:14rem;
}


#new_tabs .btn_ps03 a{
  left:49.1rem;
  top:4.8rem;
}
#new_tabs .btn_ps032 a{
  left:49.1rem;
  top:14rem;
}
#new_tabs .btn_ps033 a{
  left:49.1rem;
  top:23.4rem;
}
#new_tabs .btn_ps034 a{
  left:49.1rem;
  top:32.8rem;
}
#new_tabs .btn_ps035 a{
  left:49.1rem;
  top:42.1rem:
}


#new_tabs .btn_ps04 a{
  left:72.6rem;
  top:4.8rem;
}
#new_tabs .btn_ps042 a{
  left:72.6rem;
  top:14rem;
}
#new_tabs .btn_ps043 a{
  left:72.6rem;
  top:23.4rem;
}
#new_tabs .btn_ps044 a{
  left:72.6rem;
  top:32.8rem;
}
#new_tabs .btn_ps045 a{
  left:72.6rem;
  top:42.1rem;
}



#new_tabs .btn_ps052 a{
  left:96.7rem;
  top:14rem;
}
#new_tabs .btn_ps053 a{
  left:96.7rem;
  top:23.2rem;
}
#new_tabs .btn_ps054 a{
  left:96.7rem;
  top:32.8rem;
}
#new_tabs .btn_ps055 a{
  left:96.7rem;
  top:42.1rem;
}

.table_days_01 a:hover,
.table_days_02 a:hover,
.table_days_03 a:hover,
.table_days_04 a:hover,
.table_days_05 a:hover,
.table_days_06 a:hover{
  text-decoration: underline;
}

.btn_ps01 a,.btn_ps02 a,.btn_ps03 a,.btn_ps04 a,.btn_ps05 a,
.btn_ps012 a,.btn_ps022 a,.btn_ps032 a,.btn_ps042 a,.btn_ps052 a,
.btn_ps013 a,.btn_ps023 a,.btn_ps033 a,.btn_ps043 a,.btn_ps053 a,
.btn_ps014 a,.btn_ps024 a,.btn_ps034 a,.btn_ps044 a,.btn_ps054 a,
.btn_ps015 a,.btn_ps025 a,.btn_ps035 a,.btn_ps045 a,.btn_ps055 a,
.btn_ps016 a,.btn_ps026 a,.btn_ps036 a,.btn_ps046 a,.btn_ps056 a,.btn_ps0233 a,.btn_ps021 a,.btn_ps031 a{
  position:absolute;
  display:table;
  height:8rem;
  text-decoration: none;
}
.btn_ps01 a span,.btn_ps02 a span,.btn_ps03 a span,.btn_ps04 a span,.btn_ps05 a span,
.btn_ps012 a span,.btn_ps022 a span,.btn_ps032 a span,.btn_ps042 a span,.btn_ps052 a span,
.btn_ps013 a span,.btn_ps023 a span,.btn_ps033 a span,.btn_ps043 a span,.btn_ps053 a span,
.btn_ps014 a span,.btn_ps024 a span,.btn_ps034 a span,.btn_ps044 a span,.btn_ps054 a span,
.btn_ps015 a span,.btn_ps025 a span,.btn_ps035 a span,.btn_ps045 a span,.btn_ps055 a span,
.btn_ps016 a span,.btn_ps026 a span,.btn_ps036 a span,.btn_ps046 a span,.btn_ps056 a span,.btn_ps0233 a span,.btn_ps021 a span,.btn_ps031 a span{
  display:table-cell;
  vertical-align:middle;
  font-size:13px;
  line-height:16pt;
  font-size:1.5rem;
  font-weight:500;
  color:#000;
  text-align:center;
  position: relative;
}
.btn_ps01 a span .pop,.btn_ps02 a span .pop,.btn_ps03 a span .pop,.btn_ps04 a span .pop,.btn_ps05 a span .pop,
.btn_ps012 a span .pop,.btn_ps022 a span .pop,.btn_ps032 a span .pop,.btn_ps042 a span .pop,.btn_ps052 a span .pop,
.btn_ps013 a span .pop,.btn_ps023 a span .pop,.btn_ps033 a span .pop,.btn_ps043 a span .pop,.btn_ps053 a span .pop,.btn_ps0233 a span .pop,.btn_ps021 a span .pop,.btn_ps031 a span .pop{
  position:absolute;
  top:0;
  left:0;
  color:#FFF;
  font-size:12px;
  line-height:12pt;
  padding:5px 10px;
}
.bgc01 a{
  background-color:#ee9fc8;
  background-image:url(icon_img_37.png) ;
  background-size:18px 18px;
  background-position : right 5px center;
  background-repeat:no-repeat;
}
 .bgc02 a{
  background-color:#b4f7d7 ;
  background-image:url(icon_img_37.png) ;
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}
.bgc03 a{
  background-color:#b2e7ff ;
  background-image:url(icon_img_37.png) ;
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}
.bgc04 a{
  background-color:#b4fb91 ;
 background-image:url(icon_img_37.png) ;
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}
.bgc05 a{
  background-color:#86f7de ;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}

.bgc06 a{
  background-color:#81bed9 ;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}
.bgc07 a{
  background-color:#e8e237 ;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}

.bgc08 a{
  background-color:#f7c28e ;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}
.bgc09 a{
  background-color:#d9f3ff ;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}

.bgc10 a{
  background-color:#f9c49c ;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}

.bgc11 a{
  background-color:#D6D6F7 ;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}

.bgc12 a{
  background-color:#b9e0d8 ;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}

.bgc13 a{
  background-color:#fcb1bc;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}
.bgc14 a{
  background-color:#eac0f3;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}
.bgc15 a{
  background-color:#ecd4c0;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}



.bgc16 a{
  background-color:#eba893;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}

.bgc17 a{
  background-color:#f7a059;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}

.bgc18 a{
  background-color:#c3a3bf;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}

.bgc19 a{
  background-color:#f29aaf;
  background-image:url(icon_img_37.png);
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}


.bg_color_01 a{
  background-color:#DCF1F0;
  background-image:url(icon_img_37.png) ;
  background-size:18px 18px;
  background-position : right 5px center;
  background-repeat:no-repeat;
}
.bg_color_02 a{
  background-color:#e3f5fc;
  background-image:url(icon_img_37.png) ;
  background-size:18px 18px;
  background-position : right 5px center;
  background-repeat:no-repeat;
}
.bg_color_03 a{
  background-color:#e7fce3;
  background-image:url(icon_img_37.png) ;
  background-size:18px 18px;
  background-position : right 5px center;
  background-repeat:no-repeat;
}



#freshman-page .m-container {
    width: 1200px;
}





.tab-group{
    display: flex;
    justify-content: space-between;
    margin:0;
    padding:0;
}
.tab,
.tab2{
  cursor:pointer;
    /*
  width: calc(100%/3);
  height: 50px;
  */
  width: calc(98%/3);
  height: 6rem;
  border: 3px solid #c3c3c3;
  background-color: #FFF;
  line-height: 1.5;
  font-size: 1.8rem;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-bottom:none;
  line-height:1.5;
}
.extra_tab .tab,
.extra_tab .tab2{
  width: calc(96%/4);
  height: 80px;
  display: flex;
    justify-content: center;
    align-items: center;
}
.panel-group{
  /*
    height:100px;
    border:solid 1px #CCC;
    border-top:none;
    background:#eee;
*/
padding: 0px;
    clear: both;
    overflow: hidden;
    border-left: 3px solid #2AA8D8;
    border-right: 3px solid #2AA8D8;
    border-bottom: 3px solid #2AA8D8;
    border-top: 6px solid #2AA8D8;
}
.panel,
.panel2{
    display:none;
}
.tab.is-active,
.tab2.is-active{
background-color: #2AA8D8;
    color: #fff;
    border: 3px solid #2AA8D8;
    border-bottom: none;
}
.panel.is-show,
.panel2.is-show{
    display:block;
}


.sp_sc{
  display:none;
}



.link_areas{
  margin:30px auto 0;
  text-align:center;
}
.link_areas div{
  margin:0 10px;
}














.new_block_15{
  min-width:1200px;
  max-width:1200px;
  margin:0px auto 120px;
  padding:120px 0 0 0;
}
.new_block_15 h2{
  background:#0069bb;
  text-align:center;
  color:#FFF;
  font-weight:bold;
  font-size:28px;
  line-height:32pt;
  padding:30px 0 15px 0;
}

.new_block_15 h2 em{
  font-style:normal;
  display:inline-block;
  background:url(icon_img_05.png) left center no-repeat , url(icon_img_06.png) right center no-repeat;
  background-size:26px 42px , 26px 42px;
  padding:0px 50px 0px 50px;
}
.new_block_15 h2 em span{
  background:url(icon_img_38.png) left center no-repeat;
  background-size:40px 35px;
  padding:10px 0 10px 60px;
}
.text_001{
  text-align:center;
  margin:0px auto 10px;
  background: #0069bb;
  text-align: center;
  padding:0 0 20px 0;
  position:relative;
}
.text_001:after{
  content:"";
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #0069bb;
}
.text_001 span{
  display:inline-block;
  background:#FFF;
  padding:10px 30px;
  border-radius:100px;
  font-weight:bold;
  color:#0069bb;
}


.new_blocks table{
  border-collapse:separate;
  border-spacing:5px;
}
/*
.new_blocks table th{
  padding:15px;
  width:15%;
  vertical-align:middle;
}
.new_blocks table td{
  padding:15px;
  vertical-align: top;
}

.new_blocks table th.bgs1{
  border:2px solid #0069bb;
  background:#FFF;
  color:#0069bb;
  border-radius:6px;
  font-size:21px;
  line-height:24pt;
}
.new_blocks table th.bgs2{
  border:1px solid #a1bacd;
  background:#cfeaff;
}
.new_blocks table th.bgs3{
  border:1px solid #a1bacd;
  background:#cfeaff;
}
.new_blocks table th a{
  text-decoration:underline;
  color:#003399;
  background: url(icon_img_33.png) right center no-repeat;
    background-size: 18px 18px;
    padding: 0 25px 0 0;
}
.new_blocks table th a:hover{
  text-decoration:none;
}
.new_blocks table td div a{
  font-weight:bold;
  text-decoration:underline;
  display:inline-block;
  margin:0 0 5px 0;
  color:#003399;
  font-size:15px;
  line-height:18pt;
}
.new_blocks table td p{
  font-size:13px;
  line-height:16pt;
   margin:0 0 20px 0;
}
.new_blocks table td div a:hover{
  text-decoration:none;
}
.new_blocks table td p:last-child{
  margin:0;
}

.new_blocks table td li{
  font-size:13px;
  line-height:16pt;
  margin:0 0 8px 0;
  position: relative;
  display:inline-block;
  padding:0 0 0 15px;
}
.new_blocks table td li:before{
  content:"・";
  position:absolute;
  top:0px;
  left:0;
}
.new_blocks table td li:last-child{
  margin:0;
}
.new_blocks table .ttls{
  text-align:center;
  font-weight:bold;
  color:#000;
  font-size:20px;
  line-height:28pt;
}


.new_blocks table .tdbgs1{
  border-radius:6px;
  border:1px solid #a1bacd
}

.new_blocks table .tdbgs2{
  border-radius:6px;
  border:1px solid #a1bacd
}
.new_blocks table .tdbgs3{
  border-radius:6px;
  border:1px solid #a1bacd
}

.new_blocks table .tdbgs4{
  background:#f2f2f2;
  border-radius:6px;
}

.new_blocks table .tdbgs5{

  width:50%;
  background: #f2f2f2;
    border-radius: 6px;
padding:48px 15px 15px 15px;
}

.new_blocks table .tdbgs6{
  background:#f2f2f2;
  border-radius:6px;
}

.new_blocks table .tdbgs7{
  background:#f2f2f2;
  border-radius:6px;
}

.new_blocks table .tdbgs8{
  background:#f2f2f2;
  border-radius:6px;
}
.new_blocks table .new_ttl{
  width:1065px;
}
.new_blocks table td.pd0{
  padding:0;
}
.new_blocks table .colors1{
  display:inline-block;
  color:#FFF;
  background:#bc9146;
  font-size: 11px;
  line-height: 11pt;
  padding: 3px 8px;
  vertical-align: text-top;
  border-radius:6px;
  margin:0 0 0px 10px;
}

span.oln{
background-color: #ff3399;
display: inline-block;
    min-width: 70px;
    padding: 1px 5px 2px;
    margin-left: 0.5em;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 14pt;
    text-align: center;
}
*/


@media all and (-ms-high-contrast: none) {
  .new_block_02 .area01{
    box-shadow:0px 0px 13px rgba(0,0,0,0.2);
  }
  .new_block_04 {
    box-shadow:0px 0px 20px rgba(0,0,0,0.2);
  }
  .new_block_05 .area01 {
     box-shadow:10px 10px 13px rgba(0,0,0,0.2);
  }
  .new_block_06 .fboxs .left_block {
    box-shadow:0px 0px 13px rgba(0,0,0,0.2);
  }
  .new_block_06 .fboxs .right_block{
    box-shadow:0px 0px 13px rgba(0,0,0,0.2);
  }
    .new_block_09 .area01 {
    box-shadow:0px 0px 13px rgba(0,0,0,0.2);
  }
  .new_block_10 .area01 {
     box-shadow:0px 0px 13px rgba(0,0,0,0.2);
  }
  .new_block_11 .area01 {
     box-shadow:0px 0px 13px rgba(0,0,0,0.2);
  }
  .new_block_12 .area01 {
     box-shadow:0px 0px 13px rgba(0,0,0,0.2);
  }
}




.new_banner_block{
	max-width:770px;
	margin:0px auto 0px;
}
.new_banner_block img{
width:100%;
transition: all .3s ease;
}
.new_banner_block a:hover img{
opacity:0.7;
}





.bgc03min a{
  background-color:#eaeaea ;
  background-image:url(icon_img_37.png) ;
  background-size:18px 18px;
   background-position : right 5px center;
     background-repeat:no-repeat;
}
.bgc03min a em{
display:inline-block;
font-style:normal;
background:#60B8D4;
padding:5px 10px;
color:#FFF;
line-height:12pt;
margin:0 0 8px 0;
position:relative;
}

.bgc03min a em:before{
content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top: 5px solid #60B8D4;
    z-index: 0;
}



.l-main table.courseTable th{
	line-height: 1.5;
}
.l-main table.courseTable td{
	line-height: 1.5;
}



@-moz-document url-prefix() {
  /* ここに書く */
  .navs .cont li a {
    line-height: 1;
  }

}
.new_banner_block {
  margin: 70px auto 0px;
}



.feature_block_02.extra{
  margin:6rem auto 0;
  max-width:747px;
  padding:0 0 4rem 0;
}
.feature_block_02.extra2{
  margin:0rem auto 0;
  max-width:747px;
  padding:0 0 10rem 0;
}
.feature_block_02.extra2 .feature_area_02{
  margin-top:0;
  padding:0 0 0 0;
}
.feature_block_02.extra img,
.feature_block_02.extra2 img{
  max-width:747px;
  margin:auto;
}
.feature_block_02.extra a:hover img,
.feature_block_02.extra2 a:hover img{
  opacity: 0.7;
}



.onlySP {
	display: none;
}

.fx_banner {
    position: fixed;
    bottom: -260px;
    right: 90px;
    z-index:99999999;
    transition: 0.8s;
}
.fx_banner a {
    width: 425px;
    padding: 0px 0;
    text-align: center;
    display: block;
    transition: 0.8s;
}
.fx_banner a img{
  width: 425px;
  transition: 0.6s;
}
.fx_banner a:hover {
    text-decoration: none;
    opacity: 0.9;
}

.fx_banner span{
    position: absolute;
    top: 0;
    right: 8px;
    width: 30px;
    height: 30px;
    background: #FFF;
    border: solid 4px #52a34b;
    border-radius: 100px;
    color: #52a34b;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    z-index: 1;
}


.left_block_new{
  width:100%;
  position:relative;
  display:flex;
  justify-content: space-between;
}
.left_block_new::after{
  content:"";
  background-image:url(bg_img_003sp.png) ;
  background-size:200px 40px;
 background-position : right 0 center;
  background-repeat:no-repeat;
  width:200px;
  height:40px;
  position:absolute;
  right:0;
  left:0;
  bottom:6px;
  margin:auto;
}
.left_block_new .new_area_block{
  width:50%;
}


.right_block_new{
  width:100%;
}
.ttl_new{
  text-align:center;
  background: #0069bb;
  color: #FFF;
  font-weight: bold;
  font-size: 21px;
  line-height: 28pt;
  padding: 10px 0 10px 0;
}
.new_area_block{
  border:1px solid #0069bb;
  position:relative;
  padding:20px;
  margin:0 0 60px 0;
}
.left_block_new .new_area_block.extra{
  border-left:none;
}
.new_area_block .sub_ttl a{
  font-weight: bold;
  font-size: 21px;
  line-height: 24pt;
  margin:0 0 15px 0;
  color:#0069bb;
  text-decoration:underline;
}
.new_area_block .sub_ttl a:hover{
  text-decoration:none;
}
.new_area_block p{
  margin:10px 0 0 0;
}
.new_area_block .icons{
  display:inline-block;
  background:#83ca21;
  color:#FFF;
  font-size:15px;
  line-height:15pt;
  font-weight:bold;
  padding:5px 15px;
  border-radius:5px;
  margin:0 0 5px 0;
}
.new_area_blockem{
  font-size:14px;
}
.new_area_block .new_btn{
  text-align:center;
  margin:20px auto 0;
}
.new_area_block .new_btn a{
  padding: 14px 40px 14px 40px;
    font-size: 14px;
    line-height: 18pt;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin: 0 auto;
    background: #332e32;
    background-size: 200% auto;
    transition: .3s;
    display: inline-block;
    color: #fff;
}

.ffboxs{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ffboxs .extra_area1 , .ffboxs .extra_area2{
  width:48%;
}
.ffboxs .extra_area1 span , .ffboxs .extra_area2 span{
  display: inline-block;
    background: #83ca21;
    color: #FFF;
    font-size: 13px;
    line-height: 13pt;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
    margin:0 0 5px 0;
}



.new_block_09.extra{
	padding:0 0 0 0;
}
.new_block_09.extra h2{
	margin: 0px 0 0px 0;
}
.new_block_09.extra h2 em span {
    background: url(icon_img_39.png) left center no-repeat;
    background-size: 32px 36px;
    padding: 10px 0 10px 50px;
}
.new_block_09.extra .blue_borders{
	display:flex;
	padding:0 20px;
	justify-content: space-between;
}
.new_block_09.extra .blue_borders .area01{
	width:49%;
	margin:0;
	padding: 30px;
}
.new_block_09.extra .blue_borders .area01 .new_ttl_01{
    background: url(new_icon_01.png) left center no-repeat;
    background-size: 88px 88px;
    padding: 13px 0 13px 105px;
}
.new_block_09.extra .blue_borders .area01 .new_ttl_02{
    background: url(new_icon_02.png) left center no-repeat;
    background-size: 88px 88px;
    padding: 13px 0 13px 105px;

}
.new_block_09.extra .blue_borders .area01 .new_ttl_01 a,
.new_block_09.extra .blue_borders .area01 .new_ttl_02 a{
	font-weight:bold;
	color:#000;
	font-size:21px;
	line-height:24pt;
	text-decoration:underline;
	display: inline-block;
}
.new_block_09.extra .blue_borders .area01 .new_ttl_01 a:hover,
.new_block_09.extra .blue_borders .area01 .new_ttl_02 a:hover{
	text-decoration:none;
}
.new_block_09.extra .blue_borders .area01 .new_ttl_01 a em,
.new_block_09.extra .blue_borders .area01 .new_ttl_02 a em{
    background: url(icon_img_07.png) right center no-repeat;
    background-size: 22px 22px;
    padding: 0 30px 0 0;
    font-style: normal;
}

.new_block_09.extra .blue_borders .area01 .textblock{
	font-size:14px;
	line-height:18pt;
	margin:10px 0 20px 0;
	height:70px;
}


.new_block_09.extra .blue_borders .area01 .fboxs{
	display:flex;
	justify-content: space-between;
}
.new_block_09.extra .blue_borders .area01 .fboxs .left{
	width:350px;
}
.new_block_09.extra .blue_borders .area01 .fboxs .left p{
	vertical-align:middle;
	margin:0 0 15px 0;
}
.new_block_09.extra .blue_borders .area01 .fboxs .left p span{
	display:inline-block;
	background:#dadada;
	margin:0 10px 0 0;
	font-weight:bold;
	padding:3px 15px;
}
.new_block_09.extra .blue_borders .area01 .fboxs .right{
	width:120px;
	text-align:center;
	font-size:12px;
}
.new_block_09.extra .blue_borders .area01 .fboxs .right img{
	margin:0 0 5px 0;
}
.arw{
	width:200px;
	margin:40px auto 30px;	
}

.new_block_09.extra .new_bottom_block{
	background: #FFF;
    filter: drop-shadow(8px 8px 13px rgba(0,0,0,0.1));
    	max-width: 1040px;
	margin:20px auto 0;
	padding:0 0px 0px 0px;
}

.new_block_09.extra .new_bottom_block .ttl{
	color:#FFF;
	background:#35a5eb;
	font-weight: bold;
	font-size: 28px;
	line-height: 32pt;
	padding: 20px 0 20px 0;
}
.new_block_09.extra .new_bottom_block .ttl:after{
	content:none;
}
.new_block_09.extra .new_bottom_block .fboxs{
	display:flex;
	justify-content: space-between;
	padding:40px;
	width:100%;
}
.new_block_09.extra .new_bottom_block .fboxs .lefts{
	width:800px;
}
.new_block_09.extra .new_bottom_block .fboxs .rights{
	width:120px;
	text-align:center;
	font-size:12px;
}
.new_block_09.extra .new_bottom_block .fboxs .rights img{
	margin:0 0 5px 0;
}

.new_block_09.extra .new_bottom_block .fboxs .lefts .ttl_s a{
	font-weight:bold;
	color:#000;
	font-size:21px;
	line-height:24pt;
	text-decoration:underline;
	display: inline-block;	
}
.new_block_09.extra .new_bottom_block .fboxs .lefts .ttl_s a:hover{
	text-decoration:none;	
}
.new_block_09.extra .new_bottom_block .fboxs .lefts .ttl_s a em{
    background: url(icon_img_07.png) right center no-repeat;
    background-size: 22px 22px;
    padding: 0 30px 0 0;
    font-style: normal;
}
.new_block_09.extra .new_bottom_block .fboxs .lefts p.text{
	font-size: 14px;
    line-height: 18pt;
	margin:20px 0;
}
.new_block_09.extra .new_bottom_block .fboxs .lefts p.price{
	vertical-align:middle;
	margin:0 0 15px 0;
}
.new_block_09.extra .new_bottom_block .fboxs .lefts p.price span{
	display:inline-block;
	background:#dadada;
	margin:0 10px 0 0;
	font-weight:bold;
	padding:3px 15px;
}
.new_block_09 h2.extra2{
	font-size: 42px;
    font-weight: bold;
    line-height: 46pt;
    color: #0068ba;
    text-align: center;
    margin: 60px 0 30px 0;
	background:none;
}






.new_banner_block_niigata{
	max-width:640px;
	margin:60px auto 0px;
}
.new_banner_block_niigata img{
width:100%;
transition: all .3s ease;
}
.new_banner_block_niigata a:hover img{
opacity:0.7;
}





.faq_section {
  max-width: 1200px;
  margin:10px auto 50px;
  background:#f3f3f3;
  border-radius: 20px;
  padding:40px;
}
.faq_section h2 {
  text-align: center;
  font-size: 32px;
  line-height: 32pt;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.faq_section li{
  margin:15px 0 0 0;
}
.faq_section ul li div{
  font-weight:700;
}
.faq_section ul li div p{
  font-weight:normal;
  padding:0 0 0 25px;
  font-size: 14px;
    line-height: 19pt;
}
.faq_section li .questions{
  display:inline-block;
  position: relative;
  padding:0 0 0 25px;
  font-size:16px;
}
.faq_section li .questions:before{
  content:"Q.";
  position:absolute;
  left:0;
  top:0;
}

.news_area{
  text-align:center;
}
p.news_text{
  text-align:center;
  font-weight:bold;
  color:#0068ba;
  margin:0 0 0px 0;
  border:1px solid #CCC;
  border-radius: 5px;
  padding:30px 40px;
  font-size:18px;
  display:inline-block;
  background:#fff6f9;
}

.spacers{
  height:5.15rem;
  width: 100%;
  display: block;
}
.add_ttl{
  height: 7.6rem;
  background: #FFEDC7;
  text-align: center;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add_ttl a{
  text-decoration: underline;
}
.add_ttl a:hover{
  text-decoration:none;
}




/* FOOTER */

#go-top {
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 6rem;
	height: 6rem;
	z-index: 9000;
}
#go-top a {
	display: block;
	background-color: #000;
	width: 6rem;
	height: 6rem;
}
#go-top a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 1rem;
	height: 1rem;
	margin: -0.3rem 0 0 -0.4rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
#go-top a:hover {
	background-color: #232b4d;
}
#go-top a:hover:before {
	margin: -0.8rem 0 0 -0.4rem;
}

.linkblock{
  padding:2rem 0 0 0;
  display:block; 
}

.main_block_001 .main_area_001 .text_area h1{
  color:#FFF;
  font-size: 7.2rem;
  background: url(new_icon.png) left top no-repeat;
  background-size: 6rem 6rem;
  padding: 0 0 0 0em;
  line-height: 1.3;
  margin:0;
}
.main_block_001 .main_area_001 .text_area h1::first-line{
  font-size: 3.8rem;
  letter-spacing: 0.08em;
  line-height: 0;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 1rem 0;
  color:#fbff7f;
  margin-left:0rem;
  display: inline-block;
}
.main_block_001 .main_area_001 .text_area h1::first-letter{
  padding: 0 0 0 8rem;
}


.main_block_003_under .main_area_003_under .point_photo{
  position: absolute;
  right: -12rem;
  top: -10rem;
  width:17rem;
}
.main_block_003_under{
  background:#F0F8FC;
}
.main_block_003_under .main_area_003_under{
  width: 90rem;
  padding: 4rem 2rem 4rem 2rem;
  margin: auto;
  position: relative;
  text-align: center;
}
.main_block_003_under .main_area_003_under h2{
  text-align: center;
  font-size:3rem;
  font-weight:bold;
  position: relative;
  background:url(icon_left.png) left bottom no-repeat , url(icon_right.png) right bottom no-repeat;
  background-size:4.85rem 5.45rem , 4.85rem 5.45rem;
  flex-wrap: wrap;
  padding:0 6rem;
  display:inline-block;
  margin:0;
}
.main_block_003_under .main_area_003_under h2 em{
  color:#2AA8D8;
  font-style: normal;
}
.main_block_003_under .main_area_003_under h2 em span{
  font-size:4.6rem;
  background:linear-gradient(transparent 60%, #F3EE7B 60%);
  font-style: normal;
}
.main_block_003_under .main_area_003_under .point_ttl{
  background:url(border_bg.png) left center no-repeat;
  background-size:100% auto;
  margin:1rem 0 0 0;
}
.main_block_003_under .main_area_003_under .point_ttl span{
  font-style: normal;
  display:inline-block;
  background:#F0F8FC;
  padding:2rem 2rem 1rem 2rem;
  font-weight:bold;
  font-size:2.1rem;
}
.main_block_003_under .main_area_003_under .point_ttl span em{
  font-style: normal;
  color:#2AA8D8;
}
.main_block_003_under .main_area_003_under ul {
  text-align: left;
  margin:0 0 0 6rem;
}
.main_block_003_under .main_area_003_under ul li{
  list-style-type:none;
  font-size:2.1rem;
  font-weight:bold;
  margin:0rem 0;
  padding:1rem 0 1rem 5.2rem;
}
.main_block_003_under .main_area_003_under ul li:nth-child(1){
  background:url(n_01.png) left center no-repeat ;
  background-size:4.2rem 4.2rem;
}
.main_block_003_under .main_area_003_under ul li:nth-child(2){
  background:url(n_02.png) left center no-repeat ;
  background-size:4.2rem 4.2rem;
}
.main_block_003_under .main_area_003_under ul li:nth-child(3){
  background:url(n_03.png) left center no-repeat ;
  background-size:4.2rem 4.2rem;
}
.main_block_003_under .main_area_003_under ul li em{
  font-style: normal;
  background:linear-gradient(transparent 95%, #E5C934 95%);
}
.main_block_003_under .main_area_003_under .white_space{
  margin:2rem 0;
  background:#FFF;
  padding:2rem 3rem;
  font-size:1.5rem;
  line-height:1.5;
  font-weight:400;
  text-align:left;
}
.main_block_003_under .main_area_003_under .point_answer{
  background:url(point_icon.png) left center no-repeat ;
  background-size:6.1rem 6.1rem;
  padding:1rem 0 1rem 7.2rem;
  text-align:left;
  font-weight:bold;
}
.main_block_003_under .main_area_003_under .point_answer a{
  text-decoration:underline;
  color:#2AA8D8;
}
.main_block_003_under .main_area_003_under .point_answer a:hover{
  text-decoration:none;
}

.movie_area{
  margin:5rem auto 0;
  text-align: center;
}
.movie_area .movie_ttl{
  font-size:3rem;
  font-weight:bold;
}

.main_block_002 .main_area_002 .area_002_box .area_002_right .comv_area .ttl{
  margin:3rem 0 2rem 0;
  font-size: 2.5rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_right .comv_area .ttl em{
  color:#FF8925;
  font-style:normal;
}
.main_block_002 .main_area_002 .area_002_box .area_002_right .comv_area .comv_btn_area .comv_contact a{
  width:24rem;
  font-size: 1.8rem;
  margin:0 0.5rem 0 0;
}
.main_block_002 .main_area_002 .area_002_box .area_002_right .comv_area .comv_btn_area .comv_inq a{
  width:30rem;
  font-size: 1.8rem;
  margin:0 0 0 0.5rem;
}

.comv_area .ttl.extra{
  margin: 3.5rem 0 2rem 0;
}


.seat_area{
  background:#FFF;
  padding:2rem 3rem;
  margin:2rem 0 0 0;
  border-radius:1rem;
  width: 46rem;
}
.seat_area .sear_ttl{
  color:#008CC2 !important;
  font-size:2rem;
  font-weight:bold;
  background:url(zanseki_icon.png) left center no-repeat;
  background-size:2.6rem 2.2rem;
  padding:0 0 0 3.5rem;
}
.seat_area dl{
  margin:1rem 0 0 0 !important;
  display:flex;
  align-items: center;
  width:100% !important;
}
.seat_area dl dt{
  width:8rem !important;
  background:none !important;
  padding:0 !important;
  color:#404040 !important;
  font-weight:normal !important;
  justify-content:left !important;
  font-size:1.5rem !important;
}
.seat_area dl dd{
  width:100% !important;
  background:none !important;
  padding:0 !important;
  color:#404040 !important;
  font-weight:normal !important;
  font-size:1.5rem !important;
}

.main_block_002 .main_area_002 .area_002_box .area_002_block .flex_b_02 h3.lh_extra {
  line-height: 1.5;
}

.main_block_002 .main_area_002 .area_002_box .area_002_left .comv_area .comv_btn_area .comv_contact a {
  width: 20rem;
  font-size: 1.8rem;
  margin: 0 0.5rem 0 0;
  background-position: right 2rem center;
}
.main_block_002 .main_area_002 .area_002_box .area_002_left .comv_area .comv_btn_area .comv_inq a {
  width: 28rem;
  font-size: 1.8rem;
  margin: 0 0 0 0.5rem;
  background-position: right 2rem center;
}
.comv_area .ttl em{
  font-style: normal;
}

.add_b{
  max-width:540px;
  margin:5rem auto 0;
}
.add_b a:hover img{
  opacity: 0.7;
}

.ad_icon{
  display: flex;
  background:#c3e1fb;
  padding:0.5rem 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:0;
}
.ad_icon li{
  width:18%;
  background:#FFF;
  text-align: center;
  font-weight:bold;
  font-size:1.3rem;
  line-height:1.4;
  margin:0.5rem 0;
  padding:1rem 1rem;
  list-style-type: none;
}
.ad_icon li img{
  width:5rem;
  margin:0 auto 0.5rem;
}
.main_block_002 .main_area_002 .area_002_box .area_002_block h4{
  color: #2AA8D8;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
  margin:4rem 0 1rem 0;
}
.ad_icon li p{
  margin:0;
}












.navs .cont li:nth-child(1){
  width: 28%;
}
.navs .cont li:nth-child(2){
  width: 15%;
}
.navs .cont li:nth-child(3){
  width: 14%;
}
.navs .cont li:nth-child(4){
  width: 14%;
}
.navs .cont li:nth-child(5){
  width: 17%;
}
.navs .cont li:nth-child(6){
  width: 12%;
}



.navs .cont li:nth-child(7){
  width: 11%;
}

.main_block_001 .main_area_001 .text_area .btn_orange a{
  width:35rem;
  text-align: center;
}
.main_block_001 .main_area_001 .text_area .btn_orange.white{
  margin:1rem 0 0 0;
}
.main_block_001 .main_area_001 .text_area .btn_orange.white a{
  width:35rem;
  filter: drop-shadow(0px 0.5rem 0px rgba(181, 181, 181, 1));
  background: #FFF;
  color: #2AA8D8;
  background-image: url(/wp-content/uploads/2025/06/btn_icon_02.png);
  background-size: 1.6rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right 3rem center;
  filter: drop-shadow(0px 0.5rem 0px rgba(12, 115, 154, 1));
}

.main_block_001 .main_area_001 .text_area .btn_orange.white a:hover {
  background-image: url(/wp-content/uploads/2025/06/btn_icon_02.png);
  background-size: 1.6rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  filter: drop-shadow(0px 0.0rem 0px rgba(12, 115, 154, 1));
  transform: translate3d(0px, 0.5rem, 0);
}


.new_area_0001{
  padding:5rem 0 0 0;
  text-align: center;
}
.new_area_0001 h2{
  text-align: center;
  font-size: 4.8rem;
  font-weight: bold;
  position: relative;
  background: url(icon_left.png) left bottom no-repeat, url(icon_right.png) right bottom no-repeat;
  background-size: 4.85rem 5.45rem, 4.85rem 5.45rem;
  flex-wrap: wrap;
  padding: 0 6rem;
  display: inline-block;
  margin: 0;
}
.new_area_0001 h2 em{
  color: #2AA8D8;
  font-style: normal;
}
.new_area_0001 h2 em span{
  background: linear-gradient(transparent 60%, #F3EE7B 60%);
  font-style: normal;
}
.new_area_0001 h2 em span sup{
  font-size: 1.5rem;
  margin: -5rem 0 0 0px;
  display: inline-block;
  vertical-align: middle;
}
.new_area_0001 h2 span.last{
  font-size: 1.5rem;
  margin:0 0 0 1rem;
}
.new_area_0001 .new_area_0001_01{
  background:#F5F5F5;
  margin:5rem 0;
  padding:5rem 0;
}
.new_area_0001 .new_area_0001_01 .subttl{
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.new_area_0001 .new_area_0001_01 .subttl span{
  color: #2AA8D8;
  font-style: normal;
}
.new_area_0001 .new_area_0001_01 .subttl em{
  font-size: 4.6rem;
  background: linear-gradient(transparent 60%, #F3EE7B 60%);
  font-style: normal;
  color: #2AA8D8;
}
.new_area_0001_01 .new_area_0001_link{
  display: flex;
  justify-content: space-between;
  width: 120rem;
  margin:3.5rem auto 0;
}
.new_area_0001_01 .new_area_0001_link a{
  display: flex;
  width:33.5rem;
  flex-wrap: wrap;
  border-radius: 1rem;
  padding:4.5rem 2rem 5rem 2rem;
  text-decoration: none;
  background:#FFF url(../img_renew/link_bg.png) center bottom no-repeat;
  background-size:100% auto;
  position: relative;
}
.new_area_0001_01 .new_area_0001_link a .num_icon{
  position: absolute;
  top:-3rem;
  left:0;
  right:0;
  margin:auto;
  width:6.3rem ;
}
.new_area_0001_01 .new_area_0001_link a .linkttl{
  /*
  background: url(../img_renew/icon_new_02.png) left top no-repeat;
  background-size:3.3rem 3.3rem;
  padding:0 0 0 5rem;
  */
  text-align: center;
  font-weight:bold;
  font-size:2.2rem;
  line-height:1.5;
  color:#404040;
}
/*
.new_area_0001_01 .new_area_0001_link a .linkttl.extra{
  margin:0 0 4.7rem 0;
}
*/

.new_area_0001_01 .new_area_0001_link a p{
  text-decoration: none;
  color:#404040;
  text-align: left;
 font-size: 1.5rem;
 line-height:1.5;
}
.new_area_0001_01 .new_area_0001_link a:hover{
  background:#008CC2 url(../img_renew/link_bg.png) center bottom no-repeat;
  background-size:100% auto;
}
.new_area_0001_01 .new_area_0001_link a:hover .linkttl{
  color:#FFF;
}

.new_area_0001_01 .new_area_0001_link a:hover p{
  color:#FFF;
}



.new_area_0002{
  background: #F0F8FC;
  padding:8rem 0;
  margin:5rem auto 0;
}
.new_area_0002 .new_area_0002_01{
  width:120rem;
  margin:auto;
}
.new_area_0002 .new_area_0002_01 h2{
  font-size: 4.6rem;
  line-height:1.5;
  text-align: center;
  margin:0;
}
.new_area_0002 .new_area_0002_01 h2 em{
  color: #2AA8D8;
  font-style: normal;
}
.new_area_0002 .new_area_0002_01 h2 em span{
  background: linear-gradient(transparent 60%, #F3EE7B 60%);
  font-style: normal;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_02{
  display: flex;
  justify-content: space-between;
  margin:3rem auto 0;
}
.new_area_0002 .new_area_0002_01 .subt{
  color:#2AA8D8;
  font-size:2.8rem;
  line-height:1.5;
  margin:1rem 0 2rem 0;
  text-align: center;
  font-weight: bold;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_02 .new_area_0002_02_lefts{
  width:55rem;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_02 .new_area_0002_02_lefts h3{
  color:#2AA8D8;
  font-size:3.6rem;
  line-height:1.5;
  margin:0 0 2rem 0;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_02 .new_area_0002_02_lefts p{
  line-height:1.8;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_02 .new_area_0002_02_rights{
  width:59.8rem;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_02 .new_area_0002_02_lefts dl{
  display: flex;
  margin:0;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_02 .new_area_0002_02_lefts dl dt{
  font-weight:bold;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_02 .new_area_0002_02_lefts dd{
  margin:0;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_02 .new_area_0002_02_lefts .btn_orange{
  line-height:1.5;
  margin:2.5rem 0 0 0;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_02 .new_area_0002_02_lefts .btn_orange a{
  text-align: center;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_03{
  text-align: center;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_03 h3{
  font-size:3.6rem;
  line-height:1.5;
  margin:5rem 0 2rem 0;
  text-align: center;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_03 h3 em{
  color: #2AA8D8;
  font-style: normal;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_03 h3 em span{
  background: linear-gradient(transparent 60%, #F3EE7B 60%);
  font-style: normal;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_03 .new_voice_area{
  display: flex;
  justify-content: space-between;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_03 .new_voice_area .left_voice,
.new_area_0002 .new_area_0002_01 .new_area_0002_03 .new_voice_area .right_voice{
  background:#FFF;
  border-radius: 1rem;
  width:54rem;
  padding:2rem;
  text-align: left;
  margin:3rem auto 0;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_03 .new_voice_area .left_voice div{
  background:url(../img_renew/icon_img_03.png) left center no-repeat;
  background-size:2.35rem 3.2rem;
  padding:1.2rem 0 1.2rem 4rem;
  font-weight:bold;
  font-size:2.4rem;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_03 .new_voice_area .right_voice div{
  background:url(../img_renew/icon_img_04.png) left center no-repeat;
  background-size:2.1rem 3.1rem;
  padding:1.2rem 0 1.2rem 4rem;
  font-weight:bold;
  font-size:2.4rem;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_03 .new_voice_area dl {
  margin:2rem 0 0 0;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_03 .new_voice_area dl dt{
  font-weight:bold;
  color:#2AA8D8;
  font-size:1.8rem;
  margin:0 0 0.5rem 0;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_03 .new_voice_area dl dd{
  margin:0;
  font-size:1.5rem;
  line-height:1.5;
}


.new_block_2025_01{
  background:#2AA8D8;
  border-radius: 2rem;
  padding:5rem;
  width: 110rem;
  margin:4rem auto 0;
}
.new_block_2025_01 h2{
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  padding: 0;
  color:#FFF;
}
.new_block_2025_01 h2 em{
  color: #F9F073;
  font-style: normal;
}
.new_block_2025_01 p{
  color:#FFF;
  text-align: center;
}
.new_block_2025_01 p a{
  color:#FFF;
  text-decoration: underline;
}
.new_block_2025_01 p a:hover{
  text-decoration: none;
}
.new_block_2025_01 ul{
  display: flex;
  justify-content: space-between;
  margin:2rem auto 0;
  flex-wrap: wrap;
  color:#107FAA;
  font-weight:bold;
  font-size:2.1rem;
  list-style-type:none;
  padding:0;
}
.new_block_2025_01 ul li{
  display: flex;
  align-items: center;
}
.new_block_2025_01 ul li:nth-child(1){
  background:#FFF url(../img_renew/icon_0001.png) left 1rem center no-repeat;
  background-size:4rem 4rem;
  padding:1.5rem 1rem 1.5rem 6rem;
  width: 43.5%;
  margin:0 0 1% 0;
  border-radius: 1rem;
}
.new_block_2025_01 ul li:nth-child(2){
  background:#FFF url(../img_renew/icon_0002.png) left 1rem center no-repeat;
  background-size:4rem 4rem;
  padding:1.5rem 1rem 1.5rem 6rem;
  width: 43.5%;
  margin:0 0 1% 0;
  border-radius: 1rem;
}
.new_block_2025_01 ul li:nth-child(3){
  background:#FFF url(../img_renew/icon_0003.png) left 1rem center no-repeat;
  background-size:4rem 4rem;
  padding:1.5rem 1rem 1.5rem 6rem;
  width: 43.5%;
  margin:0 0 1% 0;
  border-radius: 1rem;
}
.new_block_2025_01 ul li:nth-child(4){
  background:#FFF url(../img_renew/icon_0004.png) left 1rem center no-repeat;
  background-size:4rem 4rem;
  padding:1.5rem 1rem 1.5rem 6rem;
  width: 43.5%;
  margin:0 0 1% 0;
  border-radius: 1rem;
}


.palp_area{
  border-top:1px solid #CCC;
  border-bottom:1px solid #CCC;
  padding:5rem;
  margin:5rem auto 0;
  width: 110rem;
  display: flex;
  justify-content: space-between;
}
.palp_area .palp_left{
  width:55rem;
}
.palp_area .palp_left h3{
  font-size: 4.2rem;
  font-weight:700;
  margin:0 0 2rem 0;
}
.palp_area .palp_right{
  width:38rem;
}
.palp_area .palp_left a{
  align-items: center;
  color: #2AA8D8;
  border-radius: 10rem;
  border: 3px solid #2AA8D8;
  filter: drop-shadow(0px 0.5rem 0px rgba(181, 181, 181, 1));
  background: #FFF;
  padding: 1rem 0rem;
  width: 38rem;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  justify-content: center;
  font-size: 2.2rem;
  background-image: url(/wp-content/uploads/2025/06/btn_icon_02.png);
  background-size: 1.6rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right 3rem center;
  margin: 2rem 0rem 0 0;
}
.palp_area .palp_left a:hover {
  background-image: url(/wp-content/uploads/2025/06/btn_icon_01.png);
  background-size: 1.6rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right 2rem center;
  filter: drop-shadow(0px 0rem 0px rgba(181, 181, 181, 1));
  transform: translate3d(0px, 0.5rem, 0);
  color: #FFF;
  background-color: #2AA8D8;
}
.main_block_004 .main_area_004 h2{
  margin:0 0 1rem 0;
}
.ttl_new_001{
  font-size:2.4rem;
  line-height:1.5;
  font-weight:700;
  text-align: center;
  margin:0 0 2rem 0;
}
.text_new_001{
  text-align: center;
  margin:0 0 2rem 0;
}
.new_block_0003{
  width: 120rem;
  height:39.5rem;
}
.ttl_new_002 a{
  background:#2AA8D8 url(../img_renew/new_bg_0001on.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#FFF;
  text-align: center;
  padding:1rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  font-size:2.4rem;
  line-height:1.5;
  justify-content: center;
  text-decoration:none;
  margin:1rem 0 0 0;
  font-weight:700;
  border:2px solid #2AA8D8;
}
.ttl_new_002 a:hover{
  background:#2AA8D8 url(../img_renew/new_bg_0001.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#2AA8D8;
}
.ttl_new_003 a{
  background:#FFF url(../img_renew/new_bg_0001.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#2AA8D8;
  text-align: center;
  padding:1rem 0;
  border:2px solid #2AA8D8;
  width: 100%;
  display: flex;
  align-items: center;
  font-size:2.1rem;
  line-height:1.5;
  justify-content: center;
  text-decoration:none;
  margin:1rem 0 0 0;
  font-weight:700;
}
.ttl_new_003 a:hover{
  background:#FFF url(../img_renew/new_bg_0001on.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#FFF;
}
.ttl_new_img_001{
  margin:2rem 0 2rem 0;
}
.new_positons{
  position: relative;
  width: 120rem;
  height:39rem;
  margin:0 0 5rem 0;
}
.new_block_0003 a:hover{
  text-decoration: none;
}
.positions_001 a{
  position: absolute;
  display: flex; /* Firefox 対策 */
  justify-content: center;
  align-items: center;
  width:10rem;
  height:31.5rem;
  background:#FFF url(../img_renew/new_bg_0001.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#2AA8D8;
  text-align: center;
  padding:1rem 0;
  border:2px solid #2AA8D8;
  margin-left: auto !important;
  margin-right: auto !important;
  writing-mode: vertical-rl;
  font-weight:700;
  font-size:1.8rem;
  line-height:1.5;
  text-decoration: none;
}
.positions_001 a:hover,
.positions_002 a:hover,
.positions_003 a:hover,
.positions_004 a:hover,
.positions_005 a:hover,
.positions_006 a:hover,
.positions_007 a:hover,
.positions_008 a:hover,
.positions_009 a:hover,
.positions_010 a:hover{
  background:#2AA8D8 url(../img_renew/new_bg_0001on.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#FFF;
}
.positions_002 a{
  position: absolute;
  display: flex; /* Firefox 対策 */
  justify-content: center;
  align-items: center;
  width:43.1rem;
  height:31.5rem;
  background:#FFF url(../img_renew/new_bg_0001.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#2AA8D8;
  text-align: center;
  padding:1rem 0;
  border:2px solid #2AA8D8;
  font-weight:700;
  font-size:1.8rem;
  line-height:1.5;
  left:11rem;  text-decoration: none;
}

.positions_003 a{
  position: absolute;
  display: flex; /* Firefox 対策 */
  justify-content: center;
  align-items: center;
  width:10rem;
  height:31.5rem;
  background:#FFF url(../img_renew/new_bg_0001.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#2AA8D8;
  text-align: center;
  padding:1rem 0;
  border:2px solid #2AA8D8;
  margin-left: auto !important;
  margin-right: auto !important;
  writing-mode: vertical-rl;
  font-weight:700;
  font-size:1.8rem;
  line-height:1.5;
  left:55rem;
}

.positions_004 a{
  position: absolute;
  display: flex; /* Firefox 対策 */
  justify-content: center;
  align-items: center;
  width:10rem;
  height:18.5rem;
  background:#FFF url(../img_renew/new_bg_0001.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#2AA8D8;
  text-align: center;
  padding:1rem 0;
  border:2px solid #2AA8D8;
  margin-left: auto !important;
  margin-right: auto !important;
  writing-mode: vertical-rl;
  font-weight:700;
  font-size:1.8rem;
  line-height:1.5;
  left:66rem;
}
.positions_005 a{
  position: absolute;
  display: flex; /* Firefox 対策 */
  justify-content: center;
  align-items: center;
  width:10rem;
  height:18.5rem;
  background:#FFF url(../img_renew/new_bg_0001.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#2AA8D8;
  text-align: center;
  padding:1rem 0;
  border:2px solid #2AA8D8;
  margin-left: auto !important;
  margin-right: auto !important;
  writing-mode: vertical-rl;
  font-weight:700;
  font-size:1.8rem;
  line-height:1.5;
  left:77rem;
}
.positions_006 a{
  position: absolute;
  display: flex; /* Firefox 対策 */
  justify-content: center;
  align-items: center;
  width:10rem;
  height:18.5rem;
  background:#FFF url(../img_renew/new_bg_0001.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#2AA8D8;
  text-align: center;
  padding:1rem 0;
  border:2px solid #2AA8D8;
  font-weight:700;
  font-size:1.8rem;
  line-height:1.5;
  left:88rem;
}
.positions_007 a{
  position: absolute;
  display: flex; /* Firefox 対策 */
  justify-content: center;
  align-items: center;
  width:10rem;
  height:18.5rem;
  background:#FFF url(../img_renew/new_bg_0001.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#2AA8D8;
  text-align: center;
  padding:1rem 0;
  border:2px solid #2AA8D8;
  font-weight:700;
  font-size:1.8rem;
  line-height:1.5;
  left:99rem;
}
.positions_008 a{
  position: absolute;
  display: flex; /* Firefox 対策 */
  justify-content: center;
  align-items: center;
  width:10rem;
  height:31.5rem;
  background:#FFF url(../img_renew/new_bg_0001.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#2AA8D8;
  text-align: center;
  padding:1rem 0;
  border:2px solid #2AA8D8;
  margin-left: auto !important;
  margin-right: auto !important;
  writing-mode: vertical-rl;
  font-weight:700;
  font-size:1.8rem;
  line-height:1.5;
  left:110rem;
  text-decoration: none;
}

.positions_009 a{
  position: absolute;
  display: flex; /* Firefox 対策 */
  justify-content: center;
  align-items: center;
  width:43rem;
  height:5.5rem;
  background:#FFF url(../img_renew/new_bg_0001.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#2AA8D8;
  text-align: center;
  padding:1rem 0;
  border:2px solid #2AA8D8;
  font-weight:700;
  font-size:1.8rem;
  line-height:1.5;
  left:66rem;
  top:19.5rem;
}
.positions_010 a{
  position: absolute;
  display: flex; /* Firefox 対策 */
  justify-content: center;
  align-items: center;
  width:43rem;
  height:5.5rem;
  background:#FFF url(../img_renew/new_bg_0001.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#2AA8D8;
  text-align: center;
  padding:1rem 0;
  border:2px solid #2AA8D8;
  font-weight:700;
  font-size:1.8rem;
  line-height:1.5;
  left:66rem;
  top:26rem;
}
.comv_area .comv_btn_area .comv_inq.extra a{
  margin:0 0 0 1rem;
}
.comv_area .comv_btn_area .comv_contact.extra a{
  margin:0 1rem 0 0;
}

.new_block_004{
  margin:5rem auto 2rem;
  width: 105rem;
}
.new_block_004 h2{
  background:url(../img_renew/border_bg.png) center center repeat-x;
  background-size:100% 1px;
  text-align: center;
}
.new_block_004 h2 span{
  display: inline-block;
  background:#F0F8FC;
  font-size:3rem;
  padding:0 4rem;
}
.new_step_area{
  display: flex;
  justify-content: space-between;
}
.new_step_area .step01,
.new_step_area .step02,
.new_step_area .step03{
  width:27.6rem;
  background:#FFF;
  border-radius: 1rem;
  padding:2rem;
  position: relative;
}
.new_step_area .step01:after,
.new_step_area .step02:after{
  content:"";
  background:url(../img_renew/ar_pc.png) center center repeat-x;
  background-size:2rem 5.4rem;
  position: absolute;
  right:-4rem;
  top:0;
  bottom:0;
  margin:auto;
  width: 2rem;
  height:5.4rem;
}
.new_step_area .step01 div{
  background:url(../img_renew/step_01.png) left top no-repeat;
  background-size:6rem 6rem;
  font-size:2.1rem;
  font-weight:bold;
  line-height:1.5;
  padding:1.5rem 0 2.5rem 7rem;
  margin:0 0 1rem 0;
}
.new_step_area .step02 div{
  background:url(../img_renew/step_02.png) left top no-repeat;
  background-size:6rem 6rem;
  font-size:2.1rem;
  font-weight:bold;
  line-height:1.5;
  padding:1.5rem 0 2.5rem 7rem;
  margin:0 0 1rem 0;
}
.new_step_area .step03 div{
  background:url(../img_renew/step_03.png) left top no-repeat;
  background-size:6rem 6rem;
  font-size:2.1rem;
  font-weight:bold;
  line-height:1.5;
  padding:1.5rem 0 2.5rem 7rem;
  margin:0 0 1rem 0;
}
.comv_area.margin_pat{
  margin:5rem auto 0.5rem;
}
.tab,
.tab2{
  width: calc(98% / 2);
  display: flex;
  justify-content: center;
  align-items:center;
}
.new_step_area p a{
  text-decoration: underline;
}
.new_step_area p a:hover{
  text-decoration: none;
}
.linkblank03{
  padding:0 0 10rem 0;
}

.linka{
  color:#FFF;
  margin-top:1rem;
  display:inline-block;
  margin-left:auto;
}
.linka:hover{
  text-decoration: none;
}

.pdng_area .lineup_pt_B .lineup_block_4 p{
  display: flex;
}
.new_area_0002 .new_area_0002_01 .new_area_0002_02 .new_area_0002_02_lefts p a:hover{
  text-decoration: none;
}
.pdng_area .lineup_pt_A .right_area p a{
  text-decoration: underline;
}
.pdng_area .lineup_pt_A .right_area p a:hover{
  text-decoration: none;
}









.new_positons:before{
  content:"";
  background:url(../img_renew/tbl_ar.png) left top no-repeat no-repeat;
  background-size:2.5rem 15.5rem;
  width: 2.5rem;
  height:15.5rem;
  position: absolute;
  top: 10rem;
  left: 11rem;
}
.new_positons:after{
  content:"";
  background:url(../img_renew/tbl_ar.png) left top no-repeat no-repeat;
  background-size:2.5rem 15.5rem;
  width: 2.5rem;
  height:15.5rem;
  position: absolute;
  top: 10rem;
  right: 11rem;
}
.new_posi_area_01{
  position: absolute;
  width: 89rem;
  height:5.4rem;
  left:14.4rem;
  top:0;
  background:#C0E2F3;
  padding:1rem;
}
.new_posi_area_02{
  position: absolute;
  width: 89rem;
  height:5.4rem;
  left:14.4rem;
  top:8.5rem;
  background:#C0E2F3;
  padding:1rem;
}
.new_posi_area_03{
  position: absolute;
  width: 89rem;
  height:8.5rem;
  left:14.4rem;
  top:17rem;
  background:#C0E2F3;
  padding:1rem;
}
.new_posi_area_04{
  position: absolute;
  width: 89rem;
  height:8.5rem;
  left:14.4rem;
  background:#C0E2F3;
  padding:1rem;
  bottom:0;
}
.new_positons .ir{
  position: relative;
  font-weight:500;
}
.new_posi_area_01a{
  background:#FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#2AA8D8;
  font-size:1.5rem;
  line-height:1.5;
  width: 28.6rem;
  border:0.2rem solid #2AA8D8;
  position: absolute;
  top:0;
  left:0;
  height:5.2rem;
}
.new_posi_area_02b a{
  background:#FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#000;
  font-size:1.5rem;
  line-height:1.5;
  width: 28.6rem;
  position: absolute;
  top:0;
  left:30rem;
  height:5.2rem;
  background-image: url(/wp-content/uploads/2025/06/btn_icon_02.png);
  background-size: 1.6rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  border:0.2rem solid #FFF;
}
.new_posi_area_02b a:hover,
.new_posi_area_03c a:hover,
.new_posi_area_03c a:hover,
.new_posi_area_top a:hover,
.new_posi_area_under a:hover{
  background-image: url(btn_icon_02.png);
  background-size: 1.6rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  text-decoration: none;
}
.new_posi_area_03c a{
  background:#FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#000;
  font-size:1.5rem;
  line-height:1.5;
  width: 28.6rem;
  position: absolute;
  top:0;
  right:0rem;
  height:5.2rem;
  background-image: url(/wp-content/uploads/2025/06/btn_icon_02.png);
  background-size: 1.6rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  border:0.2rem solid #FFF;
}

.js-scrollable{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.js-scrollable::-webkit-scrollbar {
  display: none;
}



.new_posi_area_03 .new_posi_area_01a,
.new_posi_area_03 .new_posi_area_02b a,
.new_posi_area_04 .new_posi_area_01a,
.new_posi_area_04 .new_posi_area_02b a{
  height:8rem;
}
.new_posi_area_top a{
  background:#FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#000;
  font-size:1.5rem;
  line-height:1.5;
  width: 28.6rem;
  position: absolute;
  top:0;
  right:0rem;
  height:3.6rem;
  background-image: url(/wp-content/uploads/2025/06/btn_icon_02.png);
  background-size: 1.6rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
}
.new_posi_area_under a{
  background:#FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#000;
  font-size:1.5rem;
  line-height:1.5;
  width: 28.6rem;
  position: absolute;
  top:4.4rem;
  right:0rem;
  height:3.6rem;
  background-image: url(btn_icon_02.png);
  background-size: 1.6rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
}

.positions_001 a{
  position: absolute;
  display: flex; /* Firefox 対策 */
  justify-content: center;
  align-items: center;
  width:10rem;
  height:37rem;
  background:#FFF url(../img_renew/new_bg_0001.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#2AA8D8;
  text-align: center;
  padding:1rem 0;
  border:2px solid #2AA8D8;
  margin-left: auto !important;
  margin-right: auto !important;
  writing-mode: vertical-rl;
  font-weight:700;
  font-size:1.8rem;
  line-height:1.5;
}
.positions_001 a:hover,
.positions_002 a:hover,
.positions_003 a:hover,
.positions_004 a:hover,
.positions_005 a:hover,
.positions_006 a:hover,
.positions_007 a:hover,
.positions_008 a:hover,
.positions_009 a:hover,
.positions_010 a:hover{
  background:#2AA8D8 url(../img_renew/new_bg_0001on.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#FFF;
}

.positions_008 a{
  position: absolute;
  display: flex; /* Firefox 対策 */
  justify-content: center;
  align-items: center;
  width:10rem;
  height:37rem;
  background:#FFF url(../img_renew/new_bg_0001.png) right bottom no-repeat;
  background-size:3.3rem 3.2rem;
  color:#2AA8D8;
  text-align: center;
  padding:1rem 0;
  border:2px solid #2AA8D8;
  margin-left: auto !important;
  margin-right: auto !important;
  writing-mode: vertical-rl;
  font-weight:700;
  font-size:1.8rem;
  line-height:1.5;
  left:unset;
  right:0;
}

a.underline{
  text-decoration: underline;
}
a.underline:hover{
  text-decoration: none;
}