@charset "UTF-8";
@font-face {
  font-family: 'NotoSansCJKJP';
  src: url("/assets/fonts/NotoSansMonoCJKjp-Regular.woff"), url("/assets/fonts/NotoSansMonoCJKjp-Regular.eot");
}
/* Reset
*********************************/
/* line 15, ../scss/common.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 15, ../scss/common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 15, ../scss/common.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}
strong {
  font-weight: bold;
}
/* line 15, ../scss/common.scss */
ol, ul {
  list-style: none;
}

/* line 15, ../scss/common.scss */
caption, th {
  text-align: left;
}

/* line 15, ../scss/common.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

/* line 15, ../scss/common.scss */
q:before, q:after {
  content: '';
}

/* line 15, ../scss/common.scss */
fieldset, img, abbr, acronym {
  border: 0;
}

/* line 19, ../scss/common.scss */
.clearfix:before, .clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* line 26, ../scss/common.scss */
.pc-only {
  display: block;
}

/* line 29, ../scss/common.scss */
.sp-only {
  display: none;
}

/* line 33, ../scss/common.scss */
.left,
.right {
  float: left;
}

/* line 37, ../scss/common.scss */
.right {
  width: 700px;
}

/* fonts setting
*********************************/
/* line 43, ../scss/common.scss */
body {
  font-size: 0;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ ゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
  line-height: 1;
}
/* line 49, ../scss/common.scss */
body.on {
  position: fixed;
}

/* line 54, ../scss/common.scss */
p {
  line-height: 1.4;
}

/* line 58, ../scss/common.scss */
ul {
  font-size: 0;
}
/* line 60, ../scss/common.scss */
ul li {
  font-size: 14px;
}

/* line 65, ../scss/common.scss */
a {
  color: #3f3f3f;
  text-decoration: none;
}
/* line 68, ../scss/common.scss */
a img {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/* line 73, ../scss/common.scss */
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* line 79, ../scss/common.scss */
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* line 89, ../scss/common.scss */
input {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ ゴシック", "MS PGothic", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
/* line 94, ../scss/common.scss */
input[type="text"]:focus {
  outline: 0;
}
/* line 97, ../scss/common.scss */
input::focus::placeholder {
  color: transparent;
}

/* line 102, ../scss/common.scss */
.noto-sans {
  font-family: 'NotoSansCJKJP';
}

/* line 105, ../scss/common.scss */
.small {
  font-size: 12px;
}

/* base width setting
******************************** */
/* line 111, ../scss/common.scss */
#all {
  font-size: 14px;
  width: 100%;
}

/* line 116, ../scss/common.scss */
#wrapper {
  width: auto;
  /*max-width: 1200px;*/
  margin: 0 auto;
}

/* line 122, ../scss/common.scss */
#header {
  position: relative;
  width: 1000px;
  margin: 0 auto 17px;
  padding-top: 16px;
}

/* line 129, ../scss/common.scss */
#contents {
  /*width: 1200px;*/
  margin: 0 auto;
  position: relative;
}
/* line 133, ../scss/common.scss */
#contents.on {
  margin-top: 54px;
}
.section1000 {
  width:1000px;
  margin:0 auto;
}
.section1200 {
  width:1200px;
  margin:0 auto;
}
/* line 138, ../scss/common.scss */
.section {
  width: 1000px;
  margin: 0 auto 50px;
}

/* line 143, ../scss/common.scss */
.bg-f1eedf {
  background: #f1eedf;
}

/* line 147, ../scss/common.scss */
.bg-f8f7f4 {
  background: #f8f7f4;
}

/* line 150, ../scss/common.scss */
.bg-e60312 {
  background: #e60312;
  color: #fff;
}
/* line 153, ../scss/common.scss */
.bg-e60312 a {
  color: #fff;
}

/* ********************************
 header
******************************** */
/* line 160, ../scss/common.scss */
#logo {
  width: 290px;
  float: left;
  padding-top: 18px;
}

/* line 166, ../scss/common.scss */
#hdr-menu-wrap {
  width: 690px;
  float: right;
}

/* line 171, ../scss/common.scss */
#hdr-info-list {
  margin-bottom: 18px;
}

/* line 175, ../scss/common.scss */
.hdr-info-service {
  float: left;
  margin-left: 155px;
}

/* line 179, ../scss/common.scss */
.hdr-info-menu-list {
  float: right;
  margin-top: 2px;
}

/* line 184, ../scss/common.scss */
#hdr-search-list {
  display: inline-block;
  float: right;
  width: 750px;
  vertical-align: middle;
  text-align: right;
  font-size: 0;
}

/* line 193, ../scss/common.scss */
.hdr-info-service-menu {
  display: inline-block;
}
/* line 195, ../scss/common.scss */
.hdr-info-service-menu.web-menubook a {
  color: #808080;
  background: url(/assets/images/common/img-icon-webmenubook.png) no-repeat 0;
  padding: 3px 0 3px 26px;
}
/* line 200, ../scss/common.scss */
.hdr-info-service-menu.point a {
  color: #808080;
  background: url(/assets/images/common/img-icon-point.png) no-repeat 0;
  padding: 3px 0 3px 26px;
}

/* line 207, ../scss/common.scss */
.hdr-info {
  display: inline-block;
  border-right: 1px solid;
  padding: 0 8px;
}
/* line 211, ../scss/common.scss */
.hdr-info:first-child {
  padding-left: 0;
}
/* line 214, ../scss/common.scss */
.hdr-info:last-child {
  border: none;
  padding-right: 0;
}

/* line 221, ../scss/common.scss */
.hdr-search-btn {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 227, ../scss/common.scss */
#hdr-sns {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
/* line 231, ../scss/common.scss */
#hdr-sns .sns-btn {
  display: inline-block;
  margin-right: 12px;
}

/* line 238, ../scss/common.scss */
#site-search-input {
  background: #fff;
  overflow: hidden;
}
/* line 241, ../scss/common.scss */
#site-search-input.on {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9997;
  left: 0;
  top: 0;
  max-height: 100%;
  overflow: auto;
  text-align: center;
  opacity: 1;
}
/* line 258, ../scss/common.scss */
#site-search-input #google-search {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
/* line 262, ../scss/common.scss */
#site-search-input #google-search .input {
  width: 1000px;
  color: #999;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #999;
  font-size: 16px;
}
/* line 270, ../scss/common.scss */
#site-search-input #google-search .submit {
  position: absolute;
  right: 0;
  bottom: 21px;
  width: 60px;
  height: 60px;
  border: none;
  background: #fff url(/assets/images/common/img-icon-fc-googlesearch.png) no-repeat 0;
  text-indent: -9999px;
  cursor: pointer;
}

/* line 282, ../scss/common.scss */
#site-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
/* line 286, ../scss/common.scss */
#site-search .google-search {
  display: block;
  width: 30px;
  height: 28px;
}
/* line 291, ../scss/common.scss */
#site-search.fc-search {
  display: inline-block;
  vertical-align: top;
  width: 185px;
}
/* line 296, ../scss/common.scss */
#site-search #google-search {
  position: relative;
}
/* line 299, ../scss/common.scss */
#site-search .input {
  width: 175px;
  font-size: 16px;
  color: #999;
  padding: 5px;
  border: none;
  border-bottom: 1px solid #999;
}
/* line 307, ../scss/common.scss */
#site-search .submit {
  position: absolute;
  right: 5px;
  width: 26px;
  height: 27px;
  border: none;
  background: url(/assets/images/common/img-icon-fc-googlesearch.png) no-repeat 0;
  text-indent: -9999px;
}

#site-search-input {
  display: none;
}
#site-search-input.www {
  display: block;
}
/* line 318, ../scss/common.scss */
#search-inner-logo {
  max-width: 750px;
  margin: 0 auto 40px;
  padding: 20px;
}
/* line 327, ../scss/common.scss */
#search-inner-logo .search-close {
  float: right;
  padding: 0;
}

/* line 334, ../scss/common.scss */
#googlesearch-contents #site-search-input #google-search {
  position: relative;
  max-width: 750px;
  width: auto;
  margin: 0 auto 40px;
  padding: 20px;
}
/* line 340, ../scss/common.scss */
#googlesearch-contents #site-search-input #google-search .input {
  width: 710px;
}

/* line 348, ../scss/common.scss */
#emergency-top {
  background: #F5E4E4;
  border-top: 2px solid #e60012;
  border-bottom: 2px solid #e60012;
}
/* line 352, ../scss/common.scss */
#emergency-top .important {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 357, ../scss/common.scss */
#emergency-top .emergency-txt {
  text-align: left;
  font-weight: bold;
  padding: 5px 10px 0;
}
/* line 361, ../scss/common.scss */
#emergency-top .emergency-txt a {
  color: #e60012;
}

/* line 367, ../scss/common.scss */
#emergency-bottom {
  position: static;
  bottom: 0;
  width: 1200px;
  background: #f3f3f3;
  border-bottom: 2px solid #ccc;
  z-index: 9995;
}
/* line 374, ../scss/common.scss */
#emergency-bottom .important {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
/* line 379, ../scss/common.scss */
#emergency-bottom .emergency-txt {
  text-align: left;
  font-weight: bold;
  padding: 5px 10px 0;
}

/* ********************************
 fc-information
******************************** */
/* line 390, ../scss/common.scss */
#fc-information {
  background: #e60312;
}
/* line 392, ../scss/common.scss */
#fc-information .fc-info-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
/* line 397, ../scss/common.scss */
#fc-information #fc-name {
  float: left;
}
/* line 399, ../scss/common.scss */
#fc-information #fc-name .fc-name {
  color: #fff;
  font-size: 17px;
  padding: 4px 0 2px 30px;
  background: transparent url(/assets/images/franchise/icon_sp_slash.png) 7px -2px no-repeat;
  display: inline-block;
  line-height: 1.4;
}
#fc-name .pc-only {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: -3px;
}
/* line 405, ../scss/common.scss */
#fc-information .tel-area {
  float: right;
}
/* line 407, ../scss/common.scss */
#fc-information .tel-area p {
  display: inline-block;
  vertical-align: middle;
}
#fc-information .tel-area .login:last-child {
  margin-left: 5px;
}
/* line 411, ../scss/common.scss */
#fc-information .tel-area .fc-tel-num {
  color: #fff;
  font-size: 18px;
  margin-right: 30px;
}

/* line 419, ../scss/common.scss */
#fc-address {
  background: url(/assets/images/common/img-bg-fc-info.png) repeat-x;
  text-align: right;
  margin-bottom: 3px;
  padding-top: 3px;
}
/* line 424, ../scss/common.scss */
#fc-address .fc-address-inner {
  width: 1000px;
  margin: 0 auto;
  font-size: 13px;
  min-height: 29px;
}
/* line 428, ../scss/common.scss */
#fc-address .fc-address-inner p {
  display: inline-block;
}
/* line 430, ../scss/common.scss */
#fc-address .fc-address-inner p .fax, #fc-address .fc-address-inner p .postcode {
  color: #e60012;
  padding-right: 6px;
  font-weight: bold;
}
/* line 435, ../scss/common.scss */
#fc-address .fc-address-inner p .fax.fax-num, #fc-address .fc-address-inner p .postcode.fax-num {
  margin-right: 20px;
}

/* line 440, ../scss/common.scss */
#fc-address .fax-num {
  margin-right: 17px;
}

/* line 445, ../scss/common.scss */
.fc-header .hdr-info-service-menu {
  display: inline-block;
}

/* line 451, ../scss/common.scss */
#fc-information.fc-info .tel-area .fc-tel-num {
  background: url(/assets/images/common/img-icon-hdr-tel.png) no-repeat 0;
  padding-left: 15px;
}

/* ********************************
 global navigation
******************************** */
/* line 459, ../scss/common.scss */
#global-navigation {
  border-bottom: 2px solid #d0d0d0;
}
/* line 461, ../scss/common.scss */
#global-navigation .gnav-list {
  width: 1000px;
  margin-top: 15px;
  margin: 0 auto;
}
/* line 465, ../scss/common.scss */
#global-navigation .gnav-list .gnav-memu {
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 5px;
  border-bottom: 3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 475, ../scss/common.scss */
#global-navigation .gnav-list .gnav-memu:hover, #global-navigation .gnav-list .gnav-memu.active {
  border-bottom: 3px solid #e60012;
  padding-bottom: 15px;
}
/* line 479, ../scss/common.scss */
#global-navigation .gnav-list .gnav-memu a {
  display: block;
  font-size: 16px;
  padding: 7px 0;
  border-left: 1px dotted #e71f19;
}
/* line 484, ../scss/common.scss */
#global-navigation .gnav-list .gnav-memu a.last {
  border-right: 1px dotted #e71f19;
}
/* line 491, ../scss/common.scss */
#global-navigation.bg-e60312 .gnav-memu {
  display: inline-block;
  width: 199px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 3px solid #e60312;
}
/* line 497, ../scss/common.scss */
#global-navigation.bg-e60312 .gnav-memu:hover, #global-navigation.bg-e60312 .gnav-memu.active {
  border-bottom: 3px solid #fff;
  padding: 15px 0;
  margin-bottom: 5px;
}
/* line 502, ../scss/common.scss */
#global-navigation.bg-e60312 .gnav-memu a {
  display: block;
  padding: 7px 0;
  border-left: 1px dotted #fff;
}
/* line 506, ../scss/common.scss */
#global-navigation.bg-e60312 .gnav-memu a.last {
  border-right: 1px dotted #fff;
}

