@charset "UTF-8";
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------------------------------
special background
------------------------------------------------------------*/
.u-bg1 {
  background: url(../image/common/bg_01.png);
}

.u-bg2 {
  background: url(../image/common/bg_02.png);
}

.u-mt35 {
  margin-top: 35px !important;
}

@media screen and (max-width: 767px) {
  .u-mt35 {
    margin-top: 10px !important;
  }
}

/*------------------------------------------------------------
Anchor position
------------------------------------------------------------*/
.u-anchor {
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .u-anchor {
    margin-top: -45px;
    padding-top: 45px;
  }
}

/*------------------------------------------------------------
※indent
------------------------------------------------------------*/
.u-indent {
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
}

/*------------------------------------------------------------
for develop browser-sync
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.l-headPC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f2f2f2;
  border-bottom: 1px solid #F3CDCD;
}

@media screen and (max-width: 767px) {
  .l-headPC {
    display: none !important;
  }
}

.l-headPC__wrapper {
  height: 64px;
  border-bottom: 1px solid #D03736;
  width: 100%;
}

/*
------------------------------------------------------------*/
.c-headPC {
  height: 64px;
  width: 980px;
  margin: 0 auto;
}

.c-headPC a {
  text-decoration: none;
}

.c-headPC h1 {
  margin: 18px 15px 0 0px;
  width: 345px;
  float: left;
}

.c-headPC__menu {
  height: 64px;
  float: right;
  font-size: 1.4rem;
}

.c-headPC > ul > li {
  width: auto;
  height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-left: 21px;
}

.c-headPC > ul > li:first-child {
  margin-left: 0;
}

.c-headPC > ul > li a {
  color: #231815;
}

.c-headPC > ul > li > a {
  display: block;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-position: center 200px;
}

.c-headPC > ul > li:hover > a {
  color: #ACACAD;
  -webkit-transition: all 0.1s linear 0.3s;
  transition: all 0.1s linear 0.3s;
}

.c-headPC__wrap {
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: left;
  background: #fafafa;
  display: none;
}

.c-headPC__inner {
  width: 1002px;
  height: 180px;
  line-height: 1.5em;
  text-align: center;
  margin: 0 auto;
}

.c-headPC .hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.c-headPC .hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #CE3436;
  height: 3px;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.c-headPC .hvr-underline-reveal.is-active:before, .c-headPC .hvr-underline-reveal:hover:before, .c-headPC .hvr-underline-reveal:focus:before, .c-headPC .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.c-headPC .hvr-underline-reveal.is-active {
  color: #BBB;
}

.c-headPC .hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 5px transparent;
          box-shadow: 0 0 5px transparent;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.c-headPC .hvr-float:hover, .c-headPC .hvr-float:focus, .c-headPC .hvr-float:active {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
      transform: translateY(-4px);
}

.c-headPC .search .c-headPC__inner {
  width: 980px;
}

.c-headPC .search_pc_02 {
  width: 831px;
  height: 50px;
  background-image: url(/image/common/png_04.png);
  background-repeat: no-repeat;
  background-position: 20px;
  padding-left: 60px;
  float: left;
  font-size: 14px;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E7E7E7;
  margin-top: 60px;
}

.c-headPC .search_pc_02:focus {
  outline: 0;
}

.c-headPC .search_pc_03 {
  float: left;
  width: 147px;
  height: 50px;
  margin-top: 60px;
  cursor: pointer;
}

.c-headPC .search_pc_03:focus {
  outline: 0;
}

/*
------------------------------------------------------------*/
.c-headPC1 {
  padding-top: 30px;
}

.c-headPC1 ul {
  *zoom: 1;
  padding-left: 30px;
}

.c-headPC1 ul:after {
  display: block;
  content: "";
  clear: both;
}

.c-headPC1 li {
  float: left;
  margin-left: 40px;
  width: 200px;
}

.c-headPC1 li:nth-child(1) {
  clear: left;
  margin-left: 0;
}

.c-headPC1 a {
  line-height: 1;
  font-size: 1.3rem;
}

.c-headPC1 a:hover {
  text-decoration: underline;
}

.c-headPC1 img {
  margin-bottom: 6px;
}

/*
------------------------------------------------------------*/
.c-headPC2 {
  padding-top: 25px;
  padding-left: 15px;
}

.c-headPC2 ul {
  *zoom: 1;
  display: table;
  width: 100%;
  border-right: 1px solid #CCC;
}

.c-headPC2 ul:after {
  display: block;
  content: "";
  clear: both;
}

.c-headPC2 li {
  text-align: center;
  display: table-cell;
  border-left: 1px solid #CCC;
  height: 140px;
  width: 200px;
  position: relative;
}

.c-headPC2 li:nth-child(5) img {
  width: 150px;
  height: auto;
  margin-top: 20px;
}

.c-headPC2 span {
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
}

.c-headPC2 a:hover span {
  text-decoration: underline;
}

/*
------------------------------------------------------------*/
.c-headPC3 {
  padding-top: 40px;
  padding-left: 20px;
}

.c-headPC3 ul {
  *zoom: 1;
}

.c-headPC3 ul:after {
  display: block;
  content: "";
  clear: both;
}

.c-headPC3 li {
  float: left;
  margin: 0 0 15px 0;
  width: 25%;
  text-align: left;
}

.c-headPC3 a {
  font-size: 1.3rem;
  line-height: 1.2;
}

.c-headPC3 a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------
header SP
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.l-headSP {
  background: #f2f2f2;
  border-bottom: 1px solid #D03736;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

/*
------------------------------------------------------------*/
.c-headSP {
  height: 45px;
}

.c-headSP__wrap {
  display: table;
  width: 100%;
}

.c-headSP__logo, .c-headSP__menu {
  display: table-cell;
  vertical-align: middle;
}

.c-headSP__logo {
  padding: 10px 0 10px 12px;
}

.c-headSP__menu {
  padding: 10px 8px 10px 12px;
  cursor: pointer;
}

.c-headSP .menuicon {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
  width: 25px;
  height: 22px;
  cursor: pointer;
}

.c-headSP .menuicon span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  cursor: pointer;
}

.c-headSP .menuicon span:nth-of-type(1) {
  top: 0;
}

.c-headSP .menuicon span:nth-of-type(2) {
  top: 9px;
}

.c-headSP .menuicon span:nth-of-type(3) {
  bottom: 0;
}

.c-headSP .menuicon.is-open span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
      -ms-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.c-headSP .menuicon.is-open span:nth-of-type(2) {
  opacity: 0;
}

.c-headSP .menuicon.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
      -ms-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

/*
------------------------------------------------------------*/
.c-headSP-submenu {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 200;
  border-top: 1px solid #D03736;
  font-size: 1.2rem;
  /*検索窓　*/
}

.c-headSP-submenu__inner {
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 45px;
}

.c-headSP-submenu__block {
  background: #FFF;
}

.c-headSP-submenu p {
  border-bottom: 1px solid #CCC;
  background: url("../image/common/icon_01.png") 98% 47% no-repeat;
  -webkit-background-size: 11px 11px;
          background-size: 11px;
  padding: 12px 0 12px 12px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-headSP-submenu p.is-open {
    background: url("../image/common/icon_02.png") 98% 47% no-repeat;
    -webkit-background-size: 11px 11px;
            background-size: 11px;
  }
}

.c-headSP-submenu ul {
  display: none;
}

.c-headSP-submenu li {
  border-bottom: 1px solid #CCC;
}

.c-headSP-submenu li a {
  display: block;
  line-height: 1;
  padding: 12px 0 12px 32px;
  background: url("../image/common/icon_03.png") 20px 47% no-repeat;
  -webkit-background-size: 6px auto;
          background-size: 6px auto;
  color: #333;
  text-decoration: none;
}

.c-headSP-submenu .u-search {
  border-bottom: 1px solid #CCC;
}

.c-headSP-submenu .u-search a {
  display: block;
  padding: 8px 0 10px 12px;
}

.c-headSP-submenu .search_sp_01 {
  background-image: url(/image/common/png_04.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  -webkit-background-size: 20px 20px;
          background-size: 20px;
}

.c-headSP-submenu .search_sp_02 {
  width: calc(100% - 180px);
  height: 47px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  border-color: #E7E7E7;
  float: left;
  font-size: 14px;
  padding-left: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E7E7E7;
}

.c-headSP-submenu .search_sp_02:focus {
  outline: 0;
}

.c-headSP-submenu .search_sp_02:before {
  content: "a";
  display: inline-block;
  border: 1px solid #F00;
}

.c-headSP-submenu #head .drawer-menu form {
  background-image: url(../image/common/png_04.png);
  background-repeat: no-repeat;
  background-position: 20px;
}

.c-headSP-submenu .search_sp_03 {
  float: left;
  margin-top: 10px;
  width: 104px;
  height: 47px;
  cursor: pointer;
}

.c-headSP-submenu .search_sp_03:focus {
  outline: 0;
}

.c-headSP-submenu .search_sp_03 img,
.c-headSP-submenu .search_sp_03 input {
  width: 120px;
  height: auto;
  cursor: pointer;
}

/*------------------------------------------------------------
footer PC
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.l-footer {
  background-color: #f2f2f2;
  font-size: 1.1rem;
  padding-top: 35px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
  border-bottom: 5px solid #DF0615;
  line-height: 2.5;
}

.l-footer__inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.l-footer a {
  color: #3e3a39;
  text-decoration: none;
}

/* copy
------------------------------------------------------------*/
/* sitemap 1
------------------------------------------------------------*/
.p-foot1 {
  *zoom: 1;
  margin-top: 20px;
}

.p-foot1:after {
  display: block;
  content: "";
  clear: both;
}

.p-foot1 ul {
  float: left;
}

.p-foot1 ul:nth-child(1) {
  width: 150px;
}

.p-foot1 ul:nth-child(2) {
  width: 150px;
}

.p-foot1 ul:nth-child(3) {
  width: 130px;
}

.p-foot1 ul:nth-child(4) {
  width: 140px;
}

.p-foot1 ul:nth-child(5) {
  width: 130px;
}

.p-foot1 a.u-title {
  font-weight: bold;
}

/* search
------------------------------------------------------------*/
.p-foot2 {
  position: absolute;
  right: 0;
  top: 25px;
}

.p-foot2 ul {
  *zoom: 1;
}

