@charset "utf-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

   html {
	box-sizing: border-box;
	overflow-y: scroll; /* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%; /* iOS 8+ */
  }
  
  *,
  ::before,
  ::after {
	background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	box-sizing: inherit;
  }
  
  ::before,
  ::after {
	text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
  }
  
  * {
	padding: 0; /* Reset `padding` and `margin` of all elements */
	margin: 0;
  }
  
  /* # =================================================================
	 # General elements
	 # ================================================================= */
  
  /* Add the correct display in iOS 4-7.*/
  audio:not([controls]) {
	display: none;
	height: 0;
  }
  
  hr {
	overflow: visible; /* Show the overflow in Edge and IE */
  }
  
  /*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  menu,
  nav,
  section,
  summary {
	display: block;
  }
  
  summary {
	display: list-item; /* Add the correct display in all browsers */
  }
  
  small {
	font-size: 80%; /* Set font-size to 80% in `small` elements */
  }
  
  [hidden],
  template {
	display: none; /* Add the correct display in IE */
  }
  
  abbr[title] {
	border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
	text-decoration: none; /* Remove text decoration in Firefox 40+ */
  }
  
  a {
	background-color: transparent; /* Remove the gray background on active links in IE 10 */
	-webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
	-webkit-tap-highlight-color: transparent;
  }
  
  a:active,
  a:hover {
	outline-width: 0; /* Remove the outline when hovering in all browsers */
	background-color: transparent !important;
  }
  
  code,
  kbd,
  pre,
  samp {
	font-family: monospace, monospace; /* Specify the font family of code elements */
  }
  
  dfn {
	font-style: italic; /* Address styling not present in Safari and Chrome */
  }
  
  /* Address styling not present in IE 8/9 */
  mark {
	background-color: #ff0;
	color: #000;
  }
  
  /* https://gist.github.com/unruthless/413930 */
  sub,
  sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
  }
  
  sub {
	bottom: -0.25em;
  }
  
  sup {
	top: -0.5em;
  }
  
  /* # =================================================================
	 # Forms
	 # ================================================================= */
    
  /* Apply cursor pointer to button elements */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"],
  [role="button"] {
	cursor: pointer;
  }
  
  /* Replace pointer cursor in disabled elements */
  [disabled] {
	cursor: default;
  }
  
  [type="number"] {
	width: auto; /* Firefox 36+ */
  }
  
  [type="search"] {
	-webkit-appearance: textfield; /* Safari 8+ */
  }
  
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; /* Safari 8 */
  }
  
  textarea {
	overflow: auto; /* Internet Explorer 11+ */
	resize: vertical; /* Specify textarea resizability */
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
	font: inherit; /* Specify font inheritance of form elements */
  }
  
  optgroup {
	font-weight: bold; /* Restore the font weight unset by the previous rule. */
  }
  
  button {
	overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
  }
  
  /* Remove inner padding and border in Firefox 4+ */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
	border-style: 0;
	padding: 0;
  }
  
  /* Replace focus style removed in the border reset above */
  button:-moz-focusring,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
  }
  
  button,
  html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
  [type="reset"],
  [type="submit"] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
  }
  
  button,
  select {
	text-transform: none; /* Firefox 40+, Internet Explorer 11- */
  }
  
  /* Remove the default button styling in all browsers */
  button,
  input,
  textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
  }
  
  select::-ms-expand {
	display: none; /* Internet Explorer 11+ */
  }
  
  select::-ms-value {
	color: currentColor; /* Internet Explorer 11+ */
  }
  
  legend {
	border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
	display: table; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge and IE */
	white-space: normal; /* Correct the text wrapping in Edge and IE */
  }
  
  ::-webkit-file-upload-button {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
	font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
  }
  
  [type="search"] {
	-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px; /* Correct the outline style in Safari */
  }
  
  /* # =================================================================
	 # Specify media element style
	 # ================================================================= */
  
  img {
	border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
	border: 0;
	vertical-align: bottom;
  }
  
  /* Add the correct vertical alignment in Chrome, Firefox, and Opera */
  progress {
	vertical-align: baseline;
  }
  
  svg:not(:root) {
	overflow: hidden; /* Internet Explorer 11- */
  }
  
  audio,
  canvas,
  progress,
  video {
	display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
  }
  
  /* # =================================================================
	 # Accessibility
	 # ================================================================= */
  
  /* Hide content from screens but not screenreaders */
  @media screen {
	[hidden~="screen"] {
	  display: inherit;
	}
	[hidden~="screen"]:not(:active):not(:focus):not(:target) {
	  position: absolute !important;
	  clip: rect(0 0 0 0) !important;
	}
  }
  
  /* Specify the progress cursor of updating elements */
  [aria-busy="true"] {
	cursor: progress;
  }
  
  /* Specify the pointer cursor of trigger elements */
  [aria-controls] {
	cursor: pointer;
  }
  
  /* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
  [aria-disabled] {
	cursor: default;
  }
  
  /* # =================================================================
	 # Selection
	 # ================================================================= */
  
  /* Specify text selection background color and omit drop shadow */
  
  ::-moz-selection {
	background-color: #b3d4fc; /* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
  }
  
  ::selection {
	background-color: #b3d4fc; /* Required when declaring ::selection */
	color: #000;
	text-shadow: none;
  }
  
