html, body, div, span, iframe, h1, h2, h3, p, a, em, img, q, small, strong, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, tbody, thead, tr, th, td, article, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
footer, header, nav, section {
  display: block;
}
body {
  line-height: 1;
}
html {
  scroll-behavior: smooth;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
html {
  font-size: 14px;
}
html, body {
  height: 100%;
}
body {
  background: #f6fcff;
  color: #333;
  font-size: 1rem;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #0062ad;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
  text-decoration: none;
}
a:hover {
  color: #0062ad;
}
input, textarea {
  background: #f6fcff;
  color: #333;
  font-size: 1.1rem;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  line-height: 1.8;
  padding: 2px 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.u-inner {
  zoom: 1;
  width: 940px;
  margin: 0 auto;
}
.u-inner:before, .u-inner:after {
  content: "";
  display: table;
}
.u-inner:after {
  clear: both;
}
.n-inner {
  zoom: 1;
  width: 800px;
  margin: 0 auto;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
}
.header__logo {
  float: left;
  padding: 10px 0 16px;
}
.header__logo a {
  display: inline-block;
  margin-right: 20px;
}
.header__logo small {
  position: relative;
  top: -12px;
  font-weight: 500;
}
.header__contact {
  float: right;
  padding-top: 16px;
}
.header__contact .header__contact__tel {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04rem;
  margin-right: 20px;
}
.header__contact .header__contact__tel span {
  position: relative;
  top: 3px;
}
.header__contact > a {
  position: relative;
  display: inline-block;
}
.header__contact > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  z-index: 1;
  background: #ce3709;
  border-radius: 3px;
  width: 100%;
  height: 10px;
}
.header__contact > a:hover div {
  position: relative;
  top: 3px;
}
.header__contact > a div {
  position: relative;
  top: 0;
  z-index: 2;
  display: inline-block;
  background: #f35828;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 10px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
.header__contact_or:before {
  content: url("../img/common/micon2.png");
  margin-bottom: 0;
  margin-top: 3px;
  display: inline-block;
}
.header__navigation {
  zoom: 1;
  border-top: 2px solid #ccc;
  border-bottom: 3px solid #0062ad;
}
.header__navigation:before, .header__navigation:after {
  content: "";
  display: table;
}
.header__navigation:after {
  clear: both;
}
.header__navigation li {
  float: left;
  border-left: 1px solid #ccc;
  width: 16.6666%;
}
.header__navigation li:last-of-type {
  border-right: 1px solid #ccc;
}
.header__navigation li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #0062ad;
  text-align: center;
  line-height: 1.2;
  height: 54px;
}
.header__navigation li a:hover {
  background: #eee;
}
.header__navigation li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#footer {
  background-color: #0062ad;
  text-align: center;
  padding-top: 30px;
  bottom: 0;
  width: 100%;
}
.footer__navigation {
  margin-bottom: 40px;
}
.footer__navigation li {
  display: inline-block;
  margin-right: 20px;
}
.footer__navigation li a {
  color: #fff;
}
.Copyright {
  color: #fff;
  padding: 10px 0px;
}
#contact {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}
#container {
  padding-top: 140px;
}
#visual {
  background: url("../img/common/visual_bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  height: 500px;
}
#service {
  background-color: #FDFCED;
  padding: 30px 0 30px;
}
.arrow {
  background-color: #fff;
  padding: 50px 0 30px;
  text-align: center;
}
.arrow img {
  height: 50%;
}
#service_s {
  background-color: #0062ad;
  padding: 0px 0 50px;
}
#service_s img {
  width: 100%;
}
.oldh1s {
  font-size: 42px;
  font-weight: 800;
  color: #0062ad;
  text-align: center;
  margin-bottom: 10px;
}
.oldh1s strong {
  display: inline-block;
  font-size: 52px;
  margin: 0 6px;
}
#service p {
  font-size: 16px;
}
.service__list {
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #1362AE;
  border-radius: 6px;
  padding: 20px 40px;
  margin-bottom: 20px;
}
.service__list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.service__list li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.service__list li i {
  font-size: 22px;
  color: #f35828;
  margin-right: 6px;
}
.service__list li:before {
  content: url("../img/common/check.png");
  padding-top: 10px;
  margin: 10 auto;
  display: inline-block;
}
.service__list li span {
  display: inline-block;
}
.service__text {
  margin-bottom: 10px;
}
.service__box {
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
  text-align: center;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.service__boxlast-of-type {
  margin-bottom: 0;
}
.service__box h3 {
  font-size: 30px;
  font-weight: 800;
  color: #0062ad;
  margin-bottom: 20px;
}
.service__box p {
  text-align: left;
}
.service__box a {
  display: inline-block;
  margin: 30px 0;
}
.service__box a small {
  display: block;
}
.service_img_box {
  text-align: center;
}
.service_img {
  width: 45%;
  padding-right: 2%;
  padding-left: 2%;
}
.contact_f {
  background: url("../img/common/blue_bg.jpg");
  padding: 50px 0 50px;
}
.contact_f__box {
  background: #fff;
  text-align: center;
  padding: 20px 30px;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}
.contact_f__box p {
  font-size: 2em;
  color: #E6003D;
  vertical-align: middle;
  text-align: center;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}
.contact_f__box img {
  margin-top: 1%;
  margin-bottom: 1%;
  font-weight: bold;
}
.formb3 {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  margin-top: 10px;
}
.formb3__label {
  justify-self: start;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  color: #555;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.formb3__tel {
  justify-self: center;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #f39800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
}
.formb3__tel:hover {
  opacity: 0.8;
}
.formb3__tel::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* オレンジの受話器アイコン（SVG） */
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27%23f39800%27%20d%3D%27M6.62%2010.79a15.05%2015.05%200%200%200%206.59%206.59l2.2-2.2a1%201%200%200%201%201.01-.24c1.12.37%202.33.57%203.58.57a1%201%200%200%201%201%201V20a1%201%200%200%201-1%201C10.07%2021%203%2013.93%203%205a1%201%200%200%201%201-1h3.5a1%201%200%200%201%201%201c0%201.25.2%202.46.57%203.58a1%201%200%200%201-.25%201.01l-2.2%202.2z%27/%3E%3C/svg%3E");
}
.formb3__hours {
  justify-self: end;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.01em;
}
.contact_f__box_u {
  text-align: center;
  margin-bottom: 3%;
}
.contact_f__box_u p {
  font-size: 22px;
  color: #383736;
  vertical-align: middle;
  text-align: center;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}
