@charset "UTF-8";

/* =======================================
 reset css
======================================= */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}

html {
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}

* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* =======================================
 base style
======================================= */
html {
  font-size: 62.5%;
}

body {
  background: #FFF;
  color: #181818;
  font-family: 'Meiryo', "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
}

@media only screen and (max-width: 750px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 751px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

a {
  color: #181818;
  text-decoration: none;
}

@media only screen and (min-width: 751px) {
  a:hover img {
    opacity: 0.8;
  }
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.alignleft {
  text-align: left;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

@media only screen and (max-width: 750px) {
  strong {
    text-shadow: .1px .5px 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 751px) {
  strong {
    font-weight: bold;
  }
}

img {
  width: 100%;
}

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

.cRed {
  color: #7C282D !important;
}

.cGreen {
  color: #005046 !important;
}

.cWhite {
  color: #FFF !important;
}

.bgGreen {
  background-color: #005046 !important;
}

.bgYellow {
  background: white;
  background: -webkit-linear-gradient(top, white 0%, white 54%, #ffff82 55%, #ffff82 100%);
  background: linear-gradient(to bottom, white 0%, white 54%, #ffff82 55%, #ffff82 100%);
}

.inner {
  margin: auto;
}

@media only screen and (max-width: 750px) {
  .inner {
    width: 95%;
  }
}

@media only screen and (min-width: 751px) {
  .inner {
    width: 100%;
    max-width: 950px;
  }
}

@media only screen and (max-width: 750px) {
  .br-sp {
    display: block;
  }
}

@media only screen and (min-width: 751px) {
  .br-pc {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
}

@media only screen and (min-width: 751px) {
  .pc-none {
    display: none !important;
  }
}

/* =======================================
 header
======================================= */
@keyframes header-animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#header {
  background: white;
  background: -webkit-linear-gradient(top, white 0%, #c8c8be 100%);
  background: linear-gradient(to bottom, white 0%, #c8c8be 100%);
  border-bottom: 4px solid #005046;
  padding: .6em 0 .4em;
  width: 100%;
}

@media only screen and (min-width: 751px) {
  #header {
    padding: .6em 0;
  }
}

#header.is-fixed {
  animation-name: header-animation;
  animation-duration: .3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media only screen and (max-width: 750px) {
  #header #h-logo {
    width: 40%;
  }
}

@media only screen and (min-width: 751px) {
  #header #h-logo {
    width: 30%;
  }
}

@media only screen and (max-width: 750px) {
  #header .floatright {
    margin-right: -2%;
    width: 58%;
  }
}

@media only screen and (min-width: 751px) {
  #header .floatright {
    width: 50%;
  }
}

#header #h-tel {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 750px) {
  #header #h-tel {
    padding-top: .2em;
    width: 46%;
  }
}

@media only screen and (min-width: 751px) {
  #header #h-tel {
    width: 42%;
  }
}

#header #h-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

#header #h-btn a {
  background: white;
  background: -webkit-linear-gradient(top, white 0%, #c9c9c9 100%);
  background: linear-gradient(to bottom, white 0%, #c9c9c9 100%);
  border: 1px solid #005046;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #FFF inset, 2px 2px 2px rgba(0, 0, 0, 0.3);
  color: #005046;
  display: block;
  padding: 1em 0;
  width: 100%;
  position: relative;
  font-weight: bold;
}

#header #h-btn a::after {
  content: " >";
}

@media only screen and (max-width: 750px) {
  #header #h-btn {
    font-size: 2vw;
    text-shadow: .1px .5px 0;
    width: 48%;
  }
}

@media only screen and (min-width: 751px) {
  #header #h-btn {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    width: 52%;
  }
}

/* =======================================
 main
======================================= */
#fv {
  background: no-repeat center top;
  background-size: auto 100%;
}

#fv .inner {
  height: 0;
  position: relative;
}

#fv .inner p {
  position: absolute;
  z-index: 2;
}

#fv .inner ul {
  position: absolute;
}

#fv .inner ul li {
  background: url(../img/fv_bg_circle.png) no-repeat center center;
  background-size: contain;
  float: left;
  height: 0;
  padding-top: 30%;
  text-align: center;
  width: 32%;
  position: relative;
}

#fv .inner ul li img {
  position: absolute;
}

@media only screen and (max-width: 750px) {
  #fv {
    background-image: url(../img/fv_sp_bg.jpg);
  }

  #fv .inner {
    padding-top: 103%;
  }

  #fv #fv-txt-01 {
    width: 92%;
    top: 5%;
    left: 4%;
  }

  #fv #fv-txt-02 {
    width: 69%;
    top: 20%;
    left: 0;
  }

  #fv #fv-txt-03 {
    width: 70%;
    top: 26%;
    left: 0;
  }

  #fv ul {
    width: 71.8%;
    top: 48%;
    left: 0;
  }

  #fv ul li img {
    width: 84%;
    top: 18%;
    left: 8%;
  }

  #fv #fv-img {
    width: 69%;
    left: 0;
    bottom: 2%;
  }
}

@media only screen and (min-width: 751px) {
  #fv {
    background-image: url(../img/fv_pc_bg.jpg);
  }

  #fv .inner {
    padding-top: 69.4%;
  }

  #fv #fv-txt-01 {
    width: 76%;
    top: 5%;
    left: 12%;
  }

  #fv #fv-txt-01::before, #fv #fv-txt-01::after {
    content: "";
    background: #4D4D4D;
    display: block;
    height: 2px;
    width: 6%;
    position: absolute;
    top: 50%;
  }

  #fv #fv-txt-01::before {
    left: -10%;
  }

  #fv #fv-txt-01::after {
    right: -10%;
  }

  #fv #fv-txt-02 {
    width: 72%;
    top: 20%;
    left: 0;
  }

  #fv #fv-txt-03 {
    width: 71%;
    top: 28%;
    left: 0;
  }

  #fv ul {
    width: 60%;
    top: 63%;
    left: 65px;
  }

  #fv ul li img {
    width: 80%;
    top: 18%;
    left: 10%;
  }

  #fv #fv-img {
    width: 42%;
    top: 62%;
    right: -2%;
  }
}

