@charset"UTF-8";
html {
	width: 100%;
	min-width:320px;

	font-size: 10px;
	line-height: 1.5em;
}

body {
	font-size: 18px;
	line-height: 1.5em;
	color:#606060;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , sans-serif;

	-webkit-text-size-adjust: 100%;
	font-size-adjust: 100%;
}

img {
	display: block;
	vertical-align: top;

/*IE9用*/
	width: 100%;
}


span {
	display: inline-block;
}

/*form*/
input, textarea {
	font-size: 16px;
	padding:3px;
}

/*アンカー*/
a, a:visited {
	color: blue;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/*IE9用*/
a img {
	border: 0;
}

/*丸ゴシック*/
.marugoshic {
	font-family: "Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ" , Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*明朝体*/
.mincho {
	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , Garamond , "Times New Roman" , serif;
}

/*イメージ表示位置*/
.img-pos-r {
	margin-left: auto;
	margin-right: 0;
}
.img-pos-c {
	margin-left: auto;
	margin-right: auto;
}
.img-pos-l {
	margin-left: 0;
	margin-right: auto;
}


/********************************************
	共通																				*/
/*	フロート*/
.flt_box {	/*overflow: hidden;*/	zoom: 1;}
.flt_box:after, .fltBox:before {	content: '';	display: table;}
.flt_box:after {	clear: both;}

/*flex*/
.flex_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.item_ctr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/**/
#wrap {
	overflow: hidden;
	display: none;
}

/**/
.contents_box {
	max-width: 960px;
	margin: auto;
	padding: 0 10px;
}

/*マンガ*/
.manga_box {
	max-width: 960px;
	margin: 0.5em auto;
	padding: 0 10px;
}
.manga_box p {
	padding: 0.5em 0;
}
.manga_box img {
	margin: auto;
}
/*マンガSP用*/
.manga_box_sp p {
	padding: 1.15vw 0;
}
.manga_box_sp p img {
	margin: auto;
	border:0.5vw solid #2A0A12;
}


/********************************************
	フッター																		*/
footer {
	background-color: #F5A33B;
	padding: 1.5% 0;
	margin-top: 6%;
	color: #FFF;
	font-size: 14px;
	line-height: 1.25em;
	text-align: center;
}


/********************************************
	ヘッダー																		*/
header {
	position: relative;
	padding-top: 10px;
}
header:before {
	position: absolute;
	z-index: 3;
	content: '';
	width: 100%;
	height: 10px;

	top: 0;
	left: 0;

	background-color: #F5A33B;
}

#logo {
	float: left;
	width: 37.3%;
	margin-left: 1.8%;
	margin-top: 1.5%;
}
#nav_fix {
	display: block;
	float: right;
	width:  57.5%;
}
#nav_fix li {
	float: left;
	width: 49.5%;
	margin-top: -1.65%;
	-webkit-perspective: 300px;
	perspective: 300px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
#nav_fix .hd_tel {
	margin-right: 1%;
}
#nav_fix li a {
	display: block;
	border: 3px solid #F5A33B;
	border-radius: 0 0 8px 8px / 0 0 8px 8px;
	border-radius: 0 0 0.9rem 0.9rem /  0 0 0.9rem 0.9rem;
}
.hd_tel a {
	background-color: #F5A33B;
	padding: 8% 5% 4.25%;
}
.hd_appt a {
	padding: 4.25% 5% 2.75%;
}



/********************************************
	コンタクト																	*/
.contact_box {
	margin-bottom: 3em;
	margin-bottom: 4%;
}
.contact_inner {
	position: relative;
	padding: 13.5% 0 11.5%;

	background: url('../img/contact/contact_bgi.svg') no-repeat 0 0;
	background-position: center right;
}


.illust_inner {
	position: absolute;
	top: 20%;
	left: 0;

	width: 21.6%;
	height: 67%;
	background: url('../img/contact/contact_illust.png') no-repeat 0 0;
	background-size: 100% auto;
}

.btn_inner {
	display: table;
	width: 75.45%;
	margin: 0 2.3% 0 auto;
}
.btn_inner li {
	display: table-cell;
}
.btn_inner li a {
	display: block;
	border-radius: 13px;
	border-radius: 1.3rem;
}
.appt_btn a {
	padding: 1.75% 9.5%;
	background-color: #E34709;
}
.tel_btn a {
	padding: 5.2% 2.5%;
	background-color: #0F8028;
}