/* ********************************
 main
******************************** */
/* line 517, ../scss/common.scss */
#main {
  position: relative;
  margin-bottom: 73px;
}
/* line 520, ../scss/common.scss */
#main .main-menu {
  position: absolute;
  bottom: 20px;
  left: 70px;
  width: 944px;
  height: 110px;
  z-index: 8000;
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 58px;
  margin: 0 auto;
  font-size: 0;
}
/* line 534, ../scss/common.scss */
#main .menu-list img {
  border-radius: 50%;
}

/* line 540, ../scss/common.scss */
.services .service-ttl {
  position: relative;
  font-size: 20px;
  border-bottom: 1px dotted #000;
  padding: 20px 0;
  margin-bottom: 15px;
  padding-left: 25px;
}
/* line 547, ../scss/common.scss */
.services .service-ttl.last {
  padding: 10px 0 10px 25px;
}
/* line 549, ../scss/common.scss */
.services .service-ttl.last .pr-icon {
  top: 10px;
}
/* line 565, ../scss/common.scss */
.services .service-ttl .pr-icon {
  position: absolute;
  top: 20px;
  left: 0;
}
/* line 569, ../scss/common.scss */
.services .service-ttl .pr-icon img {
  vertical-align: middle;
}
/* line 574, ../scss/common.scss */
.services .service-txt {
  word-break: break-word;
  font-size: 13px;
  line-height: 1.4;
}
/* line 579, ../scss/common.scss */
.services .cols {
  width: 235px;
  float: left;
  margin-right: 20px;
}
/* line 583, ../scss/common.scss */
.services .cols:last-child {
  margin: 0;
}

/* line 589, ../scss/common.scss */
.feature-ttl {
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}
/* line 594, ../scss/common.scss */
.feature-ttl .feature-bigger {
  font-size: 150%;
}

/* line 599, ../scss/common.scss */
.mainmenu-wrap {
  float: left;
  width: 235px;
  padding: 0;
}

/* line 606, ../scss/common.scss */
.menu-list img {
  vertical-align: middle;
}
/* line 609, ../scss/common.scss */
.menu-list a {
  display: block;
}
/* line 612, ../scss/common.scss */
.menu-list .menu-select-ttl {
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  padding-left: 10px;
  vertical-align: middle;
  line-height: 1.4;
}

/* line 621, ../scss/common.scss */
.menu-list a.ask-menu {
  display: inline-block;
  color: #e60012;
}

/* line 625, ../scss/common.scss */
.bx-wrapper {
  border: none;
  box-shadow: none;
  background: none;
}
/* line 629, ../scss/common.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ebebeb;
  width: 13px;
  height: 13px;
}
/* line 633, ../scss/common.scss */
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ccc;
}
/* line 637, ../scss/common.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  width: 32px;
  height: 50px;
  text-indent: -9999px;
  z-index: 990;
}
/* line 646, ../scss/common.scss */
.bx-wrapper .bx-controls-direction a.bx-prev {
  background: url(/assets/images/common/img-main-pager-left.png) no-repeat 0;
}
/* line 649, ../scss/common.scss */
.bx-wrapper .bx-controls-direction a.bx-next {
  background: url(/assets/images/common/img-main-pager-right.png) no-repeat 0;
}

/* line 655, ../scss/common.scss */
.bx-thumb-pager {
  position: absolute;
  bottom: -40px;
  left: 114px;
  width: 974px;
  margin: 0 auto;
  text-align: center;
}
/* line 662, ../scss/common.scss */
.bx-thumb-pager .bx-pager {
  display: inline-block;
  padding: 8px;
  background: #fff;
  border: 1px solid #d9d9d9;
  margin: 0 auto;
  font-size: 0;
}
/* line 670, ../scss/common.scss */
.bx-thumb-pager .bx-thumb {
  border-bottom: 3px solid #fff;
  width: 180px;
  display: inline-block;
  margin-right: 10px;
}
/* line 675, ../scss/common.scss */
.bx-thumb-pager .bx-thumb.active {
  border-bottom: 3px solid #e60012;
  opacity: 0.6;
  filter: alpha(opacity=80);
}
/* line 680, ../scss/common.scss */
.bx-thumb-pager .bx-thumb:last-child {
  margin-right: 0;
}

/* line 685, ../scss/common.scss */
.movie-wrap {
  width: 1000px;
  margin: 0 100px;
}

/* ********************************
 contents
******************************** */
/* line 694, ../scss/common.scss */
.page-ttl {
  font-size: 36px;
  margin: 10px 0;
}

/* line 699, ../scss/common.scss */
.sec-ttl {
  font-size: 28px;
  display: inline-block;
  vertical-align: middle;
}

/* line 704, ../scss/common.scss */
.con-ttl {
  font-size: 28px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e60012;
}

/* line 710, ../scss/common.scss */
.sub-ttl {
  color: #999;
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
  vertical-align: middle;
}

/* line 717, ../scss/common.scss */
.menu-ttl-wrap {
  width: 1000px;
  margin: 44px auto 22px;
}
/* line 720, ../scss/common.scss */
.menu-ttl-wrap .ttl-wrap {
  float: left;
}

/* line 724, ../scss/common.scss */
.ttl-wrap {
  float: left;
}

/* line 727, ../scss/common.scss */
.yoshikei-your-site {
  position: absolute;
  right: 0;
  bottom: -245px;
}

/****************************
 page title area */
/* line 737, ../scss/common.scss */
#page-title.beginner {
  position: relative;
  width:1200px;
  margin:0 auto;
  background: url(/assets/images/common/img-beginners-guide.png) no-repeat;
  background-size: 100%;
}
/* line 742, ../scss/common.scss */
#page-title.yoshikei-in-jp {
  position: relative;
  width:1200px;
  margin:0 auto;
  background: url(/assets/images/common/img-yoshikei-in-jp.png) no-repeat;
  background-size: 100%;
}
/* line 747, ../scss/common.scss */
#page-title.yoshikeis-menu {
  position: relative;
  width:1200px;
  margin:0 auto;
  background: url(/assets/images/common/img-bg-yoshikeis-menu.png) no-repeat;
  background-size: 100%;
}
/* line 752, ../scss/common.scss */
#page-title.yoshikeis-menu-smile {
  position: relative;
  width:1200px;
  margin:0 auto;
  background: url(/assets/images/common/img-bg-yoshikeis-menu-smile.png) no-repeat;
  background-size: 100%;
}
/* line 757, ../scss/common.scss */
#page-title.yoshikeis-menu-wasai {
  position: relative;
  width:1200px;
  margin:0 auto;
  background: url(/assets/images/common/img-bg-yoshikeis-menu-wasai.png) no-repeat;
  background-size: 100%;
}
/* line 762, ../scss/common.scss */
#page-title.yoshikeis-menu-lovyu {
  position: relative;
  width:1200px;
  margin:0 auto;
  background: url(/assets/images/common/img-bg-yoshikeis-menu-lovyu.png) no-repeat;
  background-size: 100%;
}
/* line 767, ../scss/common.scss */
#page-title.yoshikeis-menu-healthy {
  position: relative;
  width:1200px;
  margin:0 auto;
  background: url(/assets/images/common/img-bg-yoshikeis-menu-healthy.png) no-repeat;
  background-size: 100%;
}
/* line 772, ../scss/common.scss */
#page-title.company {
  position: relative;
  width:1200px;
  margin:0 auto;
  background: url(/assets/images/common/img-bg-company.png) no-repeat;
  background-size: 100%;
}
/* line 777, ../scss/common.scss */
#page-title.babyfood {
  position: relative;
  width:1200px;
  margin:0 auto;
  background: url(/assets/images/common/img-bg-babyfood.png) no-repeat;
  background-size: 100%;
}

/* line 783, ../scss/common.scss */
.title-inner.section {
  padding: 63px 0;
}
/* line 785, ../scss/common.scss */
.title-inner.section.no-cat {
  padding: 72px 0;
}
/* line 788, ../scss/common.scss */
.title-inner.section.small-padding {
  padding: 20px 0;
}

/* line 792, ../scss/common.scss */
.page-sub-ttl {
  display: inline-block;
  margin-left: 10px;
}

/* line 796, ../scss/common.scss */
.page-title-left {
  float: left;
}

/* line 799, ../scss/common.scss */
.page-title-right {
  float: right;
  width: 306px;
}

/* line 803, ../scss/common.scss */
.page-intro {
  line-height: 1.4;
  font-size: 17px;
}

/****************************
 contact area */
/* line 811, ../scss/common.scss */
#contact-area,
#contact-area02,
#contact-area03 {
  width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 0;
}

/* line 819, ../scss/common.scss */
/*#contact-right {
  margin-left: 25px;
}*/

/* line 822, ../scss/common.scss */
.conversion-wrap {
  display: inline-block;
}
.lovyu-col #contact-mid,
#contact-right {
  margin-left: 25px;
}
/* line 826, ../scss/common.scss */
.contact-btn-wrap .conversion-wrap {
  margin-bottom: 20px;
}
/* line 828, ../scss/common.scss */
.contact-btn-wrap .conversion-wrap.btn-right {
  margin-left: 25px;
}
/* line 832, ../scss/common.scss */
.contact-btn-wrap .conversion-wrap.btn-mid .conversion {
  width: 590px;
}

