@charset "utf-8";

.innerTitle {
  display: inline-block;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  background-color: #ff6600;
  border-radius: 50px;
  padding: 15px 40px;
  margin-bottom: 50px;
}
.innerTitle02 {
  display: inline-block;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  background-color: #ff6600;
  border-radius: 50px;
  padding: 14px 50px 12px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .innerTitle,
  .innerTitle02 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 20px 10px;
    margin-bottom: 20px;
  }
  
}
/* -------------------------------------
  mv
----------------------------------------*/
#mv {
  background-image: url(../img/top/mvbg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 630px;
  overflow: hidden;
}
#mv h1 {
  float: right;
  padding-top: 150px;
  padding-right: 10%;
}
@media screen and (max-width: 767px) {
  #mv {
    height: auto;
    background-image: url(../img/top/mvbg_sp.jpg);
  }
  #mv h1 {
    float: none;
    text-align: center;
    padding: 120px 0 50px;
  }
  #mv h1 img {
    width: 347px;
    margin: auto;
  }
}

/* -------------------------------------
  support
----------------------------------------*/
#support {
  background-image: url(../img/top/contentbg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 492px;
}
#support h2 {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  #support {
    background-image: url(../img/top/contentbg_sp.jpg);
    background-position: right top;
    height: auto;
  }
  #support h2 {
    padding: 20px 0;
  }
  #support h2 img {
    width: 240px;
  }
}