/* # =================================================================
   # 基本設定
   # ================================================================= */

html {
	box-sizing: border-box;
	overflow-y: scroll;
	/* All browsers without overlaying scrollbars */
	-webkit-text-size-adjust: 100%;
	/* iOS 8+ */
}

*,
::before,
::after {
	background-repeat: no-repeat;
	/* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit;
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	padding: 0;
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
}

html {
	font-family: 'atplusicons', 'vdl-v7marugothic', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

body {
	line-height: 1.5;
	color: #313131;
}

a {
	color: #313131;
	text-decoration: underline;
}

a:hover {
	color: #552208;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.contents_wrap a,
.contents_wrap a:hover {
	text-decoration: none;
}

.contents_wrap a img {
	/*text-decoration: none !important;*/
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.contents_wrap a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-decoration: none;
}
.contents_wrap .active a:hover img {
   	filter: alpha(opacity=100);
   	-moz-opacity: 1;
   	opacity: 1;
}
@media screen and (max-width: 767px) {
	.contents_wrap a:hover img {
		filter: alpha(opacity=100);
   	-moz-opacity: 1;
   	opacity: 1;
	}
}

/* page layout */
body {
	width: 100%;
	color: #313131;
	font-family: 'atplusicons', 'vdl-v7marugothic', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;

	/* font-family: dnp-shuei-mgothic-std, sans-serif; */
	font-weight: 300;
	font-style: normal;
}

.contents_wrap {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.contents_wrap img {
	width: 100%;
}



/*** ハンバーガーメニュー ***/
.contents_wrap .header_menu__wrap {
  position: relative;
  background: #FFAD2C;
	transition: position 0.4s ease-in-out;
}
.contents_wrap .header_menu__wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  z-index: 100;
}


.contents_wrap .header_menu {
	width: 100%;
  position: relative;
  background: #FFAD2C;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
 }

/*.header {
  background: #FFAD2C;
  position: fixed;
  width: 100%;
  height: 52px;
}
*/
.hamburger-menu {
  position: relative;
  width: 50px;
  height: 50px;
  width: calc( ( 120 / 750 ) * 100% );
  height: 80px;
  padding: 0;
  border: none;
  background: transparent;
  appearance: none;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.hamburger-menu__bar:first-child {
  top: 16px;
  top: 22px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 24px;
  top: 37px;
}
.hamburger-menu__bar:last-child {
  top: 32px;
  top: 52px;
}
@media screen and (max-width: 767px) {
	.hamburger-menu__bar {
  	height: 2px;
	}
	.hamburger-menu__bar:first-child {
	  top: 16px;
	}
	.hamburger-menu__bar:nth-child(2) {
	  top: 24px;
	}
	.hamburger-menu__bar:last-child {
	  top: 32px;
	}
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  position: absolute;
  top: 80px;
  width: 100%;
  padding-bottom: 12px;
  z-index: 9999;
  background: #FFAD2C;
}
.menu {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li {
  /*border-bottom: solid 1px #474747;*/
}
.menu li:first-child {
  /*border-top: solid 1px #474747;*/
}
.menu li a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 16px 0;
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .menu li a:hover {
    background: #333;
  }
}
/* おすすめメニューカルーセル */
.recommend_wrapper .recommend_list {
	padding-top: 40px;
	position: relative;
}
.recommend_wrapper .recommend_list .recommend_item {
	position: relative;
}
.recommend_wrapper .recommend_list .recommend_item a {
	width: 75%;
	position: absolute;
	left: 50%;
	bottom: 7%;
	transform: translateX(-50%);
}
.recommend_wrapper .recommend_list .recommend_item_search a {
	bottom: 25%;
}
.recommend_wrapper .slide-arrow {
	width: 10%;
	top: 17%;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.recommend_wrapper .slide-arrow {
		top: 22%;
	}
}
.recommend_wrapper .slide-arrow.prev-arrow {
	left: 0;
}
.recommend_wrapper .slide-arrow.next-arrow {
	right: 0;
}
.recommend_wrapper ul.slide-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	bottom: 1.5%;
	transform: translateX(-50%);
	z-index: 1;
}
.recommend_wrapper ul.slide-dots li {
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #FFAD2C;
	border-radius: 999px;
}
.recommend_wrapper ul.slide-dots li.slick-active {
	background: #FFAD2C;
}
.recommend_wrapper ul.slide-dots li button {
	font-size: 0;
}