/* line 838, ../scss/common.scss */
.conversion {
  display: inline-block;
  width: 408px;
  padding: 19px 35px;
  font-size: 32px;
  vertical-align: middle;
  color: #e60012;
  border: 4px solid #e60012;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 845, ../scss/common.scss */
.lovyu-col .conversion {
  display: inline-block;
  width: 308px;
  padding: 19px 0;
  font-size: 24px;
  vertical-align: middle;
  color: #e60012;
  border: 4px solid #e60012;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
}

.lovyu-col .campaign.conversion {
  background: #fff url(/assets/images/common/img-shopping.png)no-repeat 28px center;
  background-size: 35px;
  padding-left: 20px;
  width: 290px;
}
.lovyu-col .campaign.conversion:hover {
  background: #e60012 url(/assets/images/common/img-shopping_on.png)no-repeat 28px center;
  background-size: 35px;
}
/* line 845, ../scss/common.scss */
.conversion span {
  display: inline-block;
}
/* line 852, ../scss/common.scss */
.conversion:hover {
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  color: #fff;
  background: #e60012;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 862, ../scss/common.scss */
.conversion.registration {
  width: 922px;
}

/****************************
 yoshikei all around in japan */
/* line 870, ../scss/common.scss */
.branches {
  border-bottom: 1px dotted #6d6d6d;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/* line 875, ../scss/common.scss */
.headquarters {
  position: relative;
  margin-bottom: 17px;
}

/* line 879, ../scss/common.scss */
.company-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

/* line 884, ../scss/common.scss */
.branch-add {
  margin-bottom: 12px;
}
/* line 886, ../scss/common.scss */
.branch-add .postcode {
  margin-right: 15px;
}

/* line 890, ../scss/common.scss */
.company-more {
  position: absolute;
  right: 0;
  bottom: 1px;
  font-size: 13px;
  background: url(/assets/images/common/img-icon-qa-arrow-right.png) no-repeat 7px 2px;
  padding: 0 0 0 24px;
  background-size: 11px;
}

/* line 899, ../scss/common.scss */
.look-branch {
  text-align: center;
  background: #E7E8E9 url(/assets/images/common/img-icon-qa-close.png) no-repeat 97% center;
}
/* line 902, ../scss/common.scss */
.look-branch a {
  display: block;
  padding: 5px 0;
}
/* line 906, ../scss/common.scss */
.look-branch.on {
  background: #e71f19 url(/assets/images/common/img-icon-qa-open.png) no-repeat 97% center;
}
/* line 908, ../scss/common.scss */
.look-branch.on a {
  color: #fff;
}

/* line 913, ../scss/common.scss */
.businness-office-wrap {
  display: none;
  max-width: 100%;
  width: auto;
  padding: 15px 20px;
  background: #f1eedf;
}
/* line 919, ../scss/common.scss */
.businness-office-wrap .offices {
  width: 300px;
  line-height: 2;
}
/* line 923, ../scss/common.scss */
.businness-office-wrap .office-name {
  float: right;
  padding-left: 25px;
}

/****************************
 company rinen */
/* line 932, ../scss/common.scss */
.w550 {
  width: 650px;
  text-align: center;
  padding-top: 18px;
}
/* line 936, ../scss/common.scss */
.w550 .make-smile-txt {
  font-size: 16px;
  margin-bottom: 23px;
  line-height: 1.6;
}
/* line 941, ../scss/common.scss */
.w550 .make-smile-wrap {
  padding: 0 50px;
  margin-bottom: 40px;
}
/* line 944, ../scss/common.scss */
.w550 .make-smile-wrap .make-smile-txt {
  text-align: left;
}
/* line 947, ../scss/common.scss */
.w550 .make-smile-wrap .make-smile-ttl {
  margin-bottom: 50px;
}
/* line 951, ../scss/common.scss */
.w550 .rinen-wrap {
  max-width: 100%;
  width: auto;
  padding: 76px;
}
/* line 955, ../scss/common.scss */
.w550 .rinen-wrap .rinen-ttl {
  margin-bottom: 26px;
}
/* line 958, ../scss/common.scss */
.w550 .rinen-wrap .make-smile-txt {
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.2;
}
/* line 963, ../scss/common.scss */
.w550 .rinen-wrap .rinen {
  margin-bottom: 100px;
}

/* line 968, ../scss/common.scss */
.company-dl {
  font-size: 0;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}

/* line 973, ../scss/common.scss */
.company-info-wrap {
  max-width: 100%;
  width: auto;
  padding: 0 20px;
}
/* line 977, ../scss/common.scss */
.company-info-wrap .company-dt {
  width: 230px;
  font-size: 16px;
  padding-left: 10px;
  font-weight: bold;
  float: left;
}
/* line 984, ../scss/common.scss */
.company-info-wrap .company-dd {
  width: 720px;
  float: left;
  font-size: 16px;
  line-height: 1.6;
}
/* line 990, ../scss/common.scss */
.company-info-wrap .company-add {
  width: 100%;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
/* line 997, ../scss/common.scss */
.company-info-wrap .address {
  width: 450px;
  float: left;
  margin-right: 60px;
}
/* line 1001, ../scss/common.scss */
.company-info-wrap .address:last-child {
  margin-right: 0;
}
/* line 1005, ../scss/common.scss */
.company-info-wrap .branch-ttl {
  padding: 2px 0 2px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  background: url(/assets/images/top/img-icon-search-area.png) no-repeat 0;
}
/* line 1011, ../scss/common.scss */
.company-info-wrap .com-info {
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 1015, ../scss/common.scss */
.company-info-wrap .access-map {
  border: none;
}
/* line 1018, ../scss/common.scss */
.company-info-wrap .maps {
  margin-bottom: 10px;
}
/* line 1021, ../scss/common.scss */
.company-info-wrap .map-link {
  text-align: right;
}
/* line 1023, ../scss/common.scss */
.company-info-wrap .map-link a {
  font-size: 14px;
  color: #e60012;
  text-decoration: underline;
}

/****************************
 banner area */
/* line 1033, ../scss/common.scss */
.bnr-area {
  width: 1000px;
  margin: 50px auto 0;
}
/* line 1036, ../scss/common.scss */
.bnr-area .banner-top, .bnr-area div {
  margin-bottom: 32px;
}
/* line 1039, ../scss/common.scss */
.bnr-area .banner-mid {
  display: inline-block;
  width: 484px;
}
/* line 1042, ../scss/common.scss */
.bnr-area .banner-mid:nth-child(odd) {
  margin-right: 27px;
}
/* line 1046, ../scss/common.scss */
.bnr-area .banner-sm {
  display: inline-block;
  width: 226px;
  margin: 0 27px 27px 0;
}
/* line 1050, ../scss/common.scss */
.bnr-area .banner-sm:nth-child(4n) {
  margin-right: 0;
}

/* ********************************
 news
******************************** */
/* line 1060, ../scss/common.scss */
.news .news-wrap {
  margin: 0 auto 0;
}
/* line 1062, ../scss/common.scss */
.news .news-wrap .news-list {
  margin-bottom: 50px;
}
/* line 1065, ../scss/common.scss */
.news .news-wrap .news-articles {
  position: relative;
  font-size: 0;
  border-bottom: 1px dotted;
}
/* line 1069, ../scss/common.scss */
.news .news-wrap .news-articles .date {
  font-size: 16px;
  display: inline-block;
  color: #B1833D;
  width: 100px;
}
/* line 1075, ../scss/common.scss */
.news .news-wrap .news-articles .title {
  font-size: 14px;
}

/* line 1081, ../scss/common.scss */
#news {
  width: 750px;
}
/* line 1083, ../scss/common.scss */
#news .news-wrap {
  margin: 0 auto 30px;
}
/* line 1086, ../scss/common.scss */
#news .news-articles {
  margin-bottom: 15px;
}
/* line 1088, ../scss/common.scss */
#news .news-articles .date {
  width: 100px;
  margin-bottom: 11px;
}
/* line 1092, ../scss/common.scss */
#news .news-articles .title {
  margin-bottom: 17px;
}

/* line 1098, ../scss/common.scss */
#news-list-on-index .news-ttl {
  font-size: 30px;
  padding-left: 15px;
  margin-bottom: 20px;
}
/* line 1103, ../scss/common.scss */
#news-list-on-index .news-articles {
  min-height: 57px;
  margin-bottom: 10px;
}
/* line 1106, ../scss/common.scss */
#news-list-on-index .news-articles .date {
  vertical-align: top;
}
/* line 1109, ../scss/common.scss */
#news-list-on-index .news-articles .title {
  width: 372px;
  display: inline-block;
  line-height: 1.7;
  margin-bottom: 10px;
}
/* line 1115, ../scss/common.scss */
#news-list-on-index .news-articles .new {
  position: absolute;
  top: 22px;
  left: 0;
}
/* line 1121, ../scss/common.scss */
#news-list-on-index .category {
  margin-right: 12px;
}

/* line 1126, ../scss/common.scss */
.category {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 5px 12px;
  line-height: 1;
}
/* line 1132, ../scss/common.scss */
.category.press {
  background: #d38a53;
}
/* line 1135, ../scss/common.scss */
.category.info {
  background: #937453;
}
/* line 1138, ../scss/common.scss */
.category.important {
  background: #e60312;
}

/* line 1142, ../scss/common.scss */
.new {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 5px 12px;
  margin-right: 3px;
  background: #759e44;
}

/* ********************************
 pagination
******************************** */
/* line 1155, ../scss/common.scss */
.pagination-list {
  text-align: center;
}
/* line 1157, ../scss/common.scss */
.pagination-list .page-num {
  display: inline-block;
  margin-right: 20px;
}
/* line 1160, ../scss/common.scss */
.pagination-list .page-num:last-child {
  margin-right: 0;
}
/* line 1163, ../scss/common.scss */
.pagination-list .page-num a {
  display: block;
  border: 1px solid #CBCCCD;
  padding: 8px 10px;
}
/* line 1167, ../scss/common.scss */
.pagination-list .page-num a.active, .pagination-list .page-num a:hover {
  border: 1px solid #3E3F40;
  background: #3E3F40;
  color: #fff;
}
/* line 1174, ../scss/common.scss */
.pagination-list .page-num.prev a, .pagination-list .page-num.next a {
  padding: 8px;
}

/* ********************************
 company
******************************** */
/* line 1184, ../scss/common.scss */
.center-lead-ttl {
  text-align: center;
  width: 75%;
  margin: 0 auto;
  line-height: 2;
  font-size: 30px;
}

/* line 1191, ../scss/common.scss */
.center-lead {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  line-height: 2;
}

/* line 1197, ../scss/common.scss */
.detail-wrap {
  margin-bottom: 75px;
}

/* line 1200, ../scss/common.scss */
.detail-text {
  width: 480px;
  float: left;
  margin-right: 40px;
}
/* line 1204, ../scss/common.scss */
.detail-text .company-info {
  border: 1px solid #999;
}
/* line 1206, ../scss/common.scss */
.detail-text .company-info dl {
  font-size: 0;
  border-bottom: 1px solid #cccccc;
  background: #f8f7f4;
  line-height: 1.6;
}
/* line 1211, ../scss/common.scss */
.detail-text .company-info dl dt {
  width: 82px;
  float: left;
  vertical-align: middle;
  padding: 30px;
  font-size: 14px;
}
/* line 1218, ../scss/common.scss */
.detail-text .company-info dl dd {
  float: left;
  width: 275px;
  vertical-align: middle;
  padding: 30px;
  border-left: 1px solid #cccccc;
  background: #fff;
  font-size: 14px;
}

/* line 1230, ../scss/common.scss */
.detail-image {
  width: 480px;
  float: left;
}
.googlemap small {
  display: none;
}
/* line 1233, ../scss/common.scss */
.detail-image .appearance {
  margin-bottom: 20px;
}
/* line 1238, ../scss/common.scss */
.detail-image .googlemap .map iframe {
  width: 100% !important;
}
/* line 1242, ../scss/common.scss */
.detail-image .googlemap .map-link {
  text-align: right;
}