/* -------------------------------------
  recommend
----------------------------------------*/
#recommend {
  padding: 50px 0;
}
#recommend .recommend_inner {
  position: relative;
  text-align: center;
  width: 850px;
  margin: 0 auto 120px;
  background-color: #f0f0f0;
  padding: 64px 25px 30px 35px;
  border-radius: 10px;
  box-sizing: border-box;
}
#recommend dd li {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
  letter-spacing: -0.02em;
  background-image: url(../img/top/check.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  padding: 0 0 30px 55px;
}
#recommend .illust {
  position: absolute;
  right: 50px;
  bottom: -65px;
}
@media screen and (max-width: 767px) {
  #recommend {
    max-width: 92%;
    padding: 20px 4%;
  }
  #recommend .recommend_inner {
    width: auto;
    padding: 20px;
  }
  #recommend dd li {
    font-size: 16px;
    font-size: 1.6rem;
    background-size: 20px;
    background-position: left top;
    padding: 0 0 20px 30px;
  }
  #recommend .illust {
    width: 150px;
    right: 0;
  }
}
/* -------------------------------------
  security
----------------------------------------*/
#security>div {
  padding: 80px 0 20px;
}
#security .securityContent {
  margin-bottom: 80px;
}
#security .securityImage {
  float: left;
  text-align: center;
}
#security .securityDetail {
  width: 558px;
  float: right;
}
#security .securityDetail dt {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  color: #ff6600;
  padding-bottom: 15px;
}
#security .securityDetail dt span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  vertical-align: middle;
  padding: 0 0 0 20px;
}
#security .securityDetail dd .list {
  margin: 20px 0;
  
}
#security .securityDetail dd .list:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ff6600;
  margin-right: 10px;
}
#security .securityDetail dd .listText {
  line-height: 2.0;
  padding: 10px 0 30px;
}
#security .securityDetail .textInd {
  line-height: 2.0;
  text-indent: -2em;
  padding-left: 3.25em;
}
#security .securityDetail .note {
  font-size: 14px;
  font-size: 1.4rem;
}
#security .securityInner {
  text-align: center;
}
.securityInner>div>div {
  width: 50%;
  float: left;
  text-align: left;
  padding: 0 55px;
  box-sizing: border-box;
  border-right: 1px solid #ff6600;
}
.securityInner>div>div+div {
  float: right;
  border-right: none;
}
.securityInner .securityTitle {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #ff6600;
  text-align: center;
  margin-bottom: 40px;
}
.securityInner dl+dl {
  margin-top: 60px;
}
.securityInner dt {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 12px;
}
.securityInner dt span {
  font-size: 18px;
  font-size: 1.8rem;
}
.securityInner dt:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ff6600;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
}
.securityInner dd {
  line-height: 2.0;
  padding-left: 1em;
}
.securityInner .linkText {
  padding: 10px 0 0 1em;
}
.securityInner .note {
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  #security>div {
    padding: 30px 0 20px;
  }
  #security .securityImage {
    float: none;
  }
  #security .securityDetail {
    width: auto;
    float: none;
    padding: 20px 0 0;
  }
  #security .securityDetail dt {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    padding-bottom: 10px;
  }
  #security .securityDetail dt span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 10px;
  }
  #security .securityDetail dd .list {
    margin: 10px 0;
    line-height: 1.6;
  }
  #security .securityDetail dd .listText {
    padding-bottom: 10px;
    line-height: 1.6;
  }
  #security .securityContent {
    margin-bottom: 40px;
  }
  #security .securityDetail .note {
    line-height: 1.4;
  }
  .securityInner>div>div {
    width: 100%;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid #ff6600;
  }
  .securityInner .securityTitle {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .securityInner dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .securityInner dl+dl {
    margin-top: 30px;
  }
  .securityInner .note {
    padding-top: 20px;
    line-height: 1.6;
    text-align: left;
  }
}
/* -------------------------------------
  cost
----------------------------------------*/
#cost>div {
  padding: 80px 0 20px;
}
#cost .member {
  margin-bottom: 85px;
}
#cost .member:last-child {
  margin-bottom: 0;
}
#cost .tableName {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #ff6600;
  padding-bottom: 20px;
}
#cost .tableName span {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  vertical-align: middle;
}
#cost .memberTable ul,
#cost .memberTable dl {
  display: table;
  width: 100%;
}
#cost .memberTable li,
#cost .memberTable dt,
#cost .memberTable dd {
  display: table-cell;
  width: 33.3333%;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
}
#cost .memberTable {
  border-top: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
}
#cost .memberTable li,
#cost .memberTable dt {
  font-weight: 600;
}
#cost .memberTable dt {
  background-color: #f9edd1;
}
#cost .memberTable li,
#cost .memberTable .price dt,
#cost .memberTable .price dd {
  background-color: #f9cf73;
}
#cost .memberTable .price dd {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}
#cost .note {
  padding-top: 28px;
}
#cost .note+.note {
  padding-top: 18px;
}
#cost .note span {
  color: #ff3333;
}
#cost .memberTable02 {
  border: 1px solid #c3c3c3;
  text-align: center;
}
#cost .memberTable02 dt {
  font-weight: 600;
  background-color: #f9cf73;
  padding: 20px;
  border-bottom: 1px solid #c3c3c3;
}
#cost .memberTable02 dd {
  font-weight: 600;
  line-height: 2.5;
  padding: 10px 0 15px;
}
#cost .memberTable02 dd span {
  display: block;
}
#cost .memberText,
#cost .memberText li {
  line-height: 2.0;
}
#cost .memberPrice {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 40px 0 10px;
}
#cost .memberPrice:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ff6600;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #cost>div {
    padding: 30px 0 20px;
  }
  #cost .tableName {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
  #cost .tableName span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #cost .memberTable .price dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #cost .member {
    margin-bottom: 40px;
  }
  #cost .note {
    line-height: 1.4;
  }
  #cost .memberPrice {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #cost .memberText, #cost .memberText li {
    line-height: 1.6;
  }
}
/* -------------------------------------
  flow
----------------------------------------*/
#flow>div {
  text-align: center;
  padding: 60px 0 20px;
}
#flow .flowFigure {
  position: relative;
  display: table;
  float: left;
  width: 234px;
  height: 115px;
  background-color: #f9cf73;
  border-radius: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}
