@charset "utf-8";
/* CSS Document */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#cWrap {
  width: 100%;
}
/**#contents*********************************************/
#contents {
  width: 980px;
  margin: 30px auto 0 auto;
  padding: 0;
  text-align: left;
/*  background: url(/cmn/img/contents-bg.gif) left top repeat-y;*/
  background: none;
}
article a {
  /*color: #ef7a00;*/
  color: #046fd5;
  text-decoration: underline;
  overflow: hidden;
  outline: none;
}
article a:visited {
  color: #ef7a00;
}
article a:hover {
  color: #ef7a00;
  text-decoration: none;
}
#article .bnrList a, #article .bnrList a:visited {
  text-decoration: none;
  color: #333;
}
/*リンク黒*/
article .alink-black a {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
article .alink-black a:visited {
  color: #000;
}
article .alink-black a:hover {
  color: #000;
  text-decoration: underline;
}
article h3 {
  clear: both;
  border-left: 3px solid #ef7a00;
  border-bottom: 1px solid #a6a691;
  padding: 0 0 5px 15px;
  font-size: 115%;
  margin: 0.5em 0 0.5em 0;
}
article h3.h3none {
  border: none;
  padding: 0;
  margin: 1em 0;
}
article .ttl {
  clear: both;
  border-left: none;
  border-bottom: none;
  background: #f4f1ed;
  padding: 5px 0 5px 13px;
  font-weight: bold;
  margin: 1em 0;
}
article .ttl:first-child {
  margin: 0 0 1em 0;
}
article h4, article .ttl02 {
  border-bottom: 1px solid #a6a691;
  padding-bottom: 5px;
  margin: 2em 0 1em 0;
  font-weight: bold;
}
article h4.h4none {
  border: none;
  padding-bottom: 0;
}
article h5, article .ttl03 {
  position: relative;
  clear: both;
  font-weight: bold;
  margin: 1em 0 1em 1.5em;
}
article h5:after, article .ttl03:after {
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #ea510e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
article h5.h5none {
  position: static;
  margin: 1em 0;
}
article h5.h5none:after {
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background: none;
}
article .ttl04 {
  clear: both;
  background: #f2902a;
  padding: 5px 0 5px 13px;
  color: #FFF;
  font-size: 105%;
  font-weight: bold;
  margin: 1em 0;
}
article p, article ul, article ol, article li, article dl, article table {
  margin-bottom: 1em;
}
article p:last-child, article ul:last-child, article ol:last-child, article dl:last-child, article table:last-child {
  margin-bottom: 0;
}
#contents {
  min-height: 1%;
}
#contents:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*\*/
* html #contents {
  height: 1%;
}
#contents {
  display: block;
}
/**/
/****************************************
 singleLpベース
*****************************************/
body {
  overflow-x: hidden;
}
body.is-tb {
  min-width: auto;
}
#sidebar {
  display: none;
}
#cWrap {
  background: none;
  margin-top: 134px;
  margin-bottom: -16px;
}
#contents {
  background: none;
  margin-top: 0;
}
#h1Wrap {
  display: none;
}
.column2.column2Box {
  width: 730px;
}
.inquiry-tel dd {
  font-size: 96%;
  padding: 7px 0 7px 0;
}
/****************************************
 h1見出し画像
*****************************************/
h1.singleLp {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 0;
}
h1.singleLp > img {
  width: 100%;
  height: auto;
}
h1.singleLp > img.only-pc {
  display: block;
}
.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
@media screen and (max-width: 750px) { /*SP*/
  body.singleLp #contents {
    margin: 0 auto -17px auto !important;
    width: 100% !important;
  }
  #cWrap > #contents > #article {
    width: 100% !important;
    padding-top: 0 !important;
  }
  h1.singleLp > img.only-pc {
    display: none;
  }
  h1.singleLp > img.only-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .column2.column2Box {
    width: 100%;
  }
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc narrow */
  body.singleLp #contents {
    margin: 0 auto 0 auto;
    width: 100% !important;
  }
  #article {
    width: 100%;
  }
}
@media screen and (min-width:981px) { /* pc wide */
  #article {
    width: 980px;
  }
}
/****************************************
 文字サイズ
*****************************************/
body.singleLp #contents {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6;
  font-size: 120%;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  color: #34434c;
}
body.singleLp #contents article p {
  line-height: 1.8;
  font-size: 105%;
}
body.singleLp #contents article ul {
  font-size: 110%;
}
body.singleLp #contents article td {
  /*  font-size: 110%;*/
}
body.singleLp #contents article p.txt-small {
  line-height: 1.5;
  font-size: 90%;
}
body.singleLp #contents article p.txt-small02 {
  line-height: 1.9;
  font-size: 80%;
}
body.singleLp #contents article p.txt-small03 {
  line-height: 1.9;
  font-size: 70%;
}
body.singleLp #contents article p.txt-small04 {
  line-height: 1.9;
  font-size: 60%;
}
body.singleLp #contents article p.txt-big04 {
  line-height: 1.9;
  font-size: 160%;
}
#article h2.singleLp {
  background: none;
  font-size: 200%;
  text-align: center;
  margin-bottom: 1em;
}
#article h2.setdangan {
  background: #fff5e3 !important;
  border-bottom: 4px dashed #ef7a00;
  color: #f2700a;
  font-weight: 700;
  font-size: 200%;
  padding: 24px 18px 20px 18px;
  line-height: 1.2;
  margin-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#article h3 {
  border-bottom: none;
  font-size: 125%;
}
#article .bnrList h3 {
  border-left: none;
  padding-left: 0;
  color: #ef7a00;
  font-size: 22px;
  letter-spacing: 0.01em;
}
#article h3.members {
  font-size: 250%;
  border-left: none;
  border-bottom: none;
  /*padding: 0.5em 0.25em 0.5em 1.0em;*/
  background: #fff;
  margin: 3em 0 1.5em 0;
  /*border-radius: 6px;*/
  position: relative;
  /*color: #3db3ea;*/
  color: #34434c;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
