@charset "utf-8";
.sec_ttl {
  margin: 60px auto;
}

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

.ttl_policy_detail .new {
  position: inherit;
}

.policy_newarea {
  flex-basis: 70px;
}

.ttl_policy {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  flex-basis: 1000px;
 margin-bottom:15px;
}

.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:1280px) {
.pd_ttl_block{
 padding: 0 2.5%;
}
}
@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;
 padding:0 2.5%;
}
}
@media screen and (max-width:480px) {
.ttl_policy{
 font-size:2.1rem;
}
}

/*main画像*/

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

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

.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: 1.8rem;
  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%;
  position: relative;
  text-align: center;
}
}

/*format　大外*/

.policy_detail_inner {
  max-width: 1140px;
  padding: 0 25px;
  margin: 0 auto 60px auto;
  font-size: 1.8rem;
  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;
}
}
@media screen and (max-width:480px) {
.policy_detail_inner {
 font-size:1.6rem;
}
}

/*format01　大見出し*/

.policy_format01 {
  margin: 40px auto;
}

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

/*format02　中見出し*/

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

.policy_format02 span {
  display: inline-block;
  border-bottom: 1px dashed #ffa347;
}
@media screen and (max-width: 480px) {
.policy_format02 {
 font-size:1.6rem;
}
}

/*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;
 display:block;
 margin:0 auto;
}

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

.policy_format04_txt {
  flex-basis: 550px;
}
@media screen and (max-width: 1280px) {
.policy_format04_txt,
.policy_format04_img{
 flex-basis: auto;
 width: 48%;
}
.policy_format04_img img {
 max-width: 100%;
}
}
@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;
 display:block;
 margin:0 auto;
}

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

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


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

.policy_format06 {
  margin: 50px auto;
}

.policy_format06_img01, .policy_format06_img02 {
  flex-basis: 500px;
 width:48%;

}
@media screen and (min-width: 768px) {
.policy_format06_img01{
 margin-right: 2%;
}
}

.policy_format06_img01 img, .policy_format06_img02 img {
  /*max-width: 500px;*/
 display:block;
 margin:0 auto;
}

.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;*/
 display:block;
 margin:0 auto;
  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: 505px;
  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 .new{
 position:absolute;
}
.read_more_faq_inner ul{
 flex-wrap:wrap;
}
.read_more_faq_inner ul li {
  background-color: #fff;
  border: 1px solid #c9c9c9;
  flex-basis: 260px;
 
}
.read_more_faq_inner ul li:not(:last-child){
}
.read_more_faq_inner ul li a{
  padding: 30px 15px;
  display:block;
}

/*.read_more_faq_inner ul li:hover {
  opacity: .7;
}*/
.read_more_faq_inner .left_item_inner{
 width:100%;
 position: relative;
}
.read_more_faq_inner .left_item_inner .left_img{
display:block;
padding-top:66.67%;
}

.read_more_faq_inner ul li .readmore_ttl {
  font-size: 2rem;
  line-height: 1.5;
  margin: 20px auto 20px;
}

.read_more_faq_inner ul li .contents_tag_readmore {
  position: absolute;
  bottom: 30px;
  right: 0;
}

.line_3em {
  height: 3.2em;
}
@media screen and (min-width: 768px) {
.read_more_faq_inner ul::before{
  content:"";
  display: block;
  flex-basis: 260px;
  order:1;
}
.read_more_faq_inner ul::after{
  content:"";
  display: block;
  flex-basis: 260px;
}
.read_more_faq_inner .left_item_inner{
 max-width:228px;
}
}
@media screen and (max-width: 1280px) {
.read_more_faq_inner ul li,
.read_more_faq_inner ul::before,
.read_more_faq_inner ul::after{
 flex-basis: auto;
 width:23%;
}
.read_more_faq_inner ul::before,
.read_more_faq_inner ul::after{
  width:23%;
}
}
@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;
  }
.read_more_faq_inner ul li a {
    padding: 10px;
}
  .read_more_faq_inner ul li .readmore_ttl{
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 10px auto 15px;
  }
  .ellipsis:before {
    padding: 0;
  }
  .line_3em {
  height: 4.5em;
}
.read_more_faq_inner ul li .new{
 width: 40px;
 height: 37px;
}
}
@media screen and (max-width:480px) {
.read_more_faq_inner ul li .readmore_ttl{
 font-size: 1.6rem;
}
}