.p-foot2 ul:after {
  display: block;
  content: "";
  clear: both;
}

.p-foot2 li {
  float: left;
}

.p-foot2 li:nth-child(1) {
  display: none;
  opacity: 0;
}

.p-foot2 li:nth-child(2) {
  padding-top: 5px;
  margin-left: 20px;
}

/* banner
------------------------------------------------------------*/
.p-foot3 {
  position: absolute;
  right: 0;
  top: 115px;
}

.p-foot3 ul {
  *zoom: 1;
}

.p-foot3 ul:after {
  display: block;
  content: "";
  clear: both;
}

.p-foot3 li {
  text-align: right;
  margin-top: 10px;
}

.p-foot3 li:last-child {
  margin-top: 15px;
}

/* sitemap 2
------------------------------------------------------------*/
.p-foot4 {
  margin-top: 30px;
}

.p-foot4 ul {
  *zoom: 1;
}

.p-foot4 ul:after {
  display: block;
  content: "";
  clear: both;
}

.p-foot4 li {
  float: left;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0 9px;
  border-left: 1px solid #333;
}

.p-foot4 li:nth-child(4), .p-foot4 li:last-child {
  border-right: 1px solid #333;
}

.p-foot4 li:nth-child(5) {
  clear: left;
}

.p-foot4 a {
  font-size: 1.3rem;
}

/* language
------------------------------------------------------------*/
.p-foot5 {
  margin-top: 10px;
}

.p-foot5 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
  font-size: 1.2rem;
}

.p-foot5 img {
  vertical-align: middle;
}

/* copyright
------------------------------------------------------------*/
.p-foot6 {
  *zoom: 1;
  margin-top: 10px;
}

.p-foot6:after {
  display: block;
  content: "";
  clear: both;
}

.p-foot6__copy {
  float: left;
}

.p-foot6__logo {
  float: right;
  width: 140px;
}

/*------------------------------------------------------------
footer SP
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.l-footerSP {
  background-color: #f2f2f2;
  font-size: 1.1rem;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
  border-bottom: 3px solid #DF0615;
}

.l-footerSP a {
  color: #3e3a39;
  text-decoration: none;
}

/* sitemap1
------------------------------------------------------------*/
.p-footSP1 {
  margin-top: 15px;
  padding: 0 10px;
}

.p-footSP1 p {
  border-bottom: 1px solid #CCC;
  background: url("../image/common/icon_01.png") 98% 47% no-repeat;
  -webkit-background-size: 11px 11px;
          background-size: 11px;
  padding: 12px 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-footSP1 p.is-open {
    background: url("../image/common/icon_02.png") 98% 47% no-repeat;
    -webkit-background-size: 11px 11px;
            background-size: 11px;
  }
}

.p-footSP1 ul {
  display: none;
}

.p-footSP1 li {
  border-bottom: 1px solid #CCC;
}

.p-footSP1 a {
  display: block;
  line-height: 1;
  padding: 12px 0 12px 10px;
}

/* 
------------------------------------------------------------*/
.p-footSP2 {
  padding: 0 10px;
}

.p-footSP2 li {
  height: 32px;
}

.p-footSP2 a {
  display: none;
  padding: 5px 0 7px 10px;
}

/* 
------------------------------------------------------------*/
.p-footSP3 {
  border-bottom: 1px solid #CCC;
}

.p-footSP3 ul {
  border-top: 1px solid #CCC;
  display: table;
  width: 100%;
}

.p-footSP3 li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  line-height: 1.3;
}

.p-footSP3 li:nth-child(2) {
  border-left: 1px solid #CCC;
}

.p-footSP3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.p-footSP3 span {
  background: url("../image/common/icon_03.png") 0 47% no-repeat;
  -webkit-background-size: 5px auto;
          background-size: 5px auto;
  display: inline-block;
  padding-left: 10px;
}

.p-footSP3__youtube, .p-footSP3__lang {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.p-footSP3__youtube a, .p-footSP3__lang a {
  height: auto;
  padding-left: 0;
}

.p-footSP3__youtube img, .p-footSP3__lang img {
  vertical-align: middle;
}

.p-footSP3__youtube {
  padding-left: 0;
  text-align: center;
}

.p-footSP3__youtube a {
  display: inline-block;
}

.p-footSP3__lang a {
  display: inline-block;
}

.p-footSP3__lang img {
  margin-right: 12px;
}

/* 
------------------------------------------------------------*/
.p-footSP4 {
  margin-top: 30px;
  padding: 0 5px;
}

.p-footSP4 ul {
  display: table;
  width: 100%;
}

.p-footSP4 li {
  display: table-cell;
  padding: 0 5px;
}

/* 
------------------------------------------------------------*/
.p-footSP5 {
  padding: 20px 10px 0 10px;
}

.p-footSP5__logo {
  text-align: center;
  margin-top: 10px;
}

.p-footSP5__logo img {
  max-width: 150px;
}

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/* body
------------------------------------------------------------*/
body {
  min-width: 970px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    padding-top: 0px;
    overflow: visible;
    height: auto;
  }
  body.is-open {
    overflow: hidden;
    height: 100%;
  }
}

/* wrapper
------------------------------------------------------------*/
article {
  background: url(../image/common/bg_02.png);
}

/* wrapper
------------------------------------------------------------*/
.l-wrapper {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* 
------------------------------------------------------------*/
.g-index {
  background: url(../image/common/bg_01.png);
}

/* 
------------------------------------------------------------*/
.c-index {
  margin: 56px 0 0 0;
}

.c-index .c-list1--col3 {
  margin-top: 35px;
  display: inline-block;
}

.c-index .c-list1--col3 .c-list1__card {
  text-align: center;
  width: 296px;
  margin-right: 45px;
  margin-left: 0;
  font-size: 1.6rem;
  color: #3E3A39;
}

.c-index .c-list1--col3 .c-list1__card p {
  padding-top: 20px;
}

.c-index .c-list1--col3 .c-list1__card:last-child {
  margin-right: 0;
}

/* fix wrapper(To avoid rattling.)
------------------------------------------------------------*/
.l-fixwrapper {
  height: 84px;
}

@media screen and (max-width: 767px) {
  .l-fixwrapper {
    height: auto;
    margin-top: 54px;
  }
}

.l-fixwrapper #stickyheader {
  z-index: 100;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  color: #464646;
  text-align: center;
}

.c-title1 h1, .c-title1 h2, .c-title1 h3, .c-title1 h4, .c-title1 h5 {
  font-size: 3rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .c-title1 h1, .c-title1 h2, .c-title1 h3, .c-title1 h4, .c-title1 h5 {
    font-size: 1.6rem;
  }
}

.c-title1 p {
  font-size: 1.4rem;
  margin-top: 30px;
}

/*
------------------------------------------------------------*/
.c-title2 {
  color: #464646;
  border-bottom: 1px solid #949595;
  line-height: 1.7;
}

.c-title2 h1, .c-title2 h2, .c-title2 h3, .c-title2 h4, .c-title2 h5 {
  font-size: 3.5rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .c-title2 h1, .c-title2 h2, .c-title2 h3, .c-title2 h4, .c-title2 h5 {
    font-size: 1.8rem;
  }
}

/*
------------------------------------------------------------*/
.c-title3 {
  color: #464646;
  border-bottom: 1px solid #949595;
  line-height: 1.7;
  margin-top: 30px;
}

.c-title3 h1, .c-title3 h2, .c-title3 h3, .c-title3 h4, .c-title3 h5 {
  font-size: 3rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .c-title3 h1, .c-title3 h2, .c-title3 h3, .c-title3 h4, .c-title3 h5 {
    font-size: 1.6rem;
  }
}

/*
------------------------------------------------------------*/
.c-title4 {
  color: #464646;
  line-height: 1.7;
  margin-top: 50px;
}

.c-title4 h1, .c-title4 h2, .c-title4 h3, .c-title4 h4, .c-title4 h5 {
  font-size: 3rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .c-title4 h1, .c-title4 h2, .c-title4 h3, .c-title4 h4, .c-title4 h5 {
    font-size: 1.6rem;
  }
}

/*
------------------------------------------------------------*/
.c-title5 {
  color: #464646;
  line-height: 1.7;
  border-top: 1px solid #949595;
  margin-top: 50px;
  padding: 50px 0;
}

.c-title5 h1, .c-title5 h2, .c-title5 h3, .c-title5 h4, .c-title5 h5 {
  font-size: 3rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .c-title5 h1, .c-title5 h2, .c-title5 h3, .c-title5 h4, .c-title5 h5 {
    font-size: 1.6rem;
  }
}

/*
------------------------------------------------------------*/
.c-titleBlock1 p {
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .c-titleBlock1 p {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
.c-table1 .green02 {
  background: #94A210;
}

.c-table1 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #949595;
  border-left: 2px solid #949595;
}

.c-table1 table th, .c-table1 table td {
  border-right: 2px solid #949595;
  border-bottom: 2px solid #949595;
}

.c-table1 table th {
  padding: 14px 0;
  font-size: 1.5rem;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .c-table1 table th {
    font-size: 1.2rem;
    padding: 10px 0;
  }
}

.c-table1 table td {
  padding: 30px 0;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-table1 table td {
    font-size: 1.2rem;
    padding: 10px 0;
  }
}

.c-table1 table .mark td {
  padding: 15px 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .c-table1 table .mark td {
    font-size: 1.2rem;
    padding: 10px 0;
  }
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.c-btn1 {
  width: 280px;
  margin-right: 2%;
  min-width: 312px;
  display: inline-block;
  background: #CB8D57;
  color: #fff;
  font-size: 2rem;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 200;
}

@media screen and (max-width: 767px) {
  .c-btn1 {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 10px;
  }
}

.c-btn1 span {
  background: url(/saien/assets/image/common/btn-arrow.png) right 47% no-repeat;
  display: block;
  padding-right: 30px;
  letter-spacing: 0;
}

.c-btn1--color2 {
  background-color: #978E4F;
}

.c-btn1--color3 {
  background-color: #B9AA4B;
}

/* 2
------------------------------------------------------------*/
.c-btn2 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .c-btn2 {
    width: auto;
  }
}

.c-btn2 a {
  text-decoration: none;
}

.c-btn2 span {
  background: url(/saien/assets/image/common/btn-arrow.png) right 47% no-repeat;
  color: #fff;
  font-size: 1.4rem;
  padding-right: 30px;
}

.c-btn2 p {
  font-size: 1.4rem;
}

.c-btn2--color4 {
  background: #B50D23;
  padding: 15px 20px;
}

.c-btn2--color5 {
  background: #C88A57;
  padding: 15px 50px;
}

.c-btn2--color6 {
  background: #619C31;
  padding: 10px 50px;
}

/* 3
------------------------------------------------------------*/
.c-btn3 a {
  display: inline-block;
  display: inline-block;
  background: #E58A00;
  color: #fff;
  font-size: 2rem;
  border-radius: 5px;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .c-btn3 a {
    font-size: 1.6rem;
    width: 100%;
  }
  .c-btn3 a br {
    display: none;
  }
}

.c-btn3 a span {
  line-height: 1.2;
  text-align: center;
}

/* btn layout
------------------------------------------------------------*/
.c-btnlist {
  padding-bottom: 40px;
}

.c-btnlist ul {
  *zoom: 1;
}

.c-btnlist ul:after {
  display: block;
  content: "";
  clear: both;
}

.c-btnlist li {
  float: left;
  margin: 0 0 17px 17px;
}

@media screen and (max-width: 767px) {
  .c-btnlist li {
    width: 100%;
    margin: 0 0 0px 0%;
  }
}

.c-btnlist li:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-btnlist li:nth-child(3n+1) {
    margin-left: 0%;
    clear: none;
  }
}

