/* -------all------- */

.mv {
  background: url(./../images/mv.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  padding-top: 240px;
  position: relative;
}

/* slider */
.slick-slide {
  padding: 0 1.5em !important;
}

/*btn*/

.ancbox ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.ancbox ul li {
  width: 32%;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
}

.ancbox ul li:last-child {
  margin-right: 0;
}

.ancbox ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #3ac5ce;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 16px;
  position: relative;
  border-bottom: 4px solid #dddddd;
}

.ancbox ul li a span {
  font-size: 14px;
}


/*title*/

.inn_title {
  margin-top: 50px;
}

.inn_title p.icon {
  width: 28px;
  margin: 0 auto;
}

.inn_title p.icon img {
  width: 100%;
}

.inn_title h3 {
  font-size: 24px;
  text-align: center;
  color: #3ac5ce;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.inn_title h3 span {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.inn_text {
  font-size: 16px;
  font-weight: bold;
  color: #505050;
  text-align: center;
  margin-bottom: 30px;
}

h4.inn_title {
  font-size: 24px;
  text-align: center;
  color: #3ac5ce;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 30px;
}

h4.inn_title span {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}


/*arrow*/


.wrapper-arrow {
  text-align: center;
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample5-6::before {
  content: '';
  box-sizing: border-box;
  width: 19px;
  height: 19px;
  background: #fff;
  border: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.sample5-6::after {
  content: '';
  left: 6px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #3ac5ce;
  border-right: 2px solid #3ac5ce;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sample5-6.blue::after {
  border-top: 2px solid #247ab6 !important;
  border-right: 2px solid #247ab6 !important;
}

.sample5-6.green::after {
  border-top: 2px solid #79b845 !important;
  border-right: 2px solid #79b845 !important;
}

/* -------table------- */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div.bscTbl table {
  border-left: 1px solid #CCC;
}

div.bscTbl table.fixed {
  table-layout: fixed;
}

div.bscTbl td {
  border-right: 1px solid #CCC;
}

div.bscTbl th,
div.bscTbl td {
  padding: 8px 15px;
  border-bottom: 1px solid #CCC;
}

div.bscTbl th {
  background: #3ac5ce;
  border-right: 1px solid #CCC;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

div.bscTbl.center table td {
  text-align: center;
}


div.bscTbl table td.blue02 {
  background: #d5e6f0;
}

div.bscTbl table .gray {
  background: #f3f3f3 !important;
}

div.bscTbl table .white {
  background: #fff !important;
}

div.bscTbl table .blue {
  background: #3ac5ce !important;
  color: #fff;
}

div.bscTbl table .fontS {
  font-size: 12px;
}


/* 運航マップ */

.mapBox {
  width: 100%;
}

.map {
  width: 70%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.wideImage {
  width: 70%;
  text-align: right;
  margin: 0 auto;
}

.map img {
  width: 100%;
}

/* イメージ拡大 */

.wideImage {
  text-align: right;
}

.wideImage a {
  font-size: 14px;
  font-weight: bold;
  color: #247ab6;
  line-height: 16px;
  letter-spacing: 0.15em;
  margin-top: 10px;
  display: inline-block
}

.wideImage span {
  width: 18px;
  display: inline-block;
  margin: 2px;
}

.wideImage span img {
  width: 100%;
}



/* section01 */

#section01 {
  padding: 50px 0 0;
}


#section01 .listBox ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#section01 .listBox ul li .ancBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  background: #eef8f8;
  border: 2px solid #3ac5ce;
  border-radius: 15px;
}

#section01 .listBox ul li {
  width: 23.5%;
  margin-right: 15px;
}

#section01 .listBox ul li:last-child {
  margin-right: 0;
}

#section01 .listBox ul li .number {
  background: #3ac5ce;
  border: 4px solid #fff;
  font-size: 16px;
  line-height: 22px;
  padding: 11px 15px;
  border-radius: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  -webkit-box-shadow: 0 0 15px 0 #e7e7e7;
  -moz-box-shadow: 0 0 15px 0 #e7e7e7;
  box-shadow: 0 0 15px 0 #e7e7e7;
}

#section01 .listBox ul li .txtBox .title {
  font-size: 18px;
  font-weight: bold;
  color: #3ac5ce;
  line-height: 1;
  margin-bottom: 5px;
}