@media only screen and (min-width: 951px) {
  #fv {
    background-size: auto;
  }

  #fv .inner {
    padding-top: 660px;
  }
}

.tit {
  background: #005046;
  color: #FFF;
  padding: .6em 0;
  position: relative;
}

.tit::after {
  content: "▼";
  color: #005046;
  display: block;
  font-size: 1.4em;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -.6em;
  left: 0;
  z-index: 2;
}

@media only screen and (max-width: 750px) {
  .tit {
    font-size: 4.6vw;
    line-height: 1;
    text-shadow: .1px .5px 0;
  }
}

@media only screen and (min-width: 751px) {
  .tit {
    font-size: 40px;
    font-size: 4.0rem;
  }
}

.txt {
  line-height: 1.8;
  text-align: justify;
}

@media only screen and (max-width: 750px) {
  .txt {
    font-size: 3.2vw;
  }
}

@media only screen and (max-width: 750px) {
  .rmark {
    background: url(../img/txt_sp_rmark.png) no-repeat left top;
    background-size: 100% auto;
    display: inline-block;
    height: 1em;
    width: .6em;
  }
}

@media only screen and (min-width: 751px) {
  .rmark {
    background: url(../img/txt_pc_rmark.png) no-repeat left top;
    background-size: 100% auto;
    display: inline-block;
    height: 1em;
    width: 1em;
  }
}

@media only screen and (max-width: 750px) {
  .cRed .rmark {
    background-image: url(../img/txt_sp_rmark_r.png);
  }
}

@media only screen and (min-width: 751px) {
  .cRed .rmark {
    background-image: url(../img/txt_pc_rmark_r.png);
  }
}

#msg {
  background: #FFF;
}

#msg #msg-about {
  background: no-repeat center top;
  padding-top: 30px;
}

#msg #msg-about .stit {
  background: #7C282D;
  box-sizing: border-box;
  color: #FFF;
  position: relative;
}

#msg #msg-about .stit::after {
  content: "";
  background: url(../img/msg_txt_02.png) no-repeat;
  background-size: cover;
}

#msg #msg-about dl {
  border: 2px solid #42210B;
  box-sizing: border-box;
  display: table;
  margin: 2em 0 0;
}

#msg #msg-about dl dt {
  background: #42210B;
  color: #FFF;
  display: table-cell;
  padding: 1em 0;
  text-align: center;
  vertical-align: middle;
  width: 6em;
}

#msg #msg-about dl dd {
  background: url(../img/msg_bg_03.png);
  display: table-cell;
  padding: 1em .4em 1em 1em;
}

#msg #msg-history {
  box-sizing: border-box;
}

#msg #msg-history table {
  border: 3px solid #005046;
}

#msg #msg-history thead th {
  background: #005046;
  color: #FFF;
  padding: .6em;
  text-align: center;
}

#msg #msg-history tbody th {
  color: #FFF;
  padding: 1em 0;
  text-align: center;
  width: 6em;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
}

#msg #msg-history tbody th::after {
  content: "▼";
  display: block;
  font-size: 1.4em;
  text-align: center;
  width: 100%;
  position: absolute;
  transform: scale(1.6, 1);
  bottom: -1em;
  left: 0;
  z-index: 2;
}

#msg #msg-history tbody td {
  border-bottom: 2px solid #005046;
  padding: 1em;
}

#msg #msg-history tbody tr:nth-child(2n+1) th {
  background: #B5C79D;
}

#msg #msg-history tbody tr:nth-child(2n+1) th::after {
  color: #B5C79D;
}

#msg #msg-history tbody tr:nth-child(2n) th {
  background: #34736B;
}

#msg #msg-history tbody tr:nth-child(2n) th::after {
  color: #34736B;
}

#msg #msg-history tbody tr:last-child th::after {
  display: none;
}

#msg #msg-history tbody tr:last-child td {
  border-bottom: 0;
}

#msg #msg-voice {
  margin: 1.6em 0;
}

#msg #msg-voice h3 {
  border-bottom: 2px solid #7C282D;
  padding-bottom: .4em;
}

@media only screen and (max-width: 750px) {
  #msg #msg-about {
    background-image: url(../img/msg_sp_bg_01.jpg);
    background-size: 100% auto;
  }

  #msg #msg-about .right-conts {
    margin-left: 35%;
  }

  #msg #msg-about .stit {
    border-radius: 20px;
    font-size: 2.6vw;
    margin: .8em 0 1.6em;
    padding: .4em 3em .4em .8em;
    width: 90%;
  }

  #msg #msg-about .stit::after {
    content: "";
    background: url(../img/msg_txt_02.png) no-repeat;
    background-size: contain;
    height: 5em;
    width: 5em;
    position: absolute;
    right: -10%;
    top: -2.6em;
  }

  #msg #msg-about .txt {
    margin-right: 1em;
  }

  #msg #msg-about dl {
    font-size: 3.2vw;
    line-height: 1.8;
  }

  #msg #msg-about .arrow {
    margin: 1em auto;
    width: 22%;
  }

  #msg #msg-history {
    background: url(../img/msg_sp_bg_02.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 56%;
  }

  #msg #msg-history thead th {
    font-size: 4.4vw;
    line-height: 1.2;
    text-shadow: .1px .5px 0;
  }

  #msg #msg-history thead .rmark {
    background: url(../img/msg_txt_03.png) no-repeat left bottom;
    background-size: 100% auto;
    display: inline-block;
    height: 1em;
    width: 1em;
  }

  #msg #msg-history tbody {
    font-size: 3.2vw;
    line-height: 1.8;
  }

  #msg #msg-voice h3 {
    margin: 0 auto 1em;
    width: 91.5%;
  }

  #msg #msg-voice h3 img {
    width: 86%;
  }

  #msg #msg-voice .txt {
    font-size: 3.2vw;
    line-height: 1.8;
    margin: auto;
    width: 91.5%;
  }
}

