@charset "UTF-8";
/* ★★このcssはscssをコンパイルしたcssです。cssを記述する場合は、こちらに記述せず、merge.cssに記述してください。★★ */
/* ==============================================
CSS information

 file name  : style.css
 style info : style.scssコンパイルしたファイル。

 このスタイルシートの構成
 style.scss参照
=============================================== */
/* ------------------------------------
  reset
------------------------------------ */
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* 10px */
}

body {
  margin: 0;
  padding: 0;
  /* 英数の改行 */
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

pre, form, fieldset, input, textarea,
div, blockquote, th, td {
  margin: 0;
  padding: 0;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, em, b {
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* 印刷時の要素内での改ページをしない */
  page-break-inside: avoid;
  empty-cells: show;
}

td {
  vertical-align: top;
}

a {
  text-decoration: none;
}

caption {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

img, abbr, acronym, fieldset {
  border: none;
  vertical-align: bottom;
  /* listにて隙間ができるのを防ぐ kunihro*/
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

@media print {
  * html body {
    zoom: .7;
  }

  #container {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #wrapper {
    width: 98%;
    margin: 0;
    padding: 0;
  }

  .noprint {
    display: none;
  }
}
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  管理者ホームへのリンク
------------------------------------ */
.adminMenu {
  background-color: #0645A2;
  border-bottom: #043885 2px solid;
  padding: 5px 10px;
  text-align: right;
}
.adminMenu a {
  background-color: #043885;
  color: #FFF;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  letter-spacing: 0.1em;
}
.adminMenu a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.adminMenu p {
  height: 30px;
  line-height: 30px;
}

/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  default
------------------------------------ */
a {
  color: #3D3527;
  outline: none;
  /* Firefoxで点線が出ない処理　kunihiro */
}
a:hover{
    color: #ff0000;

}
td,
th {
  vertical-align: top;
  text-align: left;
}

hr.key_color {
  height: 1px;
  border: none;
  border-top: 1px dotted #534741;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  /* 16px */
  color: #3D3527;
  line-height: 1.8;
  text-align: left;
  margin: 0 auto !important;
}

#Frame {
  text-align: left;
}

.cont_inner {
  width: 1252px;
  margin: 0 auto;
}

.cont_inner_min {
  width: 920px;
  margin: 0 auto;
}

#footer .btn_go_top a {
  display: block;
  padding: 20px 10px;
  background: #F2EADD;
  text-align: center;
}
#footer .btn_go_top a span {
  position: relative;
  margin-left: 20px;
}
#footer .btn_go_top a span::before {
  content: "";
  position: absolute;
  background: url("ico_arrow.svg") no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 12px;
  margin-top: 6px;
  left: -15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}



/* カラムレイアウト
------------------------------------ */
main {

  padding: 0;
}

aside {
  float: right;
  width: 25%;
  padding: 0;
}
aside .aside_list {
  margin-bottom: 50px;
}
aside .aside_list li {
  position: relative;
}
aside .aside_list li::after {
  content: "";
  position: absolute;
  background: url("ico_arrow.svg") no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  right: 0;
  top: 50%;
}
aside .aside_list li .title {
  margin-top: 10px;
}
aside .aside_list h3 {
  font-size: 20px;
  color: #EBA900;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px dotted #3D3527;
}
aside .aside_list a {
  border-bottom: 1px dotted #3D3527;
  position: relative;
  display: block;
  padding: 15px 20px 15px 0;
  position: relative;
  overflow: visible;
}
aside .aside_list a:hover .title {
  text-decoration: underline;
}
aside .select_label {
  margin-top: 20px;
  position: relative;
  width: 100%;
  display: inline-block;
  border-radius: 0;
  overflow: hidden;
  z-index: 0;
}
aside .select_label:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 0.6em;
  margin-top: -.2em;
  border-width: 0.45em 0.3em;
  border-style: solid;
  border-color: #534741 transparent transparent;
  z-index: -1;
}
aside .select_label select {
  width: 100%;
  margin: 0;
  padding: 12px 10px;
  background: none;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #4d4c49;
}

/* ------------------------------------
  共通パーツ
------------------------------------ */
.cmn_banner_box {
  margin: 50px 0;
  position: relative;
}
.cmn_banner_box img {
  width: 100%;
}
.cmn_banner_box .btn_trial {
  width: 540px;
  display: inline-block;
}
.cmn_banner_box .btn_trial a {
  background: #534741;
  border: 4px solid #534741;
  position: relative;
  text-align: center;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  display: block;
  font-size: 18px;
}
.cmn_banner_box .btn_trial a::after {
  content: "";
  position: absolute;
  background: url("ico_arrow_round_white.svg") no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
  right: 20px;
  margin-top: 3px;
}
.cmn_banner_box .btn_trial a:hover {
  opacity: 0.9;
}
.cmn_banner_box .description_box {
  position: absolute;
  left: 50%;
  bottom: 36px;
  margin-left: 30px;
}
.cmn_banner_box .description_box .txt_box {
  font-size: 12px;
  margin-top: 15px;
}

/* 共通_ModulesListPage
------------------------------------ */
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
}
.text-ellipsis.multiline {
  white-space: normal;
  max-height: 2em;
  position: relative;
}
.text-ellipsis.multiline::after {
  content: "…";
  background: #fff;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  padding-left: 10px;
}
.text-ellipsis.line-2 {
  max-height: 2em;
}
.text-ellipsis.line-3 {
  max-height: 3em;
}
.text-ellipsis.line-4 {
  max-height: 4em;
}
.text-ellipsis.line-5 {
  max-height: 5em;
}

/* ------------------------------------
/* 共通パーツ
------------------------------------ */
.txt_date {
  font-size: 14px;
  color: #4d4c49;
}

.ico_category,
.ico_new {
  text-align: center;
  background: #fff;
  display: inline-block;
  font-size: 12px;
}

.ico_category {
  padding: 1px 8px;
  border: 1px solid #3D3527;
}

.ico_new {
  border: 1px solid #EBA900;
  color: #EBA900;
  border-radius: 50px;
  padding: 0 12px;
  margin: 0 5px;
}

.related_link_box .tl_box {
  font-size: 24px;
  margin-bottom: 20px;
}
.related_link_box ul {
  display: flex;
  flex-wrap: wrap;
}
.related_link_box li {
  margin-right: 3.2%;
  width: 31.2%;
  box-sizing: border-box;
}
.related_link_box li:nth-child(3n) {
  margin-right: 0;
}
.related_link_box a {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  -moz-box-shadow: 0 0 1px 1px #f0ecec;
  -webkit-box-shadow: 0 0 1px 1px #f0ecec;
  box-shadow: 0 0 1px 1px #f0ecec;
  padding: 34px 32px;
  position: relative;
}
.related_link_box a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 80px;
  background: #534741;
  left: 10px;
  top: 50%;
  margin-top: -40px;
}
.related_link_box a::after {
  content: "";
  position: absolute;
  background: url("ico_arrow.svg") no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  right: 10px;
  top: 50%;
}
.related_link_box a:hover {
  opacity: 0.7;
}

.pc_max_none {
  display: none;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  header
------------------------------------ */
.header_cmn .header_top {
  background: #E6EBF9;
  padding: 3px 0;
}
.header_cmn .header_top .tagline {
  font-size: 12px;
  float: left;
}
.header_cmn .header_top .nav_small {
  float: right;
  font-size: 1.2rem;
}
.header_cmn .header_top .nav_small li {
  float: left;
  margin-left: 40px;
}
.header_cmn .header_info {
  border-bottom: #eee 1px solid;
  display: block;
  padding: 10px 0;
}
.header_cmn .header_info .logo_outer {
  float: left;
}
.header_cmn .header_info .logo {
  display: inline-block;
}
.header_cmn .header_info .logo a {
  display: block;
  width: 420px;
  margin-top: 5px;
}
.header_cmn .header_info .logo_haccp {
  padding-left: 273px;
}
.header_cmn .header_info .logo_haccp img {
  vertical-align: middle;
}
.header_cmn .header_info .right_box {
  float: right;
}
.header_cmn .header_info .right_box .txt_phone {
  text-align: center;
  float: left;
  margin-right: 20px;
  margin-top: -5px;
}
.header_cmn .header_info .right_box .txt_phone .phone_number {
  font-size: 28px;
  margin-left: 20px;
  position: relative;
  line-height: 1.3;
}
.header_cmn .header_info .right_box .txt_phone .phone_number::before {
  content: "";
  position: absolute;
  background: url("ico_tel.svg") no-repeat;
  background-size: 22px 30px;
  width: 22px;
  height: 30px;
  margin-top: 5px;
  left: -25px;
}
.header_cmn .header_info .right_box .txt_phone .office_hour {
  display: block;
  font-size: 12px;
}
.header_cmn .header_info .right_box .btn_box {
  float: left;
  margin-top: -10px;
}
.header_cmn .header_info .right_box .btn_box li {
  float: left;
}
.header_cmn .header_info .right_box .btn_box li a {
  display: block;
  border-radius: 0 0 5px 5px;
  position: relative;
}
.header_cmn .header_info .right_box .btn_box li a:hover {
  opacity: 0.7;
}
.header_cmn .header_info .right_box .btn_box .btn_trial {
  margin-right: 10px;
}
.header_cmn .header_info .right_box .btn_box .btn_trial a {
  background: #534741;
  color: #fff;
  padding: 15px 40px 15px 20px;
  font-size: 18px;
}
.header_cmn .header_info .right_box .btn_box .btn_trial a::after {
  content: "";
  position: absolute;
  background: url("ico_arrow_round_white.svg") no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
  margin-top: -10px;
  right: 10px;
  top: 50%;
}
.header_cmn .header_info .right_box .btn_box .btn_contact a {
  background: #FFCF51;
  padding: 17px 40px 17px 50px;
}
.header_cmn .header_info .right_box .btn_box .btn_contact a::before {
  content: "";
  position: absolute;
  background: url("ico_mail.svg") no-repeat 0 0;
  background-size: 26px 20px;
  width: 26px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  left: 16px;
  display: block;
}
.header_cmn .header_info .right_box .btn_box .btn_contact a::after {
  content: "";
  position: absolute;
  background: url("ico_arrow_round.svg") no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 30px;
  margin-top: -10px;
  right: 10px;
  top: 50%;
}
.header_cmn .link_sitemap a {
  float: right;
  position: relative;
  color: #fff;
  margin-top: 15px;
}
.header_cmn .link_sitemap a span {
  margin-left: 24px;
}
.header_cmn .link_sitemap a span::before {
  background-image: url(../img_sprite/up_img/sprite.png);
  background-size: 357px 280px;
  background-position: -314px -218px;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.header_cmn .link_sitemap a:hover {
  text-decoration: underline;
}

#gNav {
  margin-top: 10px;
  position: relative;
}
#gNav ul {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  border-left: 1px solid #DDD3C3;
}
#gNav ul li {
  border-right: 1px solid #DDD3C3;
  flex: 1;
}
#gNav ul li a {
  display: block;
  text-align: center;
  padding: 6px 6px 10px;
}
#gNav ul li > a {
  position: relative;
}
#gNav ul li > a:hover {
  font-weight: bold;
}
#gNav ul li > a:hover::before {
  content: "";
  position: absolute;
  background-color: #534741;
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
}
#gNav ul li .sub_gNav {
  display: none;
}
#gNav ul li:hover .sub_gNav {
  display: block;
}
#gNav .second_target {
  background-color: #FFF7E1;
  display: block;
  height: 28px;
}
#gNav .nav_home {
  flex: 0.3;
  position: relative;
}
#gNav .nav_home img {
  width: 30px;
  height: 30px;
}
#gNav .nav_home p {
  font-size: 10px;
  margin-top: -4px;
}
#gNav .nav_home a {
  padding: 0px 6px 0px;
}
#gNav .nav_home a:hover {
  font-weight: normal;
}

.sub_gNav {
  left: 0;
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  position: absolute;
  z-index: 100;
  background: #FFF7E1;
  height: 180px;
}
.sub_gNav .description_box {
  padding: 20px 20px 20px 0;
  float: left;
  width: 1020px;
}
.sub_gNav .description_box .tl_box a {
  display: block;
  text-align: left !important;
  font-size: 22px;
  font-weight: bold;
}
.sub_gNav .description_box .tl_box a:hover {
  text-decoration: underline;
}
.sub_gNav .description_box .tl_box span {
  position: relative;
}
.sub_gNav .description_box .tl_box span::after {
  content: "";
  position: absolute;
  background: url("ico_arrow_round.svg") no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 30px;
  margin-top: -10px;
  right: -30px;
  top: 50%;
}
.sub_gNav .txt_box {
  border-top: 1px dashed #DDD3C3;
  padding-top: 20px;
}
.sub_gNav .img_box {
  width: 180px;
  height: 180px;
  overflow: hidden;
  float: right;
  position: relative;
}
.sub_gNav .img_box img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  width: auto;
  height: 100%;
}