/* line 1247, ../scss/common.scss */
.ex-link {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 1252, ../scss/common.scss */
.branch-wrap {
  width: 480px;
  float: left;
  margin-bottom: 20px;
  margin-right: 40px;
}
/* line 1257, ../scss/common.scss */
.branch-wrap:nth-child(even) {
  margin-right: 0;
}
/* line 1260, ../scss/common.scss */
.branch-wrap .branch-img {
  float: left;
  margin-right: 20px;
}
/* line 1264, ../scss/common.scss */
.branch-wrap .branch-ttl {
  color: #e60312;
  margin-bottom: 20px;
}
/* line 1268, ../scss/common.scss */
.branch-wrap p {
  line-height: 1.8;
}

/* line 1272, ../scss/common.scss */
.contact {
  padding: 30px 50px;
  font-size: 0;
  text-align: center;
}
/* line 1276, ../scss/common.scss */
.contact .contactus {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
/* line 1281, ../scss/common.scss */
.contact .tel-wrap {
  width: 440px;
  display: inline-block;
}
/* line 1284, ../scss/common.scss */
.contact .tel-wrap .tel-btn {
  margin-bottom: 10px;
}
/* line 1286, ../scss/common.scss */
.contact .tel-wrap .tel-btn a {
  display: block;
  font-size: 18px;
  color: #fff;
  background: #e60312;
  text-align: center;
  margin-right: 20px;
  padding: 15px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 1298, ../scss/common.scss */
.contact .tel-wrap .tel-btn img {
  vertical-align: middle;
  margin-right: 10px;
}
/* line 1303, ../scss/common.scss */
.contact .tel-wrap .reception-hours {
  font-size: 14px;
  text-align: center;
}
/* line 1308, ../scss/common.scss */
.contact .mail-btn {
  display: inline-block;
  vertical-align: top;
}
/* line 1311, ../scss/common.scss */
.contact .mail-btn a {
  display: block;
  width: 440px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 16px 0 17px;
  background: #e60312;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 1323, ../scss/common.scss */
.contact .mail-btn img {
  vertical-align: middle;
  margin-right: 10px;
}

/* ********************************
 beginners guide
******************************** */
/* line 1335, ../scss/common.scss */
.beginner-lineup {
  display: inline-block;
  width: 192px;
  font-size: 16px;
  margin-right: 10px;
  text-align: center;
  background: #f1eedf url(/assets/images/common/img-icon-down-arrow.png) no-repeat center bottom 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 1345, ../scss/common.scss */
.beginner-lineup:last-child {
  margin-right: 0;
}
/* line 1348, ../scss/common.scss */
.beginner-lineup a {
  display: block;
  padding: 15px 0 20px;
}

/* line 1354, ../scss/common.scss */
.reason-ttl {
  text-align: center;
  color: #855b2d;
  font-size: 24px;
  margin-bottom: 20px;
}

/* line 1360, ../scss/common.scss */
.feature5-ttl {
  text-align: center;
  color: #e60012;
  font-size: 40px;
}

/* line 1365, ../scss/common.scss */
.feature-wrap {
  font-size: 0;
  background: #f8f7f4;
  text-align: center;
}
/* line 1369, ../scss/common.scss */
.feature-wrap .feature-left {
  width: 500px;
}
/* line 1371, ../scss/common.scss */
.feature-wrap .feature-left.odd {
  float: left;
}
/* line 1374, ../scss/common.scss */
.feature-wrap .feature-left.even {
  float: right;
}
/* line 1378, ../scss/common.scss */
.feature-wrap .feature-right {
  width: 500px;
}
/* line 1380, ../scss/common.scss */
.feature-wrap .feature-right.odd {
  float: right;
}
/* line 1383, ../scss/common.scss */
.feature-wrap .feature-right.even {
  float: left;
}
/* line 1387, ../scss/common.scss */
.feature-wrap .feature-txt-wrap {
  position: relative;
  padding: 53px 0;
}
/* line 1390, ../scss/common.scss */
.feature-wrap .feature-txt-wrap .feature-type {
  font-size: 26px;
  color: #e60312;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
/* line 1397, ../scss/common.scss */
.feature-wrap .feature-txt-wrap .num {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
}
/* line 1402, ../scss/common.scss */
.feature-wrap .feature-txt-wrap .reason {
  font-size: 14px;
}
/* line 1405, ../scss/common.scss */
.feature-wrap .feature-txt-wrap .arrow {
  position: absolute;
  top: 65px;
}
/* line 1409, ../scss/common.scss */
.feature-wrap .feature-txt-wrap .leftward {
  left: -26px;
}
/* line 1412, ../scss/common.scss */
.feature-wrap .feature-txt-wrap .rightward {
  right: -26px;
}

/* line 1417, ../scss/common.scss */
.caution {
  text-align: center;
  margin-bottom: 30px;
}

/* line 1421, ../scss/common.scss */
.menu-type-wrap {
  position: relative;
  width: 475px;
  float: left;
  font-size: 0;
  margin-bottom: 50px;
}
/* line 1427, ../scss/common.scss */
.menu-type-wrap:nth-of-type(odd) {
  margin-right: 50px;
}
/* line 1430, ../scss/common.scss */
.menu-type-wrap .menu-image {
  margin-bottom: 20px;
}
/* line 1433, ../scss/common.scss */
.menu-type-wrap .menutype-ttl {
  font-size: 20px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dotted #67665f;
  margin-bottom: 20px;
}
/* line 1440, ../scss/common.scss */
.menu-type-wrap .menutype-txt {
  font-size: 14px;
  line-height: 1.6;
  padding: 0 30px 30px;
}
/* line 1445, ../scss/common.scss */
.menu-type-wrap .menu-detail-link {
  display: block;
  width: 218px;
  color: #855b2d;
  font-weight: bold;
  margin: 0 auto 20px;
  padding: 10px 17px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #855b2d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 1461, ../scss/common.scss */
.guide.conversion {
  width: 310px;
  margin-right: 20px;
  font-size: 24px;
  padding: 19px 0px;
}
/* line 1466, ../scss/common.scss */
.guide.conversion:last-child {
  margin-right: 0;
}

/* line 1473, ../scss/common.scss */
.step-wrap {
  font-size: 0;
}

/* line 1476, ../scss/common.scss */
.steps {
  position: relative;
  float: left;
  margin-bottom: 50px;
}
/* line 1480, ../scss/common.scss */
.steps.odd {
  margin-right: 40px;
}
/* line 1482, ../scss/common.scss */
.steps.odd .arrow {
  position: absolute;
  right: -31px;
  bottom: 62px;
}
/* line 1489, ../scss/common.scss */
.steps.even .arrow {
  position: absolute;
  left: -28px;
  bottom: -52px;
}
/* line 1495, ../scss/common.scss */
.steps.last {
  font-size: 0;
  float: none;
}

/* line 1500, ../scss/common.scss */
.step-ttl-wrap {
  margin-bottom: 20px;
}

/* line 1503, ../scss/common.scss */
.step-last {
  margin: 0 auto;
  width: 480px;
}

/* line 1507, ../scss/common.scss */
.step-contents {
  width: 480px;
  background: #f7f6f2;
}

/* line 1511, ../scss/common.scss */
.step-ttl {
  display: inline-block;
  color: #7a5028;
  font-size: 16px;
  vertical-align: middle;
  font-weight: bold;
}

/* line 1518, ../scss/common.scss */
.step-num {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 1523, ../scss/common.scss */
.step-main-img {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}

/* line 1528, ../scss/common.scss */
.step-txt {
  display: inline-block;
  width: 310px;
  padding-right: 20px;
  line-height: 1.8;
  vertical-align: middle;
  font-size: 14px;
}
/* line 1535, ../scss/common.scss */
.step-txt a {
  color: #e60012;
  text-decoration: underline;
}

/* line 1542, ../scss/common.scss */
.faq-list-wrap.onfeature {
  border: none;
}
/* line 1545, ../scss/common.scss */
.faq-list-wrap.onfeature .faq-list .questions {
  background: url(/assets/images/common/img-icon-qa-arrow-right.png) no-repeat 8px 2px;
}

/* ********************************
 yoshikei in japan
******************************** */
/* line 1555, ../scss/common.scss */
#yoshikei-all-around {
  width: 550px;
  margin-right: 50px;
}

/* line 1559, ../scss/common.scss */
.area {
  margin-bottom: 50px;
}

/* line 1562, ../scss/common.scss */
#yoshikei-search-on-area {
  width: 400px;
  float: right;
}
/* line 1565, ../scss/common.scss */
#yoshikei-search-on-area .lets-start {
  background: #fff;
  padding: 20px;
}
/* line 1569, ../scss/common.scss */
#yoshikei-search-on-area .searching-delivery-area {
  padding: 20px;
  padding: 20px;
  border: 1px solid #e60012;
  -webkit-box-shadow: 3px 3px 3px #d6d6d6, -3px -3px 3px #d6d6d6;
  -moz-box-shadow: 3px 3px 3px #d6d6d6, -3px -3px 3px #d6d6d6;
  -ms-box-shadow: 3px 3px 3px #d6d6d6, -3px -3px 3px #d6d6d6;
  -o-box-shadow: 3px 3px 3px #d6d6d6, -3px -3px 3px #d6d6d6;
  box-shadow: 3px 3px 3px #d6d6d6, -3px -3px 3px #d6d6d6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 1580, ../scss/common.scss */
#yoshikei-search-on-area .area-search {
  width: 100%;
  margin-left: 0;
}
/* line 1584, ../scss/common.scss */
#yoshikei-search-on-area .pref-list {
  width: 100%;
  display: inline-block;
}

/* ********************************
 side navigation
******************************** */
/* line 1593, ../scss/common.scss */
#side-navigation {
  width: 250px;
}

/* line 1596, ../scss/common.scss */
.archive-year {
  width: 198px;
  border: 1px solid #fff;
}
/* line 1599, ../scss/common.scss */
.archive-year .archive-link {
  display: block;
  padding: 18px 30px;
  background: #f1eedf url(/assets/images/common/img-icon-right-arrow.png) no-repeat 18px center;
}
/* line 1603, ../scss/common.scss */
.archive-year .archive-link.active, .archive-year .archive-link:hover {
  background-color: #F7F7F4;
}

/* ********************************
 faq
******************************** */
/* line 1613, ../scss/common.scss */
.faq-intro {
  margin-bottom: 20px;
}

/* line 1616, ../scss/common.scss */
.faq-list-wrap {
  border: 2px solid #ccc;
  margin-bottom: 50px;
}

/* line 1620, ../scss/common.scss */
.faq-list {
  padding: 20px;
}
/* line 1622, ../scss/common.scss */
.faq-list .questions {
  float: left;
  width: 42%;
  margin-bottom: 21px;
  padding: 4px 34px;
  background: url(/assets/images/common/img-icon-qa-arrow.png) no-repeat 8px 2px;
  font-size: 16px;
  line-height: 0.7;
}

/* line 1633, ../scss/common.scss */
.answers {
  margin-bottom: 2px;
  font-size: 0;
}
/* line 1636, ../scss/common.scss */
.answers .question-wrap {
  background: #E7E8E9 url(/assets/images/common/img-icon-qa-close.png) no-repeat 97% center;
}
/* line 1638, ../scss/common.scss */
.answers .question-wrap .questions {
  display: inline-block;
  width: 945px;
  vertical-align: middle;
  padding: 12px 0 11px;
  cursor: pointer;
}
/* line 1644, ../scss/common.scss */
.answers .question-wrap .questions a {
  font-size: 16px;
  padding-left: 10px;
}
/* line 1647, ../scss/common.scss */
.answers .question-wrap .questions a:hover {
  opacity: 1;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 1655, ../scss/common.scss */
.answers .question-wrap.on {
  background: #e71f19 url(/assets/images/common/img-icon-qa-open.png) no-repeat 97% center;
}
/* line 1657, ../scss/common.scss */
.answers .question-wrap.on a {
  color: #fff;
}
/* line 1662, ../scss/common.scss */
.answers .question-mark {
  display: inline-block;
  background: #e71f19;
  color: #fff;
  padding: 14px;
  vertical-align: middle;
}
/* line 1669, ../scss/common.scss */
.answers .answer-mark {
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
}
/* line 1674, ../scss/common.scss */
.answers .answer-wrap {
  display: none;
  margin-bottom: 3px;
}
/* line 1678, ../scss/common.scss */
.answers .answer-txt {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  width: 934px;
  padding: 13px 0 13px 10px;
}
/* line 1685, ../scss/common.scss */
.answers .answer-txt a {
  color: #e71f19;
  text-decoration: underline;
}

/* ********************************
 law
******************************** */
/* line 1697, ../scss/common.scss */
.law-info {
  border: 1px solid #999;
}
/* line 1699, ../scss/common.scss */
.law-info dl {
  font-size: 0;
  border-bottom: 1px solid #cccccc;
  line-height: 1.6;
  background: #f8f7f4;
}
/* line 1704, ../scss/common.scss */
.law-info dl dt {
  width: 27%;
  float: left;
  padding: 1.5% 2.3%;
  font-size: 14px;
}
/* line 1710, ../scss/common.scss */
.law-info dl dd {
  width: 63.7%;
  float: left;
  padding: 1.5% 2.3%;
  font-size: 14px;
  background: #fff;
}
/* line 1716, ../scss/common.scss */
.law-info dl dd a {
  color: #e60312;
}

/* ********************************
 privacypolicy
******************************** */
/* line 1727, ../scss/common.scss */
.txt-right {
  text-align: right;
  margin-bottom: 20px;
}

/* line 1731, ../scss/common.scss */
.privacypolicy-wrap {
  margin-bottom: 30px;
}

/* line 1734, ../scss/common.scss */
.privacypolicy-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 20px;
  text-indent: -20px;
}

/* line 1742, ../scss/common.scss */
.privacypolicy-txt {
  line-height: 2;
  padding-left: 30px;
}

/* line 1746, ../scss/common.scss */
.privacypolicy-list {
  padding-left: 30px;
  list-style: decimal inside;
  line-height: 2;
  font-weight: bold;
}

/* line 1753, ../scss/common.scss */
.group-wrap {
  font-size: 0;
}

/* line 1756, ../scss/common.scss */
.groups {
  width: 313px;
  float: left;
  font-size: 14px;
  background: #f2f2f2;
  margin-right: 30px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1766, ../scss/common.scss */
.groups:last-child {
  margin-right: 0;
}

/* line 1770, ../scss/common.scss */
.branch-name {
  font-weight: bold;
  line-height: 1.8;
  font-size: 13px;
}

/* line 1775, ../scss/common.scss */
.branch-tel {
  margin-bottom: 20px;
  font-size: 13px;
}

/* line 1779, ../scss/common.scss */
.state-ttl {
  margin: 20px 0 10px;
  font-weight: bold;
  line-height: 1.8;
  color: #7a5028;
  padding-bottom: 10px;
  border-bottom: 1px dotted #626262;
}

/* ********************************
 footer
******************************** */
/* line 1795, ../scss/common.scss */
#page-top {
  background: #f5f5f5;
  text-align: center;
  margin-bottom: 45px;
}
/* line 1799, ../scss/common.scss */
#page-top .gotop a {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid #d9d9d9;
}
/* line 1803, ../scss/common.scss */
#page-top .gotop a span {
  padding: 0 10px;
}

/* ********************************
 quick-search
******************************** */
/* line 1813, ../scss/common.scss */
#quick-search {
  position: fixed;
  bottom: 330px;
  right: 65px;
  cursor: pointer;
  z-index: 9999;
}

/* line 1823, ../scss/common.scss */
#site-menu-wrap {
  width: 1000px;
  margin: 0 auto 32px;
}
/* line 1826, ../scss/common.scss */
#site-menu-wrap #site-menu {
  width: 592px;
  float: left;
  font-size: 0;
}
/* line 1830, ../scss/common.scss */
#site-menu-wrap #site-menu .sitemap {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
}
/* line 1834, ../scss/common.scss */
#site-menu-wrap #site-menu .sitemap:last-child {
  margin-right: 0;
}
/* line 1838, ../scss/common.scss */
#site-menu-wrap #site-menu .site-list {
  width: 195px;
  background: url(/assets/images/common/img-icon-right-arrow.png) no-repeat 0 8px;
  margin-bottom: 8px;
  line-height: 1.6;
}
/* line 1843, ../scss/common.scss */
#site-menu-wrap #site-menu .site-list a {
  padding-left: 10px;
  font-size: 12px;
}

/* line 1851, ../scss/common.scss */
#yoshikei-in-jpn {
  width: 362px;
  float: left;
  padding: 10px 23px;
}
/* line 1855, ../scss/common.scss */
#yoshikei-in-jpn .by-area {
  display: inline-block;
  margin-right: 24px;
  vertical-align: top;
}
/* line 1859, ../scss/common.scss */
#yoshikei-in-jpn .by-area:last-child {
  margin: 0;
}
/* line 1863, ../scss/common.scss */
#yoshikei-in-jpn .ftr-area {
  background: url(/assets/images/common/img-icon-right-arrow.png) no-repeat 0 center;
  margin-bottom: 15px;
  width: 170px;
  float: left;
  margin-right: 21px;
}
/* line 1869, ../scss/common.scss */
#yoshikei-in-jpn .ftr-area:nth-child(even) {
  margin-right: 0;
}
/* line 1872, ../scss/common.scss */
#yoshikei-in-jpn .ftr-area a {
  padding-left: 10px;
}
/* line 1876, ../scss/common.scss */
#yoshikei-in-jpn .ftr-area-ttl {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 13px;
}
/* line 1882, ../scss/common.scss */
#yoshikei-in-jpn #by-area {
  display: inline-block;
}

/* line 1886, ../scss/common.scss */
.another-service {
  width: 360px;
  margin: 14px 24px;
  float: right;
}
/* line 1890, ../scss/common.scss */
.another-service .site-list {
  float: left;
  background: url(/assets/images/common/img-ftr-exmark.png) no-repeat 0 center;
  padding: 0 25px 0 14px;
  margin-bottom: 8px;
  line-height: 1.6;
}
/* line 1896, ../scss/common.scss */
.another-service .site-list:last-child {
  padding-right: 0;
}
/* line 1899, ../scss/common.scss */
.another-service .site-list a {
  padding-left: 10px;
}