@media only screen and (min-width: 751px) {
  #msg {
    background: url(../img/msg_pc_bg_02.jpg) no-repeat center bottom;
    background-size: 147% auto;
  }

  #msg #msg-about {
    background-image: url(../img/msg_pc_bg_01.jpg);
    background-size: 136% auto;
    padding: 4em 0 1em;
  }

  #msg #msg-about .right-conts {
    margin-left: 42%;
  }

  #msg #msg-about .stit {
    font-size: 21px;
    font-size: 2.1rem;
    margin: .8em 0 1.2em;
    padding: .4em 3em .4em .6em;
    width: 90%;
  }

  #msg #msg-about .stit::after {
    content: "";
    background: url(../img/msg_txt_02.png) no-repeat;
    background-size: contain;
    height: 100px;
    width: 100px;
    position: absolute;
    right: -10%;
    top: -2.6em;
  }

  #msg #msg-about .txt {
    margin-right: 1em;
  }

  #msg #msg-about dl dt {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.4;
  }

  #msg #msg-about dl dd {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    vertical-align: middle;
  }

  #msg #msg-about .arrow {
    margin: 1em auto;
    width: 150px;
  }

  #msg #msg-history thead th {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
    text-shadow: .1px .5px 0;
  }

  #msg #msg-history thead .rmark {
    background: url(../img/msg_txt_03.png) no-repeat center top;
    background-size: 80% auto;
    display: inline-block;
    height: 1em;
    width: 1em;
  }

  #msg #msg-history tbody th {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.4;
  }

  #msg #msg-history tbody td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  #msg #msg-voice {
    margin: 3em 0 0;
    padding-bottom: 1.6em;
    width: 59%;
    max-width: 560px;
  }

  #msg #msg-voice h3 {
    margin: 0 auto 1em;
    width: 91.5%;
  }

  #msg #msg-voice h3 img {
    width: 86%;
  }

  #msg #msg-voice .txt {
    margin: auto;
    width: 91.5%;
  }
}

@media only screen and (min-width: 951px) {
  #msg {
    background-size: 1400px auto;
  }

  #msg #msg-about {
    background-size: 1300px auto;
  }
}

#voice {
  background: url(../img/voice_bg.jpg);
  padding: 1.4em 0;
}

#voice .voice-body {
  background: url(../img/voice_col_body.png) repeat-y;
  background-size: 100% auto;
  padding: 1em 0 0;
}

#voice .voice-txt {
  margin: auto;
  width: 91.5%;
}

#voice .voice-name {
  color: #C7B299;
  margin: auto;
  width: 91.5%;
}

@media only screen and (max-width: 750px) {
  #voice h2 {
    font-size: 5.4vw;
    line-height: 1.4;
    text-shadow: 1px 1px 0;
  }

  #voice .voice-col {
    margin: 1.6em 0;
  }

  #voice .voice-txt {
    font-size: 3.2vw;
    line-height: 2;
  }

  #voice .voice-txt p {
    background-image: url(../img/voice_col_sp_line.png);
    background-size: auto 2em;
  }

  #voice .voice-name {
    font-size: 4.2vw;
    line-height: 1.6;
    margin-top: .4em;
    text-shadow: .1px .5px 0;
  }
}

@media only screen and (min-width: 751px) {
  #voice {
    padding: 50px 0;
  }

  #voice h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 40px;
  }

  #voice .voice-col {
    float: left;
    margin: 10px 0;
    width: 48%;
    max-width: 460px;
  }

  #voice .voice-col:nth-child(2n+1) {
    clear: left;
    margin-right: 4%;
  }

  #voice .voice-txt {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2;
  }

  #voice .voice-txt p {
    background-image: url(../img/voice_col_pc_line.png);
    background-size: auto 2em;
  }

  #voice .voice-name {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.6;
    margin-top: .4em;
  }
}

.contact {
  background: url(../img/contact_bg_01.png) repeat-x left top, url(../img/contact_bg_02.png) repeat-x left bottom;
  padding: 20px 0;
}

.contact .btn a {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 750px) {
  .contact {
    background-size: auto 8px;
  }

  .contact h2 {
    margin-top: 1em;
  }

  .contact #contact-txt03 {
    margin: .4em auto 1.4em;
    width: 80%;
  }

  .contact .contact-img {
    margin: auto;
    width: 44%;
  }

  .contact .btn {
    margin: 1em auto;
    width: 100%;
  }

  .contact .btn a {
    background: url(../img/contact_sp_btn.png) no-repeat;
    background-size: contain;
    display: block;
    padding-top: 17%;
    width: 100%;
  }

  .contact .c-tel-num {
    text-align: center;
  }

  .contact .c-tel-num p {
    font-size: 3.2vw;
    line-height: 2;
  }

  .contact .c-tel-num .tel {
    margin: auto;
    width: 60%;
  }

  .contact .c-tel-time {
    border: 1px solid #000;
    font-size: 3.2vw;
    line-height: 2;
    margin: 1em auto;
    text-align: center;
    width: 54%;
  }
}

@media only screen and (min-width: 751px) {
  .contact {
    padding-bottom: 40px;
  }

  .contact h2 {
    margin: 1em auto 0;
    width: 86%;
    max-width: 830px;
  }

  .contact #contact-txt03 {
    margin: .4em auto 1.4em;
    width: 70%;
    max-width: 652px;
  }

  .contact .contact-txt01 {
    display: inline-block;
    margin-left: 2%;
    vertical-align: middle;
    width: 76%;
    max-width: 730px;
  }

  .contact .contact-img {
    display: inline-block;
    margin-left: 2%;
    vertical-align: middle;
    width: 19%;
  }

  .contact .btn {
    clear: both;
    margin: 1em auto;
    width: 100%;
  }

  .contact .btn a {
    background: url(../img/contact_pc_btn.png) no-repeat;
    background-size: contain;
    display: block;
    padding-top: 13%;
    width: 98%;
  }

  .contact .c-tel-num {
    display: inline-block;
    margin-left: 5%;
    text-align: center;
    vertical-align: middle;
    width: 68%;
  }

  .contact .c-tel-num p {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    vertical-align: middle;
  }

  .contact .c-tel-num .tel {
    display: inline-block;
    margin: auto;
    width: 60%;
    max-width: 428px;
    vertical-align: middle;
  }

  .contact .c-tel-time {
    border: 1px solid #000;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: .4em 0;
    text-align: center;
    vertical-align: middle;
  }

  .contact .c-tel-time span {
    display: block;
  }
}

#trouble {
  color: #FFF;
}