.gNav_min_wrap {
  width: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #FFF;
  -moz-box-shadow: 0 0 4px 0px #b1b1b1;
  -webkit-box-shadow: 0 0 4px 0px #b1b1b1;
  box-shadow: 0 0 4px 0px #b1b1b1;
}
.gNav_min_wrap .gNav_min {
  margin: auto;
  padding: 0px 0 0px;
}
.gNav_min_wrap .gNav_min .logo_outer {
  float: left;
  width: 400px;
  margin-top: -5px;
}
.gNav_min_wrap .gNav_min .logo a {
  display: block;
}
.gNav_min_wrap .gNav_min .logo img {
  height: 30px;
  width: auto;
}
.gNav_min_wrap .gNav_min .logo_haccp {
  padding-left: 216px;
  line-height: 18px;
}
.gNav_min_wrap .gNav_min .logo_haccp img {
  vertical-align: middle;
}
.gNav_min_wrap .gNav_min ul {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.gNav_min_wrap .gNav_min ul li {
  border-right: 1px solid #DDD3C3;
}
.gNav_min_wrap .gNav_min ul li:first-child {
  border-left: 1px solid #DDD3C3;
}
.gNav_min_wrap .gNav_min ul li:last-child > a {
  width: 6em;
}
.gNav_min_wrap .gNav_min ul li a {
  display: block;
  text-align: center;
  padding: 6px 12px 10px;
  position: relative;
}
.gNav_min_wrap .gNav_min ul li a:hover {
  font-weight: bold;
}
.gNav_min_wrap .gNav_min ul li a:hover::before {
  content: "";
  position: absolute;
  background-color: #534741;
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.gNav_min_wrap .gNav_min .second_target {
  background-color: #FFF7E1;
  display: block;
  height: 25px;
}

/*=================================================
 * 下位ページ共通スタイル
 * ================================================ */
/* パンくず
----------------------------------- */
.topic_path {
  padding: 15px 0;
  margin-bottom: 50px;
}
.topic_path li {
  display: inline;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
  font-size: 12px;
  color: #3D3527;
}
.topic_path li::before {
  content: "≫";
  display: block;
  position: absolute;
  top: -2px;
  left: -5px;
}
.topic_path li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.topic_path li:first-child::before {
  content: "";
}
.topic_path a {
  color: #3D3527;
  text-decoration: underline;
}

/* cont_tl
----------------------------------- */
.page_tl {
  color: #fff;
  border-bottom: 1px solid #FFF7E1;
}
.page_tl .page_tl_box {
  height: 180px;
  overflow: hidden;
  position: relative;
}
.page_tl .page_tl_box img {
  height: 180px;
  width: auto;
}
.page_tl .page_tl_box .txt_box {
  text-shadow: 0 0 5px #808080;
  color: #fff;
  position: absolute;
  top: 50%;
  text-align: center;
  margin-top: -30px;
  z-index: 10;
  font-size: 38px;
  font-weight: bold;
}
.page_tl .txt_tl_box {
  text-align: center;
  font-size: 28px;
  margin-bottom: 14px;
}
.page_tl .txt_tl_box::before {
  left: 50%;
  margin-top: 10px;
  margin-left: -34px;
}
.page_tl .txt_tl_e_box {
  text-align: center;
  margin-top: 33px;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  footer
------------------------------------ */
#footer .footer_top {
  background: #FFF7E1;
  padding: 40px 0;
}
#footer .footer_top .cmn_banner_box {
  margin: 10px -20px 50px;
}
#footer .footer_top .cmn_banner_box .cont_inner {
  width: 1280px;
}
#footer .footer_top .left_box {
  width: 347px;
  float: left;
}
#footer .footer_top .left_box .txt_tel_box {
  margin-top: 15px;
}
#footer .footer_top .sub_gNav {
  float: right;
  width: 670px;
  margin-top: 20px;
}
#footer .footer_top .sub_gNav li {
  float: left;
  margin-left: 43px;
}
#footer .footer_top .sub_gNav li:first-child {
  margin-left: 0;
}
#footer .footer_top .sub_gNav p {
  float: right;
  margin-top: 20px;
}
#footer .footer_top .sub_gNav p a {
  color: #fff;
  font-size: 12px;
}
#footer .footer_top .footer_contact {
  border: 3px solid #534741;
  background: #fff;
  padding: 20px;
}
#footer .footer_top .footer_contact .tl_box_main {
  font-size: 20px;
}
#footer .footer_top .footer_contact .phone_box {
  float: left;
  width: 440px;
  text-align: center;
  border-right: 1px solid #DDD3C3;
}
#footer .footer_top .footer_contact .phone_number {
  font-size: 40px;
  margin-left: 20px;
  position: relative;
  line-height: 1.3;
  font-weight: bold;
}
#footer .footer_top .footer_contact .phone_number::before {
  content: "";
  position: absolute;
  background: url(ico_tel.svg) no-repeat;
  background-size: 30px auto;
  width: 30px;
  height: 40px;
  margin-top: 9px;
  left: 0;
}
#footer .footer_top .footer_contact .email_box {
  float: right;
  width: 700px;
  text-align: center;
  position: relative;
}
#footer .footer_top .footer_contact .email_box .tl_box_main {
  margin-bottom: 10px;
  text-align: left;
  margin-left: 120px;
}
#footer .footer_top .footer_contact .email_box .btn_box {
  width: 530px;
}
#footer .footer_top .footer_contact .email_box .btn_box a {
  position: relative;
}
#footer .footer_top .footer_contact .email_box .btn_box a::before {
  content: "";
  position: absolute;
  background: url(ico_mail_white.svg) no-repeat;
  background-size: 26px auto;
  width: 26px;
  height: 30px;
  margin-top: 4px;
}
#footer .footer_top .footer_contact .email_box .btn_box span {
  position: relative;
  margin-left: 40px;
}
#footer .footer_top .footer_contact .email_box .img_box {
  position: absolute;
  right: 0;
  bottom: -22px;
}
#footer .footer_sub {
  background: #FFF7E1;
  padding: 20px 0;
}
#footer .footer_sub .box_left {
  float: left;
  width: 366px;
}
#footer .footer_sub .box_left .img_box {
  float: left;
}
#footer .footer_sub .box_left .txt_box {
  font-size: 12px;
  margin-left: 10px;
  float: left;
  margin-top: 5px;
}
#footer .footer_sub .banne_box {
  float: right;
}
#footer .footer_copyright {
  background: #3D3527;
  color: #fff;
  font-size: 10px;
  padding: 10px;
}
#footer .footer_copyright a {
  color: #fff;
  text-decoration: underline;
}
#footer .footer_copyright .copyright {
  float: left;
}
#footer .footer_copyright .powered_by {
  float: right;
  color: #ddd;
}
#footer .footer_copyright .powered_by a {
  color: #ddd;
}
#footer .btn_go_to {
  position: absolute;
  right: 100px;
  top: -50px;
  margin-left: -25px;
}
#footer .btn_go_to:hover {
  opacity: 0.8;
}

/* 配送します！
----------------------------------- */
.footer_delivery .tl_box {
  background: #F2EADD;
  padding: 30px 0;
  position: relative;
}
.footer_delivery .tl_box::after {
  content: "";
  position: absolute;
  background: url(bg_footer_delivery.svg) no-repeat;
  background-size: 142px auto;
  width: 142px;
  height: 52px;
  right: 50%;
  bottom: -40px;
  margin-right: -80px;
}
.footer_delivery .tl_box .tl_box_main {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.footer_delivery .tl_box .tl_box_main .tl_box_sub02 {
  font-size: 22px;
  position: relative;
}
.footer_delivery .tl_box .tl_box_main .tl_box_sub02::before {
  content: "";
  position: absolute;
  background: url(bg_border_delivery.svg) no-repeat;
  background-size: 440px auto;
  width: 430px;
  height: 2px;
  right: 50%;
  margin-right: 60px;
  bottom: 10px;
}
.footer_delivery .tl_box .tl_box_main .tl_box_sub02::after {
  content: "";
  position: absolute;
  background: url(bg_border_delivery.svg) no-repeat;
  background-size: 440px auto;
  width: 460px;
  height: 2px;
  left: 50%;
  margin-left: 326px;
  bottom: 10px;
}
.footer_delivery .tl_box .tl_box_main em {
  font-size: 30px;
  font-weight: bold;
}
.footer_delivery .tl_box .txt_box {
  text-align: center;
  margin-top: 10px;
}
.footer_delivery .txt_area_box {
  padding: 30px 0 10px;
}
.footer_delivery .txt_area_box .cont_inner {
  background: url(img_kyushu.svg) no-repeat right bottom;
  background-size: 240px 320px;
}
.footer_delivery .txt_area_box ul {
  margin-left: 20px;
}
.footer_delivery .txt_area_box li {
  margin-bottom: 20px;
}
.footer_delivery .txt_area_box .tl_box_sub {
  position: relative;
  line-height: 2.5;
  font-size: 1.4rem;
}
.footer_delivery .txt_area_box .tl_box_sub:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #534741;
  top: 50%;
  margin-top: -5px;
  left: -15px;
  position: absolute;
}
.footer_delivery .txt_area_box .txt_prefecture {
  background: #FFF7E1;
  display: inline-block;
  padding: 2px 0;
  float: left;
  width: 66px;
  text-align: center;
  font-size: 1.4rem;
}
.footer_delivery .txt_area_box dl {
  margin-bottom: 20px;
}
.footer_delivery .txt_area_box dd {
  margin-left: 80px;
}
.footer_delivery .txt_area_box .txt_main {
  font-size: 1.4rem;
}
.footer_delivery .txt_area_box .txt_sub {
  font-size: 1.2rem;
  color: #8A8781;
}

.footer_bottom {
  background: #534741;
  padding: 20px 0 10px;
}
.footer_bottom .box_logo {
  width: 417px;
  float: left;
  margin-right: 120px;
}
.footer_bottom .box_logo p {
  text-align: right;
  color: #fff;
}
.footer_bottom .logo_box {
  margin-bottom: 10px;
}
.footer_bottom .page_link_box {
  float: left;
}
.footer_bottom .page_link_box a {
  color: #fff;
  font-size: 1.4rem;
}
.footer_bottom .list_box {
  width: 210px;
  float: left;
  margin-top: 10px;
}
.footer_bottom .base_link_arrow_white {
  margin-bottom: 10px;
}

