
/* index.htmlスタイル */
.main-container {
  background-image: url("../../media/header_bg.png");
  background-color: #fff;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-align: center;
}
.main-container:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0d1a2c8f;
  z-index: -1;
}
.main-content-wrap {
  display: inline-block;
  margin: 30px 0;
}

.introduction-container {
  padding-top: 35px;
  text-align: center;
}
.introduction-title {
  font-size: 28px;
  font-weight: normal;
}

.btn-content {
  padding-top: auto;
  margin: 60px 0;
  padding: 20px;
  width: 35%;
  max-width: 400px;
  float: left;
}
.content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-main{
  background-color: rgb(218, 108, 19);
  /* padding-left: 80px!important;
  padding-right: 80px!important; */
  width: 300px;
  height: 50px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  border-radius: 5px;
}
.btn-main:hover{
  background-color: rgb(214, 153, 74);
}

.head-right-button {
  margin-top: 30px;
  text-align: right;
}

.btn-setting {
  padding: 10px 20px!important;
}

.btn-back {
  padding: 10px 20px!important;
}

.btn-entry{
  background-color: #0075B1;
  width: 300px;
  height: 50px;
  display: inline-block;
  text-align: center;
}
.btn-entry:hover{
  background-color: #308ab8!important;
}


.register-button {
  padding-bottom: 10px;
  text-align: center;
}
.atempt-button {
  padding-bottom: 20px;
  text-align: center;
}
.to_login_button {
  text-align: center;
}
.exam-creation-button {
  margin: 35px 0;
}


/* 謳い文句 */
.catchphrase-content {
  margin: 70px 0;
  padding: 20px;
  width: 65%;
  max-width: 600px;
  text-align: left;
  float: left;
}
.catchphrase-title {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.6rem;
  word-break: keep-all;
}
.catchphrase-subtitle {
  margin-bottom: 1.2rem;
  color:#fff;
  font-size: 2.7rem;
  font-weight: normal;
}

/* スキルチェッカーの特徴 */
.feature-title {
  margin: 25px 0 12px 0;
  word-break: keep-all;
}
.grid-wrap {
  display: flex;
  padding: 20px;
}
.grid-wrap .content {
  flex: 1;
  padding: 0 10px 10px 10px;
  margin: 0;
}
.text {
  margin: 40px 0 24px;
  font-size: 1.2rem;
}
.detail .text {
  margin-top: 20px;
  padding: 0 1rem;
  font-size: 1.2rem;
  color: #676767;
  text-align: left;
  line-break: strict;
}
.img-wrap {
  margin: 0 auto;
  width: 150px;
  height: 150px;
}
.img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.caption {
  padding: 0 1rem;
  border-left: 6px solid #234676;
  font-size: 1.6rem;
  text-align: left;
}

/* 使い方 */
.usage-container .introduction-title {
  padding-bottom: 12px;
}
.usage-container .content {
  display: flex;
  margin: 0 auto;
  padding: 0 22px 22px 22px;
  max-width: 1000px;
  align-items: center;
}
.usage-container .content .detail {
  flex: 1;
  padding: 10px;
}
.usage-container .detail .img-wrap {
  width: 100%;
}

/* 料金プラン */
.plan-wrap {
  justify-content: center;
  margin-top: 38px;
}
.plan-list-container-wrap {
  display: flex;
  justify-content: center;
  margin: 60px 0 40px 0;
}
.plan-list-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;    
  justify-content: center;
  text-align: center;
}
.plan-introduction {
  display: flex;
  max-width: 300px;
  width: 100%;
  letter-spacing: normal;
  border: 1px solid rgb(155, 155, 155);
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 10px;
}
.plan-content-wrap {
  width: 300px;
  height: 100%;
}
.plan-head {
  padding: 20px 0;
  font-size: 1.2rem;
  color: #fff;
  background-color: #0075B1;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .content, .catchphrase-content, .plan-content {
      padding: 32px 12px;
  }
  .main-container .catchphrase-content,
  .main-container .btn-content {
      margin: 0 auto;
      width: 100%;
      float: none;
  }
  .grid-wrap,
  .usage-container .content {
      display: block;
  }
}
@media screen and (max-width: 425px) {
  /* 使い方 */
  .usage-container .introduction-title {
    padding-bottom: 22px;
  }
  .usage-container .content .text-detail {
    margin: 28px 0 0 0;
  }
  .usage-container .content .img-detail {
    margin: 0 0 28px 0;
  }
  .usage-container .content .text-detail .text {
    margin: 20px 0 0 0;
  }

  /* 料金プラン */
  .plan-list-container {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .plan-content-wrap {
    flex-direction: column;
  }
  .plan-introduction {
    max-width: 100%;
  }
  .plan-content-wrap {
    width: 100%;
  }
  .plan-head {
    height: 64px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .btn-entry, .btn-main {
    width: 240px;
  }

  .catchphrase-content, .btn-content {
    width: 100%;
  }
}