.appt_btn {
	width: 56.76%;
	padding-right: 1.61%;
}
.appt {
	background: url('../img/contact/appointment.svg') no-repeat 0 0;
	background-position: center center;
	height: 0;
  padding-top: 28.75%;
}
.tel_btn {
	width: 43.24%;
}
.tel {
	background: url('../img/contact/tel.svg') no-repeat 0 0;
	background-position: center center;
	height: 0;
  padding-top: 25%;
}

.appt > span,
.tel > span {
	display: none;
}
/********************************************
	逆三角形																		*/
.iTriangle {
	position: relative;
	z-index: 100;
	display: block !important;
	margin: 0 auto;
	width: 5.5em;
	height: 5.5em;
}
#iTriangle1 {
	margin-top: 1%;
}
#iTriangle2 {
	margin: 2% auto 4%;
}
#iTriangle3 {
	margin-bottom: 3%;
}
#iTriangle4 {
	margin: 2% auto -0.5%;
}
#iTriangle5 {
	margin-bottom: 2%;
}
.iTriangleNoJS,
.iTriangleNoJS2 {
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -100%);
	    -ms-transform: translate(-50%, -100%);
	        transform: translate(-50%, -100%);

	border: 6.5em solid transparent;
	border-top: 5em solid #F5A33B;
	border-bottom: 0;
}
.iTriangleNoJS2 {
	-webkit-transform: translate(-50%, -150%);
	    -ms-transform: translate(-50%, -150%);
	        transform: translate(-50%, -150%);
}


/********************************************
	メインフィーチャー														*/
#main_feature {
	position: relative;
	overflow: hidden;
	padding: 1.5em 0;
	margin-bottom: 1%;
}
#main_feature::after {
	position: absolute;
	z-index: -2;
	content: '';
	width: 100%;
	height: 50%;

	bottom: 0;
	left: 0;

	background-color: #FFFCD1;
}

#main_feature .contents_box {
	position: relative;
	padding-top: 1.25em;
	margin-top: 1%;
}

#mf_bgi {
	position: absolute;
	z-index: -1;
	width: 100%;
	max-width: 960px;
	height: 100%;

	left: 0;
	right: 0;
	margin: auto;

	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;

	background: url('../img/main_feature/mf_bgi.svg') repeat-y 0 0;
	background-position: top center;
}

/*メインメッセージ*/
#mf_msg {
	position: relative;
	width: 52.4%;

	padding: 0 0 1.6em 3.45%;
	margin: 0.5% 0 1em 1.4%;

	color: #F5A33B;
	font-size: 23.7px;
	font-size: 2.37rem;
	line-height: 1.25em;
	font-weight: bold;
}
#mf_msg::after {
	position: absolute;
	z-index: -1;
	content: '';
	width: 100%;
	height: 61%;

	bottom: 0;
	left: 0;
	background: url('../img/main_feature/mf_line.svg') no-repeat 0 0;
}

/*メインVR*/
#mf_vr {
	width: 29.4%;
	background: url('../img/main_feature/mf_vr.svg') no-repeat 0 0;
	background-position: center top;
	margin: 0 0 1.35em 1.4%;
}
#mf_vr .mf_vr_inner {
	margin: 0 auto;
	padding: 82% 11.25% 7.5%;
}

/*メインイラスト*/
#mf_illust {
	position: absolute;
	width: 66%;
	top: -2%;
	right: 2.2%;
	right: calc(1.4% + 10px);
}

/*メイン見出し*/
#mf_header {
	position: relative;
	z-index: 2;
}
#mf_header::after {
	position: absolute;
	z-index: -1;
	content: '';
	width: 300%;
	height: 50%;

	bottom: 6%;
	left: 15.6%;

	background-color: #F5A33B;
}
#mf_header h1 {
	overflow: hidden;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-left: -5.6%;
}
#mf_header .mf_hd1 {
		width: 36.4%;
}
#mf_header .mf_hd2 {
		width: 59.8%;
		/*padding-bottom: 3%;*/
}
#mf_header .mf_hd2 img {
		margin-bottom: 5.25%;
}

/********************************************
	悩んでいませんか？														*/
#trouble_box {}
#trouble_box .header {
	overflow: hidden;
	background-color: #00a8e9;
	padding: 14px 0 22px;
}
#trouble_box .header h2 {
		width: 79.8%;
		margin: auto;
}