@media screen and (max-width: 767px) {
  .c-btnlist li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-btnlist a {
    min-width: initial;
    font-size: 1.1rem;
  }
}

/* btn layout
------------------------------------------------------------*/
.c-selectBtn {
  *zoom: 1;
}

.c-selectBtn:after {
  display: block;
  content: "";
  clear: both;
}

.c-selectBtn a {
  float: left;
  display: inline-block;
  margin: 0 0 17px 17px;
  padding: 11px 10px 10px 10px;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-selectBtn a {
    width: 100%;
    margin: 0 0 10px 0%;
  }
}

.c-selectBtn a:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-selectBtn a:nth-child(3n+1) {
    margin-left: 0%;
    clear: none;
  }
}

@media screen and (max-width: 767px) {
  .c-selectBtn a:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/* 1
------------------------------------------------------------*/
.c-list1 {
  *zoom: 1;
}

.c-list1:after {
  display: block;
  content: "";
  clear: both;
}

.c-list1__card {
  float: left;
  margin: 0 0 30px 40px;
}

.c-list1--col2 .c-list1__card {
  width: 470px;
}

@media screen and (max-width: 767px) {
  .c-list1--col2 .c-list1__card {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 15px;
  }
}

.c-list1--col2 .c-list1__card:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}

.c-list1--col3 .c-list1__card {
  width: 315px;
  margin-left: 17px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-list1--col3 .c-list1__card {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 15px;
  }
}

.c-list1--col3 .c-list1__card:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-list1--col3 .c-list1__card:nth-child(3n+1) {
    clear: none;
    margin-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .c-list1--col3 .c-list1__card:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
}

.c-list1--col4 .c-list1__card {
  width: 225px;
  margin-left: 26px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-list1--col4 .c-list1__card {
    width: 48% !important;
    margin-left: 4% !important;
    margin-bottom: 15px;
  }
}

.c-list1--col4 .c-list1__card:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-list1--col4 .c-list1__card:nth-child(4n+1) {
    clear: none;
    margin-left: 2% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-list1--col4 .c-list1__card:nth-child(2n+1) {
    clear: left;
    margin-left: 0 !important;
  }
}

.c-list1--col5 .c-list1__card {
  width: 309px;
  margin-left: 26px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-list1--col5 .c-list1__card {
    width: 48% !important;
    margin-left: 4% !important;
    margin-bottom: 15px;
  }
}

.c-list1--col5 .c-list1__card:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .c-list1--col5 .c-list1__card:nth-child(4n+1) {
    clear: none;
    margin-left: 2% !important;
  }
}

@media screen and (max-width: 767px) {
  .c-list1--col5 .c-list1__card:nth-child(2n+1) {
    clear: left;
    margin-left: 0 !important;
  }
}

/* 2 News list
------------------------------------------------------------*/
.c-news {
  padding: 30px 0 65px 0;
  *zoom: 1;
  display: table;
}

.c-news:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-news {
    display: block;
    padding-bottom: 30px;
    width: inherit;
  }
}

.c-news .btn-button {
  display: table-cell;
  vertical-align: bottom;
}

@media screen and (max-width: 767px) {
  .c-news .btn-button {
    display: block;
  }
}

.c-news .btn-button a {
  margin-left: 10px;
  width: 140px;
  height: 28px;
  font-size: 1.4rem;
  color: #fff;
  background: #FF7479;
  text-align: center;
  display: inline-block;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .c-news .btn-button a {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 11px;
  }
}

.c-news__title {
  margin-right: 30px;
  width: 170px;
  font-size: 1.6rem;
  border-right: 1px solid #D3D4D4;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-news__title {
    display: block;
    border: none;
  }
}

.c-news__content {
  padding: 10px 0 10px 40px;
  border-left: 1px solid #D3D4D4;
  display: table-cell;
}

.c-news__content li {
  display: table;
}

.c-news__content li + li {
  margin-top: 20px;
}

.c-news__content h2 {
  display: table-cell;
  width: 115px;
  color: #808080;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  line-height: 1.7;
}

.c-news__content p {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  line-height: 1.7;
  font-size: 1.4rem;
}

.c-news__content p a {
  color: #3E3A39;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-news__content {
    padding: 2px 0 2px 10px;
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
  }
  .c-news__content ul {
    padding: 0;
  }
  .c-news__content li {
    margin-left: 0;
  }
  .c-news__content li + li {
    margin-top: 10px;
  }
  .c-news__content li h2 {
    width: 7em;
    font-size: 11px;
  }
  .c-news__content li p {
    font-size: 11px;
  }
}

/* 3 Option List
------------------------------------------------------------*/
.c-optionList span {
  margin-right: 5px;
  color: #FFF;
  padding: 4px 10px;
  border-radius: 20px;
  line-height: 1;
}

.c-optionList .green01 {
  background: #619F31;
}

.pink {
  background: #FF7479;
}

.organe {
  background: #EDAB2D;
}

.red {
  background: #E50012;
}

/* 4
------------------------------------------------------------*/
/* 5
------------------------------------------------------------*/
/* 2
------------------------------------------------------------*/
/*------------------------------------------------------------
entry
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/* 1
------------------------------------------------------------*/
.c-navi1 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .c-navi1 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-navi1 {
    margin-top: 30px;
    padding: 0 10px;
  }
}

.c-navi1 ul {
  display: table;
  width: 100%;
  border-top: 1px solid #949595;
}

@media screen and (max-width: 767px) {
  .c-navi1 ul {
    display: block;
    *zoom: 1;
  }
  .c-navi1 ul:after {
    display: block;
    content: "";
    clear: both;
  }
}

.c-navi1 li {
  display: table-cell;
  width: 25%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-navi1 li {
    display: block;
    float: left;
    width: 50%;
  }
  .c-navi1 li:nth-child(2n+1) {
    clear: left;
  }
}

.c-navi1 a {
  text-decoration: none;
  color: #a3a3a3;
  margin: 0 auto;
  display: block;
}

.c-navi1 div {
  text-align: center;
  padding: 40px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .c-navi1 div {
    padding: 25px 0;
  }
}

.c-navi1 div:hover {
  opacity: 0.6;
}

.c-navi1 i {
  font-size: 4rem;
}

.c-navi1 p {
  color: #333;
  font-size: 1.2rem;
  margin-top: 6px;
}

.c-navi1 span {
  margin-left: 20px;
  margin-top: 20px;
  font-size: 2rem;
  color: #3E3A39;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-navi1 span {
    margin-left: 1px;
    width: 100px;
  }
}

/* 2
------------------------------------------------------------*/
.c-navi2 {
  position: static;
  z-index: 9999;
  overflow: hidden;
  background: url(../image/common/bg_01.png);
}

@media screen and (max-width: 767px) {
  .c-navi2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-navi2__inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  padding-bottom: 21px;
}

@media screen and (max-width: 767px) {
  .c-navi2__inner {
    width: auto;
  }
}

.c-navi2 img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.c-navi2 ul {
  display: table;
  width: 70%;
  padding-top: 7px;
}

.c-navi2 li {
  display: table-cell;
  border-right: 1px solid #BEBFBF;
  vertical-align: middle;
  text-align: center;
}

.c-navi2 li.is-active {
  border-bottom: 1px solid #FFF;
}

.c-navi2 a {
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
  display: block;
  line-height: 1.3;
  padding: 0px 10px 0px 10px;
}

.c-navi2 a:hover, .c-navi2 a.is-active {
  color: #619F31;
}

/* SP
------------------------------------------------------------*/
.c-navi2SP {
  padding: 0 20px;
}

.c-navi2SP__img {
  padding: 10px 20px;
  border-top: 1px solid #E0E0E0;
  position: relative;
}

.c-navi2SP__img:after {
  cursor: pointer;
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -11px;
  background: url(/saien/assets/image/common/icon_01.png) 0 0 no-repeat;
}

.c-navi2SP__img.is-open:after {
  background: url(/saien/assets/image/common/icon_02.png) 0 0 no-repeat;
}

.c-navi2SP__menu {
  display: none;
  border-top: 1px solid #E0E0E0;
}

.c-navi2SP__menu li {
  border-bottom: 1px solid #E0E0E0;
}

.c-navi2SP__menu a {
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
  font-weight: 200;
  display: block;
  position: relative;
  padding: 10px 20px;
  background: url(/saien/assets/image/common/icon_08.png) 98% 47% no-repeat;
}

/*------------------------------------------------------------
slide
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/* 1
------------------------------------------------------------*/
.c-line1 {
  border-top: 1px solid #949595;
  line-height: 1;
  margin: 30px 0;
}

.c-line1 hr {
  display: none;
}

.c-line1--color2 {
  border-top: 1px solid #F00;
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-mainvisual img {
  width: 100%;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/* plane text 1
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.4rem;
  color: #3E3A39;
}

.c-text1 p {
  margin-bottom: 30px;
  line-height: 1.7;
}

/* plane text 2
------------------------------------------------------------*/
.c-text2 {
  font-size: 1.4rem;
  color: #3E3A39;
}

.c-text2 span {
  color: #619C31;
}

.c-text2 a {
  color: #619C31;
  text-decoration: none;
  display: inline-block;
}

.c-text2 a:after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #619C31;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  .c-text2 {
    font-size: 1rem;
  }
}

