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;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  line-height: 29px;
  max-width: 640px;
  margin: 0 auto;
}
.container, .inner, .margin-center {
  margin: 0 auto;
}
.container {
  padding: 0 4.68%;
}
* {
  margin: 0px;
  padding: 0px;
}
ol, ul {
  list-style: none;
}
blockquote, img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
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: 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;
}
.site-wrapper {
  overflow: hidden;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
.u-inner {
  zoom: 1;
  margin: 0 auto;
}
.u-inner:before, .u-inner:after {
  content: "";
  display: table;
}
.u-inner:after {
  clear: both;
}
#header {
  position: fixed;
  z-index: 99 !important;
  width: 100% !important;
  background-color: #fff;
  top: 0; /* ←追加 */
  margin-top: 0;
}
.header__logo {
  float: left;
  padding: 10px 0 16px;
  margin-top: 0;
}
.header__logo a {
  display: inline-block;
  margin-right: 20px;
}
.header__contact {
  float: right;
  padding-top: 5px;
}
.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 div {
  position: relative;
  top: 0;
  z-index: 2;
  display: inline-block;
  background: #f35828;
  font-size: 14px;
  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;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.header__contact_or:before {
  content: url("../img/common/micon2.png");
  margin-bottom: 0;
  margin-top: 3px;
  display: inline-block;
}
#footer {
  background-color: #0062ad;
  /*footerの装飾*/
  z-index: 99 !important;
  width: 100% !important;
  font-weight: normal;
  width: 100%;
  height: 60px;
  padding: 10px 0 10px;
  line-height: 1.5;
  text-decoration: none;
  height: 100px;
  bottom: 0;
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 0;
  position: bottom; /*ここを変更*/
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.footer__navigation {
  margin-bottom: 10px;
  text-align: center;
}
.footer__navigation li {
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}
.footer__navigation li a {
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}
.Copyright {
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
}
#container {
  padding-top: 70px;
}
#visual {
  padding-top: 60px;
  background: url("../img/common/visual_bg.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
}
#service {
  background-color: #FDFCED;
  padding: 30px 0 30px;
}
#service_s {
  background-color: #0062ad;
  padding: 30px 0 30px;
}
.img1 {
  width: 100%;
}
#service h1 {
  font-size: 20px;
  font-weight: 800;
  color: #0062ad;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-weight: bold;
}
#service h1 strong {
  display: inline-block;
  font-size: 23px;
  margin: 0 6px;
  font-weight: 800;
}
#service p {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 13px;
  line-height: 1.6em;
  color: #333333;
}
#service h2 {
  background: url("../img/common/service_h2_bg.png") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  height: 84px;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.service_h2 {
  margin-top: -70px;
}
.service__list {
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid #e4d747;
  border-radius: 6px;
  padding: 10px 20px;
  margin-bottom: 20px;
  text-align: left;
}
.service__list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 5px;
  text-align: justify;
  padding-left: 35px;
  color: #333333;
  line-height: 1.3;
  font-weight: bold;
}
.service__list li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.service__list li span:before {
  content: url("../img/common/check.png");
  padding-top: 3%;
  margin: 10 auto;
  display: inline-block;
  position: absolute;
  left: 10%;
}
.service__list li i {
  font-size: 22px;
  color: #f35828;
  margin-right: 0px;
}
.service__list li span {
  font-size: 13px;
  width: 90%;
  text-align: left;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.service__text {
  margin-bottom: 10px;
  text-align: left;
}
.service__box {
  background: #fff;
  border: 2px solid #ccc;
  text-align: center;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.service__box h3 {
  font-size: 20px;
  font-weight: 800;
  color: #0062ad;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-weight: bold;
}
.service__box p {
  text-align: left;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 13px;
  line-height: 1.6em;
  color: #333333;
}
.service__box a {
  display: inline-block;
  margin: 0px 0;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  text-decoration: none;
  color: #0062ad;
}
.service__box a small {
  display: block;
}
.service_img_box {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #0062ad;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 13px;
}
.arrow {
  background-color: #fff;
  padding: 20px 0 0px;
  text-align: center;
}
.arrow_s {
  width: 80%;
}
.contact_f {
  background: url("../img/common/blue_bg.jpg");
  padding: 50px 0 50px;
  text-align: center;
}
.contact_f__box {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.contact_f__box p {
  font-size: 1.2em;
  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;
  line-height: 1.3;
  margin-bottom: 3%;
}
.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;
}
.contact_f__box img {
  margin-top: 1%;
  margin-bottom: 1%;
  font-weight: bold;
}
.form_btn {
  margin-bottom: 2%;
}
.sp-formb3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 8px;
}
.sp-formb3__label {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: #555;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.sp-formb3__tel {
  flex: 0 0 auto;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #f39800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
}
.sp-formb3__tel:hover {
  opacity: 0.85;
}
.sp-formb3__tel::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  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");
}
.sp-formb3__hours {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.01em;
}
.form-holder:after {
  content: "";
  display: block;
  clear: both;
}
.form-holder {
  width: 90%;
  padding-top: 5px;
  text-align: center;
  margin: 0 auto;
}
.form-dial_l {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 20px 10px 20px 10px;
  text-decoration: none;
  font-size: 20px;
  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: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.fa-freedial_l:before {
  content: url(../img/common/picon.png);
  position: absolute;
  top: 35%;
  left: 10%;
}
.form-dial_r {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 20px 10px 20px 10px;
  text-decoration: none;
  font-size: 15px;
  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: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  margin-bottom: 10px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}
.fa-freedial_r:before {
  content: url(../img/common/micon.png);
  padding-top: 10px;
  margin: 10 auto;
}
.form-dial__q__section_all {
  text-align: center;
  margin: 0 auto;
  margin-right: 0;
  margin-left: 0;
}
#plan {
  padding: 60px 0;
  background-color: #fff;
}
#plan h1 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: #0062ad;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
#plan h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  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;
}
#plan h1 span {
  display: block;
}
#plan h1 small {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 13px;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.2rem;
}
#plan h2 {
  background-color: #003791;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  padding: 5px 0 5px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
