@charset "UTF-8";
/*============================
loading
============================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background-color: #fff;
}
.loader, .loader:after {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -30px;
}
.loader {
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #ff8e14;
  border-right: 5px solid #ff8e14;
  border-bottom: 5px solid #ff8e14;
  border-left: 5px solid #0c345a;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*============================
container
============================*/
.top_img {
  width: 100%;
  height: 650px;
  background: url(../images/home/top_img.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .top_img {
    height: 70vh;
    background-image: url(../images/home/top_img_sp.jpg);
    background-size: cover;
  }
}
@media only screen and (max-width: 614px) {
  .top_img p {
    padding-top: 42vh;
    width: 100%;
    background-image: url(../images/home/header/catch_sp.png);
    background-size: cover;
  }
}
@media (min-width: 615px) and (max-width: 768px) {
  .top_img p {
    padding-top: 50vh;
    width: 100%;
    background-image: url(../images/home/header/catch_sp.png);
    background-size: cover;
  }
}
.top_img .inner .catch {
  position: relative;
  top: 210px;
}
@media only screen and (max-width: 768px) {
  .top_img .inner .catch {
    top: 20vh;
  }
}
.top_img .inner .catch span.catch01 {
  background: url(../images/home/catch_02.png) no-repeat center center;
  padding-top: 52px;
  width: 604px;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: -55px;
  left: 0;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top_img .inner .catch span.catch01 {
    background: none;
    padding-top: 0%;
  }
}
.top_img .inner .catch span.lead_catch {
  background: url(../images/home/catch.png) no-repeat center center;
  padding-top: 190px;
  width: 676px;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top_img .inner .catch span.lead_catch {
    background: url(../images/home/catch_sp.png) no-repeat center center;
    padding-top: 34%;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
.top_img .inner::after {
  content: '';
  height: 190px;
  width: 120%;
  position: absolute;
  top: 210px;
  right: 300px;
  background: rgb(2, 56, 107);
  background: linear-gradient(135deg, rgba(2, 56, 107, 1) 55%, rgba(68, 147, 184, 1) 76%);
}
@media only screen and (max-width: 768px) {
  .top_img .inner::after {
    height: auto;
    width: auto;
    position: static;
    top: 0;
    right: 0;
    background: none;
  }
}
/* ボタン */
.bth_pos {
  position: absolute;
  top: 460px;
  left: 275px;
}
@media only screen and (max-width: 768px) {
  .bth_pos {
    position: relative;
    top: 58vh;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .btn01 a {
    width: 70%;
    height: 55px;
    font-size: 17px;
    letter-spacing: 2px;
    margin: auto;
    line-height: 3.4;
  }
}
/*============================
container
============================*/
.container {
  position: relative;
}
.primary {
  width: 100%;
  float: none;
}
/* .primary > article {
	padding: 50px 0 70px;
} */
/* .primary .inner {
	width: 980px;
	margin: auto;
} */
.link {
  padding-top: 30px;
}
.link a {
  width: 300px;
  margin: auto;
  display: block;
  padding: 20px 0;
  color: #fff;
  background: #000;
}
/*============================
about
============================*/
#aboutus {
  background-image: url(../images/home/bg_mirai1.png), url(../images/home/bg_mirai2.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain, contain;
  background-size: contain, contain;
  background-position: center center, left center;
  padding: 100px 0 100px;
}
@media only screen and (max-width: 768px) {
  #aboutus {
    background-image: url(../images/home/bg_mirai1_sp.png), url(../images/home/bg_mirai2_sp.png);
    padding: 60px 0 60px;
    background-size: cover, contain;
    background-position: center center, left -14vw bottom;
  }
}
#aboutus h3 {
  font-weight: bold;
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  #aboutus h3 {
    font-size: 20px;
  }
}
.titleLogo {
  background: url(../images/home/kizuna_icon.png);
  width: 180px;
  padding-top: 150px;
  height: 0;
  overflow: hidden;
  margin: 31px auto 40px;
}
@media only screen and (max-width: 768px) {
  .titleLogo {
    background: url(../images/home/kizuna_icon_sp.png);
    width: 144px;
    padding-top: 120px;
    height: 0;
    overflow: hidden;
    margin: 25px auto 25px;
    background-size: 100%;
  }
}
#aboutus p {
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #aboutus p {
    text-shadow: 6px 6px 10px rgb(191 191 191), 2px 2px 2px rgb(255 255 255);
    width: 90.625%;
    margin: auto;
    text-align: left;
  }
}
/*============================
help
============================*/
.primary > #help {
  padding: 0 0 0;
}
#help .bg {
  background: url(../images/home/bg_help.jpg)left center no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #help .bg {
    background: url(../images/home/bg_help.jpg)left 61% center no-repeat;
    background-size: cover;
  }
}
#help .bg::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 140px 0 140px;
  border-color: #ededed transparent transparent transparent;
  position: absolute;
  left: 39vw;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  #help .bg::after {
    left: 32.5vw;
    border-width: 7vw 18vw 0 18vw;
  }
}
.helpBox {
  display: flex;
  justify-content: center;
  padding: 80px 0 60px;
}
@media only screen and (max-width: 768px) {
  .helpBox {
    display: block;
    text-align: left;
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .helpBox ul {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
}
#help li {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 9px 10px 7px -8px rgb(0 0 0 / 42%);
}
#help li:nth-of-type(1) {
  width: 450px;
}
@media only screen and (max-width: 768px) {
  #help li:nth-of-type(1) {
    width: 100%;
    text-align: center;
  }
}
#help li:nth-of-type(2) {
  width: 330px;
}
@media only screen and (max-width: 768px) {
  #help li:nth-of-type(2) {
    width: 100%;
    text-align: center;
  }
}
#help li:nth-of-type(3) {
  width: 333px;
}
@media only screen and (max-width: 768px) {
  #help li:nth-of-type(3) {
    width: 100%;
    text-align: center;
  }
}
#help li:nth-of-type(4) {
  width: 360px;
}
@media only screen and (max-width: 768px) {
  #help li:nth-of-type(4) {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .helpManImg {
    width: 37%;
    margin: 15px auto auto;
  }
}
#help .bg2 {
  background: url(../images/home/bg_help2.jpg)left center no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0 80px;
}
@media only screen and (max-width: 768px) {
  #help .bg2 {
    background: url(../images/home/bg_help2_sp.jpg)no-repeat center right 10%;
    background-size: cover;
    padding: 60px 0 60px;
  }
}
.wrapper .container #help h3 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  padding: 0;
  margin-bottom: 0;
  border-left: none;
  text-align: center;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .wrapper .container #help h3 {
    font-size: 18px;
    text-align: center;
  }
}
.wrapper .container #help h3 span {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .wrapper .container #help h3 span {
    margin-bottom: 30px;
  }
}
.wrapper .container #help h3 span::before {
  content: '';
  background: url(../images/home/left.png)no-repeat;
  display: block;
  width: 43px;
  height: 33px;
  position: absolute;
  left: -60px;
  bottom: 5px;
  top: 0;
  margin: auto;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .wrapper .container #help h3 span::before {
    content: '';
    /* background: url(../images/home/left_sp.png); */
    background-size: contain;
    display: block;
    left: -26px;
    bottom: 0;
    top: 5px;
    width: 23px;
    height: 23px;
  }
}
.wrapper .container #help h3 span::after {
  content: '';
  background: url(../images/home/right.png)no-repeat;
  display: block;
  width: 43px;
  height: 33px;
  position: absolute;
  right: -55px;
  bottom: 5px;
  top: 0;
  margin: auto;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .wrapper .container #help h3 span::after {
    content: '';
    /* background: url(../images/home/right_sp.png); */
    background-size: contain;
    display: block;
    right: -26px;
    bottom: 0;
    width: 23px;
    height: 23px;
    top: 5px;
  }
}
.typeBox {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  width: 90.625%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .typeBox {
    flex-wrap: wrap;
  }
}
.type {
  border: solid 2px#fff;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  width: 25%;
  /* height: 270px; */
  margin-right: 20px;
  background: rgb(255, 255, 255, .2);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .type {
    width: 43.5vw;
    /*		height: 43.5vw;*/
    height: auto;
    margin-right: 0;
    margin-bottom: 3.5vw;
  }
}
.type:last-of-type {
  margin-right: 0;
}
.type p {
  text-shadow: 1px 2px 2px #464444;
  font-size: 15px;
  margin-top: 35px;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .type p {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    padding: 0 10px 10px;
    line-height: 1.2
  }
}
.type:last-of-type p {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .type:last-of-type p {
    margin-top: 0;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .helpManImg img {
    width: 100%;
    position: relative;
    right: 5%;
  }
}
/* アイコン画像 */
.type picture {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .type picture {
    margin-top: 17px;
  }
}
.type .last {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .type .last {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .type img {
    width: 66%;
  }
}
.bg2 .btn01 {
  width: 980px;
  margin: 60px auto auto;
}
@media only screen and (max-width: 768px) {
  .bg2 .btn01 {
    width: 100%;
    margin: 30px auto auto;
  }
}
.bg2 .btn01 a {
  margin: auto;
}
/*============================
service
============================*/
@media only screen and (max-width: 768px) {
  .primary > #service {
    padding: 0;
  }
}
.primary > #service .inner {
  padding: 80px 0 115px;
}
@media only screen and (max-width: 768px) {
  .primary > #service .inner {
    padding: 60px 0 60px;
  }
}
.newService {
  width: 400px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 768px) {
  .newService {
    display: block;
    width: 100%;
    margin: 0 auto 60px;
  }
}