/* topに戻る
----------------------------------- */
.page_back_box {
  margin: 100px 0 30px;
}
.page_back_box a {
  position: relative;
}
.page_back_box a:hover {
  text-decoration: underline;
}
.page_back_box a::before {
  content: "";
  position: absolute;
  background: url(ico_arrow.svg) no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 12px;
  margin-top: 8px;
  left: -15px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  見出し
------------------------------------ */
.base_tl_box01 {
  font-size: 175%;
  padding: 5px 0 5px 10px;
  margin: 0 0 20px;
  border-bottom: 2px solid #534741;
  border-left: 10px solid #534741;
}

.base_tl_box02 {
  border-left: #534741 6px solid;
  font-size: 150%;
  padding: 5px 10px;
  margin: 0em 0 1em;
  border-bottom: 1px dashed #534741;
}

.base_tl_box03 {
  border-left: #534741 6px solid;
  font-size: 137.5%;
  padding-left: 20px;
  margin: 0em 0 1em;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 下位ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* ページ内リンク
----------------------------------- */
.page_link_list ul,
.page_link_scroll ul {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
}
.page_link_list li,
.page_link_scroll li {
  width: 50%;
  vertical-align: middle;
  position: relative;
  border-bottom: 1px solid #534741;
  margin: 0 10px;
}
.page_link_list li a,
.page_link_scroll li a {
  display: block;
  text-align: center;
  padding: 0 15px 5px;
  -webkit-background-size: 12px 6px;
}

.page_link_list {
  margin: 60px 0 100px;
}
.page_link_list li {
  border-bottom: 1px solid #534741;
}
.page_link_list li::before {
  background-image: url(../img_sprite/up_img/sprite.png);
  background-size: 357px 280px;
  background-position: -320px -88px;
  width: 20px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  top: 36px;
  left: 50%;
  margin-left: -10px;
}
.page_link_list li a {
  color: #534741;
}

.page_link_scroll {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9000;
  background-color: #534741;
  height: 60px;
  padding: 15px 0 0;
  /* box-shadow */
  box-shadow: 0px 0px 17px -5px #000000;
}
.page_link_scroll .cont_inner {
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
}
.page_link_scroll li {
  height: 42px;
}
.page_link_scroll li:first-child {
  margin: 0 10px 0 0;
}
.page_link_scroll li:last-child {
  margin: 0 0 0 10px;
}
.page_link_scroll li::before {
  background-image: url(../img_sprite/up_img/sprite.png);
  background-size: 357px 280px;
  background-position: -300px -88px;
  width: 20px;
  height: 6px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  top: 36px;
  left: 50%;
  margin-left: -10px;
}
.page_link_scroll li a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* table
------------------------------------ */
table tr.last th, table tr.last td {
  border-bottom: 1px solid #dcdcdc;
}
table th, table td {
  border-top: 1px solid #dcdcdc;
  padding: 20px 70px 20px 20px;
}
table th {
  background: #FFF7E1;
  font-weight: normal;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* button
------------------------------------ */
.side_btn_box {
  position: fixed;
  top: 50%;
  margin-top: -200px;
  right: -11px;
  z-index: 1000;
}
.side_btn_box a:hover {
  opacity: 0.8;
}
.side_btn_box .btn_trial {
  position: relative;
  width: 110px;
}
.side_btn_box .img_food {
  height: auto;
  position: absolute;
  top: 17px;
  right: -110px;
  transform: scale(0.4);
  transform-origin: left top;
}
.side_btn_box .btn_min {
  position: relative;
  right: -35px;
  width: 75px;
}

/* ベース
------------------------------------ */
.base_btn a {
  display: block;
  padding: 15px 30px;
  color: #534741;
  position: relative;
  text-align: center;
  font-size: 18px;
}

/* ボーダーのボタン
------------------------------------ */
.base_btn_border a {
  border: 4px solid #534741;
  border-radius: 5px;
  background: #fff;
}
.base_btn_border a::after {
  content: "";
  position: absolute;
  background: url(ico_arrow_round_yellow.svg) no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
  right: 20px;
  margin-top: 3px;
}
.base_btn_border a:hover {
  color: #fff;
  background: #534741;
}
.base_btn_border a:hover::after {
  content: "";
  position: absolute;
  background: url(ico_arrow_round_white.svg) no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
  right: 20px;
  margin-top: 3px;
}

/* ベタ塗りのボタン
------------------------------------ */
.base_btn_beta a {
  border: 4px solid #534741;
  color: #fff;
  background: #534741;
  border-radius: 5px;
  padding: 15px 30px;
  display: block;
  /*
  &:hover {
  	border: 4px solid $key_color;
  	border-radius: 5px;
  	background: #fff;
  	color: $key_color;
  	&::after {
  		content: "";
  		position: absolute;
  		background: url(ico_arrow_round_yellow.svg) no-repeat;
  		background-size: 22px auto;
  		width: 22px;
  		height: 22px;
  		right: 20px;
  		margin-top: 4px;
  	}
  }
  */
}
.base_btn_beta a::after {
  content: "";
  position: absolute;
  background: url(ico_arrow_round_white.svg) no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
  right: 20px;
  margin-top: 3px;
}
.base_btn_beta a:hover {
  opacity: 0.7;
}

/* 矢印のリンク
------------------------------------ */
.base_link_arrow {
  display: inline-block;
}
.base_link_arrow a {
  display: block;
  position: relative;
}
.base_link_arrow a:hover {
  text-decoration: underline;
}
.base_link_arrow a::before {
  content: "";
  position: absolute;
  background: url(ico_arrow.svg) no-repeat;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  left: -15px;
  top: 50%;
}

.base_link_arrow_white a {
  display: block;
  position: relative;
  color: #fff;
}
.base_link_arrow_white a:hover {
  text-decoration: underline;
}
.base_link_arrow_white a::before {
  content: "";
  position: absolute;
  background: url(ico_arrow_white.svg) no-repeat;
  background-size: 8px 12px;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  left: -15px;
  top: 50%;
}

/* テキスト（URL）のリンク
------------------------------------ */
.text_link {
  color: #2E70D4;
}
.text_link:hover {
  text-decoration: underline;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* ページ送り
------------------------------------ */
.page_nav {
  margin: 60px 0 80px;
}
.page_nav a:hover {
  opacity: 0.8;
}
.page_nav .pages {
  text-align: center;
}
.page_nav .page_list li:first-child {
  margin-left: 0;
}
.page_nav .page_list .current_none {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
}
.page_nav .page_list .current_none::before {
  content: "";
  position: absolute;
  background-color: #fff;
  background-size: 44px 44px;
  border: 2px solid #DDD3C3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: -23px;
  right: 50%;
}
.page_nav .page_list .current_none span {
  display: block;
  padding: 11px 18px;
  color: #3D3527;
  z-index: 100;
  position: relative;
}
.page_nav .page_list .current_none:hover::before {
  content: "";
  position: absolute;
  background-color: #DDD3C3;
  background-size: 44px 44px;
  border: 2px solid #DDD3C3;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: -23px;
  right: 50%;
}
.page_nav .page_list .current {
  margin-left: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
}
.page_nav .page_list .current::before {
  content: "";
  position: absolute;
  background-color: #3D3527;
  background-size: 44px 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: -22px;
  right: 50%;
}
.page_nav .page_list .current span {
  display: block;
  padding: 11px 18px;
  color: #fff;
  z-index: 100;
  position: relative;
}
.page_nav .page_list .next,
.page_nav .page_list .prev {
  border: none;
  background: #fff;
  display: inline-block;
  border-radius: 5px;
  border: 3px solid #DDD3C3;
  position: relative;
}
.page_nav .page_list .next:hover a,
.page_nav .page_list .prev:hover a {
  background: #DDD3C3;
}
.page_nav .page_list .next a,
.page_nav .page_list .prev a {
  display: block;
  padding: 10px 60px;
}
.page_nav .page_list .next {
  margin-left: 10px;
}
.page_nav .page_list .next:after {
  content: "";
  position: absolute;
  background: url("ico_arrow.svg") no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  right: 10px;
  top: 50%;
}
.page_nav .page_list .prev:after {
  content: "";
  position: absolute;
  background: url("ico_arrow.svg") no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  left: 10px;
  top: 50%;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.page_nav .page_list .no_link {
  background: #F2F2F2;
  color: #4d4c49;
  display: inline-block;
  border: 3px solid #F2F2F2;
  padding: 10px 60px;
}
.page_nav .page_list .home {
  display: inline-block;
}
.page_nav .page_list .home a {
  padding: 14px 100px;
  margin: 0 60px;
  background: #FFF;
  border-radius: 5px;
  border: 2px solid #DDD3C3;
}

/* ページ送り 前後
----------------------------------- */
.article_navi {
  margin: 60px 0 80px;
  font-size: 18px;
}
.article_navi a:hover {
  opacity: 0.8;
}
.article_navi ul {
  text-align: center;
}
.article_navi ul li {
  display: inline-block;
  position: relative;
}
.article_navi ul li a {
  background: #534741;
}
.article_navi ul li span {
  color: #FFF;
}
.article_navi ul li.no_link {
  background: #FFF7E1;
  color: #4d4c49;
}
.article_navi ul li.no_link a {
  background: #FFF7E1;
}
.article_navi ul li.no_link span {
  color: #534741;
}
.article_navi ul li.no_link p {
  padding: 10px 50px;
}
.article_navi ul li.prev a {
  padding: 10px 50px;
}
.article_navi ul li.home a {
  padding: 10px 100px;
  margin: 0 60px;
  background: #FFF;
  border: 1px solid;
}
.article_navi ul li.next a {
  padding: 10px 50px;
}
.article_navi .home span {
  color: #4d4c49;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/* ------------------------------------
共通
------------------------------------ */
.cont_blog .txt_date {
  display: inline-block;
  margin-right: 5px;
}
.cont_blog .aside_list .txt_date {
  color: #EBA900;
}

/* ------------------------------------
020_blog01-list.html
------------------------------------ */
#content.cont_blog .cont_blog_list {
  display: flex;
  flex-wrap: wrap;
}
#content.cont_blog .cont_blog_list li {
  width: 30%;
  margin: 0 5% 6% 0;
  position: relative;
}
#content.cont_blog .cont_blog_list li:hover {
  opacity: 0.8;
}
#content.cont_blog .cont_blog_list li:nth-child(3n) {
  margin-right: 0;
}
#content.cont_blog .cont_blog_list .img_box {
  height: 152px;
  overflow: hidden;
  background-color: #EEE;
  position: relative;
}
#content.cont_blog .cont_blog_list .img_box img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  width: 100%;
  height: auto;
  -moz-transition: -moz-transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
  -o-transition: -o-transform 0.25s linear;
  -ms-transition: -ms-transform 0.25s linear;
  transition: transform 0.25s linear;
}
#content.cont_blog .cont_blog_list .img_box img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#content.cont_blog .cont_blog_list .img_box .ico_category {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#content.cont_blog .cont_blog_list .desc,
#content.cont_blog .cont_blog_list .more,
#content.cont_blog .cont_blog_list .txt_date {
  margin-top: 10px;
}
#content.cont_blog .cont_blog_list .title {
  font-size: 20px;
  font-weight: bold;
  height: 64px;
  overflow: hidden;
  margin-top: 5px;
  line-height: 1.5;
}
#content.cont_blog .cont_blog_list .desc {
  height: 42px;
}
#content.cont_blog .cont_blog_list .more {
  position: relative;
  padding: 20px;
  text-align: right;
  font-size: 16px;
  border-bottom: solid 2px #534741;
}
#content.cont_blog .cont_blog_list .more a {
  text-decoration: none;
  color: #534741;
}
#content.cont_blog .cont_blog_list .more p {
  position: relative;
}
#content.cont_blog .cont_blog_list .more p::before {
  background-image: url(../img_sprite/up_img/sprite.png);
  background-size: 357px 280px;
  background-position: -349px -55px;
  width: 8px;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -6px;
}

/* ------------------------------------
021_blog-detail.html
------------------------------------ */
.cont_blog_detail .article_box {
  border: 1px solid #DDD3C3;
  padding: 50px;
}
.cont_blog_detail .article_box .article_header {
  text-align: center;
}
.cont_blog_detail .article_box .article_header .title h1 {
  font-size: 175%;
  padding: 10px 0;
  margin: 0 0 50px;
  border-bottom: 3px solid #FFCF51;
}
.cont_blog_detail .article_box .article_header .date {
  color: #777;
}
.cont_blog_detail .article_box .article_header .sns_btn {
  margin-top: 30px;
}
.cont_blog_detail .article_box .cont_blog-detail .article_navi {
  padding-bottom: 40px;
  border-bottom: #E5E5E5 1px solid;
}
.cont_blog_detail .article_box .article_body {
  width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}
.cont_blog_detail .article_box .article_body p {
  line-height: 2;
  margin-bottom: 2em;
}
.cont_blog_detail .article_box .article_body a {
  color: #2E70D4;
}
.cont_blog_detail .article_box .article_body a:hover {
  text-decoration: underline;
}
.cont_blog_detail .article_box .article_body a.arrow {
  background: url("ico_arrow_sprite_01.png") 0 -394px no-repeat;
  padding-left: 10px;
}
.cont_blog_detail .article_box .article_body > br,
.cont_blog_detail .article_box .article_body ol > br,
.cont_blog_detail .article_box .article_body ul > br {
  display: none;
}
.cont_blog_detail .article_box .article_body img {
  max-width: 600px;
  height: auto !important;
  margin-bottom: 2em;
  text-align: center;
}
.cont_blog_detail .article_box .article_body p img:last-child {
  margin-bottom: 0;
}
.cont_blog_detail .article_box .article_body h2 {
  font-size: 150%;
  padding: 10px 0 10px 15px;
  margin: 2em 0 1em;
  border-left: 7px solid #FFCF51;
  position: relative;
}
.cont_blog_detail .article_box .article_body h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0.1em;
  background-color: #FFCF51;
}
.cont_blog_detail .article_box .article_body h3 {
  font-size: 150%;
  /* 16px→20px */
  padding: 5px 0 5px 10px;
  margin: 2em 0 1em;
  position: relative;
  border-left: 7px solid #FFCF51;
}
.cont_blog_detail .article_box .article_body h4 {
  font-size: 125%;
  /* 16px→20px */
  margin: 2em 0 0.4em;
  position: relative;
  padding-left: 20px;
}
.cont_blog_detail .article_box .article_body h4:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 0.5em;
  left: 0;
  background-color: #FFCF51;
}
.cont_blog_detail .article_box .article_body h5 {
  font-size: 125%;
  /* 16px→20px */
  border-bottom: #FFCF51 2px solid;
  padding-bottom: 0.2em;
  margin: 2em 0 1.4em;
}
.cont_blog_detail .article_box .article_body h6 {
  font-size: 125%;
  /* 16px→20px */
  margin: 2em 0 1.4em;
}
.cont_blog_detail .article_box .article_body ul {
  margin-bottom: 2em;
}
.cont_blog_detail .article_box .article_body ul li {
  padding-left: 18px;
  margin-bottom: 0.6em;
}
.cont_blog_detail .article_box .article_body ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.cont_blog_detail .article_box .article_body ol li {
  list-style: decimal;
  margin-bottom: 0.6em;
}
.cont_blog_detail .article_box .article_body strong {
  font-weight: bold;
  background: url("bg_txt_line_01.png") -10px 100% no-repeat;
  -webkit-background-size: 100% 10px;
  background-size: 100% 10px;
}
.cont_blog_detail .article_box .article_body > div h2:first-child,
.cont_blog_detail .article_box .article_body > div h3:first-child,
.cont_blog_detail .article_box .article_body > div h4:first-child,
.cont_blog_detail .article_box .article_body > div h5:first-child,
.cont_blog_detail .article_box .article_body > div h6:first-child,
.cont_blog_detail .article_box .article_body > div h1:first-child {
  margin-top: 0;
}
.cont_blog_detail .article_box .article_body blockquote {
  border: #FFCF51 1px dashed;
  border-radius: 10px;
  padding: 2em 3em 0;
  position: relative;
  margin-bottom: 2em;
}
.cont_blog_detail .article_box .article_body blockquote:before {
  content: "“";
  font-family: Arial, sans-serif;
  font-size: 700%;
  /* 16px→96px */
  line-height: 1;
  color: #FFCF51;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cont_blog_detail .article_box .article_body blockquote:after {
  content: "”";
  font-family: Arial, sans-serif;
  font-size: 700%;
  /* 16px→96px */
  line-height: 1;
  color: #FFCF51;
  margin-bottom: -45px;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.cont_blog_detail .box_sns {
  margin: 30px auto 0;
  background-color: #FFF7E1;
  padding: 20px 0 25px;
  text-align: center;
}
.cont_blog_detail .box_sns .txt_box {
  color: #EBA900;
  margin-bottom: 10px;
}
.cont_blog_detail .box_sns .sns_inst,
.cont_blog_detail .box_sns .sns_you,
.cont_blog_detail .box_sns .sns_li,
.cont_blog_detail .box_sns .sns_fb,
.cont_blog_detail .box_sns .sns_tw {
  display: inline-block;
  margin-left: 10px;
}
.cont_blog_detail .box_sns .sns_inst:first-child,
.cont_blog_detail .box_sns .sns_you:first-child,
.cont_blog_detail .box_sns .sns_li:first-child,
.cont_blog_detail .box_sns .sns_fb:first-child,
.cont_blog_detail .box_sns .sns_tw:first-child {
  margin-left: 0;
}
.cont_blog_detail .box_sns .sns_inst a,
.cont_blog_detail .box_sns .sns_you a,
.cont_blog_detail .box_sns .sns_li a,
.cont_blog_detail .box_sns .sns_fb a,
.cont_blog_detail .box_sns .sns_tw a {
  display: block;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  width: 110px;
}
.cont_blog_detail .box_sns .sns_inst span,
.cont_blog_detail .box_sns .sns_you span,
.cont_blog_detail .box_sns .sns_li span,
.cont_blog_detail .box_sns .sns_fb span,
.cont_blog_detail .box_sns .sns_tw span {
  font-size: 14px;
  margin-left: 26px;
  position: relative;
}

.cont_blog_detail .box_sns .sns_inst a {
  background: #CA007F;
}
.cont_blog_detail .box_sns .sns_inst a span:before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 1px;
  left: -24px;
  background: url("../img_cont/logo_inst.svg") no-repeat;
  background-size: 18px auto;
}


