*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}
table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin-top: 60px;
  white-space: nowrap;
  color: #444;
  font-size: 20px;
}
table.smp {
  display: none;
}
table.schedule td {
  background: #fbfbfb;
}
table.schedule td.tableTitle{
  border: none;
  background: #fff;
  padding: 0;
  text-align: left;
}
table.schedule td.white {
  background: #fff;
}
table.schedule td.gray {
  background: #bfbfbf;
}
table.schedule td.orange {
  background: #ffdbb0;
}
table.schedule td.green {
  background: #e0f3b9;
}
table.detail tr:first-child td {
  background: #f0ebb5;
}
table.detail td:first-child {
  background: #f9f8e4;
}
td {
  border: 1px solid #8caab5;
  padding: 10px;
}
header {
  width: 100%;
  height: 103px;
  background: #ffffff;
  border-top: 3px solid #31c6ff;
  font-size: 15px;
  display: flex;
}
header .logo {
  margin-left: 40px;
}
header .menuWrap {
  display: none;
}
header .headerWrap {
  margin-left: auto;
  display: flex;
}
header .headerWrap ul.menu {
  display: flex;
  list-style: none;
  height: 100px;
  line-height: 100px;
  margin-right: 30px;
}
header .headerWrap ul.menu li {
  vertical-align: middle;
  margin-left: 20px;
}
header .headerWrap ul.menu li:first-child {
  margin-left: 0;
}
header .headerWrap ul.menu li a {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
header .headerWrap .btnContact a {
  position: relative;
  background: #73bd54;
  color: #fff;
  width: 110px;
  height: 100px;
  display: block;
  text-align: center;
  padding-top: 60px;
}
header .headerWrap .btnContact a .icon {
  width: 31px;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 11px;
  padding: 1px 4px 0;
  box-sizing: border-box;
  min-width: 80px;
  text-align: center;
}
header .headerWrap .btnContact a .icon img {
  width: 50px;
}
img {
  border: none;
}
header .headerWrap .btnContact a .te {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0em;
}
article {
    display: block;
}
section {
  border-top: 30px solid #c2d9e1;
  padding-top: 30px;
}
#navigation {
  display: none;
}
.mainView {
  position: relative;
  background: url(../img/mainView3.png) no-repeat 0 17%;
  background-size: cover;
  width: 100%;
  height: 760px;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.mainView .inBox {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
}
.mainView .inBox h1 {
    color: #8caab5;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 60px;
}
.mainView .inBox h1 span {
  color: #f1b5b5;
  font-size: 80px;
}
.innerBtn a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition: all .2s ease-in-out 0s;
    color: #FFF;
    padding: 12px 20px;
    font-size: 22px;
    border-radius: 10px;
    text-decoration: none;
    margin-right: 30px;
    margin-bottom: 10px;
}
.innerBtn a.request_btn{
  background: #73bd54;
}
.innerBtn a.inquiry_btn{
  background: #7aa1dc;
}
.innerBtn a span {
  font-size: 18px;
  padding: 0px 2px;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
.sub-bg1 {
  position: relative;
  background: url(../img/sub-bg1.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 80px;
}
.sub-bg2 {
  /* position: relative;
  background: url(../img/sub-bg2.jpg) no-repeat center center;
  background-size: cover; */
  width: 100%;
  height: 100px;
  margin-bottom: 80px;
  background: #fdd247;
}
.sub-bg2 img.a1 {
  padding: 0 100px 0 60px;
}
.sub-bg2 img.a2 {
  display: none;
}
.contents p.concept1a {
  color: #8caab5;
  text-align: right;
  font-size: 28px;
  letter-spacing: 0.09em;
  margin-top: 60px;
  font-weight: bold;
  font-family: serif;
}
.contents p.concept1b {
  color: #8caab5;
  text-align: center;
  font-size: 58px;
  letter-spacing: -0.08em;
  font-family: serif;
  font-weight: bold;
  margin-top: 20px;
}
.contents p.concept1b .a1 {
  color: #a7c5ae;
}
.contents p.concept1b .a2 {
  color: #f1b5b5;
}
.contents p.concept1c {
  color: #8caab5;
  text-align: left;
  font-size: 28px;
  letter-spacing: 0.09em;
  margin-top: 20px;
  font-weight: bold;
  font-family: serif;
}
.contents .concept2 {
  width: 50%;
  background: #f9fbfc;
  padding: 20px 25px;
  border-radius: 5px;
  margin: 60px 8px 0 8px;
  letter-spacing: -0.04em;
}
.contents .concept2 p {
  color: #8a9597;
  font-weight: bold;
  font-family: serif;
  font-size: 20px;
}
.contents .concept2 p.a2 {
  margin-top: 15px;
}
.contents .concept3,
.contents .concept4,
.contents .concept5 {
  width: 50%;
  margin: 60px 8px 0 8px;
  letter-spacing: -0.15em;
  font-family: serif;
  font-size: 20px;
  font-weight: bold;
}
.contents .concept3 h3,
.contents .concept4 h3,
.contents .concept5 h3 {
  border: 2px solid #93afb9;
  border-radius: 5px;
  color: #93afb9;
  font-size: 20px;
  padding: 5px 10px;
  margin-bottom: 30px;
  line-height: 22px;
}
.contents .concept3 p,
.contents .concept4 p,
.contents .concept5 p {
  color: #a9b1b1;
  line-height: 30px;
}
.contents p.concept6 {
  color: #8caab5;
  text-align: center;
  font-size: 58px;
  font-family: serif;
  font-weight: bold;
  margin-top: 60px;
}
.contentsView img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 60px;
}
.contentsView .flex {
  display: flex;
}
.contentsView .contents {
  margin-bottom: 80px;
}
.subTitle {
  color: #8caab5;
  text-align: left;
  padding: 0 0 0 13px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
}
.subTitle:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 26px;
  background: #8caab5;
  border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#howabout .smp {
  display: none;
}
#howabout .pc .flex .a1 {
  width: 60%;
  padding-right: 74px;
}
#howabout .pc .flex .a1 table {
  margin-top: 15px;
  font-size: 23px;
}
#howabout .pc .flex .a1 td {
  border: none;
  text-align: left;
  padding: 2px 15px;
}
#howabout .pc .flex .a2 {
  width: 40%;
}
#howabout .pc .flex img {
  height: auto;
  width: 100%;
}
#howabout .pc .a3 {
  margin-top: 20px;
}
#howabout .pc table.a3 {
  text-align: left;
  font-size: 21px;
}
#howabout .pc table.a3 td {
  border: none;
}
#howabout .pc table.a3.orange {
  background: #ffeed9;
}
#howabout .pc table.a3.green {
  background: #ecf5d9;
}
#howabout .pc table.a3 td span {
  color: #fff;
  padding: 3px 20px;
  border-radius: 10px;
}
#howabout .pc table.a3.orange td span {
  background: #ff8c00;
  box-shadow: #9d9182 0px 4px 4px;
}
#howabout .pc table.a3.green td span {
  background: #a0cf40;
  box-shadow: #919786 0px 4px 4px;
}
#howabout .pc tr.b1 td {
  padding-top: 20px;
}
#howabout .pc tr.b1 td:first-child {
  width: 10%;
}
#howabout .pc tr.b3 td {
  padding-bottom: 20px;
}
#howabout .pc .a4{
  margin-top: 30px;
  color: #444;
}
#howabout .pc .a4 h3 {
  font-size: 25px;
  font-weight: normal;
  border-bottom: 2px solid #444;
  margin-bottom: 15px;
}
#howabout .pc .a4 .flex .flex {
  border-bottom: 2px solid #444;
  width: 100%;
}
#howabout .pc .a4 .flex.bottom {
  border-bottom: 2px solid #444;
}
#howabout .pc .a4 .flex.bottom .flex {
  border-bottom: none;
  width: 100%;
}
#howabout .pc .a4 .flex .b1 {
  margin-top: 10px;
}
#howabout .pc .a4 .flex.top .b1 {
  margin-top: 0;
}
#howabout .pc .a4 .flex .b2 {
  margin: 30px;
}
#howabout .pc .a4.blue .flex .b2 {
  margin-right: 0;
  width: 560px;
}
#howabout .pc .a4 .flex.top .b2 {
  margin-top: 20px;
}
#howabout .pc .a4 .flex .b2 .c1 {
  margin: 10px 0 0 20px;
}
#howabout .pc .a4 .flex .b3 {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
#howabout .pc .a4 .flex.top .b3 {
  margin-top: 0;
}
#howabout .pc .a4 .flex h4 {
  font-size: 21px;
}
#howabout .pc .a4 .flex p {
  font-size: 19px;
}
#howabout .pc .a4 .flex img{
  margin-top: 0;
}
.howabout img.a2,
.howabout img.a3,
.howabout img.a4
{
  display: none;
}
#system .flex.a1 table {
  width: 33%;
}
#system .flex.a1 table:first-child {
  margin-right: 12px;
}
#system .flex.a1 table:last-child {
  margin-left: 12px;
}
#system .flex.a1 table tr:first-child td {
  background: #7d7c7e;
  border-radius: 17px 17px 0 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: system-ui;
  padding: 3px 3px 2px 3px;
}
#system .flex.a1 table tr:first-child td p {
  background: #a0cf40;
  border-radius: 15px 15px 0 0;
  padding: 10px;
}
#system .flex.a1 table tr td {
  background: #7d7c7e;
  border-radius: 0 0 17px 17px;
  padding: 0 3px 3px 3px;
  border: none;
}
#system .flex.a1 table tr td div {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 70px 10px;
  font-weight: bold;
  font-size: 32px;
  font-family: system-ui;
  height: 230px;
}
#system .flex.a1 table:first-child tr td div {
  padding: 12px 10px;
}
#system .flex.a1 table:first-child tr:last-child img {
  width: auto;
  margin-top: 15px;
}
#system .flex.a1 table:first-child tr:last-child p:first-child {
  font-size: 28px;
}
#system .flex.a1 table:first-child tr:last-child p:nth-child(2) {
  font-size: 20px;
}
#system .flex.a1 table:first-child tr:last-child p:last-child {
  font-size: 32px;
  color: #ff3300;
  line-height: 1.2;
  font-weight: normal;
}
#system .flex.a1 table:nth-child(2) tr:last-child td div {
  padding: 62px 10px;
}
#system .flex.a1 table:nth-child(2) tr:last-child td div p:first-child {
  font-size: 44px;
}
#system .flex.a1 table:nth-child(2) tr:last-child td div p:nth-child(2) {
  font-size: 26px;
}
#system p.strike span {
  background-image: linear-gradient(#ff7b5a, #ff7b5a);
  background-position: 0 50%;
  background-size: 100% 7px;
  background-repeat: repeat-x;
}
.legalnotation {
  margin-top: 40px;
  color: #444;
}
.legalnotation h3 {
  text-align: center;
  font-size: 25px;
}
.legalnotation table {
  margin-top: 30px;
}
.legalnotation td {
  text-align: left;
  padding: 10px 20px;
}
.legalnotation td:first-child {
  text-align: center;
  background: #fff3f3;
}
img.system4 {
  padding-left: 25px;
}
#question table.a1 {
  margin-top: 60px;
}
#question table {
  white-space: initial;
  text-align: left;
  margin-top: 20px;
}
#question tr:first-child td {
  background: #f2f2f2;
  font-weight: bold;
}
#voice .flex {
  color: #444;
}
#voice .flex .b1 img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#voice .flex .b1 {
  width: 15%;
}
#voice .flex .b1 p {
  text-align: center;
  padding: 0px 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