#trouble li {
  background: url(../img/trouble_icon.png) no-repeat left 0.6em;
  background-size: 1.4em auto;
  border-bottom: 2px dotted #FFF;
  padding: .6em 0 .6em 1.8em;
}

@media only screen and (max-width: 750px) {
  #trouble {
    background: url(../img/trouble_sp_bg.jpg) no-repeat;
    background-size: 100% auto;
  }

  #trouble .inner {
    box-sizing: border-box;
    padding: 4% 0 8% 26%;
  }

  #trouble h2 {
    font-size: 5.2vw;
    padding: .6em 0;
    text-shadow: 1px 0 1px;
  }

  #trouble li {
    font-size: 3.4vw;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 751px) {
  #trouble {
    background: url(../img/trouble_pc_bg.jpg) no-repeat center top;
    background-size: cover;
  }

  #trouble .inner {
    box-sizing: border-box;
    padding: 4% 0 4% 27%;
  }

  #trouble h2 {
    font-size: 43px;
    font-size: 4.3rem;
    font-weight: bold;
    padding: .4em 0;
  }

  #trouble li {
    background-position: left .4em;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
    padding: .4em 0 .4em 1.8em;
  }
}

@media only screen and (min-width: 951px) {
  #trouble .inner {
    box-sizing: border-box;
    padding-left: 320px;
  }
}

#infact .inner {
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#infact ol {
  display: table;
  width: 100%;
}

#infact ol>li {
  display: table-cell;
}

#infact #infact-li04 {
  display: table;
}

#infact #infact-li04 p {
  display: table-cell;
  padding: 0 .4em;
  vertical-align: middle;
}

#infact #infact-li04 p img {
  width: 3.2vw;
}

#infact #infact-li04 ul {
  display: table-cell;
  padding: 1em .3em;
  vertical-align: top;
}

#infact #infact-li04 ul li {
  margin-left: 1em;
  text-indent: -1em;
  padding: 0.35em 0;
}

#infact #infact-li04 ul li::before {
  content: "・";
}

#infact #infact-li04 .high {
  background: #FFFFE7;
  border: 3px solid #005046;
  border-left-width: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  margin: .6em 0 .7em;
}

#infact #infact-li04 .high p {
  background: #005046;
}

#infact #infact-li04 .low {
  background: #FFFFE7;
  border: 3px solid #7C282D;
  border-left-width: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  margin: .6em 0;
}

#infact #infact-li04 .low p {
  background: #7C282D;
}

#infact #infact-topic {
  background: url(../img/bg_stripe_y.png);
  margin: 2.6em auto 0;
  position: relative;
}

#infact #infact-topic h3 {
  background: #7C282D;
  text-align: center;
  top: -20px;
  position: absolute;
}

#infact #infact-topic h3::before, #infact #infact-topic h3::after {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
}

#infact #infact-topic h3::before {
  border-width: 0 0 20px 12px;
  border-color: transparent transparent #42210B transparent;
  left: -12px;
}

#infact #infact-topic h3::after {
  border-width: 20px 0 0 12px;
  border-color: transparent transparent transparent #42210B;
  right: -12px;
}

@media only screen and (max-width: 750px) {
  #infact {
    background: #CCE0CC;
  }

  #infact .inner {
    padding-top: 2em;
  }

  #infact h2 {
    margin: 0 auto 1em;
    width: 91.5%;
  }

  #infact ol {
    margin: 1em auto;
    width: 91.5%;
  }

  #infact #infact-li01, #infact #infact-li02 {
    background: url(../img/infact_sp_bg_01.png) no-repeat;
    background-size: 100% auto;
    width: 11%;
    vertical-align: middle;
  }

  #infact #infact-li01 img, #infact #infact-li02 img {
    margin-top: -.6em;
    margin-left: 14%;
    width: 3.2vw;
  }

  #infact #infact-li03 {
    background: url(../img/infact_sp_bg_02.png) no-repeat;
    background-size: 100% auto;
    width: 15%;
    vertical-align: middle;
  }

  #infact #infact-li03 img {
    margin-top: -.6em;
    margin-left: 12%;
    width: 3.2vw;
  }

  #infact #infact-li04 {
    font-size: 3.2vw;
    line-height: 1.4;
  }

  #infact #infact-li04 ul li {
    padding: 0;
  }

  #infact #infact-txt-06 {
    margin: 0 auto 1em;
    width: 44%;
  }

  #infact .bgYellow {
    font-size: 4.2vw;
    line-height: 1;
  }

  #infact #infact-topic {
    padding: 2em 0 1em;
  }

  #infact #infact-topic h3 {
    margin: auto;
    padding: .2em 0;
    width: 91.5%;
    top: -16px;
    left: 4.25%;
  }

  #infact #infact-topic h3::before {
    border-width: 0 0 16px 8px;
    left: -8px;
  }

  #infact #infact-topic h3::after {
    border-width: 16px 0 0 8px;
    right: -8px;
  }

  #infact #infact-topic h3 img {
    width: 90%;
  }

  #infact #infact-topic .txt {
    margin: 1em auto;
    width: 91.5%;
  }

  #infact #infact-topic .clearfix img {
    display: block;
    margin: auto;
    width: 95%;
  }
}

