@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  max-width: 1080px;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding:0 20px;
   margin: 0 auto;
   overflow: hidden;
   }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 20px;
  margin: 0 auto;
  overflow: hidden;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * ボディ
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower
.visual {
  background: url("../../_images/faq/visual.png") no-repeat;
  background-size: cover;
  background-position: bottom;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
}


/* ****************************************************************************************************
   * よくある質問
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.faq {
  position: relative;
  padding-top: 120px;
  padding-bottom: 150px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.faq .item {
  position: relative;
  padding-left: 5.5em;
  padding-top: 40px;
}
.faq .item ~ .item {
  border-top: 1px solid #cccccc;
}

.faq .item::before {
  content: "";
  display: block;
  background: url(../../_images/faq/faq-icon.png) no-repeat;
  background-size: 73px 65px;
  width: 73px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 40px;
}


.faq .item .title {
  font-size: 3.0rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
}
.faq .item .text {}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
.faq .item {
  position: relative;
  padding-left: 3.5em;
  padding-top: 20px;
}
.faq .item ~ .item {
  border-top: 1px solid #cccccc;
}
.faq .item::before {
  content: "";
  display: block;
  background: url(../../_images/faq/faq-icon.png) no-repeat;
  background-size: 36px 32px;
  width: 36px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 20px;
}
.faq .item .title {
  font-size: 2.2rem;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.4;
}
}