.bg_check {
	position: relative;
	margin: 0 auto 3.75%;
	padding: 44px 0 36px;

	background: #FFECD3; /* Old browsers */
	/*iOS safariでぼやけてしまうのでSPは下記に変更*/
	background:
	 -webkit-linear-gradient(left, transparent 49px, #FFF 49px, #FFF 50px),
	 -webkit-linear-gradient(bottom, transparent 49px, #FFF 49px, #FFF 50px),
	 -webkit-linear-gradient(bottom, #FFECD3, #FFECD3);
	background:
	 -o-linear-gradient(left, transparent 49px, #FFF 49px, #FFF 50px),
	 -o-linear-gradient(bottom, transparent 49px, #FFF 49px, #FFF 50px),
	 -o-linear-gradient(bottom, #FFECD3, #FFECD3);
	background:
	 linear-gradient(90deg, transparent 49px, #FFF 49px, #FFF 50px),
	 linear-gradient(0deg, transparent 49px, #FFF 49px, #FFF 50px),
	 linear-gradient(0deg, #FFECD3, #FFECD3);

	/* 背景画像のサイズを指定 */
	background-size: 50px 50px, 50px 50px, 50px 50px;
	background-position: center center;
}

#trouble {
	width: 88%;
	margin: 0 auto 1% 7.5%;
}
#trouble dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;

	margin-bottom: 40px;
}
#trouble dl:last-of-type {
	margin-top: -1.3%;
	margin-bottom: 0;
}

#trouble dt {
	position: relative;
	float: left;

	background: url(../img/trouble/checkbox.svg) no-repeat 0 0;
	/*background-size: 70px 70px;*/

	height: 70px;
	width: 70px;

	margin-right: 6.6%;
}
#trouble .icon1,
#trouble .icon2,
#trouble .icon3 {
	position: absolute;
	left: 10px;
	top: -14px;
	display: block;
	background: url(../img/trouble/check.svg) no-repeat 0 0;
	background-size: 73px 67.1px;

	height: 67.1px;
	width: 73px;
}

#trouble dd {
	overflow: hidden;
	float: right;
	width: auto;
	margin: 0;
	padding: 0;

	color:#808080;
	font-size: 38.4px;
	font-size: 3.84rem;
	line-height: 1.25em;

	width: 76%;
	width: calc(100% - 6.6% - 72px);
	/*下記IE9NG*/
	/*flex: 1;*/
}

#trouble .sw_sp {
	display: none;
}

/*IE9用*/
#trouble dl:after,
#trouble dl:before {
	content: '';
	display: table;
}
#trouble dl:after {
	clear: both;
}
#trouble dl {
	zoom: 1;
}


/********************************************
	ココが違う																	*/
.bg_slanting_stripe {
	padding: 0 10px;
	margin-bottom: 4%;

	background: #FFF; /* Old browsers */
	/*iOS safariでぼやけてしまう下記に変更*/
	background: -webkit-linear-gradient(
		45deg,
		#F6CE5F 25%,
		#FFF 25%, #FFF 50%,
		#F6CE5F 50%, #F6CE5F 75%,
		#FFF 75%, #FFF
	);
	background: -o-linear-gradient(
		45deg,
		#F6CE5F 25%,
		#FFF 25%, #FFF 50%,
		#F6CE5F 50%, #F6CE5F 75%,
		#FFF 75%, #FFF
	);
	background: linear-gradient(
		45deg,
		#F6CE5F 25%,
		#FFF 25%, #FFF 50%,
		#F6CE5F 50%, #F6CE5F 75%,
		#FFF 75%, #FFF
	);
	/* 背景画像のサイズを指定 */
	background-size: 30px 30px;
	background-position: top center;
}
.bg_slanting_stripe .contents_box {
	background-color: #FFF;
	max-width: 940px;
	padding: 1.5% 0 0.75%;
}

/*ここが違う！見出し*/
#different_box .header {
	position: relative;
	overflow: hidden;
	z-index: 2;
	padding: 4% 10px 3.65em;
	margin-bottom: -3em;
}
#different_box .header::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 44%;

	left: 0;
	right: 0;
	bottom: 3em;
	margin: auto;

	background-color: #552500;
}
#different_box .header::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;

	left: 0;
	right: 0;
	bottom: 1px;
	margin: auto;

	border: 3.5em solid transparent;
	border-top: 3em solid #552500;
	border-bottom: 0;
}

#different_box h2 {
	position: relative;
	width: 69.62%;
	margin: auto;
}
#different_box h2::after {
	position: absolute;
	content: '';

	top: -60%;
	left: -10%;
	right: -10%;
	margin: auto;

	background: url('../img/different/different_header_bgi_pc.svg') no-repeat 0 0;
	background-size: 100% auto;

	width: 120%;
	height: 160%;
}