/* text block 3
------------------------------------------------------------*/
.c-textBlock3 {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .c-textBlock3 {
    width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-textBlock3__title {
  font-size: 3rem;
  color: #3E3A39;
  padding-top: 30px;
  border-top: 1px solid #919292;
}

.c-textBlock3__wrap {
  margin-top: 40px;
}

.c-textBlock3__text {
  width: 455px;
  margin-right: 30px;
  float: left;
}

.c-textBlock3__text p {
  color: #4A4A4A;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-textBlock3__text {
    width: inherit;
    margin-bottom: 65px;
    margin-right: 0;
    float: none;
  }
}

.c-textBlock3__img {
  width: 480px;
  float: left;
}

@media screen and (max-width: 767px) {
  .c-textBlock3__img {
    width: inherit;
    float: none;
  }
  .c-textBlock3__img img {
    width: 100%;
  }
}

/*------------------------------------------------------------
img
------------------------------------------------------------*/
/* main visual 1
------------------------------------------------------------*/
.c-mainVisual1 {
  height: 445px;
  background-color: #f5f5f5;
}

.c-mainVisual1__inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}

.c-mainVisual1__title {
  width: 320px;
  height: auto;
  float: left;
  padding-top: 180px;
  font-size: 36px;
  color: #231815;
  text-align: left;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.2em;
}

.c-mainVisual1__img {
  width: auto;
  height: 446px;
  float: left;
}

.c-mainVisual1--bg1 {
  background: #000;
}

.c-mainVisual1--bg1 .c-mainVisual1__title {
  color: #FFF;
}

/* main visual 2
------------------------------------------------------------*/
.c-mainVisual2 img {
  width: 100%;
  height: auto;
}

/* single img 1
------------------------------------------------------------*/
.c-singleImg1 {
  text-align: center;
}

.c-singleImg1 p {
  text-align: center;
}

/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*  1
------------------------------------------------------------*/
.c-video1 {
  text-align: center;
  margin-top: 30px;
}

.c-video1 iframe {
  width: 450px;
  height: 300px;
}

@media screen and (max-width: 767px) {
  .c-video1 iframe {
    width: 100%;
    height: auto;
    min-height: 200px;
  }
}

/*------------------------------------------------------------
bredcrumbs
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-bredcrumbs {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-bredcrumbs ul {
  *zoom: 1;
}

.c-bredcrumbs ul:after {
  display: block;
  content: "";
  clear: both;
}

.c-bredcrumbs li {
  float: left;
  line-height: 100%;
}

.c-bredcrumbs li:after {
  content: "›";
  display: inline-block;
  vertical-align: middle;
  margin: -5px 7px 0 7px;
  font-size: 1.6rem;
}

.c-bredcrumbs li:last-child:after {
  content: "";
}

.c-bredcrumbs a {
  color: #3e3a39;
  text-decoration: none;
}

/*------------------------------------------------------------
recipe
------------------------------------------------------------*/
.c-recipe__8 {
  padding: 50px 50px 20px;
  background: url(/saien/assets/image/start/8/bg.png);
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  color: #3E3A39;
  letter-spacing: 1.7px;
}

@media screen and (max-width: 767px) {
  .c-recipe__8 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-recipe__8 {
    padding: 30px 15px 15px 15px;
  }
}

.c-recipe__8 .c-recipe1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  border-bottom: 4px dotted #BBBCBC;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .c-recipe__8 .c-recipe1 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-recipe__8 .c-recipe1__img {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .c-recipe__8 .c-recipe1__img img {
    width: 100%;
  }
}

.c-recipe__8 .c-recipe1__text {
  font-size: 1.4rem;
  width: 575px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .c-recipe__8 .c-recipe1__text {
    padding: 0;
    width: auto;
    font-size: 1rem;
  }
}

/*------------------------------------------------------------
recipe
------------------------------------------------------------*/
.c-recipe__8-3 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  color: #3E3A39;
  letter-spacing: 1.7px;
}

@media screen and (max-width: 767px) {
  .c-recipe__8-3 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-recipe__8-3 {
    padding: 30px 15px 15px 15px;
  }
}

.c-recipe__8-3 .c-recipe1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .c-recipe__8-3 .c-recipe1 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-recipe__8-3 .c-recipe1__img {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .c-recipe__8-3 .c-recipe1__img img {
    width: 100%;
  }
}

.c-recipe__8-3 .c-recipe1__text {
  font-size: 1.4rem;
  width: 460px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .c-recipe__8-3 .c-recipe1__text {
    padding: 0;
    width: auto;
    font-size: 1rem;
  }
}

/*------------------------------------------------------------
recipe
------------------------------------------------------------*/
.c-recipe__9 {
  background: url(/saien/assets/image/start/9/903.png);
  padding: 1px 50px;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  color: #3E3A39;
  letter-spacing: 1.7px;
}

@media screen and (max-width: 767px) {
  .c-recipe__9 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-recipe__9 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.c-recipe__9 .c-recipe1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .c-recipe__9 .c-recipe1 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-recipe__9 .c-recipe1__img {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .c-recipe__9 .c-recipe1__img img {
    width: 100%;
  }
}

.c-recipe__9 .c-recipe1__text {
  font-size: 1.4rem;
  width: 555px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .c-recipe__9 .c-recipe1__text {
    padding: 0;
    width: auto;
    font-size: 1rem;
  }
}

/*------------------------------------------------------------
recipe
------------------------------------------------------------*/
.c-recipe__9-1 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  color: #3E3A39;
  letter-spacing: 1.7px;
}

@media screen and (max-width: 767px) {
  .c-recipe__9-1 {
    width: auto;
  }
}

.c-recipe__9-1 .c-recipe1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .c-recipe__9-1 .c-recipe1 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-recipe__9-1 .c-recipe1__img {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .c-recipe__9-1 .c-recipe1__img img {
    width: 100%;
  }
}

.c-recipe__9-1 .c-recipe1__text {
  font-size: 1.4rem;
  width: 555px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .c-recipe__9-1 .c-recipe1__text {
    padding: 0;
    width: auto;
    font-size: 1rem;
  }
}

/*------------------------------------------------------------
recipe
------------------------------------------------------------*/
.c-recipe {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 0 40px;
  color: #3E3A39;
  letter-spacing: 1.7px;
}

@media screen and (max-width: 767px) {
  .c-recipe {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-recipe {
    padding: 30px 15px 15px 15px;
  }
}

.c-recipe .c-recipe1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe1 {
    display: block;
  }
}

.c-recipe .c-recipe1__img {
  width: 485px;
  height: 276px;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe1__img {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .c-recipe .c-recipe1__img img {
    width: 100%;
  }
}

.c-recipe .c-recipe1__text {
  width: 415px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe1__text {
    padding: 0;
    width: auto;
  }
}

.c-recipe .c-recipe1__text h4 {
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe1__text h4 {
    font-size: 1.6rem;
  }
}

.c-recipe .c-recipe1__text dl {
  font-size: 1.4rem;
  display: table;
  width: 100%;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe1__text dl {
    font-size: 1rem;
  }
}

.c-recipe .c-recipe1__text dl dt {
  width: 125px;
  display: table-cell;
}

.c-recipe .c-recipe1__text dl dd {
  display: table-cell;
}

.c-recipe .c-recipe1__text .u-mt20 {
  margin-top: 20px;
}

.c-recipe .c-recipe2 {
  margin-top: 50px;
  border-top: 1px solid #949595;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe2 {
    margin-top: 30px;
  }
}

.c-recipe .c-recipe2 h4 {
  font-size: 2rem;
  color: #EDAB2D;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe2 h4 {
    font-size: 1.6rem;
  }
}

.c-recipe .c-recipe2 ol {
  margin-left: 15px;
}

.c-recipe .c-recipe2 ol li {
  padding-top: 30px;
  list-style: decimal;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe2 ol li {
    padding-top: 20px;
    font-size: 1rem;
  }
}

.c-recipe .c-recipe3 {
  margin-top: 50px;
  border-top: 1px solid #949595;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe3 {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.c-recipe .c-recipe3__title h4 {
  font-size: 2rem;
  color: #94A210;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe3__title h4 {
    font-size: 1.6rem;
  }
}

.c-recipe .c-recipe3__title p {
  font-size: 1.4rem;
  padding-top: 10px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe3__title p {
    font-size: 1rem;
  }
}

.c-recipe .c-recipe3__wrap {
  *zoom: 1;
  margin-top: 30px;
  padding-bottom: 40px;
}

.c-recipe .c-recipe3__wrap:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe3__wrap {
    margin-top: 15px;
    padding-bottom: 20px;
  }
}

.c-recipe .c-recipe3__img {
  float: left;
  width: 300px;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe3__img {
    text-align: center;
    width: 100%;
    float: none;
  }
}

.c-recipe .c-recipe3__body {
  width: 550px;
  float: right;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe3__body {
    width: 100%;
    padding: 0;
    font-size: 1rem;
    float: none;
    margin-top: 20px;
  }
}

.c-recipe .c-recipe3__body p {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe3__body p {
    line-height: 2;
  }
}

.c-recipe .c-recipe3__body p + p {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-recipe .c-recipe3__body p + p {
    margin-top: 15px;
  }
}

