@charset "UTF-8";
/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

@-webkit-keyframes anime1 {
  0% {
    margin-left: 0px;
    margin-top: 0px; }
  30% {
    margin-left: 0px;
    margin-top: 0px; }
  35% {
    margin-left: -10px;
    margin-top: -10px; }
  40% {
    margin-left: -4px;
    margin-top: -4px; }
  45% {
    margin-left: -10px;
    margin-top: -10px; }
  55% {
    margin-left: 0px;
    margin-top: 0px; }
  100% {
    margin-left: 0px;
    margin-top: 0px; } }

@keyframes anime1 {
  0% {
    margin-left: 0px;
    margin-top: 0px; }
  30% {
    margin-left: 0px;
    margin-top: 0px; }
  35% {
    margin-left: -10px;
    margin-top: -10px; }
  40% {
    margin-left: -4px;
    margin-top: -4px; }
  45% {
    margin-left: -10px;
    margin-top: -10px; }
  55% {
    margin-left: 0px;
    margin-top: 0px; }
  100% {
    margin-left: 0px;
    margin-top: 0px; } }

@-webkit-keyframes anime2 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  35% {
    opacity: 1; }
  39% {
    opacity: 0; }
  43% {
    opacity: 0; }
  45% {
    opacity: 1; }
  47% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes anime2 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  35% {
    opacity: 1; }
  39% {
    opacity: 0; }
  43% {
    opacity: 0; }
  45% {
    opacity: 1; }
  47% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* 基本設定 */
html {
  overflow: auto;
  scroll-behavior: smooth; }

body {
  overflow: hidden;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-family: sans-serif;
  line-height: 1.5em;
  color: #505050;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

li {
  list-style: none; }

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }

p.read {
  font-weight: bold; }

/* 標準ボタン */
.button {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: .7em 2em;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  text-decoration: none; }

.button::after {
  position: absolute;
  top: 50%;
  right: 1.1em;
  content: '';
  display: block;
  width: .4em;
  height: .4em;
  margin-top: -.2em;
  border-top: solid .1em #fff;
  border-right: solid .1em #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.button:hover {
  background-color: #333;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.button:hover::after {
  right: 1em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

/* レイアウト用 */
.left {
  float: left; }

.right {
  float: right; }

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0; }

.show_pc {
  display: none; }
  @media screen and (min-width: 768px) {
    .show_pc {
      display: inherit; } }

.show_sp {
  display: inherit; }
  @media screen and (min-width: 768px) {
    .show_sp {
      display: none; } }

