@charset "UTF-8";

/* main */
.main {
  position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../img/about/top.jpg);
	background-size: cover;
	background-position: center;
}
.main-box {
	width: 90%;
	height: auto;
	position: absolute !important;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: 50%;
	margin: 60px 0 0 0;
}
.main-title {
  width: 290px;
  height: auto;
  margin: 0 auto;
}
.main-txt {
	font-size: 1.5em;
  line-height: 30px;
	text-align: center;
	color: #fff;
	padding: 30px 0 0 0;
}

/* linkArea */
#sec_about {
  margin-top: -100px;
  padding-top: 100px;
}
#sec_price {
  margin-top: -100px;
  padding-top: 100px;
}
#sec_note {
  margin-top: -100px;
  padding-top: 100px;
}
.linkArea-wrap {
  padding: 60px 0;
}
.linkArea {
  box-sizing: border-box;
  width: 90%;
  max-width: 1100px;
  border-top: none;
  border-right: 1px solid #7dc3f0;
  border-bottom: none;
  border-left: none;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.ul-3 li {
  width: 33.3%;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
  text-align: center;
  padding: 15px 20px 15px 0;
  box-sizing: border-box;
}
.ul-3 li a {
  color: #7dc3f0;
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
}
.ul-3 li a:after {
  content: "";
  border-top: 2px solid #7dc3f0;
  border-right: 2px solid #7dc3f0;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -8px;
}

/* common */
.inner-title {
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  color: #1e1e1e;
}
.inner-title-w {
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.inner-title-w-sub {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 15px 0 0 0;
}

/* merit */
.merit {
	width: 100%;
  height: auto;
  padding: 60px 0;
}
.merit-ul {
  width: 94%;
  max-width: 1120px;
  text-align: center;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.merit-ul li {
  box-sizing: border-box;
  width: 18%;
	border-top: 4px solid #7dc3f0;
	border-bottom: 4px solid #7dc3f0;
  margin: 20px 1% 0 1%;
	padding: 15px 0;
}
.merit-ul li:last-child {
  width: 18%;
  height: auto;
  letter-spacing: normal;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
	border-top: 4px solid #7dc3f0;
	border-bottom: 4px solid #7dc3f0;
  margin: 20px 1% 0 1%;
	padding: 15px 0;
}
.merit-img {
  width: 101px;
  height: auto;
  margin: 0 auto;
}
.merit-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #1e1e1e;
  padding: 20px 0 0 0;
}
.merit-txt {
  font-size: 1.2em;
  line-height: 19px;
  color: #1e1e1e;
}
.merit-hr {
  border-top: 1px solid #7dc3f0;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 15px 0;
}

/* point */
.point {
	width: 100%;
  height: auto;
  background: #d9dee3;
  padding: 60px 0;
}
.point-ul {
  width: 90%;
  max-width: 1100px;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.point-ul li {
  box-sizing: border-box;
  border: 2px solid #7dc3f0;
	background: #fff;
  padding: 25px;
}
.point-li-1 {
  width: 49%;
  margin: 0;
}
.point-li-2 {
  width: 49%;
  margin: 0 0 0 2%;
}
.point-li-3 {
  width: 49%;
  margin: 2% 0 0 0;
}
.point-li-4 {
  width: 49%;
  margin: 2% 0 0 2%;
}
.point-img {
  width: 100%;
  max-width: 350px;
}
.point-txt {
  font-size: 1.3em;
  line-height: 22px;
  padding: 20px 0 0 0;
}
.point-table {
  font-size: 1.2em;
  line-height: 18px;
  color: #707070;
  margin: 15px 0 0 0;
}

/* facilities */
.facilities {
	width: 100%;
  height: auto;
  padding: 60px 0;
	background-image: url(../img/about/faciliti.jpg);
  background-size: cover;
  background-position: center;
}
.facilities-txt {
	color: #fff;
	font-size: 1.5em;
	line-height: 20px;
	text-align: center;
	padding: 0;
}
.facilities-ul {
  width: 90%;
  max-width: 800px;
  height: auto;
  margin: 20px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.facilities-ul li {
  width: 18%;
  height: auto;
  letter-spacing: normal;
  margin: 20px 1% 0 1%;
}
.facilities-img {
	width: 100%;
	height: auto;
}

/* plan */
.plan {
  width: 100%;
  margin: 0;
  padding: 60px 0 0 0;
}
.plan-sub {
  width: 100%;
  margin: 0 auto;
  padding: 150px 0 0 0;
}
.plan-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #1e1e1e;
  padding: 40px 0 0 0;
}
.plan-txt-box {
  width: 90%;
  margin: 0 auto;
}
.plan-txt-1 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding: 40px 0 0 0;
}
.plan-txt-2 {
  font-size: 1.4em;
  line-height: 22px;
  text-align: center;
  margin: auto;
  padding: 0;
}
.plan-txt-2 a {
  color: #7dc2ef;
  font-weight: bold;
  text-decoration: underline;
}
.plan-hr {
  width: 100%;
  border-top: 1px solid #939393;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 50px auto;
}
.plan-table-1 {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 40px auto 20px auto;
}
.plan-table-1 td {
  box-sizing: border-box;
  width: 50%;
  height: auto;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #7dc3f0;
  padding: 25px 10px;
}
.plan-table-1-td-a {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
  background: #1e1e1e;
}
.plan-table-1-td-a span {
  font-size: 1.3em;
  font-weight: bold;
  color: #7dc3f0;
}
.plan-table-1-td-b {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
  background: #7dc3f0;
}
.plan-table-1-td-b span {
  font-size: 1.3em;
  font-weight: bold;
  color: #1e1e1e;
}
.plan-table-1-txt-a {
  font-size: 1.6em;
  font-weight: bold;
  color: #1e1e1e;
}
.plan-table-1-txt-a span {
  font-size: 1em;
  font-weight: bold;
  color: #7dc3f0;
  background: #1e1e1e;
  border-radius: 15px;
  padding: 5px 12px;
}
.plan-table-1-txt-b {
  font-size: 1.5em;
  color: #1e1e1e;
  padding: 22px 0 0 0;
}
.plan-table-1-txt-b span {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  background: #7dc3f0;
  border-radius: 15px;
  padding: 5px 12px;
}
.plan-table-1-txt-c {
  font-size: 1.2em;
  color: #7dc3f0;
  padding: 20px 0 0 0;
}
.plan-table-1-txt-d {
  font-size: 1.6em;
  font-weight: bold;
  color: #1e1e1e;
}
.plan-table-1-txt-d span {
  font-size: 1em;
  font-weight: bold;
  color: #1e1e1e;
  background: #7dc3f0;
  border-radius: 15px;
  padding: 5px 12px;
}
.plan-option {
  width: 90%;
  max-width: 1100px;
  height: auto;
  margin: 40px auto 50px auto;
}
.plan-option-g {
  width: 100%;
  background-color: #d9dee3;
  padding: 0 0 50px 0;
}
.plan-option-g-inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.plan-option-title {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: #7dc3f0;
  border-radius: 20px;
  padding: 8px 20px;
}
.plan-option-txt {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  margin: 30px 0 0 0;
  padding: 8px 20px;
}
.bg-b {
  color: #fff;
  background-color: #7dc3f0;
}
.bg-g {
  color: #fff;
  background-color: #939393;
}
.plan-facility {
  width: 100%;
  margin: 30px auto 0 auto;
}
.plan-facility-l {
  width: 48%;
  margin: 0;
  float: left;
}
.plan-facility-r {
  width: 48%;
  margin: 0;
  float: right;
}
.plan-facility-p {
  font-size: 1.6em;
  text-align: center;
  padding: 20px 0 0 0;
}
.plan-facility-p-b {
  font-size: 1.6em;
  text-align: center;
  padding: 20px 0 50px 0;
}
.plan-option-hr {
  width: 100%;
  border-top: 1px solid #fff;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 50px auto;
}
.plan-option-title-sub {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #7dc3f0;
  background: #1e1e1e;
  border-radius: 20px;
  margin: 50px 0 0 0;
  padding: 8px 20px;
}
.plan-option-txt-sub {
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #1e1e1e;
  background: #fff;
  border-radius: 20px;
  margin: 10px 0 0 0;
  padding: 8px 20px;
}
.plan-option-txt-sub span {
  font-size: 0.8em;
  font-weight: bold;
}
.plan-table-2 {
  width: 100%;
  margin: 30px auto 0 auto;
}
.plan-table-2 td {
  font-size: 1.5em;
  line-height: 22px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #fff;
  padding: 20px 0;
}
.plan-table-2 td span {
  font-size: 0.8em;
}
.bg-w {
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
}
.txt-r {
  text-align: right;
}
.plan-option-txt-1 {
  font-size: 1.3em;
  line-height: 20px;
  text-align: center;
  margin: 30px 0 0 0;
}
.plan-option-txt-1 a {
  color: #7dc3f0;
  font-weight: bold;
  text-decoration: underline;
}
.plan-option-txt-2 {
  font-size: 1.3em;
  line-height: 20px;
  text-align: center;
  margin: 10px 0 0 0;
}
.plan-option-txt-2 a {
  color: #7dc3f0;
  font-weight: bold;
  text-decoration: underline;
}
.plan-example {
  width: 100%;
  background-color: #d9dee3;
}
.plan-example-inner {
  width: 90%;
  max-width: 1100px;
  border-top: 1px solid #fff;
  margin: 0 auto;
  padding: 60px 0;
}
.plan-example-title {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: #7dc3f0;
  border-radius: 20px;
  padding: 8px 20px;
}
.plan-example-txt {
  font-size: 1.6em;
  text-align: center;
  line-height: 28px;
  padding: 30px 0 0 0;
}
.plan-example-txt span {
  font-size: 1.4em;
  font-weight: bold;
  color: #7dc2ef;
}
.plan-example-img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 30px auto 0 auto;
}
.plan-example-img:last-child {
  margin: 30px auto 50px auto;
}
.plan-example-txt-sub {
  font-size: 1.3em;
  text-align: center;
  line-height: 28px;
  padding: 30px 0 50px 0;
}
.membership-hr {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #7dc3f0;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.plan-aco-wrap {
  width: 100%;
  border-top: 1px solid #7dc3f0;
  border-bottom: 1px solid #7dc3f0;
  margin: 40px auto 0 auto;
}
.plan-aco-ttl {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
.plan-aco-wrap .plan-aco-ttl:after {
  content: "＋";
  position: absolute;
  right: 30px;
}
.plan-aco-wrap.open .plan-aco-ttl:after {
  content: "－";
}
.plan-aco-wrap .plan-aco-inner {
  display: none;
}

/* condition */
.condition {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.condition-txt {
  font-size: 1.5em;
  line-height: 25px;
  text-align: center;
  margin: 40px auto 0 auto;
  padding: 0 20px;
}
.condition-table {
  width: 90%;
  max-width: 1100px;
  margin: 40px auto 0 auto;
}
.condition-table td {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  border: 2px solid #7dc3f0;
  padding: 20px 10px;
}
.condition-td {
  font-size: 1.1em;
  background-color: #7dc3f0;
}
.condition-tdl {
  background-color: #fff;
}
.condition-tdr {
  background-color: #fff;
}

/* flow */
.flow {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-image: url(../img/about/flow.jpg);
  background-size: cover;
  background-position: center;
}
.flow-ul {
  width: 90%;
  text-align: center;
  margin: 50px auto 0 auto;
  display: flex;
}
.flow li {
  width: 31.3%;
  box-sizing: border-box;
  margin: 0 20px;
}
.flow-img {
  width: 140px;
  height: auto;
  margin: 0 auto;
}
.flow-title {
  font-size: 1.7em;
  font-weight: bold;
  color: #fff;
  padding: 20px 0 0 0;
}
.flow-txt {
  font-size: 1.4em;
  line-height: 1.6;
  color: #fff;
}
.flow-hr {
  border-top: 2px solid #7dc3f0;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 15px 0;
}
.flow-btn {
  display: flex;
  align-items: center;
  text-align: center;
  width: 250px;
  height: auto;
  margin: 50px auto 0 auto;
}
.flow-btn a {
  background-color: #7dc3f0;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 6px;
  padding: 25px 0;
  position: relative;
}
.flow-btn a:after {
  content: "";
  border-top: 2px solid #1e1e1e;
  border-right: 2px solid #1e1e1e;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.flow-br {
  display: block;
}

/* qa */
.qa {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
.qa-sub {
  width: 100%;
  margin: 0 auto;
  padding: 150px 0 50px;
}
.qa_box {
  width: 90%;
  max-width: 1100px;
  margin: 30px auto 0 auto;
}
.title-sub {
  font-size: 1.4em;
  text-align: center;
  padding: 30px 0 0 0;
}
.qaBlock {
  margin-top: -120px;
  padding-top: 120px;
  padding-bottom: 30px;
}
.secTitle {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding: 60px 0 30px;
}
.acoBox {
  border-bottom: 2px solid #707070;
  margin: 0 auto;
}
.acoBox .ttl {
  font-size: 1.8em;
  line-height: 1.6;
  font-weight: bold;
  padding: 30px 90px 30px 70px;
  cursor: pointer;
  position: relative;
}
.acoBox .ttl:before {
  content: "";
  background-image: url(../img/qa/qa_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.acoBox .ttl:after {
  content: "＋";
  font-size: 2em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -30px;
}
.acoBox.open .ttl:after {
  content: "－";
}
.acoBox .boxInner {
  display: none;
  font-size: 1.6em;
  line-height: 1.6;
  margin: 10px auto 0;
  padding: 7px 90px 30px 70px;
  position: relative;
}
.acoBox .boxInner:before {
  content: "";
  background-image: url(../img/qa/qa_icon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.acoBox .boxInner a {
  color: #7dc3f0;
  font-weight: bold;
  text-decoration: underline;
}
.acoBox .boxInner a:hover {
  text-decoration: none;
}
.acoBox .boxInner span {
  font-weight: bold;
}
.acoBox .txtin1em {
  padding-left: 1em;
}
.acoBox .txtin1em li {
  text-indent: -1em;
  padding-left: 1em;
}
.copy-click {
  font-weight: normal !important;
  color: #7dc3f0;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.tooltip::after {
  content: "コピー完了";
  background: #555;
  display: inline-block;
  color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translate(-50%, 0);
  font-size: 0.75rem;
  padding: 4px 10px 6px 10px;
  animation: fade-tooltip 0.5s 1s 1 forwards;
}
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}

@media screen and (max-width:1180px) {
  /* flow */
  .flow-br {
    display: none;
  }
}

@media screen and (max-width:1000px) {
  /* point */
  .point-ul {
    width: 90%;
    display: block;
  }
  .point-ul li {
    width: 100%;
  }
  .point-li-1 {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .point-li-2 {
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
  }
  .point-li-3 {
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
  }
  .point-li-4 {
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
  }
  .point-li-5 {
    width: 100%;
    height: auto;
    margin: 30px 0 0 0;
  }
  .point-img-5-wrap {
    width: auto;
    float: none;
  }
  .point-txt-5-wrap {
    width: auto;
    float: none;
  }
  .point-txt-5 {
    padding: 20px 0 0 0;
  }
  /* plan */
  .plan-box {
    width: 90%;
  }
}

@media screen and (max-width:980px) {
  /* linkArea */
  .linkArea {
    border-top: 1px solid #7dc3f0;
    border-right: none;
    border-bottom: none;
    border-left: none;
    display: block;
  }
  .ul-3 li {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #7dc3f0;
    border-left: none;
    width: 100%;
    padding: 15px 0 15px 0;
  }
  .ul-3 li a {
    font-size: 1.3em;
  }
  .merit-ul {
    width: 94%;
    margin: 20px auto 0 auto;
  }
  .merit-ul li {
    width: 29.3%;
    border-top: 3px solid #7dc3f0;
    border-bottom: 3px solid #7dc3f0;
    margin: 30px 2% 0 2%;
  }
  .merit-ul li:last-child {
    width: 29.3%;
    border-top: 3px solid #7dc3f0;
    border-bottom: 3px solid #7dc3f0;
    margin: 30px 2% 0 2%;
  }
}

@media screen and (max-width:640px) {
  /* main */
  .main-box {
    margin: 30px 0 0 0;
  }
  .main-title {
    width: 250px;
  }
  .main-txt {
    font-size: 1.3em;
    line-height: 28px;
  }
  /* linkArea */
  #sec_about {
    margin-top: -50px;
    padding-top: 50px;
  }
  #sec_price {
    margin-top: -50px;
    padding-top: 50px;
  }
  #sec_note {
    margin-top: -50px;
    padding-top: 50px;
  }
  /* common */
  .inner-title {
    font-size: 2.0em;
  }
  .inner-title-w {
    font-size: 2.0em;
  }
  .inner-title-w-sub {
    font-size: 1.4em;
  }
  /* merit */
  .merit-ul {
    width: 200px;
    border-bottom: none;
    margin: 40px auto 0 auto;
    display: flex;
  }
  .merit-ul li {
    width: 200px;
    border-bottom: none;
    margin: 0;
  }
  .merit-ul li:last-child {
    width: 200px;
    margin: 0;
  }
  .merit-img {
    width: 101px;
    height: auto;
    margin: 0 auto;
  }
  .merit-title {
    font-size: 1.4em;
    font-weight: bold;
    color: #1e1e1e;
    padding: 20px 0 0 0;
  }
  .merit-txt {
    font-size: 1.2em;
    line-height: 1.6;
    color: #1e1e1e;
  }
  /* point */
	.point-ul {
    width: 90%;
  }
  .point-ul li {
    width: 100%;
    height: auto;
    padding: 25px 20px;
  }
  .point-txt {
    font-size: 1.2em;
    line-height: 20px;
  }
  .point-txt-5 {
    font-size: 1em;
    line-height: 18px;
  }
  .point-li-1 {
    margin: 0;
  }
  .point-li-2 {
    margin: 30px 0 0 0;
  }
  .point-li-3 {
    margin: 30px 0 0 0;
  }
  .point-li-4 {
    margin: 30px 0 0 0;
  }
  .point-li-5 {
    margin: 30px 0 0 0;
  }
  .point-img-1 {
    height: 60px;
  }
  .point-img-1 img {
    height: 60px;
  }
  .point-img-2 {
    height: 60px;
  }
  .point-img-2 img {
    height: 60px;
  }
  .point-img-3 {
    height: 60px;
  }
  .point-img-3 img {
    height: 60px;
  }
  .point-img-4 {
    height: 60px;
  }
  .point-img-4 img {
    height: 60px;
  }
  .point-img-5 {
    height: 60px;
  }
  .point-img-5 img {
    height: 60px;
  }
  /* facilities */
  .facilities-txt {
		color: #fff;
		font-size: 1.3em;
	}
  .facilities-ul {
    width: 90%;
    margin: 30px auto 0 auto;
  }
  .facilities-ul li {
    width: 40%;
    margin: 20px 5% 0 5%;
  }
  /* plan */
  .plan-txt-1 {
    font-size: 1.5em;
  }
  .plan-txt-2 {
    font-size: 1.2em;
  }
  .plan-table-1-td-a {
    font-size: 1.2em;
  }
  .plan-table-1-td-b {
    font-size: 1.2em;
  }
  .plan-table-1-txt-a {
    font-size: 1.3em;
    line-height: 28px;
  }
  .plan-table-1-txt-b {
    font-size: 1.2em;
    padding: 5px 0 0 0;
  }
  .plan-table-1-txt-c {
    font-size: 1.1em;
    line-height: 16px;
    padding: 10px 0 0 0;
  }
  .plan-table-1-txt-d {
    font-size: 1.1em;
    line-height: 28px;
  }
  .plan-table-1-txt-d span {
    font-size: 1.2em;
    line-height: 28px;
  }
  .plan-option-title {
    font-size: 1.5em;
  }
  .plan-option-txt {
    font-size: 1.3em;
  }
  .plan-facility-l {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  .plan-facility-r {
    width: 90%;
    margin: 30px auto 0 auto;
    float: none;
  }
  .plan-facility-p {
    font-size: 1.3em;
    padding: 15px 0 0 0;
  }
  .plan-facility-p-b {
    font-size: 1.3em;
    padding: 15px 0 40px 0;
  }
  .plan-option-title-sub {
    font-size: 1.5em;
  }
  .plan-option-txt-sub {
    font-size: 1.3em;
  }
  .plan-table-2 {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .plan-table-2 td {
    font-size: 1em;
    line-height: 16px;
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 10px 10px;
  }
  .plan-table-2 td span {
    font-size: 0.8em;
  }
  .txt-r {
    text-align: right;
  }
  .plan-option-txt-1 {
    font-size: 1.1em;
    line-height: 20px;
  }
  .plan-option-txt-2 {
    font-size: 1.1em;
    line-height: 20px;
  }
  .plan-example-title {
    font-size: 1.5em;
  }
  .plan-example-txt {
    font-size: 1.3em;
  }
  .plan-example-txt span {
    font-size: 1.3em;
  }
  .plan-example-txt-sub {
    font-size: 1.1em;
    padding: 30px 0 40px 0;
  }
  .plan-aco-wrap {
    margin: 30px auto 0 auto;
  }
  .plan-aco-ttl {
    font-size: 1.4em;
    padding: 15px 0;
  }
  /* condition */
  .condition-txt {
    font-size: 1.2em;
    line-height: 23px;
    padding: 0;
  }
  .condition-table td {
    font-size: 1.3em;
  }
  /* flow */
  .flow-title {
    font-size: 1.5em;
  }
  .flow-txt {
    font-size: 1.3em;
  }
  .flow-ul {
    width: 90%;
    height: auto;
    text-align: center;
    margin: 20px auto 0 auto;
    display: block;
  }
  .flow-ul li {
    width: 80%;
    margin: 30px auto 0 auto;
  }
  .flow-btn {
    width: 230px;
  }
  /* qa */
  .qaBlock {
    margin-top: -120px;
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .secTitle {
    font-size: 2em;
    padding: 50px 0 20px;
  }
  .acoBox {
    border-bottom: 2px solid #707070;
    margin: 0 auto;
  }
  .acoBox .ttl {
    font-size: 1.3em;
    padding: 20px 50px 20px 50px;
  }
  .acoBox .ttl:before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .acoBox .ttl:after {
    font-size: 1.5em;
    right: 20px;
    margin-top: -15px;
  }
  .acoBox .boxInner {
    font-size: 1.2em;
    line-height: 1.6;
    margin: 10px auto 0;
    padding: 7px 10px 30px 50px;
    position: relative;
  }
  .acoBox .boxInner:before {
    width: 30px;
    height: 30px;
  }
  .tooltip::after {
    padding: 4px 4px 6px 4px;
  }
}
