@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  font-size: 14px;
  line-height: 1;
}

body {
  overflow: visible;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  text-align: left;
  font-weight: normal;
  font-style: normal;
  outline: none;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img {
  vertical-align: top;
}

input, select, textarea, button {
  font-size: 100%;
  font-family: "Noto Sans Japanese";
}

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

header, nav, article, aside, section, footer {
  display: block;
}

@media print {
  #unprint {
    display: none;
  }
}
html {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  /*background: url("../img/front/bg.png");*/
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 18px;
}

h3 {
  font-size: 110%;
  font-weight: 600;
}

nav.navbar {
  margin-bottom: 0;
}

a {
  cursor: pointer;
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: none;
}

a, a:hover {
  text-decoration: none;
  cursor: pointer;
}

.btn {
  font-size: 95%;
}

p {
  font-weight: 300;
}

li {
  list-style-type: none;
}

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.crosshead {
  width: 100% !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

/** bootstrap 補完 **/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.container {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 769px), print {
  .container {
    min-width: 1200px;
  }
}

.main-container {
  padding-bottom: 210px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .main-container {
    padding-bottom: 400px;
  }
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
  opacity: 0.6;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border-radius: 10px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

rt {
  line-height: 3;
}

header {
  width: 100%;
  background: #737373;
  color: #fff;
  z-index: 999;
}
@media only screen and (min-width: 769px), print {
  header {
    position: fixed;
  }
}
header .inner {
  width: 1000px;
  height: 70px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  header .inner {
    width: 100%;
    height: auto;
    text-align: center;
  }
}
header .inner h1, header .inner p {
  display: inline-block;
  vertical-align: top;
  margin: 10px 6px;
}
@media only screen and (max-width: 768px) {
  header .inner h1, header .inner p {
    display: block;
    text-align: center;
  }
}
header .inner p {
  font-size: 90%;
  margin-top: 14px;
}
header .inner a {
  display: inline-block;
  height: 70px;
  padding: 24px 70px;
  background: #66cdaa;
  font-weight: 600;
  color:white;
}
@media only screen and (min-width: 769px), print {
  header .inner a {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  header .inner a {
    margin: 10px auto;
  }
}
header .inner a:hover {
  opacity: .8;
}
header .inner a:before {
  content: url("../img/front/mail_icon.png");
}
header .inner img {
  height: 50px;
}

footer {
  padding: 12px;
  background: #737373;
  text-align: center;
}
footer small {
  color: #fff;
}

.white {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .white {
    padding: 10px 0;
  }
}
.white .inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .white .inner {
    width: 100%;
  }
}
.white .inner h2 {
  font-size: 240%;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .white .inner h2 {
    font-size: 180%;
    text-align: center;
  }
}
.white .inner p {
  font-size: 136%;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .white .inner p {
    text-align: center;
  }
}
.white .inner a {
  font-size: 160%;
  font-weight: 600;
  color: #f00;
}
@media only screen and (max-width: 768px) {
  .white .inner a {
    display: block;
    text-align: center;
  }
}
.white .inner a span {
  text-decoration: underline;
}
.white .inner a small {
  font-size: 54%;
}
.white .inner .text-center {
  font-size: 180%;
  font-weight: 500;
}
.white .inner .text-center em {
  display: block;
  font-size: 130%;
  font-weight: 600;
}
.white .inner .inq-btn {
  display: block;
  width: 500px;
  padding: 20px 0;
  margin: 20px auto;
  text-align: center;
  background: #66cdaa;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .white .inner .inq-btn {
    width: 98%;
  }
}
.white .inner .benefits h2 {
  text-align: center;
  margin-bottom: 20px;
}
.white .inner .benefits ul {
  margin: 10px 0 30px;
  padding: 20px;
  background: #fee1f7;
}
.white .inner .benefits ul li {
  padding: 4px 20px;
  border-radius: 12px;
  background: #fff;
  font-size: 160%;
  font-weight: 600;
}
.white .inner .benefits ul li:not(:first-child) {
  margin-top: 20px;
}
.white .inner .benefit {
  padding: 40px;
  background: #fee1f7;
}
.white .inner .benefit li {
  padding: 20px;
  border-radius: 12px;
  background: #fff;
}
.white .inner .benefit li h3 {
  padding: 10px 30px 30px;
  text-align: center;
  font-size: 220%;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .white .inner .benefit li h3 {
    padding: 10px;
    line-height: 1.6;
  }
}
.white .inner .benefit li h3:before {
  content: url("../img/front/ctt001.jpg");
}
.white .inner .benefit li h3:after {
  content: url("../img/front/ctt002.jpg");
}
.white .inner .benefit li h3 .red {
  color: #ef3769;
}
.white .inner .benefit li h3 .blue {
  color: #60abef;
}
.white .inner .benefit li h3 .yellow {
  color: #d9ba81;
}
.white .inner .benefit li p {
  font-size: 138%;
  text-align: right;
}
.white .inner .benefit li p a {
  font-size: 100%;
  color: #000;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .white .inner .benefit li p a {
    display: inline;
  }
}
@media only screen and (min-width: 769px), print {
  .white .inner .benefit li p:before {
    content: ">>";
  }
}
@media only screen and (max-width: 768px) {
  .white .inner .benefit li p {
    text-align: center;
  }
}
.white .inner .benefit li p.red {
  color: #f00;
}
.white .inner .benefit li p.red a {
  color: #f00;
}
.white .inner .benefit li + li {
  margin-top: 20px;
}