/* 共通ヘッダー・フッター */
header {
  height: 60px;
  background-color: #fff; }

header .logo_area {
  width: 293px;
  margin: 10px auto; }

footer {
  background-color: #000068;
  padding: 20px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    footer br {
      display: none; } }

footer small {
  font-size: 12px;
  color: #fff; }

/* LP共通 */
main {
  min-height: 100vh; }

p {
  text-align: left;
  margin: 10px auto; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#torisetsu {
  background-color: #285E41; }
  @media screen and (min-width: 768px) {
    #torisetsu {
      background-image: url(../images/bg-texture.png);
      background-repeat: repeat; } }
  #torisetsu .heading-title {
    background-color: #FFFF52;
    padding: 20px; }
    #torisetsu .heading-title .inr {
      max-width: 400px;
      width: auto;
      margin: 0 auto;
      position: relative; }
      #torisetsu .heading-title .inr span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -40px;
        margin: auto;
        display: inline-block;
        width: 100px; }
        #torisetsu .heading-title .inr span img {
          width: 100%;
          height: auto;
          vertical-align: top; }
  #torisetsu .hero {
    background-image: url(../images/torisetsu1-bg.gif);
    background-size: 100% auto;
    background-repeat: repeat; }
    @media screen and (min-width: 768px) {
      #torisetsu .hero {
        background-image: none; } }
    @media screen and (min-width: 768px) {
      #torisetsu .hero .inr {
        max-width: 1200px;
        width: auto;
        margin: 0 auto;
        padding-bottom: 80px; } }
    #torisetsu .hero .inr .title {
      margin: 0 auto;
      text-align: center;
      padding: 20px 0 0; }
      @media screen and (min-width: 768px) {
        #torisetsu .hero .inr .title {
          padding: 60px 0; } }
      #torisetsu .hero .inr .title img {
        width: 100%;
        height: auto; }
    @media screen and (min-width: 768px) {
      #torisetsu .hero .inr .col2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    #torisetsu .hero .inr .text {
      padding: 0 20px; }
      @media screen and (min-width: 768px) {
        #torisetsu .hero .inr .text {
          width: 450px;
          padding: 0;
          margin-left: 30px; } }
      #torisetsu .hero .inr .text p {
        font-size: 17px;
        line-height: 2;
        font-weight: bold;
        color: #fff; }
        @media screen and (min-width: 768px) {
          #torisetsu .hero .inr .text p {
            font-size: 16px;
            margin: 0; } }
    @media screen and (min-width: 768px) {
      #torisetsu .hero .inr .comment {
        max-width: 295px; } }
    #torisetsu .hero .inr .comment .inr {
      padding: 20px 20px 60px;
      max-width: 400px;
      margin: 0 auto 0px; }
      @media screen and (min-width: 768px) {
        #torisetsu .hero .inr .comment .inr {
          max-width: 100%;
          padding: 0; } }
      #torisetsu .hero .inr .comment .inr dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        #torisetsu .hero .inr .comment .inr dl dt {
          width: 40%;
          min-width: 100px; }
        #torisetsu .hero .inr .comment .inr dl dd {
          width: 60%;
          padding-left: 20px; }
          #torisetsu .hero .inr .comment .inr dl dd .comment-name {
            font-size: 17px;
            font-weight: bold;
            color: #FFFF52;
            padding-bottom: 10px;
            border-bottom: 1px solid #FFFF52;
            margin-bottom: 0px;
            display: inline-block;
            line-height: 1.6; }
          #torisetsu .hero .inr .comment .inr dl dd .comment-text {
            font-size: 17px;
            font-weight: bold;
            color: #fff;
            line-height: 1.6; }
  @media screen and (min-width: 768px) {
    #torisetsu .function {
      margin-bottom: 80px; } }
  @media screen and (min-width: 768px) {
    #torisetsu .function .inr .col2 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 880px;
      width: auto;
      margin: 0 auto;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (min-width: 768px) {
    #torisetsu .function .inr .col2 .col {
      width: 415px; } }
  #torisetsu .function .inr .title img {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 768px) {
    #torisetsu .function .inr.is__yellow p {
      text-align: center !important;
      font-size: 18px  !important;
      color: #FFFF52 !important; } }
  #torisetsu .function .inr .text .inr {
    padding: 20px; }
    @media screen and (min-width: 768px) {
      #torisetsu .function .inr .text .inr {
        padding: 0;
        margin-top: 40px; } }
    #torisetsu .function .inr .text .inr p {
      color: #fff;
      font-weight: bold;
      font-size: 17px;
      line-height: 2; }
      @media screen and (min-width: 768px) {
        #torisetsu .function .inr .text .inr p {
          font-size: 17px;
          padding-right: 40px; } }
  #torisetsu .function .inr .image {
    padding: 0 20px;
    margin-bottom: 40px; }
    #torisetsu .function .inr .image .inr {
      max-width: 400px;
      width: auto;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        #torisetsu .function .inr .image .inr {
          max-width: 380px;
          margin: 0; } }
  #torisetsu .function .inr .list {
    padding: 0 20px;
    margin-bottom: -20px; }
    #torisetsu .function .inr .list .inr {
      width: auto; }
      @media screen and (min-width: 768px) {
        #torisetsu .function .inr .list .inr {
          max-width: 880px;
          width: auto;
          margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      #torisetsu .function .inr .list ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    #torisetsu .function .inr .list ul li {
      background-color: #fff;
      margin-bottom: 20px;
      padding: 20px;
      position: relative; }
      @media screen and (min-width: 768px) {
        #torisetsu .function .inr .list ul li {
          max-width: 31.5%;
          width: auto; } }
      #torisetsu .function .inr .list ul li:before {
        content: "";
        background-size: 100% auto;
        background-position: auto auto;
        position: absolute;
        top: 10px;
        left: 20px;
        display: block;
        width: 25px;
        height: 25px; }
      #torisetsu .function .inr .list ul li:after {
        content: "";
        background-size: 100% auto;
        background-position: auto auto;
        position: absolute;
        top: 10px;
        right: 20px;
        display: block;
        width: 25px;
        height: 25px; }
      #torisetsu .function .inr .list ul li dl {
        background-size: auto 200px;
        background-repeat: repeat;
        color: #26533A;
        height: 100%; }
        #torisetsu .function .inr .list ul li dl dt {
          font-weight: 600;
          font-size: 23px;
          text-align: center;
          margin-bottom: 20px;
          padding-top: 10px; }
          #torisetsu .function .inr .list ul li dl dt span {
            font-size: 27px; }
        #torisetsu .function .inr .list ul li dl dd {
          font-size: 16px;
          line-height: 1.6; }
      #torisetsu .function .inr .list ul li.list01:before {
        background-image: url(../images/icon-red_p.png); }
      #torisetsu .function .inr .list ul li.list01:after {
        background-image: url(../images/icon-red_p.png); }
      #torisetsu .function .inr .list ul li.list01 span {
        color: #FF3540; }
      #torisetsu .function .inr .list ul li.list02:before {
        background-image: url(../images/icon-green_p.png); }
      #torisetsu .function .inr .list ul li.list02:after {
        background-image: url(../images/icon-green_p.png); }
      #torisetsu .function .inr .list ul li.list02 span {
        color: #0EA200; }
      #torisetsu .function .inr .list ul li.list03:before {
        background-image: url(../images/icon-blue_p.png); }
      #torisetsu .function .inr .list ul li.list03:after {
        background-image: url(../images/icon-blue_p.png); }
      #torisetsu .function .inr .list ul li.list03 span {
        color: #0595FF; }
  #torisetsu .three {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      #torisetsu .three .inr {
        max-width: 800px;
        width: auto;
        margin: 80px auto 0; } }
    @media screen and (min-width: 768px) {
      #torisetsu .three .col2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    #torisetsu .three .title {
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        #torisetsu .three .title {
          width: 530px; } }
      #torisetsu .three .title img {
        width: 100%;
        height: auto; }
    #torisetsu .three .text {
      padding: 0 20px; }
      @media screen and (min-width: 768px) {
        #torisetsu .three .text {
          width: 240px;
          padding: 0; } }
      #torisetsu .three .text p {
        font-size: 17px;
        line-height: 2;
        font-weight: bold;
        color: #fff; }
    #torisetsu .three .three-col {
      margin-top: 40px;
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) {
        #torisetsu .three .three-col .col2 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media screen and (min-width: 768px) {
        #torisetsu .three .three-col:nth-child(even) .col2 {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: row-reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }
      #torisetsu .three .three-col#three01:before {
        content: "";
        background-image: url(../images/torisetsu1-line1.png);
        background-size: auto 8px;
        background-position: center center;
        background-repeat: repeat-x;
        display: block;
        height: 10px;
        margin-bottom: 30px; }
      #torisetsu .three .three-col#three02:before {
        content: "";
        background-image: url(../images/torisetsu1-line2.png);
        background-size: auto 8px;
        background-position: center center;
        background-repeat: repeat-x;
        display: block;
        height: 10px;
        margin-bottom: 30px; }
      #torisetsu .three .three-col#three03:before {
        content: "";
        background-image: url(../images/torisetsu1-line3.png);
        background-size: auto 8px;
        background-position: center center;
        background-repeat: repeat-x;
        display: block;
        height: 10px;
        margin-bottom: 30px; }
      #torisetsu .three .three-col .title {
        padding-right: 30px; }
        @media screen and (min-width: 768px) {
          #torisetsu .three .three-col .title {
            width: 50%;
            padding-right: 0; } }
      @media screen and (min-width: 768px) {
        #torisetsu .three .three-col .text {
          width: 40%;
          font-size: 14px;
          margin: 0; }
          #torisetsu .three .three-col .text .text-title {
            margin-bottom: 30px;
            padding-right: 70px; } }
  #torisetsu .nerve > .inr {
    padding: 20px; }
    @media screen and (min-width: 768px) {
      #torisetsu .nerve > .inr {
        max-width: 900px;
        width: auto;
        margin: 100px auto 0;
        padding: 0; } }
  #torisetsu .nerve .title {
    margin-bottom: 20px;
    margin: 0 -20px 0; }
    @media screen and (min-width: 768px) {
      #torisetsu .nerve .title {
        margin: 0 -20px 80px; } }
    #torisetsu .nerve .title img {
      width: 100%;
      height: auto; }
  @media screen and (min-width: 768px) {
    #torisetsu .nerve .col3 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  #torisetsu .nerve .text {
    margin: 30px 0 40px;
    background-color: #fff;
    padding: 30px 20px;
    position: relative; }
    @media screen and (min-width: 768px) {
      #torisetsu .nerve .text {
        width: 280px;
        margin: 0 0 80px;
        padding: 30px 20px 0px; } }
    #torisetsu .nerve .text:before {
      content: "";
      position: absolute;
      background-color: rgba(255, 163, 233, 0.6);
      height: 30px;
      width: 70%;
      display: block;
      top: -15px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    #torisetsu .nerve .text#bluelabel:before {
      background-color: rgba(123, 217, 255, 0.6); }
    #torisetsu .nerve .text#bluelabel img {
      max-width: 150px;
      display: block;
      margin: 20px auto 20px; }
      @media screen and (min-width: 768px) {
        #torisetsu .nerve .text#bluelabel img {
          margin: 0 auto 30px; } }
    #torisetsu .nerve .text .inr {
      background-size: auto 200px;
      background-repeat: repeat;
      color: #26533A;
      height: 100%; }
      #torisetsu .nerve .text .inr p {
        font-size: 16px;
        line-height: 1.8;
        margin: 0; }
        @media screen and (min-width: 768px) {
          #torisetsu .nerve .text .inr p {
            font-size: 14px;
            line-height: 1.6;
            padding-bottom: 20px; } }
        #torisetsu .nerve .text .inr p strong {
          font-size: 20px;
          text-align: center;
          font-weight: bold;
          display: block;
          margin-bottom: 20px; }
          @media screen and (min-width: 768px) {
            #torisetsu .nerve .text .inr p strong {
              font-size: 17px;
              line-height: 1.6;
              margin-bottom: 0; } }
          #torisetsu .nerve .text .inr p strong span {
            color: #FF4B2C; }
  #torisetsu .nerve .image {
    margin-bottom: 60px; }
    @media screen and (min-width: 768px) {
      #torisetsu .nerve .image {
        width: 260px;
        margin-bottom: 0;
        padding: 10px; } }
    #torisetsu .nerve .image .inr {
      max-width: 400px;
      width: auto;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        #torisetsu .nerve .image .inr {
          max-width: 100%; } }
    #torisetsu .nerve .image img {
      width: 100%;
      height: auto; }
  #torisetsu .nextpage {
    margin-top: -20px;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) {
      #torisetsu .nextpage {
        margin: 0; } }
    #torisetsu .nextpage .inr {
      padding: 0 20px; }
      @media screen and (min-width: 768px) {
        #torisetsu .nextpage .inr {
          padding: 0; } }
      #torisetsu .nextpage .inr a {
        background-color: #FFFF52;
        display: block;
        padding: 20px; }
        @media screen and (min-width: 768px) {
          #torisetsu .nextpage .inr a {
            opacity: 1;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            #torisetsu .nextpage .inr a:hover {
              opacity: .5; } }
        #torisetsu .nextpage .inr a span {
          display: block;
          max-width: 400px;
          width: auto;
          margin: 0 auto; }
        #torisetsu .nextpage .inr a img {
          width: 100%;
          height: auto; }