/* line 1906, ../scss/common.scss */
#add-wrap {
  margin-bottom: 20px;
}
/* line 1908, ../scss/common.scss */
#add-wrap .add-inner {
  width: 1000px;
  padding: 5px 0;
  margin: 0 auto;
}
/* line 1913, ../scss/common.scss */
#add-wrap .pricacy-wrap {
  width: 430px;
  display: inline-block;
  margin-right: 140px;
  vertical-align: middle;
}
/* line 1918, ../scss/common.scss */
#add-wrap .pricacy-wrap .ftr-privacy {
  display: inline-block;
  border-right: 1px solid #000;
  padding: 0 10px;
}
/* line 1923, ../scss/common.scss */
#add-wrap .pricacy-wrap .ftr-transactions {
  display: inline-block;
  padding-left: 10px;
}
/* line 1927, ../scss/common.scss */
#add-wrap .pricacy-wrap .ftr-rules {
  display: inline-block;
  border-right: 1px solid #000;
  padding-right: 10px;
}
/* line 1932, ../scss/common.scss */
#add-wrap .pricacy-wrap.sp-only {
  display: none;
}
/* line 1936, ../scss/common.scss */
#add-wrap .ftr-company-info {
  margin: 0 30px 0 0;
  display: inline-block;
  vertical-align: middle;
}
/* line 1940, ../scss/common.scss */
#add-wrap .ftr-company-info p {
  font-size: 12px;
}
/* line 1943, ../scss/common.scss */
#add-wrap .ftr-company-info .ftr-company-name {
  margin-bottom: 5px;
}

/* line 1949, ../scss/common.scss */
#ftr-sns {
  display: inline-block;
  vertical-align: middle;
}
/* line 1952, ../scss/common.scss */
#ftr-sns .sns-btn {
  display: inline-block;
  margin-right: 10px;
}

/* line 1958, ../scss/common.scss */
#copyright-area {
  text-align: center;
  margin-bottom: 20px;
}
/* line 1961, ../scss/common.scss */
#copyright-area .ftr-caution {
  margin-bottom: 15px;
  font-size: 11px;
}

/* ********************************
 searching-delivery-area
******************************** */
/* line 1971, ../scss/common.scss */
.searching-delivery-area {
  padding: 25px 100px;
}
/* line 1973, ../scss/common.scss */
.searching-delivery-area .searching {
  position: relative;
}
/* line 1975, ../scss/common.scss */
.searching-delivery-area .searching #go-your-site {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 1979, ../scss/common.scss */
.searching-delivery-area .searching #go-your-site a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  color: #e60012;
  background: #fff;
  border: 2px solid #e60012;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 1991, ../scss/common.scss */
.searching-delivery-area .searching #go-your-site a:hover {
  color: #fff;
  background: #e60012;
}
/* line 1998, ../scss/common.scss */
.searching-delivery-area .search-ttl {
  font-size: 36px;
  margin: 0 0 20px;
}
/* line 2002, ../scss/common.scss */
.searching-delivery-area .post-wrap {
  margin-bottom: 22px;
}
/* line 2005, ../scss/common.scss */
.searching-delivery-area .search-img {
  text-align: center;
}
/* line 2008, ../scss/common.scss */
.searching-delivery-area .caution {
  font-size: 12px;
  margin-bottom: 9px;
}
/* line 2012, ../scss/common.scss */
.searching-delivery-area .lets-start {
  background: #fff;
  padding: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 2020, ../scss/common.scss */
.searching-delivery-area .postcode-ttl {
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 13px;
  background: url(/assets/images/top/img-icon-search-postcode.png) no-repeat 0;
}
/* line 2028, ../scss/common.scss */
.searching-delivery-area input#txtZip {
  border: 1px solid #d4d4d4;
  background: #efefef;
  width: 160px;
  height: 28px;
  margin-bottom: 9px;
  padding-left: 6px;
}
/* line 2036, ../scss/common.scss */
.searching-delivery-area input#ImageButton1 {
  background: #e60012;
  color: #fff;
  font-size: 14px;
  width: 70px;
  border: none;
  height: 30px;
}
/* line 2045, ../scss/common.scss */
.searching-delivery-area .postcode {
  display: inline-block;
  width: 290px;
  vertical-align: top;
}
/* line 2051, ../scss/common.scss */
.searching-delivery-area .search-area-ttl {
  padding-left: 20px;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  background: url(/assets/images/top/img-icon-search-area.png) no-repeat 0;
}
/* line 2058, ../scss/common.scss */
.searching-delivery-area .deliver-area {
  margin: 0 auto 34px;
  font-size: 14px;
  line-height: 1.4;
}
/* line 2062, ../scss/common.scss */
.searching-delivery-area .deliver-area .check-it-out {
  color: #742603;
}
/* line 2066, ../scss/common.scss */
.searching-delivery-area .area-search {
  display: inline-block;
  width: 617px;
  vertical-align: top;
  margin-left: 32px;
}
/* line 2072, ../scss/common.scss */
.searching-delivery-area .district-wrap {
  border-bottom: 1px dotted #98968d;
  padding: 10px 0;
}

/* line 2075, ../scss/common.scss */
.searching-delivery-area .district-wrap:last-of-type {
  margin-bottom: 10px;
}
/* line 2079, ../scss/common.scss */
.searching-delivery-area .district-list {
  display: inline-block;
  vertical-align: top;
  width: 109px;
  font-size: 13px;
}
/* line 2085, ../scss/common.scss */
.searching-delivery-area .pref-list {
  width: 503px;
  display: inline-block;
}
/* line 2089, ../scss/common.scss */
.searching-delivery-area .pref {
  display: inline-block;
  background: #e60012;
  font-size: 13px;
  color: #fff;
  margin: 0 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
/* line 2098, ../scss/common.scss */
.searching-delivery-area .pref a {
  display: block;
  color: #fff;
  padding: 6px 14px;
}

/* line 2107, ../scss/common.scss */
.right .searching-delivery-area .district-list {
  width: 120px;
}
.searching-delivery-area .deliver-caution {
  font-size: 12px;
}
/* ********************************
 searching-delivery-area-modal
******************************** */
/* line 2115, ../scss/common.scss */
#searching-delivery-area-modal {
  position: relative;
  border: 1px solid #e60012;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
  -moz-box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
  -ms-box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
  -o-box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
  box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
}
/* line 2124, ../scss/common.scss */
#searching-delivery-area-modal.searching-delivery-area {
  padding: 15px;
  margin: 3px;
}
/* line 2128, ../scss/common.scss */
#searching-delivery-area-modal .search-ttl {
  display: inline-block;
  color: #e60012;
  vertical-align: middle;
  font-size: 30px;
}
/* line 2134, ../scss/common.scss */
#searching-delivery-area-modal .close {
  font-size: 50px;
  position: absolute;
  top: 0;
  right: 16px;
  color: #e60012;
}

/* line 2143, ../scss/common.scss */
.roupe {
  vertical-align: middle;
}

/* ********************************
 quick-search
******************************** */
/* line 2149, ../scss/common.scss */
#cboxLoadedContent {
  margin-bottom: 0 !important;
}

/* line 2152, ../scss/common.scss */
#googlesearch-contents,
#quick-search-contents {
  width: 800px;
  margin: 3px;
  border: 1px solid #e60012;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
  -moz-box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
  -ms-box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
  -o-box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
  box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
}
/* line 2164, ../scss/common.scss */
#googlesearch-contents .search-inner,
#quick-search-contents .search-inner {
  padding: 25px;
}
/* line 2167, ../scss/common.scss */
#googlesearch-contents .quick-ttl,
#quick-search-contents .quick-ttl {
  display: inline-block;
  color: #e60012;
  font-size: 30px;
}
/* line 2172, ../scss/common.scss */
#googlesearch-contents .service-contents,
#quick-search-contents .service-contents {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0 20px 20px 0;
}
/* line 2177, ../scss/common.scss */
#googlesearch-contents .service-contents:nth-child(3n),
#quick-search-contents .service-contents:nth-child(3n) {
  margin-right: 0;
}
/* line 2180, ../scss/common.scss */
#googlesearch-contents .service-contents a,
#quick-search-contents .service-contents a {
  display: block;
  width: 232px;
  text-align: center;
  padding: 34px 0;
  color: #e60012;
  background: #fff;
  border: 2px solid #e60012;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 2191, ../scss/common.scss */
#googlesearch-contents .service-contents a:hover,
#quick-search-contents .service-contents a:hover {
  color: #fff;
  background: #e60012;
}
/* line 2196, ../scss/common.scss */
#googlesearch-contents .service-contents.recipe a,
#quick-search-contents .service-contents.recipe a {
  padding: 25px 0;
}
/* line 2200, ../scss/common.scss */
#googlesearch-contents .close,
#quick-search-contents .close {
  font-size: 40px;
  position: absolute;
  top: 10px;
  right: 8px;
  color: #e60012;
}

/* ********************************
 revisit modal
******************************** */
/* line 2212, ../scss/common.scss */
#modal-revisit {
  display: none;
  position: fixed;
  width: 800px;
  margin: 0 auto;
  text-align: center;
  z-index: 9999;
  top: 0;
  left: 0;
}
/* line 2221, ../scss/common.scss */
#modal-revisit #revisit-modal {
  padding: 40px;
  border: 1px solid #e60012;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
  -moz-box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
  -ms-box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
  -o-box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
  box-shadow: -3px 3px #d6d6d6, -3px -3px #d6d6d6,3px -3px #d6d6d6,3px 3px #d6d6d6;
}
/* line 2231, ../scss/common.scss */
#modal-revisit .revisit-ttl {
  color: #e60012;
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 2236, ../scss/common.scss */
#modal-revisit .revisit-close {
  font-size: 40px;
  position: absolute;
  top: 10px;
  right: 8px;
  color: #e60012;
}
/* line 2243, ../scss/common.scss */
#modal-revisit .revisit-wrap {
  width: 500px;
  display: block;
  margin: 0 auto;
}
/* line 2247, ../scss/common.scss */
#modal-revisit .revisit-wrap .revisit-link {
  display: inline-block;
  font-size: 18px;
  width: 220px;
  color: #e60012;
  background: #fff;
  vertical-align: middle;
  padding: 16px 0;
  line-height: 1.5;
  border: 2px solid #e60012;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 2260, ../scss/common.scss */
#modal-revisit .revisit-wrap .revisit-link.one-line {
  padding: 30px 0px 29px;
  margin-left: 20px;
}
/* line 2264, ../scss/common.scss */
#modal-revisit .revisit-wrap .revisit-link:hover {
  color: #fff;
  background: #e60012;
}

/* line 2271, ../scss/common.scss */
#modal-overlay {
  z-index: 9000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(255, 255, 255, 0.8);
}

/* ********************************
 404 error
******************************** */
/* line 2288, ../scss/common.scss */
.not-found-wrap {
  text-align: center;
  font-size: 0;
}

/* line 2292, ../scss/common.scss */
.not-found-ttl {
  font-size: 38px;
  padding: 62px 0 0;
  letter-spacing: 1px;
}

/* line 2297, ../scss/common.scss */
.not-found-right {
  display: inline-block;
  width: 54px;
  vertical-align: middle;
}

/* line 2303, ../scss/common.scss */
.not-found-left {
  display: inline-block;
  width: 650px;
  font-size: 18px;
  vertical-align: middle;
}

