@charset "utf-8";

/*hack*/
.contents_tag{
  text-align: left;
  font-size: 16px;
  line-height:20px;
  margin-bottom: 5px;

}
.tag_cat{
  margin-right:10px;
  border:none;
  border:1px solid;
}
.sec_ttl {
  margin: 60px auto;
}

.ttl_policy_detail {
  max-width: 1090px;
  margin: 0 auto 40px;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.new {
  position: inherit;
}

.policy_newarea {
  flex-basis: 70px;
}

.ttl_policy {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.05em;
  flex-basis: 1000px;
}

.cms_detail_share {
  max-width: 1140px;
  margin: auto;
  text-align: right;
}

.cms_detail_share .social_btn {
  margin: 0 0 10px;
  padding: 0 25px;
}
@media screen and (max-width:767px) {

.ttl_policy_detail {
  max-width: 96%;
}

.ttl_policy {
  flex-basis: 100%;
}
.cms_detail_share .social_btn {
  text-align: right;
}

}

/*main画像*/

.img_policy_main {
  max-width: 1140px;
  padding: 0 25px;
  margin: 40px auto 60px;
  text-align: center;
}

.img_policy_main_inner {
  overflow: hidden;
  width: 1090px;
  /* トリミングしたい枠の幅 */
  height: 520px;
  /* トリミングしたい枠の高さ */
  position: relative;
  text-align: center;
}

.img_policy_main_inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  transition: .5s all;
}

.policy_detail_inner {
  max-width: 1140px;
  padding: 0 25px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width:767px) {

.img_policy_main {
  max-width: 96%;
  padding: 0 0;
  margin: 40px auto 40px;
  text-align: center;
}
.img_policy_main_inner {
  overflow: hidden;
  width: 100%;
  /* トリミングしたい枠の幅 */
  height: 250px;
  /* トリミングしたい枠の高さ */
  position: relative;
  text-align: center;
}
}

/*format　大外*/

.policy_detail_inner {
  max-width: 960px;
  padding: 0 25px;
  margin: 0 auto 60px auto;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .policy_detail_inner {
  max-width: 96%;
  padding: 0 0;
  margin: 0 auto 40px auto;
}
}

/*format01　大見出し*/

.policy_format01 {
  margin: 40px auto;
}

.policy_format01 h2 {
  padding: 20px 25px;
  font-size: 24px;
  background-color: #ffeedd;
  line-height: 1.6;
  color#000
}
@media screen and (max-width: 767px) {
  .policy_format01 h2 {
  padding: 20px 20px;
}
}

/*format02　中見出し*/

.policy_format02 {
  color: #ffa347;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 40px auto;
}

.policy_format02 span {
  display: inline-block;
  border-bottom: 1px dashed #ffa347;
}


/*format03　テキストのみ*/

.policy_format03 {
  margin: 40px auto;
}


/*format04 左画像右テキスト*/

.policy_format04 {
  margin: 50px auto;
}

.policy_format04_img {
  flex-basis: 500px;
}

.policy_format04_img img {
  max-width: 500px;
}

.policy_format04_img span {
  line-height: 16px;
  font-size: 16px;
}

.policy_format04_txt {
  flex-basis: 550px;
}

@media screen and (max-width: 767px) {
  .policy_format04_img {
    flex-basis: 100%;
  }
  .policy_format04_img img {
    max-width: 100%;
  }
  .policy_format04_txt {
    flex-basis: 100%;
    margin-top: 30px;
  }
}


/*format05 左画像右テキスト*/

.policy_format05 {
  margin: 50px auto;
}

.policy_format05_img {
  flex-basis: 500px;
}

.policy_format05_img img {
  max-width: 500px;
}

.policy_format05_img span {
  line-height: 16px;
  font-size: 16px;
}

.policy_format05_txt {
  flex-basis: 550px;
}

@media screen and (max-width: 767px) {
  .policy_format05 {
    margin: 50px auto;
  }
  .policy_format05_inner {
    flex-direction: column;
  }
  .policy_format05_img {
    flex-basis: 100%;
    order: 1;
  }
  .policy_format05_img img {
    max-width: 100%;
  }
  .policy_format05_img span {
    line-height: 16px;
    font-size: 16px;
  }
  .policy_format05_txt {
    flex-basis: 100%;
    margin-top: 30px;
    order: 2;
  }
}


/*format06 画像2つならび*/

.policy_format06 {
  margin: 50px auto;
}

.policy_format06_img01, .policy_format06_img02 {
  flex-basis: 500px;
}

.policy_format06_img01 img, .policy_format06_img02 img {
  max-width: 500px;
}

.policy_format06_img01 span, .policy_format06_img02 span {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .policy_format06_img01, .policy_format06_img02 {
    flex-basis: 100%;
    margin: 30px auto;
  }
  .policy_format06_img01 img, .policy_format06_img02 img {
    max-width: 100%;
  }
}


/*format07 画像1つ*/

.policy_format07 {
  margin: 50px auto;
}

.policy_format07_img {
  text-align: center;
}

.policy_format07_img img {
  max-width: 1140px;
  padding: 0 25px;
}

.policy_format07_img span {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .policy_format07_img img {
    max-width: 100%;
  }
}


/*もっと表示*/

.btn_bottom a {
  margin: 40px auto 0 auto;
  display: block;
  width: 300px;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ffa347;
  color: #ffa347;
  transition: .5s all;
  letter-spacing: 0.1em;
}

.btn_bottom a:hover {
  background: #ffa347;
  color: #fff;
}

.btn_bottom a i {
  padding-right: 15px;
}
@media screen and (min-width: 0px) and (max-width:767px) {
  .btn_bottom a {
    width:96%;
    padding:10px;
    line-height: 24px;
  }
}

/*このカテゴリ～*/

.read_more_faq {
  background-color: #fffaf5;
  margin: 70px auto 80px;
  padding: 40px 0 40px;
}
.read_more_faq_ttl_inner{
  max-width: 1140px;
  padding: 0 25px;
  margin:0 auto;
}
.read_more_faq h4 {
 padding:5px 20px;
  font-size: 30px;
  margin:0 auto 20px;
  font-weight: bold;
  color: #000;
  background: transparent;
  border-left: solid 5px #ffa347;
  border-bottom: 1px solid #ccc;
  font-family: 'Josefin Sans', sans-serif;
}
.read_more_faq h4 span{
  font-size: 14px;
  font-weight: 500;
  padding-left:30px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic,  "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.read_more_faq_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 25px;
}

.read_more_faq_inner ul li {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  padding: 30px 15px;
  flex-basis: 260px;
  position: relative;
}

.read_more_faq_inner ul li h5 {
  font-size: 20px;
  line-height: 30px;
  margin: 20px auto 50px;
}

 .contents_tag_readmore {
  position: absolute;
  bottom: 30px;
  right:10px;
  border-radius :10px;
}
 .contents_tag_readmore i{
  padding-right:10px;
 }

.line_3em {
  height: 3.2em;
}


@media screen and (max-width: 767px) {
  .read_more_faq h4 span{
  padding-left:0;
  display:block;
  line-height: 1.6;
}
  .read_more_faq_inner ul li {
    flex-basis: 49%;
    margin-bottom: 20px;
    padding:10px;
  }
  .read_more_faq_inner ul li h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 70px;
  }
  .ellipsis:before {
    padding: 0;
  }
  .line_3em {
  height: 4.5em;
}
}

/*自由入力欄*/

/* MEDIA メディア情報 */
.left_img img:hover{
  opacity:1;
}

@media screen and (min-width: 768px) {
.faq_contents_inner .left_item {
 max-width: 230px;
 width: 100%;
}
.read_more_faq_inner ul{
 -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.read_more_faq_inner ul li {
    padding:0;
    flex-basis: auto;
    max-width: 260px;
    width: 100%;
}
.read_more_faq_inner ul li:not(:last-child) {
    margin-right: 1.5%;
}
.read_more_faq_inner ul li a{
 display:block;
 padding: 30px 15px;
}
}
