/************************************************************
tasukeai pc
************************************************************/
/*reset
************************************************************/
.section-title + p,
.section-title + div {
  margin-top: 30px;
}
.section .section-title {
  margin-top: 0;
}
#areaWrapper1 {
  margin-top: 0;
}
/*content
************************************************************/
.section {
  padding-top: 60px;
}
.movie-section + .section {
  padding-top: 0;
}
.content-inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/*device
************************************************************/
.only-sp {
  display: none;
}
/*title
************************************************************/
.index-page-title {
  background-color: #79bc28;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index-page-title h1 {
  text-align: center;
  color: #fff;
  font-size: 3.0rem;
  line-height: 1.2;
}
.index-section-title h2 {
  background-color: #009944;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 18px 0 12px;
  border-radius: 4px;
}
.index-section-title + p,
.index-section-title + div {
  margin-top: 30px;
}
.text {
  font-size: 1.6rem;
  line-height: 1.6;
}
/*movie
************************************************************/
.movie-section {
  padding-top: 0;
}
.movie-media_wrap {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46.5%;
  position: relative;
  overflow: hidden;
}
.movie-media_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 101%;
  height: 101%;
}
/*ayumi
************************************************************/
.ayumi-button {
  display: block;
  width: 580px;
  padding-top: 60px;
  margin: 0 auto;
}
.ayumi-button a {
  width: 100%;
}
.ayumi-button a img {
  max-width: 100%;
}
.ayumi-button a:hover {
  opacity: .7;
}
/*name
************************************************************/
.name-head-text {
  display: block;
  margin: 65px auto 0;
  text-align: center;
}
.name-head-text img {
  max-width: 100%;
}
.name-box {
  border-top: 2px solid #009944;
  border-left: 2px solid #009944;
  border-right: 2px solid #009944;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 64px;
}
.name-box dt {
  background-color: #f1f8e9;
  font-size: 2.2rem;
  line-height: 1.2;
  padding: 16px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}
.name-box dd {
  padding: 40px 50px;
  text-align: center;
  border-bottom: 2px solid #009944;
}
.name-nametext {
  width: 286px;
  margin: auto;
}
.name-nametext img {
  max-width: 100%;
}
.name-logo {
  width: 310px;
  margin: auto;
}
.name-logo img {
  max-width: 100%;
}
.name-background-head {
  overflow: hidden;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.name-background-head_img {
  width: 107px;
  float: left;
  margin-right: 33px;
}
.name-background-head_img img {
  max-width: 100%;
}
.name-background-head_text {
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  margin-top: 0 !important;
}
.name-approach {
  width: 620px;
  margin: 30px auto 0;
}
.name-approach img {
  max-width: 100%;
}
.name-text {
  margin-top: 30px;
}
/*about
************************************************************/
.about-text {
  width: 957px;
  margin: auto;
}
.about-text img {
  max-width: 100%;
}
/*goal
************************************************************/
.goal-section {
  margin-top: 0;
  padding-top: 60px;
  background-color: #e9dec4;
}
.goal-media-list {
  margin-top: 26px;
}
.goal-media-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.goal-media-list ul li {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33%;
}
.goal-media-list ul li img {
  max-width: 100%;
}
.goal-head-text {
  background-color: #e9dec4;
  color: #009944;
  font-size: 2.8rem;
  line-height: 1.28;
  text-align: center;
  padding: 36px 0;
}
/*faq
************************************************************/
.faq-pc-list {
  padding: 38px 0 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/library/tasukeai/img/index_faq_bg01_pc.png) bottom left / 4px 1px repeat-x;
}
.faq-pc-list_q {
  padding: 11.5px 0 11.5px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.faq-pc-list_q_head {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #009944;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
}
.faq-pc-list_q_head span {
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.1;
  display: table-cell;
  vertical-align: middle;
}
.faq-pc-list_q_body {
  font-size: 2.6rem;
  line-height: 1.2;
  color: #009944;
  margin-top: 0 !important;
  font-weight: bold;
}
.faq-pc-list_a {
  padding: 6px 0 11px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 20px;
}
.faq-pc-list_a_head {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #fff362;
  display: table;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq-pc-list_a_head span {
  display: table-cell;
  vertical-align: middle;
  color: #009944;
  font-size: 2.0rem;
  line-height: 1.1;
}
.faq-pc-list_a_body {
  font-size: 1.6rem;
  line-height: 1.6;
}
.faq-pc-list_a_note {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 11px;
}
/*kumiaiin
************************************************************/
.kumiaiin-head-text {
  width: 779px;
  margin: auto;
}
.kumiaiin-head-text img {
  max-width: 100%;
}
.kumiaiin-text {
  margin-top: 60px;
  font-size: 1.5rem;
  line-height: 1.66;
}
.kumiaiin-bannar-list {
  margin-top: 50px;
}
.kumiaiin-bannar-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
.kumiaiin-bannar-list ul li {
  width: 25%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.kumiaiin-bannar-list ul li a {
  display: block;
}
.kumiaiin-bannar-list ul li a:hover {
  opacity: .7;
}
.kumiaiin-bannar-list ul li img {
  max-width: 100%;
}
.kumiaiin-bannar-list ul li:last-child img {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.kumiaiin-bannar-list ul li.line a {
  pointer-events: none;
}