#section01 .listBox ul li .txtBox .txt {
  font-size: 14px;
  font-weight: bold;
  color: #505050;
  line-height: 1;
}

#section01 .access .contents ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

#section01 .access .contents ul li {
  width: 49%;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #3ac5ce;
}

#section01 .access .contents ul li:nth-child(even) {
  margin-right: 0;
}

#section01 .access .contents ul li .title {
  font-size: 18px;
  text-align: left;
  color: #3ac5ce;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 20px;
}

#section01 .access .contents ul li .text {
  font-size: 14px;
  text-align: left;
  color: #505050;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.001em;
}

#section01 .access .contents ul li:first-child .text {}



/* -------section02------- */

#section02 {
  padding: 50px 0 0;
}

#section02 .contentsBox {
  background: #fff;
  padding: 50px;
}

#section02 .contentsBox .listBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#section02 .contentsBox .listBox ul .list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

#section02 .contentsBox .listBox ul li {
  padding: 15px 20px 10px;
  background: #f2f8ee;
  border-radius: 20px;
  width: 22%;
  margin-right: 30px;
  -webkit-box-shadow: 0 0 10px 0 #ddd;
  -moz-box-shadow: 0 0 10px 0 #ddd;
  box-shadow: 0 0 10px 0 #ddd;
  display: flex;
  justify-content: center;
  align-items: center;

}

#section02 .contentsBox .listBox ul li:last-child {
  margin-right: 0;
}

#section02 .contentsBox .listBox ul li .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

#section02 .contentsBox .listBox ul li .img {
  width: 70px;
  margin: 0 auto;
  margin-bottom: 5px;
}


#section02 .contentsBox .listBox ul li .text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #505050;
  width: 100%;
  letter-spacing: 0.005em;
}

#section02 .contentsBox .listBox ul li .text span.blueBox {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #247ab6;
  padding: 5px 0;
  display: block;
  margin-top: 10px;
}

#section02 .info {
  margin: 20px 0 0;
  font-size: 12px;
  color: #505050;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
}

#section02 .info.bottom {
  margin: 10px 0;
  font-size: 12px;
  color: #505050;
  text-align: left;
  margin-bottom: 30px;
  font-weight: bold;
}

.price {
  margin: 20px 0;
}

.price .priceBox {
  margin: 10px 0;
  font-size: 14px;
  color: #505050;
  text-align: left;
  font-weight: bold;
}


/*koko*/

.size10 {
  font-size: 77% !important;
  display: block;
}

section th span.blueTxt {
  color: #247ab6;
  font-size: 10px;
  display: block;
}


/*section04*/

.imgGraph {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.imgGraph img {
  width: 100%;
}

/*section05*/

#section05 {
  padding: 50px 0 0;
}

#section05 .contentsBox {
  background: #fff;
  padding: 50px;
}

#section05 .contentsBox .listBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#section05 .contentsBox .listBox ul .list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

#section05 .contentsBox .listBox ul li {
  padding: 15px 20px 10px;
  background: #f2f8ee;
  border-radius: 20px;
  width: 22%;
  margin-right: 30px;
  -webkit-box-shadow: 0 0 10px 0 #ddd;
  -moz-box-shadow: 0 0 10px 0 #ddd;
  box-shadow: 0 0 10px 0 #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section05 .contentsBox .listBox ul.col1{
	margin: 0 0 20px 0;
}
#section05 .contentsBox .listBox ul.col1 li {
	width: 100%;
}
#section05 .contentsBox .listBox ul.col3 li {
	width: 32%;
	margin: 0;
}

#section05 .contentsBox .listBox ul li:last-child {
  margin-right: 0;
}

#section05 .contentsBox .listBox ul li .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

#section05 .contentsBox .listBox ul li .img {
  width: 70px;
  margin: 0 auto;
  margin-bottom: 5px;
}


#section05 .contentsBox .listBox ul li .text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  color: #505050;
  width: 100%;
}

#section05 .contentsBox .listBox ul li .text span.blueBox {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #247ab6;
  padding: 5px 0;
  display: block;
  margin-top: 10px;
}

#section05 .info {
  margin: 20px 0 0;
  font-size: 12px;
  color: #505050;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
}