.explain {
	position: relative;
}

.explain .explain_inner {
	margin-top: -154%;
}
.explain .slide-arrow {
	width: 10%;
	top: 40%;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
.explain .slide-arrow.prev-arrow {
	left: 0;
}
.explain .slide-arrow.next-arrow {
	right: 0;
}
.explain ul.slide-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	bottom: 1.5%;
	transform: translateX(-50%);
	z-index: 1;
}
.explain ul.slide-dots li {
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #FFAD2C;
	border-radius: 999px;
}
.explain ul.slide-dots li.slick-active {
	background: #FFAD2C;
}
.explain ul.slide-dots li button {
	font-size: 0;
}

/* スクロールヒント */
.scrollHint {
  position: relative;
}
.scrollHint .finger {
  width: 120px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 60px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 10px;
}
.scrollHint .finger img {
  height: 45px;
  margin-top: 5px;
  width: 35px;
}
.scrollHint .finger .active {
  animation: anim 1s;
  animation-iteration-count: 100;
}
.scrollHint .finger span {
  font-size: 10px;
  color: #fff;
}
@keyframes anim {
  0% {
    transform: translateX(30px);
    opacity: 1;
  }
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
.scrollHint .fadeout {
  animation: fadeOut 1.5s;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* ヘッダーロゴ */
/**/
.navtext {
  width: calc( ( ( 750 - 111 ) / 750 ) * 100% );
  padding-left: calc( ( 111 / 750 ) * 100% );
  text-align: center;
}
.navtext a{
  display: flex;
  justify-content: center;
  align-items: center;
}

.navtext img {
	max-width: 530px;
}
@media screen and (max-width: 767px) {
	.contents_wrap .header_menu {
	  height: 50px;
	}
	.hamburger-menu {
	  width: 50px;
	  height: 50px;
	}
	.navigation {
	  top: 50px;
	}

	.navtext  {
	  width: calc( 100% - 50px );
	  padding-left: 50px;
	}
	.navtext img {
		max-width: 275px;
		margin: 0 auto;
	}
	.navtext a {
		text-align: center;
	}
}



/*** プランを詳しく見るボタン ***/
.btnarea,
.btnarea_2,
.btnarea_3 {
  position: relative;
}
.contents_wrap .wrap ul,
.contents_wrap .wrap li {
}
.btnarea {
	padding: 2.5rem calc( ( ( ( 750 - 662 ) / 2 ) / 750 ) * 100% );
}
.btnarea .btn_plan_cta01 {
	position: relative;
}
.btnarea .btn_plan_cta01 .btn_plan_link {
	width: 40%;
	position: absolute;
	bottom: 4%;
  right: 6%;
}
/*.btnarea p.btn_plan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc( ( 662 / 750 ) * 100% );
  height: auto;
}*/
.contents_wrap ul,
.contents_wrap li {
	margin: 0 auto;
	font-size: 1em;
	line-height: 1em;
	list-style: none;
	list-style-type: none;
  list-style-position: outside;
}

.btnarea_2 .btn_plan {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc( ( 662 / 750 ) * 100% );
  height: auto;
}
.app_dl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

	padding: 1.5rem calc( ( ( ( 750 - 500 ) / 2 ) / 750 ) * 100% );
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.app_dl p:first-child {
	width: calc( ( 251 / 500 ) * 100% );
}
.app_dl p:last-child {
	width: calc( ( 222 / 500 ) * 100% );
}

.btnarea_3 .btn_plan {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0.6em auto 0;
  width: calc( ( 495 / 750 ) * 100% );
  height: auto;
}


/*** よくある質問 ***/
.contents_wrap .faq_area {
	clear: both;
  width: calc( ( 670 / 750 ) * 100% );
  margin: 3em auto;
}
.contents_wrap .faq_area h2 {
	margin-bottom: 1em;
	color: #111;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.contents_wrap .faq_area .faq_list {
	width: 100%;
  list-style: none;
  list-style-position: outside;
}
.contents_wrap .faq_area .faq_list dt {
  position: relative;
	width: 100%;
	padding: 1em 2em 1em 0.8em;
	
	color: #1F1F1F;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6;

	/*background-color: #FFAD2C;*/
	border-top: 1px solid #1F1F1F;
	cursor: pointer;
}

.contents_wrap .faq_area .faq_list dt span {
	display: inline-block;
	margin-left: 1.25em;
	text-indent: -1.25em;
}
.contents_wrap .faq_area .faq_list dd {
	display: none;
	color: #1F1F1F;
	padding: 0.5em 1em 1em;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6;
}
.contents_wrap .faq_area .faq_list dd span {
	color: #BD2B2C;
}


/* プラスの横線 */
.contents_wrap .faq_area .faq_list dt:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 2px;
	background: #1F1F1F;
	transform: translateY(-50%);
}

/* プラスの縦線 */
.contents_wrap .faq_area .faq_list dt:after {
	content: "";
	position: absolute;
	top: 50%;
	/* 8px+12px-1px(幅2pxの半分) */
	right: 18px;
	width: 2px;
	height: 18px;
	background: #1F1F1F;
	transform: translateY(-50%);
	transition: 0.3s;
}



/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
.contents_wrap .faq_area .faq_list dt.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}