.contact_f__box_u p span {
  font-size: 25px;
  color: #E6003D;
  text-align: center;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 900;
}
.contact_f__box_u a {
  font-size: 35px;
  color: #383736;
  justify-content: center;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
}
a:hover img, .contact_f__box button:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.form-holder2 {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
.form-holder:after {
  content: "";
  display: block;
  clear: both;
}
.form-dial_l {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 20px 0px 20px 40px;
  text-decoration: none;
  font-size: 23px;
  color: #fff;
  background: #4381CF; /*背景色*/
  border-bottom: solid 2px #694e0d; /*少し濃い目の色に*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  vertical-align: middle;
  font-family: "ヒラギノ角ゴ Std W8' 'Hiragino Kaku Gothic Std", sans-serif;
}
.form-dial_l:hover {
  background: #3567a6;
  color: #fff;
}
.form-dial_l:active {
  border-bottom: solid 2px #a87f18;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.fa-freedial_l:before {
  content: url(../img/common/picon.png);
}
.form-dial_r {
  width: 100%;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 23px;
  color: #fff;
  background: #EC697C; /*背景色*/
  border-bottom: solid 2px #694e0d; /*少し濃い目の色に*/
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  vertical-align: middle;
  font-family: "ヒラギノ角ゴ Std W8' 'Hiragino Kaku Gothic Std", sans-serif;
  margin-bottom: 10px;
}
.form-dial_r:hover {
  background: #c45666;
  color: #fff;
}
.fa-freedial_r:before {
  content: url(../img/common/micon.png);
  padding-top: 10px;
  margin: 10 auto;
}
.form-dial__q {
  padding-right: 5%;
  text-align: center;
  padding-top: 5%;
}
.form-dial__q p {
  font-size: 20px;
  font-weight: 400;
  color: #ffff;
  height: 0px;
  margin: 0 auto;
  padding-bottom: 3%;
}
.form-dial__q strong {
  display: inline-block;
  margin: 10 auto;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  height: 30px;
  color: #ffff;
  font-feature-settings: "palt";
  letter-spacing: 3px;
  font-family: "ヒラギノ角ゴ Std W8' 'Hiragino Kaku Gothic Std", sans-serif;
}
.form-dial__q strong:before {
  content: url(../img/common/phoneicon.png);
  width: 10px;
  padding-top: 1%;
  padding-right: 5px;
}
.form-dial__q__section_all {
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 2%;
}
.form-dial__q__section {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 35%;
  border-collapse: collapse;
  padding-right: : 1%;
}
.form-dial__q__section small {
  position: relative;
  margin: 0 auto;
  margin-right: 0;
  font-size: 22px;
  color: #ffff;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
}
.form-dial__q__section_r {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 45%;
  border-collapse: collapse;
  margin-right: 0;
}
#plan {
  padding-top: 60px;
  padding-bottom: 30px;
  padding-bottom: 0;
  margin: 0 auto;
  background-color: #fff;
}
#plan h2 {
  background: url("../img/common/service_h2_bg.png") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  height: 84px;
  padding-top: 8px;
  margin-bottom: 10px;
  margin-top: 10px
}
#plan h3 {
  background: #003791;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  border-radius: 4px;
}
.oldh1p {
  position: relative;
  font-size: 30px;
  font-weight: 800;
  color: #0062ad;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 50px;
}
.oldh1p:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #0062ad;
  width: 140px;
}
.oldh1ps {
  display: block;
}
.oldh1psm {
  font-family: 'Lato', 'Noto Sans JP', '繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3', 'Hiragino Kaku Gothic Pro', '繝｡繧､繝ｪ繧ｪ', 'MS PGothic';
  font-size: 20px;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.2rem;
}
.plan__text {
  text-align: center;
  margin-bottom: 30px;
}
.plan_img {
  padding-top: 2%;
  padding-bottom: 5%;
}
.plan_title_img {
  width: 100%;
}
.plan__text {
  text-align: center;
  margin-bottom: 30px;
}
.plan__wrap {
  zoom: 1;
  padding-bottom: 20px;
}
.plan__wrap:before, .plan__wrap:after {
  content: "";
  display: table;
}
.plan__wrap:after {
  clear: both;
}
.plan__box2 {
  height: 400px;
  width: 303px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
}
.plan__box2 img{
    width: 100%;
}
.plan__box {
  float: left;
  background: #e8f2ff;
  width: 303px;
  height: 400px;
  margin: 0 5px 20px 5px;
  border-radius: 4px;
}
@media screen and (max-width: 845px) {
  .plan__box {
    float: left;
    background: #fff;
    border: 2px solid #4381CF;
    width: 35%;
    margin-right: 2%;
    margin-bottom: 2%;
    margin-right: 3%;
    margin-left: 3%;
  }
}
.plan__box h3 {
  background: #4381CF;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 2px 0;
}
.plan__box h2 {
  background: #4381CF;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 2px 0;
}
.plan__box p {
  font-size: 13px;
  line-height: 1.6;
  padding: 8px 10px;
}
.plan__box .plan__img {
  display: block;
  text-align: center;
}
.plan__box .plan__price {
  font-size: 28px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  line-height: 0.8;
  height: 60px;
  display: table;
  width: 100%;
}
.plan__box .plan__price p {
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  padding: 0;
}
.plan__box .plan__price span {
  display: inline-block;
  margin-right: 6px;
  font-size: 28px;
}
.plan__box .plan__price small {
  font-size: 16px;
}
.plan__box ul {
  zoom: 1;
  padding: 8px 10px 4px;
}
.plan__box ul:before, .plan__box ul:after {
  content: "";
  display: table;
}
.plan__box ul:after {
  clear: both;
}
.plan__box ul li {
  position: relative;
  float: left;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  border-radius: 4px;
  width: 32%;
  height: 50px;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
}
.plan__box ul li:nth-of-type(3n) {
  margin-right: 0;
}
.plan__box ul li span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  color: #003791;
}
#performance {
  background: url("../img/common/section_bg.png");
  padding: 60px 0;
}
#performance h1 {
  position: relative;
  font-size: 30px;
  font-weight: 800;
  color: #0062ad;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 50px;
}
#performance h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #0062ad;
  width: 140px;
}
#performance h1 span {
  display: block;
}
#performance h1 small {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 20px;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.2rem;
}
.performance__text {
  text-align: center;
  margin-bottom: 30px;
}
.performance__table {
  background: #fff;
  table-layout: fixed;
  font-size: 15px;
  width: 100%;
}
.performance__table tr:nth-of-type(odd) {
  background: #d9ecf6;
}
.performance__table th, .performance__table td {
  text-align: center;
  vertical-align: middle;
  border: 2px solid #fff;
  padding: 8px 0;
}
.performance__table thead th {
  background: #003791;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  padding: 6px 0;
}
.performance__table tbody th {
  font-weight: 600;
}
.performance__table tbody td small {
  display: block;
  font-size: 11px;
}
#case {
  padding: 60px 0;
  background: url("../img/common/gray_bg.jpg");
}
.oldh1c {
  position: relative;
  font-size: 30px;
  font-weight: 800;
  color: #0062ad;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 50px;
}
.oldh1c:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #0062ad;
  width: 140px;
}
.oldh1cs {
  display: block;
}
.oldh1csm {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 20px;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.2rem;
}
.case__text {
  text-align: center;
  margin-bottom: 30px;
}
.cace_box_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cace_box_img_2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
}
#simulation {
  background: url("../img/common/section_bg.png");
  padding: 60px 0;
}
.oldh1s {
  position: relative;
  font-size: 30px;
  font-weight: 800;
  color: #0062ad;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 50px;
}
.oldh1s:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #0062ad;
  width: 140px;
}
.oldh1ss {
  display: block;
}
.oldh1ssm {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 20px;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.2rem;
}
.simulation__text {
  text-align: center;
  margin-bottom: 30px;
}
.simulation__box {
  background: #d3eee2;
  border: 2px solid #94c3ae;
  border-radius: 6px;
  padding: 20px 30px 20px;
  margin-bottom: 30px;
}
.simulation__box h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.simulation__box > div {
  display: table-cell;
  vertical-align: top;
  font-size: 18px;
  font-weight: 600;
  width: 340px;
}
.simulation__box > div:last-of-type {
  width: 220px;
  position: relative;
}
.simulation__box > div:last-of-type:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 1;
  background: #ce3709;
  border-radius: 3px;
  width: 100%;
  height: 10px;
}
.simulation__box > div:last-of-type:hover span {
  position: relative;
  top: 3px;
}
.simulation__box > div:last-of-type span {
  position: relative;
  top: 0;
  z-index: 2;
  display: inline-block;
  background: #f35828;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  width: 100%;
  margin-top: 30px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
.simulation__box > div:last-of-type span input[type="button"] {
  background: transparent;
  font-family: 'FontAwesome';
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  width: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.simulation__box > div span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
.simulation__box > div input[type="text"] {
  background: #fff;
  font-size: 20px;
  border: 2px solid #ccc;
  width: 220px;
  padding: 8px 16px;
}
.simulation__box small {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}
.simulation__anser {
  text-align: center;
}
.simulation__anser > div {
  display: inline-block;
  text-align: left;
}
.simulation__anser small {
  font-size: 24px;
  font-weight: 600;
}
.simulation__anser p {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 3px solid #c40f0f;
  padding-bottom: 6px;
}
.simulation__anser p input {
  position: relative;
  top: 4px;
  background: transparent;
  font-size: 40px;
  font-weight: 600;
  color: #c40f0f;
  text-align: right;
  line-height: 1;
  border: 0;
  width: 190px;
}
.simulation__anser span {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}
#faq {
  padding: 60px 0;
}
.oldh1f {
  position: relative;
  font-size: 30px;
  font-weight: 800;
  color: #0062ad;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 50px;
}
.oldh1f:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #0062ad;
  width: 140px;
}
.oldh1fs {
  display: block;
}
.oldh1fsm {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 20px;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.2rem;
}
.qa {
  margin-top: 20px;
}
.qa dt {
  padding: 25px 30px 25px 100px;
  position: relative;
  background: #f5be69;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1;
}
.qa dt:before {
  content: 'Q';
  margin-left: 20px;
  position: absolute;
  top: 20px;
  left: 10px;
  color: #fff;
  font-size: 32px;
}
.qa dt span:after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  border-top: 2px solid #fff;
  ;
  border-right: 2px solid #fff;
  ;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-75%) rotate(-225deg);
  transition: all .5s ease;
}
.qa dd {
  display: none;
  margin: 0;
  padding: 30px 30px 30px 100px;
  position: relative;
  text-indent: 0;
  font-size: 26px;
  line-height: 1;
  background-color: #ffedd2;
  margin-bottom: -10px;
}
.qa dd:before {
  content: 'A';
  margin-left: 20px;
  position: absolute;
  top: 30px;
  left: 10px;
  color: #df4508;
  font-size: 32px;
}
.qa dl.active dt span:after {
  transform: rotate(-45deg);
}
.qa {
  margin-top: 20px;
}
.qa_ttl {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 25px;
  text-align: center;
}
.qa dt {
  padding: 40px 30px 40px 100px;
  position: relative;
  border-radius: 5px;
}
.qa dt:before {
  content: 'Q';
  margin-left: 20px;
  position: absolute;
  top: 20%;
  left: 10px;
  color: #fff;
  font-size: 32px;
}
.qa dt span {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 0.5;
}
.qa dt span:after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  border-top: 2px solid #fff;
  ;
  border-right: 2px solid #fff;
  ;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-75%) rotate(-225deg);
  transition: all .5s ease;
}
.qa dd {
  display: none;
  margin: 0;
  padding: 40px 30px 40px 100px;
  position: relative;
  text-indent: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: -3px;
}
.qa dd:before {
  content: 'A';
  margin-left: 20px;
  position: absolute;
  top: 35px;
  left: 10px;
  font-size: 32px;
}
.qa dl.active dt span:after {
  transform: rotate(-45deg);
}
.qa_color1 dt {
  background: #63BBF2;
}
.qa_color1 dd {
  background-color: #C9EBFF;
}
.qa_color1 dd:before {
  color: #63BBF2;
}
.qa_color2 dt {
  background: #4381CF;
}
.qa_color2 dd {
  background-color: #C9EBFF;
}
.qa_color2 dd:before {
  color: #4381CF;
}
dl {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 1rem;
}
dl dt {}
dl dd {
  text-indent: 1rem;
  margin: 0 0 1rem 0;
}
#result {
  background: #fff;
  padding: 30px 0 30px;
}
.result__share {
  font-size: 40px;
  font-weight: 800;
  height: auto;
  letter-spacing: 1px;
  color: #f35828;
  text-align: center;
  line-height: 1.2;
  list-style: none;
}
.result__share small {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #808080;
  text-align: center;
}
.result__text {
  text-align: left;
  padding-left: 30px;
}
.result__logo ul {
  margin: 50px 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.result__logo li {
  width: 180px;
  height: 55px;
  margin: 10px 10px 0;
  padding: 10px;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  font-size: 1.2em;
  border: 2px solid #1362AE;
  vertical-align: text-bottom;
  vertical-align: middle;
}
.result__logo li span {
  margin-top: 10px;
  vertical-align: middle;
}
#layer {
  display: none; /* 初期表示は非表示 */
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 30;
}
#popup {
  display: none; /* 初期表示は非表示 */
  position: fixed;
  left: 40%;
  top: 10%;
  width: 950px;
  height: 550px;
  margin-left: -300px;
  margin-top: -30px;
  background-color: white;
  border-radius: 5px;
  text-align: left;
  z-index: 30;
}
.popup_title {
  font-size: 30px;
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.popup_text {
  font-size: 20px;
  padding: 25px;
  text-align: center;
  font-weight: bold;
}
.popup_text {
  font-size: 15px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.popup_text2 {
  font-size: 16px;
  padding: 0px 70px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.5;
}
.popup_btn {
  position: absolute;
  bottom: -40px;
  left: 60%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 30;
  text-align: right;
  width: 700px;
}
.popup_img {
  text-align: center;
}
.line-height {
  line-height: 20px;
}
#thanks {
  background-color: rgb(246, 252, 254);
  padding: 300px 0px 240px;
}
#thanks h1 {
  position: relative;
  font-size: 25px;
  color: rgb(0, 98, 173);
  text-align: center;
  line-height: 1.3;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, "MS PGothic";
  font-weight: bold;
}
#thanks h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  border-bottom: 1px solid rgb(0, 98, 173);
}
#thanks h1 span {
  display: block;
}
#thanks h1 small {
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, "MS PGothic";
  font-size: 20px;
  font-weight: bold;
  color: rgb(153, 153, 153);
  letter-spacing: 0.2rem;
}
.contact_w {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.contact__text {
  text-align: left;
  /*margin-bottom: 30px;*/
}
#contact_form {
  background-color: rgb(246, 252, 254);
  padding: 230px 0px 100px;
}
#contact_form h1 {
  position: relative;
  font-size: 25px;
  color: rgb(0, 98, 173);
  text-align: center;
  line-height: 1.3;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, "MS PGothic";
  font-weight: bold;
}
#contact_form h1 span {
  display: block;
}
#contact_form h1 small {
  font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, "MS PGothic";
  font-size: 20px;
  font-weight: bold;
  color: rgb(153, 153, 153);
  letter-spacing: 0.2rem;
}
#contact_form h1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  border-bottom: 1px solid rgb(0, 98, 173);
}
.form-group {
  margin-bottom: 20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: left;
  font-size: 13px;
}
.btn-center {
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
.contact_btn {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #f35828;
  border-radius: 4px;
  padding: 10px 40px;
}
.contact_btn:hover {
  color: #fff;
  background: #d44c22;
}
.form-control-box {
  display: block;
  width: 100%;
  height: 150px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 10px;
  color: #555;
  background: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control {
  display: block;
  width: 100%;
  height: 53px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 10px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.contact-font {
  font-size: 1.5rem;
}
.col-md-12 {
  width: 100%;
}
.col-md-12, .col-md-6 {
  float: left;
}
.col-md-6 {
  width: 50%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.thanks_box {
  width: 80%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}
h2.thanks-ttl {
  font-size: 1.6rem;
}
.thanks-text h2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
#contact_form h2 {
  padding-top: 30px;
  position: relative;
  font-size: 25px;
  font-weight: 800;
  color: #0062ad;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 70px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-weight: bold;
}
#contact_formh h2 strong {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  height: 84px;
  padding-top: 8px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
#contact_form h2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #0062ad;
  width: 140px;
}
div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
}
div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}
div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#mfp_phase_confirm {
  display: none;
  clear: both;
  padding: 40px 0;
}
div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(../images/mfp_loading.gif);
}
div#mfp_loading_screen {
  z-index: 20000;
  opacity: .8;
  display: none;
  background-color: #000;
  position: absolute;
}
div#mfp_overlay_background {
  background-color: #000;
  position: absolute;
  display: none;
  z-index: 10000;
}
div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}
#mfp_phase_confirm h4 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
}
#mfp_phase_confirm button {
  width: 45%;
  height: 98px;
  border-radius: 5px;
  box-shadow: 0 3px 0 #BEBEBE;
  cursor: pointer;
  font-size: 36px;
  font-weight: 700;
}
#mfp_button_send {
  background-image: linear-gradient(to top, #1A9B2B, #27B23A);
  background-image: -moz-linear-gradient(to top, #1A9B2B, #27B23A);
  background-image: -o-linear-gradient(to top, #1A9B2B, #27B23A);
  color: #fff;
  border: 0;
}
#mfp_button_cancel {
  display: block;
  margin: 1rem auto;
  height: 60px !important;
  font-size: 24px !important;
  border: 0;
  background: #f5f5f5;
}
#mfp_phase_confirm .mfp_buttons {
  text-align: center;
}
#mfp_confirm_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E2E2E2;
  background: #ffffff;
  margin-bottom: 1rem;
}
#mfp_confirm_table th, #mfp_confirm_table td {
  border: 1px solid #E2E2E2;
  text-align: left;
  padding: 1rem;
}
#mfp_confirm_table th {
  width: 30%;
}
.thanks-cont {
  padding-top: 10rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.75;
}
.thanks-cont h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.thanks-cont p {
  margin-bottom: 1rem;
}
.thanks-cont strong {
  font-size: 1.5rem;
}
.disable-pc {
  pointer-events: none;
}
.mfp_err {
  color: #c80b0b;
  margin-top: 5px;
}
.header_re {
  float: right;
  padding-top: 16px;
}
.contact_btn_re {
  background: #4381CF;
  position: relative;
  top: 0;
  z-index: 2;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 10px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
  padding-left: 20px;
  padding-right: 20px;
}
.form-group textarea {
  width: 100% !important;
  height: 204px !important;
}
.relative {
  position: relative;
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.absolute {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 20px;
  width: 260px;
  animation-name: fadein;
  animation-duration: 2s;
  animation-delay: 0s;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.absolute_o {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0px;
  width: 450px;
  animation-name: fadein_ue;
  opacity: 0; /* ここを追加 */
  animation-duration: 2s; /* アニメーション時間 */
  animation-delay: 1s; /* 変化開始の時間 */
  animation-fill-mode: forwards; /*これで値を保持*/
}
@keyframes fadein_ue {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.contact_c {
  background-color: #1663B4;
  padding: 50px 0 50px;
}
.contact_c__box {
  background: #fff;
  text-align: center;
  padding: 20px 30px;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}
.contact_c__box p {
  font-size: 3.5em;
  color: #545251;
  vertical-align: middle;
  text-align: center;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  vertical-align: bottom;
}
.contact_c__box p strong {
  font-size: 1.5em;
  color: #545251;
  vertical-align: middle;
  text-align: center;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}
.contact_c__box img {
  margin-top: 1%;
  margin-bottom: 1%;
  font-weight: bold;
}
.contact_c__box_u {
  text-align: center;
  margin-bottom: 3%;
}
.contact_c__box_u p {
  font-size: 22px;
  color: #383736;
  vertical-align: middle;
  text-align: center;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}
.contact_cp__box_u p span {
  font-size: 25px;
  color: #E6003D;
  text-align: center;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 900;
}
.contact_c__box_u a {
  font-size: 35px;
  color: #383736;
  justify-content: center;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
}
a:hover img, .contact_c__box button:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.fontspace {
  font-size: 0.3em;
  letter-spacing: -1px;
}
#news {
  padding-bottom: 60px;
  margin: 0 auto;
  background-color: #fff;
}
.cp_card01 {
  font-size: 14px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  position: relative;
  overflow: hidden;
  margin: 0 auto 1.6%;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  border-radius: 3px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}
.cp_card01 .photo {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.cp_card01 .photo .photo1 {
  height: 100%;
  background: url('../img/common/banner_600x120@2x.jpg') center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cp_card01 .description {
  position: relative;
  padding: 20px;
  z-index: 1;
}
.descriptionmt {
  font-size: 1.7em;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.descriptionst {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 1.2% 0;
  color: #4d4d4d;
  font-weight: bold;
}
.description p {
  position: relative;
  margin: 0;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.description p::after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background: #1362ad;
}
.cp_card01 .description a {
  float: right;
  margin-bottom: 10px;
  color: #283593;
  text-decoration: none;
}
.bt {
  padding-bottom: 50px;
}
.btn-customl2 {
  color: #fff !important;
  background: #003791;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 30px;
  padding-left: 30px;
  display: inline-block;
  letter-spacing: 0.2em;
  font-size: 13px;
  float: right;
}
.btn-customl2 > span {
  position: relative;
  z-index: 2;
}
.btn-customl2:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.main_menu_f {
  background-color: #63BBF2;
  position: relative;
  border-top-color: #CCC;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  border-radius: 5px;
  padding: 20px 30px 20px 60px;
}
.main_menu_f span {
  color: #fff;
  font-size: 1.4em;
  letter-spacing: -0.8px;
  line-height: 0.5;
  text-align: left;
}
.main_menu_f span:before {
  content: 'Q';
  margin-left: 20px;
  position: absolute;
  top: 35%;
  left: 1px;
  color: #fff;
  font-size: 1.2em;
}
.main_menu_f:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}
/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
.main_menu_f.open:after {
  transform: rotate(225deg);
}
#menu_f .open::before {
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-top: -3px;
}
.sub_menu_f li a {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EBFAFC;
  display: block;
  position: relative;
  color: #333333;
  padding: 20px 30px 20px 60px;
  font-size: 1.2em;
  line-height: 1.2;
  text-align: justify;
}
.sub_menu_f li a::before {
  content: 'A';
  margin-left: 20px;
  position: absolute;
  top: 35%;
  left: 1px;
  color: #63BBF2;
  font-weight: bold;
  font-size: 1.5em;
}
.main_menu_s {
  background-color: #4381CF;
  position: relative;
  border-top-color: #CCC;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  border-radius: 5px;
  padding: 20px 30px 20px 60px;
}
.main_menu_s span {
  color: #fff;
  font-size: 1.4em;
  letter-spacing: -0.8px;
  line-height: 0.5;
  text-align: left;
}
.main_menu_s span:before {
  content: 'Q';
  margin-left: 20px;
  position: absolute;
  top: 35%;
  left: 1px;
  color: #fff;
  font-size: 1.2em;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.main_menu_s:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s;
}
/* ③オープン時にopenクラスを付与（縦線を回転させて非表示に） */
.main_menu_s.open:after {
  transform: rotate(225deg);
}
#menu_s .open::before {
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-top: -3px;
}
.sub_menu_s li a {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #C9EBFF;
  display: block;
  position: relative;
  color: #333333;
  padding: 20px 30px 20px 60px;
  font-size: 1.2em;
  line-height: 1.2;
  text-align: justify;
}
.sub_menu_s li a::before {
  content: 'A';
  margin-left: 20px;
  position: absolute;
  top: 35%;
  left: 1px;
  color: #4381CF;
  font-weight: bold;
  font-size: 1.5em;
}
/*thanks---------------*/
#formWrap {
  text-align: center;
}
.formwrap {
  padding: 20px;
  margin: 20px 0;
}
.error, .error_messe {
  color: red;
}
.confirm table td {
  border-bottom: 1px dotted #F19626;
  color: #D53856;
}
p.confirm {
  margin: 0 0 30px;
}
.text-center {
  text-align: center !important
}
.mb-3 {
  margin-bottom: 1rem !important
}
.mb-5 {
  margin-bottom: 2.5rem !important
}
.mt-3 {
  margin-top: 1rem !important
}
.back-button {
  display: inline-block;
  padding: 8px 0;
  width: 200px;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #8F8F8F;
  border-radius: 8px;
}
.p-contact .c-text {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .p-contact .c-text {
    text-align: center;
  }
}
/*mail.php------------------*/
.wmain .p-contact_form {
  margin-top: 40px;
  width: 100%;
}
.mail .contact__text {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .wmain .p-contact_form {
    margin-top: 64px;
  }
}
.wmain .p-contact_form tr {
  border-top: 1px solid #8F8F8F;
}
.wmain .p-contact_form th, .wmain .p-contact_form td {
  /*display: block;*/
  margin-top: 16px;
  padding: 20px;
  text-align: left;
}
.wmain .p-contact_form th {
  font-weight: 600;
}
.wmain .p-contact_form td {
  margin-bottom: 16px;
}
.wmain .p-contact_form_input {
  padding: 8px;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .wmain .p-contact_form_name, .p-contact_form_companyname {
    width: 40%;
  }
}
@media screen and (min-width: 1025px) {
  .wmain .p-contact_form_email, .p-contact_form_url {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .wmain .p-contact_form_tel, .p-contact_form_category {
    width: 30%;
  }
}
.wmain .p-contact_form_postcode {
  width: 40%;
}
@media screen and (min-width: 1025px) {
  .wmain .p-contact_form_postcode {
    width: 20%;
  }
}
@media screen and (min-width: 1025px) {
  .wmain .p-contact_form_address {
    width: 80%;
  }
}
.wmain .p-contact_form_comment {
  height: 200px;
}
.wmain .contact_btn {
  display: inline-block;
  padding: 8px 0;
  width: 280px;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  background-color: #f35828;
  border-radius: 8px;
  margin-bottom: 20px;
}
/*---9月8日追加-----------------------*/
.top-cta-box {
  width: 100%;
  max-width: 100%;
  padding: 50px 0;
  margin: 0 auto 30px;
  background: #fff;
}
.l-wrap__inner-50 {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
}
.top-cta-box--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 940px;
  margin: 0 auto;
}
.top-cta-txt {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
}
.top-cta-txt span {
  color: #ba0000;
  font-size: 2.2rem;
}
.top-red-Btn {
  position: relative;
  width: 480px;
  font-size: 2.3rem;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 6rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(to bottom, #ba0000, #7d1112);
  border: 1px solid #fff;
  transition: .3s;
}
a .top-red-Btn {
  color: #fff;
}
a .top-red-Btn::after {
  position: absolute;
  top: 0;
  right: 4%;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin: auto 0;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: .3s;
  transform: rotate(45deg);
}
a .top-red-Btn:hover {
  filter: brightness(0.8);
}