/*------------------------------------------------------------
flame
------------------------------------------------------------*/
/*------------------------------------------------------------
index
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.p-index1 {
  background: #FFF;
  margin-top: 50px;
}

/* 
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.p-index3 .c-navi2 {
  background: none;
}

/* 
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
cooking
------------------------------------------------------------*/
/* index
------------------------------------------------------------*/
.p-cooking-index {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-cooking-index {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.p-cooking-index .c-list1 {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .p-cooking-index .c-list1 {
    margin-top: 20px;
  }
}

.p-cooking-index .c-list1__card {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-cooking-index .c-list1__card {
    margin-bottom: 20px;
  }
}

.p-cooking-index .c-list1 a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.p-cooking-index .c-list1 p {
  line-height: 1.3;
  font-size: 1.8rem;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .p-cooking-index .c-list1 p {
    font-size: 1.1rem;
    margin-top: 4px;
  }
}

/* detail defalt style
------------------------------------------------------------*/
.p-cooking-detail {
  background: url(../image/common/bg_02.png);
  padding-top: 80px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-cooking-detail {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.p-cooking-detail .c-recipe {
  background: url(../image/common/bg_01.png);
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-cooking-detail .c-recipe {
    margin-top: 15px;
  }
}

.p-cooking-detail__btn {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-cooking-detail__btn {
    margin-top: 40px;
  }
}

.p-cooking-detail__btn .c-btn1 {
  width: 240px;
  min-width: 240px;
}

/* 5
------------------------------------------------------------*/
.p-cooking_5 .c-recipe .c-recipe1__text dl dt {
  width: 11em;
}

/* 6
------------------------------------------------------------*/
.p-cooking_6 .c-recipe .c-recipe1__text dl dt {
  width: 13em;
}

/* 9
------------------------------------------------------------*/
.p-cooking_9 .c-recipe .c-recipe1__text dl dt {
  width: 12em;
}

/* 10
------------------------------------------------------------*/
.p-cooking_10 .c-recipe .c-recipe1__text dl dt {
  width: 14em;
}

/*------------------------------------------------------------
option
------------------------------------------------------------*/
/* common
------------------------------------------------------------*/
.p-option {
  padding-bottom: 40px;
}

.p-option .c-mainVisual2 {
  height: 400px;
  background: url(/saien/assets/image/option/index_01.jpg) center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-option .c-mainVisual2 {
    height: auto;
    background: none;
  }
}

.p-option .c-mainVisual2 img {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-option .c-mainVisual2 img {
    opacity: 1;
  }
}

/* index 1
------------------------------------------------------------*/
.p-option-index1 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-option-index1 {
    margin-top: 40px;
  }
}

.p-option-index1 .c-list1 {
  margin-top: 30px;
}

.p-option-index1 .c-list1__card {
  margin-left: 90px;
  width: 174px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-option-index1 .c-list1__card {
    margin-bottom: 15px;
  }
}

.p-option-index1 .c-list1__body {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .p-option-index1 .c-list1__body {
    margin-top: 4px;
  }
}

.p-option-index1 .c-list1__body p {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-option-index1 .c-list1__body p {
    font-size: 1.2rem;
  }
}

.p-option-index1 .c-optionList {
  margin-top: 20px;
}

.p-option-index1 .c-optionList span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 8px 0;
}

@media screen and (max-width: 767px) {
  .p-option-index1 .c-optionList span {
    font-size: 1.2rem;
  }
}

/* index 2
------------------------------------------------------------*/
.p-option-index2 .c-title2 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-option-index2 .c-title2 {
    margin-top: 30px;
  }
}

.p-option-index2 .c-list1 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-option-index2 .c-list1 {
    margin-top: 30px;
  }
}

.p-option-index2 .c-list1__card {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-option-index2 .c-list1__card {
    margin-bottom: 20px;
  }
}

.p-option-index2 .c-list1 a {
  text-decoration: none;
}

.p-option-index2 .c-list1__img {
  text-align: center;
}

.p-option-index2 .c-list1__title {
  margin-top: 10px;
}

.p-option-index2 .c-list1__title p {
  color: #000;
  font-weight: bold;
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .p-option-index2 .c-list1__title p {
    font-size: 1.4rem;
  }
}

.p-option-index2 .c-list1 .c-optionList {
  margin-top: 10px;
}

.p-option-index2 .c-list1 .c-optionList span {
  text-align: center;
  font-size: 1.1rem;
  padding: 1px 8px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-option-index2 .c-list1 .c-optionList span {
    font-size: 1.0rem;
    padding: 2px 8px;
  }
}

/* detail
------------------------------------------------------------*/
.p-option-detail {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-option-detail {
    margin-top: 40px;
  }
}

/*
------------------------------------------------------------*/
.c-optionBlock1 {
  display: table;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .c-optionBlock1 {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

.c-optionBlock1__img, .c-optionBlock1__text {
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .c-optionBlock1__img, .c-optionBlock1__text {
    display: block;
    width: 100%;
  }
}

.c-optionBlock1__img {
  vertical-align: middle;
  width: 350px;
  padding-left: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-optionBlock1__img {
    text-align: center;
    width: 100%;
  }
}

.c-optionBlock1__img.u-img2 {
  width: 630px;
  padding-right: 10px;
  text-align: left;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .c-optionBlock1__img.u-img2 {
    padding-right: 0;
    width: auto;
  }
}

.c-optionBlock1__img.u-img2 img {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-optionBlock1__img.u-img2 img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

.c-optionBlock1__img.u-img2 img + img {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .c-optionBlock1__img.u-img2 img + img {
    margin-top: 10px;
    margin-left: auto;
  }
}

.c-optionBlock1__text {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .c-optionBlock1__text {
    margin-top: 20px;
  }
}

.c-optionBlock1 table {
  width: 100%;
}

.c-optionBlock1 table th, .c-optionBlock1 table td {
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.7;
  padding-bottom: 5px;
  text-align: left;
}

.c-optionBlock1 table th {
  font-weight: normal;
  width: 3em;
}

/*
------------------------------------------------------------*/
.c-optionBlock2 {
  margin-top: 40px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-optionBlock2 {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.c-optionBlock2 h4 {
  font-weight: bold;
}

.c-optionBlock2 .c-list1__card {
  width: 238px;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .c-optionBlock2 .c-list1__card {
    width: 49% !important;
    margin-left: 2% !important;
    margin-bottom: 15px;
  }
}

.c-optionBlock2 .c-list1__img p {
  text-align: left;
}

.c-optionBlock2 .c-list1__text {
  margin-top: 6px;
}

/*
------------------------------------------------------------*/
.c-optionBlock3 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-optionBlock3 {
    margin-top: 16px;
  }
}

.c-optionBlock3 h4 {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-optionBlock3 h4 {
    font-size: 1.2rem;
  }
}

.c-optionBlock3 .c-table1 {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .c-optionBlock3 .c-table1 {
    overflow-x: scroll;
  }
  .c-optionBlock3 .c-table1 table {
    width: 100%;
  }
}

.c-optionBlock3 .c-table1 th, .c-optionBlock3 .c-table1 td {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .c-optionBlock3 .c-table1 th, .c-optionBlock3 .c-table1 td {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.c-optionBlock3 p {
  margin-top: 10px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-optionBlock3 p {
    font-size: 1.2rem;
  }
}

/*
------------------------------------------------------------*/
.c-optionBlock4 {
  margin-top: 70px;
  padding-bottom: 30px;
  border-bottom: 2px solid #AAA;
}

.c-optionBlock4.u-noline {
  border-bottom: 0px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-optionBlock4 {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}

.c-optionBlock4 a {
  text-decoration: none;
  color: #333;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .c-optionBlock4 a {
    font-size: 1.4em;
  }
}

.c-optionBlock4 a:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  font-size: 1.7rem;
  vertical-align: middle;
  margin-top: -6px;
}

.p-option_2 #a4 .c-title2 {
  margin-top: 50px;
}

.p-option_2 #a6 .c-title2 {
  margin-top: 50px;
}

.p-option_2 #a7 .c-title2 {
  margin-top: 50px;
}

/*------------------------------------------------------------
catalog
------------------------------------------------------------*/
.p-catalog-index {
  padding: 50px 0;
}

.p-catalog-index .c-list3 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-catalog-index .c-list3 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-catalog-index .c-list3 {
    margin-top: 30px;
  }
}

.p-catalog-index .c-list3__card {
  float: left;
  width: 310px;
  margin-right: 20px;
  margin-bottom: 60px;
}

.p-catalog-index .c-list3__card:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-catalog-index .c-list3__card {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .p-catalog-index .c-list3__card:nth-child(3n) {
    margin-right: 2%;
  }
  .p-catalog-index .c-list3__card:nth-child(2n) {
    margin-right: 0;
  }
}

.p-catalog-index .c-list3__img {
  text-align: center;
  margin-bottom: 20px;
}

.p-catalog-index .c-optionBlock1__text p {
  font-weight: 200;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-catalog-index .c-btn1 {
    min-width: auto;
    font-size: 1.2rem;
  }
  .p-catalog-index .c-btn1 span {
    padding-right: 15px;
  }
}

.p-catalog-index-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-catalog-index-3 {
    display: block;
  }
}

.p-catalog-index-3__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-catalog-index-3__text p {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-catalog-index-3__text p {
    font-size: 1.2rem;
  }
}

.p-catalog-index-3__img {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .p-catalog-index-3__img {
    width: auto;
    text-align: center;
    margin-top: 30px;
  }
}

.p-catalog-index-4 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-catalog-index-4 {
    margin-top: 60px;
    text-align: center;
  }
}

/*------------------------------------------------------------
select
------------------------------------------------------------*/
/* common
------------------------------------------------------------*/
.p-select {
  padding-bottom: 40px;
}

/* index
------------------------------------------------------------*/
.p-select-index {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .p-select-index {
    margin-top: 38px;
  }
}

.p-select-index .c-selectBtn {
  margin-top: 85px;
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-select-index .c-selectBtn {
    margin-top: 42px;
    margin-bottom: 45px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
select_1
------------------------------------------------------------*/
.p-select-detail1 {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .p-select-detail1 {
    margin-top: 38px;
  }
}

.p-select-detail1 .c-line1 {
  margin-top: 55px;
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .p-select-detail1 .c-line1 {
    margin-top: 49px;
    margin-bottom: 30px;
  }
}

.p-select-detail1 .c-selectBtn {
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .p-select-detail1 .c-selectBtn {
    padding-bottom: 30px;
  }
}

.c-seclectProduct {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  .c-seclectProduct {
    margin-top: 43px;
  }
}

.c-seclectProduct .c-intro {
  margin-top: 35px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .c-seclectProduct .c-intro {
    margin-top: 17px;
    margin-bottom: 17px;
  }
}

.c-seclectProduct .c-intro h4 {
  font-size: 2rem;
  color: #3E3A39;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .c-seclectProduct .c-intro h4 {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}

.c-seclectProduct .c-intro p {
  font-size: 1.4rem;
  color: #3E3A39;
}

@media screen and (max-width: 767px) {
  .c-seclectProduct .c-intro p {
    font-size: 1.2rem;
  }
}

.c-seclectProduct .c-list1--col3 .c-list1__card {
  width: 180px;
  margin-right: 53px;
}

.c-seclectProduct .c-list1--col3 .c-list1__card a {
  text-decoration: none;
}

.c-seclectProduct .c-list1--col3 .c-list1__card:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .c-seclectProduct .c-list1--col3 .c-list1__card {
    margin-right: 0px;
    width: 48%;
  }
}

.c-seclectProduct .c-list1--col4 .c-list1__card {
  width: 180px;
  margin-right: 54px;
}

.c-seclectProduct .c-list1--col4 .c-list1__card a {
  text-decoration: none;
}

.c-seclectProduct .c-list1--col4 .c-list1__card:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .c-seclectProduct .c-list1--col4 .c-list1__card {
    margin-right: 0px;
    width: 48%;
  }
}

.c-seclectProduct .c-list1__title {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 8px;
  border-bottom: 1px solid #949595;
}

.c-seclectProduct .c-list1__title p {
  font-size: 1.6rem;
  color: #3E3A39;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-seclectProduct .c-list1__title p {
    font-size: 1.4rem;
  }
}

