@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル　アイコン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower #visual .body::after {
  content: "";
  display: block;
  background: url("../../_images/faq/title-photo.png") no-repeat;
  width: 280px;
  height: 280px;
  background-size: 280px 280px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower #visual .body::after {
    background: url("../../_images/faq/title-photo.png") no-repeat;
    width: 140px;
    height: 140px;
    background-size: 140px 140px;
    right: 10px;
  }
}

/* ****************************************************************************************************
   * 共通タイトル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.faq .title-1 {
  border-radius: 10px;
  background: var(--c-blue);
  color: var(--c-yellow);
  font-size: 4.0rem;
  font-weight: 900;
  text-align: center;
  padding: 0.1em 1em;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
 .faq .title-1 {
    font-size: 2.0rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.faq .title-area {
  line-height: 1.4;
  text-align: center;
}
.faq .title-area .subtitle {
  position: relative;
}

.faq .title-area .subtitle span {
  position: relative;
  font-size: 3.0rem;
  color: #000000;
  font-weight: bold;
  padding: 0 50px;
  display: inline-block;
}
.faq .title-area .subtitle span::before {
  content: "";
  display: block;
  background: url("../../_images/_common/title-line-left.png") no-repeat;
  width: 33px;
  height: 80px;
  background-size: 33px 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.faq .title-area .subtitle span::after {
  content: "";
  display: block;
  background: url("../../_images/_common/title-line-right.png") no-repeat;
  width: 34px;
  height: 80px;
  background-size: 34px 80px;
  position: absolute;
  top: 0;
  right: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
 .faq .title-area .subtitle span {
    position: relative;
    font-size: 1.5rem;
    color: #000000;
    font-weight: bold;
    padding: 0 15px;
    display: inline-block;
  }
 .faq .title-area .subtitle span::before {
    content: "";
    display: block;
    background: url("../../_images/_common/title-line-left.png") no-repeat;
    width: 16px;
    height: 40px;
    background-size: 16px 40px;
    position: absolute;
    top: 0;
    left: -8px;
  }
 .faq .title-area .subtitle span::after {
    content: "";
    display: block;
    background: url("../../_images/_common/title-line-right.png") no-repeat;
    width: 17px;
    height: 40px;
    background-size: 17px 40px;
    position: absolute;
    top: 0;
    right: -8px;
  }
}

.faq .lead {
  margin-top: 30px;
}
.faq .lead .text {
  font-size: 1.6rem;
}

/* ****************************************************************************************************
   * よくあるご質問
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.faq {
  position: relative;
  padding-bottom: 120px;
  margin-top: 55px;
}

.faq .body {
  max-width: 1120px;
  padding: 0 20px;
}

.faq .inner {
  background: #eeeeee;
  padding: 60px;
  border-radius: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .faq {
    margin-top: 0;
  }
  .faq .inner {
    background: #eeeeee;
    padding: 20px;
    border-radius: 10px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.faq .inner .item {
  padding: 25px 0;
}
.faq .inner .item ~ .item {
  border-top: 1px solid #cccccc;
}
.faq .inner .item:last-child {
  border-bottom: 1px solid #cccccc;
}
.faq .inner .item dt {
  position: relative;
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--c-blue);
  margin-bottom: 1em;
  display: flex;
  justify-content: flex-start;
  line-height: 1.4;
}
.faq .inner .item dt::before {
  content: "";
  display: block;
  background: url("../../_images/index/icon-q.png") no-repeat;
  min-width: 40px;
  height: 40px;
  background-size: 100% 100%;
  margin-right: 15px;
}

.faq .inner .item dd {
  position: relative;
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
}
.faq .inner .item dd::before {
  content: "";
  display: block;
  background: url("../../_images/index/icon-a.png") no-repeat;
  min-width: 40px;
  height: 40px;
  background-size: 100% 100%;
  margin-right: 15px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  
  .faq .inner .item {
    padding: 15px 0;
  }
  .faq .inner .item dt {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--c-blue);
    margin-bottom: 1em;
    display: flex;
    justify-content: flex-start;
  }
  .faq .inner .item dt::before {
    content: "";
    display: block;
    background: url("../../_images/index/icon-q.png") no-repeat;
    min-width: 20px;
    height: 20px;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-top: 5px;
  }
  
  .faq .inner .item dd {
    position: relative;
    font-size: 1.6rem;
    display: flex;
    justify-content: flex-start;
    line-height: 1.4;
  }
  .faq .inner .item dd::before {
    content: "";
    display: block;
    background: url("../../_images/index/icon-a.png") no-repeat;
    min-width: 20px;
    height: 20px;
    background-size: 100% 100%;
    margin-right: 10px;
    margin-top: 5px;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ul
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.faq .inner .item dd ul,
.faq .inner .item dd ul li {
  margin: 0;
  padding: 0;
}

.faq .inner .item dd ul {
  margin-left: 1.25em;
  margin-top: 1em;
}

.faq .inner .item dd ul li {
  list-style: disc;
}

.faq .inner .item dd ul li ~ li {
  margin-top: 0.5em;
}

.faq .inner .item dd ul + * { margin-top:1.5em; }

* + .faq .inner .item dd ul { margin-top:1.5em; }