.cheering.is__sp {
  display: inherit; }
  @media screen and (min-width: 768px) {
    .cheering.is__sp {
      display: none; } }

.cheering.is__pc {
  display: none; }
  @media screen and (min-width: 768px) {
    .cheering.is__pc {
      display: inherit;
      background-color: #fff;
      padding: 50px 0; } }
  .cheering.is__pc .cheering-left {
    width: 350px; }
  .cheering.is__pc .cheering-right {
    width: 350px; }

.cheering .link {
  text-align: center;
  margin-top: 50px; }
  .cheering .link a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #000068; }
    .cheering .link a:hover {
      text-decoration: none; }

.cheering .inr {
  padding: 40px 30px;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .cheering .inr {
      max-width: 800px;
      margin: 0 auto 0px;
      background-color: rgba(255, 255, 255, 0);
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.cheering .title {
  padding: 0 20px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .cheering .title {
      padding: 0;
      margin-bottom: 20px; } }
  .cheering .title h3 {
    font-size: 30px;
    font-family: serif;
    text-align: center;
    line-height: 1; }
    .cheering .title h3 span {
      display: block;
      font-size: 22px;
      margin-bottom: 20px; }

.cheering .image {
  width: 50%;
  margin: 0 auto 20px; }
  @media screen and (min-width: 768px) {
    .cheering .image {
      width: 220px;
      margin: 0 auto 30px; } }

.cheering .caption h3 {
  line-height: 1;
  font-size: 12px; }
  .cheering .caption h3 span {
    border: 1px solid #505050;
    padding: 4px;
    line-height: 1;
    font-size: 12px;
    display: inline-block;
    margin-right: 8px; }
    @media screen and (min-width: 768px) {
      .cheering .caption h3 span {
        padding: 4px; } }

.cheering .caption p {
  margin-bottom: 20px;
  color: #555;
  font-size: 12px;
  line-height: 1.8; }
  @media screen and (min-width: 768px) {
    .cheering .caption p {
      margin-bottom: 0; } }

.cheering .text {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .cheering .text {
      margin-bottom: 30px; } }
  .cheering .text p {
    font-size: 12px;
    line-height: 1.8; }
    @media screen and (min-width: 768px) {
      .cheering .text p {
        font-size: 14px;
        text-align: justify; } }

.cheering .btn a {
  background-color: #e35bae;
  color: #fff;
  text-align: center;
  font-size: 16px;
  max-width: 360px;
  margin: 0 auto 30px;
  display: block;
  padding: 20px;
  text-decoration: none;
  line-height: 1;
  border-radius: 100px;
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 1; }
  @media screen and (min-width: 768px) {
    .cheering .btn a {
      max-width: 280px;
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 0; } }
  .cheering .btn a:hover {
    opacity: 0.75; }
  .cheering .btn a:after {
    content: "";
    background-image: url(../images/icon-rightcursor.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    display: block;
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media screen and (min-width: 768px) {
      .cheering .btn a:after {
        right: 25px;
        width: 15px;
        height: 15px; } }

#torisetsu2 {
  background-color: #FFFF52; }
  #torisetsu2 .heading-title {
    background-color: #FFFF52;
    padding: 20px; }
    #torisetsu2 .heading-title .inr {
      max-width: 400px;
      width: auto;
      margin: 0 auto;
      position: relative; }
      #torisetsu2 .heading-title .inr span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -40px;
        margin: auto;
        display: inline-block;
        width: 100px; }
        #torisetsu2 .heading-title .inr span img {
          width: 100%;
          height: auto;
          vertical-align: top; }
  #torisetsu2 .hero {
    background-image: url(../images/torisetsu2-bg.png);
    background-size: cover; }
    @media screen and (min-width: 768px) {
      #torisetsu2 .hero {
        background-image: url(../images/torisetsu2-bg_pc.gif); } }
    @media screen and (min-width: 768px) {
      #torisetsu2 .hero .inr {
        max-width: 675px;
        width: auto;
        margin: 0 auto; } }
    #torisetsu2 .hero .inr .title {
      margin: 0 auto;
      text-align: center;
      padding: 60px 0 20px; }
      @media screen and (min-width: 768px) {
        #torisetsu2 .hero .inr .title {
          padding-bottom: 60px; } }
      #torisetsu2 .hero .inr .title img {
        width: 100%;
        height: auto; }
  #torisetsu2 .quiz-col {
    padding: 40px 10px 20px; }
    @media screen and (min-width: 768px) {
      #torisetsu2 .quiz-col {
        max-width: 900px;
        width: auto;
        margin: 50px auto 30px;
        padding: 0;
        background: #fff; } }
    #torisetsu2 .quiz-col .title h2 {
      text-align: center;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        #torisetsu2 .quiz-col .title h2 {
          margin-bottom: 0; } }
      #torisetsu2 .quiz-col .title h2 img {
        margin: 0 auto;
        height: 50px; }
    #torisetsu2 .quiz-col .quiz-base {
      background-color: #fff;
      padding-bottom: 20px; }
      @media screen and (min-width: 768px) {
        #torisetsu2 .quiz-col .quiz-base .inr {
          padding-bottom: 40px; } }
      @media screen and (min-width: 768px) {
        #torisetsu2 .quiz-col .quiz-base .quiz-base__question {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          padding: 30px;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
      #torisetsu2 .quiz-col .quiz-base .quiz-base__question dl dt {
        padding: 20px;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.8; }
        @media screen and (min-width: 768px) {
          #torisetsu2 .quiz-col .quiz-base .quiz-base__question dl dt {
            padding: 0; } }
        #torisetsu2 .quiz-col .quiz-base .quiz-base__question dl dt p {
          margin: 0; }
          @media screen and (min-width: 768px) {
            #torisetsu2 .quiz-col .quiz-base .quiz-base__question dl dt p {
              padding: 0;
              padding-left: 30px;
              font-size: 16px;
              line-height: 1.6; } }
      #torisetsu2 .quiz-col .quiz-base .quiz-base__question dl dd img {
        width: 100%;
        height: auto; }
      #torisetsu2 .quiz-col .quiz-base .quiz-base__image img {
        width: 100%;
        height: auto; }
      #torisetsu2 .quiz-col .quiz-base .quiz-base__btn {
        max-width: 400px;
        width: 80%;
        margin: 20px auto;
        background-color: #E35BAE;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        padding: 15px;
        border-radius: 50px;
        position: relative;
        cursor: pointer; }
        @media screen and (min-width: 768px) {
          #torisetsu2 .quiz-col .quiz-base .quiz-base__btn {
            margin: 40px auto 0;
            opacity: 1;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            #torisetsu2 .quiz-col .quiz-base .quiz-base__btn:hover {
              opacity: .5; } }
        #torisetsu2 .quiz-col .quiz-base .quiz-base__btn:after {
          content: "";
          position: absolute;
          margin: auto;
          vertical-align: middle;
          right: 25px;
          bottom: 0;
          top: 0;
          width: 8px;
          height: 8px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
          display: block; }
      @media screen and (min-width: 768px) {
        #torisetsu2 .quiz-col .quiz-base .quiz-base__answer {
          padding-top: 50px; }
          #torisetsu2 .quiz-col .quiz-base .quiz-base__answer.flexcol {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            #torisetsu2 .quiz-col .quiz-base .quiz-base__answer.flexcol .col {
              margin: 0 20px; } }
      #torisetsu2 .quiz-col .quiz-base .quiz-base__answer .title {
        font-size: 20px;
        font-weight: bold;
        color: #E35BAE;
        margin-bottom: 20px; }
        @media screen and (min-width: 768px) {
          #torisetsu2 .quiz-col .quiz-base .quiz-base__answer .title {
            padding-top: 0;
            margin-bottom: 10px; } }
        #torisetsu2 .quiz-col .quiz-base .quiz-base__answer .title p {
          text-align: center;
          margin-bottom: 20px;
          font-size: 20px !important; }
          @media screen and (min-width: 768px) {
            #torisetsu2 .quiz-col .quiz-base .quiz-base__answer .title p {
              text-align: left;
              font-size: 20px  !important; } }
          #torisetsu2 .quiz-col .quiz-base .quiz-base__answer .title p span {
            color: #3C3C3C;
            font-size: 16px;
            display: block; }
            @media screen and (min-width: 768px) {
              #torisetsu2 .quiz-col .quiz-base .quiz-base__answer .title p span {
                font-size: 15px !important;
                margin-bottom: 0; } }
      @media screen and (min-width: 768px) {
        #torisetsu2 .quiz-col .quiz-base .quiz-base__answer .col2 {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          max-width: 580px;
          width: auto;
          margin: 0 auto; } }
      #torisetsu2 .quiz-col .quiz-base .quiz-base__answer .image {
        width: 60%;
        max-width: 400px;
        margin: 30px auto 0px; }
        @media screen and (min-width: 768px) {
          #torisetsu2 .quiz-col .quiz-base .quiz-base__answer .image {
            max-width: 250px;
            width: auto;
            margin: 0px 10px 20px; } }
        #torisetsu2 .quiz-col .quiz-base .quiz-base__answer .image img {
          width: 100%;
          height: auto; }
      #torisetsu2 .quiz-col .quiz-base .quiz-base__answer .text {
        padding: 20px; }
        @media screen and (min-width: 768px) {
          #torisetsu2 .quiz-col .quiz-base .quiz-base__answer .text {
            max-width: 270px;
            width: auto;
            padding: 0; } }
        #torisetsu2 .quiz-col .quiz-base .quiz-base__answer .text p {
          margin: 0;
          font-size: 14px;
          line-height: 1.8; }
  #torisetsu2 .nextpage {
    padding: 30px 0px;
    background: #fff; }
    @media screen and (min-width: 768px) {
      #torisetsu2 .nextpage {
        margin-top: 60px;
        padding: 0;
        border-bottom: 60px solid #FFFF52; } }
    #torisetsu2 .nextpage .inr {
      padding: 0 20px; }
      #torisetsu2 .nextpage .inr a {
        background-color: #FFFF52;
        display: block;
        padding: 20px; }
        @media screen and (min-width: 768px) {
          #torisetsu2 .nextpage .inr a {
            background: #fff;
            opacity: 1;
            -webkit-transition: all .2s ease;
            -o-transition: all .2s ease;
            transition: all .2s ease; }
            #torisetsu2 .nextpage .inr a:hover {
              opacity: .5; } }
        #torisetsu2 .nextpage .inr a span {
          display: block;
          max-width: 400px;
          width: auto;
          margin: 0 auto; }
        #torisetsu2 .nextpage .inr a img {
          width: 100%;
          height: auto; }