@media only screen and (min-width: 751px) {
  #infact {
    background: #F2F2F2;
  }

  #infact .inner {
    padding-top: 2em;
  }

  #infact h2 {
    margin: 0 auto 1em;
    width: 91.5%;
  }

  #infact .fon20 {
    font-size: 20px;
    font-size: 2.0rem;
  }

  #infact ol {
    margin: 1em auto;
    width: 90%;
  }

  #infact #infact-li01, #infact #infact-li02 {
    background: url(../img/infact_pc_bg_01.png) no-repeat center center;
    background-size: 100% auto;
    width: 9.5%;
    vertical-align: middle;
  }

  #infact #infact-li01 img, #infact #infact-li02 img {
    margin-top: -.6em;
    margin-left: 14%;
    width: 35%;
    width: 3.2vw;
  }

  #infact #infact-li03 {
    background: url(../img/infact_pc_bg_02.png) no-repeat center center;
    background-size: 100% auto;
    width: 13%;
    vertical-align: middle;
  }

  #infact #infact-li03 img {
    margin-top: -.6em;
    margin-left: 10%;
    width: 24%;
    width: 3.2vw;
  }

  #infact #infact-li04 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    width: 100%;
  }

  #infact #infact-li04 p {
    padding: .2em .4em;
  }

  #infact #infact-li04 ul {
    padding-right: 0;
    vertical-align: middle;
  }

  #infact #infact-txt-06 {
    margin: 0 auto 1em;
    width: 280px;
  }

  #infact .fon22 {
    font-size: 22px;
    font-size: 2.2rem;
  }

  #infact .fon22 .bgYellow {
    font-size: 30px;
    font-size: 3.0rem;
  }

  #infact #infact-topic {
    padding: 3em 0 2em;
  }

  #infact #infact-topic h3 {
    margin: auto;
    padding: .2em 0;
    width: 78%;
    top: -16px;
    left: 11%;
  }

  #infact #infact-topic h3::before {
    border-width: 0 0 16px 8px;
    left: -8px;
  }

  #infact #infact-topic h3::after {
    border-width: 16px 0 0 8px;
    right: -8px;
  }

  #infact #infact-topic h3 img {
    width: 82%;
  }

  #infact #infact-topic .txt {
    margin: 1em auto;
    width: 91.5%;
  }

  #infact #infact-topic .clearfix img {
    float: right;
    margin: 0 4.25% 0 2%;
    width: 52%;
  }
}

@media only screen and (min-width: 951px) {

  #infact #infact-li01 img, #infact #infact-li02 img, #infact #infact-li03 img,
  #infact #infact-li04 p img {
    width: 25px;
  }
}

#discovery .tit {
  margin-bottom: 30px;
}

#discovery dl {
  margin: 2em 0 1em;
}

#discovery dl dt {
  color: #005046;
}

#discovery #discovery-msg {
  position: relative;
}

#discovery #discovery-msg::before, #discovery #discovery-msg::after {
  content: "";
  border: solid #999;
  box-sizing: border-box;
  height: 100%;
  width: 2.8%;
  position: absolute;
  top: 0;
}

#discovery #discovery-msg::before {
  border-width: 5px 0 5px 5px;
  left: 0;
}

#discovery #discovery-msg::after {
  border-width: 5px 5px 5px 0;
  right: 0;
}

#discovery #discovery-msg .bgGreen {
  padding: 0 .4em;
}

@media only screen and (max-width: 750px) {
  #discovery dt {
    font-size: 5.4vw;
    line-height: 1.4;
    margin-bottom: .4em;
    text-shadow: .1px .5px 0;
    font-weight: bold;
  }

  #discovery dd {
    font-size: 3.2vw;
    line-height: 1.8;
  }

  #discovery .img-up {
    background: url(../img/discovery_img.jpg) no-repeat center top;
    background-size: 95% auto;
    padding-top: 92%;
  }

  #discovery #discovery-msg {
    font-size: 3.2vw;
    line-height: 1.8;
    margin: 1.4em 0 3em;
  }

  #discovery #discovery-msg .cRed {
    font-size: 5.4vw;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 751px) {
  #discovery {
    background-color: #E6E6E6;
    background: url(../img/discovery_bg.png) repeat-y center top;
  }

  #discovery .tit {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 60px;
  }

  #discovery dl {
    background: url(../img/discovery_img.jpg) no-repeat right top;
    background-size: 56% auto;
    padding: 30px 58% 30px 0;
  }

  #discovery dt {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: .4em;
  }

  #discovery dd {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
  }

  #discovery #discovery-msg {
    box-sizing: border-box;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.8;
    margin: 1.4em 0 3em;
    padding: 10px;
  }

  #discovery #discovery-msg::before, #discovery #discovery-msg::after {
    width: 20px;
  }

  #discovery #discovery-msg .cRed {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.4;
  }
}

#component {
  padding: 1em 0;
  position: relative;
}

#component::after {
  content: "";
  border-color: #005046 transparent transparent transparent;
  border-style: solid;
  border-width: 40px 50px 0 50px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -50px;
}

#component .component-col {
  background: #FFF;
}

#component .component-col .component-about {
  padding: 1.4em 5% 2em;
}

#component .component-col .component-about h3 {
  border-left: 8px solid #005046;
  color: #005046;
  padding: 6px;
}

#component .component-col .component-about h3 .rmark {
  background-image: url(../img/component_rmark.png);
}

#component .component-col .component-about h3 span.sub {
  display: block;
  font-weight: bold;
}

#component .component-outline {
  background: #FFF;
  background-image: linear-gradient(to bottom, transparent 95%, #eaeaea 5%), linear-gradient(to right, transparent 95%, #eaeaea 5%);
  background-size: 10px 10px;
  padding: 2em 0 1em;
}

#component .component-outline h4 {
  background: #FAEF31;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

#component .component-outline h4 span {
  background: #FFFF9F;
  display: inline-block;
  margin-left: 20px;
  padding: .4em 0;
  position: relative;
  z-index: 2;
  width: calc(100% - 20px);
  font-weight: bold;
}

#component .component-outline h4::after {
  content: "";
  background: url(../img/component_bg.png) no-repeat right bottom;
  background-size: 100% 100%;
  height: 130%;
  width: 100%;
  position: absolute;
  bottom: -40%;
  left: 20px;
  z-index: 1;
}

#component .component-outline .component-image {
  background: #FFF;
  border: 1px solid #005046;
  box-sizing: border-box;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  margin: 1em auto;
}

#component .component-footer {
  background: #CDE0CC;
}

