@charset "UTF-8";
/* ==========================================================================
INDEX
---- Base ----
*base
---- Layout ----
*header
*navigator
*main-layout
*modal
*footer
---- Object ----
*general-conponent
*index-page
*about-page
========================================================================== */
/************************* Utility *************************/
/* *** typography */
.u-td-ul {
  text-decoration: underline;
}

.u-td-ul:hover {
  text-decoration: none;
}

.u-td-n {
  text-decoration: none;
}

.u-td-lt {
  text-decoration: line-through;
}

.is-mobile .js-call-sp {
  cursor: pointer;
  text-decoration: underline;
}

.is-mobile .js-call-sp:hover {
  text-decoration: none;
}

.fs-10 {
  font-size: 1.0rem !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2.0rem !important;
}

.fw-b {
  font-weight: bold !important;
}

.fw-n {
  font-weight: normal !important;
}

.fc-w {
  color: #fff;
}

.fc-b {
  color: #000;
}

.u-ta-c {
  text-align: center;
}

.u-ta-l {
  text-align: left;
}

.u-ta-r {
  text-align: right;
}

.u-ws-nw {
  white-space: nowrap;
}

.u-va-t {
  vertical-align: top;
}

.u-va-m {
  vertical-align: middle;
}

.u-va-b {
  vertical-align: bottom;
}

.u-lis-n {
  list-style: none;
}

.u-lis-d {
  list-style: decimal;
  padding-left: 28px;
}

/* *** margin */
.u-mt-zero {
  margin-top: 0 !important;
}

.u-mt-mcr {
  margin-top: 5px !important;
}

.u-mt-sml {
  margin-top: 13px !important;
}

.u-mt-mid {
  margin-top: 20px !important;
}