.first {
  padding-top: 140px;
}
.first .inner {
  background: url("../img/front/top_img.jpg") no-repeat;
  background-position: top right;
}
@media only screen and (max-width: 768px) {
  .first .inner {
    padding-top: 240px;
    background-position: top center;
  }
}
@media only screen and (max-width: 768px) {
  .first {
    padding-top: 10px;
  }
}

.beige {
  background: #E0FFFF;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .beige {
    padding: 20px 0;
  }
}
.beige .inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .beige .inner {
    width: 100%;
  }
}
.beige .inner h2 {
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 15px;
}
.beige .inner p {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .beige .inner p {
    padding: 12px;
  }
}

.mainarea p {
  font-size: 130%;
}

figcaption {
  text-align: right;
}
figcaption:before {
  content: url("../img/front/zoom.png");
}

.hope-list {
  font-size: 0;
}
.hope-list li {
  vertical-align: top;
  display: inline-block;
  width: 324px;
  border-radius: 12px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .hope-list li {
    width: 96%;
    margin: 0 2% 20px;
  }
}
@media only screen and (min-width: 769px), print {
  .hope-list li + li {
    margin-left: 14px;
  }
}
.hope-list img {
  margin: 30px auto;
}
.hope-list h3 {
  padding: 32px 0 0;
  margin: 0;
  border-radius: 12px;
  font-size: 126%;
  color: #698acf;
  text-align: center;
  background: #fff;
}
.hope-list p {
  height: 210px;
  padding: 20px;
  margin: 0;
  border-radius: 12px;
  font-size: 100%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .hope-list p {
    height: auto;
  }
}

nav {
  background: #b1b1b1;
}
nav ul {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  nav ul {
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  width: 244px;
  height: 53px;
  text-align: left;
  font-size: 14px;
  background: #fff;
  border-radius: 12px;
}
nav ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 53px;
  height: 53px;
  border-radius: 12px 0 0 12px;
  background: #66cdaa;
  background-repeat: no-repeat;
  background-position: 18px 16px;
}
nav ul li:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #c;
  margin: -36px 0 0 53px;
}
@media only screen and (max-width: 768px) {
  nav ul li {
    display: block;
    width: 90%;
    margin: 4px 5%;
  }
}
nav ul li a {
  display: block;
  margin-left: 72px;
  padding: 14px 0;
}
@media only screen and (min-width: 769px), print {
  nav ul li + li {
    margin-left: 8px;
  }
}
nav ul li.nav-first:before {
  background-image: url("../img/front/nav_heck.png");
}
nav ul li.nav-second:before {
  background-image: url("../img/front/nav_support.png");
}
nav ul li.nav-third:before {
  background-image: url("../img/front/nav_faq.png");
}
nav ul li.nav-fourth:before {
  background-image: url("../img/front/nav_info.png");
}

@media only screen and (min-width: 769px), print {
  .performance {
    padding: 0 0 0 30px;
  }
}
.performance table tr th, .performance table tr td {
  font-size: 130%;
  padding: 6px;
}
.performance table tr td {
  padding-right: 10px;
  text-align: right;
}
.performance .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(255, 0, 0, 0.1);
}

.inner-geige {
  width: 1000px;
  padding: 30px;
  margin: 0 auto;
  background: #E0FFFF;
}
.inner-geige h2 {
  margin-bottom: 20px;
  padding: 12px 0;
  background: #fff;
  text-align: center;
  font-size: 200% !important;
  clear: both;
}
.inner-geige ul.system-list {
  padding: 0 20px 20px;
}
.inner-geige ul.system-list li {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}
.inner-geige ul.system-list li h3 {
  color: #698acf;
  margin-bottom: 12px;
  font-size: 160%;
}
@media only screen and (max-width: 768px) {
  .inner-geige ul.system-list li h3 {
    text-align: center;
    margin-top: 20px;
  }
}
.inner-geige ul.system-list li p {
  font-size: 120%;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .inner-geige ul.system-list li p {
    text-align: center;
  }
}
.inner-geige ul.system-list li + li {
  margin-top: 12px;
}