.cont_blog_detail .box_sns .sns_you a {
  background: #E61F19;
}
.cont_blog_detail .box_sns .sns_you a span:before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 1px;
  left: -24px;
  background: url("../img_cont/logo_you.svg") no-repeat;
  background-size: 18px auto;
}

.cont_blog_detail .box_sns .sns_li a {
  background: #09b53a;
}
.cont_blog_detail .box_sns .sns_li a span:before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 1px;
  left: -24px;
  background: url("../img_cont/logo_li.svg") no-repeat;
  background-size: 18px auto;
}

.cont_blog_detail .box_sns .sns_fb a {
  background: #4b68b9;
}
.cont_blog_detail .box_sns .sns_fb a span:before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 1px;
  left: -24px;
  background: url("../img_cont/logo_fb.svg") no-repeat;
  background-size: 18px auto;
}
.cont_blog_detail .box_sns .sns_tw a {
  background: #1b95e0;
}
.cont_blog_detail .box_sns .sns_tw a span:before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 2px;
  left: -24px;
  background: url("../img_cont/logo_tw.svg") no-repeat;
  background-size: 18px auto;
}


.cont_contact .contact_head_desc, .cont_sample .contact_head_desc {
  text-align: center;
}
.cont_contact .contact_head_desc .txt_description, .cont_sample .contact_head_desc .txt_description {
  margin: 20px 0;
}
.cont_contact .contact_head_desc .contact_head_txt, .cont_sample .contact_head_desc .contact_head_txt {
  position: relative;
  color: #EBA900;
  font-size: 18px;
}
.cont_contact .contact_head_desc .contact_top .contact_head_txt, .cont_sample .contact_head_desc .contact_top .contact_head_txt {
  font-size: 24px;
}
.cont_contact .contact_head_desc .contact_phone, .cont_sample .contact_head_desc .contact_phone {
  padding: 20px 0 30px;
  background: #FFF7E1;
}
.cont_contact .contact_head_desc .contact_phone .tel, .cont_sample .contact_head_desc .contact_phone .tel {
  font-size: 48px;
  font-weight: bold;
  line-height: 50px;
}
.cont_contact .contact_head_desc .contact_phone .tel .tel_icon, .cont_sample .contact_head_desc .contact_phone .tel .tel_icon {
  margin-right: 7px;
}
.cont_contact .contact_head_desc .contact_phone .tel .tel_icon img, .cont_sample .contact_head_desc .contact_phone .tel .tel_icon img {
  width: 35px;
  height: 45px;
}
.cont_contact .contact_head_desc .contact_mail, .cont_sample .contact_head_desc .contact_mail {
  margin-top: 60px;
}
.cont_contact .contact_head_desc .contact_mail .contact_head_txt, .cont_sample .contact_head_desc .contact_mail .contact_head_txt {
  font-size: 20px;
}
.cont_contact .liaise_step_box, .cont_sample .liaise_step_box {
  margin: 70px 0;
  display: inline-block;
  position: relative;
}
.cont_contact .liaise_step_box:before, .cont_sample .liaise_step_box:before {
  content: "";
  position: absolute;
  display: block;
  width: 490px;
  height: 1px;
  top: -14px;
  left: 50%;
  margin-left: -240px;
  background-color: #DDD3C3;
}
.cont_contact .liaise_step_box ul, .cont_sample .liaise_step_box ul {
  display: flex;
  justify-content: space-between;
  width: 720px;
}
.cont_contact .liaise_step_box li, .cont_sample .liaise_step_box li {
  flex-grow: 1;
  position: relative;
}
.cont_contact .liaise_step_box .step_stepped, .cont_sample .liaise_step_box .step_stepped {
  color: #EBA900;
}
.cont_contact .liaise_step_box .step_stepped:before, .cont_sample .liaise_step_box .step_stepped:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: -20px;
  left: 50%;
  margin-left: -7px;
  background-color: #FFCF51;
}
.cont_contact .liaise_step_box .step_undone, .cont_sample .liaise_step_box .step_undone {
  color: #DDD3C3;
}
.cont_contact .liaise_step_box .step_undone:before, .cont_sample .liaise_step_box .step_undone:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: -20px;
  left: 50%;
  margin-left: -7px;
  background-color: #DDD3C3;
}
.cont_contact .contact_form, .cont_sample .contact_form {
  border: 10px solid #FFF7E1;
  padding: 20px;
  margin-bottom: 100px;
}
.cont_contact .contact_form .form_box, .cont_sample .contact_form .form_box {
  position: relative;
}
.cont_contact .contact_form .ico_require, .cont_sample .contact_form .ico_require {
  border: none;
  padding: 0 5px;
  background-color: #FF8151;
  color: #FFF;
  font-size: 12px;
}
.cont_contact .contact_form .postalcode_btn, .cont_sample .contact_form .postalcode_btn {
  display: inline-block;
}
.cont_contact .contact_form .postalcode_btn a, .cont_sample .contact_form .postalcode_btn a {
  border: 4px solid #534741;
  color: #fff;
  background: #534741;
  border-radius: 5px;
  padding: 5px 10px;
  display: block;
}
.cont_contact .contact_form .form_table, .cont_sample .contact_form .form_table {
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed;
}
.cont_contact .contact_form .form_table .ico_require, .cont_sample .contact_form .form_table .ico_require {
  position: absolute;
  top: 20px;
  right: 20px;
}
.cont_contact .contact_form .form_table tr, .cont_sample .contact_form .form_table tr {
  border-top: 1px solid #EEE;
}
.cont_contact .contact_form .form_table tr td,
.cont_contact .contact_form .form_table tr th, .cont_sample .contact_form .form_table tr td,
.cont_sample .contact_form .form_table tr th {
  position: relative;
}
.cont_contact .contact_form .form_table tr th, .cont_sample .contact_form .form_table tr th {
  background: #fff;
  width: 140px;
  color: #EBA900;
}
.cont_contact .contact_form .form_table tr td, .cont_sample .contact_form .form_table tr td {
  padding: 20px;
}
.cont_contact .contact_form .form_table tr td .notes, .cont_sample .contact_form .form_table tr td .notes {
  margin: 15px 0 5px;
}
.cont_contact .contact_form .form_table tr td .ex, .cont_sample .contact_form .form_table tr td .ex {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.cont_contact .contact_form .form_table tr td button,
.cont_contact .contact_form .form_table tr td input[type=email],
.cont_contact .contact_form .form_table tr td input[type=tel],
.cont_contact .contact_form .form_table tr td input[type=text],
.cont_contact .contact_form .form_table tr td select,
.cont_contact .contact_form .form_table tr td textarea, .cont_sample .contact_form .form_table tr td button,
.cont_sample .contact_form .form_table tr td input[type=email],
.cont_sample .contact_form .form_table tr td input[type=tel],
.cont_sample .contact_form .form_table tr td input[type=text],
.cont_sample .contact_form .form_table tr td select,
.cont_sample .contact_form .form_table tr td textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /** add */
  border: 1px solid #D2D6DE;
  background: #FFF7E1;
}
.cont_contact .contact_form .form_table tr td button::placeholder,
.cont_contact .contact_form .form_table tr td input[type=email]::placeholder,
.cont_contact .contact_form .form_table tr td input[type=tel]::placeholder,
.cont_contact .contact_form .form_table tr td input[type=text]::placeholder,
.cont_contact .contact_form .form_table tr td select::placeholder,
.cont_contact .contact_form .form_table tr td textarea::placeholder, .cont_sample .contact_form .form_table tr td button::placeholder,
.cont_sample .contact_form .form_table tr td input[type=email]::placeholder,
.cont_sample .contact_form .form_table tr td input[type=tel]::placeholder,
.cont_sample .contact_form .form_table tr td input[type=text]::placeholder,
.cont_sample .contact_form .form_table tr td select::placeholder,
.cont_sample .contact_form .form_table tr td textarea::placeholder {
  color: #DDD3C3;
}
.cont_contact .contact_form .form_table tr td input[type=email]::-ms-clear,
.cont_contact .contact_form .form_table tr td input[type=tel]::-ms-clear,
.cont_contact .contact_form .form_table tr td input[type=text]::-ms-clear, .cont_sample .contact_form .form_table tr td input[type=email]::-ms-clear,
.cont_sample .contact_form .form_table tr td input[type=tel]::-ms-clear,
.cont_sample .contact_form .form_table tr td input[type=text]::-ms-clear {
  visibility: hidden;
}
.cont_contact .contact_form .form_table tr td input[type=email]::-ms-reveal,
.cont_contact .contact_form .form_table tr td input[type=tel]::-ms-reveal,
.cont_contact .contact_form .form_table tr td input[type=text]::-ms-reveal, .cont_sample .contact_form .form_table tr td input[type=email]::-ms-reveal,
.cont_sample .contact_form .form_table tr td input[type=tel]::-ms-reveal,
.cont_sample .contact_form .form_table tr td input[type=text]::-ms-reveal {
  visibility: hidden;
}
.cont_contact .contact_form .form_table tr td select::-ms-expand, .cont_sample .contact_form .form_table tr td select::-ms-expand {
  display: none;
}
.cont_contact .contact_form .form_table tr td textarea, .cont_sample .contact_form .form_table tr td textarea {
  resize: none;
  width: 578px;
}
.cont_contact .contact_form .form_table tr td select, .cont_sample .contact_form .form_table tr td select {
  padding: 6px 10px;
}
.cont_contact .contact_form .form_table tr td input[type=email],
.cont_contact .contact_form .form_table tr td input[type=tel],
.cont_contact .contact_form .form_table tr td input[type=text],
.cont_contact .contact_form .form_table tr td textarea, .cont_sample .contact_form .form_table tr td input[type=email],
.cont_sample .contact_form .form_table tr td input[type=tel],
.cont_sample .contact_form .form_table tr td input[type=text],
.cont_sample .contact_form .form_table tr td textarea {
  padding: 10px 15px;
}
.cont_contact .contact_form .form_table tr td input[type=email],
.cont_contact .contact_form .form_table tr td input[type=tel],
.cont_contact .contact_form .form_table tr td input[type=text], .cont_sample .contact_form .form_table tr td input[type=email],
.cont_sample .contact_form .form_table tr td input[type=tel],
.cont_sample .contact_form .form_table tr td input[type=text] {
  width: 578px;
}
.cont_contact .contact_form .form_table tr td .postal_code, .cont_sample .contact_form .form_table tr td .postal_code {
  display: inline-block;
}
.cont_contact .contact_form .form_table tr td .postal_code input, .cont_sample .contact_form .form_table tr td .postal_code input {
  width: 120px;
  margin: 0 5px;
}
.cont_contact .contact_form .form_table tr td input.tel, .cont_sample .contact_form .form_table tr td input.tel {
  width: 180px;
}
.cont_contact .contact_form .form_table tr td .select_label, .cont_sample .contact_form .form_table tr td .select_label {
  position: relative;
  width: 180px;
  padding: 0 20px 0 0;
  display: inline-block;
  border-radius: 0;
  overflow: hidden;
  z-index: 0;
}
.cont_contact .contact_form .form_table tr td .select_label select, .cont_sample .contact_form .form_table tr td .select_label select {
  width: 200px;
}
.cont_contact .contact_form .form_table tr td .select_label:after, .cont_sample .contact_form .form_table tr td .select_label:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 0.6em;
  margin-top: -.2em;
  border-width: 0.45em 0.3em;
  border-style: solid;
  border-color: #666 transparent transparent;
  z-index: -1;
}
.cont_contact .contact_form .form_table tr td .radio:after, .cont_sample .contact_form .form_table tr td .radio:after {
  border-radius: 50%;
}
.cont_contact .contact_form .form_table tr td input[type=radio]:checked + .radio:before, .cont_sample .contact_form .form_table tr td input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.cont_contact .contact_form .form_table tr td .checkbox:before, .cont_sample .contact_form .form_table tr td .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #534741;
  border-bottom: 3px solid #534741;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cont_contact .contact_form .form_table tr td input[type=checkbox]:checked + .checkbox:before, .cont_sample .contact_form .form_table tr td input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.cont_contact .contact_form .form_table tr:last-child, .cont_sample .contact_form .form_table tr:last-child {
  border-bottom: 1px solid #EEE;
}
.cont_contact .contact_form .form_table .error_message, .cont_sample .contact_form .form_table .error_message {
  color: #534741;
}
.cont_contact .contact_form .form_pp .txt_box a, .cont_sample .contact_form .form_pp .txt_box a {
  color: #534741;
}
.cont_contact .contact_form .form_pp .checkbox, .cont_sample .contact_form .form_pp .checkbox {
  margin: 30px 0 0;
}
.cont_contact .contact_form .form_pp .checkbox *, .cont_sample .contact_form .form_pp .checkbox * {
  cursor: pointer;
}
.cont_contact .contact_form .form_pp .checkbox .ico_require, .cont_sample .contact_form .form_pp .checkbox .ico_require {
  margin-left: 10px;
}
.cont_contact .contact_form .btn_box, .cont_sample .contact_form .btn_box {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
.cont_contact .contact_form .btn_box input.confirm_btn, .cont_sample .contact_form .btn_box input.confirm_btn {
  color: #FFF;
  width: 400px;
  background-color: #534741;
  padding: 20px;
  font-size: 24px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  background-image: url("ico_arrow_round_white.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 90% 50%;
}
.cont_contact .contact_form .btn_box input.btn_disabled, .cont_sample .contact_form .btn_box input.btn_disabled {
  color: #FFF;
  width: 400px;
  background-color: #DCDCDC;
  padding: 20px;
  font-size: 24px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  background-image: url("ico_arrow_round_white.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 90% 50%;
}
.cont_contact .contact_form .btn_box input[disabled], .cont_sample .contact_form .btn_box input[disabled] {
  background: #DCDCDC;
  cursor: not-allowed;
}
.cont_contact .contact_form .retry, .cont_sample .contact_form .retry {
  position: absolute;
  left: 0;
  bottom: 14px;
  z-index: 1;
}
.cont_contact .contact_form .retry input.retry_btn, .cont_sample .contact_form .retry input.retry_btn {
  width: 160px;
  background-color: #DCDCDC;
  padding: 10px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.cont_contact .base_link_arrow, .cont_sample .base_link_arrow {
  margin-top: 20px;
  margin-left: 20px;
}
.cont_contact .cont_box, .cont_sample .cont_box {
  margin-bottom: 60px;
}
.cont_contact .cont_box p, .cont_sample .cont_box p {
  line-height: 28px;
  margin-bottom: 28px;
}
.cont_contact .cont_box > p, .cont_sample .cont_box > p {
  margin-top: 30px;
}

.cont_contact_confirm .txt_answer {
  border-left: 4px solid #808080;
  padding-left: 10px;
  color: #808080;
  font-size: 16px;
}
.cont_contact_confirm .txt_answer + .txt_answer {
  margin-top: 10px;
}

.top_btn_box {
  margin: 60px auto;
  width: 400px;
  background-color: #534741;
  padding: 20px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  background-image: url("ico_arrow_round_white.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 90% 50%;
}
.top_btn_box a {
  color: #FFF;
}

.cont_sample .sample_cont_box .description_box {
  margin: 40px -13px 60px -13px;
}
.cont_sample .sample_cont_box .description_box img {
  width: 100%;
}
.cont_sample .sample_step_box .step_box {
  display: flex;
  margin-bottom: 80px;
}
.cont_sample .sample_step_box .step_box > div {
  flex-grow: 1;
  text-align: center;
  border-right: solid 2px #FFF;
  background-color: #FFCF51;
  position: relative;
}
.cont_sample .sample_step_box .step_box > div span {
  position: absolute;
  top: 230px;
  left: -3px;
}
.cont_sample .sample_step_box .step_box > div span img {
  width: 12px;
}
.cont_sample .sample_step_box .step_box > div .tl_step {
  font-size: 24px;
}
.cont_sample .sample_step_box .step_box > div .bg_tl_step {
  width: 170px;
}
.cont_sample .sample_step_box .step_box > div .img_step {
  margin: 25px 0px;
}
.cont_sample .sample_step_box .step_box > div .txt_step {
  width: 195px;
  margin: 0px auto 30px auto;
  text-align: left;
}
.cont_sample .sample_step_box .step_box .step2_box, .cont_sample .sample_step_box .step_box .step4_box {
  background-color: #ffd874;
}
.cont_sample .sample_step_box .step_box .step5 {
  border-right: none;
}

/* ------------------------------------
  共通
------------------------------------ */
/* ------------------------------------
  020_faq01-list.html
------------------------------------ */
.cont_faq .base_cont_list + .base_cont_list {
  margin-top: 60px;
}
.cont_faq .category_name {
  font-size: 20px;
  margin-bottom: 15px;
}
.cont_faq .list_box_inner {
  border: 3px solid #DDD3C3;
  margin-bottom: 30px;
}
.cont_faq .list_box_inner .list_click_box::before {
  margin-top: -7px;
  right: 10px;
}
.cont_faq .list_click_open .list_click_box::before {
  margin-top: -7px;
  right: 10px;
}
.cont_faq .ico_faq {
  font-size: 24px;
  margin-right: 15px;
  font-weight: bold;
  float: left;
  width: 20px;
}
.cont_faq .description_box {
  overflow: hidden;
  width: auto;
  padding-top: 10px;
}
.cont_faq .q_box {
  padding: 10px 20px 0 20px;
}
.cont_faq .q_box a {
  display: block;
  border-bottom: #DDD3C3 solid 1px;
  padding-bottom: 20px;
  width: 100%;
}
.cont_faq .q_box.label_close a {
  border-bottom: none;
}
.cont_faq .ico_q {
  color: #EBA900;
}
.cont_faq .a_box {
  display: block;
  padding: 20px;
}
.cont_faq .a_box .ico_a {
  color: #534741;
}
.cont_faq .a_box .description_box .img_box {
  float: left;
  padding: 0;
  width: 260px;
  height: 160px;
  overflow: hidden;
  margin-right: 20px;
}
.cont_faq .a_box .description_box .img_box img {
  width: inherit;
  height: auto;
}
.cont_faq .a_box .related_page_link {
  margin-top: 30px;
  margin-left: 20px;
  text-align: right;
}
.cont_faq .a_box .related_page_link li {
  margin-left: 30px;
  margin-top: 10px;
}
.cont_faq .a_box .related_page_link li:first-child {
  margin-left: 0;
}
.cont_faq .label_open_close {
  position: relative;
  cursor: pointer;
}
.cont_faq .label_open_close::after {
  transition: all 0.5s;
  position: absolute;
  content: "";
  background: url(/themes/pc/img_cmn/ico_arrow.svg) no-repeat;
  background-size: auto auto;
  background-size: 8px auto;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  right: 10px;
  top: 50%;
}
.cont_faq .label_open_close.label_close::after {
  transform: rotate(90deg);
}
.cont_faq .label_open_close.label_open::after {
  transform: rotate(270deg);
}

/* ------------------------------------
  共通
------------------------------------ */
#content.cont_news .txt_date {
  display: inline-block;
  margin-right: 5px;
  color: #EBA900;
}

/* ------------------------------------
  020_news01-list.html
------------------------------------ */
#content.cont_news .list_box {
  position: relative;
}
#content.cont_news .list_box::before {
  top: inherit;
  left: 30px;
  bottom: 30px;
}
#content.cont_news .list_box::after {
  top: inherit;
  right: 30px;
  bottom: 30px;
}
#content.cont_news .base_cont_list::before {
  top: 30px;
}
#content.cont_news .base_cont_list::after {
  top: 30px;
  right: 30px;
}
#content.cont_news .base_cont_list li:first-child {
  border-top: 1px solid #DDD3C3;
}
#content.cont_news .base_cont_list li a {
  border-bottom: 1px solid #DDD3C3;
  position: relative;
  padding: 20px 0;
  display: block;
}
#content.cont_news .base_cont_list li a .cont_box .title {
  margin: 10px 0 0 5px;
  display: inline;
}
#content.cont_news .base_cont_list > li::before {
  margin-top: -7px;
  right: 0;
}