.u-mt-lrg {
  margin-top: 38px !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mr-zero {
  margin-right: 0 !important;
}

.u-mr-mcr {
  margin-right: 5px !important;
}

.u-mr-sml {
  margin-right: 13px !important;
}

.u-mr-mid {
  margin-right: 20px !important;
}

.u-mr-lrg {
  margin-right: 38px !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-mb-zero {
  margin-bottom: 0 !important;
}

.u-mb-mcr {
  margin-bottom: 5px !important;
}

.u-mb-sml {
  margin-bottom: 13px !important;
}

.u-mb-mid {
  margin-bottom: 20px !important;
}

.u-mb-lrg {
  margin-bottom: 38px !important;
}

.u-mb-auto {
  margin-bottom: auto !important;
}

.u-ml-zero {
  margin-left: 0 !important;
}

.u-ml-mcr {
  margin-left: 5px !important;
}

.u-ml-sml {
  margin-left: 13px !important;
}

.u-ml-mid {
  margin-left: 20px !important;
}

.u-ml-lrg {
  margin-left: 38px !important;
}

.u-ml-auto {
  margin-left: auto !important;
}
.u-pb-zero {
  padding-bottom: 0 !important;
}
.u-pb-mcr {
  padding-bottom: 5px !important;
}

@media screen and (max-width: 780px) {
  .u-sp-mb-zero {
    margin-bottom: 0 !important;
  }
  .u-sp-mb-mcr {
    margin-bottom: 5px !important;
  }
  .u-sp-mb-sml {
    margin-bottom: 13px !important;
  }
  .u-sp-mb-mid {
    margin-bottom: 20px !important;
  }
  .u-sp-mb-lrg {
    margin-bottom: 38px !important;
  }
  .u-sp-mb-auto {
    margin-bottom: auto !important;
  }
  .u-sp-ml-zero {
    margin-left: 0 !important;
  }
  .u-sp-ml-mcr {
    margin-left: 5px !important;
  }
  .u-sp-ml-sml {
    margin-left: 13px !important;
  }
  .u-sp-ml-mid {
    margin-left: 20px !important;
  }
  .u-sp-ml-lrg {
    margin-left: 38px !important;
  }
  .u-sp-ml-auto {
    margin-left: auto !important;
  }
  .u-sp-mr-zero {
    margin-right: 0 !important;
  }
  .u-sp-mr-mcr {
    margin-right: 5px !important;
  }
  .u-sp-mr-sml {
    margin-right: 13px !important;
  }
  .u-sp-mr-mid {
    margin-right: 20px !important;
  }
  .u-sp-mr-lrg {
    margin-right: 38px !important;
  }
  .u-sp-mr-auto {
    margin-right: auto !important;
  }
  .u-sp-mt-zero {
    margin-top: 0 !important;
  }
  .u-sp-mt-mcr {
    margin-top: 5px !important;
  }
  .u-sp-mt-sml {
    margin-top: 13px !important;
  }
  .u-sp-mt-mid {
    margin-top: 20px !important;
  }
  .u-sp-mt-lrg {
    margin-top: 38px !important;
  }
  .u-sp-mt-auto {
    margin-top: auto !important;
  }
}

/* *** layout */
.u-pos-r {
  position: relative;
}

.u-pos-a {
  position: absolute;
}

.u-dsp-b {
  display: block;
}

.u-dsp-ib {
  display: inline-block;
}

.u-dsp-n {
  display: none;
}

.u-dsp-tb {
  display: table;
}

.u-dsp-tbc {
  display: table-cell;
}

.u-dsp-f {
  display: flex;
  display: -webkit-flex;
}

.u-dsp-if {
  display: flex;
  display: -webkit-flex;
}

@media screen and (max-width: 780px) {
  .u-sp-dsp-b {
    display: block;
  }
  .u-sp-dsp-ib {
    display: inline-block;
  }
  .u-sp-dsp-n {
    display: none;
  }
}

.u-wid-full {
  width: 100% !important;
}

.u-wid-half--separate {
  width: calc(50% - 10px);
}

.u-wid-33per {
  width: 33.33% !important;
}

.u-wid-2em {
  width: calc(2em + 8px) !important;
}

.u-wid-3em {
  width: calc(3em + 6px) !important;
}

.u-wid-4em {
  width: calc(4em + 4px) !important;
}

.u-wid-5em {
  width: 5em !important;
}

.u-wid-6em {
  width: 6em !important;
}

.u-wid-num-select {
  min-width: 70px !important;
}

.u-maxw-600 {
  max-width: 600px !important;
}

@media screen and (min-width: 781px) {
  .u-pc-wid-full {
    width: 100% !important;
  }
  .u-pc-wid-half {
    width: 50% !important;
  }
}

@media screen and (max-width: 780px) {
  .u-sp-wid-full {
    width: 100% !important;
  }
  .u-sp-wid-half {
    width: 50% !important;
  }
}

.u-ba-c {
  margin-left: auto;
  margin-right: auto;
}

.u-sp-break {
  display: none;
}

@media screen and (max-width: 780px) {
  .u-sp-break {
    display: inherit;
  }
}

/* *** layout-flex */
.u-flex--as-fs {
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important;
}

.u-flex--ai-end {
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

.u-flex--ai-c {
  -webkit-align-items: center !important;
  -ms-align-items: center !important;
  align-items: center !important;
}

.u-flex--ai-bl {
  -webkit-align-items: baseline !important;
  -ms-align-items: baseline !important;
  align-items: baseline !important;
}

.u-flex--jc-sa {
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}

.u-flex--jc-sb {
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}

.u-flex--jc-end {
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.u-flex--jc-c {
  -webkit-justify-content: center !important;
  justify-content: center !important;
}

.u-flex--dir-col {
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}

.u-flex--wrap-w {
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-flex--frow-rre {
  -webkit-flex-flow: row-reverse !important;
  flex-flow: row-reverse !important;
}

@media screen and (max-width: 780px) {
  .u-sp-flex--as-fs {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .u-sp-flex--ai-fs {
    -webkit-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .u-sp-flex--ai-end {
    -webkit-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .u-sp-flex--ai-c {
    -webkit-align-items: center !important;
    -ms-align-items: center !important;
    align-items: center !important;
  }
  .u-sp-flex--ai-bl {
    -webkit-align-items: baseline !important;
    -ms-align-items: baseline !important;
    align-items: baseline !important;
  }
  .u-sp-flex--jc-sa {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .u-sp-flex--jc-sb {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .u-sp-flex--jc-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .u-sp-flex--jc-c {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .u-sp-flex--dir-col {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .u-sp-flex--wrap-w {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .u-sp-flex--frow-rre {
    -webkit-flex-flow: row-reverse !important;
    flex-flow: row-reverse !important;
  }
}

/* *** decoration */
.u-bdrs-sm {
  border-radius: 3px;
}

.u-bdrs-md {
  border-radius: 5px;
}

/* *** action */
.u-mc-p {
  cursor: pointer;
}

.u-mh-alpha:hover,.u-mh-alpha:hover img,.u-mh-alpha:hover span {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.u-mh-ul:hover {
  text-decoration: underline;
}

.u-mh-block {
  display: block;
  height: 100%;
}

.u-mh-block:hover,.u-mh-block:hover img,.u-mh-block:hover span {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.u-mh-block:hover .u-mh-block__headline {
  text-decoration: underline;
}

.u-ovf-h {
  overflow: hidden;
}

/* *** forr reader */
.u-spk-n {
  speak: none;
}

/* *** ime-mode */
.u-ime-a {
  ime-mode: active !important;
}

.u-ime-i {
  ime-mode: inactive !important;
}

.u-ime-d {
  ime-mode: disabled !important;
}

/* *** color */
@media screen and (max-width: 780px) {
  .u-sp-bgc-wh {
    background-color: #fff !important;
  }
}

@media screen and (max-width: 780px) {
  .u-bread-area-next {
    margin-top: 20px;
  }
}

.c-disc-list {
  list-style: none;
}

.c-disc-list__item {
  padding-left: 18px;
  position: relative;
}

.c-disc-list__item:before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 2px;
  left: 4px;
  position: absolute;
  top: 0.58em;
  width: 2px;
}

.c-circle-list {
  list-style: none;
}

.c-circle-list__item {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.c-circle-list__item:before {
  background: #d8d8d8;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 1em;
}

.u-color-caution {
  color: #b4181c;
}

.u-form-required {
  font-size: 0.85em;
}

.u-caution-indent {
  display: flex;
  display: -webkit-flex;
}

.u-caution-indent--inline {
  display: inline-flex;
  display: -webkit-inline-flex;
}

.u-caution-indent__icon {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 5px;
  white-space: nowrap;
}

.u-caution-indent__icon img {
  max-width: inherit;
}

.u-caution-indent__text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

a.u-link--has-underline,a .u-link--has-underline {
  text-decoration: underline;
}

a.u-link--has-underline:hover,a:hover .u-link--has-underline {
  text-decoration: none;
}

.u-icon-pdf {
  vertical-align: top;
  width: 18px;
}

.u-new-line {
  display: none;
}

@media screen and (max-width: 780px) {
  .u-new-line {
    display: inline;
  }
}

.u-fl-r {
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
}

.u-fl-l {
  float: left;
  margin-bottom: 1em;
  margin-right: 1em;
}

/* ==========================================================================
Base
========================================================================== */
/************************* base *************************/
.fwWysiwygObj {
  position: relative;
}

html {
  font-size: 62.5%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

*,*:before,*:after {
  box-sizing: border-box;
}

body,form {
  background: transparent;
  border: 0;
  color: #000;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
}

button,input,optgroup,select,textarea {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

table {
  border-collapse: collapse;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select,input,textarea,button {
  vertical-align: middle;
}

button {
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:focus,input:focus,button:focus,area:focus {
  outline: 1px dotted #ddd;
}

h1,h2,h3,h4 {
  margin-bottom: 0;
  margin-top: 0;
}

img {
  height: auto !important;
  max-width: 100%;
/*  width: 100%;*/
}

iframe {
  border: 0;
}

#wrapper {
  background-color: #fdece5;
}

#fwCms_wrapper {
  background-color: #fdece5;
  margin-left: auto;
  margin-right: auto;
  min-width: 1200px;
  padding-top: 102px;
  width: 100%;
  overflow: hidden;
}

/* ==========================================================================
.is-tablet #fwCms_wrapper {
  min-width: 1024px;
}

.is-tablet .header-wrapper--fixed {
  min-width: 1024px;
}
========================================================================== */

@media screen and (max-width: 780px) {
  #fwCms_wrapper {
    min-width: 320px;
    padding-top: 70px;
  }
}

.fwCms_contentsArea {
/*
  overflow: hidden;
*/
}

/* ==========================================================================
Layout
========================================================================== */
/************************* header *************************/
.header-wrapper--fixed {
  background-color: #fff;
  left: 0;
  min-width: 1200px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 150;
}

@media screen and (max-width: 780px) {
  .header-wrapper--fixed {
    min-width: 320px;
  }
}

.header-wrapper {
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .header-wrapper {
    border-top: 4px solid #eb676f;
    height: 62px;
    min-width: 320px;
  }
}

.header {
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-bottom: 10px;
  padding-top: 12px;
}

@media screen and (max-width: 780px) {
  .header {
    display: block;
    padding: 0;
  }
}

.header-contents {
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .header-contents {
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
  }
}

.header__logo-image {
  height: auto;
  padding: 0;
  width: 192px;
}

.header__logo-text {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: 40px;
}

@media screen and (max-width: 780px) {
  .header__logo-text {
    display: none;
  }
}

.header-contents__left {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 780px) {
  .header-contents__left {
    width: 65.5%;
  }
}

.header__language {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media screen and (max-width: 780px) {
  .header__language {
    display: none;
  }
}

.header__blunk-icon {
  height: 9px;
  margin-right: 6px;
  width: 9px;
}

.header__language-link {
  -webkit-align-items: center;
  align-items: center;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  display: flex;
  display: -webkit-flex;
  height: 10px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.header__language-link img {
  height: 15px !important;
  width: auto;
}

.header__language-link:last-child {
  border-left: none;
  padding-right: 5px;
}

.header__language-link:hover {
  text-decoration: underline;
}

.header__language-link::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #6d6d6d;
  border-top: 2px solid #6d6d6d;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 10px;
}

.header__button-link-wrapper {
  display: flex;
  display: -webkit-flex;
}

.header__button-link {
  -webkit-align-items: center;
  align-items: center;
  border-radius: 3px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  margin-left: 5px;
  padding: 10px;
  text-align: left;
}

@media screen and (max-width: 780px) {
  .header__button-link {
    margin-left: 0;
  }
}

.header__button-link:hover {
  opacity: 0.7;
}

.header__button-link-icon {
  height: 30px;
  margin-right: 6px;
  width: 30px;
}

.header__button-link-document {
  background-color: #3ca21b;
}

.header__button-link-procedure {
  background-color: #f69812;
}

.header__button-link-eclub {
  background-color: #ed777a;
}

.sp-menu-list__two-button-wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 780px) {
  .header__button-link-document,.header__button-link-procedure {
    margin-bottom: 10px;
    margin-left: 3px;
    margin-right: 3px;
    width: calc(50% - 6px);
  }
  .header__button-link-eclub {
    width: 100%;
  }
}

.sp-menu-list__two-button-wrapper {
  margin-left: -3px;
  margin-right: -3px;
}

.sp-menu-list__banner-image {
  background-color: #ccc;
  height: auto;
  width: 100%;
}

.sp-menu-list__banner-wrapper {
  padding: 10px 12px;
}

.header-contents__right {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 780px) {
  .header-contents__right {
    width: auto;
  }
}

.header__logo {
  margin-right: 5px;
}

@media screen and (max-width: 780px) {
  .header__logo {
    margin-left: 12px;
    max-width: 125px;
    width: 43%;
  }
  .header__logo-image {
    width: 100%;
  }
}

.keyword-search__form {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  display: -webkit-flex;
  display: flex;
  font-size: 1.3rem;
  -webkit-justify-content: center;
  justify-content: center;
  width: 260px;
}

.keyword-search__form--size_lrg {
  height: 45px;
  width: 490px;
}

.keyword-search__form--color_lighten {
  border: 1px solid #b4b4b4;
}

.keyword-search__form input[type="search"] {
  -webkit-appearance: textfield;
}

.keyword-search__form input[type="search"]::-webkit-input-placeholder {
  padding-top: 0.3em;
}

.keyword-search__text {
  border: none;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 37px;
  min-width: 1%;
  padding: 0 8px;
  vertical-align: middle;
}

.keyword-search__submit {
  background-color: #fff;
  border: none;
  display: -webkit-flex;
  display: block;
  height: 18px;
  margin-right: 10px;
  min-width: 18px;
  text-align: center;
  width: 18px;
}

.header__location-link-wrapper {
  -webkit-align-items: center;
  align-items: center;
  border-left: 1px solid #b4b4b4;
  display: flex;
  display: -webkit-flex;
  padding-right: 5px;
}

.sp-header__location-link-wrapper {
  display: none;
}

@media screen and (max-width: 780px) {
  .header__location-link-wrapper {
    display: none;
  }
  .sp-header__location-link-wrapper {
    display: block;
  }
}

.header__location-link {
  -webkit-align-items: center;
  align-items: center;
  border-right: 1px solid #b4b4b4;
  display: flex;
  display: -webkit-flex;
  padding-left: 5px;
  padding-right: 5px;
}

.sp-header__location-button {
  display: none;
}

@media screen and (max-width: 780px) {
  .sp-header__location-button {
    -webkit-align-items: center;
    align-items: center;
    border: 2px solid #eb676f;
    border-radius: 3px;
    color: #eb676f;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 8px;
  }
}

.sp-header__location-open {
  display: block;
  padding-right: 12px;
  position: relative;
}

.sp-header__location-open.is-close::before {
  border-bottom: 3px solid #eb676f;
  border-right: 3px solid #eb676f;
  content: "";
  height: 9px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 9px;
}

.sp-header__location-open.is-open::before {
  border-left: 3px solid #eb676f;
  border-top: 3px solid #eb676f;
  content: "";
  height: 9px;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 9px;
}

.location-toggle {
  display: none;
  position: relative;
}

@media screen and (max-width: 780px) {
  .location-toggle {
    display: block;
  }
}

.location-toggle__list {
  background-color: #fff;
  border: 2px solid #eb676f;
  border-radius: 5px;
  display: none;
  padding: 10px;
  padding-bottom: 5px;
  position: absolute;
  top: calc(100% + 12px);
  width: 100%;
  z-index: 10;
}

.location-toggle__list::before {
  border-bottom: 22px solid #eb676f;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  bottom: 100%;
  content: "";
  left: calc(50% - 20px);
  position: absolute;
}

.location-toggle__list::after {
  border-bottom: 22px solid #fff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  bottom: calc(100% - 4px);
  content: "";
  left: calc(50% - 20px);
  position: absolute;
}

.location-toggle__item {
  -webkit-align-items: center;
  align-items: center;
  color: #eb676f;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 5px;
}

.location-toggle__link {
  color: #eb676f;
  margin-right: 5px;
}

.sp-menu {
  display: none;
}

@media screen and (max-width: 780px) {
  .sp-menu {
    border-radius: 3px;
    display: block;
    height: 50px;
    margin-right: 12px;
    width: 50px;
  }
}

.sp-menu-list-wrapper {
  background-color: #fff;
  display: none;
}

@media screen and (max-width: 780px) {
  .sp-menu-list-wrapper {
    background-color: #fcece5;
    height: 100vh;
    min-width: 320px;
    width: 100%;
    z-index: -10;
  }
}

.sp-menu-list {
  font-size: 1.6rem;
  height: calc(100% - 62px);
  overflow-y: auto;
  text-align: left;
}

.sp-menu-list__item {
  background-color: #eb676f;
  position: relative;
  width: 100%;
}

.sp-header__search-form-wrapper {
  background-color: #eb676f;
  border-bottom: 1px solid #fff;
  padding: 12px 18px;
}

.sp-header__search-form {
  width: 100%;
}

.sp-menu__button-wrapper {
  display: none;
}

@media screen and (max-width: 780px) {
  .sp-menu__button-wrapper {
    display: block;
  }
}

.sp-menu-list__language {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  display: flex;
  display: -webkit-flex;
  font-weight: bold;
}

.sp-menu-list__language-item {
  width: 50%;
}

.sp-menu-list__language-item:first-child {
  border-right: 1px solid #fff;
}

.sp-menu-list__language-item-link {
  display: block;
  font-size: 1.6rem;
  padding: 15px 12px;
  position: relative;
  width: 100%;
}

.sp-menu-list__language-item-link::before {
  border-right: 4px solid #eb676f;
  border-top: 4px solid #eb676f;
  content: "";
  height: 15px;
  position: absolute;
  right: 15px;
  top: 35%;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 15px;
}

.sp-menu-list__item-arrow::before {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  height: 15px;
  position: absolute;
  right: 15px;
  top: 35%;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 15px;
}

.sp-menu-list__item.sp-menu-list__item-arrow.is-current::before {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
}

.sp-menu-list__item-link {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  height: 100%;
  padding: 18px;
  padding-left: 10px;
  padding-right: 20px;
  width: 100%;
}

.sp-menu-list__item.is-current .sp-menu-list__item-link {
  color: #fff;
}

.sp-menu-list__item-toggle {
  border-bottom: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 18px;
  padding-left: 10px;
}

.sp-toggle-menu-wrapper {
  display: none;
}

.sp-toggle-menu {
  list-style: none;
}

.sp-menu-list__item-toggle.is-close::before {
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  content: "";
  height: 15px;
  position: absolute;
  right: 14px;
  top: 28%;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 15px;
}

.sp-menu-list__item-toggle.is-open {
  background-color: #eb676f;
  color: #fff;
}

.sp-menu-list__item-toggle.is-open::before {
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  height: 15px;
  position: absolute;
  right: 14px;
  top: 38%;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 15px;
}

.sp-toggle-menu__item {
  background-color: #fff;
  border-bottom: 1px solid #eb676f;
  position: relative;
}

.sp-toggle-menu__item-link {
  display: block;
  padding: 18px;
  padding-left: 10px;
}

.sp-toggle-menu__item::before {
  border-right: 4px solid #eb676f;
  border-top: 4px solid #eb676f;
  content: "";
  height: 15px;
  position: absolute;
  right: 15px;
  top: 35%;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 15px;
}

.sp-menu-list__button {
  margin-bottom: 20px;
  padding: 10px 12px;
}

.navigation {
  -webkit-align-items: center;
  align-items: center;
  background-color: #eb676f;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1 1 60px;
  flex: 1 1 60px;
  height: auto;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .navigation {
    display: none;
  }
}

.navigation__list {
  display: -webkit-flex;
  display: flex;
  font-size: 1.5rem;
  height: 100%;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  min-height: 60px;
  position: relative;
  text-align: center;
  width: 100%;
}

.navigation__list-link {
  color: #fff;
  display: flex;
  display: -webkit-flex;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.navigation__list-item {
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.5rem;
  padding-bottom: 15px;
  padding-top: 15px;
}

.navigation__list-item--border {
  -webkit-align-items: center;
  align-items: center;
  border-left: 1px solid #d8d8d8;
  display: flex;
  display: -webkit-flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
}

.navigation__current-background {
  padding: 3px 5px;
}

.navigation__current-background.is-current,.navigation__current-background.is-hover,.navigation__list-link:hover .navigation__current-background {
  background-color: #fff;
  border-radius: 3px;
  color: #3c3c3c;
  position: relative;
}

.navigation__list-item.is-open .navigation__list-link {
  color: #fff;
}

.navigation__list-item--right-border {
  border-right: 1px solid #d8d8d8;
  display: inline-flex;
  display: -webkit-inline-flex;
}

.navigation__list-item--arrow {
  padding-right: 18px;
  position: relative;
}

.navigation__list-item.is-open {
  background-color: #ffa7a9;
}

.navigation__list-item.is-close .navigation__list-item--arrow::after {
  border-bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content: "";
  position: absolute;
  right: 3px;
  top: 42%;
}

.navigation__list-item.is-close .navigation__list-item--arrow.is-current::after {
  border-bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #eb676f;
  content: "";
  position: absolute;
  right: 3px;
  top: 42%;
}

.navigation__list-item.is-open .navigation__list-item--arrow::after,.navigation__list-item.is-open .navigation__list-item--arrow.is-current::after,.navigation__list-link:hover .navigation__list-item--arrow::after {
  border-bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #eb676f;
  content: "";
  position: absolute;
  right: 3px;
  top: 42%;
}

.navigation__search-button {
  background-image: url("/excludes/rengou/img/navigation__search-button.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  height: 26px;
  margin: 2px 0;
  width: 26px;
}

.navigation__current-background.is-current.navigation__search-button,.navigation__current-background.is-hover.navigation__search-button,.navigation__list-link:hover .navigation__current-background.navigation__search-button {
  background-image: url("/excludes/rengou/img/sub-navigation__search-button.png");
}

.navigation-sub {
  display: none;
  left: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 50;
}

.navigation-sub-wrapper {
  background-color: #ffa7a9;
  border: 3px solid #ffa7a9;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  padding: 18px;
  width: 980px;
}

.navigation-sub__headline {
  display: flex;
  display: -webkit-flex;
  font-size: 1.6rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
  text-align: left;
}

.navigation-sub__close-button {
  font-size: 1.4rem;
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 22px;
}

.navigation-sub__close-button::before {
  border-bottom: 2px solid transparent;
  border-left: 3px solid #3c3c3c;
  border-right: 2px solid transparent;
  border-top: 3px solid #3c3c3c;
  content: "";
  height: 12px;
  left: -1em;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

.navigation-sub__close-button:hover {
  text-decoration: underline;
}

.navigation-sub__search-close-button-wrapper {
  margin-top: 10px;
  text-align: right;
}

.navigation-sub__search-close-button {
  position: relative;
  right: auto;
  top: auto;
}

.navigation-search-wrapper {
  padding: 8px;
  width: 100%;
}

.navigation-sub__search {
  left: auto;
  right: 0;
  width: 376px;
}

.navigation-sub__list {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  width: 100%;
}

.navigation-sub__list-item {
  font-size: 1.4rem;
  margin-bottom: 15px;
  text-align: left;
  width: 25%;
}

.navigation-sub__list-item-link {
  color: #000;
  padding-left: 15px;
  position: relative;
  text-decoration: underline;
}

.navigation-sub__list-item-link::before {
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid #ea545d;
  border-top: 3px solid #ea545d;
  content: "";
  height: 12px;
  left: -2px;
  position: absolute;
  top: 0.3em;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

/*多分後に必要になります
.navigation-sub__close{
  font-size: 1.4rem;
  width: 980px;
  text-align: right;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  padding-top: 5px;
}
.navigation-sub__close-button{
  position: relative;
}
.navigation-sub__close-button:hover{
  text-decoration: underline;
}
.navigation-sub__close-button::before{
  border-top: 3px solid #746c6c;
  border-left: 3px solid #746c6c;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
  height: 12px;
  left: -15px;
  position: absolute;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
  top: 3px;
}
*/
@media screen and (max-width: 780px) {
  .header__pc_link_butons {
    display: none;
  }
}

/* 英語版メイン画像 */
.en-main-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  width: 100%;
}

/* Layout */
#contents {
  display: flex;
  display: -webkit-flex;
  font-size: 1.6rem;
  height: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media screen and (max-width: 780px) {
  #contents {
    margin-top: 0 !important;
    min-width: 320px;
    width: 100%;
  }
  .fwCms_centerMenu #contents {
    display: block;
  }
}

.mainArea {
  padding-top: 34px;
}

@media screen and (max-width: 780px) {
  .mainArea {
    padding-top: 10px;
  }
}

.frame_LM {
  display: none;
}

.frame_MB {
  color: #000;
  min-width: 320px;
  width: 980px;
}

@media screen and (max-width: 780px) {
  .frame_MB {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }
  .fwCms_centerMenu .frame_MB {
    width: auto;
  }
}

.section {
  margin-bottom: 55px;
}
.frame_FT .section {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 780px) {
  .section {
    margin-bottom: 35px;
  }
  .frame_FT .section {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
  .frame_FT .section img {
    max-width: 100%;
  }
}

.section--mb-none {
  margin-bottom: 0;
}

/************************* modal *************************/
.modal-window {
  -webkit-align-items: center;
  align-items: center;
  display: none;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}

.modal-window__overlay {
  background-color: rgba(0, 0, 0, 0.75);
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}

.hidden-modal-contents {
  display: none;
}

.modal-window__wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  max-height: calc(100% - 1px);
  position: relative;
  z-index: 300;
}

@media screen and (max-width: 780px) {
  .modal-window__wrapper {
    max-height: calc(100% - 20px);
    min-width: 296px;
    width: 90%;
  }
}

.modal-window__base {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: inherit;
  margin: 20px 0;
  min-height: 1%;
  padding: 20px 15px;
  position: relative;
}

@supports (-ms-ime-align: auto) {
  .modal-window__base {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 1px;
  }
}

.slider-modal-window__base {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: inherit;
  margin: 20px 0;
  min-height: 1%;
  padding: 20px 15px;
  position: relative;
}

@supports (-ms-ime-align: auto) {
  .slider-modal-window__base {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 1px;
  }
}

.modal-close {
  height: 38px;
  position: absolute;
  right: -18px;
  top: -20px;
  width: 38px;
}

.modal-close-image {
  width: 100%;
}

@media screen and (max-width: 780px) {
  .modal-close {
    position: absolute;
    right: -10px;
  }
}

.modal-lock {
  overflow: hidden;
}

.modal-window__contents-wrapper {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 700px;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-select-week__wrapper {
  max-height: 100%;
  min-width: 700px;
}

@media screen and (max-width: 780px) {
  .modal-select-week__wrapper {
    min-width: 0;
    width: 100%;
  }
}

.modal-window__headline {
  /*
  margin-left: -15px;
  margin-right: -15px;
*/
  padding-left: 40px;
}

.modal-window__headline:before {
  left: 15px;
}

.modal-text {
  margin-bottom: 20px;
}

.modal-select-week__item {
  padding: 12px 10px;
}

.modal-select-week__headline {
  font-size: 1.6rem;
  font-weight: bold;
}

.modal-select-week__headline {
  border-bottom: 1px solid #dbd1d2;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.modal-select-week__headline input[type="radio"] {
  margin-right: 8px;
}

.modal-select-week__item {
  background-color: #ffeced;
}

.modal-select-week__date {
  line-height: 1.6;
  width: 100%;
}

.modal-select-week__date--mb {
  margin-bottom: 10px;
}

.modal-select-week__date-head {
  width: 25%;
}

.modal-select-week__date-contents {
  width: 75%;
}

.modal-select-week__cart-button {
  padding: 5px;
  width: 100%;
}

.modal-cart-text__icon {
  display: block;
  height: 36px;
  margin-left: 5px;
  margin-right: 10px;
  margin-top: 4px;
  width: 36px;
}

.modal-cart-text__price {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

.modal-cart-text__number {
  border-bottom: 1px solid #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.modal-cart-text__info {
  background-color: #fff;
  border-radius: 3px;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 14px 3px;
  padding-top: 17px;
  position: relative;
}

.modal-window__button {
  background-color: #fbe2e5;
  border-radius: 80px;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  min-width: 125px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.modal-window__submit-button {
  background-color: #b4181c;
  color: #fff;
}

/************************* footer *************************/
.footer {
  position: relative;
}

.footer__pc-page-top-button {
  bottom: -30px;
  position: absolute;
  right: 50px;
  z-index: 140;
}

.footer__pc-page-top-button img {
  vertical-align: top;
}

.footer__pc-page-top-button.is-fixed {
  bottom: 20px;
  position: fixed;
  right: 50px;
}

.is-tablet .footer__pc-page-top-button {
  bottom: -30px;
  position: absolute;
  right: 15px;
  z-index: 150;
}

@media screen and (max-width: 780px) {
  .footer__pc-page-top-button {
    display: none;
  }
}

.sp-page-top-button {
  color: #eb676f;
  display: none;
  font-size: 1.2rem;
  font-weight: bold;
  height: 0;
  line-height: 3.5;
  text-align: center;
  z-index: 100;
}

.page-top-image {
  height: 60px;
  width: 60px;
}

@media screen and (max-width: 780px) {
  .sp-page-top-button {
    display: inline-block;
    height: auto;
    position: absolute;
    right: 10px;
    top: -20px;
  }
  .page-top-image {
    height: 42px;
    width: 42px;
  }
}

.pc-pagetop-wrapper {
  position: relative;
}

.footer__menu-wrapper {
  background-color: #fce6db;
  padding-bottom: 35px;
  padding-top: 35px;
}

@media screen and (max-width: 780px) {
  .footer__menu-wrapper {
    padding-bottom: 25px;
    padding-top: 20px;
  }
}

.pc-footer__menu {
  display: flex;
  display: -webkit-flex;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media screen and (max-width: 780px) {
  .pc-footer__menu {
    display: none;
  }
}

.sp-footer__menu {
  display: none;
}

@media screen and (max-width: 780px) {
  .sp-footer__menu {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
}

.footer__item-arrow {
  display: block;
  padding-left: 17px;
  position: relative;
}

.footer__item-arrow::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 3px solid #eb676f;
  border-top: 3px solid #eb676f;
  content: "";
  height: 12px;
  left: -2px;
  margin-top: -5px;
  position: absolute;
  top: 0.56em;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

.footer__menu-block {
  border-right: 1px solid #e9d5cd;
  margin-right: 20px;
  width: 25%;
}

.footer__menu-block:last-child {
  border: none;
  margin-right: 0;
}

.footer__menu-headline {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer__menu-single-link {
  color: #eb676f;
}

.footer__menu-item {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 6px;
}

.footer__menu-block {
  text-align: left;
}

.footer__menu-list--margin-bottom {
  margin-bottom: 25px;
}

.footer__menu-item-link-blunk {
  margin-left: 2px;
}

.footer__menu-single-link {
  margin-bottom: 10px;
}

.footer__menu-headline-link {
  color: #eb676f;
}

@media screen and (max-width: 780px) {
  .footer__menu-headline-link {
    font-size: 1.4rem;
    padding-right: 10px;
  }
  .footer__menu-single-link {
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .footer__menu-headline-link.c-arw-r::before {
    top: 2px;
  }
  .footer__menu-single-link:nth-child(odd) {
    border-right: 1px solid #b4b4b4;
  }
  .footer__menu-single-link:last-child {
    padding-bottom: 0;
  }
}

.footer__menu-item-link {
  color: #3c3c3c;
}

.footer__menu-headline-link:hover,.footer__menu-item-link:hover {
  text-decoration: underline;
}

.footer__after-menu-wrapper {
  background-color: #fff;
  border-bottom: 3px solid #eb676f;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 15px;
}

@media screen and (max-width: 780px) {
  .footer__after-menu-wrapper {
    padding-bottom: 5px;
  }
}

.footer__after-menu {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  width: 100%;
}

.footer__after-menu-item {
  margin-left: 8px;
  margin-right: 8px;
  text-align: left;
}

@media screen and (max-width: 780px) {
  .footer__after-menu-item {
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
  }
}

.footer__after-menu-link {
  display: inline-block;
  padding-left: 18px;
}

.footer__after-menu-link:hover {
  text-decoration: underline;
}

.footer__copyright {
  background-color: #fff;
  text-align: center;
}

.footer__copyright-image {
  padding-bottom: 30px;
  padding-top: 48px;
}

.footer__copyright-image-logo {
  height: auto;
  width: 195px;
}

@media screen and (max-width: 780px) {
  .footer__copyright-image {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}

.footer__copyright-text {
  display: block;
  font-size: 1.2rem;
  padding-bottom: 30px;
}

@media screen and (max-width: 780px) {
  .footer__copyright-text {
    padding-bottom: 25px;
  }
}

.sp-en-footer__menu {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 780px) {
  .sp-en-footer__menu {
    display: block;
  }
}

.footer__sp-menu-en {
  margin-bottom: 15px;
}

.footer__sp-menu-en:last-child {
  margin-bottom: 0;
}

.sp-footer__menu-headline {
  display: inline-block;
}

/* ==========================================================================
Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
/************************* general-conponent *************************/
/*リーダー系全般*/
.c-reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

/*ヘッダーの最初のメインコンテンツへ行くリンクだけ、下記クラス*/
.c-skip-link:not(:focus) {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 1px;
}

.c-skip-link {
  background-color: #d8d8d8;
  display: block;
  font-size: 1.2rem;
  height: auto;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}

.c-ignore {
  display: none;
}

.contents__primary-headline {
  border-bottom: 3px solid #eb676f;
  font-size: 2.1rem;
  line-height: 1.15;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 28px;
  padding-right: 15px;
  position: relative;
}

@media screen and (max-width: 780px) {
  .contents__primary-headline {
    font-size: 1.9rem;
    padding-bottom: 5px;
    padding-left: 20px;
  }
}

.contents__primary-headline::before {
  background-color: #eb676f;
  border-radius: 50%;
  content: "";
  height: 18px;
  position: absolute;
  top: 2px;
  width: 18px;
}

.contents__primary-headline::before {
  left: 0;
}

@media screen and (max-width: 780px) {
  .contents__primary-headline::before {
    height: 15px;
    top: 0;
    width: 15px;
  }
}

.contents__headline-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.contents__primary-headline--mb-mid {
  margin-bottom: 30px;
}

.contents__primary-column-headline::before {
  left: 15px;
}

@media screen and (max-width: 780px) {
  .contents__primary-column-headline::before {
    left: 10px;
    top: 1px;
  }
}

.contents__primary-column-headline {
  padding-left: 40px;
}

@media screen and (max-width: 780px) {
  .contents__primary-column-headline {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 32px;
  }
  .fwCms_centerMenu .column-block {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.contents__primary-column-headline--reset-margin {
  margin-left: auto;
  margin-right: auto;
}

.contents__secondary-headline {
  border-bottom: 1px solid #8e816f;
  color: #eb676f;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 780px) {
  .contents__secondary-headline {
    padding-bottom: 8px;
  }
}

.contents__sub-headline {
  border-bottom: 1px solid #8e816f;
  color: #eb676f;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 8px;
  position: relative;
}

.contents__primary-headline-h1 {
  border-bottom: 3px solid #eb676f;
  font-size: 2.4rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 3px;
  position: relative;
}

@media screen and (max-width: 780px) {
  .contents__primary-headline-h1 {
    padding-bottom: 5px;
  }
}

.contents__thirdary-headline {
  color: #eb676f;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 13px;
}

.contents__sub-arrow {
  padding-left: 17px;
  position: relative;
}

.contents__sub-arrow::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 3px solid #3c3c3c;
  border-top: 3px solid #3c3c3c;
  content: "";
  height: 12px;
  left: -2px;
  margin-top: -5px;
  position: absolute;
  top: 0.58em;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

.contents__primary-arrow {
  display: inline-block;
  padding-left: 17px;
  position: relative;
}

.contents__primary-arrow::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 3px solid #eb676f;
  border-top: 3px solid #eb676f;
  content: "";
  height: 12px;
  left: -2px;
  margin-top: -5px;
  position: absolute;
  top: 0.58em;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

.c-link--blank {
  padding-left: 15px;
  position: relative;
}

.c-link--blank::before {
  background: url("/excludes/rengou/img/blunk-link-icon.png") no-repeat center center;
  background-size: contain;
  content: "";
  height: 10px;
  left: 0;
  margin-top: -4px;
  position: absolute;
  top: 0.5em;
  width: 10px;
}

.c-link-button {
  background-color: #eb676f;
  border-radius: 100px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  padding-bottom: 12px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 14px;
  text-align: center;
  width: 100%;
}

.c-link-button span {
  display: inline-block;
  margin-left: 10px;
  position: relative;
}

.c-link-button span::before {
  border: none;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 12px;
  left: -20px;
  margin-top: -1px;
  position: absolute;
  top: 0.30em;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

.c-button-wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.c-button-wrapper__button {
  margin-left: 0;
  margin-right: 0;
}

.c-button-wrapper__button + .c-button-wrapper__button {
  margin-left: 20px;
}

@media screen and (max-width: 780px) {
  .c-button-wrapper__button + .c-button-wrapper__button {
    margin-left: 10px;
  }
}

.c-text-label-group {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.c-text-label {
  margin: 4px 4px;
}

.c-text-label img {
  max-width: 100%;
  width: 62px;
}

@media screen and (max-width: 780px) {
  .c-text-label-group {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 350px;
  }
  .c-text-label {
    text-align: center;
    width: calc(20% - 8px);
  }
}

/* *** arrow icon */
.c-arw-r-sml {
  margin-left: 0.8em;
  position: relative;
}

.c-arw-r-sml::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #eb676f;
  border-top: 2px solid #eb676f;
  content: "";
  height: 10px;
  left: -1em;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 10px;
}

.c-arw-r--black::before {
  border-right-color: #000;
  border-top-color: #000;
}

.c-arw-r--gray::before {
  border-right-color: #747474;
  border-top-color: #747474;
}

.c-arw-b {
  margin-left: 0.8em;
  position: relative;
}

.c-arw-b::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 3px solid #3c3c3c;
  border-top: 3px solid #3c3c3c;
  content: "";
  height: 12px;
  left: -1em;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

.c-arw-b-sml {
  margin-left: 0.8em;
  position: relative;
}

.c-arw-b-sml::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #3c3c3c;
  border-top: 2px solid #3c3c3c;
  content: "";
  height: 10px;
  left: -1em;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 10px;
}

.c-link-button .c-arw-tri-r::before {
  border-left-color: #837e72;
}

.c-arw-r-d {
  margin-left: 1em;
  position: relative;
}

.c-arw-r-d::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 3px solid #eb676f;
  border-top: 3px solid #eb676f;
  content: "";
  height: 12px;
  left: -1em;
  position: absolute;
  top: 0.2em;
  -webkit-transform: rotate(135deg) scale(0.7);
  transform: rotate(135deg) scale(0.7);
  width: 12px;
}

.c-arw-r-d--gray::before {
  border-right-color: #747474;
  border-top-color: #747474;
}

.c-arw-tri-r {
  line-height: 1.5;
  margin-left: 1em;
  position: relative;
}

.c-arw-tri-r::before {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #eb676f;
  border-top: 5px solid transparent;
  content: "";
  left: -1.2em;
  position: absolute;
  top: 0.3em;
}

.c-arw-tri-d {
  margin-left: 1em;
  position: relative;
}

.c-arw-tri-d::before {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #eb676f;
  border-top: 5px solid transparent;
  content: "";
  left: -0.8em;
  position: absolute;
  top: 0.4em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-arw-tri-r-w {
  padding-left: 14px;
  position: relative;
}

.c-arw-tri-r-w::before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  border-right: none;
  border-top: 6px solid transparent;
  content: "";
  left: 0;
  position: absolute;
  top: 0.3em;
}

.c-icon-blank--half-scale {
  vertical-align: middle;
  width: 9px;
}

/* *** decoration line */
.c-deco-diagonal-line {
  display: inline-block;
  position: relative;
}

.c-deco-diagonal-line::before {
  border-right: 1px solid #f6000b;
  content: "";
  height: 1.2em;
  left: -1.75em;
  position: absolute;
  top: 0.5em;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  width: 1.2em;
}

.c-deco-diagonal-line::after {
  border-left: 1px solid #f6000b;
  content: "";
  height: 1.2em;
  position: absolute;
  right: -1.75em;
  top: 0.5em;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  width: 1.2em;
}

@media screen and (max-width: 780px) {
  .c-deco-diagonal-line::before {
    height: 2.4em;
    left: -3.5em;
    top: 1em;
    width: 2.4em;
  }
  .c-deco-diagonal-line::after {
    height: 2.4em;
    right: -3.5em;
    top: 1em;
    width: 2.4em;
  }
}

.c-deco-dot-line-colorful {
  background-image: url(/excludes/rengou/img/dot-line-colorful.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 75px 11px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

/* *** column-2 gutter-20px */
.two-column-block-list {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
  margin-top: -20px;
}

.two-column-block-list--vmargin-lrg {
  margin-top: -40px;
}

@media screen and (max-width: 780px) {
  .two-column-block-list {
    margin-top: -15px;
  }
  .two-column-block-list--vmargin-lrg {
    margin-top: -30px;
  }
}

.two-column-block-list__item {
  margin-top: 20px;
  width: calc(50% - 10px);
}

.two-column-block-list--vmargin-lrg > .two-column-block-list__item {
  margin-top: 40px;
}

@media screen and (max-width: 780px) {
  .two-column-block-list__item {
    margin-top: 15px;
    width: 100%;
  }
  .two-column-block-list--vmargin-lrg > .two-column-block-list__item {
    margin-top: 30px;
    width: 100%;
  }
}

@media screen and (min-width: 781px) {
  .two-column-float-list::after {
    clear: both;
    content: "";
    display: block;
  }
  .two-column-float-list__float-left {
    float: left;
    margin-bottom: 5px;
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  .two-column-float-list__float-right {
    float: right;
    margin-bottom: 5px;
    margin-right: 20px;
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 780px) {
  .two-column-float-list__float-left,.two-column-float-list__float-right {
    margin-bottom: 15px;
  }
}

/* *** request block */
.request-block {
  background-color: #fff;
  border: 2px solid #eb4f64;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 780px) {
  .request-block {
    display: block;
  }
}

.request-block__text-block {
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  position: relative;
  text-align: center;
  width: calc(12 / 25 * 100%);
}

.request-block__text-block::before {
  border-bottom: 12px solid transparent;
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 780px) {
  .request-block__text-block {
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
  }
  .request-block__text-block::before {
    bottom: -18px;
    right: 50%;
    top: auto;
    -webkit-transform: translateY(0) translateX(50%) rotateZ(90deg);
    transform: translateY(0) translateX(50%) rotateZ(90deg);
  }
}

.request-block__link-block {
  background-color: #fce5db;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 20px;
  text-align: center;
  width: calc(13 / 25 * 100%);
}

@media screen and (max-width: 780px) {
  .request-block__link-block {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}

.request-block__headline {
  color: #f6000b;
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .request-block__headline {
    font-size: 1.8rem;
  }
}

/* *** accordion-box */
.c-accordion-box {
  border: 1px solid #eb676f;
  margin-bottom: 1px;
  overflow: hidden;
}

.c-accordion-box--rounded {
  border-radius: 5px;
}

.c-accordion-box.first-child {
  border-radius: 5px 5px 0 0;
}

.c-accordion-box.last-child {
  border-radius: 0 0 5px 5px;
}

.c-accordion-box__headline {
  background-color: #eb676f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  position: relative;
  text-align: left;
  width: 100%;
}

.c-accordion-box__headline:hover {
  opacity: 0.7;
}

.c-accordion-box__headline.is-open::before {
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translatey(-37.5%) rotate(45deg) scale(0.7);
  transform: translatey(-37.5%) rotate(45deg) scale(0.7);
  width: 20px;
}

.c-accordion-box__headline.is-close::before {
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  content: "";
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translatey(-62.5%) rotate(45deg) scale(0.7);
  transform: translatey(-62.5%) rotate(45deg) scale(0.7);
  width: 20px;
}

.c-accordion-box__contents {
  line-height: 1.5;
}

.c-accordion-box__contents-close {
  margin-top: 15px;
  text-align: center;
}

/** close-button */
.contents-close-button {
  -webkit-align-items: center !important;
  align-items: center !important;
  background-color: #d8d8d8;
  border-radius: 100px;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-justify-content: center !important;
  justify-content: center !important;
  line-height: 1.5;
  min-width: 116px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  position: relative;
}

.contents-close-button:hover {
  opacity: 0.7;
}

.contents-close-button-text {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 12px;
  position: relative;
}

.contents-close-button-text.is-delete::before,.contents-close-button-text.is-delete::after {
  background: #000;
  border-left: none;
  border-top: none;
  content: "";
  height: 4px;
  left: -5px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 25px;
}

.contents-close-button-text.is-delete::after {
  -webkit-transform: rotate(-45deg) scale(0.7);
  transform: rotate(-45deg) scale(0.7);
}

.contents-close-button-text.is-back::before {
  border: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #000;
  content: "";
  height: 0;
  left: -3px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 0;
}

.contents-close-button-text::before {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  display: inline-block;
  height: 10px;
  left: 3px;
  position: absolute;
  top: 30%;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 10px;
}

.c-accordion-box__contents-close .contents-close-button-text {
  padding-left: 18px;
}

/** button utility */
.u-button--fat {
  min-height: 50px;
  min-width: 200px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.u-button--mini {
  min-height: 30px;
  min-width: 100px;
  padding-bottom: 3px;
  padding-top: 3px;
}

@media screen and (max-width: 400px) {
  .u-button--mini {
    min-height: 25px;
  }
}

@media screen and (max-width: 780px) {
  .u-button--is-sp-low {
    min-height: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .u-button--is-sp-short {
    min-height: 40px;
    min-width: 120px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}

.c-regular-table {
  border-collapse: collapse;
  border-color: #b4b4b4;
  border-spacing: 0;
  border-style: solid;
  border-width: 1px;
  table-layout: fixed;
}

.c-regular-table--sub-theme {
  border-color: #fff3e5;
}

.c-regular-table th,.c-regular-table td {
  border-color: #b4b4b4;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}

.c-regular-table--sub-theme th,.c-regular-table--sub-theme td {
  border-color: #f8b44f;
}

.c-regular-table .c-regular-table__heading-base {
  background-color: #d8d8d8;
}

.c-regular-table--sub-theme .c-regular-table__heading-base {
  background-color: #fff3e5;
}
.carousel__navi_next {
  height: 36px;
  margin-top: -23.5px;
  position: absolute;
  right: 30px;
  top: 51%;
  width: 36px;
  z-index: 2;
}

.carousel__navi_prev {
  height: 36px;
  left: 30px;
  margin-top: -23.5px;
  position: absolute;
  top: 51%;
  width: 36px;
  z-index: 2;
}

@media screen and (max-width: 780px) {
  .carousel__navi_next {
    right: 12px;
    top: 53%;
  }
  .carousel__navi_prev {
    left: 12px;
    top: 53%;
  }
}

.carousel-navigation {
  text-align: center;
}

.carousel__navigation-button-link {
  background-image: url("/excludes/rengou/img/main-slide__navigation-button.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  margin-left: 4px;
  margin-right: 4px;
  opacity: 0.5;
  padding: 0;
  text-decoration: none;
  vertical-align: middle;
  width: 20px;
}

.current .carousel__navigation-button-link {
  background-image: url("/excludes/rengou/img/main-slide__navigation-button--current.png");
  opacity: 1;
}

@media screen and (max-width: 780px) {
  .carousel__navigation-button-link {
    height: 16px;
    width: 16px;
  }
  .current .carousel__navigation-button-link {
    opacity: 1;
  }
}

.carousel__navi-button {
  height: 42px;
  position: absolute;
  top: 35%;
  width: 42px;
}

.carousel__navi-button-prev {
  left: 12px;
}

.carousel__navi-button-next {
  right: 12px;
}

.carousel-navigation-button {
  margin-top: 20px;
}

.c-border-table {
  border-top: 1px solid #d8d8d8;
}

.c-border-table tr {
  border-bottom: 1px solid #d8d8d8;
}

.c-border-table th,.c-border-table td {
  padding-bottom: 1em;
  padding-top: 1em;
  vertical-align: top;
}

.c-border-table th {
  font-weight: bold;
  min-width: 6em;
  padding-right: 1em;
}

.google-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.google-map iframe,.google-map object,.google-map embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-headline {
  border-bottom: 3px solid #eb676f;
  font-size: 2.4rem;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (max-width: 780px) {
  .page-headline {
    font-size: 2.2rem;
    margin-left: -12px;
    margin-right: -12px;
  }
}

.page-headline__wrapper {
  margin-bottom: 20px;
  width: 100%;
}

.page-text-headline__wrapper {
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .page-headline__image-wrapper {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
  }
}

.page-headline__image {
  display: block;
  width: 100%;
}

.c-background-column {
  background-color: #fff;
  border-radius: 5px;
}

.blunk-link__wrapper {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #dcdcdc;
  display: flex;
  display: -webkit-flex;
  padding: 15px 10px;
}

.blunk-link__wrapper-news {
  padding-left: 20px;
  padding-right: 20px;
}

.blunk-icon {
  height: 9px;
  margin-right: 3px;
  width: 9px;
}

.c-pdf-icon {
  display: block;
  height: 22px;
  margin-right: 5px;
  width: 18px;
}

.c-pdf-link {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  font-size: 1.6rem;
}

.c-pdf-link__text {
  display: block;
  margin-right: 10px;
}

.section--bg-fluid {
  background-color: #fff;
  padding-bottom: 65px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

.section--bg-fluid::before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -50%;
  position: absolute;
  top: 0;
  width: 200vw;
  z-index: -1;
}

.section--bg-fluid-gray,.section--bg-fluid-gray::before {
  background-color: #f7f3ec;
}

@media screen and (max-width: 780px) {
  .section--bg-fluid {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}

.section--bg-fluid__inner {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}

.section--pt-none {
  padding-top: 0;
}

.section--pb-none {
  padding-bottom: 0;
}

.section--bg-fluid-last {
  padding-bottom: 40px;
}

.section--request-bg-fluid,.section--request-bg-fluid::before {
  background-color: #ffa7a9;
}

.section--request-bg-fluid {
  padding-bottom: 20px;
  padding-top: 20px;
}

.bread-area {
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: -34px;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}

.bread-area__symbol {
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 780px) {
  .bread-area {
    margin-bottom: -10px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.text-with-icon {
  display: flex;
  display: -webkit-flex;
}

.text-with-icon__icon-block {
  -webkit-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 10px;
}

.text-with-icon__text-block {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* メルマガ解除ページ */
.mail-caution__wrapper {
  background-color: #fff;
  border: 3px solid #f6000b;
  margin-bottom: 20px;
  padding: 10px;
}

.mail-magazine-caution {
  color: #f6000b;
  display: flex;
  display: -webkit-flex;
}

.caution__message {
  margin-top: 5px;
}

.mail-magazine__form-wrapper {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 36px;
  padding: 30px;
}

.mail-magazine__form {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 780px) {
  .mail-magazine-headline__text {
    padding-left: 8px;
    padding-right: 8px;
  }
  .mail-magazine__form {
    display: block;
  }
  .mail-magazine__form-label {
    border-bottom: 1px solid #b4b4b4;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}

.mail-magazine__form-input-wrapper {
  max-width: 620px;
  width: 100%;
}

input[type="text"].mail-magazine__form-input {
  background-color: #fbe2e5;
  border: 1px solid #b4b4b4;
  height: 42px;
  padding: 10px 12px;
  width: 100%;
}

.mail-magazine__form-confirmation {
  -webkit-align-items: center;
  align-items: center;
  background-color: #f4f4f4;
  border: 1px solid #b4b4b4;
  display: flex;
  display: -webkit-flex;
  min-height: 42px;
  padding: 10px 12px;
  width: 100%;
  word-break: break-all;
}

input[type="text"].mail-magazine__form-input.is-inputed {
  background-color: #fff;
}

.mail-magazine__form-label-text {
  font-size: 1.6rem;
  font-weight: bold;
}

.mail-magazine__form-label-text span {
  font-size: 1.4rem;
  margin-left: 5px;
}

.mail-button__wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 780px) {
  .mail-button__wrapper {
    display: block;
  }
}

.mail__submit-button {
  background-color: #eb676f;
  border-radius: 100px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  padding-bottom: 12px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 14px;
  text-align: center;
  width: 100%;
}

.mail-magazine__return {
  background-color: #d8d8d8;
  color: #000;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 296px;
}

.mail__submit-button {
  line-height: 1.5;
  width: 296px;
}

.mail-button__wrapper .mail-magazine__return,.mail-button__wrapper .mail__submit-button {
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 780px) {
  .mail-button__wrapper .mail-magazine__return,.mail-button__wrapper .mail__submit-button {
    margin-left: auto;
    margin-right: auto;
  }
  .mail-button__wrapper .mail__submit-button {
    margin-bottom: 20px;
  }
}

.mail-magazine__return-wrapper {
  border-top: 1px dashed #a09a8e;
  padding-top: 20px;
}

.c-link-card {
  border-bottom: 1px solid #e0e0e0;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 18px;
  min-height: 1%;
  padding-bottom: 18px;
  width: 100%;
}

.c-link-card__link-area {
  display: flex;
  display: -webkit-flex;
}

.c-link-card__text-area {
  display: block;
  flex: 1 0 50%;
}

.c-link-card__image-area {
  display: block;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1em;
  width: 100px;
}

.c-link-card__image-area img {
  vertical-align: top;
}

.c-link-unit__tag-area {
  display: block;
  margin-left: 115px;
  margin-top: 5px;
}

.map-block-pc {
  position: relative;
}

.map-block-pc::after {
  content: "";
  display: block;
  height: calc(((1.6rem * 1.5) + 4px) * 7 - (759px - 479px));
}

@media screen and (max-width: 780px) {
  .map-block-pc {
    display: none;
  }
}

.map-block-pc__image-area {
  text-align: center;
}

.map-block-pc__image-area > img {
  width: auto;
}

.map-block-pc__list-area {
  position: absolute;
}
.map-block-pc__list-area--hokkaido {
  left: 489px;
  top: 92px;
}

.map-block-pc__list-area--tohoku {
  left: 713px;
  top: 255px;
}

.map-block-pc__list-area--kanto {
  left: 671px;
  top: 479px;
}

.map-block-pc__list-area--hokuriku-koshinetsu {
  left: 288px;
  top: 373px;
}

.map-block-pc__list-area--tokai {
  left: 536px;
  top: 653px;
}

.map-block-pc__list-area--kinki {
  left: 433px;
  top: 702px;
}

.map-block-pc__list-contents li {
  margin-bottom: 4px;
}

@media screen and (min-width: 781px) {
  .map-block-sp {
    display: none;
  }
}

.search-border-box {
  background: #fff;
  border: 1px solid #999;
  border-radius: 4px;
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
}

.search-border-box.search-border-box--top {
  border-radius: 4px 4px 0 0;
  margin-bottom: -1px;
}

.search-border-box.search-border-box--bottom {
  border-radius: 0 0 4px 4px;
}

.search-border-box__child {
  border-bottom: 1px solid #999;
  margin-bottom: -1px;
  padding: 5px 10px;
  position: relative;
}

.search-border-box__child::after {
  border-right: 1px solid #999;
  content: "";
  height: 200%;
  left: 100%;
  position: absolute;
  top: 0;
}

.search-border-box[data-col="4"] {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-border-box[data-col="4"] .search-border-box__child {
  padding: 10px 10px;
  width: 25%;
}

@media screen and (max-width: 780px) {
  .search-border-box__child {
    width: 33.33%;
  }
  .search-border-box[data-col="4"] .search-border-box__child {
    width: 50%;
  }
}

.box-checkbox {
  display: block;
}

.box-checkbox label {
  display: flex;
  display: -webkit-flex;
  position: relative;
  transition-duration: 0.2s;
  transition-property: opacity;
}

.box-checkbox label:hover {
  opacity: 0.6;
}

.box-checkbox__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.box-checkbox__input::-ms-check {
  background: transparent;
  border: transparent;
  color: transparent;
}

.box-checkbox__label {
  -webkit-align-items: center;
  align-items: center;
  border-radius: 4px;
  display: flex;
  display: -webkit-flex;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  min-width: 90px;
  padding: 8px 4px;
  width: 100%;
}

.box-checkbox__label.box-checkbox__label--large {
  min-width: 120px;
  padding-bottom: 13px;
  padding-top: 13px;
}

@media screen and (max-width: 780px) {
  .box-checkbox__label {
    font-size: 1.2rem;
    min-width: inherit;
  }
}

.box-checkbox__input:checked + .box-checkbox__label {
  background: #eb676f;
  color: #fff;
}

/************************* index-page *************************/
.caution__wrapper {
  background-color: #fff;
  border: 3px solid #f6000b;
  margin-bottom: 20px;
  padding: 15px 20px;
}
.frame_HD .section {
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 20px;
}
.frame_HD .caution__wrapper {
	max-width: 980px;
	width: auto;
	margin: 34px auto 20px;
}

.caution__icon {
  height: 15px;
  margin-right: 5px;
  width: 17px;
}

@media screen and (max-width: 780px) {
  .caution__wrapper {
    margin-bottom: 25px;
  }
}

.caution__headline-area {
  -webkit-align-items: center;
  align-items: center;
  color: #f6000b;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 10px;
}

.caution__text {
  padding-left: 5px;
  padding-right: 5px;
  word-wrap: break-word;
}

.caution__text-link::before {
  top: 0.42em;
}

.caution__date {
  color: #f6000b;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 3px;
  margin-right: 5px;
}

.main-banner__wrapper {
  width: 100%;
}
.frame_HD .main-banner__wrapper {
	max-width: 980px;
	margin: 0 auto;
}

@media screen and (max-width: 780px) {
  .main-banner__wrapper {
    margin-bottom: 25px;
  }
  .frame_HD .main-banner__wrapper {
    width: auto;
    box-sizing: border-box;
    margin: 0 auto 25px;
  }
}

.main-banner {
  display: block;
  width: 100%;
}

.pc-main-banner {
  display: block;
}

.sp-main-banner {
  display: none;
}

@media screen and (max-width: 780px) {
  .pc-main-banner {
    display: none;
  }
  .sp-main-banner {
    display: block;
  }
}

.sp-index-menu-list__button {
  display: none;
}

@media screen and (max-width: 780px) {
  .sp-index-menu-list__button {
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 780px) {
  .one-column-item {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }
}

.two-column-block {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

@media screen and (max-width: 780px) {
  .two-column-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.two-column-item {
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
}

.two-column-item--wide-gutter {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(50% - 40px);
}

@media screen and (max-width: 780px) {
  .two-column-item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }
}

.two-column-item--no-padding {
  padding-left: 0;
  padding-right: 0;
}

.four-column-block {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.four-column-item {
  margin-bottom: 20px;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(25% - 24px);
}

@media screen and (max-width: 780px) {
  .four-column-block {
    margin-left: -6px;
    margin-right: -6px;
  }
  .four-column-item {
    margin-left: 6px;
    margin-right: 6px;
    width: calc(50% - 12px);
  }
}

.column-item__image-wrapper {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.column-item__image {
  display: block;
  height: auto;
  width: 100%;
}

.column-item__title,.column-item__text {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.column-item__title .header__blunk-icon {
  margin-top: 6px;
}

.three-column-block {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.three-column-item {
  margin-bottom: 20px;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(33.33% - 24px);
}

@media screen and (max-width: 780px) {
  .three-column-item {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }
}

/* ニュース */
.news__link-wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.news__link-wrapper:hover {
  opacity: 0.5;
}

.news__date-tag-area {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.news__date {
  color: #eb676f;
  font-size: 1.1rem;
  margin-top: 4px;
}

.news__mini-tag {
  border: 1px solid;
  border-radius: 3px;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.15;
  margin-right: 5px;
  padding: 1px 2px;
  text-align: center;
}

.news__mini-tag-new {
  border-color: #f6000b;
  color: #f6000b;
}

.news__mini-tag-pickup {
  border-color: #fb9904;
  color: #fb9904;
}

.column-block {
  margin-bottom: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 780px) {
  .column-block {
    margin-bottom: 20px;
  }
}

.news__item-wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 18px 20px;
  padding-top: 0;
}

@media screen and (max-width: 780px) {
  .news__item-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.news__tags {
  font-size: 0;
  margin-left: -4px;
  margin-top: -6px;
}

.news__tags .news__tag {
  margin-left: calc(0.7em + 4px);
  margin-top: 6px;
}

.news__tag {
  background-color: #d8d8d8;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-left: 0.7em;
  min-width: 6em;
  padding: 0.25em 0.5em;
  position: relative;
  text-align: center;
}

.news__tag::before {
  border-bottom: calc(1em * 1.4 / 2 + 0.25em) solid transparent;
  border-right: 0.7em solid #d8d8d8;
  border-top: calc(1em * 1.4 / 2 + 0.25em) solid transparent;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
}

.news__tag::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 0.25em;
  left: -1px;
  margin-top: -0.125em;
  position: absolute;
  top: 50%;
  width: 0.25em;
}

.news__tag:hover {
  opacity: 0.7;
}

.news__item {
  border-bottom: 1px solid #b4b4b4;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 18px;
  padding-bottom: 18px;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .news__item {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}

.one-column-item .news__item {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.news__contents-image {
  height: 100px;
  width: 100px;
}

.news__contents-text {
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1 1 69%;
  flex: 1 1 69%;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 69%;
}

.news__text {
  display: block;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-right: 20px;
  width: 100%;
  word-wrap: break-word;
}

.news__description {
  line-height: 1.5;
  margin-bottom: 5px;
}

.news__detail-text {
  font-size: 1.6rem;
  margin-top: 10px;
  padding-right: 20px;
  width: 100%;
  word-wrap: break-word;
}

/* 活動・とりくみ */
.index-action__image-wrapper,.index-action__text-wrapper {
  display: block;
  width: 100%;
}

.index-action__image-wrapper img {
  display: block;
}

.index-action__text-wrapper {
  padding: 15px 20px;
}

.two-column-item__index-action {
  border: 1px solid #b4b4b4;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 20px;
}

@media screen and (max-width: 780px) {
  .two-column-item__index-action {
    border: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .index-action__text {
    display: none;
  }
  .index-action__text-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }
}

.index-action__text-link {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.index-action__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

/* 消費材 */
.sp-products-group {
  display: none;
}

@media screen and (max-width: 780px) {
  .products-group {
    display: none;
  }
  .sp-products-group {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 20px;
  }
}

.eclub-products {
  font-weight: bold;
  margin-bottom: 45px;
}

.products-group__item {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  min-height: 58px;
  padding: 5px;
  padding-right: 10px;
}

.products-group__item::before {
  left: 52px;
  top: calc(50% - 2px);
}

@media screen and (max-width: 780px) {
  .products-group__item::before {
    left: 32px;
  }
}

.products-group__icon {
  border-radius: 100px;
  display: block;
  height: 47px;
  overflow: hidden;
  width: 47px;
}

@media screen and (max-width: 780px) {
  .products-group__icon {
    border-radius: 100px;
    display: block;
    height: 28px;
    overflow: hidden;
    width: 28px;
  }
}

.products-group__name {
  -webkit-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.15;
  padding-left: 15px;
}

.products__more {
  display: flex;
  display: -webkit-flex;
  margin-left: 0;
  margin-right: 0;
}

.products__more-button {
  background-color: #fff;
  margin-bottom: 25px;
  margin-left: 6px;
  margin-right: 6px;
  padding-bottom: 25px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

.products__more-button.is-close::after {
  border-bottom: 3px solid #eb676f;
  border-left: 3px solid transparent;
  border-right: 3px solid #eb676f;
  border-top: 3px solid transparent;
  bottom: 12px;
  content: "";
  height: 12px;
  left: 48%;
  position: absolute;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

.products__more-button.is-open::after {
  border-bottom: 3px solid transparent;
  border-left: 3px solid #eb676f;
  border-right: 3px solid transparent;
  border-top: 3px solid #eb676f;
  bottom: 6px;
  content: "";
  height: 12px;
  left: 48%;
  position: absolute;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

/* おすすめコンテンツ */
.index-contents__text-link {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 10px;
}

.index-contents__image-wrapper {
  display: block;
  width: 100%;
}

.index-contents__image-wrapper img {
  display: block;
}

.index-contents__item {
  margin-bottom: 20px;
}

@media screen and (max-width: 780px) {
  .index-contents__item {
    padding-left: 0;
    padding-right: 0;
  }
}

/* 生活クラブについて */
@media screen and (max-width: 780px) {
  .index-about-block {
    display: flex;
    display: -webkit-flex;
  }
  .index-about-item {
    margin-bottom: 20px;
  }
  .four-column-item.index-about-item__left {
    margin-left: 12px;
    margin-right: 5px;
  }
  .four-column-item.index-about-item__right {
    margin-left: 5px;
    margin-right: 12px;
  }
  .index-about-item__left,.index-about-item__right {
    width: calc(50% - 17px);
  }
}

/* SNSエリア(トップページ) */
.sns-block {
  background-color: #f2f2f2;
  border-radius: 3px;
  font-size: 1.6rem;
  padding: 25px 40px;
}

@media screen and (max-width: 780px) {
  .sns-block {
    display: block;
    height: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
}

.index-sns__text {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

.index-sns__text::before,.index-sns__text::after {
  background-color: #b4b4b4;
  content: "";
  display: block;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 1px;
}

.index-sns__text::before {
  margin-right: 30px;
}

.index-sns__text::after {
  margin-left: 30px;
}

@media screen and (max-width: 780px) {
  .index-sns__text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .index-sns__text::before {
    margin-right: 5px;
  }
  .index-sns__text::after {
    margin-left: 5px;
  }
}

.index-sns__icon-wrapper,.index-sns__link {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
}

.index-sns__icon-image-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  height: 42px;
  margin-bottom: 10px;
}

.index-sns__icon {
  height: 42px;
  width: 42px;
}

.index-sns__youtube-icon {
  height: 34px;
  width: 48px;
}

.index-sns__item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2px #b4b4b4;
  height: 100%;
}

.index-sns__link {
  display: block;
  padding-bottom: 25px;
  padding-top: 20px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .index-sns__link {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 10px;
  }
}

.index-sns__link-text,.index-sns__icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.index-sns__link-text {
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .index-sns__item {
    padding-left: 5px;
    padding-right: 5px;
    width: calc(50% - 12px);
  }
}

/* 英語版トップページ */
.en-about__item {
  padding-left: 0;
  padding-right: 0;
}

/************************* about-page *************************/
/* 下層ページ共通部品 */
/* コンテンツ開閉 */
.c-accordion-box {
  border: 1px solid #eb676f;
  margin-bottom: 1px;
  overflow: hidden;
}

.c-accordion-box__headline {
  background-color: #eb676f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  position: relative;
  text-align: left;
  width: 100%;
}

.c-accordion-box__headline:hover {
  opacity: 0.7;
}

.c-accordion-box.first-child {
  border-radius: 5px 5px 0 0;
}

.c-accordion-box.last-child {
  border-radius: 0 0 5px 5px;
}

.c-accordion-box__contents-wrapper {
  padding: 20px 15px;
}

.c-accordion-box__contents-title {
  background-color: #ffe5e3;
  color: #eb676f;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 12px;
}

/* 下層ページの共通部品 */
.column-contents__wrapper {
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.five-column-item-list__item {
  font-size: 1.5rem;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(20% - 20px);
}

.five-column-item-list__item-name {
  padding-left: 14px;
  text-align: left;
}

.five-column-item-list {
  width: 100%;
}

@media screen and (max-width: 780px) {
  .five-column-item-list__item {
    margin-bottom: 15px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    text-align: center;
    width: 30%;
  }
  .five-column-item-list {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.category__image {
  border: 1px solid #eaeaea;
  border-radius: 50%;
  height: 100px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100px;
}

@media screen and (max-width: 780px) {
  .category__image {
    height: 70px;
    width: 70px;
  }
}

.contents-two-block {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 30px;
}

.contents-two-block__item {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.contents__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.contents__text-link {
  margin-bottom: 20px;
  margin-top: 15px;
}

.column-contents__subheading {
  border-bottom: 1px solid #b4b4b4;
  color: #eb676f;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.column-contents__subheading-link {
  color: #eb676f;
}

.column-contents__subheading-link:hover {
  text-decoration: underline;
}

.column-contents__subheading-link.contents__primary-arrow::before {
  top: 0.62em;
}

@media screen and (max-width: 780px) {
  .contents__youtube {
    margin-bottom: 10px;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
  }
  .contents__youtube iframe {
    height: 100% !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
  }
}

.about__logo-wrapper {
  margin-bottom: 50px;
  width: 100%;
}

.about__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}

.column-contents__image--border {
  border: 1px solid #eaeaea;
}

.headline__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

.contents__table {
  font-size: 1.6rem;
  width: 100%;
}

.contents__table th {
  background-color: #fff3e5;
}

.contents__table th,.contents__table td {
  border: 1px solid #f59912;
  font-weight: normal;
  height: 50px;
  padding: 10px;
}

.contents__table th {
  width: 30%;
}

.contents-column-item {
  width: 100%;
}

.contents-about__wrapper {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .contents-about__wrapper {
    display: block;
  }
}

.contents-about--separate {
  width: 50%;
}

@media screen and (max-width: 780px) {
  .contents-about--separate {
    width: 100%;
  }
}

.contents-about--separate img {
  width: auto;
}

.contents-two-block__item img {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 780px) {
  .contents-about--separate img {
    width: 100%;
  }
  .contents-about--separate .header__blunk-icon {
    height: 9px;
    width: 9px;
  }
}

.contents-about--separate .column-contents__image--width-auto {
  width: auto;
}

.contents-about--separate .contents__text,.contents-about--separate.contents__text {
  padding-right: 25px;
}

@media screen and (max-width: 780px) {
  .contents-about--separate .contents__text,.contents-about--separate.contents__text {
    padding-right: 0;
  }
}

.contents-about__youtube,.contents-about__youtube-title {
  margin-left: auto;
  margin-right: auto;
  width: 680px;
}

@media screen and (max-width: 780px) {
  .contents-about__youtube,.contents-about__youtube-title {
    width: 100%;
  }
}

.contents-about__youtube iframe {
  height: 382px;
  width: 100%;
}

.contents-column-item__color-base {
  background-color: #ffe5e3;
  border: 3px solid #eb676f;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding: 20px 12px;
  width: 100%;
}

.color-base__headline {
  color: #eb676f;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
}

.color-base__contents {
  background-color: #fff;
  border-radius: 5px;
  padding: 12px;
}

.contents-column-item__list li {
  padding-left: 15px;
  position: relative;
}

.contents-column-item__list li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (max-width: 780px) {
  .contents-two-block__item-title {
    display: block;
    text-align: left;
  }
}

.blunk__link-button {
  padding-left: 5px;
  padding-right: 5px;
}

.contents-parenting__review-wrapper {
  border-bottom: 1px solid #b4b4b4;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.contents-parenting__review-user {
  margin-right: 15px;
  width: 70px;
}

.contents-parenting__review-text {
  background-color: #ffe5e3;
  border-radius: 5px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 1.6rem;
  padding: 15px 10px;
  position: relative;
  width: calc(100% - 85px);
}

.contents-parenting__review-text::before {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffe5e3;
  border-top: 10px solid transparent;
  content: "";
  position: absolute;
  right: 100%;
  top: 28px;
}

.contents-parenting__review-user-name {
  font-size: 1.2rem;
}

.contents-parenting__review-title {
  color: #eb676f;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.contents-parenting__review-list {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.contents-parenting__review-item {
  width: calc(50% - 10px);
}

.contents-parenting__review-item:nth-child(odd) {
  margin-right: 10px;
}

.contents-parenting__review-item:nth-child(even) {
  margin-left: 10px;
}

@media screen and (max-width: 780px) {
  .contents-parenting__review-item {
    width: 100%;
  }
  .contents-parenting__review-item:nth-child(odd),.contents-parenting__review-item:nth-child(even) {
    margin: 0;
  }
}

.column-contents__border-box {
  border: 1px solid #b4b4b4;
  padding: 20px 15px;
}

.column-contents__border-box {
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 780px) {
  .column-contents__border-box {
    margin-left: 0;
    margin-right: 0;
  }
  .column-contents__border-box--sp-margin-bottom {
    margin-bottom: 20px;
  }
}

.column-contents__border-box::after {
  clear: both;
  content: "";
  display: block;
}

.column-contents__border-box-title {
  color: #eb676f;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.column-contents__border-box-image {
  float: right;
  margin-left: 25px;
  width: 42%;
}

.column-contents__link-list {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-contents__link-item {
  background-color: #f2f2f2;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 50%;
}

@media screen and (max-width: 780px) {
  .column-contents__link-item {
    border-right: none;
    width: 100%;
  }
}

.column-contents__link-item:hover {
  background-color: #fce6db;
}

.column-contents__link-item a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  height: 100%;
  padding: 16px;
  padding-right: 30px;
  position: relative;
  width: 100%;
}

.column-contents__link-arrow::before {
  border-right: 3px solid #eb676f;
  border-top: 3px solid #eb676f;
  content: "";
  height: 12px;
  position: absolute;
  right: 15px;
  top: 40%;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

.column-contents__link-blank {
  height: 9px;
  position: absolute;
  right: 15px;
  top: 40%;
  width: 9px;
}

.producer-column__item {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: flex;
  display: -webkit-flex;
}

.producer-column__text {
  -webkit-flex: 1 1 61%;
  flex: 1 1 61%;
  width: 61%;
}

.producer-column__image {
  height: 100px;
  margin-right: 15px;
  width: 100px;
}

.producer-column__title {
  color: #eb676f;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.producer-column__wrapper {
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 20px;
}

@media screen and (max-width: 780px) {
  .producer-column__wrapper:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.producer-column__button {
  margin-top: 20px;
}

.column-two-contents__wrapper {
  display: flex;
  display: -webkit-flex;
  margin-left: -10px;
  margin-right: -10px;
}

.column-two-contents__wrapper img {
  width: auto;
}

.column-contents__section-text {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.column-contents-text--primary {
  color: #eb676f;
  font-weight: bold;
}

.contents__primary-box {
  border: 3px solid #f6babc;
  padding: 18px 12px;
}

.primary-box__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.primary-box__headline {
  color: #eb676f;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.delivery__flow-wrapper {
  border: 3px solid #f6babc;
  margin-bottom: 25px;
}

.delivery__flow-headline {
  -webkit-align-items: center;
  align-items: center;
  background-color: #ffe5e3;
  color: #eb676f;
  display: flex;
  display: -webkit-flex;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 8px 12px;
}

.delivery__flow-headline-week {
  margin-right: 8px;
  width: 56px;
}

.delivery__flow-headline-number {
  height: 25px;
  margin-right: 5px;
  width: 25px;
}

.delivery__flow-contents {
  padding: 15px 12px;
}

.delivery__flow-text {
  line-height: 1.5;
  margin-bottom: 15px;
}

.delivery__flow-text-last {
  margin-bottom: 0;
}

.delivery__flow-arrow {
  text-align: center;
}

.delivery__flow-arrow-icon {
  height: 15px;
  width: 32px;
}

.delivery__flow-title {
  line-height: 1;
  margin-top: 4px;
}

.column-products__wrapper {
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 780px) {
  .column-products__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.four-column__products-item {
  border: 1px solid #b4b4b4;
  margin-bottom: 10px;
  padding: 15px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.four-column__products-name {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.four-column__products-image {
  margin-bottom: 11px;
}

.four-column__products-text {
  font-size: 1.6rem;
}

.four-column__products-image {
  border: 1px solid #eaeaea;
  border-radius: 100%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
  width: 100px;
}

.about-block__outer {
  background-color: #fff;
}

.about-block {
  display: flex;
  display: -webkit-flex;
  padding: 20px;
}

@media screen and (max-width: 780px) {
  .about-block {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.about-block__text-block {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.about-block__image-block {
  -webkit-flex: 0 0 120px;
  flex: 0 0 120px;
  margin-left: 20px;
}

@media screen and (max-width: 780px) {
  .about-block__image-block {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 0;
    margin-top: 20px;
  }
  .about-block__image-block img {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .about-block__image-block--hide {
    display: none;
  }
}

.c-rounded-frame--sub {
  background-color: #faf7f2;
  border-radius: 3px;
  padding: 20px 12px;
}

.introduction-flow-frame {
  border: 1px solid #eb676f;
}

.introduction-flow-frame__header {
  border-bottom: 1px solid #eb676f;
  display: flex;
  display: -webkit-flex;
  font-weight: bold;
}

.introduction-flow-frame__badge {
  background-color: #eb676f;
  color: #fff;
  -webkit-flex: 0 0 60px;
  flex: 0 0 60px;
  padding: 10px;
  text-align: center;
}

.introduction-flow-frame__text {
  -webkit-align-items: center;
  align-items: center;
  color: #eb676f;
  display: flex;
  display: -webkit-flex;
  font-size: 1.8rem;
  padding: 10px;
}

.introduction-flow-frame__body {
  padding: 20px;
}

@media screen and (max-width: 780px) {
  .introduction-flow-frame__body {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.introduction-flow-container {
  display: flex;
  display: -webkit-flex;
  margin-left: -30px;
  margin-right: -30px;
}

@media screen and (max-width: 780px) {
  .introduction-flow-container {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

.introduction-flow-container__column {
  margin-left: 30px;
  margin-right: 30px;
  width: calc(50% - 30px);
}

@media screen and (max-width: 780px) {
  .introduction-flow-container__column {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.introduction-flow-arrow {
  position: relative;
}

@media screen and (max-width: 780px) {
  .introduction-flow-arrow {
    margin-bottom: 80px;
  }
}

.introduction-flow-arrow::before {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #eb676f;
  content: "";
  position: absolute;
  right: -50px;
  top: 145px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.introduction-flow-arrow--no-image::before {
  top: 40px;
}

@media screen and (max-width: 780px) {
  .introduction-flow-arrow::before {
    bottom: -50px;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.c-border-frame-gray {
  border: 2px solid #d8d8d8;
  padding: 20px;
}

@media screen and (max-width: 780px) {
  .c-border-frame-gray {
    border: 2px solid #d8d8d8;
    padding: 12px;
  }
}

.text-has-thumb {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.text-has-thumb__text {
  width: calc(100% - 100px);
}

.text-has-thumb__thumb {
  -webkit-flex: 0 0 90px;
  flex: 0 0 90px;
}

.contents__link {
  font-weight: bold;
}

/************************* article-common *************************/
.article {
  /* FI19-000690対応のため */
  /* margin-bottom: 50px; */
}
.article.continue {
  margin-top: -50px;
}

@media screen and (max-width: 780px) {
  .article {
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
  }
}

.article__header {
  margin-bottom: 20px;
}

.article__section {
  margin-bottom: 20px;
}

.article__metadata {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.article__tags {
  margin-bottom: 10px;
  margin-right: auto;
}

.article__date {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-left: 0.5em;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
  text-align: right;
  word-break: keep-all;
}

.article__sns-buttons {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  border: 2px solid #d8d8d8;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 6px;
}

.article__sns-button {
  line-height: 1;
  margin: 2px;
}

.article__sns-buttons iframe,.article__sns-buttons div {
  vertical-align: bottom;
}

.icon-copy-link {
  vertical-align: top;
  width: 20px;
}

.c-rounded-frame {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 15px;
}

@media screen and (max-width: 780px) {
  .c-rounded-frame {
    padding: 0;
  }
}

.wysiwyg {
  margin-bottom: 20px;
}

.wysiwyg > *:first-child {
  margin-top: 0 !important;
}

.wysiwyg > *:last-child {
  margin-bottom: 0 !important;
}

.wysiwyg h2 {
  border-bottom: 3px solid #eb676f;
  clear: both;
  font-size: 2.1rem;
  margin-bottom: 20px;
  margin-top: 60px;
  padding-bottom: 10px;
  padding-left: 28px;
  padding-right: 5px;
  position: relative;
}

.wysiwyg h2::before {
  background-color: #eb676f;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 18px;
}

.wysiwyg h3 {
  border-bottom: 1px solid #8e816f;
  clear: both;
  color: #eb676f;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 40px;
  padding-bottom: 10px;
}

.wysiwyg h3.no-border {
  border-bottom: none;
  padding-bottom: 0;
}

.wysiwyg h4 {
  color: #eb676f;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

.wysiwyg p {
  margin-bottom: 1em;
  margin-top: 1em;
}

.wysiwyg img {
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}

.wysiwyg figure {
  display: table;
  margin: 0 auto;
  max-width: 100%;
  min-width: 150px;
  table-layout: fixed;
  text-align: center;
}

.wysiwyg figure img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wysiwyg figcaption {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-align: left;
}

.wysiwyg .img-center {
  text-align: center;
}

.wysiwyg .img-right {
  text-align: right;
}

.wysiwyg .float-left {
  float: left;
  margin: 0 1em 1em 0;
  width: calc(50% - 1em);
}

.wysiwyg .float-right {
  float: right;
  margin: 0 0 1em 1em;
  width: calc(50% - 1em);
}

@media screen and (max-width: 780px) {
  .wysiwyg .float-left,.wysiwyg .float-right {
    float: none;
    margin: 0 auto 1em;
    width: auto;
  }
}

.wysiwyg hr {
  clear: both;
}

.wysiwyg .float-clear {
  clear: both;
}

.wysiwyg .caption {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-align: left;
}

.wysiwyg .frame {
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 12px;
}

.wysiwyg .frame > *:first-child {
  margin-top: 0 !important;
}

.wysiwyg .frame > *:last-child {
  margin-bottom: 0 !important;
}

.wysiwyg .frame-pink {
  border: 2px solid #eb676f;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 12px;
}

.wysiwyg .frame-pink > *:first-child {
  margin-top: 0 !important;
}

.wysiwyg .frame-pink > *:last-child {
  margin-bottom: 0 !important;
}

.wysiwyg .headline-has-icon {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
}

.wysiwyg .headline-has-icon__icon {
  -webkit-flex: 0 0 33px;
  flex: 0 0 33px;
  margin-right: 10px;
}

.wysiwyg .headline-has-icon__icon img {
  vertical-align: bottom;
}

.wysiwyg .headline-has-icon__text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wysiwyg a.link {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding-left: 17px;
  position: relative;
  text-decoration: underline;
}

.wysiwyg a.link:hover {
  text-decoration: none;
}

.wysiwyg a.link::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 3px solid #eb676f;
  border-top: 3px solid #eb676f;
  content: "";
  height: 12px;
  left: -2px;
  margin-top: -5px;
  position: absolute;
  top: 7px;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

/************************* action-page *************************/
.pc-action__main-image {
  background-image: url("/excludes/rengou/img/action/action__main-image.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -34px;
  margin-top: 34px;
  min-height: 586px;
  padding-bottom: 30px;
}

@media screen and (max-width: 780px) {
  .pc-action__main-image {
    display: none;
  }
}

.sp-action-headline {
  display: none;
}

@media screen and (max-width: 780px) {
  .sp-action-headline {
    display: block;
  }
}

.action__main-image-contents {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  position: relative;
  width: 980px;
}

.action__page-name {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 25px;
}

.action__sub-title {
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 30px;
}

.action__main-text {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 615px;
}

.action__fec-parts-wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: -120px;
}

.action__fec-parts {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  width: 190px;
}

.action__fec-parts-food {
  -webkit-order: 2;
  order: 2;
}

.action__fec-parts-energy {
  margin-top: 125px;
  -webkit-order: 1;
  order: 1;
}

.action__fec-parts-care {
  margin-top: 125px;
  -webkit-order: 3;
  order: 3;
}

.action__fec-parts-image {
  height: auto;
  width: 152px;
}

.action-contents__image-wrapper {
  display: block;
}

@media screen and (max-width: 780px) {
  .action-contents__image-wrapper {
    width: 100%;
  }
}

.action__fec-title {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: 165px;
  margin-top: -85px;
  text-align: center;
  width: 240px;
}

.action__fec-title-image {
  margin-bottom: 10px;
  width: 182px;
}

.action__fec-title-text {
  font-size: 2.6rem;
  margin-bottom: 10px;
}

.action__fec-title .c-link-button {
  padding-left: 15px;
  padding-right: 15px;
}

.action-link-button {
  max-width: 430px;
  padding-left: 15px;
  padding-right: 15px;
}

.action__main-image-anchor {
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 38px;
  margin-top: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .action__main-image-anchor {
    display: block;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
}

.action__main-image-anchor-item {
  border-left: 1px solid #b4b4b4;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.action__main-image-anchor-item:first-child {
  border-left: none;
}

@media screen and (max-width: 780px) {
  .action__main-image-anchor-item {
    border-bottom: 1px solid #b4b4b4;
    border-left: none;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
  }
}

@media screen and (max-width: 780px) {
  .action__main-image-anchor-item:last-child {
    border-bottom: none;
  }
}

.action__main-image-anchor-link:hover {
  text-decoration: underline;
}

.action__main-image-anchor-link {
  display: inline-block;
  font-weight: bold;
  padding-left: 18px;
  position: relative;
  width: 100%;
}

.action__main-image-anchor-link::before {
  border-bottom: 3px solid #eb676f;
  border-left: 3px solid transparent;
  border-right: 3px solid #eb676f;
  border-top: 3px solid transparent;
  content: "";
  height: 12px;
  left: 0;
  margin-top: -5px;
  position: absolute;
  top: 0.5em;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

.section__action-bg {
  background-color: #fff;
  padding-bottom: 50px;
  padding-top: 25px;
  position: relative;
  z-index: 1;
}

.section__action-bg::before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -50%;
  position: absolute;
  top: 0;
  width: 200vw;
  z-index: -1;
}

@media screen and (max-width: 780px) {
  .action-contents__image-wrapper {
    width: 100%;
  }
}

.section__action-bg--pt-none {
  padding-top: 1px;
}

.section__action-bg--pb-none {
  padding-bottom: 1px;
}

.section__action-bg--pb-sml {
  padding-bottom: 10px;
}

.section__action-bg--pb-mid {
  padding-bottom: 18px;
}

.section__action-food-bg {
  background-color: #fdeff0;
}

.section__action-food-bg::before {
  background-color: #fdeff0;
}

.section__action-food-bg .section__action-bg {
  padding-top: 20px;
}

.section__action-energy-bg {
  background-color: #f3faf2;
  /*
  & .page-headline{
    border-color: #54b845;
  }
*/
}

.section__action-energy-bg::before {
  background-color: #f3faf2;
}

.section__action-care-bg {
  background-color: #fdf8f1;
  /*
  & .page-headline{
    border-color: #f4a72b;
  }
*/
}

.section__action-care-bg::before {
  background-color: #fdf8f1;
}

.section__action-last-bg {
  padding-bottom: 80px;
  padding-top: 50px;
}

@media screen and (max-width: 780px) {
  .section__action-last-bg {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}

.action-contents__headline {
  border-bottom: 3px solid #eb676f;
  font-size: 2.4rem;
  margin-bottom: 18px;
  margin-top: 25px;
  padding-bottom: 12px;
}

@media screen and (max-width: 780px) {
  .action-contents__headline {
    font-size: 1.9rem;
  }
}

.action-contents__headline-text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.sp-action-contents__headline-text {
  display: none;
}

@media screen and (max-width: 780px) {
  .sp-action-contents__headline-text {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .action-contents__headline-text {
    display: none;
  }
}

.action-contents__headline-wrapper {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 30px;
}

.action-contents__headline-image {
  height: 200px;
  margin-right: 30px;
  width: 200px;
}

@media screen and (max-width: 780px) {
  .action-contents__headline-wrapper {
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .action-contents__headline-image {
    height: 80px;
    margin-right: 10px;
    width: 80px;
  }
}

.action-contents__headline-text-wrapper {
  -webkit-flex: 1 1;
  flex: 1 1;
}

@media screen and (max-width: 780px) {
  .action-contents__wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.action-contents__three-wrapper {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 30px;
  margin-left: -26px;
  margin-right: -26px;
}

.action-contents__three-item {
  margin-left: 26px;
  margin-right: 26px;
  width: calc(100% / 3 - 26px);
}

@media screen and (max-width: 780px) {
  .action-contents__three-wrapper {
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .action-contents__three-item {
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.action-contents__three-image {
  margin-bottom: 10px;
}

.action-contents__three-image img {
  display: block;
  width: 100%;
}

.action-contents__arrow-link {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}

.action-contents__arrow-link::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 3px solid #eb676f;
  border-top: 3px solid #eb676f;
  content: "";
  height: 12px;
  left: -5px;
  position: absolute;
  top: 0.35em;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

.action-contents__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.action-contents__energy-item {
  display: flex;
  display: -webkit-flex;
}

.action-contents__energy-image {
  -webkit-flex: 0 0 290px;
  flex: 0 0 290px;
  margin-right: 30px;
}

.action-contents__energy-text-block {
  margin-bottom: 30px;
}

.action-contents__energy-text-wrapper {
  -webkit-flex: 1 1;
  flex: 1 1;
}

@media screen and (max-width: 780px) {
  .action-contents__energy-item {
    display: block;
  }
  .action-contents__energy-image {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .action-contents__support-headline {
    padding-left: 30px;
  }
  .action-contents__support-headline::before {
    height: 15px;
    left: 10px;
    top: 3px;
    width: 15px;
  }
  .action-contents__support-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.action-contents__support {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
  .action-contents__support {
    display: block;
  }
}

/* 食の安全へのとりくみ */
.two-column-item__text {
  font-size: 1.6rem;
  line-height: 1.5;
}

.relation-contents__wrapper {
  display: flex;
  display: -webkit-flex;
  padding-left: 18px;
  padding-right: 18px;
}

.relation-contents__item {
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% / 3 - 24px);
}

@media screen and (max-width: 780px) {
  .relation-contents__wrapper {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .relation-contents__item {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.section__action-relation-bg {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 80px;
  padding: 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

.section__action-relation-bg-food::before {
  background-color: #fdeff0;
  content: "";
  height: calc(100% + 80px);
  left: -50%;
  position: absolute;
  top: 0;
  width: 200vw;
  z-index: -2;
}

.section__action-relation-bg-energy::before {
  background-color: #f3faf2;
  content: "";
  height: calc(100% + 80px);
  left: -50%;
  position: absolute;
  top: 0;
  width: 200vw;
  z-index: -2;
}

.section__action-relation-bg-care::before {
  background-color: #fdf8f1;
  content: "";
  height: calc(100% + 80px);
  left: -50%;
  position: absolute;
  top: 0;
  width: 200vw;
  z-index: -2;
}

.section__action-relation-bg-other::after {
  background-color: #fff;
  border-radius: 5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 780px) {
  .section__action-relation-bg {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 25px;
  }
  .section__action-relation-bg::before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: -50%;
    position: absolute;
    top: 0;
    width: 200vw;
    z-index: -1;
  }
  .section__action-relation-bg-energy::after {
    background-color: #fff;
  }
}

.action-contents__relation-headline {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 40px;
}

.action-contents__relation-headline::before {
  left: 15px;
}

@media screen and (max-width: 780px) {
  .action-contents__relation-headline {
    padding-left: 25px;
  }
  .action-contents__relation-headline::before {
    left: 0;
  }
}

/* 電気の共同購入 */
.column-contents-text--strong {
  color: #eb676f;
  font-weight: bold;
  margin-bottom: 10px;
}

.contents__electrical-map-wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 780px) {
  .contents__electrical-map-wrapper {
    display: block;
  }
}

.contents__electrical-map-icon {
  height: 40px;
  margin-right: 10px;
  width: 40px;
}

.contents__electrical-map-item {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 10px;
  margin-left: 20px;
}

@media screen and (max-width: 780px) {
  .contents__electrical-map-list {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 20px;
  }
  .contents__electrical-map-item {
    margin-bottom: 0;
    margin-left: 0;
    width: calc(100% / 3);
  }
}

.contents-power-plant__wrapper {
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.power-plant-table {
  width: 100%;
}

.power-plant-table__left,.power-plant-table__right {
  width: 22%;
}

.power-plant-table th,.power-plant-table td {
  border: 1px solid #b4b4b4;
  padding: 8px;
}

.power-plant-table__headline {
  background-color: #fbe2e5;
  min-height: 68px;
}

.power-plant-table__place-name {
  background-color: #f2f2f2;
}

.power-plant-table td {
  height: 56px;
}

.power-plant-table__link {
  display: flex;
  display: -webkit-flex;
  line-height: 1.5;
}

.power-plant-table__link a {
  -webkit-flex: 1 1;
  flex: 1 1;
}

.power-plant__blunk-icon {
  height: 11px;
  margin-right: 6px;
  margin-top: 6px;
  width: 11px;
}

/* 遺伝子組み換え対策（各活動詳細） */
/************************* products-page *************************/
/* 下層ページ共通部品 */
.contents__youtube--three-column {
  margin-bottom: 10px;
  padding-top: calc(175 / 290 * 100%);
  position: relative;
  width: 100%;
}

.contents__youtube--three-column iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

/************************* list-page-common *************************/
.search-option {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 780px) {
  .search-option {
    display: block;
    margin-bottom: 10px;
  }
}

.search-option__select-area {
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  width: auto;
}

@media screen and (max-width: 780px) {
  .search-option__select-area {
    display: inline-flex;
    display: -webkit-inline-flex;
    width: 100%;
  }
}

.search-option__sub-menu {
  background-color: #fdfaeb;
  border: 1px solid #eb676f;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  padding: 20px 15px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 20;
}

.search-option__sub-menu--wide {
  border-top: 1px solid #eb676f;
  border-top-left-radius: 5px;
  right: 0;
  width: 700px;
}

@media screen and (max-width: 780px) {
  .search-option__sub-menu--wide {
    border-top: none;
    border-top-left-radius: 0;
    width: 100%;
  }
}
.search-option__sub-menu-heiadline {
  border-bottom: 2px solid #f7c1c3;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.option-keyword-search__form {
  margin-bottom: 20px;
  width: 100%;
}

.search-option__checkbox-list {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

.search-option__checkbox-item {
  margin-bottom: 15px;
  width: 50%;
}

.option__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/excludes/rengou/img/checkbox__icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  margin-right: 8px;
  width: 20px;
}

.option__checkbox:checked {
  background-image: url("/excludes/rengou/img/checkbox__icon--checked.png");
}

input[type=checkbox].option__checkbox::-ms-check {
  display: none;
}

.search-option__button-area {
  margin-left: 20px;
  position: relative;
}

@media screen and (max-width: 780px) {
  .search-option__button-area {
    margin-left: 0;
  }
}

.button-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
}

.button-reset:hover {
  text-decoration: none;
}

.c-common-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/excludes/rengou/img/select-allow--small.png) no-repeat right center;
  background-color: #fff;
  background-size: 32px 100%;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  display: inline-block;
  height: 38px;
  min-width: 75px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 38px;
  padding-top: 4px;
}

.c-text-icon {
  background-color: #747474;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  min-width: 60px;
  padding: 4px 3px;
  text-align: center;
}

.c-text-icon--is-ec {
  background-color: #eb676f;
}

.c-common-select::-ms-expand {
  display: none;
}

.c-common-select--is-important {
  font-size: 1.8rem;
  font-weight: bold !important;
  margin-right: auto;
  min-width: 75px;
}

@media screen and (max-width: 780px) {
  .c-common-select--sp-normal-input {
    background-color: #fff;
    background-image: none;
    padding-right: 8px;
    text-align: right;
    width: 48px;
  }
  .c-common-select-button--sp-hidden {
    display: none;
  }
}

.js-inputable-select {
  width: 75px;
}

.search-option__number-group {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 780px) {
  .search-option__number-group {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.search-option__button {
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #b4b4b4;
  display: -webkit-flex;
  display: flex;
  font-size: 1.4rem;
  height: 38px;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 20px;
  padding-top: 0;
  position: relative;
  text-align: left;
  width: 320px;
}

.search-option__button.is-open {
  background-color: #fdfaeb;
  border: 1px solid #eb676f;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.search-option__button.is-open::after {
  border-bottom: 1px solid #fdfaeb;
  bottom: -2px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 30;
}

@media screen and (max-width: 780px) {
  .search-option__button {
    width: 100%;
  }
}

.search-option__button.is-modal::before {
  border-bottom: 2px solid #eb676f;
  border-left: 2px solid transparent;
  border-right: 2px solid #eb676f;
  border-top: 2px solid transparent;
  content: "";
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(-45deg) scale(0.7);
  transform: rotate(-45deg) scale(0.7);
  width: 12px;
  z-index: 1;
}

.search-option__button.is-close::before {
  border-bottom: 2px solid #eb676f;
  border-left: 2px solid transparent;
  border-right: 2px solid #eb676f;
  border-top: 2px solid transparent;
  content: "";
  height: 12px;
  margin-top: -9px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
  z-index: 1;
}

.search-option__button.is-open::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid #eb676f;
  border-right: 2px solid transparent;
  border-top: 2px solid #eb676f;
  content: "";
  height: 12px;
  margin-top: -5px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
  z-index: 1;
}

.js-search-option-refine-icon {
  /* display: none; */
  position: relative;
  z-index: 51;
}

.column-list {
  background-color: #fff;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 12px;
  padding-top: 22px;
  width: 100%;
}

.news-list .two-column-item {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.news-list .news__item {
  height: 100%;
}

.news-list {
  padding-left: 5px;
  padding-right: 5px;
}

.news-list__date-tag-area {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 15px;
}

@media screen and (max-width: 780px) {
  .news-list__date-tag-area {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 10px;
  }
}

.news-list__item {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.pager {
  margin-bottom: 30px;
  margin-top: 20px;
}

.sp-pager {
  display: none;
}

@media screen and (max-width: 780px) {
  .pager {
    display: none;
  }
  .pager--pc-sp-shared,.sp-pager {
    display: flex;
    display: -webkit-flex;
    font-size: 1.35rem !important;
    line-height: 1.28;
    padding-top: 15px;
  }
}

.pager__item {
  background-color: #fff;
  border-radius: 3px;
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  min-width: 36px;
  padding: 8px 5px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .pager__item {
    padding-left: 3px;
    padding-right: 3px;
  }
}

a.pager__item:hover {
  opacity: 0.6;
}

.pager__item--disabled {
  opacity: 0.5;
}

.pager__current {
  background-color: #eb676f;
  color: #fff;
}

.pager__side {
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  margin: 0;
  max-width: 70px;
}

@media screen and (max-width: 780px) {
  .pager__side-prev {
    padding-right: 0;
  }
}

.pager__item-space {
  display: block;
  text-align: center;
  width: 58px;
}

@media screen and (max-width: 780px) {
  .pager__item-space {
    display: block;
    text-align: center;
    width: 18px;
  }
}

.pager__prev--arrow {
  margin-right: 4px;
}

.pager__next--arrow {
  margin-left: 4px;
}

.pager__prev--arrow::before {
  border-bottom: 2px solid #eb676f;
  border-left: 2px solid #eb676f;
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  content: "";
  height: 12px;
  left: 5px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

.pager__next--arrow::after {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #eb676f;
  border-top: 2px solid #eb676f;
  content: "";
  height: 12px;
  position: absolute;
  right: 5px;
  top: 10px;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

li.pager__side > span {
  color: #b4b4b4;
}

li.pager__side > span.pager__item {
  background-color: #d8d8d8;
  border-radius: 3px;
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  min-width: 36px;
  padding: 8px 5px;
  text-align: center;
}

li.pager__side > span.pager__prev--arrow::before {
  border-bottom: 2px solid #b4b4b4;
  border-left: 2px solid #b4b4b4;
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  content: "";
  height: 12px;
  left: 5px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}

li.pager__side > span.pager__next--arrow::after {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #b4b4b4;
  border-top: 2px solid #b4b4b4;
  content: "";
  height: 12px;
  position: absolute;
  right: 5px;
  top: 10px;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
  width: 12px;
}


.pager--max-min {
  opacity: 0.5;
}

/* ニュース一覧下部角丸なしコンテンツ */
.news-column-contents__wrapper {
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 20px;
}

/* 各媒体テンプレート */
.two-column-news .two-column-item {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* ==========================================================================
Print
========================================================================== */
/************************* print *************************/
@media print {
  #fwCms_wrapper {
    background-color: transparent;
    min-width: 1024px;
  }
  .mainArea {
    padding-bottom: 0;
  }
  #wrapper {
    background-color: transparent;
  }
  .header-wrapper--fixed {
    min-width: 1024px;
    position: relative !important;
  }
  .header-contents__right {
    display: none;
  }
  .header__language {
    display: none;
  }
  .navigation {
    display: none;
  }
  #fwCms_wrapper,.fwCms_leftMenu {
    padding-top: 0 !important;
  }
  #contents {
    display: block;
    height: unset;
  }
  .fwCms_centerMenu #contents {
    display: flex !important;
  }
  .fwCms_leftMenu .frame_MB {
    margin-left: auto;
    margin-right: auto;
  }
  .section--bg-fluid-gray,.section--bg-fluid-gray::before {
    background-color: transparent;
  }
  .pc-pagetop-wrapper,.sp-page-top-button {
    display: none;
  }
  .fwCms_leftMenu .frame_LM {
    display: none;
  }
  .footer__after-menu-wrapper {
    margin-top: 0;
  }
  .footer__menu-wrapper {
    display: none;
  }
  .footer__after-menu {
    display: none;
  }
  .article__sns-buttons {
    display: none !important;
  }
}

/* **CKEditor */
ul.CKEditorUL {
  margin-left: 1em;
}

ul.CKEditorUL li {
  padding-left: 15px;
  position: relative;
}

ul.CKEditorUL li::before {
  content: "・";
  left: 0;
  position: absolute;
  top: 0;
}

ol.CKEditorOL {
  list-style: decimal;
  padding-left: 25px;
  margin-left: 1em;
}

span.catch-text {
  font-size: 1.8rem;
  font-weight: bold;
}

span.read-text {
  font-size: 1.7rem;
}

span.go-to-top a {
  display: inline-block;
  line-height: 1.2;
  padding-left: 20px;
  position: relative;
}

span.go-to-top a::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 3px solid #747474;
  border-top: 3px solid #747474;
  content: "";
  height: 12px;
  left: 2px;
  margin-top: 0;
  position: absolute;
  top: 0.43em;
  -webkit-transform: rotate(-45deg) scale(0.7);
  transform: rotate(-45deg) scale(0.7);
  width: 12px;
}

span.border-box {
  display: block;
  border: 1px solid #d8d8d8;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px 12px;
}

h1.CKEditorH1 {
  border-bottom: 3px solid #eb676f;
	font-size: 2.4rem;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
/*  color: #ed777a;	*/
}

h2.CKEditorH2 {
  border-bottom: 3px solid #eb676f;
	font-size: 2.1rem;
	line-height: 1.15;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 28px;
	padding-right: 15px;
	position: relative;
/*  color: #ed777a;	*/
}

h2.CKEditorH2::before {
	background-color: #eb676f;
	border-radius: 50%;
	content: "";
  height: 18px;
  left: 0px;
	position: absolute;
	top: 2px;
	width: 18px;
}

h3.CKEditorH3 {
  border-bottom: 1px solid #b4b4b4;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
/*  color: #ed777a;	*/
}
/*
.CKEditor hr {
  border: 1px solid #d8d8d8;
	border-width: 1px 0 0 0;
}

.CKEditor a {
  text-decoration: underline;
}

.CKEditor a:hover {
  text-decoration: none;
}
*/
.internal-link, .external-link, .anchor-link, .download-link {
  line-height: 1.2;
  padding-left: 20px;
  display: inline-block;
  text-decoration: underline;
  position: relative;
}
.internal-link:hover, .external-link:hover, .anchor-link:hover, .download-link:hover {
  text-decoration: none;
}
.internal-link::before {
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 3px solid #eb676f;
  border-top: 3px solid #eb676f;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: -1px;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
}
.external-link::before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 4px;
  left: 3px;
  background: url(/excludes/rengou/img/blunk-link-icon.png) no-repeat;
  background-size: cover;
}
.anchor-link::before {
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-left: 3px solid #eb676f;
  border-bottom: 3px solid #eb676f;
  content: "";
  width: 12px;
  height: 12px;
  top: 0;
  left: 2px;
  position: absolute;
  -webkit-transform: rotate(-45deg) scale(0.7);
  transform: rotate(-45deg) scale(0.7);
}
.download-link::before {
  content: "";
  width: 18px;
  height: 22px;
  position: absolute;
  top: -1px;
  left: -1px;
  background: url(/excludes/rengou/img/pdf-icon.png) no-repeat;
  background-size: cover;
}

.CKEditor table {
  width: 100% !important;
}

.CKEditor table th,.CKEditor table td {
  border: 1px solid #f59912;
  font-weight: normal;
  height: 50px;
  padding: 10px;
}

.CKEditor table th {
  background-color: #fff3e5;
}

.CKEditor table th:first-child {
  width: 30%;
}

/* ==========================================================================
add
========================================================================== */
input[type=checkbox].option__checkbox_float{
  float: left;
}

p.option__p_float{
  float: left;
  width:calc(100% - 30px);
}