.c-seclectProduct .c-list1__info {
  text-align: center;
  font-size: 1.4rem;
  color: #3E3A39;
}

@media screen and (max-width: 767px) {
  .c-seclectProduct .c-list1__info {
    font-size: 1.2rem;
  }
}

.c-comment {
  margin-top: 60px;
  font-size: 1.4rem;
  color: #3E3A39;
}

@media screen and (max-width: 767px) {
  .c-comment {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
select_2
------------------------------------------------------------*/
.p-select-detail2 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-select-detail2 {
    margin-top: 40px;
  }
}

.p-select-detail2 .c-title2 {
  margin-top: 45px;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .p-select-detail2 .c-title2 {
    margin-top: 41px;
    margin-bottom: 14px;
  }
}

.p-select-detail2 .c-list1__card h4 {
  font-size: 2rem;
  color: #3E3A39;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-select-detail2 .c-list1__card h4 {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-select-detail2 .c-list1__card p {
    font-size: 1.2rem;
  }
}

.p-select-detail2 .c-list1__card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-select-detail2 .c-list1__card {
    width: 100%;
    margin-left: 0;
  }
}

.p-select-detail2 .imgDetail {
  margin-top: 20px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-select-detail2 .imgDetail {
    margin-top: 5px;
    margin-bottom: 22px;
  }
}

.p-select-detail2 .c-line1 {
  margin-top: 85px;
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .p-select-detail2 .c-line1 {
    margin-top: 45px;
    margin-bottom: 30px;
  }
}

