@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/*****基本設定*****/
/*****mixin*****/
/*****basic*****/
html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: #048851;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* mixin/val
----------------------------------------------------------- */
/* header
----------------------------------------------------------- */
.header {
  position: relative;
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1060px) {
  .header {
    width: auto;
  }
}
@media screen and (max-width: 1060px) {
  .header {
    margin: 0 0 20px 0;
  }
}

.header_logo {
  float: left;
  margin: 0 0 40px 0;
  padding: 42px 0 0 0;
}
@media screen and (max-width: 1060px) {
  .header_logo {
    margin: 0;
    padding: 20px 0 20px 15px;
  }
}
@media screen and (max-width: 640px) {
  .header_logo {
    margin: 0;
    padding: 12px 0 15px 10px;
  }
}
.header_logo img {
  width: 400px;
  height: 52px;
  vertical-align: top;
}
@media screen and (max-width: 1060px) {
  .header_logo img {
    width: 300px;
    height: 39px;
  }
}
@media screen and (max-width: 640px) {
  .header_logo img {
    width: 200px;
    height: 26px;
  }
}

.menu {
  display: none;
}
@media screen and (max-width: 1060px) {
  .menu {
    position: absolute;
    display: block;
    right: 10px;
    top: 15px;
    background: #048851;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    font-weight: bold;
    display: block;
    height: 45px;
    padding: 0 10px 0 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 45px;
  }
  .menu:after {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    content: " ";
    border-width: 0;
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: -10px 0 0 10px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .menu.opened:after {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    content: " ";
    border-width: 0;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 0 0 0 10px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}
@media screen and (max-width: 640px) {
  .menu {
    right: 10px;
    top: 10px;
    height: 30px;
    padding: 0 10px 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
  }
  .menu:after {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    content: " ";
    border-width: 0;
    transform: rotate(135deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: -5px 0 0 10px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .menu.opened:after {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    content: " ";
    border-width: 0;
    transform: rotate(-45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: 0 0 0 10px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

.header_shortcut {
  float: right;
  padding: 43px 0 0 0;
  letter-spacing: -0.4em;
  text-align: right;
}
@media screen and (max-width: 1060px) {
  .header_shortcut {
    float: none;
    display: table;
    table-layout: fixed;
    clear: both;
    width: 100%;
    padding: 0;
  }
}
.header_shortcut br {
  display: none;
}
@media screen and (max-width: 640px) {
  .header_shortcut br {
    display: block;
  }
}

.header_shortcut_btn {
  letter-spacing: normal;
  display: inline-block;
  width: 270px;
  margin: 0 0 0 10px;
  vertical-align: top;
}
@media screen and (max-width: 1060px) {
  .header_shortcut_btn {
    display: table-cell;
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .header_shortcut_btn {
    vertical-align: middle;
  }
}
.header_shortcut_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 10px 0 0;
  box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 1060px) {
  .header_shortcut_btn a {
    height: auto;
    padding: 10px 0;
    border-radius: 0;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .header_shortcut_btn a {
    height: 60px;
    padding: 15px 0 10px 30px;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
.header_shortcut_btn a:hover {
  opacity: 0.7;
}
.header_shortcut_btn a:before {
  display: block;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  line-height: 1;
}
.header_shortcut_btn.btn-fast a {
  background: #048851;
}
.header_shortcut_btn.btn-fast a:before {
  position: absolute;
  display: block;
  left: 7px;
  top: 10px;
  content: "\e600";
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1060px) {
  .header_shortcut_btn.btn-fast a:before {
    position: static;
    display: inline-block;
    margin: -5px 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .header_shortcut_btn.btn-fast a:before {
    position: absolute;
    display: block;
    left: 5px;
    top: 50%;
    display: block;
    margin: -16px 0 0 0;
  }
}
.header_shortcut_btn.btn-result a {
  background: #048851;
}
.header_shortcut_btn.btn-result a:before {
  position: absolute;
  display: block;
  left: 12px;
  top: 12px;
  content: "\e601";
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1060px) {
  .header_shortcut_btn.btn-result a:before {
    position: static;
    display: inline-block;
    margin: -5px 20px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .header_shortcut_btn.btn-result a:before {
    position: absolute;
    display: block;
    left: 10px;
    top: 50%;
    display: block;
    margin: -13px 0 0 0;
  }
}
.header_shortcut_btn.btn-result a span {
  position: relative;
  display: inline-block;
  margin: -6px 0 0 0;
  padding: 0 1em;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .header_shortcut_btn.btn-result a span {
    display: block;
    margin: 3px 0 0 0;
    font-size: 10px;
    font-size: 1rem;
  }
}
.header_shortcut_btn.btn-result a span br {
  display: block;
}
@media screen and (max-width: 640px) {
  .header_shortcut_btn.btn-result a span br {
    display: none;
  }
}
.header_shortcut_btn.btn-result a span:before {
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
  display: block;
  content: "(";
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .header_shortcut_btn.btn-result a span:before {
    display: none;
  }
}
.header_shortcut_btn.btn-result a span:after {
  position: absolute;
  display: block;
  right: 0;
  top: 2px;
  display: block;
  content: ")";
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .header_shortcut_btn.btn-result a span:after {
    display: none;
  }
}

.global {
  clear: both;
  display: table;
  width: 100%;
  margin: 0 0 40px 0;
  table-layout: fixed;
  box-sizing: border-box;
  border-left: 2px solid #d6eade;
}
@media screen and (max-width: 1060px) {
  .global {
    display: none;
    margin: 0;
    border-left: none;
  }
}

.global_item {
  display: table-cell;
  height: 50px;
  border-right: 2px solid #d6eade;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .global_item {
    display: block;
    height: auto;
    border-right: none;
    border-bottom: 2px solid #d6eade;
  }
}
.global_item a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #048851;
  text-decoration: none;
  line-height: 1;
}
@media screen and (max-width: 1060px) {
  .global_item a {
    padding: 10px 20px;
    box-sizing: border-box;
    text-align: left;
  }
}
.global_item a:hover {
  background: #d6eade;
}
.global_item a:before {
  display: block;
  padding: 0 0 5px 0;
  text-align: center;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 1060px) {
  .global_item a:before {
    display: inline-block;
    margin-right: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 1060px) {
  .global_item a:after {
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    content: " ";
    border-width: 0;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #048851;
    border-right: 1px solid #048851;
    margin: -5px 0 0 0;
  }
}
.global_item.global-flow a:before {
  content: "\e602";
}
.global_item.global-faq a:before {
  content: "\e603";
}
.global_item.global-support a:before {
  content: "\e604";
}
.global_item.global-about a:before {
  content: "\e605";
}

/* visual
----------------------------------------------------------- */
.visual {
  clear: both;
  position: relative;
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1060px) {
  .visual {
    width: auto;
  }
}
@media screen and (max-width: 1060px) {
  .visual {
    margin: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .visual {
    margin: 0;
  }
}
.visual li {
  vertical-align: top;
}
@media screen and (max-width: 1060px) {
  .visual img {
    width: 100%;
  }
}

#visual {
  display: block;
}
@media screen and (max-width: 640px) {
  #visual {
    display: none;
  }
}

#visual2 {
  display: none;
}
@media screen and (max-width: 640px) {
  #visual2 {
    display: block;
  }
}

.flex-control-nav {
  position: absolute;
  display: block;
  left: 0;
  bottom: 2.5%;
  z-index: 10000;
  width: 100%;
  text-align: center;
  letter-spacing: -0.4em;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 5px;
  letter-spacing: normal;
}
.flex-control-nav li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ccc;
  text-indent: -9999px;
}
.flex-control-nav li a.flex-active {
  background: #048851;
}

.page_title {
  clear: both;
  padding: 70px 0;
  background: #048851;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .page_title {
    padding: 30px 20px;
  }
}
.page_title h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .page_title h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.page_title ul {
  letter-spacing: -0.4em;
}
.page_title ul li {
  display: inline;
  letter-spacing: normal;
  color: #d6eade;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .page_title ul li {
    font-size: 10px;
    font-size: 1rem;
  }
}
.page_title ul li a {
  color: #d6eade;
}
.page_title ul li:last-child a {
  text-decoration: none;
}

/* wrapper
----------------------------------------------------------- */
.wrapper {
  clear: both;
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding: 50px 0 100px;
}
@media screen and (max-width: 1060px) {
  .wrapper {
    width: auto;
  }
}
@media screen and (max-width: 1060px) {
  .wrapper {
    padding: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .wrapper {
    padding: 20px 0;
  }
}
.wrapper:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.mainlead {
  margin: 0 0 50px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mainlead {
    margin: 0 10px 20px;
    text-align: left;
  }
}

/* content
----------------------------------------------------------- */
@media screen and (max-width: 1060px) {
  .content {
    width: auto;
  }
}

.pre .content {
  float: none;
  margin: 0 auto;
}

.content p {
  margin: 0 0 1em 0;
}

.content p.about_bottom {
  margin: 50px 0 0 0;
}

.home .content p {
  margin: 0;
}

.sub-title {
  margin: 0 0 40px 0;
  color: #048851;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .sub-title {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

.home .sub-title {
  text-align: center;
}

.sub-title2 {
  margin: 40px 0 0 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .sub-title2 {
    margin: 30px 0 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sub-title3 {
  margin: 30px 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .sub-title3 {
    margin: 20px 0 0 0;
  }
}

.index02 {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 1060px) {
  .index02 {
    margin: 0 0 50px;
  }
}

.circle_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1060px) {
  .circle_list {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .circle_list {
    margin: 0 10px;
  }
}

.circle_item {
  position: relative;
  width: 33.33%;
  margin: 0 0 50px;
  padding: 170px 3% 0;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .circle_item {
    width: 50%;
    margin: 0 0 30px;
    padding: 170px 10px 0;
    box-sizing: border-box;
  }
  .circle_item:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  .circle_item {
    float: none;
    width: auto;
    margin: 0 0 20px 0;
    padding: 0 0 0 85px;
    text-align: left;
  }
}
.circle_item:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 0 0 -75px;
  border-radius: 75px;
  background: #d6eade;
}
@media screen and (max-width: 640px) {
  .circle_item:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
    margin: 0;
    border-radius: 38px;
  }
}
.circle_item:after {
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  width: 150px;
  margin: 0 0 0 -75px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  line-height: 1;
  color: #048851;
  font-size: 96px;
  font-size: 9.6rem;
  line-height: 150px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .circle_item:after {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 75px;
    margin: 0;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 75px;
  }
}

.circle_item_title {
  position: relative;
  margin: 0 0 10px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .circle_item_title {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
  }
}
.circle_item_title span {
  color: #048851;
}

.icon-hospital:after {
  content: "\e606";
}

.icon-heart:after {
  content: "\e607";
  font-size: 88px;
  font-size: 8.8rem;
}
@media screen and (max-width: 640px) {
  .icon-heart:after {
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.icon-timer:after {
  content: "\e608";
  font-size: 72px;
  font-size: 7.2rem;
}
@media screen and (max-width: 640px) {
  .icon-timer:after {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.icon-finger:after {
  content: "\e609";
}

.icon-anonymous:after {
  content: "\e60b";
}

.icon-phone:after {
  content: "\e60a";
  font-size: 88px;
  font-size: 8.8rem;
}
@media screen and (max-width: 640px) {
  .icon-phone:after {
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.icon-medical:after {
  content: "\e903";
  font-size: 80px;
  font-size: 8rem;
}

@media screen and (max-width: 640px) {
  .icon-medical:after {
    font-size: 40px;
    font-size: 4rem;
  }
}
.icon-money:after {
  content: "\e905";
}

.icon-fruit:after {
  content: "\e904";
  font-size: 80px;
  font-size: 8rem;
}

@media screen and (max-width: 640px) {
  .icon-fruit:after {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .icon-medical,
  .icon-money,
  .icon-fruit {
    min-height: 75px;
  }
  .icon-medical .circle_item_txt,
  .icon-money .circle_item_txt,
  .icon-fruit .circle_item_txt {
    padding-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.circle_item_txt {
  line-height: 1.2;
}

.btn-wrap {
  clear: both;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .btn-wrap {
    margin: 20px 10px;
  }
}

.btn-detail {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  border: 2px solid #048851;
  background: #fff;
  border-right: 32px solid #048851;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 32px;
}
@media screen and (max-width: 640px) {
  .btn-detail {
    display: block;
  }
}
.btn-detail:hover {
  opacity: 0.7;
}
.btn-detail:before {
  content: "";
  position: absolute;
  display: block;
  right: -20px;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin: -7px 0 0 0;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

.btn-large {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 30px;
  background: #048851;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 50px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .btn-large {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.btn-large:hover {
  opacity: 0.7;
}
.btn-large:after {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  content: " ";
  border-width: 0;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .index02 {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .index02 .btn-wrap {
    margin: 0 10px;
  }
}

.circle_flow {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}
@media screen and (max-width: 1060px) {
  .circle_flow {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.flow_item {
  position: relative;
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .flow_item {
    width: 33.33%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 640px) {
  .flow_item {
    clear: both;
    overflow: hidden;
    float: none;
    width: auto;
    margin: 0 10px;
    padding: 0 0 30px 0;
    text-align: left;
  }
}
.flow_item:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 75px;
  display: block;
  width: 0;
  height: 0;
  margin: -10px 0 0 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #048851;
}
@media screen and (max-width: 640px) {
  .flow_item:after {
    position: absolute;
    display: block;
    left: 27px;
    bottom: 10px;
    top: auto;
    margin: 0;
    border-width: 10px 10px 0 10px;
    border-color: #048851 transparent transparent transparent;
  }
}
.flow_item:last-child:after {
  display: none;
}
@media screen and (max-width: 640px) {
  .flow_item:last-child:after {
    padding: 0;
  }
}
.flow_item img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 75px;
}
@media screen and (max-width: 640px) {
  .flow_item img {
    float: left;
    width: 75px;
    height: 75px;
    margin: 0;
    margin: 0 auto;
    border-radius: 38px;
  }
}

.flow_item_title {
  position: relative;
  margin: 20px 0 10px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1060px) {
  .flow_item_title {
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  .flow_item_title {
    margin: 0 0 5px 85px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.flow_item_txt.flow_item_txt.flow_item_txt {
  padding: 0 10%;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .flow_item_txt.flow_item_txt.flow_item_txt {
    margin: 0 0 0 85px;
    padding: 0;
  }
}

a.feature {
  display: block;
  width: 90%;
  margin: 0 auto 50px;
  padding: 50px 30% 50px 50px;
  background: url(../images/line_bg.png) no-repeat 90% 100% #06c755;
  background-size: auto 90%;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  transition: 0.4s ease;
}
a.feature:hover {
  background-color: rgb(6.7463414634, 223.7536585366, 95.5731707317);
}
@media screen and (max-width: 1060px) {
  a.feature {
    margin-top: 20px;
    padding-left: 30px;
    background-position: 100% 100%;
    background-size: 30% auto;
  }
}
@media screen and (max-width: 640px) {
  a.feature {
    width: auto;
    margin: 10px 10px 20px;
    padding: 40px 20px 70vw;
    background-position: 70% 100%;
    background-size: 60% auto;
    border-radius: 10px;
  }
}
a.feature h3 {
  margin: 0 0 10px 0;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  a.feature h3 {
    font-size: 24px;
    text-align: center;
  }
}
a.feature p {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  a.feature p {
    font-size: 14px;
  }
  a.feature p br {
    display: none;
  }
}

.support_board + .feature {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .support_board + .feature {
    margin: 20px 0 0;
  }
}

/* sidebar
----------------------------------------------------------- */
.sidebar {
  display: flex;
  justify-content: space-between;
  margin: 100px 0 0;
  padding: 100px 0 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 1060px) {
  .sidebar {
    margin: 50px 0 0 0;
    padding: 50px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .sidebar {
    display: block;
    margin: 30px 0 0 0;
    padding: 30px 10px 0;
  }
}

.sidebar_support {
  width: 25%;
}
@media screen and (max-width: 1060px) {
  .sidebar_support {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .sidebar_support {
    width: auto;
    margin: 0 0 4% 0;
  }
}
.sidebar_support a {
  display: block;
  border: 3px solid #048851;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
}
.sidebar_support a:hover {
  opacity: 0.7;
}

.sidebar_support_lead {
  padding: 10px 0 0 0.5em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.sidebar_support_lead:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  line-height: 1;
  display: block;
  margin: 0 0 0 -0.25em;
  content: "\e60e";
  color: #048851;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.6;
}

.sidebar_support_txt {
  padding: 5px 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
}

.sidebar_support_btn {
  padding: 7px 0 2px;
  background: #048851;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.sidebar_pick-up {
  display: flex;
  justify-content: space-between;
  width: 75%;
}
@media screen and (max-width: 1060px) {
  .sidebar_pick-up {
    flex-wrap: wrap;
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .sidebar_pick-up {
    width: auto;
  }
}
.sidebar_pick-up li {
  width: 25%;
  padding: 0 0 0 2%;
  line-height: 1.4;
}
@media screen and (max-width: 1060px) {
  .sidebar_pick-up li {
    width: 50%;
    margin: 0 0 4% 0;
    padding: 0 0 0 4%;
  }
}
@media screen and (max-width: 640px) {
  .sidebar_pick-up li {
    width: 48%;
    margin: 0 0 4% 0;
    padding: 0;
  }
}
.sidebar_pick-up li img {
  width: 100%;
  vertical-align: top;
}
.sidebar_pick-up li h2 {
  padding: 8px 0 5px;
  font-weight: bold;
}
@media screen and (max-width: 1060px) {
  .sidebar_pick-up li h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.sidebar_pick-up li p {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1060px) {
  .sidebar_pick-up li p {
    display: none;
  }
}

.sidebar_voice {
  margin: 0 0 40px 0;
  background: #d6eade;
}
.sidebar_voice h2 {
  position: relative;
  border-bottom: 2px solid #048851;
  padding: 70px 0 10px 0;
  text-align: center;
  color: #048851;
  font-weight: bold;
}
.sidebar_voice h2:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  display: block;
  left: 50%;
  top: 20px;
  margin: 0 0 0 -21px;
  content: "\e60c";
  color: #048851;
  font-size: 42px;
  font-size: 4.2rem;
}
.sidebar_voice ul li {
  padding: 15px 10px;
  border-bottom: 2px solid #d6eade;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
}
.sidebar_voice .sidebar_voice_more {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.sidebar_news {
  clear: both;
}
.sidebar_news h2 {
  border-bottom: 2px solid #ccc;
  padding: 0 0 5px 0;
  font-weight: bold;
}
.sidebar_news ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
}

.sidebar_news_more {
  margin: 10px 0 0 0;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}

/* footer
----------------------------------------------------------- */
.footer {
  clear: both;
  background: #d6eade;
}

.footer_inner {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 40px 0 15px;
}
@media screen and (max-width: 1060px) {
  .footer_inner {
    width: auto;
  }
}
@media screen and (max-width: 1060px) {
  .footer_inner {
    padding: 20px 20px 15px;
  }
}
@media screen and (max-width: 640px) {
  .footer_inner {
    padding: 20px 10px 10px 10px;
  }
}

.footer_menu {
  display: table;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(4, 136, 81, 0.2);
  line-height: 1.5;
}
@media screen and (max-width: 1060px) {
  .footer_menu {
    display: none;
  }
}
.footer_menu a {
  color: #666;
}
.footer_menu a:link {
  text-decoration: none;
}
.footer_menu a:visited {
  text-decoration: none;
}
.footer_menu a:hover {
  text-decoration: underline;
}
.footer_menu a:active {
  text-decoration: underline;
}
.footer_menu > li {
  display: table-cell;
  padding: 0 20px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer_menu > li:last-child {
  padding: 0;
}
.footer_menu > li > a,
.footer_menu > li > span {
  font-weight: bold;
}
.footer_menu > li > ul {
  margin: 10px 0 0 0;
}
.footer_menu > li > ul li {
  margin: 0 0 5px 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.footer_menu > li > ul li a:before {
  content: "> ";
}

.footer_text {
  margin: 0 0 20px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(4, 136, 81, 0.2);
  border-bottom: 1px solid rgba(4, 136, 81, 0.2);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #666;
}
@media screen and (max-width: 1060px) {
  .footer_text {
    border-top: none;
  }
}
@media screen and (max-width: 640px) {
  .footer_text {
    margin: 0;
    padding: 0 0 10px 0;
    border: none;
    font-size: 10px;
    font-size: 1rem;
  }
}

.pre .footer_text {
  padding-top: 0;
  border-top: none;
}

.footer_copy {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}
@media screen and (max-width: 1060px) {
  .footer_copy {
    float: none;
    margin: 0 0 10px 0;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .footer_copy {
    clear: both;
    margin: 0 0 10px 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.1;
  }
}

.footer_etc {
  float: right;
  text-align: right;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 1060px) {
  .footer_etc {
    float: none;
    text-align: left;
  }
}
.footer_etc ul {
  display: inline-block;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 1060px) {
  .footer_etc ul {
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .footer_etc ul {
    display: block;
    margin: 0 0 5px 0;
  }
}
.footer_etc li {
  letter-spacing: normal;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: top;
}
@media screen and (max-width: 1060px) {
  .footer_etc li {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .footer_etc li {
    margin: 0 10px 0 0;
  }
}
.footer_etc li * {
  margin: 0;
  padding: 0;
  vertical-align: top;
  line-height: 0;
}

.footer_social img {
  height: 33px;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(4, 136, 81, 0.5);
  border-radius: 40px;
  text-align: center;
  line-height: 80px;
}
@media screen and (max-width: 640px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
  }
}
.pagetop:hover {
  background: rgba(4, 136, 81, 0.9);
}
.pagetop:before {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  content: " ";
  border-width: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .pagetop:before {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    content: " ";
    border-width: 0;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: 5px;
  }
}

.main_notice {
  clear: both;
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 20px;
  box-sizing: border-box;
  background: #048851;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1060px) {
  .main_notice {
    width: auto;
  }
}
@media screen and (max-width: 1060px) {
  .main_notice {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .main_notice {
    margin-top: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1060px) {
  .about .content {
    margin: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .about .content {
    margin: 0 10px;
  }
}
.about .content ul {
  margin: 0 0 0 2.5em;
}
.about .content ul li {
  margin: 10px 0 0 0;
  list-style-type: disc;
}

.about01 {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 640px) {
  .about01 {
    margin: 0 0 50px 0;
  }
}
.about01 > p:last-child {
  margin: 50px 0 0 0;
}
@media screen and (max-width: 640px) {
  .about01 > p:last-child {
    margin: 30px 0 0 0;
  }
}

.about02 > section {
  clear: both;
}

.about_inner {
  overflow: hidden;
  margin: 20px 0 70px 0;
  line-height: 1.5;
}
.about_inner .sub-title3 {
  margin: 0 0 20px 0;
}
.about_inner table {
  width: 100%;
  margin: 25px 0 0 0;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
}
.about_inner table td, .about_inner table th {
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}
.about_inner table th {
  width: 5em;
  padding-right: 20px;
  font-weight: bold;
}

.about_photo {
  float: left;
  width: 255px;
}
@media screen and (max-width: 640px) {
  .about_photo {
    float: none;
    width: auto;
    background: #d6eade;
    overflow: hidden;
  }
}
.about_photo img {
  margin: 0 0 30px 0;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .about_photo img {
    float: left;
    width: 50%;
    margin: 0;
  }
}
.about_photo img:last-child {
  margin: 0;
}

.about_txt {
  margin: 0 0 0 295px;
}
@media screen and (max-width: 640px) {
  .about_txt {
    clear: both;
    float: none;
    margin: 0;
    padding: 20px 0 0 0;
  }
}

.toplead {
  margin-bottom: 50px;
}

.questions {
  margin: 20px 0 0 0;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 1060px) {
  .faq .content {
    margin: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .faq .content {
    margin: 0 10px;
  }
}
.faq .content .sub-title {
  margin-bottom: -60px;
}
.faq .content .sub-title2 {
  margin-top: 100px;
}

.question {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}
.question a {
  position: relative;
  display: block;
  padding: 10px 30px 10px 0;
  color: #666;
  text-decoration: none;
  line-height: 1.4;
}
.question a:after {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  content: " ";
  border-width: 0;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  position: absolute;
  display: block;
  right: 5px;
  top: 50%;
  margin-top: -7px;
}
.question a:hover {
  background: #d6eade;
}

.answers {
  border-bottom: 1px solid #ccc;
}
.answers .sub-title2 {
  margin-top: 100px;
}

.faq_box {
  position: relative;
  margin: 20px 0 0 0;
  padding: 20px 0 0 60px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  .faq_box {
    padding: 20px 0 0 0;
  }
}
.faq_box:before {
  content: "Q.";
  display: block;
  position: absolute;
  display: block;
  left: 10px;
  top: 20px;
  color: #666;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 640px) {
  .faq_box:before {
    display: none;
  }
}
.faq_box h4 {
  margin: 0 0 10px 0;
  padding: 3px 0 0 0;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .faq_box h4 {
    padding: 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .faq_box h4:before {
    content: "Q.";
  }
}

@media screen and (max-width: 1060px) {
  .flow .content {
    margin: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .flow .content {
    margin: 0 10px;
  }
}
.flow .content .flow_box {
  position: relative;
  margin: 0 0 60px 0;
  padding: 0 0 100px 0;
}
.flow .content .flow_box:before, .flow .content .flow_box:after {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 0 0 -50px;
  border-style: solid;
  border-width: 50px 50px 0 50px;
}
.flow .content .flow_box:before {
  border-color: #f18799 transparent transparent transparent;
}
.flow .content .flow_box:after {
  bottom: 2px;
  border-color: #fff transparent transparent transparent;
}
.flow .content .sub-title {
  margin-bottom: 30px;
}
.flow .content .sub-title span {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  background: #048851;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.flow .content .flow_box_img {
  overflow: hidden;
  margin: 0 0 20px 0;
}
.flow .content .flow_box_img img, .flow .content .flow_box_img video {
  float: left;
  background: #000;
  vertical-align: top;
}
@media screen and (max-width: 1060px) {
  .flow .content .flow_box_img img, .flow .content .flow_box_img video {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .flow .content .flow_box_img img, .flow .content .flow_box_img video {
    float: none;
    width: 100%;
  }
}
.flow .content ul {
  margin: 0 0 0 1.5em;
}
.flow .content ul li {
  margin: 10px 0 0 0;
  list-style-type: disc;
}
.flow .content ul li strong {
  color: #048851;
  font-weight: bold;
}

.alert {
  margin: 30px 0;
  padding: 20px 0;
  background: #d6eade;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.result_sample {
  margin: 30px 0;
  padding: 20px 20px 10px 20px;
  background: #d6eade;
}
.result_sample h3 {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
.result_sample p {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: 2px solid #FBDEDC;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .result_sample p {
    line-height: 1.5;
  }
}
.result_sample dl {
  display: table;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 640px) {
  .result_sample dl {
    display: block;
  }
}
.result_sample dl dt {
  display: table-cell;
  min-width: 50%;
  padding: 5px 20px;
  background: #fff;
  border: 3px solid #048851;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .result_sample dl dt {
    display: block;
    margin: 0 0 10px 0;
  }
}
.result_sample dl dd {
  display: table-cell;
  padding: 0 0 0 20px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .result_sample dl dd {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    line-height: 1.5;
  }
}
.result_sample dl dd:before {
  content: "…　";
}
@media screen and (max-width: 640px) {
  .result_sample dl dd:before {
    content: "";
  }
}

.get_support {
  padding: 40px;
  background: #d6eade;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .get_support {
    padding: 20px;
  }
}
.get_support p {
  margin: -20px 0 20px;
}

@media screen and (max-width: 1060px) {
  .support .content,
  .fast .content {
    margin: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .support .content,
  .fast .content {
    margin: 0 10px;
  }
}

.support_box {
  margin: 0 0 70px 0;
}
.support_box ol {
  margin: 0 0 0 1.5em;
}
.support_box ol li {
  list-style-type: decimal;
  margin: 0 0 20px 0;
}
.support_box ol li strong {
  color: #048851;
  font-weight: bold;
}

.card {
  margin: 20px 0 0 0;
  padding: 20px 20px 0;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.card.card-tel {
  cursor: default;
}
.card.hover {
  background: #d6eade;
}
.card + .card {
  margin-top: 10px;
}

.card_title {
  padding: 0 0 10px 0;
  font-weight: bold;
  line-height: 1.2;
}
.card_title a {
  text-decoration: none;
}
.card_title a:hover {
  text-decoration: underline;
}
.card_title a:after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  line-height: 1;
  padding: 0 0 0 5px;
  content: "\e60f";
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .card_title a:after {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.card_data {
  border-top: 1px solid #ccc;
  padding: 10px 0;
  line-height: 1.2;
}
.card_data li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 10px 5px 0;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .card_data li {
    display: block;
    margin: 0;
    padding-right: 0;
    border: none;
  }
}
.card_data li:last-child {
  border: none;
}
.card_data li.card_tel {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
.card_data li.card_tel:before {
  margin: 0 5px 0 0;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  line-height: 1;
  content: "\e60d";
  font-size: 24px;
  font-size: 2.4rem;
}

.card_txt {
  border-top: 1px solid #ccc;
  padding: 10px 0 15px;
  line-height: 1.5;
}
.card_txt + .card_data {
  margin: -20px 0 0 0;
}
.card_txt + .card_txt {
  margin: -20px 0 0 0;
}

.fast_step{
  margin: 20px 20px 50px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  color: #048851;
  line-height: 1.4;
  font-weight: bold;
}

.fast_chk {
  position: relative;
  margin: 0 0 70px 0;
  padding: 30px 30px 20px;
  background: #d6eade;
}
@media screen and (max-width: 640px) {
  .fast_chk {
    padding: 20px 20px 10px;
  }
}
.fast_chk::before {
  content: "1";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  padding: 0 0 0 20px;
  border-radius: 0 0 100px 0;
  background: #048851;
  color: #fff;
  line-height: 90px;
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .fast_chk::before {
    width: 80px;
    height: 80px;
    padding: 0 0 0 20px;
    line-height: 70px;
    font-size: 40px;
  }
}
.fast_chk .sub-title {
  margin-bottom: 20px;
  text-align: center;
}
.fast_chk .sub-title:before {
  content: "！";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: #048851;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.fast_chk li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 5px 0 0 30px;
}
.fast_chk li:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: "\e610";
  display: block;
  color: #048851;
  font-size: 26px;
  font-size: 2.6rem;
}
.fast_chk li strong {
  font-weight: bold;
  color: #048851;
}
.fast_chk li table {
  overflow: hidden;
  width: 100%;
  margin: 10px 0;
}
.fast_chk li table th {
  background: #048851;
  color: #fff;
}
.fast_chk li table td {
  background: #fff;
}

.fast_do{
  position: relative;
  padding-top: 30px;
}
.fast_do::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  padding: 0 0 0 20px;
  border-radius: 0 0 100px 0;
  background: #048851;
  color: #fff;
  line-height: 90px;
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .fast_do::before {
    width: 80px;
    height: 80px;
    padding: 0 0 0 20px;
    line-height: 70px;
    font-size: 40px;
  }
}
.fast-2::before {
  content: "2";
}
.fast-3::before {
  content: "3";
}
.fast-4::before {
  content: "4";
}
.fast-5::before {
  content: "5";
}
.fast_do + .fast_do {
  margin-top: 100px;
}
@media screen and (max-width: 1060px) {
  .fast_do + .fast_do {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .fast_do + .fast_do {
    margin-top: 30px;
  }
}
.fast_do .sub-title {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  color: #048851;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .fast_do .sub-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.fast_do .sub-title:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  line-height: 1;
  margin-bottom: 10px;
  content: "\e600";
  display: block;
  font-size: 64px;
  font-size: 6.4rem;
}
@media screen and (max-width: 640px) {
  .fast_do .sub-title:before {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.fast_do .sub-title.phone:before {
  content: "\e900";
}
.fast_do .sub-title.support:before {
  content: "\e604";
}
.fast_do .sub-title.send:before {
  content: "\e910";
}
.fast_do ul {
  margin: 30px 0 30px 1.5em;
}
.fast_do ul li {
  margin: 10px 0 0 0;
  list-style-type: disc;
}
.fast_do ul li strong {
  color: #048851;
  font-weight: bold;
}
.fast_do .sub-title2 {
  margin: 70px 0 10px;
}

.fast_do_box {
  margin: 50px 0 0 0;
  padding: 30px 20px 20px;
  background: #d6eade;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .fast_do_box {
    padding: 20px;
  }
}

.fast_do_date {
  margin-bottom: 10px !important;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .fast_do_date {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.fast_do_alert {
  margin-bottom: 10px !important;
  position: relative;
  display: inline-block;
  padding: 0 0 0 40px;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #048851;
}
@media screen and (max-width: 640px) {
  .fast_do_alert {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.fast_do_alert:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 30px 15px;
  border-color: transparent transparent #048851 transparent;
}
.fast_do_alert:after {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: "！";
  display: block;
  width: 30px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

.akta_info {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 0 25px 0;
  background: #f3f3f3;
}
@media screen and (max-width: 640px) {
  .akta_info {
    display: block;
  }
}
.akta_info:after {
  clear: both;
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -25px;
  width: 0;
  height: 0;
  margin: 0 0 0 -15px;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #f3f3f3 transparent transparent transparent;
}

.akta_info_photo {
  display: table-cell;
  width: 255px;
  padding: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .akta_info_photo {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}
.akta_info_photo img {
  vertical-align: top;
}

.akta_info_txt {
  display: table-cell;
  padding: 15px 15px 15px 10px;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .akta_info_txt {
    display: block;
    padding: 0 10px 10px 10px;
  }
}
.akta_info_txt h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.akta_info_txt h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.map_wrap {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 640px) {
  .map_wrap {
    padding-bottom: 100%;
  }
}
.map_wrap iframe,
.map_wrap object,
.map_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map {
  margin: 0 0 60px 0;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .map {
    margin: 0 0 20px 0;
  }
}
.map .sp {
  display: inline;
}
@media screen and (max-width: 640px) {
  .map .sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.support_board {
  padding: 40px 30px 10px;
  background: #d6eade;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .support_board {
    padding: 20px 20px 10px;
  }
}
.support_voice {
  position: relative;
  padding: 0 0 40px 0;
}

.support_voice:after {
  position: absolute;
  left: 50%;
  bottom: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: -5px;
  background: rgba(4, 136, 81, 0.3);
}

@media screen and (max-width: 640px) {
  .support_voice:after {
    bottom: 12px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-left: -3px;
  }
}
.support_voice li {
  position: relative;
  width: 540px;
  margin-bottom: 20px;
  padding: 10px 0;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .support_voice li {
    width: auto;
    padding: 10px;
  }
}
.support_voice li:before {
  position: absolute;
  top: -10px;
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 64px 64px;
}

@media screen and (max-width: 640px) {
  .support_voice li:before {
    top: 0;
  }
}
.support_voice li:after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-style: solid;
}

.support_voice li:nth-child(odd) {
  margin-right: auto;
  margin-left: 90px;
}

@media screen and (max-width: 640px) {
  .support_voice li:nth-child(odd) {
    margin-left: 80px;
  }
}
.support_voice li:nth-child(odd):before {
  left: -90px;
}

@media screen and (max-width: 640px) {
  .support_voice li:nth-child(odd):before {
    left: -80px;
  }
}
.support_voice li:nth-child(odd):after {
  left: -14px;
  border-width: 6px 14px 6px 0;
}

.support_voice li:nth-child(even) {
  margin-left: auto;
  margin-right: 90px;
}

@media screen and (max-width: 640px) {
  .support_voice li:nth-child(even) {
    margin-right: 80px;
  }
}
.support_voice li:nth-child(even):before {
  right: -90px;
}

@media screen and (max-width: 640px) {
  .support_voice li:nth-child(even):before {
    right: -80px;
  }
}
.support_voice li:nth-child(even):after {
  right: -14px;
  border-width: 6px 0 6px 14px;
}

.support_voice li:nth-child(1) {
  background: #90dfaa;
}

.support_voice li:nth-child(1):before {
  background-image: url(../images/face01.png);
}

.support_voice li:nth-child(1):after {
  border-color: transparent #90dfaa transparent transparent;
}

.support_voice li:nth-child(2) {
  background: #fd8469;
}

.support_voice li:nth-child(2):before {
  background-image: url(../images/face02.png);
}

.support_voice li:nth-child(2):after {
  border-color: transparent transparent transparent #fd8469;
}

.support_voice li:nth-child(3) {
  background: #fdb169;
}

.support_voice li:nth-child(3):before {
  background-image: url(../images/face03.png);
}

.support_voice li:nth-child(3):after {
  border-color: transparent #fdb169 transparent transparent;
}

.support_voice li:nth-child(4) {
  background: #90df90;
}

.support_voice li:nth-child(4):before {
  background-image: url(../images/face04.png);
}

.support_voice li:nth-child(4):after {
  border-color: transparent transparent transparent #90df90;
}

.support_lead {
  position: relative;
  padding: 70px 0 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .support_lead {
    padding-top: 48px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .support_lead br {
    display: none;
  }
}
.support_lead:before, .support_lead:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-left: -5px;
  background: rgba(4, 136, 81, 0.3);
}

@media screen and (max-width: 640px) {
  .support_lead:before, .support_lead:after {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-left: -3px;
  }
}
.support_lead:after {
  top: 30px;
}

@media screen and (max-width: 640px) {
  .support_lead:after {
    top: 18px;
  }
}
.support_triple {
  margin: 80px 0 40px;
}

@media screen and (max-width: 640px) {
  .support_triple {
    margin: 50px 0;
  }
}
.support_triple .sub-title {
  text-align: center;
}

.support_navi {
  margin: 20px 0 100px 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .support_navi {
    margin-bottom: 50px;
  }
}
.support_navi h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .support_navi h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.support_navi ul {
  overflow: hidden;
  *zoom: 1;
  margin: 20px 0 0 -30px;
}

@media screen and (max-width: 640px) {
  .support_navi ul {
    margin-left: 0;
  }
}
.support_navi ul li {
  float: left;
  width: 25%;
  height: 140px;
  box-sizing: border-box;
  border-left: 30px solid #fff;
  display: table;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .support_navi ul li {
    float: none;
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
    border: none;
    display: block;
  }
  .support_navi ul li br {
    display: none;
  }
}
.support_navi ul li a {
  position: relative;
  display: table-cell;
  padding: 0 0 20px 0;
  background: #d6eade;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .support_navi ul li a {
    display: block;
    padding: 10px 10px 10px 30px;
    text-align: left;
  }
}
.support_navi ul li a:hover {
  background: rgb(184.3741935484, 218.8258064516, 198.1548387097);
}

.support_navi ul li a:after {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  content: "\e902";
  font-size: 24px;
  font-size: 2.4rem;
  color: #048851;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .support_navi ul li a:after {
    left: 10px;
    bottom: auto;
    top: 50%;
    width: auto;
    margin-top: -7px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
table {
  border-collapse: collapse;
}
@media screen and (max-width: 640px) {
  table {
    border-bottom: 1px solid #ccc;
  }
}
table th, table td {
  padding: 15px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 640px) {
  table th, table td {
    display: block;
    padding: 10px;
    border-bottom: none;
  }
}
table th {
  white-space: nowrap;
  padding-right: 50px;
  background: #d6eade;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  table th {
    padding: 5px 10px;
    text-align: center;
  }
}
