@charset "utf-8";
/* CSS Document */

/*-------------------------------
	all
--------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  max-height: 9999999px;
}
body {
  color: #333;
  font-size: 18px;
  font-family: "Noto Sans JP", system-ui, "Yu Gothic", YuGothic, "メイリオ", Miryo;
  font-weight: 400;
  text-align: center;
  min-width: 1100px;
  -webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", "Meiryo", sans-serif;
  }
}
p,
dt,
dl {
  line-height: 1.8;
}
img {
  border: none;
  height: auto;
  -ms-interpolation-mode: bicubic;
  -webkit-backface-visibility: hidden;
}
a {
  color: #10458c;
  text-decoration: none;
  transition: background-color 0.4s;
}
a img {
  opacity: 1;
  transition: opacity 0.4s;
  backface-visibility: hidden;
}
a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.ov {
  transition: opacity 0.4s;
}
.ov:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}
table {
  border-collapse: collapse;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.pagetop a {
  display: block;
}
.pagetop img {
  width: 50px;
  vertical-align: bottom;
}
.i-b {
  display: inline-block;
}
br.spbr {
  display: none;
}
br.pcbr {
}
.wrap {
  overflow: hidden; /*iPadの右側にできるスペース対策*/
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center !important;
}
.box {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
a.tel {
  display: inline-block;
  pointer-events: none;
}
.red {
  color: #cc0000;
}
.coming-soon {
  text-align: center;
  margin: 50px auto 200px;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 16px;
    text-align: left;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
  }
  p,
  li,
  dt,
  dl {
    line-height: 1.8;
  }
  a {
    transition: none;
  }
  a:hover img {
    opacity: 1;
  }
  .ov:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  br.spbr {
    display: block;
  }
  br.pcbr {
    display: none;
  }
  .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  .pagetop img {
    width: 40px;
  }
  .box {
    width: auto;
    margin: 0 20px;
  }
  a.tel {
    pointer-events: auto;
  }
  .pic img {
    width: 100%;
  }
  .coming-soon {
    text-align: center;
    margin: 50px auto 100px;
  }
}