.p-select-detail2 .c-selectBtn {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-select-detail2 .c-selectBtn {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb0 {
    margin-bottom: 0px !important;
  }
  .u-mb {
    margin-bottom: 22px !important;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
select_3
------------------------------------------------------------*/
.p-select-detail3 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-select-detail3 {
    margin-top: 40px;
  }
}

.p-select-detail3 .c-titleBlock1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-select-detail3 .c-titleBlock1 {
    margin-bottom: 12px;
  }
}

.p-select-detail3 .imgDetail {
  margin-top: 50px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .p-select-detail3 .imgDetail {
    margin-top: 25px;
    margin-bottom: 12px;
  }
}

.p-select-detail3 .comment {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-select-detail3 .comment {
    margin-bottom: 23px;
  }
  .p-select-detail3 .comment .c-text1 {
    font-size: 1rem;
  }
}

.p-select-detail3 .c-list1 {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-select-detail3 .c-list1 {
    margin-bottom: 45px;
  }
}

.p-select-detail3 .c-list1 a {
  text-decoration: none;
}

.p-select-detail3 .c-list1__card {
  width: 237px;
  margin-left: 10px;
}

.p-select-detail3 .c-list1__title {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p-select-detail3 .c-list1__title {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

.p-select-detail3 .c-line1 {
  margin-top: 54px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-select-detail3 .c-line1 {
    margin-top: 49px;
    margin-bottom: 30px;
  }
}

.p-select-detail3 .c-selectBtn {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-select-detail3 .c-selectBtn {
    padding-bottom: 30px;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
start
------------------------------------------------------------*/
.p-start-index {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-start-index {
    margin-top: 30px;
  }
}

.p-start-index .c-titleBlock1 {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-start-index .c-titleBlock1 {
    margin-bottom: 60px;
  }
}

.p-start-index .c-startList .c-btnlist {
  margin-top: 50px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .p-start-index .c-startList .c-btnlist {
    margin-top: 25px;
    padding-bottom: 45px;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
start_1
------------------------------------------------------------*/
.l-start1 .c-mainVisual2 {
  padding-top: 70px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-start1 .c-mainVisual2 {
    padding-top: 35px;
    margin-bottom: 30px;
  }
}

.l-start1 .c-text1 {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .l-start1 .c-text1 {
    font-size: 1.2rem;
    margin-bottom: 60px;
  }
  .l-start1 .c-text1 p {
    margin-bottom: 15px;
  }
}

.c-line1 {
  margin: 0;
}

.c-startList {
  margin-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .c-startList {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
start_2
------------------------------------------------------------*/
.l-start2 .c-mainVisual2 {
  padding-top: 70px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-start2 .c-mainVisual2 {
    padding-top: 35px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-start2 .c-text1 p {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

.p-start2 .c-selectBlock {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-start2 .c-selectBlock {
    margin-bottom: 60px;
  }
}

.p-start2 .c-list1__card {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-start2 .c-list1__card {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-start2 .c-list1__card:nth-child(2n) {
    margin-left: 0;
  }
}

.p-start2 .c-list1__img {
  width: 152px;
  height: 125px;
}

@media screen and (max-width: 767px) {
  .p-start2 .c-list1__img {
    width: 35%;
    height: auto;
  }
  .p-start2 .c-list1__img img {
    width: 100%;
  }
}

.p-start2 .c-list1__text {
  width: 298px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-start2 .c-list1__text {
    width: 55%;
    margin-left: 5%;
  }
}

.p-start2 .c-list1__text h4 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .p-start2 .c-list1__text h4 {
    font-size: 1.4rem;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
start_2-1
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .mgtop10 {
    margin-top: 10px;
  }
}

.p-start_2-1 {
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .p-start_2-1 {
    padding: 0 10px;
  }
  .p-start_2-1 .auto {
    margin: 20px auto 0;
    display: block;
  }
  .p-start_2-1 .mg50 {
    margin-top: -70px;
  }
  .p-start_2-1 .mg50 hr {
    z-index: 99999999;
  }
  .p-start_2-1 .top0 {
    margin-top: 0;
  }
  .p-start_2-1 .p.top0 {
    margin-top: 0;
  }
}

.p-start_2-1 .start-title2 {
  color: #619F31;
  font-size: 14px;
  margin-top: 25px;
  font-weight: normal;
  line-height: 35px;
}

@media screen and (max-width: 767px) {
  .p-start_2-1 .start-title2 {
    margin-top: 15px;
  }
}

.p-start_2-1 .start-title1 {
  font-size: 30px;
  margin-bottom: 22px;
  font-weight: normal;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .p-start_2-1 .start-title1 {
    font-size: 16.82px;
    margin-bottom: 10px;
  }
}

.p-start_2-1 .start-right {
  position: relative;
}

.p-start_2-1__top1 {
  background: url(../image/start/2/bg.png) repeat;
  width: 100%;
  padding: 40px 19px 40px 38px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-start_2-1__top1 {
    padding: 20px 15px 20px 15px;
    margin-bottom: 40px;
  }
}

.p-start_2-1__top1_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  margin-right: 15px;
  border-bottom: 1px solid #949595;
}

@media screen and (max-width: 767px) {
  .p-start_2-1__top1_content {
    display: block;
    margin-right: 0;
  }
  .p-start_2-1__top1_content__img {
    text-align: center;
    padding: 10px;
  }
  .p-start_2-1__top1_content .mg-img {
    margin: 80px 0 65px 0;
  }
}

.p-start_2-1__top1_content__img {
  margin-right: 42px;
}

@media screen and (max-width: 767px) {
  .p-start_2-1__top1_content__img {
    margin-right: 0;
  }
}

.p-start_2-1__top1_content__text p {
  font-size: 14px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .p-start_2-1__top1_content__text p {
    font-size: 10px;
    line-height: 15px;
  }
}

.p-start_2-1__top1_content__text li {
  font-size: 14px;
  line-height: 25px;
  padding-left: 13px;
  position: relative;
}

.p-start_2-1__top1_content__text li:before {
  width: 10px;
  height: 10px;
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 0;
  content: '';
  border-radius: 50%;
  background: #4A4A4A;
}

@media screen and (max-width: 767px) {
  .p-start_2-1__top1_content__text li {
    font-size: 10px;
    line-height: 15px;
  }
  .p-start_2-1__top1_content__text li:before {
    top: 4px;
  }
}

.p-start_2-1__top2 {
  border-top: 1px solid #949595;
  padding: 30px 0 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-start_2-1__top2 {
    display: block;
    padding-bottom: 30px;
  }
}

.p-start_2-1__top2_left {
  width: 468px;
}

@media screen and (max-width: 767px) {
  .p-start_2-1__top2_left {
    width: 100%;
  }
}

.p-start_2-1__top2_left p {
  margin-top: 45px;
  font-size: 16px;
  padding-right: 35px;
}

@media screen and (max-width: 767px) {
  .p-start_2-1__top2_left p {
    padding-right: 0;
    font-size: 10px;
    margin-top: 25px;
  }
}

.p-start_2-1__top2_left .start-2_img {
  margin-top: 95px;
}

.p-start_2-1__top2_right {
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-start_2-1__top2_right {
    width: 100%;
  }
}

.p-start_2-1__top2_right .span1 {
  font-size: 24px;
  top: 90px;
  left: 88px;
}

@media screen and (max-width: 767px) {
  .p-start_2-1__top2_right .span1 {
    font-size: 4.3vw;
    top: 50%;
    margin-top: -1.5em;
    left: 25px;
    width: 100%;
  }
}

.p-start_2-1__top2_right span {
  display: table;
  position: absolute;
  text-align: center;
}

.p-start_2-1__top2_right img:first-child {
  margin-top: 15px;
}

.p-start_2-1__top2_right .start-2_img1 {
  float: right;
  padding: 65px 0;
  margin-right: -40px;
}

.p-start_2-1__top2_right .start-2_img2 {
  padding: 30px 0 35px 0;
}

.p-start_2-1__top2 .p {
  margin: 30px 0 40px 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-start_2-1__top2 .p {
    font-size: 10px;
  }
}

.p-start_2-1 .border {
  border-bottom: 1px solid #949595;
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
start_2-2
------------------------------------------------------------*/
.p-start_2-2 {
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .p-start_2-2 {
    padding: 0 10px;
  }
  .p-start_2-2 .auto {
    margin: 20px auto 0;
    display: block;
  }
  .p-start_2-2 .mg50 {
    margin-top: -70px;
  }
  .p-start_2-2 .mg50 hr {
    z-index: 99999999;
  }
  .p-start_2-2 .top0 {
    margin-top: 0;
  }
  .p-start_2-2 .p.top0 {
    margin-top: 0;
  }
}

.p-start_2-2 .start-right {
  position: relative;
  padding-bottom: 10px;
}

.p-start_2-2 .span2 {
  font-size: 18px;
  top: 57px;
  left: 110px;
}

@media screen and (max-width: 767px) {
  .p-start_2-2 .span2 {
    font-size: 3.3vw;
    top: 35%;
    margin-top: -1.0em;
    left: -5px;
    width: 100%;
  }
}

.p-start_2-2 .mg204 {
  padding: 20px 0 135px 0;
}

.p-start_2-2 .mg206 {
  padding: 43px 0 75px 0;
}

.p-start_2-2 .mg207 {
  padding: 80px 0 100px 0;
}

.p-start_2-2 .mg208 {
  padding: 40px 0 30px 0;
}

.p-start_2-2 .start-title2 {
  color: #619F31;
  font-size: 14px;
  margin-top: 25px;
  font-weight: normal;
  line-height: 35px;
}

@media screen and (max-width: 767px) {
  .p-start_2-2 .start-title2 {
    margin-top: 15px;
  }
}

.p-start_2-2 .start-title1 {
  font-size: 30px;
  margin-bottom: 22px;
  font-weight: normal;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .p-start_2-2 .start-title1 {
    font-size: 16.82px;
    margin-bottom: 10px;
  }
}

.p-start_2-2 .border {
  border-bottom: 1px solid #949595;
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
start_2-3
------------------------------------------------------------*/
.p-start_2-3 {
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .p-start_2-3 {
    padding: 0 10px;
  }
  .p-start_2-3 .auto {
    margin: 20px auto 0;
    display: block;
  }
  .p-start_2-3 .mg50 {
    margin-top: -70px;
  }
  .p-start_2-3 .mg50 hr {
    z-index: 99999999;
  }
  .p-start_2-3 .top0 {
    margin-top: 0;
  }
  .p-start_2-3 .p.top0 {
    margin-top: 0;
  }
}

.p-start_2-3 .start-right {
  position: relative;
}

.p-start_2-3 .span2 {
  font-size: 18px;
  top: 57px;
  left: 110px;
}

@media screen and (max-width: 767px) {
  .p-start_2-3 .span2 {
    font-size: 3.3vw;
    top: 40%;
    margin-top: -1.0em;
    left: -5px;
    width: 100%;
  }
}

.p-start_2-3 .mg204 {
  margin: 35px 0 -20px 0;
}

.p-start_2-3 .mg206 {
  margin-bottom: 58px;
}

.p-start_2-3 .start-text {
  text-align: right;
  margin: 15px -70px 0 0;
  font-size: 17px;
  font-weight: bold;
}

.p-start_2-3 .tron {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #4A4A4A;
  margin-right: 2px;
}

.p-start_2-3 .tg {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #4A4A4A;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 2px;
}

.p-start_2-3 .start-title2 {
  color: #619F31;
  font-size: 14px;
  margin-top: 25px;
  font-weight: normal;
  line-height: 35px;
}

@media screen and (max-width: 767px) {
  .p-start_2-3 .start-title2 {
    margin-top: 15px;
  }
}

.p-start_2-3 .start-title1 {
  font-size: 30px;
  margin-bottom: 22px;
  font-weight: normal;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .p-start_2-3 .start-title1 {
    font-size: 16.82px;
    margin-bottom: 10px;
  }
}

.p-start_2-3 .border {
  border-bottom: 1px solid #949595;
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
start_2-4
------------------------------------------------------------*/
.p-start_2-4 {
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .p-start_2-4 {
    padding: 0 10px;
  }
  .p-start_2-4 .auto {
    margin: 20px auto 0;
    display: block;
  }
  .p-start_2-4 .mg50 {
    margin-top: -70px;
  }
  .p-start_2-4 .mg50 hr {
    z-index: 99999999;
  }
  .p-start_2-4 .top0 {
    margin-top: 0;
  }
  .p-start_2-4 .p.top0 {
    margin-top: 0;
  }
}

.p-start_2-4 .start-right {
  position: relative;
}

.p-start_2-4 .span2 {
  font-size: 18px;
  top: 57px;
  left: 110px;
}

@media screen and (max-width: 767px) {
  .p-start_2-4 .span2 {
    font-size: 3.3vw;
    top: 40%;
    margin-top: -1.0em;
    left: -5px;
    width: 100%;
  }
}

.p-start_2-4 .mg204 {
  padding: 20px 0 135px 0;
}

.p-start_2-4 .tron {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #4A4A4A;
  margin-right: 2px;
}

.p-start_2-4 .tg {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #4A4A4A;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 2px;
}

.p-start_2-4 .start-title2 {
  color: #619F31;
  font-size: 14px;
  margin-top: 25px;
  font-weight: normal;
  line-height: 35px;
}

@media screen and (max-width: 767px) {
  .p-start_2-4 .start-title2 {
    margin-top: 15px;
  }
}

.p-start_2-4 .start-title1 {
  font-size: 30px;
  margin-bottom: 22px;
  font-weight: normal;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .p-start_2-4 .start-title1 {
    font-size: 16.82px;
    margin-bottom: 10px;
  }
}

.p-start_2-4 .border {
  border-bottom: 1px solid #949595;
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
start_3
------------------------------------------------------------*/
.l-start3 .c-mainVisual2 {
  padding-top: 70px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-start3 .c-mainVisual2 {
    padding-top: 35px;
    margin-bottom: 30px;
  }
}

.l-start3 .c-title1 {
  text-align: left;
}

.l-start3 .c-text2 p {
  margin: 30px 0 30px 0;
}

@media screen and (max-width: 767px) {
  .l-start3 .c-text2 p {
    margin: 15px 0 15px 0;
    font-size: 1.2rem;
  }
}

.l-start3 .c-text2 p:last-child {
  margin-bottom: 0;
}

.l-start3 .c-selectBlock {
  margin: 90px 0 120px 0;
}

@media screen and (max-width: 767px) {
  .l-start3 .c-selectBlock {
    margin: 45px 0 60px 0;
  }
}

.l-start3 .c-selectBlock .c-list1__card:nth-child(2n+1) {
  width: 560px;
}

@media screen and (max-width: 767px) {
  .l-start3 .c-selectBlock .c-list1__card:nth-child(2n+1) {
    width: inherit;
  }
}

.l-start3 .c-selectBlock .c-list1__card:nth-child(2n) {
  width: 365px;
  margin-left: 54px;
}

@media screen and (max-width: 767px) {
  .l-start3 .c-selectBlock .c-list1__card:nth-child(2n) {
    width: inherit;
    margin: 0;
  }
}

.l-start3 .c-selectBlock .c-list1__card:nth-child(2n) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .l-start3 .c-selectBlock .c-list1__card:nth-child(2n) ul {
    width: inherit;
    margin-top: 15px;
  }
}

.l-start3 .c-selectBlock .c-list1__card:nth-child(2n) li {
  margin-right: 25px;
}

.l-start3 .c-selectBlock .c-list1__card:nth-child(2n) li:last-child {
  margin: 0;
}

.l-start3 .c-selectBlock .c-list1 .c-selectPhoto {
  width: 400px;
  margin-left: 20px;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .l-start3 .c-selectBlock .c-list1 .c-selectPhoto {
    width: inherit;
    margin-left: 0;
    margin-top: 0px;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
start_4
------------------------------------------------------------*/
.l-start4 .c-mainVisual2 {
  padding-top: 70px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-start4 .c-mainVisual2 {
    padding-top: 35px;
    margin-bottom: 30px;
  }
}

.l-start4 .c-title1 {
  text-align: left;
}

.l-start4 .c-text2 p {
  margin: 30px 0 30px 0;
}

@media screen and (max-width: 767px) {
  .l-start4 .c-text2 p {
    margin: 15px 0 15px 0;
    font-size: 1.2rem;
  }
}

.l-start4 .c-text2 p:last-child {
  margin-bottom: 0;
}

.l-start4 .c-selectBlock2:nth-child(2n) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .l-start4 .c-selectBlock2:nth-child(2n) {
    margin-top: 30px;
  }
}

.l-start4 .c-selectBlock2:nth-child(2n+1) {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .l-start4 .c-selectBlock2:nth-child(2n+1) {
    margin-top: 60px;
  }
}

.l-start4 .c-list1--col2 {
  margin: 120px 0;
}

@media screen and (max-width: 767px) {
  .l-start4 .c-list1--col2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .l-start4 .c-list1--col2 .c-list1__card {
    width: 100%;
    margin: 10px 0;
  }
}

.l-start4 .c-list1--col3 {
  width: 760px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.l-start4 .c-list1--col3 .c-list1__card {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .l-start4 .c-list1--col3 {
    margin-top: 20px;
    width: 100%;
  }
  .l-start4 .c-list1--col3 .c-list1__card {
    width: 100%;
    display: table;
    margin: 10px 0;
  }
  .l-start4 .c-list1--col3 .c-list1__img {
    width: 50%;
    height: auto;
    display: table-cell;
  }
  .l-start4 .c-list1--col3 .c-list1__body {
    padding-left: 4%;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
start_5
------------------------------------------------------------*/
.l-start5 .c-mainVisual2 {
  padding-top: 70px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-start5 .c-mainVisual2 {
    padding-top: 35px;
    margin-bottom: 30px;
  }
}

.l-start5 .c-title1 {
  text-align: left;
}

.l-start5 .c-text2 p {
  margin: 30px 0 30px 0;
}

@media screen and (max-width: 767px) {
  .l-start5 .c-text2 p {
    margin: 15px 0 15px 0;
    font-size: 1.2rem;
  }
}

.l-start5 .c-text2 p:last-child {
  margin-bottom: 0;
}

.l-start5 .c-selectBlock2:nth-child(2n) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .l-start5 .c-selectBlock2:nth-child(2n) {
    margin-top: 30px;
  }
}

.l-start5 .c-selectBlock2:nth-child(2n+1) {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .l-start5 .c-selectBlock2:nth-child(2n+1) {
    margin-top: 60px;
  }
}

.l-start5 .c-selectBlock2:nth-child(2n+1) img {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .l-start5 .c-selectBlock2:nth-child(2n+1) img {
    margin-top: 30px;
  }
}

.l-start5 .c-list1 {
  margin-top: 60px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .l-start5 .c-list1 {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .l-start5 .c-list1--col2 {
    margin-top: 60px;
    margin-bottom: 45px;
  }
  .l-start5 .c-list1--col2 .c-list1__card {
    width: 100%;
    margin: 10px 0;
  }
}

.l-start5 .c-list1 .c-selectPhoto {
  width: 400px;
  margin-left: 20px;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .l-start5 .c-list1 .c-selectPhoto {
    width: inherit;
    margin-left: 0;
    margin-top: 27px;
  }
}

@media screen and (max-width: 767px) {
  .l-start5 .c-btnlist .c-btn1--color3 {
    margin-bottom: 10px;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
start_6
------------------------------------------------------------*/
.l-start6 .c-mainVisual2 {
  padding-top: 70px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-start6 .c-mainVisual2 {
    padding-top: 35px;
    margin-bottom: 30px;
  }
}

.l-start6 .c-title1 {
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .l-start6 .c-title1 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-start6 .c-text1 p {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}

.l-start6 .c-selectBlock2 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .l-start6 .c-selectBlock2 {
    margin-top: 30px;
  }
}

.l-start6 .c-list1--col2 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .l-start6 .c-list1--col2 {
    margin-top: 30px;
  }
  .l-start6 .c-list1--col2 .c-list1__card {
    width: 100%;
    margin-left: 0;
  }
}

.l-start6 .c-list1__card img {
  float: right;
}

.l-start6 .mg {
  margin-top: 0;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .l-start6 .mg {
    margin-bottom: 60px;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
start_7
------------------------------------------------------------*/
.l-start7 .c-mainVisual2 {
  padding-top: 70px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-start7 .c-mainVisual2 {
    padding-top: 35px;
    margin-bottom: 30px;
  }
}

.l-start7 .c-title1 {
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .l-start7 .c-title1 {
    margin-bottom: 15px;
  }
}

.l-start7 .c-selectBlock2 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .l-start7 .c-selectBlock2 {
    margin-top: 15px;
  }
}

.l-start7 .c-list1 {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .l-start7 .c-list1 {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .l-start7 .c-list1__card {
    width: 100%;
    margin-left: 0;
  }
}

.l-start7 .c-list1__image {
  width: 152px;
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .l-start7 .c-list1__image {
    width: 35%;
    margin-right: 5%;
    height: auto;
  }
  .l-start7 .c-list1__image img {
    width: 100%;
  }
}

.l-start7 .c-list1__body {
  width: 298px;
  float: left;
}

@media screen and (max-width: 767px) {
  .l-start7 .c-list1__body {
    width: 55%;
  }
}

.l-start7 .c-list1__body h4 {
  font-size: 1.6rem;
  color: #3E3A39;
  margin-bottom: 16px;
}

.l-start7 .m0 {
  margin-top: 50px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .l-start7 .m0 {
    margin-top: 25px;
    margin-bottom: 60px;
  }
}

/* 
------------------------------------------------------------*/
/*------------------------------------------------------------
start_8
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.l-start8 {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .l-start8 {
    padding: 0px 20px;
  }
}

.l-start8 .c-mainVisual2 {
  padding-top: 10px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-start8 .c-mainVisual2 {
    padding-top: 35px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-start8 .c-title4 {
    margin-top: 0px;
  }
}

.l-start8 .c-recipe__8 .c-recipe1:last-child {
  border: none;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .l-start8 .c-line2 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .l-start8 .c-recipe1 {
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-start8 .c-recipe1__text {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-start8 .c-btn2 {
    margin: 15px 0;
  }
}

.l-start8 .c-btn2 a {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 22em;
  display: inline-block;
}

.l-start8 .c-btn2 span {
  font-size: 2.0rem;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 767px) {
  .l-start8 .c-btn2 span {
    font-size: 1.6rem;
  }
}

.l-start8 .c-btn2 div {
  display: inline-block;
  font-weight: normal;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .l-start8 .c-btn2 div {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------
start_8-1
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.l-start8-1 {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .l-start8-1 {
    padding: 0px 20px;
  }
}

.l-start8-1 .c-mainVisual2 {
  padding-top: 10px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-start8-1 .c-mainVisual2 {
    padding-top: 35px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-start8-1 .c-text1 {
    font-size: 1rem;
  }
}

.l-start8-1 .c-line2 {
  border-top: 1px solid #949595;
  line-height: 1;
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .l-start8-1 .c-line2 {
    margin-top: 60px;
  }
}

/*------------------------------------------------------------
start_8-2
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.l-start8-2 {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .l-start8-2 {
    padding: 0px 20px;
  }
}

.l-start8-2 .c-mainVisual2 {
  padding-top: 10px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-start8-2 .c-mainVisual2 {
    padding-top: 35px;
    margin-bottom: 30px;
  }
}

.l-start8-2 .c-line2 {
  border-top: 1px solid #949595;
  line-height: 1;
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .l-start8-2 .c-line2 {
    margin-top: 60px;
  }
}

.l-start8-2 .c-list1--col3 .c-list1__card {
  width: 315px;
}

@media screen and (max-width: 767px) {
  .l-start8-2 .c-list1--col3 {
    margin-top: 20px;
    width: 100%;
  }
  .l-start8-2 .c-list1--col3 .c-list1__card {
    width: 100%;
    display: table;
    margin: 10px 0;
  }
  .l-start8-2 .c-list1--col3 .c-list1__img {
    width: 50%;
    height: auto;
    display: table-cell;
  }
  .l-start8-2 .c-list1--col3 .c-list1__body {
    padding-left: 4%;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------
start_8-3
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.l-start8-3 {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .l-start8-3 {
    padding: 0px 20px;
  }
}

.l-start8-3 .c-mainVisual2 {
  padding-top: 10px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-start8-3 .c-mainVisual2 {
    padding-top: 35px;
    margin-bottom: 30px;
  }
}

.l-start8-3 .c-line2 {
  border-top: 1px solid #949595;
  line-height: 1;
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  .l-start8-3 .c-line2 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .c-recipe1__text {
    margin-bottom: 80px;
  }
}

/*------------------------------------------------------------
start_9
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.l-start9 {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .l-start9 {
    padding: 0px 20px;
  }
}

.l-start9 .c-mainVisual2 {
  padding-top: 10px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .l-start9 .c-mainVisual2 {
    padding-top: 35px;
    margin-bottom: 30px;
  }
}

.l-start9 .c-btn_right .c-btn3 {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .l-start9 .c-btn_right .c-btn3 {
    text-align: center;
  }
}

.l-start9 .c-line2 {
  border-top: 1px solid #949595;
  line-height: 1;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .l-start9 .c-line2 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .l-start9 .c-recipe1 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-start9 .c-recipe1__text {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.l-start9 .c-recipe1 p + p {
  margin-top: 20px;
}

.l-start9 .c-recipe1 ul {
  margin-left: 1.7rem;
  margin-bottom: 30px;
}

.l-start9 .c-recipe1 li {
  list-style-type: disc;
}

.l-start9 .p-start9-2 {
  *zoom: 1;
  margin-top: 60px;
}

.l-start9 .p-start9-2:after {
  display: block;
  content: "";
  clear: both;
}

.l-start9 .p-start9-2__card {
  width: 480px;
  float: left;
  margin: 0 0 50px 20px;
}

@media screen and (max-width: 767px) {
  .l-start9 .p-start9-2__card {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.l-start9 .p-start9-2__card:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}

.l-start9 .p-start9-2 h3 {
  background: #E58A00;
  color: #fff;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.6;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
  .l-start9 .p-start9-2 h3 {
    font-size: 1.6rem;
    padding-left: 15px;
  }
}

.l-start9 .p-start9-2 ul {
  margin: 20px 0 0 2.4em;
}

@media screen and (max-width: 767px) {
  .l-start9 .p-start9-2 ul {
    margin-top: 10px;
  }
}

.l-start9 .p-start9-2 li {
  font-size: 1.9rem;
  line-height: 1.2;
  color: #DC5514;
  list-style: disc;
}

.l-start9 .p-start9-2 li + li {
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .l-start9 .p-start9-2 li {
    font-size: 1rem;
  }
}

.l-start9 .c-list1--col2 .c-list1 {
  margin: 0 10px 50px 0;
  width: 480px;
}

@media screen and (max-width: 767px) {
  .l-start9 .c-list1--col2 .c-list1 {
    width: 100%;
  }
}

/*------------------------------------------------------------
start_9-1
------------------------------------------------------------*/
/* 
------------------------------------------------------------*/
.l-start9-1 {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .l-start9-1 {
    padding: 0px 20px;
  }
}

/* 
------------------------------------------------------------*/
.p-start9-1 ol {
  margin-left: 2em;
}

.p-start9-1 ol li {
  list-style-type: decimal;
}

@media screen and (max-width: 767px) {
  .p-start9-1 ol li {
    font-size: 1.2rem;
  }
}

.p-start9-1 ol li + li {
  margin-top: 6px;
}

.p-start9-1 ol + p {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-start9-1 p {
    font-size: 1.2rem;
  }
}

.p-start9-1 .c-line1 {
  margin-top: 50px;
}

.p-start9-1 .c-mainVisual2 {
  padding-top: 10px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-start9-1 .c-mainVisual2 {
    padding-top: 35px;
    margin-bottom: 30px;
  }
}

.p-start9-1 .c-btn__recipe {
  margin-top: 60px;
}

.c-sg-title1 {
  background: #000;
  color: #FFF;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-sg-title2 {
  background: #888;
  color: #FFF;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-devMessage1 {
  top: 0;
  left: 0;
  background: #F00;
  color: #FFF;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}