#accordion .collapsed:focus {
  text-decoration: none;
}
#accordion .panel-default {
  border: none;
  border-radius: 0;
}
#accordion .panel-default .panel-heading {
  border: none;
  background: url("../img/front/q.png") no-repeat;
  background-position: 10px -5px;
  background-color: #afeeee;
}
@media only screen and (max-width: 768px) {
  #accordion .panel-default .panel-heading {
    padding-right: 40px;
  }
}
#accordion .panel-default .panel-heading h4 {
  padding: 10px 0 10px 100px;
}
#accordion .panel-default .panel-heading h4 a {
  display: block;
  font-size: 100%;
  text-align: left;
  color: #000;
}
#accordion .panel-default .panel-heading h4 a:before {
  content: "";
  position: absolute;
  margin: -6px 790px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #000;
}
@media only screen and (max-width: 768px) {
  #accordion .panel-default .panel-heading h4 a:before {
    margin: -6px 0;
    right: 40px;
  }
}
#accordion .panel-default .panel-heading h4 a.collapsed:before {
  content: "";
  position: absolute;
  margin: 4px 790px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
@media only screen and (max-width: 768px) {
  #accordion .panel-default .panel-heading h4 a.collapsed:before {
    margin: 4px 0;
    right: 40px;
  }
}
#accordion .panel-collapse {
  background: url("../img/front/a.png") no-repeat;
  background-position: right bottom;
  background-color: #87cefa;
}
#accordion .panel-collapse p {
  padding: 20px 83px;
  font-size: 130%;
}
@media only screen and (max-width: 768px) {
  #accordion .panel-collapse p {
    padding-left: 20px;
    text-align: left;
  }
}
#accordion .panel-collapse p a {
  display: inline-block;
  font-size: 110%;
  color: #000;
  text-decoration: underline;
}

.goushou-bnr {
  display: block;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .goushou-bnr {
    width: 100%;
  }
}

.topics {
  margin-bottom: 20px;
  padding: 12px 0;
  background: #fff;
  text-align: center;
  font-size: 200% !important;
}

.topics-list {
  margin: 0 0 20px;
  padding: 4px 30px;
  background: #fff;
}
.topics-list li {
  padding: 16px;
  font-size: 130%;
}
.topics-list li p {
  font-weight: 600;
}
.topics-list li:not(:first-child) {
  border-top: 2px dotted #ccc;
}

.lite-beige {
  background: #f9f0de;
}
.lite-beige .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .lite-beige .inner {
    width: 100%;
  }
}
.lite-beige .inner h2 {
  text-align: center;
  padding: 30px 0;
  font-size: 240%;
  font-weight: 600;
  color: #ff5d5e;
}
.lite-beige .inner p {
  margin-bottom: 40px;
  font-size: 150%;
  font-weight: 600;
  text-align: center;
}
.lite-beige .inner p span {
  color: #f00;
}
.lite-beige .inner section {
  padding: 40px 30px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
}
.lite-beige .inner section h4 {
  font-weight: 600;
  font-size: 100%;
}
.lite-beige .inner section p {
  margin: 20px 0;
  text-align: left;
  font-size: 86%;
  font-weight: 500;
  line-height: 1.8;
}
.lite-beige .inner section p a {
  color: #11f;
  text-decoration: underline;
}
.lite-beige .inner section table {
  width: 760px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  .lite-beige .inner section table {
    width: 100%;
  }
}
.lite-beige .inner section table th, .lite-beige .inner section table td {
  padding: 10px 8px;
  font-size: 90%;
}
@media only screen and (max-width: 768px) {
  .lite-beige .inner section table th, .lite-beige .inner section table td {
    display: block;
  }
}
.lite-beige .inner section table th {
  font-weight: 600;
}
.lite-beige .inner section table span {
  font-size: 74%;
  color: #f00;
}

.exem h3 {
  font-size: 160%;
}
.exem p {
  font-size: 110% !important;
}

#page-top {
  padding: 24px 20px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  background: #f4e7c5;
  border: 2px solid #fff;
}
#page-top:before {
  content: "";
  position: absolute;
  margin: -10px 0 0 6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid #000;
}

.pswp__caption__center {
  text-align: center;
}