#voice .flex.top .b2 {
  margin-top: 60px;
}
#voice .flex .b2 {
  width: 44%;
  padding: 20px;
  margin: 30px 30px 0 30px;
  border: 3px solid;
  border-radius: 45px;
}
#voice .flex .b2 h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
#voice .flex .b2 p {
  font-size: 20px;
  line-height: 1.2;
}
#voice .flex .b2 span {
  text-decoration: underline;
}
#voice .flex .b3 {
  width: 44%;
  padding: 20px;
  margin: 30px 30px 0 30px;
  border: 3px solid;
  border-radius: 45px;
  margin-left: 38%;
}
#voice .flex .b3 h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
#voice .flex .b3 p {
  font-size: 20px;
  line-height: 1.2;
}
#voice .flex .b3 span {
  text-decoration: underline;
}
#voice .flex .b4 img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#voice .flex .b4 {
  width: 15%;
}
#voice .flex .b4 p {
  text-align: center;
  padding: 0px 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.contentsView .contents.introduction {
  margin-bottom: 0;
}
.introduction {
  background: #eff5fb;
  padding: 80px 0 60px 0;
}
.introduction img.a3 {
  display: none;
}
#introduction .smp {
  display: none;
}
#introduction .flex {
  margin-top: 60px;
}
#introduction .flex .a1 {
  width: 22%;
}
#introduction .flex .a1 img {
  margin-top: 0;
}
#introduction .flex .a2 {
  padding-left: 20px;
  width: 78%;
}
#introduction .a1 p {
  margin-top: -7px;
  text-align: center;
  padding: 10px;
  font-size: 23px;
  border: 1px solid #8caab5;
  border-top: none;
  font-weight: bold;
  font-family: serif;
  text-shadow: 1px 1px 3px #b1afaf;
  background: #fff;
}
#introduction .a1 p span {
  font-size: 10px;
  display: block;
}
#introduction .flex .a2 .flex {
  margin-top: 0;
  color: #444;
}
#introduction .flex .a2 .flex .b1 h3.circle {
  width: 115px;
  height: 115px;
  border: 4px solid #9dc3e6;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 107px;
  /* font-weight: normal; */
  font-size: 22px;
}
#introduction .flex .a2 .flex .b2 {
  border: 4px solid #9dc3e6;
  background-color: #fff;
  padding: 15px 20px;
  margin-left: 20px;
  border-radius: 20px;
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
}
#introduction .flex .a2 .flex .b2 p {
  margin: 5px 0;
}
#introduction .flex .a2 .flex .b2 p span {
  font-size: 12px;
}
#introduction .help {
  text-align: right;
}
.representative {
  background: #e0ddd6;
  padding: 70px 0 70px 0;
}
#representative .flex .a1 {
  width: 28%;
}
#representative .flex .a2 {
  width: 72%;
  margin-top: 140px;
  /* margin-bottom: 80px; */
  padding-left: 15px;
}
#representative .a1 p {
  margin-top: -7px;
  text-align: center;
  padding: 10px;
  font-size: 23px;
  border: 1px solid #8caab5;
  border-top: none;
  font-weight: bold;
  font-family: serif;
  text-shadow: 1px 1px 3px #b1afaf;
  background: #fff;
}
#representative .a1 p span {
  font-size: 17px;
  display: inline-block;
}
#representative h2 {
  font-size: 30px;
  border: 1px dotted;
  padding: 2px 20px;
  text-align: center;
  background: #eaeaea;
  color: #444;
  border-radius: 25px;
}
#representative .a2 {
  position: relative;
}
#representative .a2 p {
  font-size: 25px;
  padding-left: 25px;
  font-weight: bold;
  color: #444;
  font-family: system-ui;
  line-height: 2.5;
}
#representative .a2 p.signature {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: serif;
  text-shadow: 1px 1px 3px #b1afaf;
  font-size: 32px;
}
#representative .a2 p.signature span {
  font-size: 23px;
  margin-right: 20px;
}
#representative .message div:first-child {
  margin-top: 0;
}
#representative .message div {
  margin-top: 20px;
}
#representative .message {
  margin-top: 30px;
  border: 3px solid #888;
  padding: 15px 20px;
  color: #444;
  font-size: 20px;
  background: #e4e1e1;
  border-radius: 25px;
}
#scrolltop {
  position: fixed;
  right: 30px;
  bottom: 50px;
}
footer {
    width: 100%;
    background: #ffffff;
    text-align: center;
}
footer .container {
    padding: 10px;
}
footer .copy {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #000000;
}
