@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/******common**************************************/
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
html, body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, hr, table, tr, th, td, tbody, tfoot, thead, img, iframe.span, strong, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, var, b, i, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-style: normal;
  list-style: none;
  border: none;
  font-size: 100%;
}
html {
  background: #FFF;
}
body {
  font-size: 14px;
  letter-spacing: 0.1em;
}
#cWrap {
  width: 100%;
}
img {
  vertical-align: top;
}
a {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
sub {
  vertical-align: baseline;
  font-size: 80%;
  line-height: 0;
}
sup {
  font-size: 80%;
  line-height: 0;
}
hr {
  clear: both;
  margin: 2em 0;
  border-top: 1px solid transparent;
  height: 1px;
  background: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
hr.dot {
  border-top: 1px dotted #939393;
}
mark {
  background: #e94f0c;
  font-size: 85%;
  font-weight: bold;
  color: #FFF;
  padding: 0 4px;
}
mark.mark02 {
  background-color: #f4f1ed !important;
  color: #dc0000 !important;
  border: 1px solid #e1dad1;
}
#wrap {
  background: #fff;
  font-size: 90%;
}
#pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 750px) {
  #pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
  }
}
#pagetop a img {
  opacity: 0.8;
  filter: alpha(opacity=80); /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)"; /* ie 8 */
  -moz-opacity: 0.8; /* FF lt 1.5 */
  -khtml-opacity: 0.8; /* Safari 1.x */
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/common/img/pagetop.png", sizingMethod="scale"); /*IE8以下で透過PNGが黒くなる場合の対処法*/
}
#pagetop a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50); /* ie lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* ie 8 */
  -moz-opacity: 0.5; /* FF lt 1.5 */
  -khtml-opacity: 0.5;
}
/**clearfix**************************/
.noneclear {
  clear: none !important;
}
.clear {
  clear: both;
}
.cf, #header, #hNavi li, #sizeChanger dl, #gNavi, #gNavi .gNavi-low ul, #cWrap, #fNavi nav ul {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  display: table;
}
* html .cf, * html #header, * html #hNavi li, * html #sizeChanger dl, * html #gNavi, * html #gNavi .gNavi-low ul, * html #cWrap, * html #fNavi nav ul {
  height: 1%;
}
.cf, #header, #hNavi li, #sizeChanger dl, #gNavi, #gNavi .gNavi-low ul, #cWrap, #fNavi nav ul {
  display: block;
  zoom: 1;
} /**/
#contents {
  margin: 30px auto;
  padding: 0;
  text-align: left;
  background: url(/cmn/img/contents-bg.gif) left top repeat-y;
  width: 100%;
}
@media screen and (max-width: 750px) { /*sp*/
  #contents {
    width: 100%;
  }
}
@media screen and (min-width:981px) { /* pc + tb */
  #contents {
    width: 980px;
  }
}
@media screen and (min-width:1201px) { /* pc wide */
  #contents {
    width: 1200px;
  }
}
article a {
  color: #ef7a00;
  text-decoration: underline;
  overflow: hidden;
  outline: none;
}
article a:hover {
  color: #ef7a00;
  text-decoration: none;
}
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: 2em 0 1em 0;
}
article h3.h3none {
  border: none;
  padding: 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 .ttl02 {
  border-bottom: 1px solid #a6a691;
  padding-bottom: 5px;
  margin: 2em 0 1em 0;
  font-weight: bold;
}
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 {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  overflow-y: hidden;
  overflow-x: hidden;
}
body.is-tb {
  min-width: auto;
}
#sidebar {
  display: none;
}
#cWrap {
  background: none;
  margin-top: 77px;
}
@media only screen and (max-width: 750px) {
  #cWrap {
    margin-top: 51px !important;
  }
}
#contents {
  background: none;
  margin-top: 0;
}
#h1Wrap {
  display: none;
}
.column2.column2Box {
  width: 730px;
}
.inquiry-tel dd {
  font-size: 96%;
  padding: 7px 0 7px 0;
}
/* header------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #ececec;
}
@media screen and (max-width: 750px) {
  header {
    box-sizing: border-box;
    border-bottom: 1px solid #f9f9f8;
  }
}
header .header-inner {
  height: 77px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
  header .header-inner {
    width: 100%;
    height: 51px;
  }
}
@media screen and (min-width:981px) { /* pc wide */
  header .header-inner {
    width: 980px;
  }
}
@media screen and (min-width:1201px) { /* pc wide */
  header .header-inner {
    width: 1200px;
  }
}
header .header-inner .logo {
  margin: 11px 0 11px 0;
  float: left;
  width: 266px;
  height: auto;
}
header .header-inner .logo a {
  display: block;
}
header .header-inner .logo-fs {
  margin: 16px 0 0 0;
  float: right;
  width: 225px;
  height: auto;
}
header .header-inner .logo-fs a {
  display: block;
}
@media screen and (max-width: 1250px) and (min-width: 751px) {
  header .header-inner .logo-fs {
    /*margin-right: 200px;*/
  }
}
@media screen and (max-width: 750px) {
  header .header-inner .logo {
    margin: 0;
    position: absolute;
    left: 7px;
    top: 10px;
    width: 160px;
  }
  header .header-inner .logo-fs {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 12px;
    width: 145px;
  }
}
header .header-inner .logo img {
  width: 100%;
}
header .header-inner .logo-fs img {
  width: 100%;
}
header ul {
  padding: 0;
  float: right;
  margin-top: 18px;
}
@media screen and (max-width: 750px) {
  header ul {
    display: none;
    width: 100%;
    margin: 50px 0 0;
    padding: 0;
    float: none;
    clear: both;
    background: #FFF;
    border-left: none;
  }
}
header ul li {
  float: left;
  text-align: center;
  margin-left: 2px;
}
@media screen and (max-width: 750px) {
  header ul li {
    height: auto;
    border-right: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid #CCC;
  }
}
header ul li:first-child a {
  border-right: 1px solid #999;
}
@media screen and (max-width: 750px) {
  header ul li:first-child a {
    border-right: none;
  }
}
header ul li a {
  height: 40px;
  color: #333;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 0 25px;
}
@media screen and (max-width: 750px) {
  header ul li a {
    display: inline-block;
    position: relative;
    height: auto;
    padding: 3% 0;
    text-indent: -2.5em;
    margin-left: 2.5em;
    text-align: left;
  }
}
header ul li a:hover {
  color: #000;
}
header ul li a i {
  margin-right: 10px;
}
header .menu {
  display: none;
}
@media screen and (max-width: 750px) {
  header .menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
    background: #3397d5;
  }
  header .menu .line-wrap {
    position: relative;
    width: 17px;
    height: 12px;
  }
  header .menu .line-wrap .line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-out;
  }
  header .menu .line-wrap .line:nth-child(2) {
    top: 5px;
  }
  header .menu .line-wrap .line:nth-child(3) {
    top: 10px;
  }
}
header.is-open ul {
  display: block;
}
header.is-open .menu .line-wrap .line:nth-child(1) {
  transform: translateY(5px) rotate(-225deg);
}
header.is-open .menu .line-wrap .line:nth-child(2) {
  display: none;
}
header.is-open .menu .line-wrap .line:nth-child(3) {
  transform: translateY(-5px) rotate(225deg);
}
/* footer------------------------------------*/
#footer {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #FFF;
  padding-top: 10px;
}
#footer .footer-inner {
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #footer .footer-inner {
    width: 100%;
  }
}
@media screen and (min-width:981px) { /* pc wide */
  #footer .footer-inner {
    width: 980px;
  }
}
@media screen and (min-width:1201px) { /* pc wide */
  #footer .footer-inner {
    width: 1200px;
  }
}
@media screen and (min-width:751px) and (max-width:1180px) { /* tb + pc nallow */
  #footer {
    padding-top: 20px;
  }
}
#footer a.footer-top-link {
  float: left;
  display: table;
  height: 100%;
  text-decoration: none;
  font-size: 13px;
  color: #000;
}
@media screen and (max-width: 750px) {
  #footer {
    padding-top: 10px;
  }
  #footer a.footer-top-link {
    float: none;
    display: none;
    font-size: 10px;
  }
}
#footer a.footer-top-link .logo-sunflower {
  display: table-cell;
  vertical-align: middle;
  width: 145px;
}
#footer a.footer-top-link .logo-sunflower img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #footer a.footer-top-link .logo-sunflower {
    display: block;
    margin: 0 auto 12px;
  }
}
#footer a.footer-top-link p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 12px;
}
@media screen and (max-width: 750px) {
  #footer a.footer-top-link p {
    display: block;
    padding-left: 0;
    text-align: center;
    margin-bottom: 32px;
  }
}
#footer a.footer-top-link p:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  background: url("../img/icon-blank.png");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  #footer a.footer-top-link p:after {
    width: 10px;
    height: 10px;
    margin-left: 8px;
  }
}
#footer .copyright {
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #footer .copyright {
    float: none;
    height: auto;
    line-height: normal;
    text-align: center;
    width: 100%;
  }
}
/****************************************
 h1見出し画像
*****************************************/
.maxw100{
	max-width: 100%;
	height: auto;
}
.mv {
  box-sizing: border-box;
  position: relative;
  padding-top: 30vw;
  background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url("/lp/wp/img/top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mv-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1360px;
  /*padding-right: 80px;
    padding-left: 80px;*/
}
.mv-catch {
  /*width: 1000px;*/
  border: 15px solid #fff;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
  text-align: left;
  border-radius: 4px;
  padding: 1em;
  background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1));
  text-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