@media screen and (min-width: 768px) {

	.contents_wrap .attention_area h2 {
		font-size: 2em;
	}
	.contents_wrap .faq_area {
	  margin: 4em auto;
	}
	.contents_wrap .faq_area h2 {
		font-size: 2.8em;
		margin-bottom: 0.6em;
	}
	.contents_wrap .faq_area .faq_list dt {
		font-size: 1.5em;
	}
	.contents_wrap .faq_area .faq_list dd {
		font-size: 1.5em;
	}



}




/*** 注意事項 ***/

.contents_wrap .attention_area {
	clear: both;
	width: 100%;
	padding: 0 0 3em;
	background-color: #F4F4F4;
}
.contents_wrap .attention_area h2 {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	line-height: 2.5;
	text-align: center;
	background-color: #404040;
}

.contents_wrap .attention_area .attention_list {
  width: calc( ( 670 / 750 ) * 100% );
  margin: 2em auto 0;
  list-style: none;
  list-style-position: outside;
}

.contents_wrap .attention_area .attention_list li {
	color: #111;
	font-size: 0.94em;
	line-height: 2;
	margin-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.3em;
}

@media screen and (min-width: 768px) {
	.contents_wrap .attention_area h2 {
		font-size: 1.75em;
	}
	.contents_wrap .attention_area .attention_list li {
		font-size: 1.5em;
	}
}

/*** フッター ***/

.contents_wrap footer {
	clear: both;
	width: 100%;
	background-color: #FFC72C;
}

.contents_wrap footer .footer_list {
	padding: 1.5em 5%;
	text-align: center;
}
.contents_wrap footer .footer_list li {
	display: inline-block;
	font-size: 0.625em;
	font-size: 3vw;
}
.contents_wrap footer .footer_list li:not(:last-of-type) {
	margin-right: 1.4em;
}
.contents_wrap footer .footer_list li a {
	color: #111;
}

.contents_wrap footer .footer_copyrights {
	clear: both;
	width: 100%;
	background-color: #000;
}
.contents_wrap footer .footer_copyrights p {
	color: #FFF;
	font-size: 0.625em;
	font-size: 3vw;
	text-align: center;
	line-height: 2;
}