#section05 .info.bottom {
  margin: 10px 0 0;
  font-size: 12px;
  color: #505050;
  text-align: left;
  font-weight: bold;
}

#section05 .contentsBox .listBox ul li .grp{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	padding: 10px 0;
}
#section05 .contentsBox .listBox ul li .grp .itm{
	width: 25%;
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
    font-weight: bold;
    color: #505050;
    border-right: 1px solid #247ab6;
}
#section05 .contentsBox .listBox ul li .grp .itm:last-child{
	border: none;
}
#section05 .contentsBox .listBox ul li .grp .itm span{
	display: block;
	font-size: 12px;
}
#section05 .contentsBox .listBox ul.col1 li .text{
	width: 32%;
	margin: 0 auto;
} 


/*section06*/

#section06 .contentsBox {
  background: #eef8f8;
  padding: 50px;
  margin-bottom: 50px;
}

#section06 .contentsBox:last-child {
  margin-bottom: 0;
}


#section06 .contentsBox .txtBox {
  font-size: 16px;
  color: #505050;
  text-align: left;
  font-weight: bold;
}

#section06 .contentsBox .img {
  width: 130px;
  margin-right: 20px;
}

#section06 .contentsBox .img img {
  width: 100%;
}

#section06 .contentsBox .imgBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}

#section06 .contentsBox .imgBox .wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

#section06 .contentsBox .imgBox ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#section06 .contentsBox .imgBox ul li.plus {
  margin: 0 10px;
  font-size: 40px;
  font-weight: bold;
  color: #3ac5ce;
}

#section06 .contentsBox .txtBox {
  background: #eef8f8;
  border-radius: 15px;
  margin: 10px 0;
}

#section06 .contentsBox .txtBox .img {
  margin-right: 20px;
}

#section06 .contentsBox .txtBox .title {
  font-size: 16px;
  font-weight: bold;
  color: #505050;
  line-height: 1;
  margin-bottom: 5px;
  width: 100%;
}

#section06 .contentsBox .txtBox .txt {
  font-size: 20px;
  font-weight: bold;
  color: #3ac5ce;
  line-height: 1;
  width: 100%;
}

#section06 .tableBox03 {
  font-weight: bold;
  font-size: 14px;
  color: #505050;
  margin: 20px 0 10px;
}

#section06 .tableBox03 table td {
  border-top: 1px solid #CCC;
}

#section06 .tableBox03 table td.blue {
  width: 40%;
}

#section06 .tableBox03 table td.white {
  text-align: left;
  padding-left: 30px;
}

#section06 .tableBox03 table td.link span {
  width: 16px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  line-height: 1.2;
}

#section06 .tableBox03 table td.link a {
  text-decoration: underline;
  color: #247ab6;
}

#section06 .tableBox03 table td.link a:hover {
  color: #3ac5ce;
}


#section06 .contentsBox .info {
  margin: 10px 0;
  font-size: 12px;
  color: #505050;
  text-align: left;
  font-weight: bold;
}


#section06 .contentsBox .imgBox.plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#section06 .contentsBox .imgBox.plan ul {
  display: flex;
  align-items: center;
}

#section06 .contentsBox .imgBox.plan ul li {
  width: 17%;
  margin-right: 5px;
  display: inline-block
}

#section06 .contentsBox .imgBox.plan ul li:last-child {
  margin-right: 0;
}


.info-box01 {
    padding: 1em;
    margin: 1em auto;
    width: 100%;
    border: double 5px #3ac5ce;
}
.info-box01 p {
    margin: 0; 
    padding: 0;
}


/*20211005追加*/

#section06 .contentsBox02 {
  background: #ffffcc;
  padding: 50px;
  margin-bottom: 50px;
}

#section06 .contentsBox02:last-child {
  margin-bottom: 0;
}


#section06 .contentsBox02 .txtBox {
  font-size: 16px;
  color: #505050;
  text-align: left;
  font-weight: bold;
}

#section06 .contentsBox02 .img {
  width: 130px;
  margin-right: 20px;
}

#section06 .contentsBox02 .img img {
  width: 100%;
}

#section06 .contentsBox02 .imgBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}

#section06 .contentsBox02 .imgBox .wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