/*-------------------------------
	margin
--------------------------------*/
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 600px) {
  .mb10 {
    margin-bottom: 5px;
  }
  .mb15 {
    margin-bottom: 10px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
}
/*-------------------------------
	flex
--------------------------------*/
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
.flex img {
  max-width: 100%;
}
.flex2-box {
  width: 530px;
  margin-bottom: 50px;
  text-align: center;
}
.flex3::before {
  content: "";
  display: block;
  width: 340px;
  order: 1;
}
.flex3-box {
  width: 340px;
  margin-bottom: 50px;
  text-align: center;
}
.flex4::before {
  content: "";
  display: block;
  width: 250px;
  order: 1;
}
.flex4::after {
  display: block;
  content: "";
  width: 250px;
}
.flex4-box {
  width: 250px;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .flex2-box {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .flex3-box {
    width: 48%;
    margin-bottom: 30px;
    text-align: center;
  }
  .flex4-box {
    width: 48%;
    margin-bottom: 30px;
    text-align: center;
  }
}
/*-------------------------------
	ヘッダー
--------------------------------*/
.header {
  height: 100px;
}
.logo {
  float: left;
  padding: 26px 0 0 15px;
}
.logo a {
  color: #2a5ba8;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo a span {
  font-size: 24px;
  font-weight: 600;
  margin-top: 4px;
}
.header-btn a {
  font-size: 22px;
  font-weight: 600;
  float: right;
  display: block;
  margin-top: 20px;
  margin-right: 15px;
  line-height: 60px;
  width: 200px;
  box-sizing: border-box;
  border-radius: 30px;
}
.header-contact a {
  color: #4472c4;
  border: solid 1px #cfcfcf;
  background-image: linear-gradient(to right, #fff, #e6e6e6);
}
.header-download a {
  color: #fff;
  background-image: linear-gradient(to right, #4472c4, #10458c);
}
.side-download a {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  display: block;
  width: 160px;
  line-height: 160px;
  border-radius: 80px;
  background-color: #10458c;
  background-image: linear-gradient(to right bottom, #4472c4, #10458c, #10458c);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 20px;
  bottom: 250px;
  z-index: 99999;
}
.side-download span {
  display: inline-block;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}
.header-en a {
  font-size: 18px;
  font-weight: 400;
  float: right;
  display: block;
  margin-top: 20px;
  margin-right: 25px;
  line-height: 60px;
}
@media only screen and (max-width: 600px) {
  .header {
    height: 65px;
  }
  .logo {
    float: left;
    padding: 3px 0 0 10px;
  }
  .logo a {
    color: #2a5ba8;
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
    display: block;
    position: relative;
    z-index: 99999;
  }
  .logo a span {
    font-size: 11px;
    font-weight: 600;
    margin-top: 4px;
    display: block;
  }
  .header-btn a {
    font-size: 22px;
    font-weight: 600;
    float: right;
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 45px;
    width: 45px;
    box-sizing: border-box;
    border-radius: 0;
    background-size: 45px 45px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99999;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .header-contact a {
    border: none;
	 margin-right: 65px;
    background-image: url(../images/header-contact.png);
  }
  .header-download a {
    background-image: url(../images/header-download.png);
    margin-right: 65px;
  }
  .side-download a {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    display: block;
    width: 80px;
    line-height: 80px;
    border-radius: 80px;
    background-color: #10458c;
    background-image: linear-gradient(to right bottom, #4472c4, #10458c, #10458c);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    position: fixed;
    right: inherit;
    left: 20px;
    bottom: 20px;
    text-align: center;
  }
  .side-download span {
    display: inline-block;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
  }
.header-en a {
	float: right;
	display: block;
	margin-top: 10px;
	margin-right:10px;
	line-height: 45px;
	width: 45px;
	box-sizing: border-box;
	border-radius: 0;
	background-size: 45px 45px;
	background-repeat: no-repeat;
	background-image: url(../images/header-ja.png);
	position: relative;
	z-index: 99999;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
}
@media only screen and (max-width: 374px) {
  .logo a span {
    font-size: 8px;
  }
}
/*-------------------------------
	footer
--------------------------------*/
.footer {
  color: #fff;
  padding: 80px 0 50px;
  background-color: #10458c;
  background-image: linear-gradient(to right, #6a92db, #4472c4);
}
.footer-name {
  font-size: 22px;
  margin-bottom: 5px;
}
.footer-pp a {
  font-size: 18px !important;
  min-width: 300px !important;
  padding: 12px 0 !important;
}
.footer small {
  font-size: 16px;
  display: block;
}
@media only screen and (max-width: 600px) {
  .footer {
    color: #fff;
    text-align: center;
    padding: 40px 0 30px;
    background-color: #10458c;
    background-image: linear-gradient(to right, #6a92db, #4472c4);
  }
  .footer-name {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .footer-pp a {
    font-size: 16px !important;
    min-width: 150px !important;
    padding: 12px 0 !important;
    margin-left: 50px;
    margin-right: 50px;
  }
  .footer small {
    font-size: 14px;
    display: block;
  }
}
/*-------------------------------
	topimg
--------------------------------*/
.main-image {
  background-image: url(../images/topimg-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 110px;
}
.main-image .box {
  height: 560px;
  display: table;
}
.main-image h1 {
  color: #fff;
  font-size: 36px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.main-image h1 span {
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .main-image {
    background-image: url(../images/topimg-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 0;
  }
  .main-image .box {
    height: 320px;
    display: table;
  }
  .main-image h1 {
    color: #fff;
    font-size: 20px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .main-image h1 span {
    display: block;
    margin-top: 20px;
  }
}
/*-------------------------------
	heading/font-size/font-color/bg-color/ul
--------------------------------*/
h1.h1-blue {
  color: #fff;
  font-size: 45px;
  text-align: center;
  padding: 40px 0;
  margin-top: 70px;
  margin-bottom: 50px;
  background-color: #4472c4;
  background-image: linear-gradient(to right, #6a92db, #4472c4);
}
h2.h2-size {
  font-size: 40px;
}
h2.h2-blue {
  color: #fff;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 50px;
  background-color: #4472c4;
  background-image: linear-gradient(to right, #6a92db, #4472c4);
}
h2.h2-page {
  color: #fff;
  font-size: 26px;
  text-align: left;
  padding: 25px;
  margin-bottom: 30px;
  background-color: #4472c4;
  background-image: linear-gradient(to right, #6a92db, #4472c4);
  border-radius: 5px;
}
.size-20 {
  font-size: 20px;
}
.size-30 {
  font-size: 30px;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.bg-gra-1 {
  padding: 80px 0;
  background-color: #6a92db;
  background-image: linear-gradient(to bottom, #6a92db, #97b9e0);
}
.bg-gra-2 {
  padding: 80px 0;
  background-color: #4472c4;
  background-image: linear-gradient(to bottom, #4472c4, #6a92db);
}
.bg-or {
  background-color: #eb612e;
}
.bg-gr {
  background-color: #6f9a6f;
}
.bg-bl {
  background-color: #4472c4;
}
.bg-sbl {
  background-color: #108ae2;
}
.bg-sbl2 {
  background-color: #e5edf7;
}
.wh {
  color: #fff;
}
.or {
  color: #eb612e;
}
.gr {
  color: #6f9a6f;
}
.bl {
  color: #4472c4;
}
.sbl {
  color: #108ae2;
}
.nv {
  color: #10458c;
}
ul.list-ul {
  margin-left: 30px;
  line-height: 1.8;
}
@media only screen and (max-width: 600px) {
  h1.h1-blue {
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #4472c4;
    background-image: linear-gradient(to right, #6a92db, #4472c4);
  }
  h2.h2-size {
    font-size: 22px;
  }
  h2.h2-blue {
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
    background-color: #4472c4;
    background-image: linear-gradient(to right, #6a92db, #4472c4);
  }
  h2.h2-page {
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 15px 10px;
    margin-bottom: 15px;
    background-color: #4472c4;
    background-image: linear-gradient(to right, #6a92db, #4472c4);
    border-radius: 5px;
  }
  .size-20 {
    font-size: 16px;
  }
  .size-30 {
    font-size: 17px;
  }
  .bg-gra-1 {
    padding: 40px 0;
    background-color: #6a92db;
    background-image: linear-gradient(to bottom, #6a92db, #97b9e0);
  }
  .bg-gra-2 {
    padding: 40px 0;
    background-color: #4472c4;
    background-image: linear-gradient(to bottom, #4472c4, #6a92db);
  }
}
/*-------------------------------
	btn-1
--------------------------------*/
.btn-gra-1 a {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  min-width: 470px;
  padding: 15px 50px;
  background-color: #4472c4;
  background-image: linear-gradient(to right, #4472c4, #10458c);
  border-radius: 60px;
}
.btn-gra-1 a i {
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .btn-gra-1 a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    display: block;
    min-width: 100px;
    padding: 15px 20px;
    background-color: #4472c4;
    background-image: linear-gradient(to right, #4472c4, #10458c);
    border-radius: 60px;
  }
  .btn-gra-1 a i {
    margin-right: 10px;
  }
}
/*-------------------------------
	btn-2
--------------------------------*/
.btn-gra-2 a {
  color: #10458c;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  min-width: 470px;
  padding: 15px 50px;
  background-color: #fff;
  background-image: linear-gradient(to right, #fff, #e7e7e7);
  border-radius: 60px;
}
.btn-gra-2 a i {
  margin-right: 10px;
}
@media only screen and (max-width: 600px) {
  .btn-gra-2 a {
    color: #10458c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    display: block;
    min-width: 100px;
    padding: 15px 20px;
    background-color: #fff;
    background-image: linear-gradient(to right, #fff, #e7e7e7);
    border-radius: 60px;
  }
  .btn-gra-2 a i {
    margin-right: 10px;
  }
}
/*-------------------------------
	top:vb1000
--------------------------------*/
.vb1000-bg {
  background-image: url(../images/vb1000-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 120px;
}
.vb1000-wrap {
  overflow: hidden;
  margin-bottom: 70px;
}
.vb1000-pic {
  width: 430px;
  float: left;
}
.vb1000-txt {
  width: 630px;
  float: right;
  text-align: left;
  margin-top: 30px;
}
.vb1000-txt-ttl {
  color: #10458c;
  font-size: 30px;
  line-height: 1.4;
}
.vb1000-flex .flex2-box {
  padding: 35px 0 10px;
  background-color: #e5edf7;
  border-radius: 15px;
  text-align: center;
  box-sizing: border-box;
}
.vb1000-flex .flex2-box h3 {
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  width: 400px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #4472c4;
  border-radius: 25px;
}
@media only screen and (max-width: 600px) {
  .vb1000-bg {
    background-image: url(../images/vb1000-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 100px;
    background-size: 100% auto;
  }
  .vb1000-wrap {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .vb1000-pic {
    width: auto;
    float: none;
    text-align: center;
  }
  .vb1000-pic img {
    width: 200px;
  }
  .vb1000-txt {
    width: auto;
    float: none;
    text-align: left;
    margin-top: 10px;
  }
  .vb1000-txt-ttl {
    color: #10458c;
    font-size: 18px;
    line-height: 1.4;
  }
  .vb1000-flex .flex2-box {
    padding: 20px 0 5px;
    background-color: #e5edf7;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
  }
  .vb1000-flex .flex2-box img {
    width: 240px;
  }
  .vb1000-flex .flex2-box h3 {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    width: 90%;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #4472c4;
    border-radius: 25px;
  }
}
/*-------------------------------
	top:how-to-use
--------------------------------*/
.how-to-use {
  padding: 80px 0;
}
.how-to-use-ttl {
  font-size: 26px;
  padding: 5px;
  margin-bottom: 25px;
  text-align: center;
  border: solid 2px #10458c;
  border-radius: 10px;
}
.how-to-use-wrap {
  padding: 40px 50px;
  background-color: #fff;
}
@media only screen and (max-width: 600px) {
  .how-to-use {
    padding: 40px 0;
  }
  .how-to-use-ttl {
    font-size: 18px;
    padding: 5px;
    margin-bottom: 25px;
    text-align: center;
    border: solid 2px #10458c;
    border-radius: 10px;
  }
  .how-to-use-wrap {
    padding: 20px 20px;
    background-color: #fff;
  }
}
/*-------------------------------
	top:mechanism
--------------------------------*/
.mechanism h3 {
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  min-width: 340px;
  padding: 0 30px;
  margin-bottom: 15px;
  display: inline-block;
  border-radius: 25px;
}
.mechanism-flex .flex2-box,
.mechanism-box {
  padding: 40px 0 20px;
  margin-bottom: 40px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .mechanism h3 {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    min-width: 50px;
    padding: 10px 15px;
    margin-bottom: 15px;
    display: block;
    border-radius: 60px;
  }
  .mechanism-flex .flex2-box,
  .mechanism-box {
    padding: 20px 10px 10px;
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
  }
  .mechanism-flex .flex2-box img,
  .mechanism-box img {
    width: 100%;
  }
}
/*-------------------------------
	page:mechanism
--------------------------------*/
.mechanism-wrap {
  overflow: hidden;
}
.mechanism-txt {
  width: 600px;
  float: left;
}
.mechanism-img {
  width: 450px;
  float: right;
}
@media only screen and (max-width: 600px) {
  .mechanism-wrap {
    overflow: hidden;
  }
  .mechanism-txt {
    width: auto;
    float: none;
  }
  .mechanism-img {
    width: auto;
    float: none;
  }
  .mechanism-img img {
    width: 100%;
  }
}
/*-------------------------------
	top:test-results
--------------------------------*/
.test-results {
  padding: 80px 0;
}
.results-flex .flex2-box {
  padding: 35px 30px 30px;
  background-color: #e5edf7;
  border-radius: 15px;
  text-align: center;
  box-sizing: border-box;
}
.results-flex .flex2-box h3 {
  color: #fff;
  font-size: 26px;
  line-height: 50px;
  width: 400px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #4472c4;
  border-radius: 25px;
}
.results-flex .flex2-box img {
  border-radius: 15px;
}
ol.results-ol {
  color: #10458c;
  list-style: none;
  counter-reset: number;
  padding: 15px;
  border: solid 1px #10458c;
}
ol.results-ol li a {
  text-decoration: underline;
}
ol.results-ol li {
  position: relative;
  padding-left: 50px;
}
ol.results-ol li::before {
  counter-increment: number;
  content: "【" counter(number) "】";
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 600px) {
  .test-results {
    padding: 40px 0;
  }
  .results-flex .flex2-box {
    padding: 20px 20px 20px;
    background-color: #e5edf7;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
  }
  .results-flex .flex2-box h3 {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    width: 90%;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #4472c4;
    border-radius: 25px;
  }
  ol.results-ol {
    color: #10458c;
    list-style: none;
    counter-reset: number;
    padding: 10px 5px;
    border: solid 1px #10458c;
  }
  ol.results-ol li {
    position: relative;
    padding-left: 40px;
  }
  .test-results-pic img {
    width: 100%;
  }
}
/*-------------------------------
	page:test-results
--------------------------------*/
.test-results-head {
  padding: 30px 40px 40px;
  margin-bottom: 70px;
  border-radius: 15px;
  background-color: #e5edf7;
}
.test-results-head strong {
  color: #10458c;
  font-size: 24px;
}
.results-box {
  margin-bottom: 80px;
  counter-reset: section;
}
.results-box h3 {
  font-size: 24px;
  padding: 15px;
  margin-top: 50px;
  margin-bottom: 30px;
  background-color: #e5edf7;
  counter-reset: subsection;
}
.results-box h4 {
  font-size: 22px;
  margin-top: 30px;
  margin-left: 30px;
  counter-reset: subsubsection;
}
.results-box h5 {
  font-size: 20px;
  margin-top: 20px;
  margin-left: 40px;
}
.results-box h3::before {
  counter-increment: section;
  content: counter(section) ". ";
  font-weight: bold;
}
.results-box h4::before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
  font-weight: bold;
}
.results-box h5::before {
  counter-increment: subsubsection;
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
  font-weight: bold;
}
.results-box ul,
.results-box ol {
  margin-top: 10px;
  margin-left: 70px;
}
.results-box li {
  margin-bottom: 5px;
}
.results-option {
  margin-top: 20px;
  margin-left: 20px;
}

.results-pic-1 img {
  width: 320px;
}
.results-pic-2 img {
  width: 660px;
}
.results-pic-3 img {
  width: 1000px;
}
@media only screen and (max-width: 600px) {
  .test-results-head {
    padding: 15px 20px 20px;
    margin-bottom: 70px;
    border-radius: 15px;
    background-color: #e5edf7;
  }
  .test-results-head strong {
    color: #10458c;
    font-size: 20px;
  }

  .results-box {
    margin-bottom: 50px;
    counter-reset: section;
  }
  .results-box h3 {
    font-size: 19px;
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 15px;
    background-color: #e5edf7;
    counter-reset: subsection;
  }
  .results-box h4 {
    font-size: 18px;
    margin-top: 15px;
    margin-left: 10px;
    counter-reset: subsubsection;
  }
  .results-box h5 {
    font-size: 17px;
    margin-top: 15px;
    margin-left: 15px;
  }
  .results-box ul,
  .results-box ol {
    margin-top: 10px;
    margin-left: 40px;
  }
  .results-box li {
    margin-bottom: 5px;
  }
  .results-option {
    margin-top: 10px;
    margin-left: 10px;
  }

  .results-pic-1 img {
    width: 150px;
  }
  .results-pic-2 img {
    width: 80%;
  }
  .results-pic-3 img {
    width: 100%;
  }
  .results-pic-hyo img {
    width: 100%;
  }
  .results-pic-1 span,
  .results-pic-2 span,
  .results-pic-3 span {
    display: inline-block;
  }
}
/*-------------------------------
	top:safety
--------------------------------*/
.safety-box {
  padding: 40px 50px 60px;
  background-color: #fff;
}
.safety-box h3 {
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  min-width: 340px;
  padding: 0 30px;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 25px;
  background-color: #4472c4;
}
.safety-red {
  color: #ff0000;
  padding: 0 10px;
  display: inline-block;
  border: solid 2px #ff0000;
}
.hourei-wrap {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 40px;
}
.hourei-pic {
  width: 350px;
  float: left;
}
.hourei-txt {
  color: #10458c;
  font-size: 24px;
  font-weight: 700;
  width: 580px;
  float: right;
  text-align: left;
}
.hourei-txt-ttl {
  font-size: 26px;
  padding: 5px;
  margin-bottom: 25px;
  text-align: center;
  border: solid 2px #10458c;
  border-radius: 10px;
}
.hourei-txt ul {
  margin-bottom: 25px;
  border-top: dashed 1px #10458c;
}
.hourei-txt ul li {
  font-size: 22px;
  list-style-position: inside;
  border-bottom: dashed 1px #10458c;
  padding: 12px 0 12px 10px;
}
.hourei-txt ul li span {
  color: #fff;
  display: inline-block;
  margin-top: -3px;
  padding: 2px 20px 4px;
  background-color: #10458c;
  border-radius: 30px;
  float: right;
}
@media only screen and (max-width: 600px) {
  .safety-box {
    padding: 20px 20px 30px;
    background-color: #fff;
  }
  .safety-box h3 {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    min-width: 80%;
    padding: 0 10px;
    margin-bottom: 20px;
    display: block;
    border-radius: 25px;
    background-color: #4472c4;
  }
  .safety-pic img {
    width: 100%;
  }
  .safety-red {
    color: #ff0000;
    padding: 5px 10px;
    line-height: 1.4;
    display: inline-block;
    border: solid 2px #ff0000;
  }
  .hourei-wrap {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .hourei-pic {
    width: auto;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .hourei-pic img {
    width: 80%;
  }
  .hourei-txt {
    color: #10458c;
    font-size: 17px;
    font-weight: 700;
    width: auto;
    float: none;
    text-align: left;
  }
  .hourei-txt-ttl {
    font-size: 20px;
    line-height: 1.4;
    padding: 10px;
    margin-bottom: 25px;
    text-align: center;
    border: solid 2px #10458c;
    border-radius: 10px;
  }
  .hourei-txt ul {
    margin-bottom: 15px;
    border-top: dashed 1px #10458c;
  }
  .hourei-txt ul li {
    font-size: 16px;
    line-height: 1.4;
    list-style-position: inside;
    border-bottom: dashed 1px #10458c;
    padding: 12px 100px 12px 10px;
    position: relative;
  }
  .hourei-txt ul li span {
    color: #fff;
    display: inline-block;
    margin-top: 0;
    padding: 2px 15px 4px;
    background-color: #10458c;
    border-radius: 30px;
    float: none;
    position: absolute;
    right: 0;
    top: 10px;
  }
}
/*-------------------------------
	page:safety
--------------------------------*/
.safety-box-page {
  padding: 40px 50px;
  border: solid 2px #97b9e0;
}
@media only screen and (max-width: 600px) {
  .safety-box-page {
    padding: 20px 20px;
    border: solid 2px #97b9e0;
  }
}
/*-------------------------------
	top:benefits
--------------------------------*/
.benefits-h2 {
  font-size: 25px;
  display: block;
}
.benefits {
  padding: 80px 0 50px;
}
.benefits .flex4-box span {
  color: #fff;
  font-size: 17px;
  display: block;
  margin-top: 10px;
  padding: 10px;
  background-color: #4472c4;
  border-radius: 10px;
}
@media only screen and (max-width: 600px) {
  .benefits-h2 {
    font-size: 17px;
    display: block;
  }
  .benefits {
    padding: 40px 0 20px;
  }
  .benefits .flex4-box span {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    display: block;
    padding: 10px 3px;
    background-color: #4472c4;
    border-radius: 5px;
  }
}
/*-------------------------------
	page:benefits
--------------------------------*/
.benefits-box {
  overflow: hidden;
  margin-bottom: 50px;
}
.benefits-box h2 {
  font-size: 22px;
  padding: 15px;
}
.benefits-box-img {
  width: 140px;
  float: right;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
  border: solid 1px #97b9e0;
}
.benefits-box-img img {
  width: 120px;
}
.benefits-box-img span {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  margin-top: 10px;
  padding: 8px 10px;
  background-color: #4472c4;
  border-radius: 10px;
}
@media only screen and (max-width: 600px) {
  .benefits-box {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .benefits-box h2 {
    font-size: 18px;
    padding: 10px;
  }
  .benefits-box-img {
    width: 120px;
    float: right;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: solid 1px #97b9e0;
  }
  .benefits-box-img img {
    width: 100px;
  }
  .benefits-box-img span {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    display: block;
    margin-top: 5px;
    padding: 8px 10px;
    background-color: #4472c4;
    border-radius: 10px;
  }
}
/*-------------------------------
	top:case-studies
--------------------------------*/
dl.case-studies-dl {
  text-align: left;
  margin-bottom: 50px;
  border-top: dotted 1px #999;
}
dl.case-studies-dl dt {
  color: #10458c;
  font-weight: 700;
  float: left;
  padding: 15px;
}
dl.case-studies-dl dd {
  padding: 15px 15px 15px 380px;
  border-bottom: dotted 1px #999;
}

dl.case-studies-dl.en dt {
  float: none;
  padding: 20px 15px 0;
}
dl.case-studies-dl.en dd {
  padding: 0 25px 20px;
}
@media only screen and (max-width: 600px) {
  dl.case-studies-dl {
    text-align: left;
    margin-bottom: 20px;
    border-top: dotted 1px #999;
  }
  dl.case-studies-dl dt {
    color: #10458c;
    font-weight: 700;
    float: none;
    padding: 10px 5px 0;
  }
  dl.case-studies-dl dd {
    padding: 0 15px 10px;
    border-bottom: dotted 1px #999;
  }
  dl.case-studies-dl dd.last {
    font-size: 0;
    padding: 0 0 10px;
  }
  
dl.case-studies-dl.en dt {
  padding: 10px 5px 0;
}
dl.case-studies-dl.en dd {
  padding: 0 15px 10px;
}
}
/*-------------------------------
	page:case-studies
--------------------------------*/
.case-box {
  padding: 30px 30px 0;
  margin-bottom: 80px;
  border: dashed 1px #999;
}
.case-box .flex2-box {
  width: 460px;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 15px;
  text-align: left;
  border: solid 3px #ccc;
}
.case-box-ttl {
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 15px;
  background-color: #4472c4;
  border-radius: 5px;
}
.case-kadai-ttl {
  color: #fff;
  font-size: 28px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #10458c;
  border-radius: 5px;
}
.case-kadai-txt {
  color: #10458c;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .case-box {
    padding: 15px 15px 0;
    margin-bottom: 40px;
    border: dashed 1px #999;
  }
  .case-box .flex2-box {
    width: auto;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 15px;
    text-align: left;
    border: solid 2px #ccc;
  }
  .case-box-ttl {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 10px;
    background-color: #4472c4;
    border-radius: 5px;
  }
  .case-kadai-ttl {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #10458c;
    border-radius: 5px;
  }
  .case-kadai-txt {
    color: #10458c;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
/*-------------------------------
	top:faq
--------------------------------*/
.faq-box {
  padding: 50px 70px 20px;
  text-align: left;
  background-color: #fff;
}
.faq-box-li {
  margin-bottom: 30px;
  overflow: hidden;
}
.faq-box-txt {
  width: 900px;
  display: block;
  float: right;
}
.faq-qa {
  font-family: Helvetica;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  float: left;
}
@media only screen and (max-width: 600px) {
  .faq-box {
    padding: 20px 20px 10px;
    text-align: left;
    background-color: #fff;
  }
  .faq-box-li {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .faq-box-txt {
    width: auto;
    display: block;
    float: none;
  }
  .faq-qa {
    font-family: Helvetica;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
    float: left;
    margin: 0 20px 15px 0;
  }
}
/*-------------------------------
	page:faq
--------------------------------*/
.faq-page .faq-box {
  margin-bottom: 60px;
  border: dashed 1px #999;
}
@media only screen and (max-width: 600px) {
  .faq-page .faq-box {
    margin-bottom: 40px;
    border: dashed 1px #999;
  }
}
/*-------------------------------
	blog
--------------------------------*/
.blog {
  padding: 80px 0 100px;
}
.blog .box {
  width: 1000px;
}
.blog iframe {
  width: 100%;
  height: 320px;
  border: none;
}
@media only screen and (max-width: 600px) {
  .blog {
    padding: 40px 0 50px;
  }
  .blog .box {
    width: auto;
  }
  .blog iframe {
    width: 100%;
    height: 250px;
    border: none;
  }
}
/*-------------------------------
	top:download
--------------------------------*/
.download-h3 {
  color: #10458c;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: solid 1px #6a92db;
}
.download-h3 span {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 2px;
  border-bottom: solid 1px #6a92db;
}
@media only screen and (max-width: 600px) {
  .download-h3 {
    color: #10458c;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: solid 1px #6a92db;
  }
  .download-h3 span {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 2px;
    border-bottom: solid 1px #6a92db;
  }
}
/*-------------------------------
	top:form
--------------------------------*/
.contact table {
  width: 850px;
  margin: 0 auto 40px;
}
.contact th {
  font-size: 18px;
  width: 250px;
  text-align: left;
  vertical-align: text-top;
  padding: 18px 0 0;
  color: #10458c;
}
.kome {
  color: #d01e7e;
}
.contact .hissu {
  float: right;
  display: inline-block;
}
.contact-cb {
	line-height:1.8;
}
.contact td {
  text-align: left;
  padding: 7px 0 7px 25px;
}
.kakunin {
  margin-top: 20px;
}
.kakunin td {
  text-align: left;
  padding: 18px 0 18px 15px;
}
.homebtn a {
  color: #fff;
  font-weight: bold;
  width: 250px;
  margin: 60px auto 0;
  padding: 12px 0;
  display: block;
  border-radius: 5px;
  background-color: #0073c2;
  text-align: center;
}

input[type="text"],
input[type="tel"],
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea,
select {
  outline: none;
  -webkit-appearance: none;
}

.input_txt {
  font-size: 18px;
  font-family: "Noto Sans JP", system-ui, "Yu Gothic", YuGothic, "メイリオ", Miryo;
  display: block;
  min-width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.input_txt:focus {
  border: solid 1px #d01e7e;
}
#contact_btn {
  text-align: center;
}
#contact_btn button,
.mfp_buttons button {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Sans JP", system-ui, "Yu Gothic", YuGothic, "メイリオ", Miryo;
  padding: 20px 100px;
  background-color: #4472c4;
  background-image: linear-gradient(to right, #4472c4, #10458c);
  border-radius: 60px;
  border: none;
  cursor: pointer;
}
.mfp_buttons button#mfp_button_cancel {
  padding: 20px 30px;
  margin-left: 15px;
  background-color: #666;
  background-image: linear-gradient(to right, #999, #666);
}
#mfp_phase_confirm {
  width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .contact table {
    width: 100%;
    margin: 0 auto 20px;
  }
  .contact th {
    font-size: 16px;
    width: auto;
    text-align: left;
    vertical-align: text-top;
    padding: 0;
    color: #10458c;
    display: block;
  }
  .contact .hissu {
    float: none;
    display: inline-block;
  }
  .contact td {
    text-align: left;
    padding: 5px 0 15px;
    display: block;
  }
  .kakunin {
    margin-top: 0;
  }
  .kakunin td {
    text-align: left;
    padding: 5px 0 20px;
  }

  .input_txt {
    font-size: 16px;
    display: block;
    min-width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #f7f7f7;
  }
  #contact_btn button,
  .mfp_buttons button {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: "Noto Sans JP", system-ui, "Yu Gothic", YuGothic, "メイリオ", Miryo;
    padding: 15px 60px;
    background-color: #4472c4;
    background-image: linear-gradient(to right, #4472c4, #10458c);
    border-radius: 60px;
    border: none;
    cursor: pointer;
  }
  .mfp_buttons button#mfp_button_cancel {
    padding: 15px 20px;
    margin-left: 15px;
    background-color: #666;
    background-image: linear-gradient(to right, #999, #666);
  }
  #mfp_phase_confirm {
    width: auto;
    margin: 0 auto;
  }
}