@media screen and (min-width: 768px) {
	.contents_wrap footer .footer_list {
		padding: 2em 5%;
	}
	.contents_wrap footer .footer_list li {
		font-size: 1.2em;
	}
	.contents_wrap footer .footer_copyrights p {
		font-size: 1em;
	}
}

.bg-color_01 {
	background-color: #FDF9E9;
}
.bg-color_02 {
	background-color: #FCF3D3;
}



/*** MENU ******************************/
.page_lp2 .menu_list {
	padding-bottom: 3em;
}
@media screen and (max-width: 767px) {
	.menu_list .slick-slide {
		width: 264px;
		margin: 0 auto;
	}
}



/*** VOICE ******************************/

.voice_area {
	/*padding-top: 50px;*/
	margin-bottom: 5rem;
	font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,Arial, 'Hiragino Sans','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',YuGothic,'游ゴシック','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}
.voice_area .slick-track {
  display: flex;
}
.voice_area .slick-slide {
  height: auto !important;
}
.voice_area .slick-slide {
	width: 86.666667vw;
	max-width: 620px;
	margin: 0 0.244444%;
}


.voice_area .voice__box {
	padding: 0 calc( ( 40 / 4500 ) * 100% ) 5.333334vw;
	margin-top: 50px;
	border-radius: 4vw;
	background-color: #FDF9E9;
}


.voice_area .voice__head {
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #dadddd;
  
}
.voice_area h3 {
	color: #000;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  letter-spacing: -1px;
}

.voice_area h3 .en {
	display: block;
	font-family: Montserrat;
	font-weight: bold;
  font-size: 28px;
	letter-spacing: 0.02em;
	color: #F7A11B;
  margin-bottom: 7px;
  font-size: 1.4rem;
  text-align: center;
}
.voice_area .voice__head-img {
	margin: -47.5px auto 18px;
	width: 95px;
}

.voice__content {
  /*min-height: 42.5em;*/
}

.voice_area .voice__text {
	color: #000;
  font-size: 1.4rem;
  line-height: 1.9;
}

.voice_area .voice__text em {
  color: #FFAC46;
  font-style: normal;
  font-weight: bold;
}

.voice_area .voice__user {
  font-size: 1.2rem;
  line-height: 1.71;
  margin: 3px 0 0 0;
	text-align: right;
	color: #7c7c7c;

}


@media screen and (max-width: 767px) {
	.voice_area {
		margin-bottom: 3rem;
	}
	.voice_area .slick-slide {
		margin: 50px 1.1vw 0;
	}
	.voice_area .voice__box {
		padding: 0 5.333334vw 5.333334vw;
		padding: 0 2.933334vw 5.333334vw;
	}
	.voice_area h3 {
  	font-size: 4.8vw;
	}
	.voice_area h3 .en,
	.voice_area .voice__text {
	  font-size: 1rem;
	  /*font-size: 3.73334vw;*/
	}
	.voice_area .voice__user {
	  font-size: 0.8rem;
	}
	.voice__content {
		margin: 0 5px;
	  /*min-height: 33em;*/
	}

}

.pt-0 {
  padding-top: 0;
}
.pt-5rem {
	padding-top: 5rem;
}
.pt-3rem {
  padding-top: 3rem;
}

.pb-0 {
	padding-bottom: 0;
}
.pb-05r {
	padding-bottom: 0.5rem;
}


/* シェフコメント */
.chef_area {
  padding: 10% 0 0;
}
.page_lp2 .chef_area {
	padding: 10% 0 13.33333333333333%;
}
.chef_area div {
	margin-bottom: 8.533333333333333%;
}
.chef_list li:not(:last-child) {
	margin-bottom: 6.666666666666667%;
}
/*** qa ******************************/
.qa_list {
	position: relative;
}
.qa_list .slide-arrow {
	position: absolute;
	top: 50%;
	width: 10%;
	z-index: 1;
	cursor: pointer;
}
.qa_list .prev-arrow {
	left: 0;
}
.qa_list .next-arrow {
	right: 0;
}
.qa_list .qa-list_item_03 {
	position: relative;
}
.qa_list .qa-list_item_03 a {
	width: 75%;
	position: absolute;
	left: 50%;
	bottom: 15%;
	transform: translateX(-50%);
}
.cv-content video {
  object-fit: contain;
}