.different_inner {
	padding: 3% 1.6% 0;
}
.different_inner li {
	margin-top: 3%;
}

/*ここが違う！各内容の見出し*/
.different_head {
	position: relative;
	z-index: 2;
	-webkit-transform: translateY(29%);
	    -ms-transform: translateY(29%);
	        transform: translateY(29%);
}
.different_head h3 {
	float: left;
	width: 45.7%;
}
.different_head div {
	float: right;
	width: 52.55%;
	overflow: hidden;
}
#d_no1 .different_head p {
	padding-right: 3%;
}
#d_no2 .different_head p {
	padding-right: 27.2%;
}
#d_no3 .different_head {
	-webkit-transform: translateY(26.5%);
	    -ms-transform: translateY(26.5%);
	        transform: translateY(26.5%);
}
#d_no3 .different_head p {
	padding: 2.8% 9% 0 0;
}

/*ここが違う！各内容*/
.different {
	overflow: hidden;
	width: 100%;
}
.different > div {
	background-color: #FFFCD1;
	border: 8px solid #F5A33B;
	border-radius: 1em;

	padding: 5% 10.5% 4% 6.8%;
	margin: 0 0.5%;
}
.different p {
	font-size: 19.64px;
	font-size: 1.964rem;
	line-height: 1.5em;
}
.different .advantage {
	font-size: 24.74px;
	font-size: 2.474rem;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.different .d_img {
	margin: 2.5em 0 1em;
}


/********************************************
  お客様の声                                 */
.bg_orange {
  position: relative;
  overflow: hidden;

  padding-bottom: 7.5em;
  margin-bottom: 4%;
}
.bg_orange::before,
.bg_orange::after {
  position: absolute;
  z-index: -2;
  content: '';

  left: 0;
  right: 0;
  margin: auto;
}
.bg_orange::before {
  background-color: #F5A33B;

  width: 100%;
  height: 100%;

  bottom: 5em;
}
.bg_orange::after {
  width: 0;
  height: 0;

  bottom: 1px;

  border: 5.75em solid transparent;
  border-top: 5em solid #F5A33B;
  border-bottom: 0;
}
#cv_bgi {
  position: absolute;
  z-index: -1;
  width: 100%;
  max-width: 1110px;
  height: 100%;
  height: calc(100% - 5em);

  left: 0;
  right: 0;
  margin: auto;

  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;

  background: url('../img/customer_voice/cv_bgi.svg') repeat-y 0 0;
  background-position: top center;
}

/*お客様の声見出し*/
#customer_voice_box .header {
  overflow: hidden;
  padding: 4.75% 0 0;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25)) drop-shadow(-1px -1px 0px rgba(100, 100, 100, 0.25));
	        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25)) drop-shadow(-1px -1px 0px rgba(100, 100, 100, 0.25));
}
#customer_voice_box h2 {
  width: 80.25%;
  margin: auto;
}

/*お客様の声の内容*/
.cv_inner li {
  margin: 5.25% 0;
}
.cv_mount {
  overflow: hidden;
  background-color: #FFF;
  width: 90.5%;
  padding: 5% 12% 5% 6%;
  border-radius: 16em;
}
.cv_mount dl {
  overflow: hidden;
}
.cv_mount dt {
  background: url('../img/customer_voice/cv_char1.svg') no-repeat 0 0;
  /*background-size: 118px 164.1px;*/
  background-position: center left;

  width: 17%;
}
.cv_mount dt > span {
  display: none;
}
.cv_mount dd {
  width: 75%;
  font-size: 19.64px;
  font-size: 1.964rem;
  line-height: 1.5em;

  padding: 1em 0;
}

/*個々の設定*/
.cv_inner li:nth-of-type(even) .cv_mount {
  margin: 0 0 0 auto;
  padding: 5% 6% 5% 12%;
}
.cv_inner li:nth-of-type(even) dt {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.cv_inner li:nth-of-type(even) dd {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
#cv_no2 dt {
  background: url('../img/customer_voice/cv_char2.svg') no-repeat 0 0;
  background-position: center left;
}
#cv_no3 dt {
  background: url('../img/customer_voice/cv_char3.svg') no-repeat 0 0;
  background-position: center left;
}


/*----------------------------------------------------------
	メディアクエリー
  ----------------------------------------------------------*/