@media only screen and (max-width: 750px) {
  #component::after {
    border-width: 20px 30px 0 30px;
    bottom: -18px;
    margin-left: -30px;
  }

  #component h2 {
    margin: 0 auto .6em;
    width: 70%;
  }

  #component #component-arrow {
    margin: 1em auto;
    width: 60%;
  }

  #component .component-col {
    margin-bottom: 2em;
  }

  #component .component-col .component-about h3 {
    font-size: 6.4vw;
    line-height: 1;
    text-shadow: 1px 1px 0;
    margin-bottom: .4em;
  }

  #component .component-col .component-about h3 span.sub {
    font-size: 3vw;
    line-height: 1.4;
    text-shadow: .1px .5px 0;
  }

  #component .component-outline h4 {
    font-size: 3.8vw;
    margin: 0 auto 1.6em auto;
    text-shadow: .1px .5px 0;
    width: 90%;
  }

  #component .component-outline h4 span {
    margin-left: 10px;
    width: calc(100% - 10px);
  }

  #component .component-outline h4::after {
    left: 10px;
  }

  #component .component-outline .txt {
    margin: 1em 5%;
  }

  #component .component-outline .component-image {
    border-radius: 10px;
    padding: 2%;
    margin: 1em auto 1.6em;
    width: 90%;
  }

  #component .component-footer {
    font-size: 3.2vw;
    line-height: 1.8;
    padding: 5%;
  }

  #component .component-footer h4 {
    font-size: 3.6vw;
    line-height: 1.4;
    text-shadow: .1px .5px 0;
    font-weight: bold;
  }

  #component #component-01 .img-up {
    background: url(../img/component_img_01.png) no-repeat center top;
    background-size: 95% auto;
    padding-top: 70%;
  }

  #component #component-02 .img-up {
    background: url(../img/component_img_03.png) no-repeat center top;
    background-size: 95% auto;
    padding-top: 65%;
  }
}

@media only screen and (min-width: 751px) {
  #component {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  #component h2 {
    margin: 0 auto .6em;
    width: 56%;
  }

  #component #component-arrow {
    margin: 1em auto;
    width: 48%;
  }

  #component .txt {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
  }

  #component .component-col {
    margin-bottom: 50px;
  }

  #component .component-col .component-about {
    padding: 1.4em 4.25% 2em;
  }

  #component .component-col .component-about h3 {
    font-size: 48px;
    font-size: 4.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.4em;
  }

  #component .component-col .component-about h3 span.sub {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: bold;
  }

  #component .component-col .component-about h3 .rmark {
    background-size: auto;
  }

  #component .component-outline h4 {
    border-left-width: 10px;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    margin: 0 auto 1.2em auto;
    width: 67%;
  }

  #component .component-outline .txt {
    margin: 1em 4.25%;
  }

  #component .component-outline .component-image {
    padding: 2%;
    margin: 1em auto 1.6em;
    width: 91.5%;
  }

  #component .component-footer {
    background: #CCDCDA;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8;
    padding: 1.2em 4.25%;
  }

  #component .component-footer h4 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
  }

  #component #component-01 .component-about {
    background: url(../img/component_img_01.png) no-repeat 98% 1.4em;
    background-size: 46% auto;
  }

  #component #component-01 .component-about .txt {
    width: 52%;
  }

  #component #component-02 .component-about {
    background: url(../img/component_img_03.png) no-repeat 98% 1.4em;
    background-size: 46% auto;
  }

  #component #component-02 .component-about .txt {
    width: 52%;
  }
}

#success {
  background: #E6F5F5;
  padding-top: 50px;
}

#success .inner {
  background: url(../img/success_bg.png) no-repeat center top;
  background-size: 100% auto;
}

#success .comp {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: -moz-flex;
  -moz-justify-content: space-between;
  display: -ms-flex;
  -ms-justify-content: space-between;
  display: -o-flex;
  -o-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}

#success dl {
  background-image: radial-gradient(#FFF 10%, transparent 20%), radial-gradient(#FFF 10%, transparent 20%);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
  border: 3px solid;
  box-sizing: border-box;
}

#success dt {
  color: #FFF;
  text-align: center;
}

#success dd li {
  margin: 0 0 .6em 1.2em;
  text-indent: -1.2em;
  font-weight: bold;
}

#success .num01 {
  border-color: #000;
  position: relative;
}

#success .num01 dt {
  background: #000;
}

#success .num01 dd li::before {
  content: "×";
  color: #7C282D;
  padding-right: .2em;
  text-shadow: .1px .5px 0;
}

#success .num01::after {
  content: "";
  border-color: transparent transparent transparent #DE8080;
  border-style: solid;
  border-width: 50px 0 50px 30px;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -50px;
}

#success .num02 {
  border-color: #7C282D;
}

#success .num02 dt {
  background: #7C282D;
}

#success .num02 dd li::before {
  content: "";
  border: 4px solid #005046;
  border-radius: 100%;
  display: inline-block;
  height: .8em;
  width: .8em;
  margin-right: .2em;
}

@media only screen and (max-width: 750px) {
  #success {
    padding: 30px 0 2em;
  }

  #success .inner {
    padding-top: 2em;
  }

  #success .txt {
    margin: 1em 5%;
  }

  #success .comp {
    margin-top: 2em;
  }

  #success dl {
    width: calc(100% / 2 - 1% - 14px);
  }

  #success dt {
    font-size: 3.8vw;
    line-height: 1.4;
    padding: .2em 0;
    text-shadow: .1px .5px 0;
  }

  #success dd {
    font-size: 3.2vw;
    line-height: 1.4;
    padding: 1em;
  }

  #success .num01::after {
    border-width: 24px 0 24px 14px;
    top: 50%;
    right: calc(-14px - 8%);
    margin-top: -24px;
  }

  #success .num02 dd {
    /*    text-shadow: .1px .5px 0;*/
  }

  #success .num02 dd li::before {
    border-width: 2px;
  }
}

@media only screen and (min-width: 751px) {
  #success .inner {
    background-size: contain;
    padding-bottom: 120px;
  }

  #success .txt {
    font-size: 20px;
    font-size: 2.0rem;
    margin: 2em 4.25%;
  }

  #success dl {
    width: calc(100% / 2 - 1% - 14px);
  }

  #success dt {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    padding: .2em 0;
  }

  #success dd {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 1em;
  }

  #success dd li::before {
    font-weight: bold;
  }

  #success .num01::after {
    right: calc(-14px - 6%);
  }

  #success .num02 dd {
    /*text-shadow: .1px .5px 0;*/
  }
}

#supporter h2 {
  color: #005046;
}

#supporter h2 .rmark {
  background-image: url(../img/supporter_rmark.png);
}