#article h3.members > .txt-small {
  font-size: 14px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.horizontal-line {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  text-align: center;
}
.horizontal-line:before, .horizontal-line:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.horizontal-line:before {
  left: 0;
}
.horizontal-line:after {
  right: 0;
}
#article a.pdf {
  background: url(/cmn/img/ico/ico-pdf.gif) right 50% no-repeat;
  padding: 0 15px 0 0;
  margin-right: 3px;
}
#article a.window {
  background: url(/cmn/img/ico/ico-window-b.gif) right 50% no-repeat;
  padding: 0 15px 0 0;
  margin-right: 3px;
}
body.singleLp #contents article p#detailPointSpan {
  font-size: 10px;
  text-align: center;
  margin-bottom: 50px;
}
#article h3#detailPoint {
  margin-bottom: 0;
}
/************** bnrList**********************/
#article .bnrList li:last-child {
  margin-bottom: 40px !important;
}
#article .bnrList li a {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 1px dashed #ef7a00;
/*  box-shadow: 0 1px 0 #c1e5fd;*/
  text-decoration: none;
  height: 100%;
  color: #333;
  padding: 40px 32px 32px 32px;
  transition-duration: 1s;
}
#article .bnrList li a:hover {
  border: 1px dashed #ef7a00;
  background: #fff5e3;
}
body.singleLp #contents article .bnrList a bnrTxt p {
  line-height: 1.5;
}
#article .bnrList a p.bnrRoute {
  font-size: 13px;
  line-height: 1;
}
.label-beppu, .label-oita, .label-shibushi {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0 6px;
  min-width: 100px;
  font-size: 0.7rem;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  line-height: 1.8;
  background: #ccc;
  font-weight: bold;
}
.label-beppu {
/*  color: #0e8292;*/
/*  border: 1px solid #0faec4;*/
color:#fff;
  background: #47a5de;
}
.label-beppu:after {
  content: "大阪⇔別府航路";
}
.label-oita {
/*  color: #ef7a00;*/
/*  border: 1px solid #f5ba24;*/
color:#fff;
  background: #f5ba24;
}
.label-oita:after {
  content: "神戸⇔大分航路";
}
.label-shibushi {
/*  color: #cb5050;*/
/*  border: 1px solid #ff9999;*/
color:#fff;
  background: #e27171;
}
.label-shibushi:after {
  content: "大阪⇔志布志航路";
}
#article .bnrList li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc narrow */
  #article .bnrList h3 {
    border-left: none;
    padding-left: 0;
    color: #ef7a00;
    font-size: 19px;
  }
}
@media screen and (min-width:981px) and (max-width:1280px) { /* pc narrow */
  #article h2.setdangan {
    background: #fff5e3 !important;
/*    border-bottom: 4px solid #ef7a00;*/
    color: #ef7a00;
    font-weight: 700;
    font-size: 180%;
    padding: 24px 24px 25px;
    line-height: 1.2;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) { /*Sp*/
  body.singleLp #contents article p {
    line-height: 1.8;
    font-size: 17px;
  }
  #cWrap > #contents > #article h2.singleLp {
    font-size: 20px !important;
    margin: 0 0 15px 0 !important;
  }
  body.singleLp #contents {
    font-size: 100%;
  }
  #article h3.doc img.ico {
    width: 1.5em;
    height: auto;
    margin-right: 0.5em;
  }
  #article a.pdf {
    background: url(/cmn/img/ico/ico-pdf.gif) right 50% no-repeat;
    padding: 0 15px 0 0;
    margin-right: 3px;
  }
  #article a.window {
    background: url(/cmn/img/ico/ico-window-b.gif) right 50% no-repeat;
    padding: 0 15px 0 0;
    margin-right: 3px;
  }
  #article h3.members {
    font-size: 5vw;
    border-left: none;
    border-bottom: none;
    padding: 0;
    background: #fff;
    margin: 30px 0 15px 0;
    border-radius: none;
    position: relative;
    text-align: center;
    color: #34434c;
  }
  #article #detailPointSpan {
    font-size: 10px;
    /*position: absolute;
		top:9vw; */
    margin-bottom: 15px !important;
    text-align: center;
  }
  #article h3#detailPoint {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 450px) { /*Sp*/
  body.singleLp #contents article p {
    line-height: 1.6;
    font-size: 16px;
  }
}
/****************************************
 レイアウト
*****************************************/
.whatsnewWrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  /*background: url(/cmn/img/bg-dot01.gif) left top;*/
  background: #3db3ea;
  color: #fff;
}
.whatsnew {
  width: 980px;
  font-size: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 0.25em 0;
}
.whatsnew .list-frame {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
}
.whatsnew .list-frame > dt {
  color: #fff;
}
.whatsnew .list-frame > dt {
  font-weight: bold;
  letter-spacing: 0.04em;
  width: 6em;
  padding: 0.2em 1em 0 24px;
  margin-bottom: 0.2em !important;
  background: url("/lp/setdangan/img/ico-arrow1-w.png") left 0.75em no-repeat;
  background-size: 10px 10px;
}
.whatsnew .list-frame > dd {
  width: 100%;
}
.whatsnew .list-frame > dd > ul > li {
  padding: 0.5em 0;
  margin-bottom: 0;
}
.whatsnew .list-frame li dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.whatsnew .list-frame li dl dt {
  color: #fff;
  /*font-weight: 600;*/
  margin-right: 1em;
  padding-top: 0.1em;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.whatsnew .list-frame li dl dd {
  padding-top: 0.1em;
}
.whatsnew .list-frame li dl dd > a {
  color: #fff;
}
.whatsnew .list-frame > dd > ul > li {
  padding: 0.1em 0 0.5em 0;
}
.whatsnew .list-frame > dd > ul > li:last-child {
  border-bottom: none;
}
.color00 {
  background: #ffffff;
}
.color01 {
  background: #fef9e8;
}
.color02 {
  /*background: #fffeea; /*cream*/
}
.color03 {
  /*background: #ffff85;*/
  background-color: #ffff85;
  background-image: radial-gradient(#ffffff 10%, transparent 20%), radial-gradient(#ffffff 10%, transparent 20%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}
.box-border {
  background: #ffffff;
  padding: 70px;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #666;
  border-radius: 4px;
}
.box-memo {
  background: #ffffff;
  padding: 80px 80px;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #34434c;
  border-radius: 2px;
}
.box-memo:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #ffff85 #ffff85 #e7e7e7;
  box-shadow: -1px 1px 1px rgb(0 0 0 / 15%);
}
.seaWrap {
  width: 100vw;
  height: auto;
  margin-left: calc(-50vw + 50%);
  background: #40bdeb url("/lp/setdangan/img/bg-sea.gif") no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  padding: 0 0 60px 0;
 }
.firstWrap {
  width: 100vw;
  background: #fff5e3;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 60px;
  padding:50px 0 50px 0; 
}
.standardWrap {
  width: 100vw;
  height: auto;
  margin-bottom: 60px;
  margin-left: calc(-50vw + 50%);
 }
.lastWrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: -50px;
}
.singleLpContents .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 60px 0 90px 0;
}
.singleLpContents .inner2 {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto 0 auto;
  padding: 0;
}
@media screen and (min-width:981px) and (max-width:1280px) { /* pc narrow */
  .singleLpContents .inner {
    max-width: 980px;
    width: calc(100% - 1.0em);
  }
  .singleLpContents .inner2 {
    max-width: 980px;
    width: calc(100% - 1.0em);
  }
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc narrow */
  .singleLpContents .inner {
    max-width: 100%;
    width: calc(100% - 1.0em);
  }
  .singleLpContents .inner2 {
    max-width: 100%;
    width: calc(100% - 1.0em);
  }
}
.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 > div, .col2 > li {
  width: calc(50% - 8px);
  margin: 0 0 16px 0;
}
.col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col3 > div, .col3 > li {
  width: calc(33.3% - 30px);
  margin: 0 0 40px 0;
  /*  padding: 0;*/
  font-size: 90%;
}
.col3 > li a {
  display: block;
}
.col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col4 > div, .col4 > li {
  width: calc(25% - 10px);
  margin: 0 0 16px 0;
  padding: 0;
  font-size: 90%;
}
.col4 > li a {
  display: block;
}
.box-whitebg {
  padding: 64px 64px 20px 64px;
  margin: 0;
  background: #fff;
/*  background: rgba(255, 255, 255, .95);*/
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.01);
/*  border-radius: 6px;*/
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: none;
}
.box-redline {
  padding: 1.5em 1em;
  margin: 2em 0;
  border-radius: 6px;
  border: 2px solid #dc0000;
}
body.singleLp #contents article .box-redline p {
  font-size: 100%;
}
body.singleLp #contents article .box-redline p.txt-red02 {
  font-size: 22px;
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc narrow */
    #article h2.setdangan {
        font-size: 180%;
    }
  .box-whitebg {
    padding: 20px;
/*    margin: 0 15px 15px 15px;*/
  }
}
@media screen and (max-width:1280px) { /* SP+TB+PC compact */
  .col3 > div, .col3 > li {
    width: calc(50% - 10px);
    margin: 0 0 40px 0;
    /*  padding: 0;*/
    font-size: 90%;
  }
}
@media screen and (max-width: 750px) {
  /*
#article h2.setdangan {
    padding: 1.6rem 1.2rem !important;
    font-size: 20px !important;
    background: #fff6d2 !important;
    border-bottom: 2px solid #ef7a00;
  }
*/
}
@media screen and (max-width: 750px) { /* SP */
  .singleLpContents .inner {
    margin: 0 auto 0 auto;
    padding: 1em 0.5em 4em 0.5em;
    width: calc(100% - 1.0em);
  }
  .standardWrap > .inner {
    margin: 0 auto 0 auto;
    padding: 1em 0.5em 2em 0.5em;
    /* width: calc(100% - 2em);*/
  }
  .standardWrap > .inner2 {
    margin: 0 auto 0 auto;
    padding: 0 2em 0 2em;
    /*width: calc(100% - 2em);*/
  }
  .lastWrap > .inner, .lastWrap > .inner2 {
    margin: 0 auto -6em auto;
    padding: 1em 1em 9em 1em;
    width: calc(100% - 2em);
  }
  .box-whitebg {
    padding: 30px 30px 0 30px;
    border: none;
  }
  #article h2.setdangan {
    padding: 1.6rem 1.2rem !important;
    font-size: 22px !important;
    background: #fff5e3 !important;
/*    border-bottom: 2px solid #ef7a00;*/
    margin-bottom: 0!important;
  }
  .col3 > div, .col3 > li {
    width: 100%;
    margin: 0 0 40px 0;
    /*  padding: 0;*/
    font-size: 90%;
  }
  body.singleLp #contents article .box-redline p.txt-red02 {
    font-size: 120%;
  }
  .box-redline {
    padding: 1.5em 1em;
    margin: 2em 0 0 0;
    border-radius: 6px;
    border: 2px solid #dc0000;
  }
}
@media screen and (max-width: 450px) { /* SP */
.firstWrap {
  width: 100vw;
  background: #fff5e3;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 20px;
  padding:30px 10px 20px 10px; 
}
    .standardWrap {
        margin-bottom: 0;
    }
  .standardWrap > .inner2 {
    margin: 0 auto 0 auto;
    padding: 10px;
    /* width: calc(100% - 2em); */
  }
  .box-whitebg {
    padding: 30px 20px 20px 20px;
    border: none;
  }
  #article h2.setdangan {
    padding: 1.5rem 1.2rem !important;
    font-size: 22px !important;
    background: #fff5e3 !important;
/*    border-bottom: 2px solid #ef7a00;*/
  }
  #article .bnrList h3 {
    font-size: 21px;
	letter-spacing: 0.01em;
  }
  #article .bnrList li a {
    padding: 15px;
  }
  .col3 > div, .col3 > li {
    width: 100%;
    margin: 0 0 20px 0;
    /*  padding: 0;*/
    font-size: 90%;
  }
#article .bnrList li:last-child {
    margin-bottom: 0!important;
}
}
.box-whitebg p {
  margin: 0;
  padding: 0;
}
/****************************************
 table
*****************************************/
table {
  width: 100%;
  /*  font-size: 110%;*/
}
td.td-c {
  text-align: center;
}
td.td-r {
  text-align: center;
}
th.em-cell-t, td.em-cell-t {
  border-top: 6px solid #ffa600 !important;
}
th.em-cell-r, td.em-cell-r {
  border-right: 4px solid #ffa600 !important;
}
th.em-cell-b, td.em-cell-b {
  border-bottom: 6px solid #ffa600 !important;
}
th.em-cell-l, td.em-cell-l {
  border-left: 4px solid #ffa600 !important;
}
th {
  background: #ffff85;
}
.underline01 {
  border-bottom: solid 2px #999999;
}
.underline02 {
  border-bottom: solid 2px #dc0000;
}
.underline03 {
  border-bottom: solid 2px #87CEFA;
}
.underline04 {
  background: linear-gradient(left, rgb(255, 255, 204) 50%, transparent 50%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 204) 50%, transparent 50%);
}
.c-marker {
  background: linear-gradient(to right, rgb(255, 255, 204) 50%, transparent 50%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 204) 50%, transparent 50%);
  background: -moz-linear-gradient(left, rgb(255, 255, 204) 50%, transparent 50%);
  background: linear-gradient(left, rgb(255, 255, 204) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.5em;
  background-position: 100% 0.5em;
  transition: 2s;
}
.c-marker.is-active {
  background-position: 0% 0.95em;
}
#features {
  text-align: center;
  margin-bottom: 50px;
}
.members-3point-icon {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 40px;
  width: 220px;
  line-height: 220px !important;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  color: #fff;
}
.accordion-ttl {
  background: url("/lp/setdangan/img/ico-plus.gif") 12px 15px no-repeat #c0deff;
  padding: 10px 5px 10px 47px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 1em;
  color: #34434c;
  border-radius: 2px;
}
.accordion-active {
  background: url("/lp/setdangan/img/ico-minus.gif") 12px 15px no-repeat #c0deff;
  padding: 10px 5px 10px 47px;
  margin-bottom: 0;
  margin-top: 1em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #34434c;
}
.accordion-ttl:hover {
  color: #3b71ab;
}
.accordion {
  display: none;
  background: /*#e5f5ff;*/ #c0deff;
  padding: 1em 3.5em 2.5em 3.5em;
  margin-bottom: 2em;
}
body.singleLp #contents article .whatsnew p {
  font-size: 90%;
}
body.singleLp #contents article p.examplebox {
  background-color: #ffffff;
  margin: 0 2em 1em 2em;
  padding: 15px 5px 15px 15px;
  font-size: 90%;
  border-radius: 4px;
  display: block;
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc narrow */
  table {
    width: 100%;
    font-size: 99%;
  }
  body.singleLp #contents article p.examplebox {
    border: 2px solid #fff;
    background: #fff;
    padding: 15px 15px 15px 15px;
    margin-bottom: 1em;
    border-radius: 4px;
  }
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc narrow */
  #features {
    text-align: center;
    margin-bottom: 20px;
  }
  .members-3point-icon {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 40px;
    width: 120px;
    line-height: 120px !important;
  }
}
@media screen and (min-width:981px) and (max-width:1280px) { /* pc narrow */
  #features {
    text-align: center;
    margin-bottom: 20px;
  }
  .members-3point-icon {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 40px;
    width: 120px;
    line-height: 120px !important;
  }
}
@media screen and (max-width: 750px) { /* SP */
  table {
    width: 100%;
    font-size: 89%;
  }
  .col2 > div {
    width: 100%;
  }
  .col3 > li {
    /*    margin-bottom: 0;*/
  }
  .col3 > li > img {
    width: 100%;
    height: auto;
    max-height: 63px;
    max-width: 103px;
  }
  #features {
    text-align: left;
    margin-bottom: 10px;
    /*margin: 0 auto 15px auto;
	width: 270px;*/
  }
  #features > li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
  }
  body.singleLp #contents article #features > li > p {
    font-size: 16px;
    width: calc(100% - 60px);
    line-height: 1.4;
  }
  .members-3point-icon {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 40px;
    width: 50px;
    line-height: 50px !important;
    border-radius: 50%;
    text-align: center;
    background-color: #f7f7f7;
    color: #fff;
  }
  #features > li:nth-child(2) {
    /*flex-direction: row-reverse;
	text-align: right;*/
  }
  body.singleLp #contents article #features > li:nth-child(2) > p {
    /*font-size:15px;
	width: calc(100% - 100px);
	line-height: 1.4;*/
  }
  #features > li:nth-child(2) > .members-3point-icon {
    /*margin-right: 0;
	margin-left: 10px;*/
  }
  .travelpoint > li {
    font-size: 90%;
    margin-bottom: 0.25em;
  }
  .whatsnewWrap {
    width: 100vw;
    /*background: url(/cmn/img/bg-dot01.gif) left top;*/
    background: #9dccff;
    color: #3b71ab;
    padding-left: 0;
    padding-right: 0;
  }
  .whatsnew {
    width: calc(100vw - 1em);
    margin-left: 0;
    font-size: 90%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    justify-content: flex-start;
  }
  .whatsnew .list-frame {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    color: #3b71ab;
  }
  .whatsnew .list-frame > dt {
    color: #3b71ab;
  }
  .whatsnew .list-frame > dd {
    width: 100%;
    padding-left: 2em;
    color: #3b71ab;
  }
  .whatsnew .list-frame li dl dd > a {
    color: #3b71ab;
  }
  .whatsnew .list-frame li dl dt {
    color: #3b71ab;
    margin-right: 1em;
    padding-top: 0.1em;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .whatsnew .list-frame > dt {
    width: 5em;
    padding: 0.5em 1em 0 24px;
    margin-bottom: 0.2em !important;
    background: url(/lp/setdangan/img/ico-arrow1-w.png) 0.5em 0.75em no-repeat;
    background-size: 12px 12px;
  }
  .flow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
  }
  .flow li.col3-arrow {
    max-width: 92%;
    width: 92%;
    position: relative;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
    /*border: 1px solid #9dccff;*/
  }
  .flow li.col3-arrow > img {
    /* width: 80px;
    height: 70px;
    margin: 0 auto 1em auto;*/
  }
  .flow li.col3-arrow:not(:last-child):after {
    content: '';
    border-top: 8px solid #9dccff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    width: 2px;
    display: block;
    position: absolute;
    top: auto;
    bottom: -30px;
    left: calc(50% - 10px);
  }
  .flow li.col3-arrow > img#flow1 {
    width: 160px;
    height: auto;
    margin-top: 0.5em;
    margin-bottom: 2em;
  }
  .flow li.col3-arrow > img#flow2 {
    width: 160px;
    height: auto;
    margin-top: 0;
    margin-bottom: 2em;
  }
  .flow li.col3-arrow > img#flow3 {
    width: 180px;
    height: auto;
    margin-top: 0.5em;
    margin-bottom: 2em;
  }
  body.singleLp #contents article .flow li.col3-arrow > p.info {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 16px;
    color: #0099cc;
  }
  body.singleLp #contents article p.examplebox {
    border: 1px solid #fff;
    background: #fff;
    padding: 0.25em 0.25em 0.25em 2em;
    margin: 1em 0 1.5em 0;
    border-radius: 2px;
  }
  .accordion-ttl {
    background: url("/lp/setdangan/img/ico-plus.gif") 12px 12px no-repeat #c0deff;
    padding: 8px 5px 10px 47px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 1em;
    color: #34434c;
    border-radius: 2px;
  }
  .accordion-active {
    background: url("/lp/setdangan/img/ico-minus.gif") 12px 12px no-repeat #c0deff;
    padding: 8px 5px 10px 47px;
    margin-bottom: 0;
    margin-top: 1em;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #34434c;
  }
  .accordion-ttl:hover {
    color: #3b71ab;
  }
  .accordion {
    display: none;
    background: /*#e5f5ff;*/ #c0deff;
    padding: 1em;
    margin-bottom: 2em;
  }
}
/****************************************
 only pc/tb/sp
*****************************************/
@media screen and (max-width: 750px) { /* SP */
  .only-pc, .only-pctb {
    display: none !important;
  }
  .only-pc-c-txt {
    text-align: left !important;
  }
  .only-tb {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  .only-spi {
    display: inline-block !important;
  }
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc narrow */
  .only-tb {
    display: block !important;
  }
  .only-tbi {
    display: inline-block !important;
  }
  .only-pctb {
    display: block !important;
  }
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: none !important;
  }
  .scroll-hint-icon-wrap {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width:981px) { /* pc wide */
  .only-pc {
    display: block !important;
  }
  .only-pctb {
    display: block !important;
  }
  .only-pci {
    display: inline-block !important;
  }
  .only-pc-c-txt {
    text-align: center;
  }
  .only-sp {
    display: none !important;
  }
  .only-tb {
    display: none !important;
  }
  .scroll-hint-icon-wrap {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.maxw100 {
  max-width: 100%;
  height: auto;
}
/****************btn***********************/
body.singleLp #contents article p#otoiawase {
  line-height: 2;
}
#otoiawase img.ico {
  width: 24px;
  height: 24px;
}
.btn, a.btn, button.btn {
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.75rem 1rem 0.75rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  font-size: 110%;
}
.ancbtn, a.ancbtn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.75rem 0 0.75rem 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
/*  color: #212529;*/
  border-radius: 0.5rem;
/*  font-size: 15px;*/
}

.arrowbtn, a.arrowbtn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.75rem 0 0.75rem 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  font-size: 15px;
}
.anc.col3 li {
  margin-bottom: 0.2em !important;
  background: url(/cmn/img/arrow-btm-o.gif) left 3px no-repeat;
  padding-left: 20px;
  font-size: 90%;
  line-height: 1.4em;
  letter-spacing: 0;
}
a.btn-sp {
  position: relative;
  color: #fff !important;
  background: url(/cmn/img/bg-grade-w.png) left top repeat-x #f38c21;
  -webkit-box-shadow: 0 5px 0 #ef7a00;
  box-shadow: 0 5px 0 #ef7a00;
  margin: 0.5em auto 1em auto;
  width: calc(100% - 8em);
}
a.btn-sp span {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;
  color: #ef7a00;
  border-radius: 4px;
  background: #fff;
}
a.btn-sp:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ef7a00;
  -webkit-box-shadow: 0 2px 0 #ef7a00;
  box-shadow: 0 2px 0 #ef7a00;
}
a.btn-sp:hover:before {
  left: 2rem;
}
.otoiawase {
  background: #e3f1ff;
  padding: 1em;
  width: 600px;
  margin: 0 auto;
}
.otoiawase a.btn {
  position: relative;
  color: #34434c !important;
  background: #9dccff;
  -webkit-box-shadow: 0 5px 0 #93afcc;
  box-shadow: 0 5px 0 #93afcc;
  margin: 0.5em auto 1em auto;
  padding: 0.75rem 1rem 0.5rem 1rem;
  font-weight: bold;
}
.otoiawase img.ico2 {
  vertical-align: middle;
  margin: -1px 8px 0 4px;
  width: 34px;
  height: 34px;
}
.anclist2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.anclist2 li {
  width: calc(50% - 10px);
}
.anclist2 li a img.ico {
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anclist2 li a {
  letter-spacing: 0;
}
.anclist2 li:nth-child(1) a::before, .anclist2 li:nth-child(2) a::before, .anclist2 li:nth-child(3) a::before {
  content: url("/lp/setdangan/img/ico-arrow1-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1em;
  left: 1em;
}
.anclist3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.anclist3 li {
  width: calc(33.3% - 10px);
}
.anclist3 li a img.ico {
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.anclist3 li a {
  letter-spacing: 0;
}
.anclist3 li:nth-child(1) a::before, .anclist3 li:nth-child(2) a::before, .anclist3 li:nth-child(3) a::before {
  content: url("/lp/setdangan/img/ico-arrow1-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1em;
  left: 0.25em;
}
a.btn-anc {
  position: relative;
  color: #fff0d6 !important;
  background: #f09739;
  -webkit-box-shadow: 0 5px 0 #ef7a00;
  box-shadow: 0 5px 0 #ef7a00;
  margin: 0;
  width: 100%;
}
a.btn-anc:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ef7a00;
  -webkit-box-shadow: 0 2px 0 #ef7a00;
  box-shadow: 0 2px 0 #ef7a00;
}
a.btn-anc:hover:before {
  left: 2rem;
}
a.btn-anc strong {
    font-size: 150%;
}
a.btn-anc > span.departure {
    color: #fff!important;
}
.btnlist3 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.btnlist3 li {
  width: calc(33.3% - 10px);
}
.btnlist3 li a img.ico {
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btnlist3 li a {
  letter-spacing: 0;
}
.btnlist3 li:nth-child(1) a::before, .btnlist3 li:nth-child(2) a::before, .btnlist3 li:nth-child(3) a::before {
  content: url("/lp/setdangan/img/ico-arrow2-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1em;
  left: 0.25em;
}
#article a.btn-arrow {
  position: relative;
  color: #34434c;
  background: #9dccff;
  -webkit-box-shadow: 0 5px 0 #93afcc;
  box-shadow: 0 5px 0 #93afcc;
  margin: 0;
  width: 100%;
}
#article a.btn-arrow:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #3db3ea;
  -webkit-box-shadow: 0 2px 0 #93afcc;
  box-shadow: 0 2px 0 #93afcc;
}
a.btn-arrow:hover:before {
  left: 2rem;
}
i.pdf {
  background: url(/cmn/img/ico/ico-pdf.gif) right 55% no-repeat;
  padding: -5px 15px 0 0;
  margin-right: 3px;
}
#article .youtubelist {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
}
#article .youtubelist li {
  width: 460px;
  font-size: 100%;
  line-height: 1.8;
}
#article .youtubelist .youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 7px;
}
#article .youtubelist .youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
body.singleLp #contents article .youtubelist p {
  font-size: 95% !important;
}
@media screen and (max-width: 750px) { /* SP */
  .btn, a.btn, button.btn {
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.75rem 1rem 0.75rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.3rem;
    font-size: 110%;
  }
  .btn, .ancbtn, a.ancbtn {
    text-align: left;
    font-size: 13px;
  }
  .arrowbtn, a.arrowbtn {
    text-align: left;
    font-size: 13px;
  }
  a.btn-anc {
    position: relative;
/*    color: #34434c;*/
/*
    background: #9dccff;
    -webkit-box-shadow: 0 1px 0 #93afcc;
    box-shadow: 0 1px 0 #93afcc;
*/
    /*width: 83%;*/
    /*width: calc(100% - 4em);*/
    padding: 1em 0 1em 4em;
    margin-bottom: 0.5em;
    width: 100%;
  }
  a.btn-anc:hover {
/*
    color: #3b71ab;
    background: #9dccff;
*/
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-bottom: none;
    margin-bottom: 0.5em;
  }
  .anclist3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .anclist3 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .anclist3 li:nth-child(1) {
    margin-left: 0;
  }
  .anclist3 li:nth-child(1) a::before, .anclist3 li:nth-child(2) a::before, .anclist3 li:nth-child(3) a::before {
    content: url("/lp/setdangan/img/ico-arrow1-w.png");
    display: inline-block;
    width: 35px;
    height: 43px;
    position: absolute;
    top: 1em;
    left: 1em;
  }
  a.btn-arrow {
    position: relative;
    color: #3b71ab;
    background: #9dccff;
    -webkit-box-shadow: 0 1px 0 #93afcc;
    box-shadow: 0 1px 0 #93afcc;
    /*width: 83%;*/
    width: calc(100% - 4em);
    padding: 1em 0 1em 4em;
    margin-bottom: 0.5em;
  }
  a.btn-arrow:hover {
    color: #3b71ab;
    background: #9dccff;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-bottom: none;
    margin-bottom: 0.5em;
  }
  .otoiawase {
    background: #e3f1ff;
    padding: 1em;
    width: 100%;
    margin: 0 auto;
  }
  .otoiawase a.btn {
    position: relative;
    color: #34434c !important;
    background: #9dccff;
    -webkit-box-shadow: 0 5px 0 #93afcc;
    box-shadow: 0 5px 0 #93afcc;
    padding: 0.5rem 0.5rem 0.25rem 0.5rem;
    margin: 0.5em auto 1em auto;
    width: calc(100% - 4em);
    font-size: 15px;
  }
  .otoiawase .txt-big04 {
    font-size: 15px !important;
  }
  .box-border {
    padding: 1em;
  }
  #article .youtubelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #article .youtubelist .youtube {
    margin-bottom: 0;
  }
  #article .youtubelist li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  #article .youtubelist li img {
    margin-bottom: 0.5em;
  }
  #article .youtubelist li:nth-child(1) {
    margin-bottom: 2em;
  }
  .btnlist3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .btnlist3 li {
    width: 100%;
    margin-right: 0;
    /*margin-bottom: 0.5em;*/
  }
  .btnlist3 li:nth-child(1) {
    margin-left: 0;
  }
  .btnlist3 li:nth-child(1) a::before, .btnlist3 li:nth-child(2) a::before, .btnlist3 li:nth-child(3) a::before {
    content: url("/lp/setdangan/img/ico-arrow1-w.png");
    display: inline-block;
    width: 35px;
    height: 43px;
    position: absolute;
    top: 1em;
    left: 1em;
  }
  #article a.btn-arrow {
    width: 100%;
  }
}
@media screen and (min-width:751px) and (max-width:980px) { /* tb + pc narrow */
  .ancbtn, a.ancbtn {
    font-size: 11px;
  }
  .arrowbtn, a.arrowbtn {
    font-size: 11px;
  }
  .col3 > li img {
    width: 100%;
    height: auto;
  }
  #article .youtubelist li {
    width: 45% !important;
    font-size: 100%;
    line-height: 1.8;
  }
}
@media screen and (max-width: 450px) { /* SP */
.anclist2 li:nth-child(1) a::before, .anclist2 li:nth-child(2) a::before, .anclist2 li:nth-child(3) a::before {
  content: url("/lp/setdangan/img/ico-arrow1-w.png");
  display: inline-block;
  width: 25px;
  height: 20px;
  position: absolute;
  top: 40%;
  left: 0.5em;
}
a.btn-anc {
    position: relative;
    padding: 1em 0 1em 3em;
    margin-bottom: 0.5em;
    width: 100%;
}
a.btn-anc strong {
	
    font-size: 120%;

	}
.anclist2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
}
}

.ls0{
	letter-spacing: 0!important;
}
.w-auto {
  width: auto !important;
}
img.br6 {
  border-radius: 6px;
}
i.caution {
  background: url("/lp/setdangan/img/ico-caution.svg") left center no-repeat;
  padding-left: 30px;
  margin-left: 3px;
  margin-right: 3px;
  background-size: 25px auto;
}