.newService dt {
  font-size: 22px;
  padding: 86px 0 0;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .newService dt {
    font-size: 18px;
  }
}
.newService dd p {
  text-align: left;
  margin: 25px auto 10px;
}
.newService dd ul {
  text-align: left;
}
.newService:nth-of-type(1) .btn04 a {
  margin: 127px auto auto;
}
@media only screen and (max-width: 768px) {
  .newService:nth-of-type(1) .btn04 a {
    margin: 30px auto auto;
  }
}
.btn04 a:hover {
  opacity: .8;
}
.newServiceOther {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .newServiceOther {
    display: block;
    width: 90.625%;
    margin: auto;
  }
}
.newServiceOther dt {
  font-size: 22px;
  padding: 86px 0 0;
  font-weight: bold;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .newServiceOther dt {
    font-size: 20px;
    width: auto;
  }
}
.newServiceOther dt img {
  margin-top: 30px;
}
.newServiceOther dd {
  width: 400px;
  text-align: left;
  align-self: center;
}
@media only screen and (max-width: 768px) {
  .newServiceOther dd {
    width: auto;
    margin-top: 15px;
  }
}
/* No.アイコン */
.bgNo1 {
  background: url(../images/home/no1.png)no-repeat top center;
  background-size: 66px;
}
@media only screen and (max-width: 768px) {
  .bgNo1 {
    background-size: 66px;
  }
}
.bgNo2 {
  background: url(../images/home/no2.png)no-repeat top center;
  background-size: 66px;
}
.bgNo2::after{
	content:"※弊社指定プランでの制作となります。";
	font-size: 13px;
    font-weight: 100;
}
@media only screen and (max-width: 768px) {
  .bgNo2 {
    background-size: 66px;
  }
}
.bgNo3 {
  background: url(../images/home/no3.png)no-repeat top center;
  background-size: 66px;
}
@media only screen and (max-width: 768px) {
  .bgNo3 {
    background-size: 66px;
  }
}
.bgNo4 {
  background: url(../images/home/no4.png)no-repeat top center;
  background-size: 66px;
}
@media only screen and (max-width: 768px) {
  .bgNo4 {
    background-size: 66px;
  }
}
.bgNo5 {
  background: url(../images/home/no5.png)no-repeat top center;
  background-size: 66px;
}