#flow .flowFigure p {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.8;
  display: table-cell;
  vertical-align: middle;
  color: #8d6237;
}
#flow .flowFigure img {
  padding-top: 15px;
}
#flow .flowFigure img+p {
  padding-right: 15px;
}
#flow .flowText {
  float: right;
  width: 727px;
  text-align: left;
}
#flow .flowText p {
  line-height: 2.0;
}
#flow .flowList>li {
  padding-bottom: 77px;
}
#flow .flowList>li:last-child {
  padding-bottom: 30px;
}
#flow .flowFigure:before {
  content: "";
  position: absolute;
  top: 145px;
  left: 50%;
  margin-left: -15px;
  border: 18px solid transparent;
  border-top: 18px solid #ff6600;
}
#flow li:last-child .flowFigure:before {
  content: none;
}
#flow .flowText .linkText {
  text-align: right;
  padding-top: 1em;
}
#flow .flowInner {
  width: 850px;
  margin: 0 auto;
  background-color: #f0f0f0;
  text-align: left;
  padding: 45px 40px;
  margin-bottom: 50px;
  border-radius: 10px;
  box-sizing: border-box;
}
#flow .flowInner p {
  line-height: 2.0;
  letter-spacing: -0.03em;
  text-indent: -1em;
  padding-left: 1em;
}
#flow .conditions {
  width: 610px;
  margin: 0 auto 100px;
}
#flow .conditionsList {
  padding: 10px 0 0;
}
#flow .conditionsList li {
  text-align: left;
  padding-bottom: 12px;
}
#flow .conditionsList li>span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2.0rem;
  color: #fff;
  margin-right: 10px;
}
#flow .conditionsList li span span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 28px;
  height: 28px;
  background-color: #ff6600;
  border-radius: 50px;
}
#flow .conditionsList li p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.01em;
}
#flow .conditions .note {
  text-align: left;
  padding-left: 2em;
}
#flow .scheme .note {
  text-align: left;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 2.0;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #flow>div {
    padding: 30px 0 20px;
  }
  #flow .flowFigure {
    width: 60%;
    height: 80px;
    float: none;
    margin: auto;
  }
  #flow .flowText {
    width: 80%;
    margin: auto;
    float: none;
  }
  #flow .flowFigure:before {
    content: none;
  }
  #flow .flowList>li {
    position: relative;
    padding-bottom: 50px;
  }
  #flow .flowList>li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    border: 18px solid transparent;
    border-top: 18px solid #ff6600;
  }
  #flow li:last-child:before {
    content: none;
  }
  #flow .flowFigure p {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
  }
  #flow .flowFigure img {
    width: 60px;
    padding-top: 12px;
  }
  #flow .flowFigure img+p {
    text-align: left;
    padding-top: 5px;
  }
  #flow .flowText p {
    padding-top: 1em;
  }
  #flow .flowText .linkText {
    text-align: left;
  }
  #flow .flowInner {
    width: auto;
    padding: 15px;
    margin-bottom: 30px;
  }
  #flow .conditions {
    width: auto;
    margin: 0 auto 40px;
  }
  #flow .conditionsList li p {
    width: 85%;
    line-height: 1.4;
  }
  #flow .scheme {
    padding-bottom: 30px;
  }
  #flow .scheme .note {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
/* -------------------------------------
  company
----------------------------------------*/
#company>div {
  text-align: center;
  padding: 80px 0 20px;
}
#company ul {
  border: 1px solid #c3c3c3;
}
#company li {
  border-bottom: 1px solid #c3c3c3;
}
#company li:last-child {
  border-bottom: none;
}
#company li dl {
  display: table;
}
#company li dt,
#company li dd {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
  box-sizing: border-box;
}
#company li dt {
  width: 260px;
  background-color: #f9cf73;
  font-weight: 600;
  border-right: 1px solid #c3c3c3;
}
#company li dd {
  width: 740px;
  text-align: left;
  line-height: 2.0;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  #company>div {
    padding: 30px 0 20px;
  }
  #company li dl {
    display: block;
  }
  #company li dt {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  #company li dd {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
/* -------------------------------------
  blog
----------------------------------------*/
#blog>div {
  text-align: center;
  padding: 80px 0;
}
#blog ul {
  padding: 20px 0 68px;
}
#blog li {
  width: 280px;
  float: left;
  text-align: left;
  margin-right: 78px;
}
#blog li:last-child {
  margin-right: 0;
}
#blog .blogImage {
  width: 280px;
  height: 200px;
  margin: auto;
  overflow: hidden;
}
#blog .blogTitle {
  line-height: 1.8;
  padding: 1em 0;
}
#blog .category {
  float: left;
  color: #ff6600;
}
#blog .date {
  float: right;
}
@media screen and (max-width: 767px) {
  #blog>div {
    padding: 30px 0 20px;
  }
  #blog ul {
    padding-bottom: 20px;
  }
  #blog li {
    width: auto;
    float: none;
    margin: 0 0 40px;
  }
}