@media screen and (max-width: 960px) {
	html, body {
		font-size: 1.86vw;
	}

/*逆三角形*/
	.iTriangle {
		width: 15.5vw;
		height: 15.5vw;
	}

/*メインフィーチャー*/
	#mf_header h1 {
		margin-left: 0;
	}
	#mf_header::after {
		left: 20%;
	}
	#mf_msg {
    font-size: 1.24em;
    font-size: 1.24rem;
  }
  /*メインイラスト*/
	#mf_illust {
		width: 65%;
	}
/*困っていませんか？*/
	#trouble_box .header h2 {
			width: 94.8%;
	}
	#trouble {
		width: 96%;
		margin: 0 auto 1%;
	}
	#trouble dt {
		height: 4em;
		width: 4em;

		margin-right: 5%;
	}
	#trouble .icon1,
	#trouble .icon2,
	#trouble .icon3 {
		background-size: 4.25em 4em;
		left: 19%;
		top: -19%;
		width: 4.25em;
		height: 4em;
	}

	#trouble dd {
    font-size: 2.3em;
    font-size: 2.3rem;
		width: calc(100% - 5% - 1.8em);
	}

/*ここが違う！*/
	#different_box h2 {
		width: 84.62%;
	}
	.different p {
    font-size: 22.5px;
    font-size: 1.42em;
    font-size: 1.42rem;
	}
	.different .advantage {
    font-size: 24.7px;
    font-size: 1.59em;
    font-size: 1.59rem;
  }
	.different p br {
		display: none;
	}

/*お客様の声*/
	#customer_voice_box h2 {
		width: 95.25%;
	}
	.cv_mount dd {
    font-size: 22.5px;
    font-size: 1.42em;
    font-size: 1.42rem;
	}
	.cv_inner li:nth-of-type(even) .cv_mount {
		padding: 5% 6% 5% 15%;
	}
}


@media screen and (max-width: 600px) {
	header {
		padding-top: 1vw;
	}
	header:before {
		height: 1vw;
	}
	#nav_fix li a {
		border-width: 2px;
		border-width: 0.5vw;
	}
/*メインフィーチャー*/
	#mf_msg {
		width: 52.9%;
	}
	/*メインイラスト*/
	#mf_illust {
		width: 65%;
	}

/*困っていませんか？*/
	#trouble {
		width: 94%;
	}
	#trouble dt {
		height: 7em;
		width: 7em;
		margin-right: 7%;
	}
	#trouble .icon1,
	#trouble .icon2,
	#trouble .icon3 {
		background-size: 7.25em 7em;
		left: 19%;
		top: -19%;
		width: 7.25em;
		height: 7em;
	}
	#trouble dd {
    font-size: 2.9em;
    font-size: 2.9rem;

		width: calc(100% - 5% - 3em);
	}
	#trouble .sw_sp {
		display: block;
	}
}


@media screen and (max-width: 500px) {
	header::before {
	    top: 44%;
	}
	header::after {
		position: absolute;
		z-index: 2;
		content: '';
		width: 100%;
		height: 46%;

		top: 0;
		left: 0;

		background-color: #FFF;
	}
	#logo {
		position: relative;
		z-index: 3;
		width: 55%;
		margin: 1.5% 43.2% 1em 1.8%;
	}
	#nav_fix {
		width: 100%;
	}
	#nav_fix li {
		margin-top: 0;
	}

/*コンタクト*/
	.contact_inner {
		padding: 3.5% 0 11.5%;
		background-position: bottom 10% right;
	}
	.illust_inner {
		top: 16%;
		width:35%;
		height: 66.5%;
	}
	.btn_inner {
		display: block;
		width: 60%;
	}
	.btn_inner li {
		display: block;
	}
	.appt_btn,
	.tel_btn {
		width: 100%;
		margin: 0.5em 0;
		padding: 0;
	}
	.appt_btn a {
		padding: 3.42% 2.5%;
	}

/*メインフィーチャー*/
	#mf_bgi {
		background-position: top -56% center;
	}
	#mf_msg {
		position: absolute;
		top: 2%;
		right: 10px;

		width: 43%;
		padding: 0 0 7% 2.45%;
		margin: 0;

    font-size: 2.26em;
    font-size: 2.26rem;
	}
	#mf_msg::after {
		height: 16%;
		bottom: 5%;
	}

