@charset "UTF-8";
/* CSS Document */
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
#wrapper {
  overflow: hidden;
}
.headline {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  background-color: #1c2b6b;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 50px;
  padding-top: 3px;
}
#fixed_bottom {
  bottom: 0 !important;
  left: 0;
  z-index: 99;
}
.SmoothScroll_pageTop {
  text-align: right;
  position: fixed;
  right: 4%;
  display: none;
  z-index: 999;
}
div.SmoothScroll_pageTop a {
  width: 50px;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .SmoothScroll_pageTop {
    bottom: 4%;
  }
}
@media screen and (max-width: 599px) {
  .SmoothScroll_pageTop {
    bottom: 110px;
  }
  div.SmoothScroll_pageTop a {
    width: 35px;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .headline {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 414px) {
  .headline {
    max-width: 364px;
    font-size: 2.2rem;
    padding-top: 1px;
  }
}
section {
  margin: 0 2%;
}
h3 {
  font-weight: 200;
}
ul {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  width: 100%;
}
/*a:hover {
  opacity: .6;
  transition: .3s;
}*/
button {
  width: 100%;
  border-radius: 50px;
  border: none;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
.br-1000 {
  display: block;
}
.only-sp{
  display: none!important;
}
.only-pc{
  display: block!important;
}
@media screen and (max-width: 625px) {
  .br-1000 {
    display: none;
  }
}
.br-940 {
  display: none;
}
@media screen and (max-width: 940px) {
  .br-940 {
    display: block;
  }
}
@media screen and (max-width: 625px) {
  .br-940 {
    display: none;
  }
}
.br-880 {
  display: none;
}
@media screen and (max-width: 880px) {
  .br-880 {
    display: block;
  }
}
.br-768 {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-768 {
    display: none;
  }
  .only-sp{
    display: block!important;
  }
  .only-pc{
    display: none!important;
  }
}
@media screen and (max-width: 380px) {
  .br-768 {
    display: block;
  }
}
.br-730 {
  display: none;
}
@media screen and (max-width: 730px) {
  .br-730 {
    display: block;
  }
}
@media screen and (max-width: 625px) {
  .br-730 {
    display: none;
  }
}
.br-630 {
  display: none;
}
@media screen and (max-width: 630px) {
  .br-630 {
    display: block;
  }
}
.br-580 {
  display: none;
}
@media screen and (max-width: 580px) {
  .br-580 {
    display: block;
  }
}
.br-414 {
  display: none;
}
@media screen and (max-width: 414px) {
  .br-414 {
    display: block;
  }
}
.br-375 {
  display: none;
}
@media screen and (max-width: 375px) {
  .br-375 {
    display: block;
  }
}
.br-335 {
  display: none;
}
@media screen and (max-width: 335px) {
  .br-335 {
    display: block;
  }
}
.img-pc {
  display: block !important;
}
.img-sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .img-pc {
    display: none !important;
  }
  .img-sp {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.header {
  width: 100%;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header__content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 2%;
}
.header__logo {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background: #1c2b6b; /*ハンバーガーメニュークリック時のナビゲーションメニュー背景色*/
    transition: ease .4s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
  }
  .nav__items {
    display: flex;
    flex-direction: column;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.nav__items {
  display: flex;
  justify-content: center;
}
.nav-items__item a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}
.nav-items__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  z-index: 1;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .nav-items__item a {
    color: #1c2b6b;
    margin-bottom: 0;
    font-size: 1.6rem;
    padding: 15px;
  }
}
.nav-items__item:last-child a {
  margin-bottom: 0;
}
/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
}
.hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    background: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    z-index: 9999;
  }
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 2px;
  background: #1c2b6b;
  position: relative;
  transition: ease .4s; /*ハンバーガーメニュークリック時の三本線の動きを遅延*/
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 8px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}
/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
  background: #fff;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
  background: #fff;
}
@media screen and (max-width: 460px) {
  .header__logo img {
    max-width: 130px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    margin: 0 auto;
  }
}
.title {
  background-image: url("../images/mv-back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}
.title-area {
  background: #1c2b6b;
  margin: 60px auto 0;
  max-width: 810px;
  height: 658px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.title-area img {
  max-width: 670px;
  transform: translateX(-7px);
}
.title-area ul {
  margin-top: 20px;
  max-width: 650px;
}
.title-area ul li {
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
.title-area ul li a{
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 2220px) {
  .title {
    background-size: contain;
  }
}
@media screen and (min-width: 2054px) {
  .title-area {
    max-width: 880px;
  }
  .title-area img {
    max-width: 700px;
  }
}
@media screen and (max-width: 1500px) {
  .title-area ul {
    max-width: 610px;
  }
  .title {
    background-image: url("../images/mv-back2.png");
  }
  .title-area {
    max-width: 700px;
  }
  .title-area img {
    max-width: 640px;
  }
}
@media screen and (max-width: 1200px) {
  .title-area ul {
    max-width: 500px;
  }
  .title {
    background-image: url("../images/mv-back3.png");
  }
  .title-area {
    max-width: 560px;
    height: 540px;
  }
  .title-area img {
    max-width: 510px;
  }
}
@media screen and (max-width: 768px) {
  .title-area ul {
    margin-top: -15px;
  }
  .title {
    height: 807px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/mv-back_sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
  }
  .title-area {
    width: 100%;
    max-width: 768px;
    height: 460px;
    margin: -30px 0 0;
  }
  .title-area img {
    transform: translate(-8px, -30px);
  }
}
@media screen and (max-width: 520px) {
  .title-area ul {
    font-size: 12px;
    max-width: 390px;
  }
  .title {
    height: 600px;
  }
  .title-area {
    height: 350px;
  }
  .title-area img {
    max-width: 400px;
    transform: translate(-6px, -22px);
  }
}
@media screen and (max-width: 420px) {
  .title-area ul {
    max-width: 360px;
    padding: 0 10px;
  }
  .title {
    height: 520px;
  }
  .title-area {
    height: 330px;
  }
  .title-area img {
    max-width: 350px;
  }
}
.apply {
  width: 100%;
  padding: 40px 0;
  background-color: #fdfbe2;
  position: sticky;
  bottom: 10px;
}
.apply_button a {
  background-color: #ef4938;
  box-shadow: 0px 3px 0px 0px #920011;
}
.apply_button a::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 52px;
  background-image: url("../images/web-flow_3.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: translateX(-80px);
}
.button a {
  vertical-align: middle;
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
  padding: 8px 0 4px;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .apply {
    padding: 30px 0;
  }
  .apply_button a::before {
    width: 30px;
    height: 42px;
    transform: translate(-30px, -3px);
  }
  .button a {
    font-size: 2rem;
    padding: 6px 0;
    max-width: 364px;
    height: 50px;
  }
}
.diagnose {
  padding: 40px 0;
  background-color: #f6f5e4;
}
.diagnose_button a {
  background-color: #1c2b6b;
  box-shadow: 0px 3px 0px 0px #00032b;
}
.diagnose_button a::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 52px;
  background-image: url("../images/check.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: translateX(-20px);
}
@media screen and (max-width: 768px) {
  .diagnose {
    padding: 30px 0;
  }
  .diagnose_button a::before {
    width: 29px;
    height: 42px;
    transform: translateX(-20px);
  }
}
.featureItem {
  padding: 120px 0;
}
.featureItem__list {
  display: flex;
  flex-direction: column;
  max-width: 780px;
  margin: 80px auto 0;
}
.featureItem__list li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.featureItem__list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.featureItem__list-icon {
  width: 100%;
  max-width: 225px;
}
.featureItem__list-text {
  text-align: left;
  margin-left: 30px;
}
.featureItem__list-text__headline {
  display: flex;
  align-items: center;
}
.featureItem__list h2 {
  display: inline-block;
  font-size: 3rem;
  font-weight: 600;
  color: #1c2b6b;
  line-height: 1.4;
  margin-left: 10px;
}
.featureItem__img-area {
  max-width: 380px;
  margin-right: 10px;
}
.featureItem__img-area img {
  margin-top: 10px;
}
.featureItem__list-text {
  max-width: 480px;
}
.red {
  font-size: 2.4rem;
  font-weight: 600;
  color: #e33d3d;
  text-align: center;
  margin-top: 10px;
}
.center {
  text-align: center;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .featureItem {
    padding: 80px 0 40px;
  }
  .featureItem__list {
    max-width: 460px;
    margin: 40px auto 0;
  }
  .featureItem__list li {
    flex-direction: column;
  }
  .featureItem__list li:nth-child(2n) {
    flex-direction: column;
  }
  .featureItem__list-text__headline {
    margin-top: 10px;
  }
  .featureItem__list-text__headline h2 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .featureItem__img-area {
    order: 2;
  }
  .featureItem__list-text {
    order: 1;
    margin-bottom: 30px;
  }
  .featureItem__list-text {
    transform: translateX(-10px);
    width: 100%;
  }
  .red {
    font-size: 2.1rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 500px) {
  .featureItem__list {
    max-width: 380px;
  }
}
.icon2 {
  max-width: 250px;
  transform: translateX(10px);
  margin-left: 10px;
}
.icon4 {
  margin-left: 10px;
}
.point1 {
  max-width: 28px;
  transform: translateY(-6px);
}
.point2 {
  max-width: 38px;
  transform: translateY(-6px);
}
.point3, .point5 {
  max-width: 38px;
  transform: translateY(-7px);
}
.point4 {
  max-width: 44px;
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .icon2 {
    margin-left: 0;
  }
  .icon4 {
    margin-left: 0;
  }
  .point1 {
    max-width: 26px;
  }
  .point2 {
    max-width: 36px;
  }
  .point3, .point5 {
    max-width: 36px;
  }
  .point4 {
    max-width: 42px;
  }
}
.flow {
  background-color: #f6f5e4;
  padding: 80px 0;
  margin: 0;
}
.flow__container {
  margin: 0 2%;
}
.flow__list {
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.flow__list li {
  max-width: 356px;
  padding: 20px 20px 0;
  background-color: #fff;
  flex: 1;
  min-height: 335px;
  border-radius: 10px;
}
.flow__list2 li {
  min-height: 470px;
}
.arrow {
  max-width: 20px;
  height: 53px;
  margin: 0 20px;
  transform: translateY(140px);
}
@media screen and (max-width: 1040px) {
  .arrow {
    max-width: 18px;
    height: 50px;
    margin: 0 10px;
  }
}
.flow__list-step1 {
  max-width: 30px;
}
.flow__list-step2 {
  max-width: 36px;
}
.flow__list-step3 {
  max-width: 37px;
}
.flow__list h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #ef4938;
  transform: translateY(-40px);
}
.web-flow-icon1, .web-flow-icon2, .store-flow-icon2 {
  max-width: 74px;
  transform: translateY(-35px);
}
.web-flow-icon3 {
  max-width: 67px;
  transform: translateY(-45px);
}
.store-flow-icon1 {
  max-width: 74px;
  transform: translateY(-35px);
}
.store-flow-icon3 {
  max-width: 90px;
  transform: translateY(-30px);
}
.img-area {
  height: 80px;
}
.flow__list li p {
  font-size: 1.6rem;
  text-align: left;
  transform: translateY(-20px);
}
.flow__list-step1, .flow__list-step2, .flow__list-step3 {
  transform: translateY(-45px);
}
.flow__list li a {
  text-decoration: underline;
}
.flow__list li a:hover {
  text-decoration: none;
}
.flow__list .gray {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .flow__list {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .flow__list li {
    width: 100%;
    max-width: 700px;
    padding: 20px 20px 0;
    background-color: #fff;
    min-height: 200px;
    margin: 20px auto 0;
  }
  .flow__list2 li:last-child {
    max-width: 700px;
  }
  .arrow {
    transform: rotate(90deg);
  }
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.tabs__headline {
  margin: 0 auto;
}
/*タブのスタイル*/
.tab_item {
  width: 256px;
  height: auto;
  background-color: #e5e5e5;
  font-size: 3rem;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
  font-weight: bold;
  transition: all 0.2s ease;
  line-height: 1.2;
  padding: 12px 0 5px;
}
.tab_item :hover {
  opacity: 0.8;
}
.tab_item2 {
  margin-left: 30px;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  background-color: #eaf0ff;
  padding: 0 40px 40px;
  -ms-overflow-style: none;
}
/*選択されているタブのコンテンツのみを表示*/
#web-contract:checked ~ #web-contract, #store-contract:checked ~ #store-contract {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #eaf0ff;
  color: #1c2b6b;
}
@media screen and (max-width: 860px) {
  .tab_content {
    padding: 0 25px 25px;
  }
}
@media screen and (max-width: 768px) {
  .tabs {
    max-width: 768px;
  }
  .tab_item {
    width: 180px;
    height: 54px;
    font-size: 2.6rem;
    margin-top: 40px;
    line-height: 1.2;
    padding-top: 13px;
  }
  .tab_item2 {
    margin-left: 20px;
  }
  .tab_content_description {
    overflow: hidden;
  }
}
@media screen and (max-width: 430px) {
  .tab_content {
    padding: 0 20px 20px;
  }
  .tab_item {
    width: 49%;
    height: 50px;
    margin-top: 30px;
    line-height: 1.1;
    font-size: 2.3rem;
  }
  .tab_item2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .tab_item {
    font-size: 2.2rem;

  }
}
@media screen and (max-width: 282px) {
  .tab_item {
    width: 48%;
  }
}
.detail {
  padding: 120px 0 80px;
}
.detail ul {
  max-width: 1000px;
  margin: 30px auto 0;
  line-height: 1.2;
}
.h2_small {
  font-size: 1.6rem;
}
.detail li {
  border-bottom: 1px solid #cbcbcb;
  padding: 30px 0;
  text-align: left;
  vertical-align: middle;
}
.detail li:last-child {
  border: none;
}
.detail h2 {
  width: 20%;
  font-size: 2rem;
  color: #1c2b6b;
  float: left;
}
.detail p {
  width: 79%;
  line-height: 1.5;
  float: right;
}
@media screen and (max-width: 625px) {
  .detail {
    padding: 80px 0 40px;
  }
  .detail ul li {
    display: flex;
    flex-direction: column;
  }
  .detail h2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .detail p {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .detail {
    padding: 80px 0 10px;
  }
  .detail ul {
    max-width: 364px;
    margin-top: 0;
    line-height: 1.2;
  }
  .detail h2 {
    width: 100%;
    max-width: 364px;
  }
  .detail p {
    max-width: 364px;
    line-height: 1.6;
  }
}
.gray {
  font-size: 1.4rem;
  color: #777;
  line-height: 1.4;
}
.chart {
  width: 79%;
  margin: 40px 0;
  text-align: center;
  float: right;
}
.chart tr {
  border: 1px solid #cbcbcb;
  text-align: center;
}
.chart th {
  color: #1c2b6b;
  background-color: #eaf0ff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 0;
}
.chart td {
  padding: 15px 0;
}
.chart td, .chart th {
  border-left: 1px solid #cbcbcb;
}
@media screen and (max-width: 625px) {
  .chart {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .chart {
    margin: 40px 0;
  }
  .chart th {
    vertical-align: middle;
  }
}
.download {
  max-width: 665px;
  padding: 30px 0;
  margin: 0 auto 40px;
  border: 1px solid #d7d2b2;
}
.download p {
  font-size: 2rem;
  font-weight: 600;
}
.download_button a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  padding: 20px 0;
  max-width: 300px;
  background-color: #9f9e99;
  border-radius: 50px;
  border: none;
  display: block;
  margin: 0 auto;
}
.download_button a::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 25px;
  background-image: url("../images/download_pdf.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: translateX(15px);
}
@media screen and (max-width: 768px) {
  .download {
    max-width: 410px;
    padding: 30px 0;
    margin: 0 auto 20px;
  }
  .download_button a {
    max-width: 240px;
    padding: 15px 0;
  }
  .download_button a::after {
    width: 35px;
    height: 18px;
    transform: translateX(8px);
  }
}
@media screen and (max-width: 414px) {
  .download {
    max-width: 364px;
    padding: 30px 0;
  }
}
.faq {
  padding: 120px 0;
}
.qa-list {
  margin-top: 40px;
}
.qa-list dl {
  margin: 0 auto 25px;
  cursor: pointer;
  max-width: 1000px;
  text-align: left;
  background: #f6f5e4;
  border-radius: 10px;
  padding: 16px 20px 13px;
  position: relative;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list .open::after {
  transform: rotate(-45deg);
}
.qa-list dt {
  margin: 0;
  padding: 3px 12px 4px 0;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
}
.qa-list dl:hover {
  background-color: rgba(246, 245, 228, 0.7);
}
.qa-list dt::before {
  font-size: 3.2rem;
  line-height: 1;
  content: 'Q';
  color: #1c2b6b;
  margin-right: 20px;
  transform: translateY(-3px);
}
.qa-list dt::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  content: '';
  background-image: url("../images/faq_plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 18px;
  top: 18px;
}
.qa-list dd {
  padding: 18px 10px 8px;
  border-top: 1px solid #d7d2b2;
}
.qa-list dl dd p {
  display: inline-block;
}
.qa-list dl dd p a {
  text-decoration: underline;
}
.qa-list dl dd p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 80px 0;
  }
  .qa-list dl {
    margin: 0 auto 20px;
    border-radius: 10px;
    padding: 13px 18px 10px;
  }
  .qa-list dt::before {
    font-size: 3rem;
    margin-right: 10px;
    transform: translateY(-1px);
  }
}
@media screen and (max-width: 515px) {
  .qa-list dl {
    margin: 0 auto 15px;
    padding: 10px 10px 6px;
    position: relative;
  }
  .qa-list dt {
    font-size: 1.6rem;
  }
  .qa-list dt::before {
    font-size: 2.6rem;
    line-height: 1;
    margin-right: 10px;
  }
  .qa-list dt::after {
    width: 21px;
    height: 21px;
    right: 16px;
    top: 13px;
  }
}
@media screen and (max-width: 414px) {
  .qa-list dl {
    padding: 7px 8px 5px;
  }
  .qa-list dt::before {
    font-size: 2.4rem;
    margin-right: 5px;
  }
  .qa-list dt::after {
    width: 17px;
    height: 17px;
    right: 10px;
  }
  .qa-list dd {
    padding: 12px;
  }
}
.footer {
  background-color: #eaf0ff;
}
.footer__txt-area {
  padding: 60px 0;
  margin: 0 2%;
}
.footer h3 {
  color: #1c2b6b;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer a img {
  max-width: 260px;
  margin: 10px auto 0;
}
.footer p {
  margin-bottom: 10px;
}
.blueback {
  background: #1c2b6b;
  border-radius: 20px;
  padding: 3px 12px 2px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 295px) {
  .blueback {
    font-size: 1.4rem;
    padding: 3px 10px 2px;
  }
}
.privacy {
  margin-top: 15px;
}
.privacy a {
  text-decoration: underline;
}
.privacy a:hover {
  text-decoration: none;
}
.privacy a::after {
  display: inline-block;
  width: 30px;
  height: 18px;
  content: '';
  background-image: url("../images/footer_pdf.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 3px;
  transform: translateY(4px);
}
.annotation {
  line-height: 1.4;
}
.time {
  font-size: 1.8rem;
}
.bold {
  font-weight: 600;
}
.list a {
  text-decoration: underline;
}
.list a:hover {
  text-decoration: none;
}
.footer__copyright-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #fff;
}
.footer__copyright-area img {
  max-width: 100px;
}
@media screen and (max-width: 550px) {
  .footer__copyright-area img {
    max-width: 70px;
  }
  .copyright {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 430px) {
  .footer__copyright-area {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }
  .copyright {
    margin-top: 5px;
  }
}
@media screen and (max-width: 335px) {
  .copyright {
    font-size: 1.2rem;
  }
}