@charset "UTF-8";
/* ==========================================================================
   Foundation
** ========================================================================== */
/* Base
** ----------------------------------------------------------------- */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Fonts
** ----------------------------------------------------------------- */
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

/* ==========================================================================
   Layout
** ========================================================================== */
html {
  font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.for-screen-reader,
.pc-only-ib,
.pc-only {
  display: none;
}

@media screen and (min-width: 767px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .pc-only-ib {
    display: inline-block;
  }
}

.site-header .site-title img {
  display: block;
  width: 100%;
  max-width: none;
}

.site-header .header-links {
  display: none;
}

.global-navigation ul {
  display: table;
  width: 100%;
}

.global-navigation li {
  display: table-cell;
}

.toggle-nav {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
  width: 36px;
  height: 36px;
  background: #000;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}

.toggle-nav span {
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 10%;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.toggle-nav span:nth-child(1) {
  top: 9px;
}

.toggle-nav span:nth-child(2) {
  top: 17px;
}

.toggle-nav span:nth-child(3) {
  top: 25px;
}

.toggle-nav.open span:nth-child(1) {
  top: 17px;
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.toggle-nav.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.toggle-nav.open span:nth-child(3) {
  top: 17px;
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.toggle-nav.open b {
  color: #FFF;
}

.toggle-nav b {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  font-weight: normal;
  left: -2px;
  bottom: -18px;
  font-size: 11px;
  color: #000;
}

@media screen and (min-width: 768px) {
  .nav-main {
    display: block !important;
  }
}

@media screen and (min-width: 767px) {
  .site-header {
    background-color: #081c50;
  }
  .site-header .header-links {
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 4;
    display: block;
    width: 11.25%;
    max-width: 136px;
  }
  .site-header .header-links a {
    display: block;
    margin-bottom: 4px;
  }
  .site-header .header-links a:last-child {
    margin-bottom: 0;
  }
  .site-header .header-links a img {
    display: block;
  }
  .site-header .header-links a:hover {
    opacity: 0.5;
  }
}

.site-footer {
  padding-top: 50px;
  padding-bottom: 150px;
  background-color: #081c50;
}

.totop {
  display: none;
  position: fixed;
  bottom: 18%;
  right: 2.343%;
  z-index: 4;
  width: 21.25%;
  max-width: 136px;
}

.totop a:hover {
  opacity: 0.5;
}

.footer-links {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
}

.footer-links:after {
  content: "";
  display: block;
  clear: both;
}

.footer-links a {
  float: left;
}

.footer-links a.logo-yamayoshi {
  width: 21.875%;
}

.footer-links a.logo-ofm {
  width: 21.875%;
}

.footer-links a.btn-sns {
  width: 18.75%;
}

.footer-links img {
  display: block;
  width: 100%;
  max-width: none;
}

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

@media screen and (min-width: 767px) {
  .site-footer {
    padding-bottom: 50px;
  }
  .totop {
    display: block;
    bottom: 10px;
    right: 15px;
    width: 120px;
    max-width: 136px;
  }
  .footer-links {
    display: none;
  }
}

.fixed-width {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.col {
  zoom: 1;
}

.col:after {
  content: "";
  display: block;
  clear: both;
}

.col .col-item {
  float: left;
}

.col .col-item-last {
  float: right;
}

.col.col--2 .col-item {
  width: 49%;
}

.col.col--2 .col-item:nth-child(2n) {
  float: right;
}

.col.col--3 .col-item {
  margin-right: 2%;
  width: 32%;
}

.col.col--3 .col-item:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.col.col--2-sp .col-item {
  float: left;
  width: 49%;
}

.col.col--2-sp .col-item:nth-child(2n) {
  float: right;
}

.flex {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex.flex--col-2 .flex-item {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .col .col-item,
  .col .col-item-last {
    float: none;
  }
  .col.col--2 .col-item {
    margin-bottom: 20px;
    width: auto;
  }
  .col.col--2 .col-item:nth-child(2n) {
    float: none;
  }
  .col.col--2 .col-item:last-child {
    margin-bottom: 0;
  }
  .col.col--3 .col-item {
    margin-right: 0;
    margin-bottom: 20px;
    width: auto;
  }
  .col.col--3 .col-item:nth-child(3n) {
    float: none;
  }
  .col.col--3 .col-item:last-child {
    margin-bottom: 0;
  }
}

/* ==========================================================================
   Object
** ========================================================================== */
/* Component
** ----------------------------------------------------------------- */
.c-heading-a {
  box-sizing: border-box;
  margin-left: 7%;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 230px;
  height: 64px;
  color: #fff;
  font-size: 25px;
  font-style: italic;
  text-align: center;
  background: transparent url("../images/bg-tag.png") 0 0 no-repeat;
  background-size: 100% auto;
}

.c-heading-b {
  margin-top: 44px;
  margin-bottom: 15px;
  color: #00407f;
  font-size: 24px;
}

.c-heading-c {
  padding-bottom: 12px;
  font-size: 14px;
  border-bottom: rgba(191, 191, 191, 0.4) 2px solid;
}

.c-heading-d {
  margin-top: 22px;
  margin-bottom: 6px;
  font-size: 14px;
}

@media screen and (min-width: 767px) {
  .c-heading-a {
    padding-top: 14px;
    padding-bottom: 14px;
    width: 166px;
    height: 52px;
    font-size: 20px;
    background-size: 166px 52px;
  }
  .c-heading-b {
    margin-top: 28px;
    margin-bottom: 18px;
    font-size: 20px;
  }
  .c-heading-c {
    padding-bottom: 12px;
    font-size: 16px;
  }
  .c-heading-d {
    margin-top: 26px;
    font-size: 14px;
  }
}

.c-list-default {
  list-style: none;
  margin: 7px;
  padding: 0;
}

.c-list-default li {
  margin-top: 12px;
  margin-bottom: 12px;
}

.c-list-blue {
  list-style: none;
  padding: 0;
}

.c-list-blue li {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #00407f;
  font-size: 16px;
}

.c-list-note {
  list-style: none;
  padding: 0;
}

.c-list-note li {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
}

.c-list-inlie li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.c-list-has-thumb li {
  position: relative;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.c-list-has-thumb a {
  display: table-row;
  text-decoration: none;
}

.c-list-has-thumb .thumb,
.c-list-has-thumb .desc {
  display: table-cell;
  vertical-align: middle;
}

.c-list-has-thumb .thumb {
  width: 100px;
}

@media screen and (min-width: 767px) {
  .c-list-default li {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .c-list-blue {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-list-blue li {
    font-size: 16px;
  }
  .c-list-note {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .c-list-note li {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 14px;
  }
}

.wrap-table {
  overflow: auto;
}

.table-default {
  width: 100%;
}

.table-default tr th,
.table-default tr td {
  padding: 10px;
  border: 1px solid #CCC;
}

.table-default tr th {
  background: #DEDEDE;
}

@media screen and (max-width: 767px) {
  #container .table-responsive tr, #container .table-responsive th, #container .table-responsive td {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  #container .table-responsive th {
    padding-top: 5px;
    padding-bottom: 5px;
    width: auto;
    text-align: left;
  }
  #container .table-responsive td {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

.c-form-default {
  font-size: 16px;
}

.c-form-default button,
.c-form-default input,
.c-form-default select,
.c-form-default textarea {
  font-family: inherit;
  font-size: 100%;
}

.c-form-default input {
  padding: 7px;
}

.c-form-default input[type="text"].input-full, .c-form-default input[type="email"].input-full {
  width: 90%;
}

.c-form-default input[type="text"].input-middle, .c-form-default input[type="email"].input-middle {
  width: 35.6%;
}

.c-form-default select {
  padding: 4px;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

.c-form-default select.select-middle {
  width: 43%;
}

.c-form-default .input-field {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: #d1cbc2 2px solid;
}

.c-form-default .input-field:after {
  content: "";
  display: block;
  clear: both;
}

.c-form-default .input-field .label,
.c-form-default .input-field .input-area {
  box-sizing: border-box;
}

.c-form-default .input-field .label {
  display: block;
  margin-bottom: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.c-form-default .input-field .input-area {
  width: auto;
}

.c-form-default .input-field.note-area, .c-form-default .input-field.button-area {
  border-bottom: none;
}

.c-form-default .note-area {
  text-align: center;
}

.c-form-default .note-area p {
  font-size: 16px;
}

.c-form-default .note-area ul {
  margin-top: 5px;
  margin-bottom: 35px;
  padding: 0;
  list-style: none;
}

.c-form-default .note-area ul li {
  font-size: 16px;
  font-weight: bold;
}

.c-form-default .note-area .input-privacy {
  font-size: 18px;
}

.c-form-default .button-area {
  text-align: center;
}

@media screen and (min-width: 767px) {
  .c-form-default {
    font-size: 17px;
  }
  .c-form-default button,
  .c-form-default input,
  .c-form-default select,
  .c-form-default textarea {
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: inherit;
    font-size: 100%;
  }
  .c-form-default select {
    padding: 6px;
  }
  .c-form-default .input-field .label {
    display: inline-block;
    float: left;
    width: 34.463%;
  }
  .c-form-default .input-field .input-area {
    float: right;
    padding-left: 25px;
    padding-right: 25px;
    width: 64.124%;
    font-size: 18px;
  }
  .c-form-default .input-field.note-area p {
    font-size: 14px !important;
  }
  .c-form-default .input-field.note-area ul {
    margin-bottom: 28px;
  }
  .c-form-default .input-field.note-area ul li {
    font-size: 14px;
  }
  .c-form-default .input-field.note-area .input-privacy {
    font-size: 14px;
  }
  .c-form-default .input-field.button-area {
    padding-top: 15px;
  }
}

.c-icon {
  position: relative;
  display: inline-block;
  background: 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: top;
  line-height: 1;
}

.c-icon.c-icon--arrow {
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-icon.c-icon--circle-arrow {
  background: #333;
  border-radius: 100px;
  width: 16px;
  height: 16px;
}

.c-icon.c-icon--circle-arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-icon.c-icon--circle-arrow.v-top:after {
  left: 5px;
  top: 6px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-icon.c-icon--circle-arrow.v-bottom:after {
  left: 5px;
  top: 4px;
  -moz-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.c-icon.c-icon--circle-arrow.h-left:after {
  left: 6px;
  -moz-transform: rotate(-130deg);
  -o-transform: rotate(-130deg);
  -ms-transform: rotate(-130deg);
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
}

.c-button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  line-height: 1.1;
  text-decoration: none;
  user-select: none;
}

.c-button.c-button--default {
  display: block;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
  width: 85.357%;
  max-width: 333px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border: none;
  border-radius: 0;
  background-image: -owg-linear-gradient(#f18300, #f5ad00);
  background-image: -webkit-linear-gradient(#f18300, #f5ad00);
  background-image: -moz-linear-gradient(#f18300, #f5ad00);
  background-image: -o-linear-gradient(#f18300, #f5ad00);
  background-image: linear-gradient(#f18300, #f5ad00);
}

@media screen and (max-width: 480px) {
  .c-button.c-button--default {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .c-button.c-button--default {
    padding: 22px 0;
    font-size: 22px;
  }
}

.c-linear-gradient {
  background-image: -owg-linear-gradient(#fff 0, #000 100%);
  background-image: -webkit-linear-gradient(#fff 0, #000 100%);
  background-image: -moz-linear-gradient(#fff 0, #000 100%);
  background-image: -o-linear-gradient(#fff 0, #000 100%);
  background-image: linear-gradient(#fff 0, #000 100%);
}

.c-wrap-resposive-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-wrap-resposive-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.c-link {
  display: inline-block;
  margin: 5px 8px;
  padding: 0px 8px 1px 12px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 14px / 50%;
  background-color: #f39800;
}

.c-circle-number {
  display: inline-block;
  margin-top: 0px;
  padding: 3px 6px 4px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  vertical-align: top;
  border-radius: 50%;
  background-color: #00407f;
}

.c-circle-number.color-black {
  color: #ece7da;
  background-color: #000;
}

@media screen and (min-width: 767px) {
  .c-link {
    padding: 1px 8px 2px 12px;
    font-size: 12px;
  }
  .c-circle-number {
    margin-top: 1px;
    font-size: 10px;
  }
}

/* Utility
   ----------------------------------------------------------------- */
.animation {
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.animation:hover {
  background-color: #F00;
}

.animset {
  -webkit-animation: anim 1.5s ease-in-out infinite alternate;
  -o-animation: anim 1.5s ease-in-out infinite alternate;
  -ms-animation: anim 1.5s ease-in-out infinite alternate;
  -moz-animation: anim 1.5s ease-in-out infinite alternate;
  animation: anim 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@-moz-keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes anim {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/************************************************

 Single property

************************************************/
.set-nowrap {
  white-space: nowrap;
}

.set-pos-rel {
  position: relative;
}

.set-pos-abs {
  position: absolute;
}

.set-hide {
  display: none;
}

.set-disp-cell {
  display: table-cell;
}

.set-disp-ib {
  display: inline-block;
}

.set-valign-m {
  vertical-align: middle;
}

.set-float-l {
  float: left;
}

.set-float-r {
  float: right;
}

.set-valign-m {
  vertical-align: middle;
}

.set-valign-t {
  vertical-align: top;
}

.set-valign-b {
  vertical-align: bottom;
}

.set-align-c {
  text-align: center;
}

.set-align-r {
  text-align: right;
}

.set-align-l {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.set-fs-10 {
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

.set-fs-20 {
  font-size: 2rem;
}

.set-fs-21 {
  font-size: 2.1rem;
}

.set-fs-22 {
  font-size: 2.2rem;
}

.set-fs-23 {
  font-size: 2.3rem;
}

.set-fs-24 {
  font-size: 2.4rem;
}

.set-fs-25 {
  font-size: 2.5rem;
}

.set-fs-26 {
  font-size: 2.6rem;
}

.set-fs-27 {
  font-size: 2.7rem;
}

.set-fs-28 {
  font-size: 2.8rem;
}

.set-fs-29 {
  font-size: 2.9rem;
}

.set-fs-30 {
  font-size: 3rem;
}

.set-w-full {
  width: 100%;
}

.set-w-half {
  width: 50%;
}

.set-w-10 {
  width: 10%;
}

.set-w-20 {
  width: 20%;
}

.set-w-30 {
  width: 30%;
}

.set-w-40 {
  width: 40%;
}

.set-w-50 {
  width: 50%;
}

.set-w-60 {
  width: 60%;
}

.set-w-70 {
  width: 70%;
}

.set-w-80 {
  width: 80%;
}

.set-w-90 {
  width: 90%;
}

.set-w-100px {
  width: 100px;
}

.set-w-150px {
  width: 150px;
}

.set-w-200px {
  width: 200px;
}

.set-w-250px {
  width: 250px;
}

.set-w-300px {
  width: 300px;
}

.set-w-350px {
  width: 350px;
}

.set-w-400px {
  width: 400px;
}

.set-w-450px {
  width: 450px;
}

.set-w-500px {
  width: 500px;
}

.reset-mt {
  margin-top: 0;
}

.reset-mr {
  margin-right: 0;
}

.reset-mb {
  margin-bottom: 0;
}

.reset-ml {
  margin-left: 0;
}

.reset-max-w {
  max-width: none;
}

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

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

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

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

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

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

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

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

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

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

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

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

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

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

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

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 767px) {
  .reset-sp-mt {
    margin-top: 0;
  }
  .reset-sp-mr {
    margin-right: 0;
  }
  .reset-sp-mb {
    margin-bottom: 0;
  }
  .reset-sp-ml {
    margin-left: 0;
  }
  .reset-sp-pt {
    padding-top: 0;
  }
  .reset-sp-pr {
    padding-right: 0;
  }
  .reset-sp-pb {
    padding-bottom: 0;
  }
  .reset-sp-ml {
    padding-left: 0;
  }
  .reset-sp-w {
    width: auto;
  }
  .reset-sp-pos {
    position: static;
  }
}

/* Project
   ----------------------------------------------------------------- */
.switch-tabs {
  padding-top: 12px;
  padding-right: 2.1875%;
  padding-left: 2.1875%;
  background: #081c50 url("../images/bg-split.png") 0 0 repeat-x;
  background-size: auto 100%;
}

.switch-tabs .switch-tabs-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.switch-tabs .switch-tabs-container:after {
  content: "";
  display: block;
  clear: both;
}

.switch-tabs .switch-tab {
  width: 49%;
  overflow: hidden;
  cursor: pointer;
}

.switch-tabs .switch-tab:hover {
  opacity: 0.5;
}

.switch-tabs .switch-tab:first-child {
  float: left;
}

.switch-tabs .switch-tab:last-child {
  float: right;
}

.switch-tabs .switch-tab img {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: none;
  cursor: pointer;
}

.switch-tabs .switch-tab .active {
  display: none;
}

.switch-tabs .switch-tab .non-active {
  display: block;
}

.switch-tabs .switch-tab .gordy {
  display: none;
  position: absolute;
  bottom: 100%;
  z-index: 0;
  width: 39.869%;
  max-width: 251px;
  cursor: default;
}

.switch-tabs .switch-tab.is-active .active {
  display: block;
}

.switch-tabs .switch-tab.is-active .non-active {
  display: none;
}

.switch-tabs .switch-tab.is-active .gordy {
  display: block;
}

.switch-tabs .switch-tab.is-active .gordy.pc-only {
  display: none;
}

.switch-tabs .switch-tab.is-active:hover {
  opacity: 1;
}

.switch-tabs .switch-tab:nth-child(1) {
  margin-right: 1.875%;
}

.switch-tabs .switch-tab.tab-web .gordy {
  left: -2%;
}

.switch-tabs .switch-tab.tab-sns .gordy {
  right: -2%;
}

.switch-contents .switch-content .content-header {
  padding-right: 6.25%;
  padding-bottom: 53px;
  padding-left: 6.25%;
  font-size: 23px;
  background: #ddc078 url("../images/bg-potato-sp.jpg") top center no-repeat;
  background-size: 100% auto;
}

.switch-contents .switch-content .content-header img {
  width: 100%;
  max-width: none;
}

.switch-contents .switch-content .content-overview .overview-item {
  margin-top: -24px;
}

.switch-contents .switch-content .content-overview p {
  font-size: 16px;
  line-height: 1.636;
}

.switch-contents .switch-content .content-overview .period {
  font-size: 24px;
}

.switch-contents .switch-content .content-overview .period:after {
  content: "";
  display: block;
  clear: both;
}

.switch-contents .switch-content .content-overview .period p {
  float: left;
}

.switch-contents .switch-content .content-overview .period .font-big {
  font-size: 38px;
}

.switch-contents .switch-content .content-overview .item-area {
  margin-bottom: 70px;
  padding-left: 8.28%;
  padding-right: 8.28%;
  background-color: #fff;
}

.switch-contents .switch-content .content-overview .overview-item-description .item-area .col {
  margin-bottom: 8px;
}

.switch-contents .switch-content .content-overview .overview-item-form .c-heading-a.c-heading-form {
  margin-left: 8.28%;
}

.switch-contents .switch-content .content-overview .overview-item-form .item-form {
  margin-bottom: 70px;
  margin-left: 6.25%;
  margin-right: 6.25%;
  padding: 20px 30px;
  border-radius: 14px;
  background-color: #ece7da;
}

.switch-contents .switch-content .content-footer {
  background-color: #ddc078;
}

.switch-contents .campaign-web .content-header {
  padding-top: 53px;
}

.switch-contents .campaign-web .content-header .description {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.47;
}

.switch-contents .campaign-web .content-overview .overview-item-description .img-receipt {
  margin: 14px 0 0;
}

.switch-contents .campaign-web .content-footer {
  background: #ddc078 url("../images/bg-potato-sp-middle.jpg") top center repeat-y;
  background-size: 100% auto;
}

.switch-contents .campaign-web .content-footer .content-footer-container {
  background: transparent url("../images/bg-potato-sp-top.jpg") top center no-repeat;
  background-size: 100% auto;
  padding: 60px 6.25%;
}

.switch-contents .campaign-web .content-footer .content-footer-box {
  padding: 45px 3.928%;
  background-color: rgba(255, 255, 255, 0.4);
}

.switch-contents .campaign-web .content-footer .content-footer-box .c-heading-d:nth-child(2) {
  margin-top: 25px;
}

.switch-contents .campaign-web .content-footer .content-footer-box .text-area {
  line-height: 1.67;
}

.switch-contents .campaign-web .content-footer .content-footer-box .text-area p {
  font-size: 14px;
}

.switch-contents .campaign-web .content-footer .content-footer-box .address-area {
  font-style: normal;
}

.switch-contents .campaign-web .content-footer .content-footer-box .address-area .title {
  font-weight: bold;
}

.switch-contents .campaign-web .content-footer .content-footer-box .address-area p,
.switch-contents .campaign-web .content-footer .content-footer-box .address-area .name {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.67;
}

.switch-contents .campaign-sns .content-header {
  padding-top: 30px;
}

.switch-contents .campaign-sns .content-footer .content-footer-container {
  padding: 66px 6.25% 160px;
}

.switch-contents .campaign-sns .content-footer .twitter-area {
  margin-bottom: 50px;
}

.switch-contents .campaign-sns .content-footer .facebook-area {
  position: relative;
  text-align: center;
}

.switch-contents .campaign-sns .content-footer .facebook-area .fb_iframe_widget,
.switch-contents .campaign-sns .content-footer .facebook-area .fb_iframe_widget span,
.switch-contents .campaign-sns .content-footer .facebook-area .fb_iframe_widget span iframe[style] {
  max-width: 100% !important;
}

@media screen and (min-width: 767px) and (max-width: 1020px) {
  .switch-contents .switch-content .content-overview .content-overview-container {
    margin-left: 1.865%;
    margin-right: 1.86%;
  }
}

@media screen and (min-width: 767px) {
  .switch-tabs .switch-tabs-container {
    max-width: 1000px;
  }
  .switch-tabs .switch-tab.is-active .gordy.sp-only {
    display: none;
  }
  .switch-tabs .switch-tab.is-active .gordy.pc-only {
    display: block;
  }
  .switch-contents .switch-content .content-header {
    font-size: 22px;
  }
  .switch-contents .switch-content .content-overview:after {
    content: "";
    display: block;
    clear: both;
  }
  .switch-contents .switch-content .content-overview p {
    font-size: 16px;
  }
  .switch-contents .switch-content .content-overview .c-heading-a {
    margin-left: 0;
  }
  .switch-contents .switch-content .content-overview .item-area {
    padding-left: 0;
    padding-right: 0;
  }
  .switch-contents .switch-content .content-overview .period {
    font-size: 25px;
  }
  .switch-contents .switch-content .content-overview .period .font-big {
    font-size: 32px;
  }
  .switch-contents .campaign-web .content-overview .content-overview-container:after {
    content: "";
    display: block;
    clear: both;
  }
  .switch-contents .campaign-web .content-overview .overview-item {
    float: left;
  }
  .switch-contents .campaign-web .content-overview .overview-item:first-child {
    width: 53%;
  }
  .switch-contents .campaign-web .content-overview .overview-item:last-child {
    float: right;
    width: 42.3%;
  }
  .switch-contents .campaign-web .content-overview .overview-item-description .col.col--2-sp .col-item:first-child {
    width: 60.94%;
  }
  .switch-contents .campaign-web .content-overview .overview-item-description .col.col--2-sp .col-item:last-child {
    margin-top: -50px;
    width: 33.39%;
  }
  .switch-contents .campaign-web .content-overview .overview-item-description .img-receipt {
    margin: 0;
  }
  .switch-contents .campaign-web .content-overview .overview-item-form .item-form {
    margin-left: 0;
    margin-right: 0;
  }
  .switch-contents .campaign-web .content-overview .text-01 {
    width: 60.94%;
  }
  .switch-contents .campaign-web .content-overview .text-02 {
    margin-top: -53px;
    width: 60.94%;
  }
  .switch-contents .campaign-web .content-footer {
    background: #ddc078 url("../images/bg-potato-pc.jpg") bottom center no-repeat;
    background-size: 100% auto;
  }
  .switch-contents .campaign-web .content-footer .content-footer-container {
    background-image: none;
  }
  .switch-contents .campaign-web .content-footer .content-footer-box {
    padding: 50px 125px;
  }
  .switch-contents .campaign-web .content-footer .content-footer-box .text-area p {
    font-size: 14px;
  }
  .switch-contents .campaign-web .content-footer .content-footer-box .address-area p,
  .switch-contents .campaign-web .content-footer .content-footer-box .address-area .name {
    font-size: 14px;
  }
  .switch-contents .campaign-sns .content-overview .content-overview-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }
  .switch-contents .campaign-sns .content-footer .content-footer-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
  .switch-contents .campaign-sns .content-footer .content-footer-container:after {
    content: "";
    display: block;
    clear: both;
  }
  .switch-contents .campaign-sns .content-footer .twitter-area {
    float: left;
    width: 48%;
  }
  .switch-contents .campaign-sns .content-footer .twitter-area iframe {
    height: 400px !important;
  }
  .switch-contents .campaign-sns .content-footer .facebook-area {
    float: right;
    width: 48%;
  }
}

/*# sourceMappingURL=style.css.map */