/* ------------------------------------
  021_news-detail.html
------------------------------------ */
.cont_news_detail .article_box {
  border-left: #DDD3C3 1px solid;
  padding-left: 50px;
}
.cont_news_detail .article_box h1 {
  font-size: 30px;
  padding-left: 50px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 5px;
  border-bottom: 5px solid #534741;
  position: relative;
}
.cont_news_detail .article_box h1::after {
  content: "";
  position: absolute;
  background: url(../img_cont/ico_news_tl.svg) no-repeat;
  background-size: auto 30px;
  width: 42px;
  height: 30px;
  left: 0;
  top: 0;
  margin-top: 10px;
}
.cont_news_detail .article_body a {
  color: #2E70D4;
}
.cont_news_detail .article_body a:hover {
  text-decoration: underline;
}
.cont_news_detail .article_body p {
  line-height: 2;
  margin-bottom: 2em;
}
.cont_news_detail .article_body img {
  max-width: 600px !important;
  height: auto !important;
}

/* ------------------------------------
  共通
------------------------------------ */
.cont_voice .page_nav {
  border-top: 1px solid #DDD3C3;
  padding-top: 40px;
}
.cont_voice .txt_name {
  text-align: right;
  margin-top: 20px;
}

/* ------------------------------------
  020_voice01-list.html
------------------------------------ */
#content.cont_voice .cont_box_inner {
  border-top: 1px solid #DDD3C3;
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
#content.cont_voice .cont_box_inner .img_box {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
#content.cont_voice .cont_box_inner li {
  margin-right: 20px;
  -moz-box-shadow: 0px 0px 14px 2px #f0ecec;
  -webkit-box-shadow: 0px 0px 14px 2px #f0ecec;
  box-shadow: 0px 0px 14px 2px #f0ecec;
  flex-wrap: wrap;
  width: 32%;
  margin-bottom: 20px;
}
#content.cont_voice .cont_box_inner li:nth-child(3n) {
  margin-right: 0;
}
#content.cont_voice .cont_box_inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
#content.cont_voice .cont_box_inner .txt_box {
  padding: 20px;
}
#content.cont_voice .cont_box_inner .tl_box_sub {
  font-size: 20px;
}

/* ------------------------------------
  021_voice-detail.html
------------------------------------ */
#content.cont_voice_detail .cont_inner_box {
  border-top: 1px solid #DDD3C3;
  padding-top: 50px;
}
#content.cont_voice_detail .tl_box_interviewer {
  -moz-box-shadow: 0px 0px 14px 2px #f0ecec;
  -webkit-box-shadow: 0px 0px 14px 2px #f0ecec;
  box-shadow: 0px 0px 14px 2px #f0ecec;
  margin-bottom: 40px;
}
#content.cont_voice_detail .tl_box_interviewer .txt_box {
  padding: 30px;
}
#content.cont_voice_detail .img_box {
  width: 100%;
  height: 460px;
  overflow: hidden;
  position: relative;
}
#content.cont_voice_detail .img_box img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  width: 100%;
  height: auto;
}
#content.cont_voice_detail .tl_box_sub {
  font-size: 30px;
}
#content.cont_voice_detail .description_box {
  line-height: 2;
  margin-bottom: 20px;
}