#torisetsu3 {
  background-color: #FFFF52;
  background-image: url(../images/torisetsu3-bg.gif);
  background-repeat: repeat-y;
  background-size: 100% auto; }
  #torisetsu3 .heading-title {
    background-color: #FFFF52;
    padding: 20px; }
    #torisetsu3 .heading-title .inr {
      max-width: 400px;
      width: auto;
      margin: 0 auto;
      position: relative; }
      #torisetsu3 .heading-title .inr span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -40px;
        margin: auto;
        display: inline-block;
        width: 100px; }
        #torisetsu3 .heading-title .inr span img {
          width: 100%;
          height: auto;
          vertical-align: top; }
  #torisetsu3 .hero {
    background-size: auto 100%;
    background-repeat: repeat; }
    @media screen and (min-width: 768px) {
      #torisetsu3 .hero .inr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 690px;
        margin: 0 auto;
        padding: 80px 0; }
        #torisetsu3 .hero .inr .left-col {
          width: 340px; }
        #torisetsu3 .hero .inr .right-col {
          width: 295px; } }
    #torisetsu3 .hero .inr .title {
      margin: 0 auto 30px;
      text-align: center;
      padding: 60px 0px 0;
      width: 80%;
      max-width: 400px; }
      @media screen and (min-width: 768px) {
        #torisetsu3 .hero .inr .title {
          margin: auto;
          padding: 0;
          width: auto;
          max-width: 100%; } }
      #torisetsu3 .hero .inr .title img {
        width: 100%;
        height: auto; }
    #torisetsu3 .hero .inr .text {
      padding: 0 20px; }
      @media screen and (min-width: 768px) {
        #torisetsu3 .hero .inr .text {
          padding: 0;
          margin-bottom: 30px; } }
      #torisetsu3 .hero .inr .text p {
        font-size: 14px;
        line-height: 1.8;
        font-weight: bold;
        color: #fff; }
        #torisetsu3 .hero .inr .text p strong {
          font-size: 18px;
          text-align: center;
          display: block; }
          @media screen and (min-width: 768px) {
            #torisetsu3 .hero .inr .text p strong {
              text-align: left; } }
    #torisetsu3 .hero .inr .comment .inr {
      padding: 20px 20px 60px;
      max-width: 400px;
      margin: 0 auto 0px; }
      @media screen and (min-width: 768px) {
        #torisetsu3 .hero .inr .comment .inr {
          padding: 0;
          max-width: 100%;
          margin: auto; } }
      #torisetsu3 .hero .inr .comment .inr dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        #torisetsu3 .hero .inr .comment .inr dl dt {
          width: 40%;
          min-width: 100px; }
        #torisetsu3 .hero .inr .comment .inr dl dd {
          width: 60%;
          padding-left: 20px; }
          #torisetsu3 .hero .inr .comment .inr dl dd .comment-name {
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            margin-bottom: 0px;
            display: inline-block;
            line-height: 1; }
          #torisetsu3 .hero .inr .comment .inr dl dd .comment-text {
            font-size: 14px;
            color: #fff;
            line-height: 1.6; }
  @media screen and (min-width: 768px) {
    #torisetsu3 .trouble-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 940px;
      width: auto;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 auto;
      padding-top: 50px; } }
  #torisetsu3 .trouble-col {
    margin-bottom: 80px; }
    #torisetsu3 .trouble-col#trouble01 {
      background-color: #E35BAE; }
    #torisetsu3 .trouble-col#trouble02 {
      background-color: #03A1B0; }
    #torisetsu3 .trouble-col#trouble03 {
      background-color: #039E31; }
    #torisetsu3 .trouble-col#trouble04 {
      background-color: #00A0FF; }
    @media screen and (min-width: 768px) {
      #torisetsu3 .trouble-col {
        max-width: 48%;
        width: auto; } }
    #torisetsu3 .trouble-col dl dt img {
      margin-top: -10%;
      width: 100%;
      height: auto; }
    #torisetsu3 .trouble-col dl dd {
      padding: 20px;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.8; }
      @media screen and (min-width: 768px) {
        #torisetsu3 .trouble-col dl dd {
          font-size: 16px;
          padding: 25px; }
          #torisetsu3 .trouble-col dl dd p {
            margin: 0; } }
  #torisetsu3 .message {
    padding: 0px 20px 40px;
    margin-top: -20px; }
    @media screen and (min-width: 768px) {
      #torisetsu3 .message {
        margin-top: 0;
        margin-bottom: 40px; } }
    @media screen and (min-width: 768px) {
      #torisetsu3 .message .inr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    #torisetsu3 .message .text {
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        #torisetsu3 .message .text {
          font-size: 16px; } }
      #torisetsu3 .message .text p {
        text-align: center;
        line-height: 1.8; }
        @media screen and (min-width: 768px) {
          #torisetsu3 .message .text p {
            text-align: left; } }
    #torisetsu3 .message .copy {
      font-size: 20px;
      font-weight: bold;
      color: #FFFF52; }
      #torisetsu3 .message .copy p {
        text-align: center;
        line-height: 2; }
        @media screen and (min-width: 768px) {
          #torisetsu3 .message .copy p {
            text-align: left; } }
    #torisetsu3 .message img {
      max-width: 400px;
      width: 60%;
      display: block;
      margin: 40px auto 20px; }
      @media screen and (min-width: 768px) {
        #torisetsu3 .message img {
          width: 200px;
          max-width: 100%;
          margin: 0;
          margin-right: 40px; } }

    .questionnaire_area{
      width: 100%;
      position: fixed;
      bottom:0px;
      background-color: #ECECEC;
      height: 120px;
      padding: 20px 0;
      opacity: 0.9;
    }

    .questionnaire_btn {
      display: block;
      width: 90%;
      max-width: 400px;
      background-color: #FF5900;
      border-radius: 5px;
      margin: 0 auto;
      padding: 10px;
      line-height: 1;
      transition: all 0.2s 0s ease;
      text-align: center;
    }

    .questionnaire_btn img{
      max-width: 280px;
    }

    .questionnaire_btn:hover {
      background-color: #FF3D00;
      border-radius: 0px;
      transition: 1s:
    }


/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiIvc3R5bGUuY3NzIiwic291cmNlUm9vdCI6IiJ9*/
