@charset "UTF-8";


/*=============== 画像 ===============*/
.image_box{
	width: 100%;
	margin: auto;
    padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}
.image_box_inner{
	width: 49%;
	margin-bottom: 2%;
}

@media only screen and (max-width: 48em) {
.image_box_inner{
	width: 100%;
}
}

/* =========== partyreport common.neo 上書き =========== */
.neo_common_slide_inner p {
	color: #000 !important;
}












.flex_2A_2 {
	position: relative;
	display: flex;
}
.flex_2A_2 div.flex_2A_2_inner1 {
    width: 40% !important;
}
.flex_2A_2 div.flex_2A_2_inner2 {
    width: 60% !important;
}


p.text3 {
	text-align: center;
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 24px;
	font-weight: bold;
}

/* 480px */
@media only screen and (max-width: 30em) {

.flex_2A_2 {
	display: block;
}
.flex_2A_2 div.flex_2A_2_inner1 {
    width: 100% !important;
}
.flex_2A_2 div.flex_2A_2_inner2 {
    width: 100% !important;
}
.benefit_box .planbox {
	margin-bottom: 25px;
}
p.text3 {
	font-size: 18px;
}
.plus {
	font-size: 50px;
}
}


/*=============== parts color ===============*/

.bg_color1{ background-color: rgba(193, 192, 166, 0.2) !important; }
.bg_color2{ background-color: #f5f5f5 !important; }
.bg_color3{ background-color: #FFFFFF !important; }
.bg_color4{ background-color: #FFEFD1 !important; }

/*=============== 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;
}
}

/*アニメーション要素のスタイル*/
.animation {
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


.flex_3A {
	display: flex;
	position: relative;
}
.flex_3A div{
    width: 33.33% !important;
	margin: 0 0 0 0;
}
.flex_2A {
	position: relative;
}
.flex_2A div.flex_2A_inner1 {
    width: 33.33% !important;
}
.flex_2A div.flex_2A_inner2 {
    width: 66.67% !important;
}

/* ====================== swiper Setting ====================== */
.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: -30px;
}
.swiper-button-prev {
    /*background: url("../img/icon-prev.png") no-repeat center center / contain;*/
}
.swiper-button-next {
    /*background: url("../img/icon-next.png") no-repeat center center / contain;*/
}
.swiper-container {
  text-align: center;
  padding-bottom: 20px !important;
}
.swiper-container .swiper-slide img {
  width: 100%;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
}


/*=============== コンセプト ===============*/
.concept_box {
	border: 4px double #5d7e2a;
	padding: 0 2%;
	text-align: center;
	width: 100%;
	margin: auto;
}

.boder_no{
	border: 0px !important;
}

.concept_box p.text1 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #ba9867;
  line-height: 1.3;
  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;
}
.concept_box p.text1 span{
  font-size: 36px;
  font-size: 3.6rem;
  display: inline-block;
  margin-bottom: 10px;
}
.concept_box_inner {
  position: relative;
}

@media only screen and (max-width: 64em) {
div.present_container {
	width: 100%;
}
}

@media only screen and (max-width: 48em) {
.concept_box {
	width: 95%;
	margin: auto;
}
h3.present_title_h3 {
  font-size: 26px;
  font-size: 2.6rem;
}
h3.present_title_h3 span {
  font-size: 21px;
  font-size: 2.1rem;
}
div.present_container .item {
	width: 25%;/*46*/
	/*margin: 5px;*/
	padding: 2px;
}
div.present_container .erase {
	display: none;
}
div.present_container .erase{
	display: block;
	background-color: #FFF;
}
.concept_box p.text1 {
  font-size: 24px;
  font-size: 2.4rem;
}
.concept_box p.text1 span{
  font-size: 24px;
  font-size: 2.4rem;
}
.concept_box p.text1 span.markerB{
  font-size: 28px !important;
  font-size: 2.8rem !important;
}
}

/* ========== margin setting ========== */
.mbset_A{margin-bottom:5% !important;}
.mbset_B{margin-bottom:3% !important;}
.mbset_C{margin-bottom:30px !important;}
/* 480px */
@media only screen and (max-width: 30em) {
.mbset_A{margin-bottom:10% !important;}
.mbset_B{margin-bottom:5% !important;}
.mbset_C{margin-bottom:20px !important;}
}