#section06 .contentsBox02 .imgBox ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#section06 .contentsBox02 .imgBox ul li.plus {
  margin: 0 10px;
  font-size: 40px;
  font-weight: bold;
  color: #3ac5ce;
}

#section06 .contentsBox02 .txtBox {
  background: #ffffcc;
  border-radius: 15px;
  margin: 10px 0;
}

#section06 .contentsBox02 .txtBox .img {
  margin-right: 20px;
}

#section06 .contentsBox02 .txtBox .title {
  font-size: 16px;
  font-weight: bold;
  color: #505050;
  line-height: 1;
  margin-bottom: 5px;
  width: 100%;
}

#section06 .contentsBox02 .txtBox .txt {
  font-size: 20px;
  font-weight: bold;
  color: #505050;
  line-height: 1;
  width: 100%;
}

#section06 .contentsBox02 .info {
  margin: 10px 0;
  font-size: 12px;
  color: #505050;
  text-align: left;
  font-weight: bold;
}


#section06 .contentsBox02 .imgBox.plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#section06 .contentsBox02 .imgBox.plan ul {
  display: flex;
  align-items: center;
}

#section06 .contentsBox02 .imgBox.plan ul li {
  width: 17%;
  margin-right: 5px;
  display: inline-block
}

#section06 .contentsBox02 .imgBox.plan ul li:last-child {
  margin-right: 0;
}



@media screen and (max-width: 1200px) {

  section {
    padding-left: 30px;
    padding-right: 30px;

  }

  /* section01 */
  #section01 .listBox ul li {
    width: 48%;
    margin-bottom: 15px;
  }

  #section01 .listBox ul li:nth-child(even) {
    margin-right: 0;
  }

  .ancbox ul li a span {
    display: block;
  }

}



@media screen and (max-width: 720px) {

  /*all*/

  section {
    padding: 30px 20px;
  }

  h2.sub_title {
    font-size: 22px;
  }

  h2.sub_title span {
    width: 40px;
    padding: 10px 0 0;
  }

  h2.sub_main_title {
    font-size: 24px;
  }


  h3.txt {
    font-size: 14px;
    margin-bottom: 30px;
  }

  #ftBtn {
    padding: 0 20px 30px;
  }

  .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .btn .img {
    width: 22px;
    margin-bottom: 0;
  }

  .btn .line {
    padding: 10px;
  }

  #ft_cruise {
    padding: 0;
  }

  #ft_cruise .wrapper .list a {
    width: 100%;
    padding-top: 30%;
  }

  #ft_cruise .wrapper .list p {
    font-size: 22px;
    margin-bottom: 5px
  }

  #ft_cruise .wrapper .list a span {
    font-size: 14px;
  }



  /* table */

  div.bscTbl {
    width: 100%;
    overflow: scroll;
    font-size: 12px;
  }

  div.bscTbl table {
    width: 960px !important;
  }

  .bscTbl::before {
    content: '右にスクロールしてください →';
    font-size: 12px;
    letter-spacing: 0.15em;
    text-align: right;
    color: #3ac5ce;
    font-weight: bold;
  }

  #section06 .bscTbl::after {
    display: none;
  }

  #section06 div.bscTbl table {
    table-layout: fixed;
    width: 100% !important;
  }

  #section06 .tableBox03 table tr,
  #section06 .tableBox03 table td,
  #section06 .tableBox03 table th {
    width: 100% !important;
    display: block;
    text-align: center !important;
  }

  h4.sub_title {
    font-size: 18px;
  }

  /*section01*/

  .mapBox {
    width: 100%;
  }

  #section01 .listBox ul {
    margin-bottom: 20px;
  }

  #section01 .listBox ul li {
    width: 47%;
  }

  #section01 .listBox ul li .ancBox {
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  #section01 .listBox ul li .number {
    margin-right: 0;
    font-size: 14px;
    line-height: 19px;
    padding: 8px 12px;
    margin: 0 auto 10px;
  }

  #section01 .listBox ul li .txtBox .title {
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
  }

  #section01 .listBox ul li .txtBox .txt {
    font-size: 12px;
  }

  #section01 .access .contents ul li {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }

  .mapBox {
    margin-bottom: 0;
  }

  .ancbox ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .imgGraph {
    width: 100%;
  }

  #section05 .contentsBox {
    padding: 20px;
  }

  h4.inn_title {
    font-size: 22px;
  }

  .inn_title {
    margin-top: 0;
  }

  .inn_text {
    font-size: 14px;
  }

  #section02 .contentsBox .listBox ul {
    justify-content: center;
  }

  #section02 .contentsBox .listBox ul li {
    padding: 35px 15px;
    width: 80%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  #section02 .contentsBox .listBox ul li .title {
    font-size: 16px;
    margin-bottom: 3px;
  }

  #section05 .contentsBox .listBox ul {
    justify-content: center;
  }

  #section05 .contentsBox .listBox ul li {
    padding: 35px 15px;
    width: 80%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  #section05 .contentsBox .listBox ul li .title {
    font-size: 16px;
    margin-bottom: 3px;
  }

  #section06 .contentsBox {
    padding: 20px;
    margin-bottom: 30px;
  }

  #section06 .contentsBox .imgBox .wrapper {
    display: block;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  #section06 .contentsBox .imgBox ul li.plus {
    margin: 0;
  }

  #section06 .contentsBox .imgBox.plan ul li {
    width: 45%;
    margin-bottom: 15px;
  }

  #section06 .contentsBox .imgBox.plan ul li:nth-child(3n) {
    margin-right: 0;
  }