@media only screen and (max-width: 768px) {
  .bgNo5 {
    background-size: 66px;
  }
}

/* その他の機能 */
.primary > #service .anOther .inner {
  padding: 60px 0 60px;
}
.anOther {
  background: url(../images/home/bg_anOther.jpg)no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .anOther {
    background: url(../images/home/bg_anOther.jpg)no-repeat left 42% center;
    background-size: cover;
    position: relative;
  }
}
.anOther:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 140px 0 140px;
  border-color: #ededed transparent transparent transparent;
  position: absolute;
  top: -50px;
  left: 39vw;
  z-index: 100;
  transform: rotate(-180deg);
}
@media only screen and (max-width: 768px) {
  .anOther:after {
    top: -6vw;
    left: 32.5vw;
    border-width: 7vw 18vw 0 18vw;
  }
}
.anOther h2 {
  color: #052f81;
  font-weight: bold;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .anOther h2 {
    font-size: 20px;
  }
}
.anOther h2 span {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .anOther h2 span {
    margin-bottom: 30px;
  }
}
.anOther h2 span::before {
  content: '';
  background: url(../images/common/contents/left.png);
  display: block;
  width: 43px;
  height: 33px;
  position: absolute;
  left: -60px;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .anOther h2 span::before {
    content: '';
    background: url(../images/common/contents/left_sp.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 33px;
    left: -40px;
  }
}
.anOther h2 span::after {
  content: '';
  background: url(../images/common/contents/right.png);
  display: block;
  width: 43px;
  height: 33px;
  position: absolute;
  right: -60px;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .anOther h2 span::after {
    content: '';
    background: url(../images/common/contents/right_sp.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 33px;
    right: -44px;
  }
}
.anOther ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .anOther ul {
    display: block;
    width: 100%;
    margin: auto;
  }
}
.anOther ul li {
  font-size: 16px;
  font-weight: bold;
  background: url(../images/home/other_icon.png)no-repeat;
  height: 40px;
  padding: 5px 0 5px 55px;
  margin: 0 0 60px 50px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .anOther ul li {
    font-size: 16px;
    background: url(../images/home/other_icon_sp.png)no-repeat left top 3px;
    padding: 5px 0 5px 40px;
    margin: auto auto 30px auto;
    background-size: 30px;
    text-align: left;
  }
}
.anOther ul li:last-of-type {
  margin-right: auto;
  /*margin-left: 128px;*/
}
/*@media only screen and (max-width: 768px) {
	.anOther ul li:last-of-type{
		margin: auto;
	}*/
.anOther ul li.online {
  margin-left: 85px;
}
@media only screen and (max-width: 768px) {
  .anOther ul li.online {
    margin: 0 0 60px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .anOther ul li {
    margin: 0 0 45px 0px;
  }
}
img.hp{
	margin-top: 35px;
}
/*============================
plan
============================*/
#plan .inner {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 768px) {
  #plan .inner {
    padding: 60px 0 60px;
  }
}
@media only screen and (max-width: 768px) {
  .primary > #plan {
    padding: 0;
  }
}
.planBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 55px 0 55px;
  width: 765px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .planBox {
    display: block;
    width: 100%;
    margin: auto;
    padding: 45px 0 45px;
  }
}
.planline {
  border: solid 1px #aaaaaa;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  margin-top: 95px;
}
@media only screen and (max-width: 768px) {
  .planline {
    margin-top: 60px;
  }
}
.planline:first-of-type {
  margin-top: 0;
}
/* frreプラン */
.planline .frreTitle {
  position: absolute;
  left: 20px;
  background: #fff;
  top: -26px;
  font-size: 30px;
  font-weight: bold;
  color: #009437;
  padding: 0 20px 0 20px;
}
@media only screen and (max-width: 768px) {
  .planline .frreTitle {
    left: 20px;
    top: -18px;
    font-size: 20px;
    padding: 0 20px 0 20px;
  }
}
.planline .frreTitle span {
  letter-spacing: 3px;
}
.planGreen {
  width: 360px;
  height: 75px;
  border: solid 2px #009536;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
  box-shadow: 3px 3px #009536;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .planGreen {
    width: 90%;
    height: 75px;
    margin: auto auto 30px;
    font-size: 14px;
    line-height: 1.3;
  }
}
.planGreen span {
  background: url(../images/home/free_icon.png) no-repeat left;
  background-size: 50px;
  padding: 25px 20px 25px 50px;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .planGreen span {
    background: url(../images/home/free_icon_sp.png) no-repeat left;
    background-size: 45px;
    padding: 25px 10px 25px 45px;
    margin-left: 20px;
  }
}
.planGreen:nth-last-of-type(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .planGreen:nth-last-of-type(2) {
    margin-bottom: 30px;
  }
}
.planGreen:last-of-type {
  margin-bottom: 0;
}
/* premiumプラン */
.planline .premiumTitle {
  position: absolute;
  left: 20px;
  background: #fff;
  top: -26px;
  font-size: 30px;
  font-weight: bold;
  color: #f18700;
  padding: 0 20px 0 20px;
}
@media only screen and (max-width: 768px) {
  .planline .premiumTitle {
    left: 18px;
    background: #fff;
    top: -30px;
    font-size: 20px;
    padding: 0 20px 0 20px;
  }
}
.planline .premiumTitle span {
  letter-spacing: 3px;
}
.planOrange {
  width: 360px;
  height: 75px;
  border: solid 2px #f18700;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: left;
  box-shadow: 3px 3px #f18700;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .planOrange {
    width: 90%;
    height: 75px;
    margin: auto auto 30px;
    font-size: 14px;
    line-height: 1.3;
  }
}
.planOrangeInner {
  display: flex;
  align-items: center;
}
.planOrange span {
  background: url(../images/home/premium_icon.png) no-repeat left;
  background-size: 50px;
  padding: 25px 20px 25px 50px;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .planOrange span {
    background: url(../images/home/premium_icon_sp.png) no-repeat left;
    background-size: 45px;
    padding: 25px 10px 25px 45px;
    margin-left: 20px;
  }
}
.planOrange:nth-last-of-type(2) {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .planOrange:nth-last-of-type(2) {
    margin: auto auto 30px;
  }
}
.planOrange:last-of-type {
  margin-bottom: 0;
}
#plan p {
  text-align: left;
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #plan p {
    font-size: 14px;
  }
}
.planBtn {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .planBtn {
    display: block;
    margin-top: 40px;
  }
}
.planBtn .btn02:last-of-type {
  margin-left: 60px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .planBtn .btn02:last-of-type {
    margin-left: 0;
    margin-top: 25px;
  }
}
/*============================
qa
============================*/
#qa .bg {
  background-image: url(../images/home/bg_qa1.png), url(../images/home/bg_qa2.png);
  background-repeat: no-repeat;
  background-size: contain, contain;
  background-position: center center, right bottom;
  /*height: 908px;*/
}
.planline br{
	display: none;
}
@media only screen and (max-width: 768px) {
  #qa .bg {
    padding: 0;
    height: auto;
    background-position: center left 25px, right -125px bottom;
  }
	.planline br{
	display: block;
}
}
#qa .inner {
  padding: 80px 0 100px;
}
@media only screen and (max-width: 768px) {
  #qa .inner {
    padding: 60px 0 60px;
  }
}
/*============================
アコーディオン
============================*/
.title{
	font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    display: block;
	padding-top: 10px;
    padding-bottom: 25px;
}
.moushikomi{
	width: 980px;
    margin: 55px auto 0;
    padding-left: 60px;
    letter-spacing: .08em;
    background-image: url("../images/home/Q.png");
	background-repeat: no-repeat;
}
.q-article {
    position: relative;
    padding: 24px;
    text-align: justify;
    background-color: #eeedea;
}
/*.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #000;
  margin-bottom: 32px;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  padding: 0 0 0 20px;
  cursor: pointer;
  /* margin: 0 0 1px 0; */
 /* background: #f9f9f9;
  border-radius: 10px 10px 10px 10px;
  border: solid 1px #aaaaaa;
  text-align: left;
}*/
/*.cp_actab .qaActive {
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
.cp_actab label span {
  /* font-family: 'Noto Serif JP', serif; */
  /*font-size: 20px;
  margin-right: 5px;
  color: #0c569c;
}*/
/*.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #333333;
  background: #f9f9f9;
}*/
/*.cp_actab .cp_actab-content p {
   margin: 1em; 
  text-align: left;
}*/
/*.cp_actab .cp_actab-content span {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  margin-right: 5px;
  color: #ffb016;
}*/
/* :checked 
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 20em;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  border: solid 1px #aaaaaa;
  border-top: none;
}
/* Icon */
/*.cp_actab label::after {
  line-height: 3;
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
  content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.white {
  padding: 20px 20px 85px 20px;
  background: #fff;
  margin: 20px;
  border: solid 1px #aaaaaa;
}*/
@media only screen and (max-width: 768px) {
  .white {
    padding: 10px 15px 15px;
    margin: 0 20px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cont_img {
    background-image: url("../images/cont_img_sp.jpg");
  }
  .cont_img h1 {
    background-image: url(../images/title_sp.png);
    background-size: 100%;
  }
  #faq h2 {
    background: url(../images/h2_sp.png) no-repeat center center;
    background-size: 100%;
  }
  #faq h3 {
    width: 100%;
  }
  .cp_actab label::after {
    top: 0px;
  }
  .cp_actab label {
    line-height: 2;
    padding: 10px 30px 10px 10px;
  }
	.moushikomi{
	width: 100%;
		margin-bottom: 50px;
}
}
/* ボタン */
.btn01-2 a {
  display: block;
  width: 440px;
  height: 95px;
  margin: 60px auto auto;
  color: #fff;
  border-radius: 5px;
  background: rgb(255, 142, 20);
  -webkit-background: linear-gradient(130deg, rgba(255, 142, 20, 1) 35%, rgba(255, 195, 34, 1) 65%);
  background: linear-gradient(130deg, rgba(255, 142, 20, 1) 35%, rgba(255, 195, 34, 1) 65%);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  line-height: 4.4;
}
@media only screen and (max-width: 768px) {
  .btn01-2 a {
    width: 90.625%;
    /* width: 100%; */
    height: 67px;
    font-size: 17px;
    letter-spacing: 2px;
    margin: auto;
    line-height: 3.8;
  }
}
/* スマホデフォルト */
@media only screen and (max-width: 768px) {
  /* .primary > article {
	padding: 30px 0 40px;
} */
  .link {
    padding-top: 25px;
  }
  .link a {
    width: 90.625%;
    margin: auto;
    padding: 16px 0;
    font-size: 16px;
    font-weight: bold;
    height: inherit;
    overflow: inherit;
    color: #fff;
    text-decoration: none;
    background: #0d2557;
    position: relative;
  }
  .link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 13px;
    height: 13px;
    margin-top: -7px;
    background-image: url(../images/common/contents/arrow_sp.png);
    background-size: 100%;
  }
}
.footerCenter > p{
  font-weight: bold;
}
.footerCenter > ul li{
  list-style: inside;
}
@media only screen and (max-width: 768px) {
  .footerCenter {
    margin-bottom: 30px;
  }
}