#supporter li {
  background: white;
  background: -webkit-linear-gradient(white 0%, #d4d4d4 100%);
  background: linear-gradient(white 0%, #d4d4d4 100%);
  border: #FFF solid;
  border-width: 2px 0 2px 2px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 6px;
  padding: .4em 0 .4em .4em;
}

#supporter li span {
  background: url(../img/supporter_icon.png) no-repeat left 0.2em;
  background-size: 1em 1em;
  padding-left: 1.4em;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  #supporter {
    background: url(../img/supporter_sp_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 3em 0 1em 30%;
  }

  #supporter .inner {
    width: 100%;
  }

  #supporter h2 {
    font-size: 4.4vw;
    line-height: 1.4;
    margin-bottom: .4em;
    text-shadow: .1px .5px 0;
  }

  #supporter li {
    font-size: 3.2vw;
    line-height: 1.4;
    text-shadow: .1px .5px 0;
  }
}

@media only screen and (min-width: 751px) {
  #supporter {
    background: url(../img/supporter_pc_bg.jpg) no-repeat center top;
    background-size: cover;
  }

  #supporter .inner {
    box-sizing: border-box;
    padding: 3em 0 3em 37%;
  }

  #supporter h2 {
    font-size: 37px;
    font-size: 3.7rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: .4em;
  }

  #supporter h2 .rmark {
    background-size: auto auto;
    width: .6em;
  }

  #supporter li {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 951px) {
  #supporter {
    background-size: auto 600px;
  }

  #supporter .inner {
    padding-left: 340px;
  }

  #supporter h2, #supporter ul {
    margin-right: 0;
    margin-left: auto;
    width: 610px;
  }
}

#step {
  background: #E6E6E6;
  padding: 1em 0;
}

#step li {
  background: #196158;
  background: -webkit-linear-gradient(top, #196158 75%, #00463c 100%);
  background: linear-gradient(to bottom, #196158 75%, #00463c 100%);
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

#step li::after {
  content: "";
  border-color: #005046 transparent transparent transparent;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
}

#step li:last-child {
  margin-bottom: 0 !important;
}

#step li:last-child::after {
  display: none;
}

#step li dt {
  color: #FFF;
  text-align: center;
}

#step li dt span {
  text-decoration: underline;
}

#step li dd div {
  background: #FFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
}

#step .caution {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#step .caution p+p {
  margin-top: 1em;
}

#step .caution img {
  width: auto;
  height: 15px;
}

#step .notes {
  background: #F2F2F2;
  background-image: radial-gradient(#FFF 10%, transparent 20%), radial-gradient(#FFF 10%, transparent 20%);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
  border: 3px solid #005046;
}

@media only screen and (max-width: 750px) {
  #step h2 {
    margin: 1em auto 2em;
    width: 78%;
  }

  #step li {
    margin-bottom: 20px;
  }

  #step li::after {
    border-width: 20px 20px 0 20px;
    bottom: -20px;
    margin-left: -20px;
  }

  #step dl {
    padding: .4em 5%;
  }

  #step dt {
    display: inline-block;
    font-size: 4.6vw;
    line-height: 1.2;
    vertical-align: middle;
    width: 26%;
  }

  #step dt span {
    font-size: 3vw;
    line-height: 1;
  }

  #step dd {
    display: inline-block;
    font-size: 3.2vw;
    line-height: 1.4;
    vertical-align: middle;
    width: 72%;
  }

  #step dd div {
    margin-bottom: 4px;
    padding: 2%;
  }

  #step dd div.clearfix {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: -moz-flex;
    -moz-justify-content: space-between;
    -moz-align-items: center;
    display: -ms-flex;
    -ms-justify-content: space-between;
    -ms-align-items: center;
    display: -o-flex;
    -o-justify-content: space-between;
    -o-align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #step dd div.clearfix p {
    padding-left: 2%;
    width: 72%;
  }

  #step dd div.clearfix img {
    width: 25%;
  }

  #step .caution {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 1.6em;
  }

  #step .notes {
    font-size: 3.2vw;
    line-height: 1.4;
    padding: 5%;
    margin: 2em auto;
  }
}

@media only screen and (min-width: 751px) {
  #step h2 {
    margin: 40px auto 50px;
    width: 80%;
  }

  #step dl {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: -moz-flex;
    -moz-justify-content: space-between;
    -moz-align-items: center;
    display: -ms-flex;
    -ms-justify-content: space-between;
    -ms-align-items: center;
    display: -o-flex;
    -o-justify-content: space-between;
    -o-align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  #step dt {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.2;
    width: 20%;
  }

  #step dt span {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
  }

  #step dd {
    display: -webkit-flex;
    -webkit-align-items: stretch;
    display: -moz-flex;
    -moz-align-items: stretch;
    display: -ms-flex;
    -ms-align-items: stretch;
    display: -o-flex;
    -o-align-items: stretch;
    display: flex;
    align-items: stretch;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
    width: 78%;
  }

  #step dd div {
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: -moz-flex;
    -moz-justify-content: center;
    -moz-align-items: center;
    display: -ms-flex;
    -ms-justify-content: center;
    -ms-align-items: center;
    display: -o-flex;
    -o-justify-content: center;
    -o-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    padding: 2%;
    width: 44%;
  }

  #step dd div.clearfix {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    font-size: 17px;
    font-size: 1.7rem;
    margin-left: 4px;
    width: 50%;
  }

  #step dd div.clearfix p {
    padding-left: 2%;
    width: 72%;
  }

  #step dd div.clearfix img {
    width: 25%;
  }

  #step .caution {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 1.6em;
  }

  #step .notes {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
    padding: 1.2em 5%;
    margin: 2em auto;
  }
}

#our {
  padding: 1em 0;
}

#our h2 {
  margin: 1.6em auto;
}

#our h2 span {
  display: block;
}

#our .supervision {
  background: #FFF;
}

#our .supervision h3 {
  color: #005046;
}

#our .supervision .supervision-name {
  border-bottom: 1px solid #005046;
}

