@charset "UTF-8";
/* reset start*/
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; }

/* reset end*/
body {
  font-family: Georgia,"Hiragino Mincho ProN",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif; }

html {
  overflow: auto;
  height: 100%;
  color: #2C2C2C; }

/* .header start*/
.header {
  background-color: #fff;
  width: 100%;
  height: 72px;
  position: fixed;
  top: 0;
  z-index: 3;
  -webkit-box-shadow: 0 0 8px gray;
  box-shadow: 0 0 8px gray; }

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff; }

.header li a {
  display: block;
  position: relative;
  padding: 20px;
  font-size: 0.87em;
  border-bottom: 1px solid #EDEFF0;
  background: #fff;
  text-decoration: none;
  color: #2C2C2C; }

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4; }

.header li:first-child {
  border-top: 1px solid #EDEFF0; }

.header li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #77CC6D;
  border-right: solid 2px #77CC6D;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.header .logo {
  display: block;
  float: right;
  margin-right: 20px;
  width: 200px;
  height: 72px;
  text-indent: -9999px;
  text-decoration: none;
  background: left center no-repeat url(/assets/img/logo.svg);
  background-size: 100%; }

/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  -webkit-transition: max-height .2s ease-out;
  -o-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out; }

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 35px 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  -webkit-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out;
  width: 18px; }

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  width: 100%; }

.header .menu-icon .navicon:before {
  top: 5px; }

.header .menu-icon .navicon:after {
  top: -5px; }

/* menu icon end */
/* menu btn */
.header .menu-btn {
  display: none; }

.header .menu-btn:checked ~ .menu {
  max-height: 261px;
  box-shadow: 0px 6px 2px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 6px 2px -2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 2px -2px rgba(0, 0, 0, 0.3); }

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

/* menu end */
.sticky {
  position: relative; }

.stickyOffset {
  position: absolute;
  bottom: 0;
  height: 72px; }

/* .header end */
main {
  margin-top: 72px;
  width: 100%;
  max-width: 100%; }

/* mainisual start */
.mainvisual {
  background: url(/assets/img/mainvisual_sp.jpg) center center no-repeat;
  background-size: cover;
  height: 300px;
  padding: 1em; }

.top-hero {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*padding: 20px;*/
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  height: 100%; }

.top-hero h2 {
  font-size: 24px;
  line-height: 140%;
  vertical-align: top; }

.top-hero h2 small {
  font-size: 18px; }

.top-hero p {
  font-size: 12px;
  line-height: 140%;
  vertical-align: bottom; }

/* mainvisual end */
/* .content start */
.content {
  padding: 20px;
  margin: 0 auto; }

.content h2 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 3px solid #77CC6D;
  margin-bottom: 30px;
  line-height: 140%; }

.content p {
  font-size: 16px;
  line-height: 130%;
  padding-bottom: 20px; }

.content .link {
  padding-bottom: 0; }

.content picture {
  padding-top: 20px;
  display: block;
  text-align: center; }

.content img {
  width: 100%;
  max-width: 375px; }

.contentWrapper .aboutPic picture {
  padding-top: 0; }

.helpWrapper div {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 40px; }

.helpWrapper div:first-child {
  margin-bottom: 20px; }

.helpWrapper h3 {
  text-align: center;
  font-weight: bold;
  line-height: 140%;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px; }

/* .content end */
/* footer start */
.footer {
  clear: both;
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
  background-color: #F7F7F7;
  padding-bottom: 20px; }

footer .pagetop-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: rgba(44, 44, 44, 0.5);
  cursor: pointer; }

footer .pagetop-button::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

/* footer end */
/* 768px以上(tablet/pc) start */
@media (min-width: 768px) {
  .header {
    position: fixed;
    width: 100%;
    height: 100px;
    line-height: 100px;
    margin: 0 auto; }
  .header .logo {
    display: block;
    float: left;
    width: 28%;
    margin-left: 2%;
    max-width: 350px;
    height: 100px; }
  .header ul {
    width: 65%;
    float: right;
    margin-right: 2%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-flex-pack: end;
    -moz-flex-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .header ul li {
    height: 100px;
    text-align: center;
    word-break: break-all;
    /*float: left;*/ }
  .header li a {
    position: static;
    display: inline;
    padding: 0 0 .5em 0;
    margin-left: 1.5em;
    border: none; }
  .header li a:hover {
    opacity: .9;
    background: #fff;
    border-bottom: 3px solid #77cc6d; }
  .header li a:after {
    display: inline;
    position: static;
    border: none; }
  .header li:first-child {
    border: none; }
  .header .menu {
    clear: none;
    max-height: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .header .menu-btn,
  .header .menu-icon {
    display: none; }
  .stickyOffset {
    height: 100px; }
  main {
    margin-top: 0; }
  .mainvisual {
    background: url(/assets/img/mainvisual_pc.jpg) center center no-repeat;
    height: 420px; }
  .top-hero {
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .top-hero h2 {
    font-size: 50px;
    margin-top: 10vh;
    margin-bottom: 30px; }
  .top-hero h2 small {
    font-size: 40px; }
  .top-hero p {
    font-size: 16px;
    width: 515px; }
  .content {
    padding: 40px; }
  .content img {
    max-width: 1024px; }
  .content h2 {
    font-size: 24px; }
  .contentWrapper {
    width: 100%; }
  .contentWrapper:after, .helpWrapper:after {
    content: "";
    display: block;
    clear: both; }
  .contentWrapper .aboutText {
    float: left;
    width: 70%;
    margin-right: 3%; }
  .contentWrapper .aboutPic {
    float: left;
    width: 27%; }
  .helpWrapper {
    width: 100%; }
  .helpWrapper .helpBox01 {
    float: left;
    width: 43%; }
  .helpWrapper .helpBox02 {
    float: right;
    width: 43%; }
  footer .pagetop-button {
    -webkit-transition: background 300ms;
    -o-transition: background 300ms;
    transition: background 300ms; }
  footer .pagetop-button:hover {
    background: #374140; } }

/* 768px以上 end */