/*20211005追加*/

  #section06 .contentsBox02 {
    padding: 20px;
    margin-bottom: 30px;
  }

  #section06 .contentsBox02 .imgBox .wrapper {
    display: block;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  #section06 .contentsBox02 .imgBox.plan ul li:nth-child(3n) {
    margin-right: 0;
  }

}

/*20211006追加*/

/* -------section06------- */

#section06 {
  position: relative;
  background: #f2faff;
  overflow: hidden;
}

.planWrapper {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #3ac5ce;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.planWrapper:last-child {
  border-bottom: none;
}

.imgBox02 {
  width: 37%;
  display: inline-block;
  margin-right: 30px;
}

.imgBox02 img {
  width: 100%;
}

.textBox02 {
  width: 60%;
}

.textBox02 .text {
  font-size: 15px;
  font-weight: bold;
  color: #505050;
  padding-bottom: 15px;
  line-height: 24px;
}


@media screen and (max-width: 720px) {

/* section06 */

.planWrapper {
justify-content: center;
}

.imgBox02 {
width: 80%;
display: block;
margin-right: 0;
}

.textBox02 {
width: 100%;
}

.textBox02 .text {
font-size: 14px;
padding-bottom: 10px;
text-align: center;
width: 80%;
margin: 0 auto;
}

#section05 .contentsBox .listBox ul.col1{
	width: 80%;
	margin: 0 auto;
}
#section05 .contentsBox .listBox ul.col3{
	width: 80%;
	margin: 0 auto;
}
#section05 .contentsBox .listBox ul li .grp .itm {
    width: 100%;
    padding: 20px 0px 20px;
    border-right: none;
    border-bottom: 1px solid #247ab6;
}
#section05 .contentsBox .listBox ul li .grp .itm:last-child{
	padding-bottom: 0;
}
#section05 .contentsBox .listBox ul.col1 li .text {
    width: 100%;
}
#section05 .contentsBox .listBox ul.col3 li {
    width: 100%;
    margin: 0 0 30px 0;
}
#section05 .contentsBox .listBox ul.col3 li:last-child{
	margin: 0;
}

}

.notice-txt{
 font-size: 14px;
 font-weight: bold;
 color: #505050;
 line-height: 18px;
 letter-spacing: 0.1em;
 text-align: left;
 padding-top: 10px;
 background: none;
}

div.bscTbl th.blue02 {
    background: #247ab6 !important;
}
div.bscTbl th.blue02 {
    background: #247ab6 !important;
}

.priceBox.col2{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	gap:25px 0;
	margin: 15px 0 0 0;
}
.priceBox.col2 .itm{
	width: 46.5%;
	text-align: center;
}
.priceBox.col2 .itm .md {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 15px 0;
}
.priceBox.col2 .itm .md span{
	border: 1px solid #247ab6;
	color: #247ab6;
	padding: 5px 0;
	margin: 0;
	display: block;
	text-align: center;
	width: 47%;
}

@media screen and (max-width: 720px) {
.priceBox.col2 .itm{
	width: 100%;
}
}













