@charset "UTF-8";
/*------------------------------------------------------------------------------

  Module

------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .module_section + .module_section {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .module_section + .module_section {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .under .main {
    margin: 0 0 120px;
  }
}

.under_container {
  margin: auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .under_container {
    width: 1100px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .under_container {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .under_container.col-1 {
    width: auto;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .under_container.col-1 .under_main {
    margin: 0 0 120px;
  }
}

@media only screen and (max-width: 767px) {
  .under_container.col-1 .under_main {
    margin: 0 0 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .under_container.col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .under_container.col-2 .under_main {
    width: calc(100% - 260px);
  }
}

@media only screen and (max-width: 767px) {
  .under_container.col-2 .under_main {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .under_container.col-2 .under_main + .under_side {
    margin-right: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .under_container.col-2 .under_main + .under_side {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .under_container.col-2 .under_side {
    width: 205px;
  }
}

@media only screen and (max-width: 767px) {
  .under_container.col-2 .under_side {
    background-color: #e6f2f3;
    padding: 30px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under_container.col-2 .under_side > ul {
    background-color: #fff;
    padding: 15px 20px 18px;
  }
}

.under_container.col-2 .under_side li.current > a {
  background-color: #00787e;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

.under_container.col-2 .under_side li a {
  line-height: 1.3;
  display: block;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  color: #222;
}

@media print, screen and (min-width: 768px) {
  .under_container.col-2 .under_side li:not(.current) > a:hover {
    background-color: #ecf2f5;
  }
}

.under_container.col-2 .under_side-mainTitle {
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .under_container.col-2 .under_side-mainTitle {
    border-top: 1px solid #00787e;
    border-bottom: 1px solid #e0e0e0;
  }
}

@media only screen and (max-width: 767px) {
  .under_container.col-2 .under_side-mainTitle {
    border-bottom: 1px solid #00787e;
  }
}

@media print, screen and (min-width: 768px) {
  .under_container.col-2 .under_side-mainTitle > a {
    padding: 20px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .under_container.col-2 .under_side-mainTitle > a {
    padding: 22px 6px;
  }
}

@media only screen and (max-width: 767px) {
  .under_container.col-2 .under_side-mainTitle .icon_arrow_g::after {
    width: 18px;
    height: 5px;
    right: 6px;
    top: 27px;
  }
}

.under_container.col-2 .under_side-subTitle > a {
  font-size: 15px;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .under_container.col-2 .under_side-subTitle > a {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under_container.col-2 .under_side-subTitle > a {
    padding: 10px;
  }
}

.under_container.col-2 .under_side-subTitle + .under_side-subTitle {
  margin-top: 1px;
}

.under_container.col-2 .under_side-subList01 {
  margin: 12px 0 12px 10px !important;
}

.under_container.col-2 .under_side-subList01 > span {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

.under_container.col-2 .under_side-subList01 ul {
  border-left: 1px solid  #afafaf;
  margin: 10px 0 0 7px;
  padding: 0 0 0 4px;
}

@media only screen and (max-width: 767px) {
  .under_container.col-2 .under_side-subList01 ul {
    margin-left: 7px;
  }
}

.under_container.col-2 .under_side-subList01 ul li a {
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 7px 10px 5px;
  color: #555;
}

.under_container.col-2 .under_side-subList01 ul li + li {
  margin-top: 1px;
}

.under_container.col-2 .under_side-subList02 ul {
  border-left: 1px solid  #afafaf;
  padding: 0 0 0 4px;
  margin: 1px 0 0 17px;
}

.under_container.col-2 .under_side-subList02 ul li p {
  line-height: 1.3;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 7px 10px 5px;
  font-weight: bold;
  cursor: default;
}

.under_container.col-2 .under_side-subList02 ul li a {
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 7px 10px 5px;
  color: #555;
}

.under_container.col-2 .under_side-subList02 ul li + li {
  margin-top: 1px;
}

.under_container.col-2 .under_side-subList02 ul + ul {
  margin-top: 10px;
}

.under_container.col-2 .under_side-subList02 + .under_side-subList02 {
  margin: 12px 0 !important;
}

/*
  Breadcrumb
------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .index.breadcrumb {
    margin-bottom: 0;
  }
}

.breadcrumb {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .breadcrumb {
    width: 1100px;
    padding: 0 20px;
    margin: 14px auto 30px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    padding: 6px 10px;
    margin: 0 auto 25px;
    background-color: #ecf2f5;
  }
}

.breadcrumb .breadcrumb-item {
  position: relative;
  display: inline;
}

@media print, screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-item a:hover {
    border-bottom: 1px solid #333;
  }
}

.breadcrumb .breadcrumb-item span {
  color: #333;
}

@media print, screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-item span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.breadcrumb .breadcrumb-item:last-child span {
  color: #767676;
}

@media print, screen and (min-width: 768px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
    margin-left: 20px;
  }
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 11px;
  background-color: #b3b3b3;
  top: -1px;
  left: -18px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    height: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    top: 0;
    left: -12px;
  }
}

/*
  Parts
------------------------------------------------------------------------------*/
/*  Headline  */
.under .mod-h1 + *, .under .mod-h2 + *, .under .mod-h3 + *, .under .mod-h4 + *, .under .mod-h5 + * {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .under_main.index .mod-h1 h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .under_main.index .mod-h1 h1::before {
    width: 68px;
    height: 74px;
    top: -5px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-h1 {
    margin: 0 0 35px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-h1 {
    margin: 0 0 23px;
  }
}

.mod-h1 h1 {
  color: #222;
  line-height: 1.3;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mod-h1 h1 {
    font-size: 43px;
    font-size: 4.3rem;
    padding: 0 0 0 68px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-h1 h1 {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 0 0 0 36px;
  }
}

.mod-h1 h1::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_h2.svg") center center/contain no-repeat;
  top: -1px;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .mod-h1 h1::before {
    width: 53px;
    height: 58px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-h1 h1::before {
    width: 31px;
    height: 34px;
  }
}

.mod-h1 h1 span {
  color: #00787e;
  border: 1px solid #00787e;
  display: table;
  position: relative;
  font-weight: 500;
  cursor: default;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .mod-h1 h1 span {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px 15px 2px;
    right: -5px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-h1 h1 span {
    font-size: 10px;
    font-size: 1rem;
    padding: 2px 11px 1px;
    right: -2px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-h2 {
    margin: 80px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-h2 {
    margin: 60px 0 20px;
  }
}

.mod-h2 h2 {
  color: #222;
  line-height: 1.3;
  position: relative;
  border-bottom: 2px solid #00787e;
}

@media print, screen and (min-width: 768px) {
  .mod-h2 h2 {
    font-size: 31px;
    font-size: 3.1rem;
    padding: 0 0 14px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-h2 h2 {
    font-size: 23px;
    font-size: 2.3rem;
    padding: 0 0 12px;
  }
}

.mod-h2 h2::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #5cb531;
  left: 0;
  height: 2px;
  bottom: -2px;
}

@media print, screen and (min-width: 768px) {
  .mod-h2 h2::before {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-h2 h2::before {
    width: 55px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-h3 {
    margin: 70px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-h3 {
    margin: 50px 0 20px;
  }
}

.mod-h3 h3 {
  color: #222;
  line-height: 1.3;
  position: relative;
  border-bottom: 1px solid #00787e;
}

@media print, screen and (min-width: 768px) {
  .mod-h3 h3 {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 0 0 13px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-h3 h3 {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-h4 {
    margin: 60px 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-h4 {
    margin: 40px 0 10px;
  }
}

.mod-h4 h4 {
  color: #222;
  line-height: 1.3;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mod-h4 h4 {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-h4 h4 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 0 25px;
  }
}

.mod-h4 h4::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_h2.svg") center center/contain no-repeat;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .mod-h4 h4::before {
    top: 2px;
    width: 21px;
    height: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-h4 h4::before {
    top: 1px;
    width: 19px;
    height: 21px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-h5 {
    margin: 50px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-h5 {
    margin: 40px 0 10px;
  }
}

.mod-h5 h5 {
  color: #222;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .mod-h5 h5 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-h5 h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*  Text  */
.mod-text-default {
  color: #222;
  line-height: 1.9;
}

@media print, screen and (min-width: 768px) {
  .mod-text-default {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-text-default {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 25px 0 0;
  }
}

.mod-text-small {
  color: #555;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .mod-text-small {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 25px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-text-small {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 20px 0 0;
  }
}

.mod-text-bold {
  font-weight: bold;
}

.mod-text-red {
  color: #e50000;
}

.mod-text-center {
  text-align: center;
}

.mod-text-right {
  text-align: right;
}

.mod-text-left {
  text-align: left;
}

/*  List  */
@media print, screen and (min-width: 768px) {
  .mod-list01 {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-list01 {
    margin: 25px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-list02 {
    margin: 25px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-list02 {
    margin: 20px 0 0;
  }
}

.mod-list-default li {
  position: relative;
  color: #222;
  line-height: 1.9;
}

@media print, screen and (min-width: 768px) {
  .mod-list-default li {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-list-default li {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 0 0 18px;
  }
}

.mod-list-default li::before {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #222;
  top: 11px;
}

@media print, screen and (min-width: 768px) {
  .mod-list-default li::before {
    width: 7px;
    height: 7px;
    left: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-list-default li::before {
    width: 6px;
    height: 6px;
    left: 4px;
  }
}

.mod-list-default li strong {
  display: block;
}

.mod-list-default li + li {
  margin: 15px 0 0;
}

.mod-list-number01 {
  counter-reset: number;
}

@media print, screen and (min-width: 768px) {
  .mod-list-number01 li {
    padding: 0 0 0 28px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-list-number01 li {
    padding: 0 0 0 22px;
  }
}

.mod-list-number01 li::before {
  counter-increment: number;
  content: counter(number) ".";
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  top: 0;
  left: 0;
}

.mod-list-number01.roman li::before {
  content: counter(number, upper-roman) ".";
}

.mod-list-number02 {
  counter-reset: number;
  margin: 15px 0 0;
}

@media print, screen and (min-width: 768px) {
  .mod-list-number02 li {
    padding: 0 0 0 35px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-list-number02 li {
    padding: 0 0 0 30px;
  }
}

.mod-list-number02 li::before {
  counter-increment: number;
  content: "(" counter(number) ")";
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  left: 0;
  top: 0;
}

.mod-list-emphasis li {
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .mod-list-emphasis li {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 0 0 0 28px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-list-emphasis li {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 0 24px;
  }
}

.mod-list-emphasis li::before {
  background-color: #5cb531;
  left: 0;
  top: 6px;
}

@media print, screen and (min-width: 768px) {
  .mod-list-emphasis li::before {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-list-emphasis li::before {
    width: 14px;
    height: 14px;
  }
}

.mod-list-note li {
  color: #555;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .mod-list-note li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-list-note li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.mod-list-note li::before {
  content: '\203B';
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  left: 0;
  top: 0;
}

.mod-list-note li + li {
  margin: 10px 0 0;
}

/*  Text Link  */
@media print, screen and (min-width: 768px) {
  .mod-textLink {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-textLink {
    margin: 25px 0 0;
  }
}

.mod-textLink-default {
  position: relative;
  padding: 0 0 0 28px;
  line-height: 1.3;
}

.mod-textLink-default::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_arrow_g.svg") center center/contain no-repeat;
  width: 14px;
  height: 5px;
  top: 5px;
  left: 5px;
}

.mod-textLink-default a {
  color: #00787e;
  line-height: 1.3;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mod-textLink-default a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-textLink-default a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-textLink-default a:hover {
    color: #0095a8;
    text-decoration: underline;
  }
}

.mod-textLink-default + .mod-textLink-default {
  margin: 15px 0 0;
}

.mod-textLink-pdf a::after {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/common/img/icon_pdf.svg") center center/contain no-repeat;
  width: 14px;
  height: 16px;
  top: 2px;
  margin: 0 0 0 4px;
}

.mod-textLink-blank a::after {
  content: '';
  display: inline-block;
  background: url("/common/img/icon_blank.svg") center center/contain no-repeat;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: 0 0 0 4px;
}

.mod-textLink-text {
  color: #00787e;
  text-decoration: underline;
  word-break: break-all;
  display: inline-block;
  margin: 0 2px;
}

@media print, screen and (min-width: 768px) {
  .mod-textLink-text:hover {
    color: #0095a8;
    text-decoration: none;
  }
}

.mod-textLink-text.icon_blank::after, .mod-textLink-text.icon_pdf::after {
  margin-left: 4px;
}

/*  Button Link  */
@media print, screen and (min-width: 768px) {
  .mod-button {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-button {
    margin: 25px 0 0;
  }
}

.mod-button p {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .mod-button p {
    max-width: 280px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .mod-button p {
    max-width: 270px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-button p + p {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-button p + p {
    margin-top: 20px;
  }
}

.mod-button a {
  background-color: #5cb531;
  border-radius: 3px;
  color: #fff;
  display: block;
  line-height: 1.3;
  text-align: center;
  position: relative;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .mod-button a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 16px 40px 16px 37px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
  }
}

@media only screen and (max-width: 767px) {
  .mod-button a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 15px 42px 14px;
  }
}

.mod-button a::after {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_arrow_w.svg") center center/contain no-repeat;
  width: 18px;
  height: 5px;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

@media print, screen and (min-width: 768px) {
  .mod-button a:hover {
    background-color: #439836;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-button-center, .mod-button-left, .mod-button-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .mod-button-center > p, .mod-button-left > p, .mod-button-right > p {
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-button-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-button-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-button-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-button-multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0 -20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-button-multiple p {
    margin: 0 0 20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-button-multiple p {
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-button-multiple p:nth-child(2n+1):nth-last-child(-n+2),
  .mod-button-multiple p:nth-child(2n+1):nth-last-child(-n+2) ~ p {
    margin-bottom: 0;
  }
}

.mod-button-long p {
  max-width: none;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .mod-button-long p {
    text-align: center;
  }
}

.mod-button-long p a {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .mod-button-row-multiple {
    display: block;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-button-row-multiple p {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-button-row-multiple p:nth-child(2n+1):nth-last-child(-n+2),
  .mod-button-row-multiple p:nth-child(2n+1):nth-last-child(-n+2) ~ p {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-button-row-multiple p:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-button-row-multiple p + p {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-button-row-multiple.mod-button-center {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-button-row-multiple.mod-button-center > p {
    margin-left: auto;
    margin-right: auto;
  }
}

.mod-button .mod-button-pdf::after {
  background: url("/common/img/icon_pdf_w.svg") center center/contain no-repeat;
  width: 14px;
  height: 16px;
  top: calc(50% - 1px);
}

.mod-button .mod-button-blank::after {
  background: url("/common/img/icon_blank_w.svg") center center/contain no-repeat;
  width: 10px;
  height: 10px;
  top: calc(50%);
}

/*  Anchor Link  */
.mod-anchor {
  background-color: #e6f2f3;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mod-anchor {
    margin: 40px 0 0;
    padding: 25px 30px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-anchor {
    margin: 30px 0 0;
    padding: 25px 20px;
  }
}

.mod-anchor::before, .mod-anchor::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.mod-anchor::before {
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .mod-anchor::before {
    border-width: 29px 22px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-anchor::before {
    border-width: 25px 20px 0 0;
  }
}

.mod-anchor::after {
  border-color: transparent transparent #ffffff transparent;
  bottom: 0;
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .mod-anchor::after {
    border-width: 0 0 29px 22px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-anchor::after {
    border-width: 0 0 25px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -30px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-anchor li {
    margin: 0 0 15px 30px;
  }
}

.mod-anchor li a {
  color: #222;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .mod-anchor li a {
    padding: 0 0 0 23px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-anchor li a {
    padding: 0 0 0 21px;
  }
}

.mod-anchor li a::before {
  content: '';
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  background: url("/common/img/icon_anchor.svg") center center/contain no-repeat;
  left: 0;
  top: 3px;
}

@media print, screen and (min-width: 768px) {
  .mod-anchor li a:hover {
    color: #00787e;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .mod-anchor li + li {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-anchor-col {
    padding: 25px 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-anchor-col ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-anchor-col li {
    margin: 0 0 15px;
    width: calc(33.33% - 14px);
  }
}

@media only screen and (max-width: 767px) {
  .mod-anchor-col li {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-anchor-col li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-anchor-col li:nth-child(3n+1):nth-last-child(-n+3),
  .mod-anchor-col li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-anchor-col li + li {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-anchor-col li + li {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-anchor-col-sp2 {
    padding: 25px 30px;
  }
}

.mod-anchor-col-sp2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .mod-anchor-col-sp2 ul {
    margin: 0;
  }
}

.mod-anchor-col-sp2 li {
  margin: 0 0 15px;
}

@media print, screen and (min-width: 768px) {
  .mod-anchor-col-sp2 li {
    width: calc(33.33% - 14px);
  }
}

@media only screen and (max-width: 767px) {
  .mod-anchor-col-sp2 li {
    width: calc(50% - 10px);
  }
}

@media print, screen and (min-width: 768px) {
  .mod-anchor-col-sp2 li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-anchor-col-sp2 li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-anchor-col-sp2 li:nth-child(3n+1):nth-last-child(-n+3),
  .mod-anchor-col-sp2 li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-anchor-col-sp2 li:nth-child(2n+1):nth-last-child(-n+2),
  .mod-anchor-col-sp2 li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}

.mod-anchor-col-sp2 li + li {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .mod-anchor-col-sp2 li + li {
    margin-top: 0;
  }
}

.mod-anchor-col-sp2 li a {
  display: inline-block;
}

/*  Tab  */
@media print, screen and (min-width: 768px) {
  .mod-tab, .mod-tab-static {
    margin: 60px 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-tab, .mod-tab-static {
    margin: 50px 0 40px;
  }
}

.mod-tab ul, .mod-tab-static ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .mod-tab ul, .mod-tab-static ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-tab li, .mod-tab-static li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media only screen and (max-width: 767px) {
  .mod-tab li, .mod-tab-static li {
    width: calc(50% - .5px);
    margin-bottom: 1px;
  }
}

.mod-tab li.current, .mod-tab-static li.current {
  position: relative;
  pointer-events: none;
}

.mod-tab li.current::before, .mod-tab-static li.current::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #5cb531;
  top: 0;
  left: 0;
}

.mod-tab li.current a, .mod-tab-static li.current a {
  background-color: #00787e;
  color: #fff;
}

.mod-tab li a, .mod-tab-static li a {
  background-color: #e6f2f3;
  color: #00787e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.3;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .mod-tab li a, .mod-tab-static li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-tab li a, .mod-tab-static li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 14px 7px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-tab li:not(.current) a:hover, .mod-tab-static li:not(.current) a:hover {
    background-color: #cce5e6;
  }
}

@media only screen and (max-width: 767px) {
  .mod-tab li:nth-child(2n+1), .mod-tab-static li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-tab li:nth-child(2n+1):nth-last-child(-n+2),
  .mod-tab li:nth-child(2n+1):nth-last-child(-n+2) ~ li, .mod-tab-static li:nth-child(2n+1):nth-last-child(-n+2),
  .mod-tab-static li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}

.mod-tab li + li, .mod-tab-static li + li {
  margin-left: 1px;
}

.mod-tab + *, .mod-tab-static + * {
  margin-top: 0;
}

/*  List Table  */
@media print, screen and (min-width: 768px) {
  .mod-listTable {
    margin: 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-listTable {
    margin: 40px 0 0;
  }
}

.mod-listTable li {
  border-bottom: 1px solid  #e0e0e0;
}

@media print, screen and (min-width: 768px) {
  .mod-listTable li {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-listTable li {
    padding: 15px 0;
  }
}

.mod-listTable li:first-child {
  padding-top: 0;
}

.mod-listTable li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mod-listTable li dl.one dt {
  width: auto;
}

.mod-listTable li dt {
  color: #222;
  font-weight: bold;
  line-height: 1.6;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .mod-listTable li dt {
    font-size: 16px;
    font-size: 1.6rem;
    width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-listTable li dt {
    font-size: 15px;
    font-size: 1.5rem;
    width: 75px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-listTable li dt + dd {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-listTable li dt + dd {
    margin-left: 15px;
  }
}

.mod-listTable li dd {
  color: #222;
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media print, screen and (min-width: 768px) {
  .mod-listTable li dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-listTable li dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/*  Definition List Table  */
@media print, screen and (min-width: 768px) {
  .mod-definitionlistTable {
    margin: 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-definitionlistTable {
    margin: 40px 0 0;
  }
}

.mod-definitionlistTable li {
  border-bottom: 1px solid  #e0e0e0;
  padding: 15px 0;
}

.mod-definitionlistTable li:first-child {
  padding-top: 0;
}

.mod-definitionlistTable li dt {
  color: #222;
  font-weight: bold;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .mod-definitionlistTable li dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-definitionlistTable li dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.mod-definitionlistTable li dt + dd {
  margin-top: 5px;
}

.mod-definitionlistTable li dd {
  color: #222;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .mod-definitionlistTable li dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-definitionlistTable li dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/*  Table  */
@media print, screen and (min-width: 768px) {
  .mod-table {
    margin: 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-table {
    margin: 40px 0 0;
  }
}

.mod-table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}

.mod-table caption {
  margin: 0 0 5px;
}

@media print, screen and (min-width: 768px) {
  .mod-table caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-table caption {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.mod-table thead th {
  background-color: #ecf2f5;
  border: 1px solid #ccc;
  color: #222;
  text-align: left;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: top;
}

@media print, screen and (min-width: 768px) {
  .mod-table thead th {
    padding: 15px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-table thead th {
    padding: 6px 3px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.mod-table tbody th {
  background-color: #ecf2f5;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .mod-table tbody th {
    padding: 15px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-table tbody th {
    padding: 6px 3px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.mod-table tbody td {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #222;
  line-height: 1.3;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .mod-table tbody td {
    padding: 15px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-table tbody td {
    padding: 6px 3px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.mod-table .nowrap {
  white-space: nowrap;
}

.mod-table .middle {
  vertical-align: middle;
}

.mod-table .center {
  text-align: center;
}

.mod-table .right {
  text-align: right;
}

.mod-table .left {
  text-align: left;
}

.mod-table .small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}

.mod-table .total-sum, .mod-table .total-num {
  padding: 0;
}

.mod-table .total-sum > span, .mod-table .total-num > span {
  font-weight: bold;
  position: relative;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .mod-table .total-sum > span, .mod-table .total-num > span {
    padding: 17px 10px 13px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-table .total-sum > span, .mod-table .total-num > span {
    padding: 8px 3px 4px;
  }
}

.mod-table .total-sum > span::before, .mod-table .total-sum > span::after, .mod-table .total-num > span::before, .mod-table .total-num > span::after {
  content: '';
  position: absolute;
  display: block;
}

.mod-table .total-sum > span::before, .mod-table .total-num > span::before {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  top: 2px;
  left: 0;
}

.mod-table .total-sum > span::after, .mod-table .total-num > span::after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 0;
  left: 0;
}

.mod-table .total-sum {
  background-color: #E2F2EE;
}

.mod-table .total-num {
  background-color: #F0FAF8;
}

@media only screen and (max-width: 767px) {
  .mod-table.mod-table-scroll {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-table.mod-table-scroll > div {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-table.mod-table-scroll > div table {
    display: inline-table;
  }
}

/*  Accordion  */
@media print, screen and (min-width: 768px) {
  .mod-accordion {
    margin: 60px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordion {
    margin: 40px 0 0;
  }
}

.mod-accordion ul {
  border-top: 1px solid  #d4d4d4;
  border-bottom: 1px solid  #d4d4d4;
}

.mod-accordion li.current .mod-accordion_inner::after {
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.mod-accordion li + li {
  border-top: 1px solid  #d4d4d4;
}

.mod-accordion .mod-accordion_inner {
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_inner {
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    padding: 25px 40px 30px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordion .mod-accordion_inner {
    padding: 20px 30px 17px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mod-accordion .mod-accordion_inner dt {
  color: #00787e;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_inner dt {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0 0 34px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 124px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordion .mod-accordion_inner dt {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 0 0 0 28px;
  }
}

.mod-accordion .mod-accordion_inner dt span {
  font-weight: bold;
  display: inline-block;
  font-family: arial;
  margin-right: 5px;
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_inner dt span {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordion .mod-accordion_inner dt span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.mod-accordion .mod-accordion_inner dt::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_h2.svg") center center/contain no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_inner dt::before {
    width: 24px;
    height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordion .mod-accordion_inner dt::before {
    width: 22px;
    height: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_inner dt + dd {
    margin-left: 60px;
  }
}

.mod-accordion .mod-accordion_inner dd {
  color: #222;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_inner dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordion .mod-accordion_inner dd {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 0 0 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_inner:hover {
    background-color: #ecf2f5;
  }
}

.mod-accordion .mod-accordion_inner::after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #00787e;
  border-right: 2px solid #00787e;
  top: calc(50% - 6px);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 14px;
  height: 14px;
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_inner::after {
    right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordion .mod-accordion_inner::after {
    right: 7px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_inner + .mod-accordion_contents {
    margin-top: 20px;
  }
}

.mod-accordion .mod-accordion_contents {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_contents {
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordion .mod-accordion_contents {
    margin: 0 0 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_contents_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mod-accordion .mod-accordion_contents-image {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_contents-image {
    max-width: 410px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordion .mod-accordion_contents-image {
    max-width: 450px;
    width: 100%;
    margin: auto;
  }
}

.mod-accordion .mod-accordion_contents-image img {
  max-width: 100%;
}

.mod-accordion .mod-accordion_contents-image figcaption {
  color: #666;
  margin-top: 12px;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_contents-image figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordion .mod-accordion_contents-image figcaption {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_contents-image + .mod-accordion_contents-detail {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordion .mod-accordion_contents-image + .mod-accordion_contents-detail {
    margin-top: 25px;
  }
}

.mod-accordion .mod-accordion_contents-title {
  color: #222;
  line-height: 1.3;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_contents-title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordion .mod-accordion_contents-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.mod-accordion .mod-accordion_contents-title + .mod-accordion_contents-text {
  margin-top: 15px;
}

.mod-accordion .mod-accordion_contents-text {
  color: #222;
  line-height: 1.9;
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion_contents-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordion .mod-accordion_contents-text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.mod-accordion .mod-accordion-none .mod-accordion_inner {
  cursor: default;
}

@media print, screen and (min-width: 768px) {
  .mod-accordion .mod-accordion-none .mod-accordion_inner:hover {
    background-color: transparent;
  }
}

.mod-accordion .mod-accordion-none .mod-accordion_inner::after {
  content: none;
}

/*  Accordion FAQ  */
@media print, screen and (min-width: 768px) {
  .mod-accordionFaq {
    margin: 60px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordionFaq {
    margin: 40px 0 0;
  }
}

.mod-accordionFaq ul {
  border-top: 1px solid  #d4d4d4;
  border-bottom: 1px solid  #d4d4d4;
}

.mod-accordionFaq li.current .mod-accordionFaq_inner::after {
  top: calc(50% + 5px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.mod-accordionFaq li + li {
  border-top: 1px solid  #d4d4d4;
}

.mod-accordionFaq .mod-accordionFaq_inner {
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media print, screen and (min-width: 768px) {
  .mod-accordionFaq .mod-accordionFaq_inner {
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    padding: 25px 40px 30px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordionFaq .mod-accordionFaq_inner {
    padding: 20px 30px 22px 0;
  }
}

.mod-accordionFaq .mod-accordionFaq_inner p {
  position: relative;
  color: #222;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .mod-accordionFaq .mod-accordionFaq_inner p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 0 55px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordionFaq .mod-accordionFaq_inner p {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 0 30px;
  }
}

.mod-accordionFaq .mod-accordionFaq_inner p::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_faq_q.svg") center center/contain no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .mod-accordionFaq .mod-accordionFaq_inner p::before {
    width: 24px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordionFaq .mod-accordionFaq_inner p::before {
    width: 21px;
    height: 26px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-accordionFaq .mod-accordionFaq_inner + .mod-accordionFaq_contents {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordionFaq .mod-accordionFaq_inner + .mod-accordionFaq_contents {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-accordionFaq .mod-accordionFaq_inner:hover {
    background-color: #ecf2f5;
  }
}

.mod-accordionFaq .mod-accordionFaq_inner::after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #00787e;
  border-right: 2px solid #00787e;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 14px;
  height: 14px;
}

@media print, screen and (min-width: 768px) {
  .mod-accordionFaq .mod-accordionFaq_inner::after {
    right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordionFaq .mod-accordionFaq_inner::after {
    right: 7px;
  }
}

.mod-accordionFaq .mod-accordionFaq_contents {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .mod-accordionFaq .mod-accordionFaq_contents {
    margin: 0 0 50px;
    padding: 0 0 0 87px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordionFaq .mod-accordionFaq_contents {
    margin: 0 0 40px;
    padding: 0 0 0 44px;
  }
}

.mod-accordionFaq .mod-accordionFaq_contents_inner .mod-list-number01 > li {
  border: none;
}

.mod-accordionFaq .mod-accordionFaq_contents-text {
  color: #222;
  line-height: 1.9;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mod-accordionFaq .mod-accordionFaq_contents-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordionFaq .mod-accordionFaq_contents-text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.mod-accordionFaq .mod-accordionFaq_contents-text::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_faq_a.svg") center center/contain no-repeat;
  width: 17px;
  height: 18px;
}

@media print, screen and (min-width: 768px) {
  .mod-accordionFaq .mod-accordionFaq_contents-text::before {
    top: 6px;
    left: -30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-accordionFaq .mod-accordionFaq_contents-text::before {
    top: 4px;
    left: -24px;
  }
}

/*  Image 2col  */
@media print, screen and (min-width: 768px) {
  .mod-image-2col {
    margin: 60px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-2col {
    margin: 40px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-2col ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-2col li {
    width: calc(50% - 20px);
    margin: 0 0 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-2col li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-2col li:nth-child(2n+1):nth-last-child(-n+2),
  .mod-image-2col li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-2col li + li {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-2col li + li {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-2col li figure {
    display: table;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-2col li figure span {
    display: block;
    max-width: 450px;
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-2col li figure img {
    max-width: 380px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-2col li figure img {
    max-width: 100%;
  }
}

.mod-image-2col li figure figcaption {
  color: #666;
  margin-top: 12px;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .mod-image-2col li figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-2col li figure figcaption {
    font-size: 13px;
    font-size: 1.3rem;
    display: table-caption;
    caption-side: bottom;
  }
}

.mod-image-2col-image + .mod-image-2col-text {
  margin-top: 20px;
}

.mod-image-2col-text p {
  color: #222;
  line-height: 1.9;
}

@media print, screen and (min-width: 768px) {
  .mod-image-2col-text p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-2col-text p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.mod-image-2col .mod-h2,
.mod-image-2col .mod-h3,
.mod-image-2col .mod-h4,
.mod-image-2col .mod-h5 {
  margin-top: 0;
}

/*  Image Variation  */
.mod-image-variation {
  margin: 40px 0 0;
}

.mod-image-variation > .mod-image-variation-default:first-child {
  margin-top: 0;
}

.mod-image-variation-default {
  margin: 40px 0 0;
}

.mod-image-variation-default figure {
  display: table;
  margin: auto;
  table-layout: fixed;
}

@media only screen and (max-width: 767px) {
  .mod-image-variation-default figure {
    text-align: center;
  }
}

.mod-image-variation-default figure figcaption {
  color: #666;
  margin-top: 12px;
  line-height: 1.3;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-default figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
    display: table-caption;
    caption-side: bottom;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-variation-default figure figcaption {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.mod-image-variation-default img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mod-image-variation-default img {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-variation-default.wide {
    margin: 0 -10px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-right figure {
    margin: 0 0 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-left figure {
    margin: 0 auto 0 0;
  }
}

.mod-image-variation-3col {
  margin: 40px 0 0;
}

.mod-image-variation-3col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-image-variation-3col li {
  margin: 0 0 30px;
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-3col li {
    width: calc(33.33% - 17px);
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-variation-3col li {
    width: calc(50% - 5px);
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-variation-3col li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-variation-3col li:nth-child(2n+1):nth-last-child(-n+2),
  .mod-image-variation-3col li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-3col li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-3col li:nth-child(3n+1):nth-last-child(-n+3),
  .mod-image-variation-3col li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-3col li + li {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-variation-3col li + li {
    margin-left: 10px;
  }
}

.mod-image-variation-3col li figure {
  text-align: center;
}

.mod-image-variation-3col li figure img {
  max-width: 100%;
}

.mod-image-variation-3col li figure figcaption {
  color: #666;
  margin-top: 12px;
  line-height: 1.3;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-3col li figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-variation-3col li figure figcaption {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.mod-image-variation-2col {
  margin: 40px 0 0;
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-2col ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.mod-image-variation-2col li {
  margin: 0 0 40px;
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-2col li {
    width: calc(50% - 20px);
  }
}

.mod-image-variation-2col li figure {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mod-image-variation-2col li figure span {
    display: block;
    max-width: 450px;
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-2col li figure img {
    max-width: 380px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-variation-2col li figure img {
    max-width: 100%;
  }
}

.mod-image-variation-2col li figure figcaption {
  color: #666;
  margin-top: 12px;
  line-height: 1.3;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-2col li figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-variation-2col li figure figcaption {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-2col li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-2col li:nth-child(2n+1):nth-last-child(-n+2),
  .mod-image-variation-2col li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-image-variation-2col li + li {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-image-variation-2col li + li {
    margin-top: 40px;
  }
}

/*  Image Text  */
.mod-imageText {
  margin: 40px 0 0;
}

@media print, screen and (min-width: 768px) {
  .mod-imageText_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-imageText_wrapper.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-imageText_wrapper.reverse .mod-imageText-image + .mod-imageText-contents {
    margin: 0 40px 0 0;
  }
}

.mod-imageText_wrapper + .mod-imageText_wrapper {
  margin-top: 40px;
}

@media print, screen and (min-width: 768px) {
  .mod-imageText-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-imageText-image figure {
    display: table;
  }
}

@media only screen and (max-width: 767px) {
  .mod-imageText-image figure {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .mod-imageText-image figure span {
    display: block;
    max-width: 450px;
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-imageText-image figure img {
    max-width: 380px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-imageText-image figure img {
    max-width: 100%;
  }
}

.mod-imageText-image figure figcaption {
  color: #666;
  margin-top: 12px;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .mod-imageText-image figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
    display: table-caption;
    caption-side: bottom;
  }
}

@media only screen and (max-width: 767px) {
  .mod-imageText-image figure figcaption {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-imageText-image + .mod-imageText-contents {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-imageText-image + .mod-imageText-contents {
    margin-top: 25px;
  }
}

.mod-imageText-contents {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mod-imageText-contents > *:first-child {
  margin-top: 0;
}

.mod-imageText-contents > p {
  color: #222;
  line-height: 1.9;
}

@media print, screen and (min-width: 768px) {
  .mod-imageText-contents > p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-imageText-contents > p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-imageText-strong {
    margin: 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-imageText-strong {
    margin: 40px 0 0;
  }
}

.mod-imageText-strong_inner {
  background-color: #ecf2f5;
}

@media print, screen and (min-width: 768px) {
  .mod-imageText-strong_inner {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-imageText-strong_inner {
    padding: 25px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-imageText-strong-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mod-imageText-strong-title {
  margin: 0 0 17px;
}

.mod-imageText-strong-title p {
  color: #222;
  line-height: 1.3;
  position: relative;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .mod-imageText-strong-title p {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-imageText-strong-title p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 0 25px;
  }
}

.mod-imageText-strong-title p::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_h2.svg") center center/contain no-repeat;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .mod-imageText-strong-title p::before {
    top: 2px;
    width: 21px;
    height: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-imageText-strong-title p::before {
    top: 1px;
    width: 19px;
    height: 21px;
  }
}

.mod-imageText-strong-image {
  max-width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: auto;
}

.mod-imageText-strong-image img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .mod-imageText-strong-image + .mod-imageText-strong-text {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-imageText-strong-image + .mod-imageText-strong-text {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-imageText-strong-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.mod-imageText-strong-text p:first-child {
  margin: 0;
}

.mod-imageText-strong-text .mod-text-default {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

/*  Recipe  */
@media print, screen and (min-width: 768px) {
  .mod-recipe {
    margin: 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-recipe {
    margin: 40px 0 0;
  }
}

.mod-recipe_inner {
  background-color: #ecf2f5;
}

@media print, screen and (min-width: 768px) {
  .mod-recipe_inner {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-recipe_inner {
    padding: 25px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mod-recipe-image {
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-image {
    max-width: 208px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-recipe-image {
    max-width: 400px;
  }
}

.mod-recipe-image img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-image + .mod-recipe-text {
    margin-top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-recipe-image + .mod-recipe-text {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mod-recipe-item {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-item {
    width: calc(100% / 3);
    padding: 15px 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-recipe-item {
    padding: 15px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-item + .mod-recipe-item {
    margin-left: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-recipe-item + .mod-recipe-item {
    margin-top: 15px;
  }
}

.mod-recipe-text strong {
  font-weight: bold;
  line-height: 1.3;
  font-size: 17px;
  font-size: 1.7rem;
}

.mod-recipe-text strong ~ p {
  margin-top: 10px;
}

.mod-recipe-text p {
  font-size: 14px;
  font-size: 1.4rem;
}

.mod-recipe-title {
  margin: 0 0 17px;
}

.mod-recipe-title p {
  color: #222;
  line-height: 1.3;
  position: relative;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-title p {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-recipe-title p {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 0 25px;
  }
}

.mod-recipe-title p::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_h2.svg") center center/contain no-repeat;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-title p::before {
    top: 2px;
    width: 21px;
    height: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-recipe-title p::before {
    top: 1px;
    width: 19px;
    height: 21px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-prepare {
    margin: 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-recipe-prepare {
    margin: 40px 0 0;
  }
}

.mod-recipe-prepare_inner {
  background-color: #ecf2f5;
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-prepare_inner {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-recipe-prepare_inner {
    padding: 25px 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-prepare-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mod-recipe-prepare-title {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
  text-align: left;
}

.mod-recipe-prepare-image {
  background-color: #fff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-prepare-image {
    padding: 25px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-recipe-prepare-image {
    padding: 20px;
  }
}

.mod-recipe-prepare-image img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-prepare-image img {
    max-width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-recipe-prepare-image img {
    max-width: 400px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-prepare-image + .mod-recipe-prepare-text {
    margin-left: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-recipe-prepare-image + .mod-recipe-prepare-text {
    margin-top: 10px;
  }
}

.mod-recipe-prepare-text {
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media print, screen and (min-width: 768px) {
  .mod-recipe-prepare-text {
    padding: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-recipe-prepare-text {
    padding: 20px;
  }
}

.mod-recipe-prepare-text li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

/*
  お問い合わせ先
------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .mod-contact {
    margin: 80px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact {
    margin: 60px 0 0;
  }
}

.mod-contact-block {
  background-color: #e0e8ec;
}

@media print, screen and (min-width: 768px) {
  .mod-contact-block {
    padding: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact-block {
    padding: 4px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-contact-block:not(:first-of-type) {
    margin: 45px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact-block:not(:first-of-type) {
    margin: 35px 0 0;
  }
}

.mod-contact-block-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .mod-contact-block-title {
    font-size: 23px;
    font-size: 2.3rem;
    padding: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact-block-title {
    font-size: 19px;
    font-size: 1.9rem;
    padding: 13px;
  }
}

.mod-contact-block_inner {
  background-color: #fff;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mod-contact-block_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact-block_inner {
    padding: 20px 36px 30px;
  }
}

.mod-contact-block_inner > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mod-contact-block_inner .mod-button {
  margin: 0;
}

.mod-contact-block_inner + .mod-contact-block_inner::before {
  content: '';
  position: absolute;
  display: block;
  border-top: 1px solid #ccc;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
}

@media print, screen and (min-width: 768px) {
  .mod-contact-block_inner + .mod-contact-block_inner::before {
    width: calc(100% - 70px);
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact-block_inner + .mod-contact-block_inner::before {
    width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact-detail-headline {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact-detail-headline + .mod-button {
    margin: 15px 0 0;
  }
}

.mod-contact-detail-headline strong {
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .mod-contact-detail-headline strong {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact-detail-headline strong {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.mod-contact-information-headline {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mod-contact-information-headline + .mod-button {
    margin: 15px 0 0;
  }
}

.mod-contact-information-headline strong {
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .mod-contact-information-headline strong {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact-information-headline strong {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.mod-contact-information-headline > span {
  display: block;
  background-color: #ecf2f5;
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 1px 0;
  max-width: 500px;
}

@media print, screen and (min-width: 768px) {
  .mod-contact-information-headline > span {
    margin: 15px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact-information-headline > span {
    margin: 10px auto 0;
  }
}

.mod-contact-information-headline ul {
  margin: 20px 0 0;
}

.mod-contact-information-headline ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

.mod-contact-information-headline ul li span {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  top: 1px;
}

.mod-contact-information-headline ul li + li {
  margin: 15px 0 0;
}

@media print, screen and (min-width: 768px) {
  .mod-contact-information-headline + .mod-button_wrapper {
    margin-left: 30px;
    border-left: 1px solid  #ccc;
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact-information-headline + .mod-button_wrapper {
    margin-top: 25px;
    border-top: 1px solid  #ccc;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-contact-information .mod-button {
    margin: 40px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact-information .mod-button {
    margin: 10px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-contact-information .mod-button_wrapper {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact-information .mod-button_wrapper {
    padding: 25px 17px 0;
  }
}

.mod-contact-information .mod-button_wrapper strong {
  line-height: 1.3;
  text-align: center;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .mod-contact-information .mod-button_wrapper strong {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .mod-contact-information .mod-button_wrapper strong {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.mod-contact-information-tel, .mod-contact-information-fax {
  position: relative;
}

.mod-contact-information-tel::before, .mod-contact-information-fax::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

.mod-contact-information-tel::before {
  background: url("/common/img/icon_tel.svg") center/contain no-repeat;
}

.mod-contact-information-fax::before {
  background: url("/common/img/icon_fax.svg") center/contain no-repeat;
}

.mod-contact-information .mod-contact-block_inner {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

@media only screen and (max-width: 767px) {
  .mod-contact-information .mod-contact-block_inner {
    padding: 20px 16px 30px;
  }
}

/*  Background  */
@media print, screen and (min-width: 768px) {
  .mod-background {
    margin: 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-background {
    margin: 40px 0 0;
  }
}

.mod-background_inner {
  background-color: #ecf2f5;
}

@media print, screen and (min-width: 768px) {
  .mod-background_inner {
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-background_inner {
    padding: 25px 10px;
  }
}

.mod-background_inner > *:first-child {
  margin-top: 0;
}

/*  Block Link  */
@media print, screen and (min-width: 768px) {
  .mod-blockLink {
    margin: 40px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .mod-blockLink {
    margin: 30px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-blockLink-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-blockLink-item {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}

.mod-blockLink-item a {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid  #c3cad4;
  height: 100%;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .mod-blockLink-item a {
    font-size: 20px;
    font-size: 2rem;
    padding: 35px 48px 35px 20px;
    min-height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-blockLink-item a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 43px 20px 15px;
    min-height: 70px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-blockLink-item a.icon_arrow_g::after {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-blockLink-item a.icon_arrow_g::after {
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.mod-blockLink-item a:hover {
  background-color: #ecf2f5;
}

@media print, screen and (min-width: 768px) {
  .mod-blockLink-item + .mod-blockLink-item {
    margin: 0 0 20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mod-blockLink-item + .mod-blockLink-item {
    margin: 15px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-blockLink-item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .mod-blockLink-item:nth-child(2n+1):nth-last-child(-n+2),
  .mod-blockLink-item:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}

/*  module decoration  */
@media print, screen and (min-width: 768px) {
  .module-headline {
    margin: 35px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .module-headline {
    margin: 23px 0 0;
  }
}

.module-title {
  color: #222;
  line-height: 1.3;
  position: relative;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .module-title {
    font-size: 31px;
    font-size: 3.1rem;
    padding: 0 0 14px;
    border-bottom: 2px solid #00787e;
  }
}

@media only screen and (max-width: 767px) {
  .module-title {
    font-size: 23px;
    font-size: 2.3rem;
    padding: 0 0 12px;
    border-bottom: 2px solid #00787e;
  }
}

.module-title::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #5cb531;
  left: 0;
  height: 2px;
  bottom: -2px;
}

@media print, screen and (min-width: 768px) {
  .module-title::before {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .module-title::before {
    width: 55px;
  }
}

/*
  IE11
------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, :root .mod-textLink-blank a::after {
    top: -1px;
  }
  *::-ms-backdrop, :root .icon_arrow_w-big::after {
    top: calc(50% - 6px);
  }
  *::-ms-backdrop, :root .index_btn a {
    padding: 14px 35px 11px 16px;
  }
  *::-ms-backdrop, :root .top_common_h2 h2 {
    top: 5px;
  }
  *::-ms-backdrop, :root .top_common_h2 h2::before {
    top: calc(50% - 10px);
  }
  *::-ms-backdrop, :root .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    top: calc(50% - 2px);
  }
  *::-ms-backdrop, :root .mod-h1 h1::before {
    top: -8px;
  }
  *::-ms-backdrop, :root .mod-h1 h1 span {
    top: -8px;
  }
  *::-ms-backdrop, :root .mod-h2 h2::before {
    height: 1px;
  }
  *::-ms-backdrop, :root .mod-h4 h4::before {
    top: -2px;
  }
  *::-ms-backdrop, :root .mod-list-default li::before {
    top: 9px;
  }
  *::-ms-backdrop, :root .mod-textLink-default::before {
    width: 15px;
    height: 6px;
    top: 3px;
  }
  *::-ms-backdrop, :root .mod-list-number01 li::before {
    top: 0;
  }
  *::-ms-backdrop, :root .mod-list-emphasis li::before {
    top: 4px;
  }
  *::-ms-backdrop, :root .mod-list-note li::before {
    top: 0;
  }
  *::-ms-backdrop, :root .mod-anchor li a::before {
    top: 0;
  }
  *::-ms-backdrop, :root .mod-button a {
    padding: 18px 40px 14px 37px;
  }
  *::-ms-backdrop, :root .mod-textLink-pdf a::after {
    bottom: 9px;
  }
  *::-ms-backdrop, :root .mod-textLink-blank a::after {
    bottom: 11px;
  }
  *::-ms-backdrop, :root .mod-accordionFaq .mod-accordionFaq_contents-text::before {
    top: 3px;
  }
  *::-ms-backdrop, :root .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    top: calc(50% - 7px);
  }
}

.mod-border-area{
  border: 1px solid #333;
  padding: 30px;
  margin-top: 50px;
  font-style: italic;
}

.mod-border-area .mod-h5{
  margin-top: 0;
}