/* line 2309, ../scss/common.scss */
.goback-mainpage {
  width: 740px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

/* line 2315, ../scss/common.scss */
.goback-ttl {
  width: 340px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

/* line 2321, ../scss/common.scss */
.goback-list {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

/* line 2326, ../scss/common.scss */
.find-branch {
  font-size: 16px;
  margin-bottom: 12px;
  padding: 4px 34px;
  background: url(/assets/images/common/img-icon-qa-arrow-right.png) no-repeat 8px 2px;
}
/* line 2331, ../scss/common.scss */
.find-branch:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  /* line 2341, ../scss/common.scss */
  a {
    color: #3f3f3f;
    text-decoration: none;
  }
  /* line 2344, ../scss/common.scss */
  a img {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 2349, ../scss/common.scss */
  a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 2355, ../scss/common.scss */
  a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }

  /* line 2364, ../scss/common.scss */
  img {
    width: 100%;
    height: auto;
  }

  /* line 2368, ../scss/common.scss */
  .pc-only {
    display: none !important;
  }

  /* line 2371, ../scss/common.scss */
  .sp-only {
    display: block;
  }

  /* line 2374, ../scss/common.scss */
  .left,
  .right {
    width: 100%;
    float: none;
  }

  /* line 2379, ../scss/common.scss */
  #header {
    width: 100%;
    padding-top: 15px;
    margin: 0 auto 15px;
  }

  .bg-f1eedf {
    padding:15px 0;
    margin-bottom: 20px;
  }

  /* line 2384, ../scss/common.scss */
  .section,
  .section1000,
  .section1200 {
    margin-bottom: 20px;
    width: auto !important;
    max-width: 100% !important;
    padding: 0 15px !important;
  }

  /* line 2390, ../scss/common.scss */
  #contents, #emergency-bottom, #fc-information .fc-info-inner, #fc-address .fc-address-inner, #global-navigation .gnav-list, .menu-ttl-wrap, #contact-area, #contact-area02, #contact-area03, .bnr-area {
    width: 100%;
  }

  /* line 2393, ../scss/common.scss */
  #site-menu-wrap {
    width: 100%;
    margin-bottom: 0;
  }

  /* line 2397, ../scss/common.scss */
  #add-wrap .add-inner {
    width: 100%;
    text-align: center;
  }

  /* ********************************
   header
  ******************************** */
  /* line 2404, ../scss/common.scss */
  #logo {
    padding-top: 0;
    width: 170px;
  }
  /* line 2407, ../scss/common.scss */
  #logo img {
    width: 160px;
    padding-left: 10px;
  }

  /* line 2413, ../scss/common.scss */
  #emergency-bottom {
    position: static;
  }

  /* ********************************
   fc-information
  ******************************** */
  #fc-information #fc-name {
    padding: 0 5px;
  }
  /* line 2420, ../scss/common.scss */
  #fc-information #fc-name .fc-name {
    font-size: 13px;
    padding-left: 16px;
    background: transparent url(/assets/images/franchise/icon_sp_slash.png) 0 -2px no-repeat;
  }
  #fc-name .sp-only {
    width: 19px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
  }
  .fc-address-inner .menu {
    width: 115px;
    position: absolute;
    top: 11px;
    left: 2px;
  }
  .fc-address-inner .login {
    width: 115px;
    position: absolute;
    top: 11px;
    left: 125px;
  }
  .fc-address-inner .login img {
    display: block;
  }
  /* line 2423, ../scss/common.scss */
  #fc-information .login img {
    width: 150px;
    margin-right: 10px;
  }

  /* line 2428, ../scss/common.scss */
  #fc-address {
    position: relative;
    max-width: 100%;
    width: auto;
    margin-bottom: 0;
  }
  /* line 2433, ../scss/common.scss */
  #fc-address .fc-address-inner {
    background: url(/assets/images/common/img-bg-fc-info.png) repeat;
    width: 100%;
    font-size: 0;
    margin-right: 20px;
    padding: 6px 0;
    margin: 0;
    z-index: 999;
  }
  /* line 2442, ../scss/common.scss */
  #fc-address .fc-address-inner p {
    font-size: 14px;
    color: #3f3f3f;
    margin: 0;
  }
  /* line 2447, ../scss/common.scss */
  #fc-address .fc-address-inner .fc-tel-num a {
    font-size: 20px;
    text-decoration: underline;
  }
  /* line 2452, ../scss/common.scss */
  #fc-address .sp-fccontact-wrap {
    display: inline-block;
    margin-top: 4px;
    margin-right: 3px;
  }
  #fc-address .sp-fccontact-fax {
    display: none;
  }
  /* line 2456, ../scss/common.scss */
  #fc-address .sp-contact-menu {
    display: block;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    float: right;
  }
  /* line 2464, ../scss/common.scss */
  #fc-address .sp-contact-btn img {
    width: 18px;
  }
  /* line 2468, ../scss/common.scss */
  #fc-address .opened {
    display: none;
  }
  /* line 2472, ../scss/common.scss */
  #fc-address.on .fc-address-inner {
    position: absolute;
    padding-top: 45px;
  }
  /* line 2475, ../scss/common.scss */
  #fc-address.on .sp-fccontact-wrap {
    display: block;
    margin: 0 10px 10px;
    text-align: left;
  }
  #fc-address.on .sp-contact-btn img {
    width: 24px;
  }
  /* line 2479, ../scss/common.scss */
  #fc-address.on .sp-fccontact-wrap p {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 2483, ../scss/common.scss */
  #fc-address.on .sp-fccontact-wrap .postcode {
    width: 80%;
  }
  /* line 2486, ../scss/common.scss */
  #fc-address.on .sp-fccontact-wrap .sp-contact-btn {
    margin-right: 10px;
  }
  /* line 2490, ../scss/common.scss */
  #fc-address.on .sp-contact-menu {
    width: 0;
    height: 0;
  }
  /* line 2494, ../scss/common.scss */
  #fc-address.on .opened {
    display: block;
  }
  /* line 2498, ../scss/common.scss */
  #fc-address .sp-fc-info {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 24px;
    height: 24px;
    background: url(/assets/images/common/sp-icon-hdr-open.png) no-repeat 0;
    background-size: 24px;
  }
  /* line 2506, ../scss/common.scss */
  #fc-address .sp-fc-info.on {
    background: url(/assets/images/common/sp-icon-hdr-close.png) no-repeat 0;
  }

  /* line 2512, ../scss/common.scss */
  #sp-hdr-menu-wrap {
    display: none;
    background: #fff;
    width: 100%;
  }
  /* line 2516, ../scss/common.scss */
  #sp-hdr-menu-wrap.on {
    display: block;
    position: absolute;
    top: 45px;
    z-index: 9998;
  }
  /* line 2521, ../scss/common.scss */
  #sp-hdr-menu-wrap.on .sp-hdr-gnav-wrap {
    width: 100%;
    text-align: center;
    background: #E50312;
    margin-top: 10px;
  }
  #sp-hdr-menu-wrap.on.fc-menu .sp-hdr-gnav-wrap {
    width: 100%;
    text-align: center;
    background: #fff;
    border-top: 1px solid #E50312;
    margin-top: 10px;
  }
  /* line 2525, ../scss/common.scss */
  #sp-hdr-menu-wrap.on .sp-hdr-gnav-wrap a {
    color: #fff;
  }
  #sp-hdr-menu-wrap.on.fc-menu .sp-hdr-gnav-wrap a {
    color: #E50312;
  }
  /* line 2529, ../scss/common.scss */
  #sp-hdr-menu-wrap.on .sp-hdr-contact-wrap {
    width: 100%;
    text-align: center;
    background: #CBCCCD;
  }
  /* line 2534, ../scss/common.scss */
  #sp-hdr-menu-wrap.on .sp-hdr-sub-gnav-wrap {
    width: 100%;
    text-align: center;
  }
  /* line 2537, ../scss/common.scss */
  #sp-hdr-menu-wrap.on .sp-hdr-sub-gnav-wrap .sp-hdr-gnav .gnav-inner {
    border-bottom: 1px solid #CBCCCD;
  }
  /* line 2539, ../scss/common.scss */
  #sp-hdr-menu-wrap.on .sp-hdr-sub-gnav-wrap .sp-hdr-gnav .gnav-inner .sp-gnav {
    float: left;
    width: 49%;
    padding: 10px 0;
  }
  /* line 2543, ../scss/common.scss */
  #sp-hdr-menu-wrap.on .sp-hdr-sub-gnav-wrap .sp-hdr-gnav .gnav-inner .sp-gnav.odd {
    border-right: 1px solid #CBCCCD;
  }
  #sp-hdr-menu-wrap.on.fc-menu .sp-hdr-gnav-wrap .sp-hdr-gnav .gnav-inner .sp-gnav.odd {
    border-right: 1px solid #E50312;
  }
  /* line 2549, ../scss/common.scss */
  #sp-hdr-menu-wrap.on .sp-hdr-gohome, #sp-hdr-menu-wrap.on .sp-hdr-search {
    border-bottom: 1px solid #fff;
    padding: 10px;
    margin-bottom: 0;
  }
  #sp-hdr-menu-wrap.on.fc-menu .sp-hdr-gohome {
    border-bottom: 1px solid #E50312;
    border-top: 1px solid #E50312;
  }
  /* line 2553, ../scss/common.scss */
  #sp-hdr-menu-wrap.on .sp-hdr-gnav .gnav-inner {
    border-bottom: 1px solid #fff;
  }
  #sp-hdr-menu-wrap.on.fc-menu .sp-hdr-gnav-wrap .sp-hdr-gnav .gnav-inner {
    border-bottom: 1px solid #E50312;
  }
  /* line 2555, ../scss/common.scss */
  #sp-hdr-menu-wrap.on .sp-hdr-gnav .gnav-inner .sp-gnav {
    float: left;
    width: 49%;
    padding: 10px 0;
    margin-bottom: 0
  }
  /* line 2559, ../scss/common.scss */
  #sp-hdr-menu-wrap.on .sp-hdr-gnav .gnav-inner .sp-gnav.odd {
    border-right: 1px solid #fff;
  }


  /* line 2566, ../scss/common.scss */
  #sp-word-input {
    display: none;
  }
  /* line 2568, ../scss/common.scss */
  #sp-word-input .search-inner-logo {
    position: absolute;
    top: 0;
    width: 160px;
    padding-left: 10px;
  }

  /* line 2575, ../scss/common.scss */
  #sp-site-search {
    display: inline-block;
    position: absolute;
    right: 65px;
  }

  /* line 2580, ../scss/common.scss */
  .hdr-sp-search-btn img {
    width: 26px;
  }

  /* line 2584, ../scss/common.scss */
  .searching-delivery-area .search-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* line 2589, ../scss/common.scss */
  .searching-delivery-area .searching #go-your-site {
    position: static;
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto 10px;
  }
  /* line 2595, ../scss/common.scss */
  .searching-delivery-area .searching #go-your-site a {
    display: block;
    margin: 0 auto;
    width: 80%;
    padding: 8px 10px;
    font-size: 16px;
  }

  /* line 2607, ../scss/common.scss */
  #searching-delivery-area-modal .search-ttl {
    font-size: 18px;
    margin: 0;
  }
  /* line 2611, ../scss/common.scss */
  #searching-delivery-area-modal .close {
    top: 10px;
    font-size: 20px;
  }

  /* line 2616, ../scss/common.scss */
  .roupe {
    width: 40px;
  }

  /* line 2621, ../scss/common.scss */
  #sp-hdr-sns {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #CBCCCD;
  }
  /* line 2625, ../scss/common.scss */
  #sp-hdr-sns .sns-btn {
    display: inline-block;
    margin: 0 10px;
  }
  /* line 2628, ../scss/common.scss */
  #sp-hdr-sns .sns-btn .sns-link {
    display: block;
  }
  /* line 2630, ../scss/common.scss */
  #sp-hdr-sns .sns-btn .sns-link img {
    width: 21px;
  }

  /* line 2636, ../scss/common.scss */
  #sp-menu-btn {
    display: inline-block;
    position: absolute;
    right: 15px;
  }
  /* line 2640, ../scss/common.scss */
  #sp-menu-btn a {
    width: 35px;
    height: 26px;
    display: block;
    background: url(/assets/images/common/sp/sp-btn-menu.png) no-repeat 0 0;
    background-size: 35px;
  }
  /* line 2647, ../scss/common.scss */
  #sp-menu-btn.on a {
    width: 26px;
    height: 26px;
    padding-right: 6px;
    background: url(/assets/images/common/sp/sp-btn-menu-close.png) no-repeat 0 0;
    background-size: 26px;
  }

  /* line 2656, ../scss/common.scss */
  #sp-header {
    position: relative;
    padding-top: 10px;
  }
  /* line 2658, ../scss/common.scss */
  #sp-header .sp-word-close {
    position: absolute;
    top: 2px;
    right: 22px;
  }
  /* line 2662, ../scss/common.scss */
  #sp-header .sp-word-close img {
    width: 22px;
  }
  /* line 2667, ../scss/common.scss */
  #sp-header.on #sp-word-input {
    display: block;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 9999;
    padding: 20% 0px;
  }
  /* line 2677, ../scss/common.scss */
  #sp-header .input {
    width: 80%;
    font-size: 16px;
    color: #999;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #999;
    margin-left: 20px;
    border-radius: 0;
  }
  /* line 2687, ../scss/common.scss */
  #sp-header .submit {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    border: none;
    background: url(/assets/images/common/img-icon-fc-googlesearch.png) no-repeat 0;
    text-indent: -9999px;
  }

  /* line 2702, ../scss/common.scss */
  .page-ttl {
    font-size: 24px;
    margin: 10px 0;
  }

  /* line 2706, ../scss/common.scss */
  .sec-ttl {
    font-size: 20px;
  }

  /* line 2709, ../scss/common.scss */
  .con-ttl {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  /* line 2714, ../scss/common.scss */
  .sub-ttl {
    font-size: 12px;
    margin-top: 8px;
  }

  /* line 2720, ../scss/common.scss */
  .page-title-left {
    float: none;
    text-align: center;
    padding: 25px 0;
  }

  /* line 2725, ../scss/common.scss */
  .page-ttl img {
    display: block;
    width: 45%;
    margin: 0 auto 15px;
  }

  /* line 2730, ../scss/common.scss */
  .page-sub-ttl img {
    display: block;
    margin: 0 auto;
    width: 60%;
  }

  /* line 2735, ../scss/common.scss */
  .page-title-right {
    float: none;
    width: 100%;
    padding-bottom: 20px;
    font-size: 16px;
  }

  /* ********************************
   main
  ******************************** */
  /* line 2745, ../scss/common.scss */
  #main {
    margin-bottom: 20px;
  }
  /* line 2747, ../scss/common.scss */
  #main .main-menu {
    position: static;
    background: #efefef;
    width: 100%;
    height: auto;
    padding: 4% 0 0;
  }

  /* line 2756, ../scss/common.scss */
  .bx-thumb-pager {
    display: none;
  }

  /* line 2759, ../scss/common.scss */
  .bx-wrapper {
    max-width: 100% !important;
    width: auto !important;
    margin-bottom: 50px;
  }
  /* line 2763, ../scss/common.scss */
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
  }
  /* line 2768, ../scss/common.scss */
  .bx-wrapper .bx-controls-direction a.bx-prev, .bx-wrapper .bx-controls-direction a.bx-next {
    background-size: 50%;
    right: 10px;
  }

  /* line 2776, ../scss/common.scss */
  .movie-wrap {
    width: 100%;
    margin: 0 auto;
  }

  /* ********************************
   contents
  ******************************** */
  /* line 2784, ../scss/common.scss */
  .services .cols {
    width: 48%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  /* line 2789, ../scss/common.scss */
  .services .cols:nth-child(even) {
    margin-right: 0;
  }
  /* line 2793, ../scss/common.scss */
  .services .service-ttl {
    font-size: 14px;
    padding-left: 25px;
  }
  /* line 2798, ../scss/common.scss */
  .services .service-ttl.nutritionist .pr-icon {
    padding-right: 10px;
  }
  /* line 2800, ../scss/common.scss */
  .services .service-ttl.nutritionist .pr-icon img {
    width: 16px;
  }
  /* line 2805, ../scss/common.scss */
  .services .service-ttl .pr-icon {
    padding-right: 10px;
  }

  /* ********************************
   searching area
  ******************************** */
  /* line 2818, ../scss/common.scss */
  .searching-delivery-area {
    padding: 0;
  }
  /* line 2820, ../scss/common.scss */
  .searching-delivery-area .searching {
    padding: 20px 0 10px;
    /*margin-bottom: 40px;*/
  }
  .searching-delivery-area .deliver-caution {
    padding-bottom: 20px;
  }
  /* line 2824, ../scss/common.scss */
  .searching-delivery-area .yoshikei-injp {
    font-size: 18px;
  }
  /* line 2827, ../scss/common.scss */
  .searching-delivery-area .lets-start {
    padding: 12px 6px;
  }
  /* line 2830, ../scss/common.scss */
  .searching-delivery-area .search-area-ttl-wrap {
    width: 52%;
    display: inline-block;
  }
  /* line 2834, ../scss/common.scss */
  .searching-delivery-area .deliver-area {
    margin: 0 auto 17%;
  }
  /* line 2837, ../scss/common.scss */
  .searching-delivery-area .postcode {
    display: inline-block;
    width: 45%;
    vertical-align: top;
  }

  /* ********************************
   faq
  ******************************** */
  /* line 2847, ../scss/common.scss */
  .faq-list {
    padding: 10px;
  }
  /* line 2849, ../scss/common.scss */
  .faq-list .questions {
    float: none;
    max-width: 100%;
    width: auto;
    margin-bottom: 7px;
    padding: 4px 40px;
    font-size: 14px;
    line-height: 1.4;
  }

  /* line 2861, ../scss/common.scss */
  .answers .question-wrap .questions {
    width: 70%;
    display: block;
    font-weight: bold;
    padding: 3% 3% 2%;
    float: left;
  }
  /* line 2867, ../scss/common.scss */
  .answers .question-wrap .questions a {
    font-size: 14px;
    padding: 0;
  }
  /* line 2872, ../scss/common.scss */
  .answers .question-wrap .question-mark {
    float: left;
    padding: 6%;
  }
  /* line 2877, ../scss/common.scss */
  .answers .answer-mark {
    float: left;
    padding: 15px;
  }
  /* line 2881, ../scss/common.scss */
  .answers .answer-txt {
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 13px 0;
    font-size: 12px;
  }

/* ********************************
   contact area
  ******************************** */
  /* line 2892, ../scss/common.scss */
  #contact-right {
    margin-left: 4%;
  }

  /* line 2895, ../scss/common.scss */
  .conversion-wrap {
    width: 47%;
  }
  .lovyu-col .conversion-wrap {
    width: 100%;
    margin: 0 0 4% !important;
  }

  /* line 2899, ../scss/common.scss */
  .contact-btn-wrap .conversion-wrap.btn-right {
    margin-left: 4%;
  }

  /* line 2903, ../scss/common.scss */
  .conversion {
    max-width: 95%;
    padding: 12% 0;
    font-size: 14px;
    border-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .lovyu-col .conversion {
    display: block;
    max-width: 100%;
    width: auto;
    padding: 12% 0;
    font-size: 14px;
    border-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 2911, ../scss/common.scss */
  .conversion:hover {
    display: inline-block;
    vertical-align: middle;
    background: #e60012;
  }
  /* line 2916, ../scss/common.scss */
  .lovyu-col .conversion.gohan,
  .lovyu-col .conversion.campaign {
    width: 100%;
    padding: 4.934% 0;
    line-height: 1;
    height: 100%;
    font-size: 18px;
  }
.lovyu-col .campaign.conversion {
  background: #fff url(/assets/images/common/img-shopping.png)no-repeat 17% center;
  background-size: 35px;
}
.lovyu-col .campaign.conversion:hover {
  background: #e60012 url(/assets/images/common/img-shopping_on.png)no-repeat 17% center;
  background-size: 35px;
}

  /* line 2920, ../scss/common.scss */
  #page-top {
    margin-bottom: 0;
  }
  /* line 2922, ../scss/common.scss */
  #page-top img {
    width: 15px;
  }

  /* ********************************
   yoshikei-all-around
  ******************************** */
  /* line 2930, ../scss/common.scss */
  #yoshikei-all-around {
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 2934, ../scss/common.scss */
  .businness-office-wrap .offices {
    width: 100%;
    font-size: 12px;
  }

  /* line 2938, ../scss/common.scss */
  .company-ttl {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
  }

  /* line 2943, ../scss/common.scss */
  #yoshikei-search-on-area {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 2946, ../scss/common.scss */
  #yoshikei-search-on-area .searching {
    padding: 0;
    margin-bottom: 0;
  }

  /* line 2951, ../scss/common.scss */
  .sp-ftr-zenkoku a {
    display: block;
    width: 100%;
  }

  /****************************
   page title area */
  #page-title {
    width:100% !important;
  }
  /* line 2985, ../scss/common.scss */
  #page-title.beginner {
    position: relative;
    text-shadow: 1px 1px 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    background: url(/assets/images/common/img-beginners-guide.png) no-repeat 100% 0;
    background-size: auto 100%;
  }
  /* line 2991, ../scss/common.scss */
  #page-title.yoshikei-in-jp {
    position: relative;
    text-shadow: 1px 1px 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    background: url(/assets/images/common/img-yoshikei-in-jp.png) no-repeat 100% 0;
    background-size: auto 100%;
  }
  /* line 2997, ../scss/common.scss */
  #page-title.yoshikeis-menu {
    position: relative;
    text-shadow: 1px 1px 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    background: url(/assets/images/common/img-bg-yoshikeis-menu.png) no-repeat 100% 0;
    background-size: auto 100%;
  }
  /* line 3003, ../scss/common.scss */
  #page-title.yoshikeis-menu-smile {
    position: relative;
    text-shadow: 1px 1px 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    background: url(/assets/images/common/img-bg-yoshikeis-menu-smile.png) no-repeat 100% 0;
    background-size: auto 100%;
  }
  /* line 3009, ../scss/common.scss */
  #page-title.yoshikeis-menu-wasai {
    position: relative;
    text-shadow: 1px 1px 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    background: url(/assets/images/common/img-bg-yoshikeis-menu-wasai.png) no-repeat 100% 0;
    background-size: auto 100%;
  }
  /* line 3015, ../scss/common.scss */
  #page-title.yoshikeis-menu-lovyu {
    position: relative;
    text-shadow: 1px 1px 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    background: url(/assets/images/common/img-bg-yoshikeis-menu-lovyu.png) no-repeat 100% 0;
    background-size: auto 100%;
  }
  /* line 3021, ../scss/common.scss */
  #page-title.yoshikeis-menu-healthy {
    position: relative;
    text-shadow: 1px 1px 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    background: url(/assets/images/common/img-bg-yoshikeis-menu-healthy.png) no-repeat 100% 0;
    background-size: auto 100%;
  }
  /* line 3027, ../scss/common.scss */
  #page-title.company {
    position: relative;
    text-shadow: 1px 1px 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    background: url(/assets/images/common/img-bg-company.png) no-repeat 100% 0;
    background-size: auto 100%;
  }
  /* line 3033, ../scss/common.scss */
  #page-title.babyfood {
    position: relative;
    text-shadow: 1px 1px 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    background: url(/assets/images/common/img-bg-babyfood.png) no-repeat 100% 0;
    background-size: auto 100%;
  }

  /****************************
   company rinen */
  /* line 3044, ../scss/common.scss */
  .w550 {
    width: 100%;
    padding-top: 0;
  }
  /* line 3047, ../scss/common.scss */
  .w550 .make-smile-txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  /* line 3051, ../scss/common.scss */
  .w550 .make-smile-wrap {
    padding: 0;
    margin-bottom: 20px;
  }
  /* line 3054, ../scss/common.scss */
  .w550 .make-smile-wrap .make-smile-ttl {
    max-width: 390px;
    margin: 0 auto 20px;
  }
  /* line 3059, ../scss/common.scss */
  .w550 .rinen-wrap {
    max-width: 100%;
    width: auto;
    padding: 20px;
  }
  /* line 3063, ../scss/common.scss */
  .w550 .rinen-wrap .rinen-ttl {
    max-width: 300px;
    margin: 0 auto 14px;
  }
  /* line 3067, ../scss/common.scss */
  .w550 .rinen-wrap .make-smile-txt {
    text-align: center;
    margin-bottom: 14px;
  }
  /* line 3071, ../scss/common.scss */
  .w550 .rinen-wrap .rinen {
    margin-bottom: 20px;
  }

  /* line 3076, ../scss/common.scss */
  .company-dl {
    font-size: 0;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
  }

  /* line 3081, ../scss/common.scss */
  .company-info-wrap {
    max-width: 100%;
    width: auto;
    padding: 0 10px;
  }
  /* line 3085, ../scss/common.scss */
  .company-info-wrap .company-dt {
    width: 30%;
    font-size: 14px;
    padding-left: 0;
  }
  /* line 3090, ../scss/common.scss */
  .company-info-wrap .company-dd {
    width: 70%;
    font-size: 14px;
  }
  /* line 3094, ../scss/common.scss */
  .company-info-wrap .company-add {
    width: 100%;
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 12px;
  }
  /* line 3100, ../scss/common.scss */
  .company-info-wrap .address {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  /* line 3105, ../scss/common.scss */
  .company-info-wrap .branch-ttl {
    padding: 2px 0 2px 20px;
    font-size: 16px;
    margin-bottom: 10px;
    background: url(/assets/images/top/img-icon-search-area.png) no-repeat 0;
  }
  /* line 3111, ../scss/common.scss */
  .company-info-wrap .com-info {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* line 3115, ../scss/common.scss */
  .company-info-wrap .maps {
    margin-bottom: 10px;
  }
  /* line 3117, ../scss/common.scss */
  .company-info-wrap .maps iframe {
    width: 100% !important;
  }
  /* line 3121, ../scss/common.scss */
  .company-info-wrap .map-link {
    text-align: right;
  }
  /* line 3123, ../scss/common.scss */
  .company-info-wrap .map-link a {
    font-size: 14px;
    color: #e60012;
    text-decoration: underline;
  }

  /* ********************************
   news
  ******************************** */
  /* line 3137, ../scss/common.scss */
  #news {
    width: 100%;
  }

  /* line 3141, ../scss/common.scss */
  .news .news-wrap {
    width: 100%;
    margin-bottom: 0;
  }
  /* line 3145, ../scss/common.scss */
  .news .news-wrap .news-articles p.date {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    width: 70px;
  }
  /* line 3151, ../scss/common.scss */
  .news .news-wrap .news-articles p.date img {
    width: 50px;
    display: inline-block;
    margin: 0 0 0 10px;
  }
  /* line 3157, ../scss/common.scss */
  .news .news-wrap .news-articles p.title {
    width: 100%;
    font-size: 12px;
  }

  /* line 3165, ../scss/common.scss */
  #news-list-on-index .news-ttl {
    font-size: 16px;
  }
  /* line 3168, ../scss/common.scss */
  #news-list-on-index .news-articles {
    height: auto;
  }
  /* line 3170, ../scss/common.scss */
  #news-list-on-index .news-articles .title {
    display: block;
    width: 100%;
    line-height: 1.4;
  }
  /* line 3175, ../scss/common.scss */
  #news-list-on-index .news-articles .category {
    padding: 2px 7px;
    margin-right: 3px;
  }
  /* line 3179, ../scss/common.scss */
  #news-list-on-index .news-articles .new {
    position: static;
    padding: 2px 7px;
  }

  /* line 3186, ../scss/common.scss */
  .pagination-list .page-num {
    margin-right: 10px;
  }

  /* ********************************
 company
******************************** */
  /* line 3196, ../scss/common.scss */
  .center-lead-ttl {
    font-size: 22px;
  }

  /* line 3199, ../scss/common.scss */
  .center-lead {
    font-size: 12px;
    text-align: left;
  }

  /* line 3203, ../scss/common.scss */
  .detail-wrap {
    margin-bottom: 0;
  }

  /* line 3206, ../scss/common.scss */
  .detail-text {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 3213, ../scss/common.scss */
  .detail-text .company-info dl dt {
    width: 19%;
    padding: 5%;
    font-size: 12px;
  }
  /* line 3218, ../scss/common.scss */
  .detail-text .company-info dl dd {
    float: left;
    padding: 5%;
    font-size: 12px;
    width: 60.5%;
  }

  /* line 3227, ../scss/common.scss */
  .detail-image {
    width: 100%;
    float: none;
  }

  /* line 3231, ../scss/common.scss */
  .ex-link {
    width: 14px;
  }

  /* line 3234, ../scss/common.scss */
  .branch-wrap {
    width: 100%;
  }
  /* line 3236, ../scss/common.scss */
  .branch-wrap .branch-img {
    margin-right: 10px;
    width: 30%;
  }

  /* line 3242, ../scss/common.scss */
  .contact .tel-wrap {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  /* line 3247, ../scss/common.scss */
  .contact .tel-wrap .tel-btn img {
    width: 18px;
  }
  /* line 3250, ../scss/common.scss */
  .contact .tel-wrap .tel-btn a {
    width: 100%;
  }
  /* line 3255, ../scss/common.scss */
  .contact .mail-btn {
    width: 100%;
    float: none;
  }
  /* line 3258, ../scss/common.scss */
  .contact .mail-btn img {
    width: 35px;
  }
  /* line 3261, ../scss/common.scss */
  .contact .mail-btn a {
    width: 100%;
    float: none;
  }

  /* ********************************
  revisit modal
  ******************************** */
  /* line 3275, ../scss/common.scss */
  #modal-revisit {
    width: 90%;
  }
  /* line 3277, ../scss/common.scss */
  #modal-revisit .revisit-wrap {
    width: 90%;
  }
  /* line 3279, ../scss/common.scss */
  #modal-revisit .revisit-wrap .revisit-link {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 12px 0;
    margin: 0 0 12px;
  }
  /* line 3285, ../scss/common.scss */
  #modal-revisit .revisit-wrap .revisit-link.one-line {
    padding: 12px 0;
    margin-left: 0;
  }

  /* ********************************
   law
  ******************************** */
  /* line 3299, ../scss/common.scss */
  .law-info dl {
    background: none;
  }
  /* line 3301, ../scss/common.scss */
  .law-info dl dt {
    background: #f8f7f4;
  }
  /* line 3304, ../scss/common.scss */
  .law-info dl dd {
    background: #fff;
  }

  /* ********************************
  beginners guide
  ******************************** */
  /* line 3317, ../scss/common.scss */
  .beginners-list {
    text-align: center;
  }

  /* line 3320, ../scss/common.scss */
  .beginner-lineup {
    width: 48%;
    font-size: 12px;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  /* line 3326, ../scss/common.scss */
  .reason-ttl {
    font-size: 18px;
  }

  /* line 3329, ../scss/common.scss */
  .feature-ttl {
    margin-bottom: 10px;
  }

  /* line 3332, ../scss/common.scss */
  .feature5-ttl {
    font-size: 30px;
  }

  /* line 3335, ../scss/common.scss */
  .feature-wrap {
    margin-bottom: 15px;
    border: 1px solid #999;
  }
  /* line 3338, ../scss/common.scss */
  .feature-wrap .feature-txt-wrap {
    padding: 22px 0;
  }
  /* line 3340, ../scss/common.scss */
  .feature-wrap .feature-txt-wrap .num {
    font-size: 30px;
  }
  /* line 3343, ../scss/common.scss */
  .feature-wrap .feature-txt-wrap .feature-type {
    font-size: 20px;
  }

  /* line 3350, ../scss/common.scss */
  .feature-wrap .feature-left {
    width: 100%;
  }
  /* line 3352, ../scss/common.scss */
  .feature-wrap .feature-left.odd {
    float: none;
  }
  /* line 3355, ../scss/common.scss */
  .feature-wrap .feature-left.even {
    float: none;
  }
  /* line 3359, ../scss/common.scss */
  .feature-wrap .feature-right {
    width: 100%;
  }
  /* line 3361, ../scss/common.scss */
  .feature-wrap .feature-right.odd {
    float: none;
  }
  /* line 3364, ../scss/common.scss */
  .feature-wrap .feature-right.even {
    float: none;
  }

  /* line 3370, ../scss/common.scss */
  .guide.conversion {
    width: 80%;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }

  /* line 3377, ../scss/common.scss */
  .caution {
    font-size: 12px;
  }

  /* line 3380, ../scss/common.scss */
  .menu-type-wrap {
    width: 100%;
    margin-bottom: 4%;
  }
  /* line 3383, ../scss/common.scss */
  .menu-type-wrap:nth-of-type(odd) {
    margin-right: 2%;
  }
  /* line 3386, ../scss/common.scss */
  .menu-type-wrap .menu-image {
    margin-bottom: 10px;
  }
  /* line 3389, ../scss/common.scss */
  .menu-type-wrap .menutype-ttl {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /* line 3394, ../scss/common.scss */
  .menu-type-wrap .menutype-txt {
    font-size: 12px;
    line-height: 1.4;
  }
  /* line 3398, ../scss/common.scss */
  .menu-type-wrap .menu-detail-link {
    width: 40%;
  }

  /* line 3402, ../scss/common.scss */
  .steps {
    float: none;
    margin-bottom: 20px;
  }
  /* line 3405, ../scss/common.scss */
  .steps.odd {
    margin-right: 0;
  }

  /* line 3409, ../scss/common.scss */
  .step-num {
    display: block;
    width: 50px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* line 3415, ../scss/common.scss */
  .step-ttl {
    display: block;
    font-size: 14px;
  }

  /* line 3419, ../scss/common.scss */
  .step-txt {
    max-width: 100%;
    width: auto;
    padding: 20px;
    line-height: 1.4;
  }

  /* line 3425, ../scss/common.scss */
  .step-main-img {
    display: block;
    margin: 0 auto 20px;
  }

  /* line 3429, ../scss/common.scss */
  .step-last {
    width: 100%;
  }

  /* line 3432, ../scss/common.scss */
  .step-contents {
    width: 100%;
  }

  /* ********************************
   privacypolicy
  ******************************** */
  /* line 3439, ../scss/common.scss */
  .groups {
    width: 100%;
    float: none;
    margin-right: 0;
    padding: 0 20px 1px;
  }

  /* ********************************
   side-navigation
  ******************************** */
  /* line 3450, ../scss/common.scss */
  #side-navigation {
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 3454, ../scss/common.scss */
  .archive-year {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 3460, ../scss/common.scss */
  .archive-year .archive-link {
    padding: 10px 10px 10px 20px;
    background: #f1eedf url(/assets/images/common/img-icon-right-arrow.png) no-repeat 10px center;
  }

  /* ********************************
   banner area
  ******************************** */
  /* line 3469, ../scss/common.scss */
  .bnr-area .banner-top, .bnr-area div {
    margin-bottom: 15px;
  }
  /* line 3472, ../scss/common.scss */
  .bnr-area .bnr-mid-wap {
    margin: 0;
  }
  /* line 3475, ../scss/common.scss */
  .bnr-area .banner-mid {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 3479, ../scss/common.scss */
  .bnr-area .banner-mid:first-child {
    margin-right: 0;
  }
  /* line 3483, ../scss/common.scss */
  .bnr-area .banner-sm {
    display: inline-block;
    width: 46%;
    margin: 0 1.5% 4% 1.5%;
  }
  /* line 3487, ../scss/common.scss */
  .bnr-area .banner-sm:nth-child(even) {
    margin-right: 0;
  }

  /* ********************************
   footer area
  ******************************** */
  /* line 3495, ../scss/common.scss */
  #quick-search {
    bottom: 35px;
    right: 15px;
  }

  /* line 3500, ../scss/common.scss */
  #site-menu-wrap #site-menu {
    width: 100%;
    float: none;
    margin: 0;
    font-size: 0;
  }
  /* line 3505, ../scss/common.scss */
  #site-menu-wrap #site-menu .site-list {
    width: 49.8%;
    float: left;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
    background: url(/assets/images/common/img-icon-right-arrow.png) no-repeat 13px 11px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 3516, ../scss/common.scss */
  #site-menu-wrap #site-menu .site-list:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
  /* line 3519, ../scss/common.scss */
  #site-menu-wrap #site-menu .site-list:nth-child(even) {
    border-right: 1px solid #fff;
  }
  /* line 3522, ../scss/common.scss */
  #site-menu-wrap #site-menu .site-list a {
    padding-left: 5px;
    font-size: 11px;
    padding: 5px;
    display: block;
    height: 35px;
  }
  /* line 3530, ../scss/common.scss */
  #site-menu-wrap #site-menu .sitemap {
    display: block;
  }

  /* line 3535, ../scss/common.scss */
  #yoshikei-in-jpn {
    width: 100%;
    padding: 14px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  /* line 3540, ../scss/common.scss */
  #yoshikei-in-jpn .ftr-area-ttl {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 0;
  }
  /* line 3545, ../scss/common.scss */
  #yoshikei-in-jpn .ftr-area-ttl br {
    display: none;
  }
  /* line 3549, ../scss/common.scss */
  #yoshikei-in-jpn #by-area {
    max-width: 100%;
    width: auto;
    display: none;
    border: none;
    margin: 0;
    padding: 20px 20px 0;
  }
  /* line 3556, ../scss/common.scss */
  #yoshikei-in-jpn #by-area.on {
    display: block;
  }
  /* line 3559, ../scss/common.scss */
  #yoshikei-in-jpn #by-area .by-area {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  /* line 3564, ../scss/common.scss */
  #yoshikei-in-jpn #by-area .ftr-area {
    margin-right: 0;
    width: 100%;
  }

  /* line 3572, ../scss/common.scss */
  .another-service {
    max-width: 100%;
    width: auto;
    margin: 14px auto;
    float: none;
    clear: both;
    padding: 0 20px;
  }
  /* line 3579, ../scss/common.scss */
  .another-service .site-list {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.2;
    padding: 0 12px 0 5px;
  }

  /* line 3590, ../scss/common.scss */
  #add-wrap .pricacy-wrap {
    width: 100%;
    margin: 0 0 10px;
    font-size: 10px;
  }
  /* line 3594, ../scss/common.scss */
  #add-wrap .pricacy-wrap .ftr-rules {
    display: inline-block;
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-bottom: 0;
  }
  /* line 3600, ../scss/common.scss */
  #add-wrap .pricacy-wrap .ftr-transactions {
    border-right: 1px solid #000;
    padding: 0 10px;
    margin-bottom: 0;
  }
  /* line 3605, ../scss/common.scss */
  #add-wrap .pricacy-wrap .ftr-privacy {
    padding: 0 0 0 10px;
    border-right: none;
    margin-bottom: 0;
  }
  /* line 3610, ../scss/common.scss */
  #add-wrap .pricacy-wrap.sp-only {
    display: inline-block;
    margin: 0;
  }

  /* line 3615, ../scss/common.scss */
  #sp-ftr-sns {
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 3618, ../scss/common.scss */
  #sp-ftr-sns .sns-btn {
    display: inline-block;
    margin: 0 2%;
  }

  /* line 3622, ../scss/common.scss */
  #copyright-area {
    text-align: left;
  }
  /* line 3624, ../scss/common.scss */
  #copyright-area .copyright {
    text-align: center;
  }

  /* line 3628, ../scss/common.scss */
  #sp-byarea {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 15px;
  }

  /* ********************************
   quick-search
  ******************************** */
  /* line 3637, ../scss/common.scss */
  #quick-search-contents {
    width: 95%;
  }
  /* line 3639, ../scss/common.scss */
  #quick-search-contents .search-inner {
    padding: 15px;
  }
  /* line 3642, ../scss/common.scss */
  #quick-search-contents .quick-ttl {
    font-size: 22px;
    margin: 0 0 10px 20px;
  }
  /* line 3646, ../scss/common.scss */
  #quick-search-contents .service-list {
    text-align: center;
  }
  /* line 3649, ../scss/common.scss */
  #quick-search-contents .service-contents {
    display: inline-block;
    font-size: 12px;
    margin: 0 10px 10px 0;
    width: 45%;
    text-align: center;
  }
  /* line 3655, ../scss/common.scss */
  #quick-search-contents .service-contents:nth-child(3n) {
    margin-right: 10px;
  }
  /* line 3658, ../scss/common.scss */
  #quick-search-contents .service-contents a {
    display: block;
    width: auto;
    padding: 10%;
  }
  /* line 3663, ../scss/common.scss */
  #quick-search-contents .service-contents.recipe a {
    padding: 10%;
  }
  /* line 3667, ../scss/common.scss */
  #quick-search-contents .close {
    top: 10px;
    right: 20px;
  }

  /* ********************************
   404 error
  ******************************** */
  /* line 3676, ../scss/common.scss */
  .not-found-ttl {
    font-size: 26px;
    padding: 20px 0;
    letter-spacing: 1px;
  }

  /* line 3681, ../scss/common.scss */
  .not-found-right {
    display: block;
    width: 54px;
    margin: 0 auto 20px;
  }

  /* line 3686, ../scss/common.scss */
  .not-found-left {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  /* line 3692, ../scss/common.scss */
  .goback-mainpage {
    width: 100%;
    padding: 12px 0;
  }

  /* line 3696, ../scss/common.scss */
  .goback-ttl {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
  }

  /* line 3702, ../scss/common.scss */
  .goback-list {
    width: 100%;
  }
}