@media only screen and (max-width: 750px) {
  #our h2 {
    font-size: 4.4vw;
    line-height: 1.4;
    text-shadow: .1px .5px 0;
  }

  #our .supervision {
    margin: 1.6em auto;
    padding: 2.5% 0;
  }

  #our .supervision .floatleft {
    margin-left: 2.5%;
    width: 36%;
  }

  #our .supervision .floatright {
    margin-right: 5%;
    width: 54%;
  }

  #our .supervision h3 {
    font-size: 3vw;
    line-height: 1.4;
    margin-bottom: 1em;
  }

  #our .supervision .supervision-name {
    font-size: 3vw;
    line-height: 1.4;
    margin-bottom: 1em;
    text-shadow: .1px .5px 0;
  }

  #our .supervision .supervision-name dt {
    margin-bottom: .4em;
  }

  #our .supervision .supervision-name dd span {
    float: left;
  }

  #our .supervision .supervision-name dd strong {
    font-size: 6vw;
  }

  #our .supervision .supervision-career {
    font-size: 3.2vw;
    line-height: 1.4;
  }

  #our .supervision .supervision-career dt:nth-of-type(1),
  #our .supervision .supervision-career dd:nth-of-type(1) {
    display: inline;
  }

  #our .supervision .supervision-career dt {
    margin-top: 1em;
  }

  #our .supervision .supervision-career dd {
    padding-left: .4em;
  }
}

@media only screen and (min-width: 751px) {
  #our h2 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.4;
  }

  #our .txt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
  }

  #our .supervision {
    margin: 1.6em auto;
    padding: 2.5% 0;
    width: 95%;
  }

  #our .supervision .floatleft {
    margin-left: 2.5%;
    width: 30%;
  }

  #our .supervision .floatright {
    width: 60%;
  }

  #our .supervision h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 1em;
  }

  #our .supervision .supervision-name {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
  }

  #our .supervision .supervision-name dt {
    margin-bottom: .4em;
  }

  #our .supervision .supervision-name dd span {
    float: left;
  }

  #our .supervision .supervision-name dd strong {
    font-size: 40px;
    font-size: 4rem;
  }

  #our .supervision .supervision-career {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
  }

  #our .supervision .supervision-career dt {
    clear: left;
    float: left;
    width: 6em;
  }

  #our .supervision .supervision-career dd {
    margin: 0 0 1em 6em;
    padding-left: .4em;
  }
}

#form {
  margin: 2em auto;
}

#form .txt p {
  margin-bottom: 1em;
}

#form nav {
  margin: 1em auto;
}

#form nav ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  display: -moz-flex;
  -moz-justify-content: space-between;
  -moz-align-items: center;
  display: -ms-flex;
  -ms-justify-content: space-between;
  -ms-align-items: center;
  display: -o-flex;
  -o-justify-content: space-between;
  -o-align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#form nav li {
  background: url(../img/form_bg_02.png) no-repeat;
  background-size: 100% 100%;
  color: #006600;
  text-align: center;
  width: 32%;
}

#form nav li.on {
  background-image: url(../img/form_bg_01.png);
  color: #FFF;
}

#form nav li.nav-last {
  background: #F0FFC8 !important;
  width: 30%;
}

#form nav li.nav-last.on {
  background: #006600 !important;
}

#form table {
  border-bottom: 1px solid #8CC63F;
}

#form table th, #form table td {
  border-top: 1px solid #8CC63F;
  padding: 1em;
}

#form table th {
  background: #F0FFC8;
  text-align: left;
  white-space: nowrap;
}

#form table th.form-required {
  padding-left: 0;
}

#form table th.form-required span {
  background: #F15A24;
  color: #FFF;
  padding: 0 .4em;
}

#form input[type="text"] {
  background: #F2F2F2;
  border: 1px solid #CCC;
  box-sizing: border-box;
  padding: 4px;
}

#form .form-btn {
  cursor: pointer;
  display: block;
  padding-top: 12%;
  text-indent: -9999px;
}

#form #btn-input {
  background: url(../img/form_btn_01.png) no-repeat;
  background-size: contain;
  width: 100%;
}

#form #btn-return {
  background: url(../img/form_btn_02.png) no-repeat;
  background-size: contain;
  width: 100%;
}

#form #btn-send {
  background: url(../img/form_btn_03.png) no-repeat;
  background-size: contain;
  width: 100%;
}

#form .checkpage .form-notes {
  display: none;
}

@media only screen and (max-width: 750px) {
  #form h2 {
    margin: auto;
    width: 80%;
  }

  #form nav {
    font-size: 3.2vw;
    line-height: 1.6;
    text-shadow: .1px .5px 0;
  }

  #form nav li {
    padding: .6em 0;
  }

  #form table {
    margin: 1em auto;
  }

  #form table th {
    font-size: 3.2vw;
    line-height: 1.6;
    text-shadow: .1px .5px 0;
  }

  #form table th.form-required span {
    font-size: 95%;
    text-shadow: 0 0 0;
  }

  #form table td {
    font-size: 3.0vw;
    line-height: 1.6;
  }

  #form input[type="text"] {
    font-size: 3.0vw;
    width: 100%;
  }

  #form .form-notes {
    font-size: 90%;
    margin-top: .4em;
  }

  #form .form-btn {
    margin: 1em auto;
  }
}

@media only screen and (min-width: 751px) {
  #form h2 {
    margin: auto;
    width: 60%;
  }

  #form nav {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
    text-shadow: .1px .5px 0;
    width: 80%;
  }

  #form nav li {
    padding: .6em 0;
  }

  #form table {
    margin: 1em auto;
  }

  #form table th {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.6;
  }

  #form table th.form-required {
    padding-right: 0;
  }

  #form table th.form-required span {
    font-size: 95%;
    font-weight: normal;
  }

  #form table td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }

  #form input[type="text"] {
    font-size: 16px;
    font-size: 1.6rem;
    width: 18em;
    max-width: 100%;
  }

  #form input[type="text"].text-l {
    width: 26em;
  }

  #form .form-notes {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }

  #form #form-btnarea {
    text-align: center;
  }

  #form .form-btn {
    display: inline-block;
    margin: 1em auto;
    width: 41%;
    max-width: 390px;
  }

  #form #btn-return {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 951px) {
  #form .form-btn {
    padding: 0;
    height: 64px;
  }
}

p.copy a {
  font-size: 2.6vw;
  text-align: center;
  color: #ffffff;
  padding: 1em 0;
  background: #005046;
  display: block;
  line-height: 150%
}

@media only screen and (min-width: 751px) {
  p.copy a {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 200%
  }
}


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