/* ------------------------------------
  _000_top.scss
------------------------------------ */
/* TOPのスライド
------------------------------------ */
.page_top .top_mainImg .cont_inner {
  position: relative;
}
.page_top .slider {
  position: relative;
  height: 550px;
}
.page_top .slider2 {
  position: relative;
  height: 550px;
}
.page_top .slider3 {
  position: relative;
  height: 550px;
}
.page_top .slider .img_box {
  z-index: 1;
  position: absolute;
  left: 0%;
  width: 1250px;
  height: 500%;
  overflow: hidden;
}
.page_top .slider2 .img_box {
  z-index: 1;
  position: absolute;
  left: 0%;
  width: 1250px;
  height: 500%;
  overflow: hidden;
}
.page_t
.page_top .slider3 .img_box {
  z-index: 1;
  position: absolute;
  left: 0%;
  width: 1250px;
  height: 500%;
  overflow: hidden;
}
.page_top .slider .img_box img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.page_top .slider2 .img_box img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.page_top .slider3 .img_box img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;

  height: auto;
}
.page_top .slider .description_box {
  position: relative;
  z-index: 2;
  margin: auto;
  padding-top: 150px;
  padding-left:600px;
}
.page_top .slider2 .description_box2 {
  position: relative;
  z-index: 2;
  margin: auto;
  padding-top: 50px;
  padding-left:100px;
}
.page_top .slider3 .description_box3 {
  position: relative;
  z-index: 3;
  margin: auto;
  padding-top: 70px;
  padding-left:650px;
}
.page_top .slider .description_box .txt_box {
  margin-bottom: 20px;
  text-shadow: 0 0 0px #ffffff, 0 0 1px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
}
.page_top .slider2 .description_box2 .txt_box {
  margin-bottom: 20px;
  text-shadow: 0 0 0px #ffffff, 0 0 1px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
}
.page_top .slider3 .description_box3 .txt_box {
  margin-bottom: 20px;
  text-shadow: 0 0 0px #ffffff, 0 0 1px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
}
.page_top .slider .description_box .btn_box {
  width: 400px;
}
.page_top .slider2 .description_box2 .btn_box {
  width: 400px;
}
.page_top .slider3 .description_box3 .btn_box {
  width: 400px;
}
.page_top .slider .tl_box_main {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.2;
  color: #dd1414;
  margin-bottom: 20px;
  text-shadow: 0 0 0px #ffffff, 0 0 1px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
}
.page_top .slider2 .tl_box_main {
  font-weight: bold;
  font-size: 56px;
  line-height: 1.2;
  color: #534741;
  margin-bottom: 20px;
  text-shadow: 0 0 0px #ffffff, 0 0 1px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
}
.page_top .slider3 .tl_box_main {
  font-weight: bold;
  font-size: 56px;
  line-height: 1.2;
  color: #534741;
  margin-bottom: 20px;
  text-shadow: 0 0 0px #ffffff, 0 0 1px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
}
.btn_box_trial_wrap {
  position: relative;
  width: 1252px;
  margin: auto;
}
.btn_box_trial_wrap .btn_box_trial {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 4;
}
.btn_box_trial_wrap .btn_box_trial a {
  display: block;
}
.btn_box_trial_wrap .btn_box_trial a:hover {
  opacity: 0.7;
}

.swiper-pagination {
  left: 50%;
  margin-top: -70px;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  opacity: 1;
  background: #4d4c49;
  border: 1px solid #fff;
}

.swiper-pagination-bullet-active {
  background: #534741;
}

/* お知らせ
------------------------------------ */
.top_news_wrap {
  background: #FFF7E1;
  width: 1252px;
  margin: auto;
  position: relative;
}
.top_news_wrap .top_news {
  position: absolute;
  margin-top: -30px;
  z-index: 3;
}
.top_news_wrap .top_news .cont_inner {
  position: relative;
  background: #fff;
  padding: 10px 30px;
  box-sizing: border-box;
  -moz-box-shadow: 0px 0px 14px 2px #f0ecec;
  -webkit-box-shadow: 0px 0px 14px 2px #f0ecec;
  box-shadow: 0px 0px 14px 2px #f0ecec;
}
.top_news_wrap .top_news .tl_box_main {
  float: left;
  margin-right: 20px;
  padding: 10px 20px 10px 0;
  border-right: 1px solid #534741;
}
.top_news_wrap .top_news .btn_box {
  position: absolute;
  right: 0;
  margin-right: 20px;
  padding-top: 20px;
}
.top_news_wrap .top_news dl {
  float: left;
  margin-top: 10px;
}
.top_news_wrap .top_news dl dt, .top_news_wrap .top_news dl dd {
  display: block;
  float: left;
  line-height: 1.8;
}
.top_news_wrap .top_news dl .ico_category {
  margin-left: 10px;
}
.top_news_wrap .top_news dl .ico_new {
  margin-top: 2px;
}
.top_news_wrap .top_news dl .txt_tl {
  line-height: 1.5;
  max-width: 500px;
  margin-left: 5px;
  width: 350px;
}
.top_news_wrap .top_news dl .txt_tl:hover {
  text-decoration: underline;
}
.top_news_wrap .top_news dl .txt_date {
  margin-right: 5px;
}
.top_news_wrap .top_news .base_link_arrow {
  z-index: 99999;
  top: 18px;
  right: 350px;
  position: absolute;
}
.top_news_wrap .top_news .base_link_arrow a:hover {
  text-decoration: underline;
}

/* 選ばれる理由
------------------------------------ */
.top_reason {
  margin-top: 0;
}
.top_reason .tl_box_main {
  font-weight: bold !important;
}
.top_reason .tl_box_main em {
  font-size: 40px;
  font-weight: bold !important;
}
.top_reason .tl_box {
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
  background: #FFF7E1;
  padding: 60px 0 30px;
  position: relative;
}
.top_reason .tl_box::after {
  content: "";
  position: absolute;
  background: url(../img_top/bg_reason_tl.svg) no-repeat;
  background-size: 142px auto;
  width: 142px;
  height: 52px;
  right: 50%;
  bottom: -30px;
  margin-right: -80px;
}
.top_reason .tl_box span {
  position: relative;
}
.top_reason ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.top_reason li {
  width: 31%;
  margin-left: 30px;
}
.top_reason li:first-child {
  margin-left: 0;
}
.top_reason .img_box {
  margin-bottom: 15px;
}
.top_reason .img_box img {
  width: 100%;
}
.top_reason .txt_box {
  margin-top: 15px;
}
.top_reason .btn_box_inner {
  width: 500px;
  margin: 30px auto 0;
}
.top_reason .tl_box_sub {
  font-size: 18px;
}
.top_reason .tl_box_sub em {
  font-size: 2.8rem;
}