/*メインVR*/
	#mf_vr {
		width: 52.4%;
		margin: 0 0 0.25em 0;
	}
	#mf_vr .mf_vr_inner {
    padding: 76.75% 6.5% 4.5%;
  }

	/*メインイラスト*/
	#mf_illust {
		width: 54%;
		top: 33.5%;
		right: 10px;
	}
	#mf_header {
		margin: 0 -10px;
	}
	#mf_header::after {
		width: 100%;
		height: 35%;
		left: 0;
	}
	#mf_header .mf_hd1 {
			width: 46.4%;
			margin-right: 53.6%;
	}
	#mf_header .mf_hd2 {
			width: 90.8%;
			margin: 1% auto 0;
	}

/*ここが違う*/
	.bg_slanting_stripe .contents_box {
	    padding: 3% 0 1.5%;
	}
	#different_box .header {
		padding: 6% 10px 11.5vw;
		margin-bottom: -9vw;
	}
	#different_box .header::before {
		height: 58%;
		bottom: 10vw;
	}
	#different_box .header::after {
		border-width: 11vw;
		border-top-width: 10vw;
	}
	#different_box h2 {
		width: 69.62%;
	}
	#different_box h2::after {
		top: -36%;
		left: -15%;
		right: -15%;

		background: url('../img/different/different_header_bgi_sp.svg') no-repeat 0 0;
		background-size: 100% auto;

		width: 130%;
		height: 100%;
	}

	/*個々の違い*/
	.different_inner {
		padding: 0 1.6% 0;
		margin-top: -13%;
	}
	.different_inner li {
	    margin-top: 15%;
	}
	.different_head,
	#d_no3 .different_head {
		margin-bottom: 10px;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}

	.different_head h3 {
			width: 76%;
			margin-right: 24%;
	}
	.different_head div {
		width: 94%;
		margin: 1em 4% 0 2%;
	}
	.different p {
    font-size: 17.6px;
    font-size: 2.58rem;
	}
	.different .advantage {
    font-size: 19.8px;
    font-size: 2.936rem;
  }
	#d_no3 .different_head p {
		padding: 0 9% 0 0;
	}

/*お客様の声の内容*/
	.bg_orange {
		padding-bottom: 13%;
	}
	.bg_orange::before {
		bottom: 13vw;
	}
	.bg_orange::after {
		border-width: 15vw;
		border-top-width: 13vw;
	}
	#cv_bgi {
	  height: calc(100% - 13vw);
	}
	.cv_inner li {
		margin: 8.5% 0;
	}
	.cv_mount {
		border-radius: 2em;
		padding: 5% 8% 5%;
	}
	.cv_mount dl{
		position: relative;
	}
	.cv_mount dt{
    position: absolute;
    z-index: 3;
		width: 28%;
    padding-top: 40%;

    top: 5.5%;
	}
	#cv_no2 dt,
	#cv_no3 dt {
    background-position: top left;
	}

	.cv_mount dd {
		width: 100%;
    font-size: 17.6px;
    font-size: 2.58rem;
		padding: 1em 0;
	}
	/**/
	.img_space {
		float: left;
		width: 34%;
		height: 0;
		padding-top: 45%;
	}

	/*偶数*/
	.cv_inner li:nth-of-type(even) .cv_mount {
		padding: 5% 8% 5%;
	}
	.cv_inner li:nth-of-type(even) .cv_mount dt {
		right: 0;
	}
	.cv_inner li:nth-of-type(even) .img_space {
		float: right;
	}
}


@media screen and (max-width: 320px) {
/*ここが違う*/
  .different p {
    font-size: 18.8px;
    font-size: 2.964rem;
  }
  .different .advantage {
    font-size: 27px;
    font-size: 3.4rem;
  }
/*お客様の声*/
	.cv_mount dd {
    font-size: 18.8px;
    font-size: 2.964rem;
  }
}



/*IE用調整用*/
@media all and (-ms-high-contrast:none) {
/*IE游ゴシックバグ用調整*/
	body {
		font-family: "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , sans-serif;
	}

/*メインフィーチャー*/
	#mf_bgi {
 	 background-size: 100% 37em;
	}
/*お客様の声*/
	#cv_bgi {
 	 background-size: 100% 58em;
	}
}
@media all and (-ms-high-contrast:none) and (max-width: 960px) {
	#mf_bgi {
 	 background-size: 100% 37rem;
	}
	#cv_bgi {
 	 background-size: 100% 52rem;
	}
}
@media all and (-ms-high-contrast:none) and (max-width: 500px) {
	#mf_msg {
    font-size: 2.24em;
    font-size: 2.24rem;
	}
}