.mv-catch h1 {
  font-size: 90px;
  line-height: 0.9;
}
.ferrycopy{
	position: absolute;
	right: 0.5em;
	bottom: 1.0em;
	color: #ccc;
	font-size: 10px;
}
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*/
  #cWrap > #contents > #article {
    padding-top: 0 !important;
  }
  h1.singleLp {}
  h1.singleLp > img.only-pc {
    display: none;
  }
  h1.singleLp > img.only-sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .column2.column2Box {
    width: 100%;
  }
  .mv-catch {
    /*width: 1000px;*/
    border: 5px solid #fff;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    margin: 0 auto;
    text-align: left;
    border-radius: 4px;
    padding: 1em;
  }
  .mv-catch h1 {
    font-size: 20px;
    line-height: 0.9;
  }
  h1.singleLp > img {
    max-height: 170px;
  }
.ferrycopy{
	position: absolute;
	right: 0.25em;
	bottom: 0.25em;
	color: #fff;
	font-size: 7.5px;
	letter-spacing: 0;
}
}
@media screen and (min-width:751px) and (max-width:1200px) { /* tb + pc narrow */
  body.singleLp #contents {
    margin: 0 auto;
    width: 100% !important;
  }
  #article {
    width: 100%;
  }
  .mv-catch {
    /*width: 1000px;*/
    border: 10px solid #fff;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    text-align: left;
    border-radius: 4px;
    padding: 1em;
  }
  .mv-catch h1 {
    font-size: 40px;
    line-height: 0.9;
  }
  h1.singleLp > img {
    max-height: 256px;
  }
}
@media screen and (min-width:981px) { /* pc wide */
  #article {
    width: 100%;
  }
  h1.singleLp > img {
    max-height: 320px;
  }
}
/****************************************
 文字サイズ
*****************************************/
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: 116%;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  color: #333;
}
body.singleLp #contents article p {
  line-height: 1.9;
  font-size: 116%;
}
body.singleLp #contents article p.txt-small {
  line-height: 1.9;
  font-size: 100%;
}
body.singleLp #contents article p.txt-small02 {
  line-height: 1.9;
  font-size: 90%;
}
body.singleLp #contents article p.txt-small03 {
  line-height: 1.9;
  font-size: 80%;
}
body.singleLp #contents article p.txt-small04 {
  line-height: 1.9;
  font-size: 70%;
}
#article h2.singleLp {
  background: none;
  font-size: 196%;
  text-align: center;
  margin-bottom: 2.5em;
}
#article h2.singleLp::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #ef7a00;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 1px;
}
article .applyWrap h2 {
  color: #004176;
}
#article h3 {
  border-bottom: none;
  font-size: 125%;
}
#article .applyWrap h3 {
  border-left: 3px solid #87CEFA;
  color: #004176;
  padding: 5px 0 7px 15px;
}
#article .applyWrap h3#anc0831, #article .applyWrap h3#anc0901 {
  background: #fff;
  border-radius: 4px;
}
#article h3.staff {
  font-size: 116%;
  border-left: none;
  border-bottom: none;
  padding: 0.5em 0.25em 0.5em 3.5em;
  background: #fff;
  margin: 3em 0 2em 0;
  border-radius: 6px;
  position: relative;
}
#article h3.staff::before {
  content: url("/lp/wp/img/icon-h2.svg");
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0.25em;
  left: 0.75em;
  background-size: 30px 32px;
}
#article h3.staff img.ico {
  margin: -10px 1em 0 4px;
}
#article h3.doc {
  border-left: none;
  border-bottom: none;
  padding: 0;
  margin-top: 0;
}
#article h3.doc img.ico {
  margin-right: 0.8em;
}
#article h3.bus {
  font-size: 116%;
  border-left: none;
  border-bottom: 1px dashed #ef7a00;
  padding: 0.5em 0.25em 0.5em 2.8em;
  margin: 3em 0 2em 0;
  position: relative;
}
#article h3.bus::before {
  content: url("/lp/sfa/img/icon-bus.svg");
  display: inline-block;
  width: 34px;
  height: 24px;
  position: absolute;
  top: 0.8em;
  left: 0;
  background-size: 30px 32px;
}
#article h3.train {
  font-size: 116%;
  border-left: none;
  border-bottom: 1px dashed #ef7a00;
  padding: 0.5em 0.25em 0.5em 2.5em;
  margin: 3em 0 2em 0;
  position: relative;
}
#article h3.train::before {
  content: url("/lp/sfa/img/icon-train.svg");
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0.6em;
  left: 0.4em;
  background-size: 30px 32px;
}
#article h3.metro {
  font-size: 116%;
  border-left: none;
  border-bottom: 1px dashed #ef7a00;
  padding: 0.5em 0.25em 0.5em 2.5em;
  margin: 3em 0 2em 0;
  position: relative;
}
#article h3.metro::before {
  content: url("/lp/sfa/img/icon-metro.svg");
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0.4em;
  left: 0;
  background-size: 30px 32px;
}
#article h4.voice {
  font-size: 116%;
  border-left: none;
  border-bottom: 1px dashed #ef7a00;
  padding: 0.75em 0.25em 0.5em 2.8em;
  margin: -0.5em 0 0.5em 0;
  position: relative;
  color: #ef7a00;
 text-align: left;
}
#article h4.voice::before {
  content: url("/lp/wp/img/icon-voice.svg");
  display: inline-block;
  width: 34px;
  height: 24px;
  position: absolute;
  top: 0.8em;
  left: 0;
  background-size: 30px 32px;
}
article .applyWrap strong {
  color: #004176;
}
.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-o.gif) right 50% no-repeat;
  padding: 0 15px 0 0;
  margin-right: 3px;
}
@media screen and (max-width: 750px) { /*Sp*/
  body.singleLp #contents article p {
    line-height: 1.9;
    font-size: 106%;
  }
  #cWrap > #contents > #article h2.singleLp {
    font-size: 20px !important;
  }
  #article h2.singleLp::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ef7a00;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border-radius: 1px;
  }
  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-o.gif) right 50% no-repeat;
    padding: 0 15px 0 0;
    margin-right: 3px;
  }
  #article h3.staff {
    font-size: 116%;
    border-left: none;
    border-bottom: none;
    padding: 0.75em 0.25em 0.75em 3.5em;
    background: #fff;
    margin: 3em 0 2em 0;
    border-radius: 6px;
    position: relative;
  }
  #article h3.staff::before {
    content: url("/lp/wp/img/icon-h2.svg");
    display: inline-block;
    width: 24px;
    height: 28px;
    position: absolute;
    top: 0.4em;
    left: 0.5em;
    background-size: 30px 32px;
  }
}
/****************************************
 レイアウト
*****************************************/
.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/wp/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;
}
.bg00 {
  background: #fff; /*white*/
}
.bg01 {
  background: #fff5e3; /*lightyellow*/
}
.bg02 {
  background: #edf7fb; /*lightblue*/
}
.bg03 {
  background: #fff5e3; /*lightorange*/
}
.contentsWrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 60px 0 90px 0;
}
.contentsWrap > .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 5em 0 5em 0;
}
.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 > div, .col2 > li {
  width: 50%;
}
.col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col3 > li {
  width: 30%;
  /*background: #faf7e1;*/
  text-align: center;
  padding: 0;
  font-size: 90%;
}
.col3 > li a {
  display: block;
}
.box-whitebg {
  padding: 2em;
  margin: 2em 0;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.01);
  border-radius: 6px;
  border: 2px solid #87CEFA;
}
.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 (max-width: 750px) { /* SP */
  body.singleLp #contents article .box-redline p.txt-red02 {
    font-size: 100%;
  }
}
.procedure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.procedure li.col3-arrow {
  width: 422px;
  position: relative;
  margin-bottom: 0;
  background: #fff;
  text-align: center;
  padding: 1em;
  border-radius: 6px;
  border: 2px solid #87CEFA;
}
.procedure li.col3-arrow p.box-ttl {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0.25em 0.75em;
  background: #87CEFA;
  color: #ffffff;
  font-weight: bold;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  font-size: 100%;
}
.procedure li.col3-arrow:not(:last-child):after {
  content: '';
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #6aa7cd;
  width: 12px;
  display: block;
  position: absolute;
  top: 45%;
  left: 485px;
}
.procedure li.col3-arrow > img#p1 {
  width: 140px;
  height: 59px;
  margin-bottom: 2em;
}
.procedure li.col3-arrow > img#p2 {
  width: 70px;
  height: 59px;
  margin-bottom: 2em;
}
.procedure li.col3-arrow > img#p3 {
  width: 140px;
  height: 59px;
  margin-bottom: 2em;
}
.procedure li.col3-arrow > img#p4 {
  width: 160px;
  height: 59px;
  margin-bottom: 2em;
}
.procedure li.col3-arrow .info {
  text-align: left;
}
.box-whitebg p {
  margin: 0;
  padding: 0;
}
/****************************************
dl setting
****************************************/
dl {
  line-height: 2.5em;
  clear: both;
  margin-bottom: 2em;
  position: relative;
  line-height: 1.6;
  font-size: 116%;
}
dt {
  float: left;
  padding: 1.0rem 0 1.0rem 0;
}
dd {
  padding: 1.0rem 0 1.0rem 12em;
  position: relative;
}
dd::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px dashed #ef7a00;
  left: 0;
  top: 0;
}
dd:last-child::after {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px dashed #ef7a00;
  left: 0;
  bottom: -0.25rem;
}
dd + dd::before {
  border-top: none;
}
@media screen and (max-width: 750px) { /*sp*/
  dt {
    width: 100%;
    font-weight: bold;
    padding: 1.0rem 0 0.5rem 0;
  }
  dd {
    padding: 1.0rem 0 1.0rem 0;
  }
}
/****************************************
 table setting
*****************************************/
table {
  width: 100%;
  border: 1px solid #797962;
  border-collapse: collapse;
  font-size: 116%;
}
th {
  padding: 0.75rem;
  border: 1px solid #797962;
  background: #ebe3d9;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
}
td {
  padding: 0.75rem;
  border: 1px solid #797962;
  vertical-align: top;
  background: #FFF;
}
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;
}
.underline01 {
  border-bottom: solid 2px #87CEFA;
}
.underline02 {
  border-bottom: solid 2px #dc0000;
}
.underline03 {
  border-bottom: solid 2px #999999;
}
.accordion-ttl {
  background: url(/cmn/img/ico/ico-plus.gif) 8px 16px no-repeat #ffffff;
  padding: 10px 5px 8px 47px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 1em;
  color: #ef7a00;
  border-radius: 6px;
}
.accordion-active {
  background: url(/cmn/img/ico/ico-minus.gif) 8px 16px no-repeat #ffffff;
  padding: 10px 5px 8px 47px;
  margin-bottom: 0;
  margin-top: 1em;
}
.accordion {
  display: none;
  background: #ffffff;
  padding: 1em 1.5em 1em 2em;
  margin-bottom: 2em;
}
body.singleLp #contents article .whatsnew p {
  font-size: 90%;
}
img.bnrImg {
  margin-bottom: 0.5em;
  border-radius: 6px;
}
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:1200px) { /* tb + pc narrow */
  .contentsWrap > .inner {
    width: calc(100% - 2em);
    max-width: 1200px;
    margin: 0 auto 0 auto;
    padding: 60px 1em 60px 1em;
  }
  table {
    width: 100%;
    font-size: 99%;
  }
  .procedure li.col3-arrow {
    width: 300px;
    position: relative;
    margin-bottom: 0;
    background: #fff;
    text-align: center;
    padding: 1em;
    border-radius: 6px;
    border: 2px solid #87CEFA;
  }
  .procedure li.col3-arrow:not(:last-child):after {
    content: '';
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #6aa7cd;
    width: 12px;
    display: block;
    position: absolute;
    top: 45%;
    left: 380px;
  }
  img.bnrImg {
    margin-bottom: 1em;
    border-radius: 6px;
    width: 100%;
    height: auto;
  }
  body.singleLp #contents article p.examplebox {
    border: 2px solid #fff;
    background: #fff;
    padding: 15px 15px 15px 15px;
    margin-bottom: 1em;
    border-radius: 4px;
  }
  .col2.staff-box > div:first-child {
    margin-right: 2em;
  }
  .col2.staff-box > div {
    width: calc((100vw - 8em)/2);
  }
  .col2.staff-box > div > img {
    max-width: 100% !important;
    height: auto;
  }
}
@media screen and (max-width: 750px) { /* SP */
  .col2.staff-box > div {
    text-align: center;
  }
  .col2.staff-box > div > p {
    text-align: left;
  }
  .col2.staff-box > div > img {
    max-width: 100% !important;
    height: auto;
    margin: 0 auto 1em auto;
    text-align: center;
  }
  table {
    width: 100%;
    font-size: 95%;
  }
  .col2 > div {
    width: 100%;
  }
  .col3 > li {
    /*display: flex;
		  flex-wrap: wrap;*/
    margin-bottom: 0;
  }
  .col3 > li > img {
    width: 100%;
    height: auto;
    max-height: 63px;
    max-width: 103px;
  }
  .col3 > li > p {
    display: none;
  }
  .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/wp/img/ico-arrow1-w.png) 0.5em 0.75em no-repeat;
    background-size: 12px 12px;
  }
  .contentsWrap > .inner {
    margin: 0 auto 0 auto;
    padding: 1em 1em 3em 1em;
    width: calc(100% - 2em);
  }
  .procedure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
  }
  .procedure li.col3-arrow {
    max-width: 92%;
    width: 92%;
    position: relative;
    margin-right: 0;
    margin-bottom: 4em;
    text-align: center;
    border: 1px solid #87CEFA;
  }
  .procedure li.col3-arrow > img {
    width: 80px;
    height: 70px;
    margin: 0 auto 1em auto;
  }
  .procedure li.col3-arrow:not(:last-child):after {
    content: '';
    border-top: 8px solid #6aa7cd;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    width: 2px;
    display: block;
    position: absolute;
    top: 234px;
    left: 45%;
  }
  .box-whitebg {
    padding: 0.75em;
    border: 1px solid #87CEFA;
  }
  img.bnrImg {
    margin-bottom: 0.5em;
    border-radius: 0.25em;
    max-width: 100% !important;
  }
  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;
  }
}
/****************************************
 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:1200px) { /* 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;
  }
}
/****************************************
bnr
*****************************************/
.bnr_hover a {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  display: block;
  z-index: 1;
}
.bnr_hover a .bnrtxt {
  position: absolute;
  color: #fff;
  /*margin: 0 0.5rem;*/
  text-align: center;
  top: 15%;
  left: 50%;
  ransform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 3;
  width: 98%;
}
#article .bnr_hover p.maintxt {
  color: #fff !important;
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 0;
  text-shadow: 4px 4px 2px #004b83;
}
.bnr_hover .subtxt {
  font-size: 1.3em;
  /*background-color: rgba(0,106,227,0.4);*/
  width: 80%;
  margin: -0.5em auto 1.5em auto;
  letter-spacing: 0.2em;
  /*padding: 5px;*/
  text-shadow: 3px 4px 6px #004b83;
}
.bnr_hover figure {
  background: #007ab3;
}
.bnr_hover figure img {
  opacity: .8;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.bnr_hover a:hover img {
  opacity: .4;
}
/****************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: 116%;
}
.ancbtn, a.ancbtn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.75rem 0 0.75rem 2rem;
  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;
}
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;
}
a.btn-plan {
  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 1em;
  width: 70%;
}
a.btn-plan-s {
  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 1em;
  width: 70%;
  padding: 0.5em 0.25em;
}
a.btn-plan span, a.btn-plan-s span {
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;
  color: #ef7a00;
  border-radius: 4px;
  background: #fff;
}
a.btn-plan:hover, a.btn-plan-s: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-plan:hover:before, a.btn-plan-s:hover:before {
  left: 2rem;
}
.anclist2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.anclist2 li {
  width: 33%;
}
.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:nth-child(1) {
  margin-left: 1.6em;
}
.anclist2 li:nth-child(1) a {
  letter-spacing: 0;
}
.anclist2 li:nth-child(1) a::before {
  content: url("/lp/wp/img/ico-arrow1-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1em;
  left: 0.25em;
}
.anclist2 li:nth-child(2) a::before {
  content: url("/lp/wp/img/ico-arrow1-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1em;
  left: 1em;
}
.anclist2 li:nth-child(3) a::before {
  content: url("/lp/wp/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-around;
}
.anclist3 li {
  width: 45%;
}
.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:nth-child(1) {
  margin-left: 0;
  letter-spacing: 0;
}
.anclist3 li:nth-child(1) a::before {
  content: url("/lp/wp/img/ico-arrow1-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1em;
  left: 1em;
}
.anclist3 li:nth-child(2) a::before {
  content: url("/lp/wp/img/ico-arrow1-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1em;
  left: 1em;
}
.anclist3 li:nth-child(3) a::before {
  content: url("/lp/wp/img/ico-arrow1-w.png");
  display: inline-block;
  width: 35px;
  height: 43px;
  position: absolute;
  top: 1em;
  left: 1em;
}
a.btn-anc {
  position: relative;
  color: #3b71ab;
  background: #9dccff;
  -webkit-box-shadow: 0 5px 0 #93afcc;
  box-shadow: 0 5px 0 #93afcc;
  margin: 0;
  width: 85%;
}
a.btn-anc: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-anc:hover:before {
  left: 2rem;
}
.feeplan {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.feeplan li {
  width: 30%;
  margin-right: 0.5em;
}
.feeplan 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;
}
.feeplan li:nth-child(1) a img.ico {
  width: 48px;
  height: auto;
  margin: -6px 4px 0 4px;
}
.feeplan li:nth-child(2) a img.ico {
  width: 44px;
  height: auto;
  margin: -2px 4px 0 4px;
}
.feeplan li:nth-child(3) a img.ico {
  width: 40px;
  height: auto;
  margin: -2px 4px 0 4px;
}
.travelplan {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.travelplan li {
  width: 30%;
}
.travelplan 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;
}
.travelplan li:nth-child(1) a img.ico, .travelplan li:nth-child(2) a img.ico {
  width: 18px;
  height: auto;
  margin: 2px 4px 0 4px;
}
#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;
}
.otokuplanlist {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.otokuplanlist li {
  width: 460px;
  font-size: 100%;
  line-height: 1.8;
}
.otokuplanlist a {
  text-decoration: none;
  color: #333;
}
.otokuplanlist a:visited {
  color: #666;
}
.otokuplanlist a:hover {
  text-decoration: none;
  color: #ef7a00;
}
.otokuplanlist li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.otokuplanlist a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60); /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)"; /* ie 8 */
  -moz-opacity: 0.6; /* FF lt 1.5 */
  -khtml-opacity: 0.6; /* Safari 1.x */
  zoom: 1;
}
.bnr_hover .bnrbtn {
  width: 12em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #fff;
  font-size: 115%;
  position: relative;
  transition: opacity .4s;
  opacity: 1;
  padding: 5px;
  margin: 0 auto;
}
.bnr_hover a:hover .bnrbtn {
  background-color: rgba(0, 106, 227, 0.3);
}
.bnr_hover .bnrbtn::after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
@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: 116%;
  }
  a.btn.btn-plan {
    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 0.25em auto;
    width: calc(100% - 4.5em);
  }
  a.btn.btn-plan-s {
    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 0.25em auto;
    width: calc(100% - 4.5em);
    padding: 0.25em 0.5em;
  }
  .btn, .ancbtn, a.ancbtn {
    text-align: left;
    font-size: 13px;
  }
  a.btn-anc {
    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-anc:hover {
    color: #3b71ab;
    background: #9dccff;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-bottom: none;
    margin-bottom: 0.5em;
  }
  .anclist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2em;
  }
  .anclist li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .anclist li:nth-child(1) {
    margin-left: 0;
  }
  .anclist li a::after {
    content: url("/lp/wp/img/ico-arrow1-w.png");
    display: inline-block;
    width: 35px;
    height: 43px;
    position: absolute;
    top: 1.25em;
    right: 0;
    color: #fff;
  }
  .anclist li:nth-child(1):hover a::before {
    content: url("/lp/wp/img/ico-anc01.svg");
    display: inline-block;
    width: 35px;
    height: 43px;
    position: absolute;
    top: 0.75em;
    left: 0.5em;
  }
  .anclist li:nth-child(2):hover a::before {
    content: url("/lp/wp/img/ico-anc02.svg");
    display: inline-block;
    width: 30px;
    height: 43px;
    position: absolute;
    top: 0.75em;
    left: 1em;
  }
  .anclist li:nth-child(3):hover a::before {
    content: url("/lp/wp/img/ico-anc03.svg");
    display: inline-block;
    width: 40px;
    height: 43px;
    position: absolute;
    top: 0.75em;
    left: 0.75em;
  }
  .anclist2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .anclist2 li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .anclist2 li:nth-child(1) {
    margin-left: 0;
  }
  .anclist2 li:nth-child(1) a::before {
    content: url("/lp/wp/img/ico-arrow1-w.png");
    display: inline-block;
    width: 35px;
    height: 43px;
    position: absolute;
    top: 1em;
    left: 1em;
  }
  .anclist2 li:nth-child(2) a::before {
    content: url("/lp/wp/img/ico-arrow1-w.png");
    display: inline-block;
    width: 35px;
    height: 43px;
    position: absolute;
    top: 1em;
    left: 1em;
  }
  .anclist2 li:nth-child(3) a::before {
    content: url("/lp/wp/img/ico-arrow1-w.png");
    display: inline-block;
    width: 35px;
    height: 43px;
    position: absolute;
    top: 1em;
    left: 1em;
  }
  .anclist3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .anclist3 li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .anclist3 li:nth-child(1) {
    margin-left: 0;
  }
  .feeplan {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .feeplan li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .feeplan 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;
  }
  .travelplan {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .travelplan li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .travelplan 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;
  }
  #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;
  }
  .otokuplanlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .otokuplanlist li {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .otokuplanlist li img {
    margin-bottom: 0.5em;
  }
  .otokuplanlist li:nth-child(1) {
    margin-bottom: 2em;
  }
  .bnr_hover a .bnrtxt {
    top: 10%;
  }
  .bnr_hover a {
    max-width: 100%;
    height: 18em;
  }
  #article .bnr_hover p.maintxt {
    font-size: 1.9em;
    text-shadow: 2px 4px 6px #004b83;
    margin-bottom: 0.5em;
    width: 98%;
    line-height: 1.4;
  }
  #article .bnr_hover p.subtxt {
    margin-bottom: 0;
    font-size: 1em;
    margin-bottom: 1em;
    letter-spacing: 0;
    width: 98%;
    line-height: 1.4;
  }
}
@media screen and (min-width:751px) and (max-width:1200px) { /* tb + pc narrow */
  .ancbtn, a.ancbtn {
    font-size: 11px;
  }
  .bnr_hover a {
    max-width: 100%;
  }
  #article .bnr_hover p.maintxt {
    font-size: 2.1em;
    text-shadow: 2px 4px 6px #004b83;
    margin-bottom: 0.5em;
    width: 98%;
    line-height: 1.4;
  }
  .bnr_hover .subtxt {
    margin-bottom: 2em;
  }
  .col3 > li img {
    width: 100%;
    height: auto;
  }
  .otokuplanlist li {
    width: 45% !important;
    font-size: 100%;
    line-height: 1.8;
  }
  #article .youtubelist li {
    width: 45% !important;
    font-size: 100%;
    line-height: 1.8;
  }
  a.btn-plan-s {
    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 1em;
    width: 90%;
    padding: 0.5em 0.25em;
  }
}
/************************************
** 棒グラフ
************************************/
.percentage-bar-wrap {
  width: 100%;
  /*max-width: 860px;*/
  margin: 0 auto 4.5em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.percentage-bar.bar2:before {
  content: "";
  position: absolute;
  top: 4.5em;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #3db3ea;
}
.percentage-bar.bar4:before {
  content: "";
  position: absolute;
  top: 4.5em;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #3db3ea;
}
.percentage-bar.bar5:before {
  content: "";
  position: absolute;
  top: 4.5em;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #3db3ea;
}
.percentage-bar-wrap > div:last-child {
  margin-right: 0;
}
.percentage-bar {
  height: 5em;
  margin-right: 2px;
  max-width: 800px;
  margin: 0 auto 10px auto;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 3;
}
.percentage-bar::after {
  content: '';
  background: #3ca3f1;
  height: 5em;
  transition: 0.7s;
  display: block;
  width: 100%;
  -webkit-animation: bar-before 1 1.8s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.percentage-bar-num {
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
}
.percentage-bar-item1 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: 6rem;
  left: 1rem;
  background: #3db3ea;
  border-radius: 4px;
  padding: 0.5em 0.5em;
  width: 90%;
  font-size: 90%;
}
.percentage-bar-item2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: 6rem;
  left: 51%;
  background: #3db3ea;
  border-radius: 4px;
  padding: 0.5em 1em;
  width: 45%;
}
@media screen and (max-width: 750px) { /*SP*/
  .percentage-bar-wrap {
    width: 700px;
  }
  .percentage-bar {
    font-size: 14px;
  }
  .percentage-bar-item1 {
    font-size: 10px;
    top: 5.5rem;
    left: 0.15rem;
    width: 93%;
  }
  .percentage-bar-item2 {
    font-size: 10px;
    position: absolute;
    top: 5.4rem;
    left: 350px;
    width: 320px;
  }
}
.percentage-bar.bar1 {
  flex: 50;
  min-width: 350px;
  max-width: 485px;
}
.percentage-bar.bar2 {
  flex: 35;
}
.percentage-bar.bar3 {
  flex: 50;
  min-width: 300px;
  max-width: 485px;
}
.percentage-bar.bar4 {
  flex: 35
}
.percentage-bar.bar5 {
  flex: 15
}
.percentage-bar.bar6 {
  flex: 15
}
.percentage-bar.bar1::after {
  background: #ffa600;
}
.percentage-bar.bar2::after {
  background: #aad3ff;
}
.percentage-bar.bar3::after {
  background: #ffa600;
}
.percentage-bar.bar4::after {
  background: #aad3ff;
}
.percentage-bar.bar5::after {
  background: #c6e2ff;
}
.percentage-bar.bar6::after {
  background: #fff5e3;
}
.percentage-bar .bartxt1 {
  z-index: 3;
  position: relative;
  margin-top: 0.8em;
  display: block;
}
.percentage-bar .bartxt2 {
  z-index: 3;
  position: relative;
  margin-top: 0.8em;
  display: block;
  color: #3b71ab;
}
.percentage-bar .bartxt3 {
  z-index: 3;
  position: relative;
  margin-top: 0.8em;
  display: block;
}
.percentage-bar .bartxt4 {
  z-index: 3;
  position: relative;
  margin-top: 0.8em;
  display: block;
  color: #3b71ab;
}
.percentage-bar .bartxt5 {
  margin-top: 1.2em;
  z-index: 3;
  position: relative;
  font-size: 11px;
  color: #3b71ab;
  display: block;
}
@-webkit-keyframes bar-before {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
img.br6 {
  border-radius: 6px;
}
.gmap {
  height: 240px;
  overflow: hidden;
  padding-bottom: 20%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.staff-box {
  background: #ffdebc;
  padding: 2em;
  border-radius: 6px;
}