/* 導入のメリット
------------------------------------ */
.top_advantage {
  margin: 40px 0;
  height: 570px;
  position: relative;
}
.top_advantage .tl_box_main {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.top_advantage .bg_box {
  background: #FEF7E4;
  width: 80%;
  height: 620px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.top_advantage .img_box {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: 2;
  height: 420px;
  width: 770px;
}
.top_advantage .img_box img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  width: auto;
  height: 100%;
}
.top_advantage .description_box {
  position: absolute;
  top: 120px;
  left: 810px;
  width: 680px;
  z-index: 3;
}
.top_advantage .description_box .tl_box {
  font-weight: bold;
}
.top_advantage .description_box .txt_number {
  color: #534741;
  margin-right: 10px;
  font-size: 48px;
}
.top_advantage .description_box .tl_box_sub {
  font-size: 34px;
}
.top_advantage .description_box .btn_box_inner {
  margin-top: 30px;
  width: 410px;
  margin-left: 50px;
}

.cmn_banner_box {
  margin: 140px 0 50px;
}

/* OEM開発
------------------------------------ */
.top_oem {
  padding: 40px 0;
}
.top_oem .description_box {
  width: 550px;
  float: right;
}
.top_oem .tl_box_main {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.top_oem .txt_box {
  margin-bottom: 20px;
}
.top_oem .btn_box {
  width: 450px;
  margin: 0 auto;
}
.top_oem .img_box {
  float: left;
  margin: 30px 0;
}
.top_oem .img_box img {
  width: 540px;
}

/* お食事が出来るまで
------------------------------------ */
.top_flow {
  padding: 40px 0;
  background: #FEF7E4;
}
.top_flow .description_box {
  width: 550px;
  margin-left: 100px;
  float: left;
}
.top_flow .tl_box_main {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.top_flow .txt_box {
  margin-bottom: 20px;
}
.top_flow .btn_box {
  width: 450px;
  margin: 0 auto;
}
.top_flow .video_box {
  float: right;
  margin-top: 30px;
}

/* メニュー紹介
------------------------------------ */
.top_menu {
  position: relative;
}
.top_menu .tl_box_main {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
.top_menu .btn_box {
  margin-top: 20px;
}
.top_menu .description_box {
  text-align: center;
  width: 790px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px;
  position: absolute;
  left: 50%;
  margin-left: -395px;
  z-index: 2;
  height: 315px;
  box-sizing: border-box;
}
.top_menu .txt_box {
  margin-bottom: 20px;
}
.top_menu .btn_box {
  width: 450px;
  margin: 0 auto;
}
.top_menu .loopSlider {
  z-index: 1;
}

/* loopSlider
------------------------------ */
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 315px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  height: 315px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 360px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 360px;
  height: 315px;
  float: left;
  display: inline;
  overflow: hidden;
}

/* CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
  content: "";
  display: none;
  clear: none;
}

/* お客様の声
------------------------------------ */
.top_voice {
  margin: 40px 0;
}
.top_voice .description_box {
  width: 400px;
  float: left;
}
.top_voice .tl_box {
  margin-right: 20px;
}
.top_voice .tl_box_main {
  font-weight: bold;
  font-size: 40px;
  float: left;
}
.top_voice .base_link_arrow {
  float: right;
  margin-top: 15px;
}
.top_voice ul {
  display: flex;
}
.top_voice ul .img_box {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.top_voice ul li {
  margin-left: 20px;
  -moz-box-shadow: 0px 0px 14px 2px #f0ecec;
  -webkit-box-shadow: 0px 0px 14px 2px #f0ecec;
  box-shadow: 0px 0px 14px 2px #f0ecec;
  flex-wrap: wrap;
  width: 48%;
}
.top_voice ul img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.top_voice ul .txt_box {
  padding: 20px;
}
.top_voice ul .tl_box_sub {
  font-size: 20px;
}
.top_voice ul .txt_name {
  text-align: right;
  margin-top: 20px;
}

/* よくあるご質問、ブログ
------------------------------------ */
.top_faq_blog {
  background: url(../img_top/bg_faq_blog.jpg) no-repeat center top;
  background-size: auto 478px;
  padding: 30px 0 40px;
}
.top_faq_blog .tl_box_main {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  float: left;
  margin-bottom: 20px;
}
.top_faq_blog .base_link_arrow_white {
  float: right;
  margin-top: 13px;
}
.top_faq_blog .top_faq {
  width: 48%;
  float: left;
}
.top_faq_blog .top_faq li {
  border-bottom: 1px solid #fff;
}
.top_faq_blog .top_faq li a {
  display: block;
  padding: 20px 40px 20px 50px;
  color: #fff;
  position: relative;
}
.top_faq_blog .top_faq li a::before {
  color: #534741;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -31px;
  content: "Q";
  font-size: 30px;
  font-weight: bold;
}
.top_faq_blog .top_faq li a::after {
  content: "";
  position: absolute;
  background: url(ico_arrow_round_white.svg) no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}
.top_faq_blog .top_faq li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.top_faq_blog .top_faq li:first-child {
  border-top: 1px solid #fff;
}
.top_faq_blog .top_blog {
  width: 48%;
  float: right;
}
.top_faq_blog .top_blog ul {
  display: flex;
  flex-wrap: wrap;
}
.top_faq_blog .top_blog ul .img_box {
  width: 100%;
  height: 168px;
  overflow: hidden;
  position: relative;
}
.top_faq_blog .top_blog ul li {
  margin-right: 20px;
  width: 48%;
}
.top_faq_blog .top_blog ul li:hover {
  opacity: 0.8;
}
.top_faq_blog .top_blog ul li:last-child {
  margin-right: 0;
}
.top_faq_blog .top_blog ul img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.top_faq_blog .top_blog ul .txt_box {
  margin-top: 10px;
}
.top_faq_blog .top_blog ul .tl_box_sub {
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
}
.top_faq_blog .top_blog ul .txt_date {
  color: #534741;
}
.top_faq_blog .top_blog ul .txt_name {
  text-align: right;
  margin-top: 20px;
}
.top_faq_blog .top_blog .ico_category {
  background: #534741;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/* 地域活動
------------------------------------ */
.top_activity {
  background: #132c75 url(../img_top/bg_faq_blog.jpg) no-repeat center top;
  background-size: auto 460px;
  height: 460px;
}
.top_activity .cont_inner {
  position: relative;
}
.top_activity .txt_inner_box {
  width: 500px;
  position: absolute;
  right: 0;
  top: 130px;
}
.top_activity .tl_box_main {
  font-size: 32px;
  color: #fff;
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.top_activity .tl_box_main::before {
  background-image: url(../img_sprite/up_img/sprite.png);
  background-size: 357px 280px;
  background-position: 0px -202px;
  width: 265px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  top: -16px;
}
.top_activity .txt_box {
  margin: 10px 0;
  color: #fff;
}
.top_activity .btn_box {
  margin-top: 20px;
}
.top_activity .base_btn a {
  display: block;
  padding: 10px 30px 10px 10px;
  color: #fff;
  position: relative;
  text-align: center;
}
.top_activity .base_btn a::before {
  background-image: url(../img_sprite/up_img/sprite.png);
  background-size: 357px 280px;
  background-position: -349px -111px;
  width: 8px;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 10px;
}
.top_activity .base_btn a:hover::before {
  background-image: url(../img_sprite/up_img/sprite.png);
  background-size: 357px 280px;
  background-position: -349px -55px;
  width: 8px;
  height: 14px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 10px;
}
.top_activity .base_btn_border a {
  border: 4px solid #fff;
}
.top_activity .base_btn_border a:hover {
  color: #534741;
  background: #fff;
}

/* お知らせ
------------------------------------ */
.top_news02 {
  padding: 60px 0;
  background: url(../img_top/bg_top_news.png) no-repeat center top;
}
.top_news02 .tl_box_main {
  width: 239px;
  margin: 0 auto;
}
.top_news02 ul {
  margin-top: 40px;
}
.top_news02 li {
  float: left;
  width: 282px;
  margin-left: 24px;
}
.top_news02 li:first-child {
  margin-left: 0;
}
.top_news02 li .img_box {
  width: 282px;
  height: 195px;
  overflow: hidden;
  position: relative;
  background: #FFF7E1;
}
.top_news02 li .img_box img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  width: 282px;
  height: auto;
}
.top_news02 li .txt_box {
  margin-top: 15px;
}
.top_news02 li .txt_box .txt_date, .top_news02 li .txt_box .ico_new {
  display: inline-block;
}
.top_news02 li .txt_box .txt_tl {
  font-size: 18px;
  margin-top: 10px;
}
.top_news02 .btn_box_inner {
  width: 500px;
  margin: 40px auto 0;
}

/* 採用情報
------------------------------------ */
.top_recruit {
  background: #f4f3f3;
  padding: 60px 0;
}
.top_recruit .tl_box_main {
  width: 239px;
  margin: 0 auto;
}
.top_recruit .banner_box {
  background: url(../img_top/bg_top_recuit_banner.jpg) no-repeat center top;
  background-size: auto 382px;
  height: 382px;
  margin-top: 40px;
  position: relative;
}
.top_recruit .txt_box {
  width: 500px;
  position: absolute;
  top: 80px;
  right: 50px;
}
.top_recruit .txt_box h3 {
  font-size: 32px;
  color: #534741;
  margin-bottom: 10px;
}

/* ------------------------------------
  100_reason.html
------------------------------------ */
.cont_reason .tl_box_main {
  text-align: center;
  margin-bottom: 60px;
}
.cont_reason .tl_box_main .tl_box {
  font-size: 24px;
  margin-top: 20px;
}
.cont_reason .tl_box_main .tl_box strong {
  font-size: 40px;
  margin-left: 3px;
}
.cont_reason .tl_box_main .tl_box_min {
  font-size: 24px;
  margin-top: 5px;
}
.cont_reason .tl_reason {
  font-weight: bold;
  position: relative;
  font-size: 20px;
}
.cont_reason .tl_reason:before {
  content: "";
  position: absolute;
  background: #534741;
  width: 150px;
  height: 4px;
  left: 50%;
  bottom: -10px;
  margin-left: -75px;
}
.cont_reason .cont_box_inner {
  margin-bottom: 100px;
}
.cont_reason .img_box {
  width: 44%;
  position: relative;
}
.cont_reason .img_box .txt_note {
  position: absolute;
  right: 8px;
  bottom: 110px;
  width: 240px;
  font-size: 12px;
}
.cont_reason .img_box img, .cont_reason .img_box iframe {
  width: 100%;
}
.cont_reason .description_box {
  width: 54%;
}
.cont_reason .base_tl_box02 {
  margin: 0 0 1em;
}
.cont_reason .cont_box_img_left .img_box {
  float: left;
  margin-right: 20px;
}
.cont_reason .cont_box_img_left .description_box {
  float: right;
}
.cont_reason .cont_box_img_right .img_box {
  float: right;
}
.cont_reason .cont_box_img_right .description_box {
  float: left;
}
.cont_reason .related_link_box {
  margin-bottom: 100px;
}
.cont_reason .box_dmy {
  background: #534741;
  width: 510px;
  height: 340px;
}

/* ------------------------------------
  110_advantage.html
------------------------------------ */
.cont_advantage2 .cont_box {
  margin-top: 80px;
}
.cont_advantage2 .page_link {
  display: none;
}
.cont_advantage2 .img_box {
  width: 44%;
}
.cont_advantage2 .img_box img {
  width: 100%;
}
.cont_advantage2 .description_box {
  width: 54%;
}
.cont_advantage2 .description_box p {
  margin-bottom: 2em;
  line-height: 2;
}
.cont_advantage2 .cont_box_img_left .img_box {
  float: left;
  margin-right: 20px;
}
.cont_advantage2 .cont_box_img_left .description_box {
  float: right;
}
.cont_advantage2 .cont_box_img_right .img_box {
  float: right;
}
.cont_advantage2 .cont_box_img_right .description_box {
  float: left;
}
.cont_advantage2 .advantage_01_case01 {
  border: 8px solid #D6D6D6;
  padding: 30px;
}
.cont_advantage2 .advantage_01_case01 .base_tl_box03 {
  margin-top: 0;
}
.cont_advantage2 .advantage_01_case01 .img_box {
  width: 100%;
}
.cont_advantage2 .table_comparative {
  border: 2px solid #D6D6D6;
  padding: 50px 30px 30px;
}
.cont_advantage2 table {
  table-layout: fixed;
  position: relative;
}
.cont_advantage2 table:after {
  content: "";
  position: absolute;
  background-color: #534741;
  width: 527px;
  height: 30px;
  border-radius: 10px 10px 0 0;
  border-left: 5px solid #BCB3A5;
  border-right: 5px solid #BCB3A5;
  border-top: 5px solid #BCB3A5;
  box-sizing: border-box;
  right: -0.5px;
  top: -10px;
}
.cont_advantage2 table th, .cont_advantage table td {
  border-top: 3px solid #DDD3C3;
  border-right: 3px solid #DDD3C3;
  vertical-align: middle;
  padding: 20px;
}
.cont_advantage2 table th:first-child {
  width: 100px;
}
.cont_advantage2 table .before_tl, .cont_advantage table .after_tl {
  text-align: center;
}
.cont_advantage2 table .after_tl {
  background: #534741;
  color: #fff;
  font-size: 24px;
}
.cont_advantage2 table .after {
  border-left: 5px solid #BCB3A5;
  border-right: 5px solid #BCB3A5;
  font-weight: bold;
}
.cont_advantage2 table .last {
  border-bottom: 3px solid #DDD3C3;
}
.cont_advantage table .last .after {
  border-bottom: 5px solid #BCB3A5;
}
.cont_advantage2 table th span {
  display: block;
}
.cont_advantage2 table li {
  padding-left: 1em;
  text-indent: -1em;
}
.cont_advantage2 .related_link_box {
  margin-top: 100px;
}

/* ------------------------------------
  110_advantage22.html
------------------------------------ */
.cont_advantage1 .cont_box {
  margin-top: 80px;
}
.cont_advantage1 .page_link {
  display: none;
}
.cont_advantage1 .img_box {
  width: 100%;
}
.cont_advantage1 .img_box img {
  width: 100%;
}
.cont_advantage1 .description_box {
  width: 54%;
}
.cont_advantage1 .description_box p {
  margin-bottom: 2em;
  line-height: 2;
}
.cont_advantage1 .cont_box_img_left .img_box {
  float: left;
  margin-right: 20px;
}
.cont_advantage1 .cont_box_img_left .description_box {
  float: right;
}
.cont_advantage1 .cont_box_img_right .img_box {
  float: right;
}
.cont_advantage1 .cont_box_img_right .description_box {
  float: left;
}
.cont_advantage1 .advantage_01_case01 {
  border: 8px solid #D6D6D6;
  padding: 30px;
}
.cont_advantage1 .advantage_01_case01 .base_tl_box03 {
  margin-top: 0;
}
.cont_advantage1 .advantage_01_case01 .img_box {
  width: 100%;
}
.cont_advantage1 .table_comparative {
  border: 2px solid #D6D6D6;
  padding: 50px 30px 30px;
}
.cont_advantage1 table {
  table-layout: fixed;
  position: relative;
}

.cont_advantage1 table th, .cont_advantage table td {
  border-top: 3px solid #DDD3C3;
  border-right: 3px solid #DDD3C3;
  vertical-align: middle;
  padding: 20px;
}
.cont_advantage1 table th:first-child {
  width: 100px;
}
.cont_advantage1 table .before_tl, .cont_advantage table .after_tl {
  text-align: center;
   width: 21em;
}
.cont_advantage1 table .after_tl {
  background: #534741;
  color: #fff;
  font-size: 24px;
}
.cont_advantage1 table .after {
  border-left: 5px solid #BCB3A5;
  border-right: 5px solid #BCB3A5;
  font-weight: bold;
  border-top: 3px solid #BCB3A5;
}
.cont_advantage1 table .last {
  border-bottom: 3px solid #DDD3C3;
}
.cont_advantage1 table .last .after {
  border-bottom: 5px solid #BCB3A5;
}
.cont_advantage1 table th span {
  display: block;
}
.cont_advantage1 table li {
  padding-left: 1em;
  text-indent: -1em;
}
.cont_advantage1 .related_link_box {
  margin-top: 100px;
}

/* ------------------------------------
  210_interview.html
------------------------------------ */
.cont_pp .cont_box {
  margin: 60px 0;
}
.cont_pp .cont_box .cont_inner {
  margin-bottom: 60px;
}
.cont_pp .cont_box p, .cont_pp .cont_box li {
  line-height: 2;
  margin-bottom: 20px;
}
.cont_pp .cont_box li {
  margin-bottom: 10px;
}
.cont_pp .address_box {
  padding: 20px 30px 0px;
  margin-top: 20px;
  background: #FFF7E1;
}
.cont_pp dl {
  margin-bottom: 10px;
}
.cont_pp dt, .cont_pp dd {
  float: left;
}
.cont_pp dt {
  color: #EBA900;
  margin-right: 20px;
  width: 100px;
}

/* ------------------------------------
  060_company.html
------------------------------------ */
.cont_company .cont_policy_box {
  text-align: center;
  margin-bottom: 120px;
}
.cont_company .cont_policy_box .tl_company_policy {
  font-size: 35px;
  line-height: 60px;
  font-weight: bold;
  border-bottom: solid 3px #534741;
  margin-bottom: 60px;
}
.cont_company .cont_policy_box .txt_company_policy {
  font-size: 25px;
  line-height: 36px;
  margin-top: 30px;
}
.cont_company .cont_policy_box img {
  width: 100%;
}
.cont_company .cont_message_box {
  border-bottom: dotted 2px #DDD3C3;
  margin-bottom: 120px;
}
.cont_company .cont_message_box .cont_message {
  background-image: url("../img_cont/bg_logo.svg");
  background-repeat: no-repeat;
  background-size: 445px 330px;
  background-position: bottom right;
}
.cont_company .cont_message_box .cont_message .tl_message {
  font-size: 30px;
  line-height: 36px;
  margin: 70px 0 60px 0;
}
.cont_company .cont_message_box .cont_message p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}
.cont_company .cont_message_box .cont_message p:last-child {
  margin-top: 50px;
  margin-bottom: 0px;
}
.cont_company .cont_message_box .cont_message .message_sign {
  text-align: right;
  line-height: 30px;
  padding-bottom: 40px;
}
.cont_company .cont_message_box .cont_message .message_sign img {
  width: 200px;
  margin-left: 15px;
}
.cont_company .cont_address_box {
  font-size: 16px;
}
.cont_company .cont_address_box table {
  width: 100%;
  margin-top: 50px;
}
.cont_company .cont_address_box table tr:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.cont_company .cont_address_box table th {
  width: 176px;
  box-sizing: border-box;
  padding-right: 20px;
}
.cont_company .cont_address_box table td {
  width: 450px;
  padding-right: 0px;
}
.cont_company .cont_address_box table .ggmap {
  margin: 15px 0 15px 0;
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.cont_company .cont_address_box table .ggmap iframe,
.cont_company .cont_address_box table .ggmap object,
.cont_company .cont_address_box table .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont_company .cont_address_box table .map_factory_01 {
  background-image: url("../img_cont/img_hakatakouzyou.jpg");
  background-repeat: no-repeat;
  background-position: center right;
}
.cont_company .cont_address_box table .map_factory_01 iframe,
.cont_company .cont_address_box table .map_factory_01 object,
.cont_company .cont_address_box table .map_factory_01 embed {
  width: 59%;
}
.cont_company .cont_address_box table .group_tl a {
  position: relative;
}
.cont_company .cont_address_box table .group_tl a::after {
  content: "";
  position: absolute;
  background: url(../img_cont/ico_links.svg) no-repeat;
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  right: -20px;
  margin-top: 7px;
}
.cont_company .cont_address_box table .group_tl a:hover {
  text-decoration: underline;
}
.cont_company .cont_address_box table .group_list {
  margin-top: 1em;
}
.cont_company .cont_address_box table .group_list dt {
  margin-top: 0.6em;
  vertical-align: middle;
}
.cont_company .cont_address_box table .group_list li {
  display: inline-block;
  font-size: 14px;
  margin-right: 2em;
  color: #857E72;
}
.cont_company .cont_address_box table .group_list li a {
  color: #857E72;
}
.cont_company .cont_address_box table .group_list a {
  position: relative;
}
.cont_company .cont_address_box table .group_list a::after {
  content: "";
  position: absolute;
  background: url(../img_cont/ico_links.svg) no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 14px;
  right: -18px;
  margin-top: 7px;
}
.cont_company .cont_address_box table .group_list a:hover {
  text-decoration: underline;
}

/* ------------------------------------
  071_site-policy.html
------------------------------------ */
.cont_pp .cont_box {
  margin: 60px 0;
}
.cont_pp .cont_box .cont_inner {
  margin-bottom: 60px;
}
.cont_pp .add_box {
  padding: 30px;
  margin-top: 20px;
  background: #FFF7E1;
}
.cont_pp .add_box p {
  margin-bottom: 0px;
}
.cont_pp .base_link_arrow {
  margin-top: 0px;
}
.cont_pp .base_link_arrow a::before {
  background-position: 0px 3px;
  height: 20px;
}

/* ------------------------------------
  120_flow.html
------------------------------------ */
.cont_flow {
  font-size: 16px;
}
.cont_flow .cont_flow_box {
  margin-bottom: 80px;
}
.cont_flow .cont_flow_box .cont_flow_01 .cont_flow, .cont_flow .cont_flow_box .cont_flow_02 .cont_flow {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cont_flow .cont_flow_box .cont_flow_01 .cont_flow .flow_box, .cont_flow .cont_flow_box .cont_flow_02 .cont_flow .flow_box {
  text-align: left;
  width: 24%;
}
.cont_flow .cont_flow_box .cont_flow_01 .cont_flow .flow_box .flow_img, .cont_flow .cont_flow_box .cont_flow_02 .cont_flow .flow_box .flow_img {
  position: relative;
}
.cont_flow .cont_flow_box .cont_flow_01 .cont_flow .flow_box .flow_img > img, .cont_flow .cont_flow_box .cont_flow_02 .cont_flow .flow_box .flow_img > img {
  width: 100%;
}
.cont_flow .cont_flow_box .cont_flow_01 .cont_flow .flow_box .flow_img .ico_flow01, .cont_flow .cont_flow_box .cont_flow_02 .cont_flow .flow_box .flow_img .ico_flow01 {
  position: absolute;
  bottom: -20%;
  left: 0;
}
.cont_flow .cont_flow_box .cont_flow_01 .cont_flow .flow_box .flow_img .ico_flow01 img, .cont_flow .cont_flow_box .cont_flow_02 .cont_flow .flow_box .flow_img .ico_flow01 img {
  width: 65px;
  height: 65px;
}
.cont_flow .cont_flow_box .cont_flow_01 .cont_flow .flow_box .flow_img .ico_arrow, .cont_flow .cont_flow_box .cont_flow_02 .cont_flow .flow_box .flow_img .ico_arrow {
  position: absolute;
  top: 40%;
  left: -10%;
}
.cont_flow .cont_flow_box .cont_flow_01 .cont_flow .flow_box .flow_img .ico_arrow img, .cont_flow .cont_flow_box .cont_flow_02 .cont_flow .flow_box .flow_img .ico_arrow img {
  width: 42px;
  height: 36px;
}
.cont_flow .cont_flow_box .cont_flow_01 .cont_flow .flow_box .tl_flow, .cont_flow .cont_flow_box .cont_flow_02 .cont_flow .flow_box .tl_flow {
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0px 10px 0px;
}
.cont_flow .cont_flow_box .cont_flow_02 .cont_flow {
  -webkit-justify-content: center;
  justify-content: center;
}
.cont_flow .cont_flow_box .cont_flow_02 .cont_flow li {
  margin-right: 20px;
}
.cont_flow .cont_flow_box .cont_flow_02 .cont_flow li:last-child {
  margin-right: 0px;
}
.cont_flow .cont_video_01 {
  text-align: center;
  height: 510px;
  margin: 30px auto 0px auto;
}
.cont_flow .cont_video_02 {
  margin: 60px auto 0px auto;
  border: 2px solid #D6D6D6;
  padding: 30px 30px 30px;
}
.cont_flow .cont_video_02 .base_tl_box02 {
  margin-top: 0;
}
.cont_flow .cont_video_02 .cont_video_box {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cont_flow .cont_video_02 .cont_video_box li {
  width: 49%;
}
.cont_flow .cont_video_02 .cont_video_box .cont_video_box_inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.cont_flow .cont_video_02 .cont_video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont_flow .cont_option_box {
  margin-bottom: 100px;
}
.cont_flow .cont_option_box .option_img_box .cont_option {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cont_flow .cont_option_box .option_img_box .cont_option .option_box {
  width: 49%;
}
.cont_flow .cont_option_box .option_img_box .cont_option .option_box > img {
  width: 70%;
  padding-left: 90px;
}
.cont_flow .cont_option_box .option_img_box .cont_option .option_box .tl_option {
  font-size: 26px;
  margin-bottom: 20px;
}
.cont_flow .cont_option_box .option_img_box .cont_option .option_box .txt_option {
  margin-top: 20px;
  text-align: center;
}

/* ------------------------------------
  130_menu.html
------------------------------------ */
.cont_menu {
  font-size: 16px;
}
.cont_menu .cont_box {
  margin-bottom: 0px;
}
.cont_menu .cont_menu_box {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cont_menu .cont_menu_box > li {
  width: 31.2%;
  margin-left: 3.2%;
}
.cont_menu .cont_menu_box > li img {
  width: 100%;
}
.cont_menu .cont_menu_box > li:first-child {
  margin-left: 0px;
}
.cont_menu .menu_name {
  font-size: 22px;
  margin-bottom: 15px;
}
.cont_menu .cont_menu_list {
  height: 130px;
  margin-top: 30px;
}
.cont_menu .cont_menu_list .menu_list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}
.cont_menu .cont_menu_list .menu_list li:before {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #534741;
  border-radius: 100%;
}
.cont_menu .menu_list {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: rgb(255, 252, 224);
}

.cont_menu .cont_breakfast .menu_list {

  background-size: 90px 47px;
}
.cont_menu .cont_lunch .menu_list {

  background-size: 67px 67px;
}
.cont_menu .cont_dinner .menu_list {

  background-size: 67px 67px;
}

.cont_menu .cont_breakfast1 .menu_list {
  background-image: url("");
  background-size: 90px 47px;
}
.cont_menu .cont_lunch1 .menu_list {
  background-image: url("");
  background-size: 67px 67px;
}
.cont_menu .cont_dinner1 .menu_list {
  background-image: url("");
  background-size: 67px 67px;
}
.cont_menu .txt_r {
  text-align: right;
  font-size: 14px;
  margin-bottom: 20px;
}
.cont_menu .cont_menu_sum {
  border: solid 2px #534741;
}
.cont_menu .cont_menu_sum .menu_sum_list > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
}
.cont_menu .cont_menu_sum .menu_sum {
  font-size: 18px;
  width: 120px;
  text-align: center;
}
.cont_menu .cont_menu_sum .menu_sum .text_energy {
  font-size: 18px;
  margin-bottom: 3px;
  width: 8em;
}

.cont_menu .cont_menu_sum .menu_sum .text_energy2 {
  font-size: 18px;
  margin-bottom: 3px;
  width: 20em;
}


.cont_menu .cont_menu_sum .menu_sum .text_sum {
  font-size: 20px;
  margin-bottom: 0px;
}
.cont_menu .cont_menu_sum .menu_sum_energy {
  width: 400px;
  background-image: url("../img_cont/ico_arrow_sum.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 15px 110px;
}

.cont_menu .cont_menu_sum .menu_sum_energy ul {
  margin-left: 20px;
}
.cont_menu .cont_menu_sum .menu_sum_energy ul li {
  line-height: 35px;
  position: relative;
  padding-left: 20px;
}


.cont_menu .cont_menu_sum .menu_sum_energy2 {
  width: 1000px;
  background-image: url("../img_cont/ico_arrow_sum.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 15px 110px;
}

.cont_menu .cont_menu_sum .menu_sum_energy2 ul {
  margin-left: 20px;
}
.cont_menu .cont_menu_sum .menu_sum_energy2 ul li {
  line-height: 35px;
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
}

.cont_menu .cont_menu_sum .menu_sum_energy2 ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: .9em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #3D3527;
  border-radius: 100%;
}

.cont_menu .cont_menu_sum .menu_sum_energy ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: .9em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #3D3527;
  border-radius: 100%;
}
.cont_menu .cont_menu_sum .menu_sum_description {
  width: 1400px;
}
.cont_menu .cont_menu_sum .menu_sum_description p {
  margin: 0px;
  padding: 20px;
  background-color: #FFF7E1;
  border-radius: 3px;
}
.cont_menu .event_menu_name {
  font-size: 22px;
  line-height: 35px;
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 15px;
}
.cont_menu .cont_breakfast .event_menu_name {
  background-image: url("../img_cont/ico_event_matsu.svg");
  background-size: 29px 18px;
  padding-left: 40px;
}
.cont_menu .cont_lunch .event_menu_name {
  background-image: url("../img_cont/ico_event_kadomatsu.svg");
  background-size: 26px 34px;
  padding-left: 35px;
}
.cont_menu .cont_dinner .event_menu_name {
  background-image: url("../img_cont/ico_event_hina.svg");
  background-size: 35px 32px;
  padding-left: 45px;
}

/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
  default
------------------------------------ */
@media screen and (max-width: 1900px) {
  .cont_inner {
    width: 1050px;
  }

  .header_cmn .header_info .logo a {
    width: 360px;
  }
  .header_cmn .header_info .logo img {
    width: 360px !important;
  }
  .header_cmn .header_info .logo_haccp {
    padding-left: 233px;
  }
  .header_cmn .header_info .logo_haccp .img_mark {
    width: 28px;
  }
  .header_cmn .header_info .logo_haccp .img_txt {
    width: 100px;
  }

  .gNav_min_wrap .gNav_min ul li a {
    font-size: 1.4rem;
  }

  .sub_gNav .description_box {
    width: 850px;
  }

  #footer .footer_top .cmn_banner_box .cont_inner {
    width: 1071px !important;
  }
  #footer .footer_top .footer_contact .email_box {
    width: 530px;
  }
  #footer .footer_top .footer_contact .email_box .btn_box {
    width: 380px;
  }
  #footer .footer_top .footer_contact .email_box .tl_box_main {
    margin-left: 40px;
  }

  .footer_delivery .txt_main span.br_sm {
    display: block;
  }

  .footer_bottom .list_box {
    width: 190px;
  }
  .footer_bottom .box_logo {
    width: 360px;
    margin-right: 120px;
  }
  .footer_bottom .box_logo .logo_box img {
    width: 360px !important;
  }

  .cmn_banner_box .description_box {
    bottom: 23px;
  }
  .cmn_banner_box .btn_trial {
    width: 460px;
  }
  .cmn_banner_box .description_box .txt_box {
    margin-top: 6px;
  }

  .top_news_wrap {
    width: 1052px;
  }
  .top_news_wrap .top_news .base_link_arrow {
    right: 250px;
  }

  .top_reason li {
    width: 31%;
    margin-left: 30px;
  }
  .top_reason .tl_box_sub em {
    font-size: 2.4rem;
  }

  .top_oem .description_box {
    margin-left: 0;
    width: 450px;
  }
  .top_oem .img_box {
    margin-top: 30px;
  }

  .top_flow .description_box {
    margin-left: 0;
    width: 450px;
  }
  .top_flow .video_box {
    margin-top: 30px;
  }

  .top_faq_blog .top_blog ul .img_box {
    height: 142px;
  }

  .top_voice ul .img_box {
    height: 150px;
  }

  .top_advantage .description_box {
    left: 500px;
  }

  .top_advantage .img_box {
    width: 560px;
    left: -200px;
  }

  #content.cont_blog .cont_blog_list .img_box {
    height: 128px;
  }

  .cont_company .cont_address_box table .map_factory_01 iframe,
  .cont_company .cont_address_box table .map_factory_01 object,
  .cont_company .cont_address_box table .map_factory_01 embed {
    width: 50%;
  }

  .cont_reason .img_box .txt_note {
    right: -2px;
    width: 210px;
    bottom: 82px;
  }

  .cont_advantage2 table:after {
    width: 426px;
  }
/* ------------------------------------
/* 長さ挿入
------------------------------------ */
  .cont_advantage1 table:after {
    width: 423px;
  }
}
@media screen and (min-width: 1901px) {
  .txt_main span.br_lg {
    display: block;
  }
}
/* ------------------------------------
/* ブラウザ対応
------------------------------------ */
@media all and (-ms-high-contrast: none) {
  .cont_advantage table:after {
    width: 527px;
    right: 0;
  }
}
@supports (-ms-ime-align: auto) {
  .cont_advantage table:after {
    width: 526px;
    right: 0px;
  }

  @media screen and (max-width: 1900px) {
    .cont_advantage table:after {
      width: 426px;
    }
  }
}
@-moz-document url-prefix() {
  .cont_advantage table:after {
    width: 528px;
    right: 0px;
  }

  @media screen and (max-width: 1900px) {
    .cont_advantage table:after {
      width: 428px;
    }
  }
}
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */


