@charset "UTF-8";
@media only screen and (max-width: 48em) {
  .topics_block .wrapper {
    margin: auto;
    padding: 0; 
    width: 100%;
  }
}

/* ヘッダー */
header.tax_header{
	position: relative;
	margin: 0 0 5% 0;
	padding: 320px 0;
	text-align: center;
	background: url("img/header_bg_pc.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
	/*
	background: -webkit-repeating-linear-gradient(-45deg,#f9eaef 0,#f9ebef 10px,#fff 10px,#fff 20px);
	background: -o-repeating-linear-gradient(-45deg,#f9eaef 0,#f9ebef 10px,#fff 10px,#fff 20px);
	background: repeating-linear-gradient(-45deg,#f9eaef 0,#f9ebef 10px,#fff 10px,#fff 20px);
	*/
}
div.tax_header_inner{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.6);
	width: 90%;
	height: 85%;
	margin: auto;
	padding: 30px 10px;
	text-align: center;
}


.header_image1{
	position: relative;
	top: 100px;
}

.header_image1 img{
	width: 70%;
}


.header_txt1{
	position: relative;
	top: 75px;
}

h1.header_txt2{
	font-size: 40px;
 　　background: linear-gradient(transparent 60%, #F5E4FF 60%);
	}


/* 768px */
@media only screen and (max-width: 48em) {
header.tax_header{
	padding: 235px 0;
	background: url("img/header_bg_mb.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
}
div.tax_header_inner{
	width: 95%;
	height: 90%;
	margin: auto;
	padding: 20px 5px;
}

.header_image1{
	position: relative;
	top: 40px;
}


.header_image1 img{
	width: 85%;
}



.header_txt1{
	position: relative;
	top: 10px;
}

h1.header_txt2{
	font-size: 45px;
 　　background: linear-gradient(transparent 60%, #F5E4FF 60%);
	}

}
/* 480px */
@media only screen and (max-width: 30em) {
header.tax_header{
	padding: 200px 0;
	background: url("img/header_bg_mb.jpg") no-repeat;
	background-size: cover;
	background-position: center top;
}

.header_image1{
	position: relative;
	top: 70px;
}

.header_image1 img{
	width: 100%;
}


.header_txt1{
	position: relative;
	top: 45px;
}

h1.header_txt2{
	font-size: 23px;
 　　background: linear-gradient(transparent 60%, #F5E4FF 60%);
	}

}




/* =========== topics_header =========== */
.topics_header {
  position: relative;
}

.topics_bg-img {
  position: relative;
	background: center no-repeat;
	background-size: cover;
}
.topics_bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
@media only screen and (max-width: 48em) {
  .topics_bg-img {
    padding-top: 72%; 
    width: 100%;
  }
  .topics_bg-img img {
    display: none;
  }
}





/* =========== topics_header =========== */
.topics_header {
  position: relative;
}

.topics_bg-img {
  position: relative;
	background: center no-repeat;
	background-size: cover;
}
.topics_bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
@media only screen and (max-width: 48em) {
  .topics_bg-img {
    padding-top: 72%; 
    width: 100%;
  }
  .topics_bg-img img {
    display: none;
  }
}


/* =========== h2 topics_title =========== */
.topics_title {
  position: absolute;
  top: 10%;	
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 180px; 
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  font-size: 2.0rem;
}


.topics_title span{
  position: absolute;
  top: 50%;	
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 180px; 
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-size: 28px;
  font-size: 2.8rem;
}


@media only screen and (max-width: 48em) {
  .topics_title {
	top: 30%;
    height: 150px; 
    font-size: 12px;
    font-size: 1.2rem;
  }
  .topics_title span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.topics_title_02 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 2.1;
}
@media only screen and (max-width: 48em) {
  .topics_title_02 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
/* block_sub_title */
.topics_sub_title {
  letter-spacing: 0.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
  .topics_sub_title {
    margin: auto;
    max-width: 80%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 30em) {
  .topics_sub_title br {
    display: none;
  }
}


/* =========== h3 topics_title_h3 =========== */
.topics_title_h3 {
  margin: 0 0 1.5% 0;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 160%;
  color: #cab9db;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (max-width: 48em) {
  .topics_title_h3 {
    font-size: 19px;
    font-size: 1.9rem;
}
}

.topics_title_h3 span{
  font-size: 17px;
  font-size: 1.7rem;
}


@media only screen and (max-width: 48em) {
.topics_title_h3 span{
  font-size: 14px;
  font-size: 1.4rem;
}
}



/* =========== h3 topics_title_h4 =========== */
h3.topics_title_h4{
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 100%;
  margin-bottom: 0%;
}

@media only screen and (max-width: 48em) {
  h3.topics_title_h4 {
	margin: 0 0 1% 0;
    font-size: 20px;
    font-size: 2.0rem;
	line-height: 150%;
}
}


h3.topics_title_h4_2{
  /*background-color: rgba(185, 218, 150, 0.2);*/
  padding: 5% 0 1% 0;
  text-align: center;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 100%;
  margin-bottom: 0%;
}

@media only screen and (max-width: 48em) {
  h3.topics_title_h4_2 {
    font-size: 26px;
    font-size: 2.6rem;
	line-height: 105%;
	padding: 6% 0 3% 0;
}
}


h3.topics_title_h4_2 span{
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}




@media only screen and (max-width: 48em) {
h3.topics_title_h4_2 span{
  padding: 0 2% 3% 2%;
  font-size: 12px;
  font-size: 1.2rem;
}
}



/* =========== main_lead_txt =========== */
.main_lead_txt_area {
  margin-top: 1%;
  padding-bottom: 4%;
  text-align: center;
  line-height: 2.7;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 48em) {
  .main_lead_txt_area {
    margin: 7% auto 30px auto;
    max-width: 90%;
    font-size: 12px;
    font-size: 1.2rem;
	line-height: 2.7;
  }
}


.main_lead_txt_area p{
  padding-bottom: 2%;
  line-height: 2.1;
}


@media only screen and (max-width: 48em) {
 .main_lead_txt_area p{
  padding-bottom: 3%;
  line-height: 1.9;
}
}


@media only screen and (max-width: 48em) {
  .sp_br{
    display: none;
  }
}




.main_strong1{
	font-size: 23px;
	background: linear-gradient(transparent 60%, #F5E4FF 60%);
}

@media only screen and (max-width: 48em) {
.main_strong1{
	font-size: 20px;
	line-height: 1.2;
	background: linear-gradient(transparent 60%, #F5E4FF 60%);
}
}

.main_strong2{
	color: #AD92C7;
	font-size: 16px;
}


@media only screen and (max-width: 48em) {
.main_strong2{
	font-size: 14px;
}
}

p.main_lead_txt02 span{
	line-height: 1;
}




/*=============== 豪華3大プレゼント ===============*/
.voice_box {
	background-color: #FAF7FF;
	padding: 5%;
	text-align: center;
}



h3.present_title_h3 {
  position: relative;
  display: inline-block;
  padding: 0 90px;
  margin: 0 0 0.2% 0;
  font-size: 30px;
  font-size: 3.0rem;
}


h3.present_title_h3 span{
  
  font-size: 32px;
  font-size: 3.2rem;
  color: #AD92C7;
}


h3.present_title_h3:before, h3.present_title_h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

h3.present_title_h3:before {
  left:0;
}
h3.present_title_h3:after {
  right: 0;
}


@media only screen and (max-width: 48em) {
h3.present_title_h3 {
  position: relative;
  display: inline-block;
  padding: 10px 40px 0px 40px;
  margin: 0 0 0.2% 0;
  font-size: 23px;
  font-size: 2.3rem;
}


h3.present_title_h3 span{
  
  font-size: 25px;
  font-size: 2.5rem;
  color: #AD92C7;
}


h3.present_title_h3:before, h3.present_title_h3:after {
  content: '';
  position: absolute;
  top: 55%;
  display: inline-block;
  width: 30px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

h3.present_title_h3:before {
  left:0;
}
h3.present_title_h3:after {
  right: 0;
}
}



p.present_txt {
  margin-top: 1%;
  padding-bottom: 1%;
  text-align: center;
  line-height: 1.6;
  font-size: 23px;
  font-weight: bold;
}

@media only screen and (max-width: 48em) {
  p.present_txt {
    margin: 0 auto 5px auto;
    max-width: 90%;
    font-size: 17px;
    font-size: 1.7rem;
  }
}


p.present_txt span{
 color: #AA78DB;
 font-size: 22px;
font-weight: 500;
font-family: "Parisienne","Cornet Script";
}

@media only screen and (max-width: 30em) {
 p.present_txt span{
 font-size: 16px;
font-weight: 700;
}
}


p.present_txt strong{
	font-size: 16px;
}


@media only screen and (max-width: 30em) {
p.present_txt strong{
	font-size: 12px;
}

}



/*     対象条件      */


.conditions_box{
	border-top: #000000 solid 0.5px;
	border-bottom: #000000 solid 0.5px;
	width: 30%;
	margin: 35px auto 0 auto;
	padding-bottom: 20px;
}


@media only screen and (max-width: 48em) {
.conditions_box{
	border-top: #000000 solid 0.5px;
	border-bottom: #000000 solid 0.5px;
	width: 90%;
	margin: 25px auto 15px auto;
	padding-bottom: 8px;
}
}


h3.conditions_title_h3 {
  position: relative;
  display: inline-block;
  margin: 20px 0 10px 0;
  font-size: 20px;
  font-size: 2.0rem;
}


@media only screen and (max-width: 48em) {
h3.conditions_title_h3 {
  padding: 15px 0 5px 0 ;
  margin: 0 0 0.2% 0;
  font-size: 17px;
  font-size: 1.7rem;
}
}


p.conditions_txt {
  margin-top: 1%;
  padding-bottom: 1%;
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 48em) {
  p.conditions_txt {
    margin: 0 auto 5px auto;
    max-width: 90%;
    font-size: 12px;
    font-size: 1.2rem;
	 line-height: 1.5;
  }
}



/* =========== おすすめ＆Reason =========== */
.topics-box {
  padding: 4% 0;
  background-color: #fff;
}
.topics-box:nth-child(2n) {
  background-color: rgba(185, 218, 150, 0.2);
}
.topics-box:nth-child(2n) .topics-box_img-outer {
  float: right;
}
.topics-box:nth-child(2n) .topics-box_header-inner {
  right: auto; 
  left: 0;
}
@media only screen and (max-width: 48em) {
  .topics-box {
    padding: 0;
	margin-bottom: 6%;
  }
}

.topics-box_inner:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.topics-box_img-outer {
  position: relative;
  float: left;
  overflow: hidden; 
  width: 50%;
}
@media only screen and (max-width: 54em) {
  .topics-box_img-outer {
    margin-bottom: 6%; 
    width: 100%;
    background-color: #f5f5f5;
  }
}

.topics-box_img {
  font-size: 0;
}
.topics-box_img img {
  float: left; 
  width: 49.8%;
}
.topics-box_img img:nth-child(3n+3) {
  float: right;
}
.topics-box_img img:first-child {
  margin-bottom: 0.3%; 
  width: 100%;
}


.topics-box_img02 img:first-child {
  margin-bottom: 0.3%; 
  width: 49.8%;
  float: left; 
}

.topics-box_img02 img {
  margin-bottom: 0.3%; 
  float: right; 
  width: 49.8%;
}

.topics-box_img03 img {
  margin-bottom: 0.3%; 
  float: right; 
  width: 100%;
}

.topics-box_header {
  position: relative; 
  float: left;
  width: 50%;
}
@media only screen and (max-width: 54em) {
  .topics-box_header {
    padding-top: 0;
    width: 100%;
  }
}

.topics-box_header-inner {
  /*position: absolute;*/
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 500px; 
  width: 92.5%;
}
@media only screen and (max-width: 54em) {
  .topics-box_header-inner {
    position: relative;
    padding: 0 4% 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .topics-box_header-inner {
    padding: 0 4% 4%;
  }
}

.topics-box_title {
  margin-bottom: 4%;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.6;
}
@media only screen and (max-width: 54em) {
  .topics-box_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 48em) {
  .topics-box_title {
    text-align: center;
  }
}
.topics-box_title span {
  display: block; 
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #70924D;
}
@media only screen and (max-width: 54em) {
  .topics-box_title span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 48em) {
  .topics-box_title span {
    text-align: center;
  }
}

.topics-box_sub-title {
  margin-bottom: 5.6%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}
.topics-box_sub-title span {
  display: block; 
  font-size: 13px;
  font-size: 1.3rem;
}
.topics-box_sub-title span:before {
  content: "— ";
}
.topics-box_sub-title span:after {
  content: " —";
}
@media only screen and (max-width: 54em) {
  .topics-box_sub-title {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .topics-box_sub-title span {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.topics-box_lead-txt {
  margin-bottom: 4.4%;
  color: #5fcc85;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 54em) {
  .topics-box_lead-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.topics-box_description {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
}
@media only screen and (max-width: 54em) {
  .topics-box_description {
    margin-bottom: 4%; 
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.topics-box01 {
	width: 80%;
	padding: 5%;
	margin: 6% auto 3% auto;
	border: 7px #cab9db double;
}
.topics-box01_inner {
	padding-top: 2%;
}
.topics-box02 {
  padding: 4% 0;
  background-color: #fff;
}
.topics-box02:nth-child(2n) {
  background-color: rgba(236, 180, 158, 0.3);
}
.topics-box02:nth-child(2n) .topics-box_header-inner {
  right: auto; 
  left: 0;
}
.slick_imgbox {
	width: 80%;
	margin: auto;
}
@media only screen and (max-width: 48em) {
.topics-box01 {
	width: 90%;
}
 .topics-box02 {
    padding: 0;
  }
.slick_imgbox {
	width: 100%;
}
}
.topics-box_img-outer02 {
  position: relative;
  text-align: center;
  overflow: hidden; 
  width: 50%;
}
.topics-box_description02 {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 2;
  text-align: center;
}
.topics-box_description03 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  text-align: center;
}
.topics-box_description03 li{
	list-style: none;
	margin-bottom: 10px;
}

@media only screen and (max-width: 54em) {
  .topics-box_img-outer {
    margin-bottom: 2%; 
    width: 100%;
    background-color: #f5f5f5;
  }
  .topics-box_description02 {
    margin-bottom: 4%; 
    font-size: 11px;
    font-size: 1.1rem;
  }
  .topics-box_description03 {
    margin-bottom: 4%; 
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.topics-box_img-outer02 {
  position: relative;
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 54em) {
  .topics-box_img-outer02 {
	width: 100%;
    margin-bottom: 6%; 
    margin-bottom: 6%; 
    background-color: #f5f5f5;
  }
}

.topics-box_header02 {
  position: relative; 
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 54em) {
  .topics-box_header02 {
    padding-top: 0;
    width: 100%;
  }
}

.topics-box_header-inner02 {
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 54em) {
  .topics-box_header-inner02 {
    position: relative;
    padding: 0 4% 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 48em) {
  .topics-box_header-inner02 {
    padding: 0 4% 4%;
  }
  .topics-box_description02 {
    text-align: left;
  }
}

.topics-box_title02 {
  margin: 17% auto 4% auto;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.6;
}

.topics-box_title03 {
  margin: 4% auto;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.6;
}

.topics-box_title04 {
  margin: 5% auto 4% auto;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.6;
}
@media only screen and (max-width: 54em) {
  .topics-box_title02  {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topics-box_title03  {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .topics-box_title04  {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.topics-box_title02 span {
  display: block; 
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  color: #DA6252;
}

.topics-box_title04 span {
  display: block; 
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  color: #DA6252;
}

@media only screen and (max-width: 48em) {
.topics-box_title02 {
  margin: 10% auto 4% auto;
  }
}


/*=============== お客様の声 ===============*/



.topics-box_voice{
	margin-top: 2%;
}

.topics-box_voice p{
	padding-left: 2%;
}


.topics-box_voice_titl{
	padding: 0 2%;
	font-size: 15px;
  	font-size: 1.5rem;
	font-weight: bold;
	color: #73A83B;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}


@media only screen and (max-width: 30em) {
.topics-box_voice_titl{
	text-align: center;
}
}


.topics-box_voice_txt{
	padding-top: 2%;
	width: 95%;
	border-top: 1px #73A83B solid;
	text-align: left;
	font-size: 15px;
  	font-size: 1.5rem;
	font-weight: bold;
	color: #b9da96;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}


@media only screen and (max-width: 30em) {
.topics-box_voice_txt{
	padding: 3% 0 1% 0;
	text-align: center;
}
}


.topics-box_voice_txt img{
	width: 13%;
}

@media only screen and (max-width: 30em) {
.topics-box_voice_txt img{
	width: 17%;
}
}


.voice_txt_strong{
	font-weight:bold;
	color: #73A83B;
	font-size: 1.52rem;
}


/*=============== フォトギャラリー ===============*/

.topics-box_txt{
	
}



/*=============== topics内プラン ===============*/
.pickup_bg-img {
  position: relative;
  float: left;
  padding-top: 42.96875%;
  min-height: 440px;
  width: 39.0625%;
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}
.pickup_bg-img img {
  position: absolute;
  top: 0;
  visibility: hidden;
}
@media only screen and (max-width: 54em) {
  .pickup_bg-img {
    padding-top: 100%;
    width: 100%;
		min-height:300px;
  }
}
@media only screen and (max-width: 30em) {
  .pickup_bg-img {
    padding-top: 95%;
		min-height:250px;
  }
}

.pickup_content {
  position: relative;
  float: left;
  padding-top: 42.96875%;
  /*min-height: 440px;*/
  width: 60.9375%;
  background-color: #fff;
}
@media only screen and (max-width: 54em) {
  .pickup_content {
    padding-top: 0; 
    width: 100%;
  }
}

.pickup_content-inner {
  position: absolute;
  top: 0;
  padding: 4%;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 54em) {
  .pickup_content-inner {
    position: relative;
  }
}

.pickup_sub-title {
  margin-bottom: 10px; 
  color: #b39358;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 48em) {
  .pickup_sub-title {
    margin-bottom: 2%;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.pickup_title {
  margin-bottom: 2%;
  letter-spacing: 0.1rem; 
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
}

.pickup_lead-txt {
  margin-bottom: 3%; 
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.pickup_detail {
  padding: 15px 0; 
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e6e6e6;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 48em) {
  .pickup_detail {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pickup_detail-title {
  padding-right: 10px; 
  vertical-align: baseline;
  text-align: left;
}

.pickup_detail-data {
  vertical-align: baseline;
}
.pickup_detail-data.is-price {
  color: #e30000;
  font-weight: bold; 
  font-size: 18px;
  font-size: 1.8rem;
}
.pickup_detail-data.is-price strong {
  font-size: 28px;
  font-size: 2.8rem;
}
.pickup_detail-data.is-price span {
  display: block;
  padding: 0 5px; 
  max-width: 170px;
  background-color: #e30000;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .pickup_detail-data.is-price {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .pickup_detail-data.is-price strong {
    display: block; 
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.topics_plan_pt {
	padding-top: 5% !important;
}
.topics_plan_pt .btn {
	padding-top: 20px;
}
.topics_plan_pt .btn a {
	width: 230px;
}

@media only screen and (max-width: 54em) {
.topics_plan_pt .btn {
	position: relative;
    text-align: center;
}
.topics_plan_pt .btn a {
	display:block;
	width: 100%;
	margin-bottom:10px;
}
}


.topics_plan_pt02 {
	padding: 2% 0 5% 0;
}
.topics_plan_pt02 .btn {
	padding-top: 20px;
}
.topics_plan_pt02 .btn a {
	width: 230px;
}

@media only screen and (max-width: 54em) {
.topics_plan_pt02 .btn {
	position: relative;
    text-align: center;
}
.topics_plan_pt02 .btn a {
	display:block;
	width: 100%;
	margin-bottom:10px;
}
}

/* モーダル */
.modal_block {
  background-color: #fff !important;
}

.modal_title {
  margin-bottom: 3%; 
  font-size: 18px;
  font-size: 1.8rem;
}

.modal-box {
  margin: auto; 
  width: 92%;
}

.modal-box_title {
  margin-top: 4%;
  margin-bottom: 4%; 
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}

.modal-box_content:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.modal-box_list {
  float: left;
  width: 48%;
  list-style-type: none;
  font-size: 13px;
  font-size: 1.3rem;
}
.modal-box_list:nth-child(2n) {
  float: right;
}
.modal-box_list:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .modal-box_list {
    float: none; 
    width: 100%;
  }
}

.modal-box_list-title {
  float: left;
  padding: 15px 0; 
  width: 30%;
  font-weight: bold;
}

.modal-box_list-item {
  margin-top: -1px;
  padding: 15px 0 15px 30%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}


.plan-box_background{
	background-color: #FAF7FF;
}

/*=============== 8大サポート ===============*/
.policy-box {
  position: relative;
  padding: 60px 0;
}
.plan-box:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}
@media only screen and (max-width: 48em) {
  .policy-box {
    padding: 5% 0;
  }
}

.policy-box_bg-img {
  position: absolute;
  top: 0; 
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
}
.policy-box_bg-img img {
  visibility: hidden;
	
}
.policy-box_bg-img:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  content: "";
}
.policy-box_content {
  position: relative; 
  font-size: 0;
}
.policy-box_item {
  display: inline-block ;
  margin-right: auto;
  margin-right: 2.5%;
  margin-left: 2.5%;
  padding: 20px 0;
  min-height: 225px; 
  width: 28.33333%;
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  vertical-align: top;
  font-size: small;
}
@media only screen and (min-width: 48.0625em) {
  .policy-box_item {
    width: 28.33333%;
  }
  .policy-box_item:nth-child(n) {
    width: 30% ;
  }
  .policy-box_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .policy-box_item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 48em) {
  .policy-box_item {
    display: block;
    margin: auto; 
    min-height: 0;
    width: 92%;
    border-top: none;
  }
  .policy-box_item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.policy-box_item-title {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px; 
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.policy-box_item-title span {
  position: absolute;
  left: 0;
  display: block;
  width: 25px;
  text-align: center;
  font-weight: normal;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Oranienbaum";
}

.policy-box_item-text {
  padding-left: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}


/*=============== parts <br> ===============*/
/*本文 PCスマホbr有り*/
.pcmb_show {
	display: block !important;
}
/*本文 PC時のみbr有り*/
.pc_show {
	display: block !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: none;
}
@media only screen and (max-width: 48em) {
/*本文 PC時のみbr有り*/
.pc_show {
	display: none !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: block !important;
}
}


/*=============== parts <strong> ===============*/
.strong_h {
	font-size: 32px;
  	font-size: 3.2rem;
}
.strong_p_01 {
	font-size: 16px;
  	font-size: 1.6rem;
	font-weight: bold;
}
.strong_p_02 {
	font-size: 20px;
  	font-size: 2.0rem;
	font-weight: bold;
}

.strong_p_02 span{
	color: #cab9db;
	font-size: 23px;
  	font-size: 2.3rem;
}

.strong_p_03 {
	font-size: 18px;
  	font-size: 1.8rem;
	font-weight: bold;
	color: #b9da96;
}


@media only screen and (max-width: 48em) {
.strong_p_02 {
	font-size: 16px;
  	font-size: 1.6rem;
}
}

@media only screen and (max-width: 48em) {
.strong_p_02 span{
	font-size: 20px;
  	font-size: 2.0rem;
}
}

@media only screen and (max-width: 48em) {
.strong_p_03 {
	font-size: 14px;
  	font-size: 1.4rem;
}
}

@media only screen and (max-width: 48em) {
.strong_h {
	font-size: 28px;
  	font-size: 2.8rem;
}
}


/* =========== parts margin =========== */
.mb20 {
	margin-bottom: 20px;
}


/* =========== 見学予約ボタン =========== */


/* ボタン */

.btn_box{
	text-align: center;
	margin: 5% 0;
}

div.tax_btn{
	text-align: center;
	margin: 0 0 1.5% 0;
}
div.tax_btn a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 25px 60px;
	transition: all 0.3s;
	color: #fff;
	background-color: #cab9db;
	max-width: 80%;
}
div.tax_btn a::after{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-repeating-linear-gradient(-45deg,#e5d8f2 0,#e5d8f2 10px,#fff 10px,#fff 20px);
	background: -o-repeating-linear-gradient(-45deg,#e5d8f2 0,#e5d8f2 10px,#fff 10px,#fff 20px);
	background: repeating-linear-gradient(-45deg,#e5d8f2 0,#e5d8f2 10px,#fff 10px,#fff 20px);
	transition: all 0.3s;
}
span.tax_btn_txt1{
	display: block;
	letter-spacing: 1.8px;
	font-size: 26px;
	font-weight: bold;
}

/*hover*/
div.tax_btn a:hover::after{
	top: 0px;
	left: 0px;
}
@media only screen and (max-width: 30em) {
span.tax_btn_txt1{
	font-size: 22px;
}
}

p.tax_btn_txt2{
	font-size: 16px;
	font-weight: bold;
	color: #a58ac0;
}

@media only screen and (max-width: 30em) {
p.tax_btn_txt2{
	padding: 0 7%; 
	margin-top: 17px;
	font-size: 12px;
	font-weight: bold;
	color: #a58ac0;
}
}





/*=============== プレゼント対象条件 ===============*/

/*
.conditions_box {
	background-color: #FAF7FF;
	padding: 5%;
	text-align: center;
	margin-top: 10%;
}



.conditions_box02 {
	width: 50%;
	padding: 5% 0;
	margin: 0 auto;
	border: 4px #AD92C7 double;
}



@media only screen and (max-width: 48em) {
.conditions_box02 {
	width: 100%;
	padding: 5% 0;
}

}



h3.conditions_title_h3 {
  position: relative;
  display: inline-block;
  padding: 0 90px;
  margin: 0 0 0.2% 0;
  font-size: 30px;
  font-size: 3.0rem;
}


h3.conditions_title_h3 span{
  
  font-size: 32px;
  font-size: 3.2rem;
  color: #AD92C7;
}


h3.conditions_title_h3:before, h3.conditions_title_h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 70px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

h3.conditions_title_h3:before {
  left:0;
}
h3.conditions_title_h3:after {
  right: 0;
}


@media only screen and (max-width: 48em) {
h3.conditions_title_h3 {
  position: relative;
  display: inline-block;
  padding: 10px 40px 0px 40px;
  margin: 0 0 0.2% 0;
  font-size: 23px;
  font-size: 2.3rem;
}


h3.conditions_title_h3 span{
  
  font-size: 25px;
  font-size: 2.5rem;
  color: #AD92C7;
}


h3.conditions_title_h3:before, h3.conditions_title_h3:after {
  content: '';
  position: absolute;
  top: 55%;
  display: inline-block;
  width: 30px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

h3.conditions_title_h3:before {
  left:0;
}
h3.conditions_title_h3:after {
  right: 0;
}
}



p.conditions_txt {
  margin-top: 1%;
  padding: 0 0 1% 0;
  text-align: center;
  line-height: 1.6;
  font-size: 23px;
  font-weight: bold;
}

@media only screen and (max-width: 48em) {
  p.conditions_txt {
    margin: 0 auto 5px auto;
    max-width: 90%;
    font-size: 17px;
    font-size: 1.7rem;
  }
}


p.conditions_txt span{
 color: #AA78DB;
 font-size: 18px;
font-weight: 500;
}

@media only screen and (max-width: 30em) {
 p.conditions_txt span{
 font-size: 14px;
}
}

*/


/*=============== topics内フェアバナー ===============*/
.topics-box_fair {
	padding: 5%;
	margin: 10% auto;
	border: 2px #cab9db solid;
}
.topics-box_fair span{
    font-size: 18px;
    color: #534E4C;
}
p.topics-box_fair_txt {
    text-align: center;
    font-size: 20px;
    margin: 15px 0 10px 0;
    color: #cab9db;
	font-weight: bold;
}

.topics-box_fair_txt span{
    text-align: center;
    font-size: 20px;
    color: #534E4C;
	font-weight: bold;
}

.topics-box_fair_box {
    margin: 0 auto;
    text-align: center;
}
.topics-box_fair_box a {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 10px;
    font-size: 16px;
  	font-size: 1.6rem;
    background-color: #cab9db;
    color: #FFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-decoration: none;
}

@media only screen and (max-width: 48em) {
.topics-box_fair {
	padding: 5%;
	margin: 15% auto;
	border: 2px #cab9db solid;
	width: 90%;
}
}


/*=============== 「こちら」ボタン ===============*/

.btn02 a.color_a_1, .btn span.color_a_1 {
    background-color: #b9da96;
    color: #4e4539;
}


/* =========== btn =========== */
.btn02 {
  position: relative;
  z-index: 1100;
  font-size: 20px;
  margin: 5% 0 0 0;
}

@media only screen and (max-width: 30em) {
.btn02 {
  margin: 3% 0 0 15%;
}
}

.btn02.is-center {
  text-align: left;
}
.btn02 input {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 3.7;
  cursor: pointer;
}
.btn02 a,
.btn02 span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 230px;
  border: none;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 3.7;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity;
}
@media only screen and (max-width: 30em) {
  .btn02 a,
  .btn02 span {
    margin-bottom: 10px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.btn02 a:hover,
.btn02 span:hover {
  opacity: 0.6;
}
.btn02 a:hover:after,
.btn02 span:hover:after {
  right: 12px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/* = btn type-b = */
.btn02 a.type-b:hover:after,
.btn02 span.type-b:hover:after {
  left: 12px;
}
.btn02 a.type-b:after,
.btn02 span.type-b:after {
  right: auto;
  left: 15px;
  background-image: url("/bridal/chiba/francs/common/img/icon_arrow-left-black.png");
}

/* = btn is-disabled = */
.btn02 a.is-disabled,
.btn02 span.is-disabled {
  background-color: #d6d6d6 !important;
  color: #999 !important;
}
.btn02 a.is-disabled:after,
.btn02 span.is-disabled:after {
  background-image: url("/bridal/chiba/francs/common/img/icon_arrow-right-gray.png");
}
.btn02 a.is-disabled:hover,
.btn02 span.is-disabled:hover {
  opacity: 1 !important;
}
.btn02 a.is-disabled:hover:after,
.btn02 span.is-disabled:hover:after {
  right: 15px !important;
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
}

.btn02 a:after,
.btn02 span:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 9px;
  background-image: url("/bridal/chiba/francs/common/img/icon_arrow-right-white.png");
  background-size: cover;
  content: "";
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: left, right, -webkit-transform;
  transition-property: left, right, transform;
  transition-property: left, right, transform, -webkit-transform;
}

/* =========== コンテンツをふわっと出す =========== */
[class*="js_scroll-fadein"] {
  opacity: 0;
}



/*=============== ブライダルフェア===============*/

/*背景色*/

.fair_area_background{
	/*background-color: #FAF7FF;*/
}
.fair_area{
	padding: 3% 0;
	text-align: center;
}
@media only screen and (max-width: 30em) {
.fair_area{
	padding: 5% 0 6% 0;
}
}

/*三角▼*/
.triangle3{
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #cab9db;
  margin: auto 48% 2% 48%;
}
@media only screen and (max-width: 30em) {
.triangle3{
  margin: 3% 44% 2% 44%;
}
}

/*Bridal Fair タイトル*/
h3.fair_title_h3{
	margin: 0 0 5% 0;
	padding-top: 3%;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 100%;
}

h3.fair_title_h3 span{
	font-size: 1.4rem;
}

@media only screen and (max-width: 30em) {
h3.fair_title_h3{
	margin: 0 0 3% 0;
    font-size: 26px;
    font-size: 2.6rem;
}
h3.fair_title_h3 span{
	font-size: 1.2rem;
}
}

/*枠線*/
.fair_box{
	border: solid 2px #cab9db;
	/*background-color: #FFFFFF;*/
	margin-bottom: 3%;
	padding: 2%;
}
@media only screen and (max-width: 30em) {
.fair_box{
	margin: 0 2.5% ;
	padding: 3%;
}
}

.fair_box_inner{
	display: flex;
	flex-direction: row;
}
@media only screen and (max-width: 30em) {
.fair_box_inner{
	flex-wrap: wrap;
	padding-bottom: 3%;
}
}

/*テキスト*/
.fair_txt_area{
	width: 50%;
	margin-right: 2%;
	margin-top: 1%;
	text-align: left;
}
@media only screen and (max-width: 30em) {
 .fair_txt_area{
	width: 100%;
	margin-right: 0;
	margin-bottom: 2%;
	text-align: left;
}
}

.fair_txt_area02{
	width: 100%;
	text-align: left;
}

.fair_txt_area03{
	width: 100%;
	padding: 0% 2%;
	text-align: left;
}
@media only screen and (max-width: 30em) {
.fair_txt_area03{
	padding: 3% 2% 0 2%;
}
}

h4.fair_title_h4{
	margin-bottom: 1%;
	font-size: 22px;
	font-size: 2.2rem;
}

h4.fair_title_h4 span{
	padding-right: 1%;
}
@media only screen and (max-width: 30em) {
h4.fair_title_h4{
	text-align: center;
	margin-bottom: 3%;
	font-size: 16px;
	font-size: 1.6rem;
}
}

/*画像*/
.fair_img_area{
	width: 50%;
}
@media only screen and (max-width: 30em) {
.fair_img_area{
	width: 100%;
}
}

.fair_img_area img{
	width: 49%;
}

/*フェアへのバナー*/
.pickupPlanBox-linkBtn {
  margin : 2% 20% 3% 20%;
  font-size: 1.8rem;
}
.pickupPlanBox-linkBtn a strong{
  font-size: 3rem;
}
.pickupPlanBox-linkBtn a span{
  font-size: 1.5rem;
}
@media only screen and (max-width: 30em) {
.pickupPlanBox-linkBtn {
  margin : 2% 5% 3% 5%;
  font-size: 1.8rem;
}
}

.pickupPlanBox-linkBtn a{
  padding: 20px;
  background-color: #cab9db;
}
.linkBtn_a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition-timing-function: linear;
  transition-duration: .2s;
  transition-property: background-color, color, opacity;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cab9db; 
  color: #fff;
}
.linkBtn_a:hover {
  background-color: #fff;
  color: #cab9db;
}
@media only screen and (max-width: 60em) {
  .linkBtn_a {
    background-color: #cab9db; 
    color: #fff;
  }
}
/*フェアへのバナー END */

/*====== このプランに含まれるもの icon ver ======*/

/* ＜特典内容＞title */
.modal-box_title02 {
  margin-top: 4%;
  margin-bottom: 4%; 
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

/* icon area */
.present_container{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	margin: auto;
}

.item{
	width: 20%;
	text-align: center;
	margin-bottom: 4%;
}
@media only screen and (max-width: 48em) {
	.item{
		width: 25%;
		text-align: center;
		margin-bottom: 4%;
	}
}

.item p{
	font-weight: 700;
	margin:auto;
	width: 88%;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (max-width: 48em) {
	.item p{
	font-weight: 700;
	margin:auto;
	width: 88%;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	}
}
.item strong{
	font-weight: 700;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.svg_icon01{
	width: 25%;
	margin-bottom: 7%;
}
@media only screen and (max-width: 48em) {
	.svg_icon01{
	width: 55%;
	margin-bottom: 7%;
	}
}