#plan h3 {
  background-color: #0062ad;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  padding: 10px 0 10px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.plan__text {
  text-align: left;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 13px;
  line-height: 1.6em;
  padding-bottom: 20px;
  color: #333333;
}
.plan__b_box {
  margin-bottom: 10%;
}
.plan__wrap {
  zoom: 1;
}
.plan__wrap:before, .plan__wrap:after {
  content: "";
  display: table;
}
.plan__wrap:after {
  clear: both;
}
.plan__box {
  background: #e8f2ff;
  width: 90%;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 2%;
  text-align: center;
  display: block;
}
.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.4;
  padding: 8px 10px;
}
.plan__box .plan__img {
  width: 200px;
  max-width: 100%;
  height: 156.75px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan__box .plan__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.plan__box .plan__price {
  font-size: 30px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 0%;
  margin-top: 0%;
}
.plan__box .plan__price span {
    display: inline-block;
    font-size: 32px;
}
.plan__box .plan__price small {
  font-size: 20px;
}
.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: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 3px;
  width: 32%;
  height: 40px;
  margin-right: 2%;
  margin-bottom: 2%;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.plan__box ul li:nth-of-type(3n) {
  margin-right: 0;
}
.plan__box ul li span {
  position: absolute;
  top: 53%;
  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;
}
.plan__box img {
  width: 200px;
}
.plan_img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#performance {
  background: url("../img/common/section_bg.png");
  padding: 60px 0;
}
#performance h1 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: #0062ad;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
#performance h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  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: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 13px;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.2rem;
}
.performance__text {
  text-align: left;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 13px;
  line-height: 1.6em;
  margin-bottom: 30px;
  color: #333333;
}
#case {
  padding: 60px 0;
  background-color: #f2f2f2;
  background: url("../img/common/gray_bg.jpg");
}
#case h1 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: #0062ad;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
#case h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  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;
}
#case h1 span {
  display: block;
}
#case h1 small {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 13px;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.2rem;
}
.case__text {
  text-align: left;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 13px;
  line-height: 1.6em;
  margin-bottom: 30px;
  color: #333333;
}
.case_box_img {
  width: 100%;
  margin-bottom: 20px;
}
#simulation {
  background: url("../img/common/section_bg.png");
  padding: 60px 0;
}
#simulation h1 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: #0062ad;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
#simulation h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  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;
}
#simulation h1 span {
  display: block;
}
#simulation h1 small {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 13px;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.2rem;
}
.simulation__text {
  text-align: left;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 13px;
  line-height: 1.6em;
  margin-bottom: 30px;
  color: #333333;
}
.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;
  text-align: center;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.simulation__box > div {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  vertical-align: top;
  font-size: 18px;
  font-weight: 600;
}
.simulation__box > div:last-of-type {
  width: 220px;
  position: relative;
}
.simulation__box > div:last-of-type:hover span {
  position: relative;
  top: 3px;
}
.simulation_a {
  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: 0px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
.simulation__box > div:last-of-type span input[type="button"] {
  background: transparent;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  width: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.simulation__box > div span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 2px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.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;
  text-align: left;
  line-height: 1;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.simulation__anser {
  text-align: center;
}
.simulation__anser > div {
  display: inline-block;
  text-align: left;
}
.simulation__anser small {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.simulation__anser p {
  font-size: 15px;
  font-weight: 600;
  border-bottom: 3px solid #c40f0f;
  padding-bottom: 6px;
  line-height: 1.5;
  color: #333333;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.simulation__anser p input {
  position: relative;
  background: transparent;
  font-size: 30px;
  font-weight: 600;
  color: #c40f0f;
  text-align: right;
  line-height: 1;
  border: 0;
  width: 150px;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.simulation__anser span {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.simulation_btn:before {
  content: url("../img/common/micon2.png");
  margin-bottom: 0;
  margin-top: 3px;
  display: inline-block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.simulation_section_all {
  display: table;
  text-align: center;
  margin: 0 auto;
}
#faq {
  padding: 60px 0;
}
#faq h1 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: #0062ad;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
#faq h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  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;
}
#faq h1 span {
  display: block;
}
#faq h1 small {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 13px;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.2rem;
}
.qa_ttl {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 25px;
  text-align: center;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  color: #333333;
}
#result {
  background: #fff;
  padding: 30px 0 30px;
}
.result__share {
  font-size: 30px;
  font-weight: 800;
  height: auto;
  letter-spacing: 1px;
  color: #f35828;
  text-align: center;
  line-height: 1.2;
  list-style: none;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.result__share small {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  letter-spacing: 1px;
  color: #808080;
  text-align: center;
}
.result__text {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  font-size: 13px;
  line-height: 1.6em;
  color: #333333;
}
.result__logo ul {
  margin: 15px 0;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.result__logo li {
  width: 45%;
  height: 30px;
  margin: 2px;
  font-size: 0.8em;
  display: inline-block;
  font-weight: bold;
  border: 1px solid #1362AE;
  vertical-align: middle !important;
  letter-spacing: -1px;
  line-height: 1;
  padding: 2px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.result__logo img {
  border-radius: .3rem;
}
.service_img {
  text-align: center;
  width: 70%;
}
.case_box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.main_menu {
  margin-bottom: 3%;
  font-weight: bold;
  text-indent: 10;
  display: block;
  position: relative;
  border-top-width: 1px;
  width: 100%;
}
#menu .main_menu:hover, #menu .open {
  background-color: #fff color: #FFF;
}
.menu li {
  list-style: none;
}
.sub_menu li a:hover {
  background-color: #9fbb79;
}
#contact_form {
  background-color: #F6FCFE;
  padding: 40px 0px;
  z-index: 10;
  margin-top: 60px;
}
#contact_form h1 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: #0062ad;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  margin-bottom: 30px;
}
#contact_form h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  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;
}
#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: 13px;
  font-weight: bold;
  color: #999;
  letter-spacing: 0.2rem;
}
#contact_formh1 strong {
  display: inline-block;
  font-size: 30px;
  margin: 0 6px;
}
#contact_formp {
  font-family: "ヒラギノ角ゴ Std W8' 'Hiragino Kaku Gothic Std", sans-serif;
  font-size: 13px;
}
#contact_formh2 {
  background: url("../img/common/service_h2_bg.png") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  height: 84px;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.contact-inner {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding-top: 20px;
}
.sub_txt {
  font-size: 10px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  color: #333333;
}
.sub_txt_2 {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  color: #f35828;
  margin-top: 5px;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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-box {
  display: block;
  width: 100%;
  height: 150px;
  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-group {
  margin-bottom: 15px;
}
.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;
}
.form-group textarea {
  width: 100% !important;
  height: 204px !important;
}
label {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  color: #333333;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple], select[size] {
  height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.btn-center {
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.contact_btn {
  text-align: center;
  top: 0;
  z-index: 2;
  display: inline-block;
  background: #f35828;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  margin-bottom: 10px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
  margin-top: 20px;
}
.header_re {
  float: right;
  padding-top: 5px;
}
.contact_btn_re {
  text-align: center;
  top: 0;
  z-index: 2;
  display: inline-block;
  background: #4381CF;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  padding: 10px 55px;
  margin-bottom: 10px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
.main_menu_f {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #63BBF2;
  padding: 10px 30px 10px 60px;
  position: relative;
  border-radius: 5px;
  border-top-color: #CCC;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  line-height: 1.2;
}
.main_menu_f span {
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 0.5;
  text-align: left;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.main_menu_f span:before {
  content: 'Q';
  margin-left: 20px;
  position: absolute;
  top: 35%;
  left: 1px;
  color: #fff;
  font-size: 20px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.main_menu_f::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
#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: #C9EBFF;
  ;
  display: block;
  position: relative;
  color: #333333;
  padding: 10px 30px 10px 60px;
  font-size: 13px;
  line-height: 1.2;
  text-align: justify;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.sub_menu_f li a::before {
  content: 'A';
  color: #2d98df;
  font-size: 3.2rem;
  position: absolute;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  left: 0;
  margin-top: 0px;
  padding-left: 6%;
  font-size: 20px;
}
.main_menu_s {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #4381CF;
  padding: 10px 30px 10px 60px;
  position: relative;
  border-radius: 5px;
  border-top-color: #CCC;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  line-height: 1.2;
}
.main_menu_s span {
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 0.5;
  text-align: left;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.main_menu_s span:before {
  content: 'Q';
  margin-left: 20px;
  position: absolute;
  top: 35%;
  left: 1px;
  color: #fff;
  font-size: 20px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.main_menu_s::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
#menu_s .open::before {
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  margin-top: -3px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.sub_menu_s li a {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #C9EBFF;
  display: block;
  position: relative;
  color: #333333;
  padding: 10px 30px 10px 60px;
  font-size: 13px;
  line-height: 1.2;
  text-align: justify;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.sub_menu_s li a::before {
  content: 'A';
  color: #2d98df;
  font-size: 3.2rem;
  position: absolute;
  left: 0;
  margin-top: 0px;
  padding-left: 6%;
  font-size: 20px;
}
.thanks_box {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 32px;
  padding-top: 30px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.sub_txt_3 {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
  color: #333333;
}
.sub_txt_3 a {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}
.sub_txt_3 span {
  font-size: 19px;
  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;
}
#topbutton {
  /* ▼ボタンの表示位置を画面の右下に固定 */
  position: fixed; /* ←表示場所を固定 */
  bottom: 18px; /* ←下端からの距離 */
  right: 18px; /* ←右端からの距離 */
  /* ▼最初は非表示にしておく */
  display: none;
  /* ▼配色・配置・文字の装飾など */
  background-color: #0062ed; /* ←背景色 */
  opacity: 0.75; /* ←透明度 */
  border-radius: 24px; /* ←角丸の半径 */
  text-align: center; /* ←文字の位置 */
  font-size: 15px; /* ←文字サイズ */
  font-weight: bold; /* ←文字の太さ */
  margin: 0px; /* ←外側の余白 */
  padding: 10px; /* ←内側の余白 */
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
#topbutton a {
  /* ▼リンクの装飾 */
  color: white; /* ←文字色 */
  text-decoration: none; /* ←下線なし */
}
#topbutton a:hover {
  /* ▼マウスが載ったときの装飾 */
  /* ←文字色 */
  text-decoration: none; /* ←下線あり */
}
.center_tx {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
.contact__text {
  text-align: left;
  /*margin-bottom: 30px;*/
  font-size: 13px;
  line-height: 1.6;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.contact_w {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.contact_c {
  padding: 0px 0 50px;
  text-align: center;
}
.contact_c p {
  font-size: 1.6em;
  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;
  line-height: 1.3;
  margin-bottom: 3%;
}
.contact_c__boxs {
  background-color: #1663B4;
  text-align: center;
  padding: 20px 0 20px;
  margin-bottom: 20px;
}
.contact_c__box {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}
.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;
}
.contact_c__box img {
  margin-top: 1%;
  margin-bottom: 1%;
  font-weight: bold;
}
#news {
  padding-bottom: 30px;
  margin: 0 auto;
  background-color: #fff;
}
/*--------------------------------------
  カード型_01
--------------------------------------*/
.card {
  margin: 30px auto;
  width: 350px;
  background: #fff;
  -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);
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'MS PGothic';
}
.card-img {
  width: 100%;
  height: auto;
}
.card-content {
  padding: 20px;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.descriptionmt {
  text-align: left;
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  font-weight: bold;
  text-align: justify;
}
.descriptionst {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 1.2% 0;
  color: #4d4d4d;
  font-weight: bold;
}
.card-text {
  position: relative;
  margin: 0;
  padding-top: 20px;
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
}
.card-text:after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background: #1362ad;
}
.bt {
  padding-bottom: 50px;
}
.btn-customl2 {
  color: #fff !important;
  background: #003791;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  display: inline-block;
  letter-spacing: 0.2em;
  font-size: 13px;
  width: 100%;
}
.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)";
}
/*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: 0 auto;
  text-align: center;
  width: 80%;
}
.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;
}*/
.inwrap p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.wmain .p-contact_form th {
  margin-top: 5px;
  padding: 10px;
  text-align: right;
  width: 50%;
  font-size: 13px;
  line-height: 1.6;
}
.wmain .p-contact_form td {
  margin-top: 5px;
  padding: 10px;
  text-align: left;
  width: 50%;
  font-size: 13px;
  line-height: 1.6;
}
.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;
}
/*---2023年9月8日追加-----------------------*/
.top-cta-box {
  width: 100%;
  padding: 20px 20px 0 20px;
  background: #fff;
}
.top-cta-box--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 auto;
}
.top-cta-txt {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.top-cta-txt span {
  color: #ba0000;
  font-size: 1.6rem;
}
.top-red-Btn {
  position: relative;
  width: 350px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 4.5rem;
  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);
}

.plan__box2 {
    padding: 10px 15px;
}
.plan__box2 img{
    width: 100%;
}