/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require font-awesome
 *= require ./lib/bootstrap-4.0.0/bootstrap.min
 *= require ./lib/jquery.smartmenus.bootstrap.css
 *= require_tree .
 *= require_self

 */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");

@font-face {
  font-family: "overpass";
  src: url(./font/Overpass-ExtraBold.ttf);
}
@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 2;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html,
body {
  color: #333333;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "overpass",
    "ヒラギノ角ゴ Pro", "游ゴシック", "游明朝", "ヒラギノ明朝 Pro", "Oswald",
    "メイリオ", "游ゴシック", "Noto Serif", "Helvetica Neue", "Helvetica",
    "Arial", "sans-serif";
  line-height: 1.8;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  font-weight: 500;
}

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

img {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: auto;
}

p,
dt,
dd {
  overflow-wrap: break-word;
}

body {
  margin: auto;
  position: relative;
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/

body {
  position: relative;
  margin: 0;
}

h1 {
  margin: initial;
}

h2 {
  font-size: 5rem;
}

h1,
h2,
h3,
h4 {
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
}

caption,
th,
td {
  font-weight: 500;
}

p,
td,
label,
div,
ul,
li,
strong {
  font-size: 1.6rem;
  margin: 0;
}
p {
  white-space: pre-line;
}
.container {
  width: 100rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}
main {
  position: relative;
}
.py10 {
  padding: 10rem 0;
}
.py5 {
  padding: 5rem 0;
}
.py2 {
  padding: 2rem 0;
}
.pt5 {
  padding-top: 5rem;
}
.pt10 {
  padding-top: 10rem;
}
.pb10 {
  padding-bottom: 10rem;
}
.pc4 {
  padding: 4rem;
}
.mtm34 {
  margin-top: -34rem;
}
.mt7 {
  margin-top: 7rem;
}
.mt5 {
  margin-top: 5rem;
}
.mt3 {
  margin-top: 3rem;
}
.mt2 {
  margin-top: 2rem;
}
.mt1 {
  margin-top: 1rem;
}
.bg1 {
  background-color: #eef0f2;
}
.bg2 {
  background-color: #085bc2;
}
.bg3 {
  background-color: #4aa957;
}
.bg4 {
  background-color: white;
}
.bg5 {
  background: #f2923e;
}
.pattern {
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
  background-image: url(img/pattern.png);
}
.btn {
  display: block;
  cursor: pointer;
}
.fv {
  height: 85rem;
  background-image: url(img/fv_bg.png);
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.fvImg {
  width: 94rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.fvCrown {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 1900px;
  margin-bottom: -2px;
}
#confetti {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.header {
  padding: 1rem 0;
}
.header .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hLogo {
  width: 312px;
}
.simulation {
  overflow: hidden;
  border: 0.5rem solid #085bc2;
  border-radius: 1rem;
  background: #085bc2;
}
.simulTtl {
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.simulTtl:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5rem solid transparent;
  border-right: 5rem solid transparent;
  border-top: 3rem solid #085bc2;
  position: absolute;
  left: calc(50% - 5rem);
  bottom: calc(1px - 3rem);
}
.simulTtl p {
  color: white;
  font-size: 2rem;
  text-align: center;
}
.simulTtl h2 {
  color: #e0f127;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 7rem;
  font-size: 4rem;
}
.simulTtl h2:after,
.simulTtl h2:before {
  position: absolute;
  top: 0;
  font-size: inherit;
}
.simulTtl h2:before {
  content: "＼";
  left: 0;
}
.simulTtl h2:after {
  content: "／";
  right: 0;
}
.simulInfo {
  padding: 5rem 5rem 4rem;
  background: white;
}
.simulInfoDesc {
  font-size: 2rem;
  color: #757780;
  text-align: center;
  line-height: 1.3;
}
.simulNavi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.simulNavi ul li {
  display: block;
  width: calc(50% - 1rem);
}
.simulNavi ul li a {
  font-size: 2.5rem;
  border: 0.2rem solid #085bc2;
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.5s linear;
  cursor: pointer;
}
.simulNavi ul li a {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #085bc2;
}
.simulNavi a.selected {
  background: #085bc2;
  color: white;
  position: relative;
}
.simulNavi a.selected:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 1.5rem solid #085bc2;
  position: absolute;
  left: calc(50% - 1.5rem);
  bottom: calc(1px - 1.5rem);
}
.simulSelect {
  height: 7rem;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 3rem;
  text-align: center;
  width: 100%;
  border: 2px solid #e6e6e6;
  outline: none;
  box-shadow: none;
  appearance: none;
}
.simulNaviData {
  position: relative;
}
.simulNaviData:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #085cc2 transparent transparent transparent;
}
.simulResult {
  display: none;
}
.simulResultAct {
  padding: 0 2rem;
}
.btnSimul,
.btnContact {
  display: block;
  background: red;
  color: white;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  padding: 2rem 0;
  border-radius: 999px;
  width: 60rem;
  margin: auto;
  cursor: pointer;
  font-weight: 700;
  outline: none;
  border: none;
  box-shadow: none;
}
.btnSimul {
  background: #e20516;
}
.btnSimul > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.btnSimul .mini {
  font-size: 14px;
  margin-bottom: 5px;
}
.pulse01 {
  position: relative;
  animation: 1.6s playShadow ease-out infinite;
}
.pulse01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 999px;
  z-index: -1;
  pointer-events: none;
  transition: 0.35s;
}
.pulse01:hover:after {
  box-shadow: 0 0 0 4px rgba(226, 5, 22, 0.3), 0 0 0 8px rgba(226, 5, 22, 0.2);
}
.pulse01.blue {
  animation: 1.6s playShadowBlue ease-out infinite;
}
.pulse01.blue:hover:after {
  box-shadow: 0 0 0 4px rgba(8, 91, 194, 0.3), 0 0 0 8px rgba(8, 91, 194, 0.2);
}
@keyframes playShadow {
  0% {
    box-shadow: 0 0 0 0px rgba(226, 5, 22, 0.3), 0 0 0 0px rgba(226, 5, 22, 0.2);
    transform: scale(1);
  }
  18% {
    box-shadow: 0 0 0 0px rgba(226, 5, 22, 0.3), 0 0 0 0px rgba(226, 5, 22, 0.2);
  }
  35% {
    transform: scale(1.08);
  }
  76% {
    transform: scale(0.96);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(226, 5, 22, 0), 0 0 0 27px rgba(226, 5, 22, 0);
    transform: scale(1);
  }
}
@keyframes playShadowBlue {
  0% {
    box-shadow: 0 0 0 0px rgba(8, 91, 194, 0.3), 0 0 0 0px rgba(8, 91, 194, 0.2);
    transform: scale(1);
  }
  18% {
    box-shadow: 0 0 0 0px rgba(8, 91, 194, 0.3), 0 0 0 0px rgba(8, 91, 194, 0.2);
  }
  35% {
    transform: scale(1.08);
  }
  76% {
    transform: scale(0.96);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(8, 91, 194, 0), 0 0 0 27px rgba(8, 91, 194, 0);
    transform: scale(1);
  }
}
.btnContact {
  background: #085bc2;
}
.btnContact span {
  font-size: 0.7em;
  display: block;
}
.title p {
  color: white;
  font-size: 9rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  font-family: "overpass";
}
.title h2 {
  color: white;
  font-size: 3.5rem;
  text-align: center;
}
.title.blue p,
.title.blue h2 {
  color: #085bc2;
}
.title p span {
  font-size: 0.5em;
}
.mediaMagazin {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  list-style: none;
}
.mediaMagazin > li {
  max-width: 100%;
  width: 600px;
}
.mediaMagazin h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: white;
  text-align: center;
}
.trouble {
  position: relative;
}
.trouble:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90rem;
  background: #f2f2f2;
  z-index: 0;
}
.troubleInfo {
  position: relative;
}
.troubleList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.troubleItem {
  width: 50%;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 0;
}
.troubleItemIcon {
  width: 15rem;
  margin-right: 2rem;
}
.troubleItem h3 {
  font-size: 2.5rem;
  color: white;
  line-height: 1.3;
  margin-top: 1rem;
}
.ros {
  border-radius: 1rem;
  position: relative;
}
.rosTtl {
  display: block;
  text-align: center;
}
.rosTtl p {
  font-size: 2rem;
  color: #085bc2;
  text-align: center;
  padding: 1rem 2rem;
  border: 2px solid #085bc2;
  position: relative;
  display: inline-block;
  border-radius: 999px;
}
.rosTtl p:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 1rem solid white;
  z-index: 2;
  left: calc(50% - 2rem);
  bottom: -0.7rem;
}
.rosTtl p:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  border-top: 1rem solid #085bc2;
  z-index: 1;
  left: calc(50% - 2rem);
  bottom: -1rem;
}
.ros h3 {
  font-size: 3.5rem;
  color: #085bc2;
  text-align: center;
}
.rosGraph {
  border: 1px solid #f2f2f2;
  padding: 2rem;
}
.rosGraph p {
  font-size: 1.6rem;
  text-align: center;
  color: #085bc2;
}
.rosInfo p {
  font-size: 1.8rem;
}
.subTtl p {
  font-size: 2.5rem;
  text-align: center;
  color: white;
}
.subTtl h3 {
  font-size: 4rem;
  color: white;
  text-align: center;
}
.reasonNav {
  display: flex;
  justify-content: space-between;
}
.reasonNavItem {
  padding: 9rem 0 0;
  position: relative;
  background: white;
  width: 31rem;
  border-radius: 1rem;
  list-style: none;
}
.reasonNavItemTxt {
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.reasonNavItemMedia {
  width: 90%;
  margin: auto;
}
.reasonNavItemIcon {
  width: 8rem;
  position: absolute;
  left: -2rem;
  top: -4rem;
}
.reasonNavItemBtn {
  width: 100%;
  height: 7rem;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin-top: 2rem;
}
.reasonNavItemBtn img {
  width: 2.1rem;
}
.reasonItem {
  padding: 6rem;
  border-radius: 2rem;
}
.reasonItemMedia {
  float: right;
  width: 27rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.reasonItemTtl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.5rem;
  color: white;
}
.reasonItemTtl img {
  width: 12rem;
  margin-right: 2rem;
}
.reasonItemDetail {
  width: 64rem;
}
.reasonItemDesc {
  font-size: 1.8rem;
  color: white;
}
.reasonItemDesc span {
  color: yellow;
}
.reasonItemMedia {
  position: relative;
}
.reasonItemMedia:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  right: 0;
  height: 23rem;
  background: url(img/reason_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.reasonItemMaintance {
  padding: 5rem 13rem;
  background: white;
  border-radius: 2rem;
}
.reasonItemNotMedia {
  width: 73.3rem;
  margin: auto;
  border-radius: 2rem;
}
.reasonItemProdAct {
  text-align: center;
}
.bntProd {
  font-size: 1.8rem;
  color: white;
  display: block;
  cursor: pointer;
}
.bntProd img {
  width: 2.1rem;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
.reasonItemProdList {
  width: calc(100% - 2rem);
  margin: -1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.reasonItemProdItem {
  margin: 1rem;
  width: calc(100% / 3 - 2rem);
  border-radius: 1rem;
  overflow: hidden;
  display: none;
}
.reasonItemProdItem.show {
  display: block;
}
.serviceDescImg {
  width: 52.9rem;
  margin: auto;
}
.serviceDesc p {
  font-size: 1.8rem;
  color: white;
  text-align: center;
}
.serviceItem {
  width: calc(100% / 3 - 2rem);
  margin: 2rem 1rem;
  background: white;
  padding: 3rem;
  text-align: center;
  border-radius: 2rem;
  list-style: none;
}
.serviceList {
  margin-left: auto;
  margin-right: auto;
  width: 1080px;
  max-width: 100%;
}
.serviceList ul {
  width: calc(100% + 2rem);
  margin: -1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.serviceItemNum {
  width: 11rem;
  margin: auto;
}
.serviceItemTtl {
  font-size: 2.5rem;
  color: #085bc2;
  position: relative;
}
.serviceItemTtl span {
  display: block;
  position: static;
  font-size: 1.2rem;
}
.serviceItemSubTtl {
  font-size: 1.6rem;
  color: #999999;
}
.serviceItemSubDesc {
  font-size: 1.8rem;
  text-align: left;
}
.serviceItemMedia {
  width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
}

.commonDesc p {
  font-size: 1.8rem;
  text-align: center;
}
.commonDesc.white p {
  color: white;
}
.costMediaImg {
  border: 0.5rem solid #e6e6e6;
}
.compareDesc p {
  font-size: 1.8rem;
}
.compareDesc .underline {
  box-shadow: inset 0 -0.8rem yellow;
}
.compareDesc .strong {
  color: #085bc2;
  font-size: 3rem;
  font-weight: 700;
}
.voiceItem {
  margin: 1rem;
  width: calc(50% - 2rem);
  list-style: none;
  padding: 2rem;
  border-radius: 2rem;
  background: #fafbfc;
}
.voiceList ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.voiceItemTtlMedia {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  margin-right: 2rem;
  border-radius: 50%;
}
.voiceItemTtl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.voiceItemTtlInfo {
  width: calc(100% - 10rem);
}
.voiceItemTtlInfo h3 {
  font-size: 2rem;
  line-height: 1.3;
}
.voiceItemTtlInfo p {
  font-size: 1.8rem;
  color: grey;
  margin-top: 0.5rem;
  line-height: 1.3;
}
.costCutTxtImg {
  width: 53rem;
  margin: auto;
}
.costCutMedia {
  width: 33.4rem;
}
.costCutTxt {
  text-align: center;
  width: calc(100% - 38rem);
}
.costCutInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.faqList dt {
  position: relative;
  display: block;
  background: white;
  width: 100%;
}
.faqList dt::before {
  top: calc(50% - 1.75rem);
  position: absolute;
  width: 3rem;
  height: 4rem;
  left: 3rem;
  background: url(img/q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  z-index: 1;
}
.faqList dt::after {
  content: "＋";
  position: absolute;
  right: 1rem;
  top: calc(50% - 1.5rem);
  transition: all 0.2s ease-in-out;
  display: block;
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  line-height: 1;
  /* font-family: serif; */
  color: white;
  font-weight: bold;
}
.faqList dt span {
  padding: 2rem 6rem 2rem 9rem;
  position: relative;
  cursor: pointer;
  font-size: 2.3rem;
  display: block;
  width: 100%;
  letter-spacing: -0.2rem;
  background-color: #085bc2;
  color: white;
  line-height: 1.3;
}
.faqList dd {
  padding: 2rem 0 0 9rem;
  font-size: 2rem;
  color: #1a1a1a;
  line-height: 1.6;
  display: none;
  white-space: pre-line;
}
.faqList dl {
  margin-top: 2rem;
}
.btnBanner {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 20rem;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #085bc2;
  padding: 1rem;
  background: white;
  border-radius: 1rem;
  text-align: center;
  z-index: 10;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.bannerImg {
  display: block;
  width: 70%;
  margin: 0 auto 2rem;
}
.movieMediaImg {
  border: none;
  width: 100%;
  height: 60rem;
  display: block;
}
.movieMedia h3 {
  color: white;
  font-size: 3.5rem;
  text-align: center;
}
/*---------------simulate--------------*/
#simulResultTemplate {
  display: none;
}
.simulResultValue {
  padding: 1rem 0;
}
.simulResultItem {
  text-align: center;
  padding: 2rem;
}
.simulResultItem label {
  display: inline-block;
  padding: 1rem;
  background: #fbe46c;
  color: #07237d;
  font-size: 1.8rem;
  border-radius: 9999px;
  width: 34.5rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.simulResultItem p {
  font-size: 3rem;
  font-weight: 700;
  display: block;
  color: white;
  line-height: 1.3;
}
.simulResultItem.simulResultYear p,
.simulResultItem.simulResult20 p {
  color: #fbe46c;
  text-align: left;
}
.simulResultItem p .gold {
  font-size: 5.2rem;
  font-family: roboto;
}
.simulResultItem p .percent {
  margin-left: 10px;
}
.simulResultItem p .percent,
.simulResultItem p .percent02 {
  font-size: 1.6rem;
}
.simulResultTxt {
  color: white;
}
.simu_result_wrap {
  border-radius: 20px;
  background-color: #07237d;
  padding: 6rem 2rem 3rem;
  margin-bottom: 7rem;
}
.simu_result_wrap .cost_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.formDataItem label {
  font-size: 2rem;
  display: block;
}
.formDataItem label span {
  color: white;
  border-radius: 0.5rem;
  font-size: 0.8em;
  background: red;
  margin-left: 0.5rem;
  padding: 0.2rem 1rem;
  line-height: 1;
}
.formDataItemInput {
  margin-top: 1rem;
}
.formInput,
.formSelect,
.formTextArea {
  width: 100%;
  height: 5rem;
  border-radius: 0.5rem;
  border: 1px solid #085bc2;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}
.formInput,
.formSelect {
  padding-right: 5rem;
}
.formTextArea {
  height: auto;
}
.formInfo {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.formDataItemInput label.error {
  color: red;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.formDataItemInputWithCheckBox {
  position: relative;
}
.formInputCheckBox {
  position: absolute;
  width: 3rem;
  right: 1rem;
  top: calc(50% - 1.5rem);
}
.formInputCheckBox .checked {
  display: none;
}
.ok .formInputCheckBox .checked {
  display: block;
}
.ok .formInputCheckBox .unchecked {
  display: none;
}
.checkbox_ul {
  list-style: none;
  background: #fff;
  padding: 1rem;
  border: 1px solid #085bc2;
  border-radius: 0.5rem;
}
.checkbox_ul li {
  width: 30%;
  display: inline-block;
}
.checkbox_ul li:not(:last-child) {
  margin-bottom: 10px;
}
.checkbox_ul li label {
  font-size: initial;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .checkbox_ul {
    display: flex;
    flex-direction: column;
  }
  .checkbox_ul li {
    width: 100%;
  }
  .simu_result_wrap .cost_wrap {
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    margin: 0 auto;
  }
  .simu_result_wrap {
    padding: 4rem 2rem 3rem;
  }
  .simulResultItem.simulResultYear,
  .simulResultItem.simulResult20 {
    display: flex;
    align-items: center;
  }
  .simulResultItem label {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .simulResultItem {
    padding: 1rem;
  }
  .simulResultItem p {
    font-size: 15px;
  }
  .simulResultItem p .gold {
    font-size: 32px;
  }
  .simulResultItem p .percent,
  .simulResultItem p .percent02 {
    font-size: 12px;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 1250px) {
  html,
  body {
    font-size: calc(100vw / 125);
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  html,
  body {
    font-size: calc(100vw / 65);
  }
  h2 {
    font-size: 3.5rem;
  }
  body {
    padding-bottom: 10rem;
  }
  .container {
    width: calc(100% - 4rem);
  }
  .hTtl h1 {
    font-size: 2.5rem;
    margin-left: 1rem;
  }
  .hSunImg {
    width: 3rem;
  }
  .title p {
    font-size: 8rem;
  }
  .title h2 {
    line-height: 1.3;
  }
  .fv {
    height: 58rem;
  }
  .fvImg {
    width: 100%;
    padding: 0 20px;
  }
  .fvCrown {
    min-width: 880px;
  }
  .simulTtl h2 {
    padding: 0 9rem;
    margin-top: 0.5rem;
    line-height: 1.2;
    font-size: 3.5rem;
  }
  .simulTtl h2:after,
  .simulTtl h2:before {
    position: absolute;
    top: 0;
    font-size: 2em;
  }
  .simulInfo {
    padding: 5rem 2rem;
  }
  .simulTtl p {
    font-size: 2rem;
  }
  .simulNavi ul li a {
    font-size: 2.5rem;
    padding: 1.5rem 0;
  }
  .simulNaviData {
    margin-top: 3rem;
  }
  .simulNaviData:after {
    border-width: 11px 6px 0 6px;
    right: 15px;
  }
  .mediaMagazin {
    display: block;
    margin: 2rem 0 -3rem;
  }
  .mediaMagazin > li {
    width: 90%;
    margin: 3rem auto;
  }
  .mediaMagazin h3 {
    font-size: 2.5rem;
  }
  .troubleItem {
    width: 100%;
    padding: 0;
  }
  .troubleList {
    display: block;
    width: 90%;
    margin-right: auto;
  }
  .rosTtl p {
    font-size: 2.5rem;
    padding: 1rem 4rem;
    line-height: 1.3;
  }
  .ros {
    padding: 2rem;
  }
  .ros h3 {
    font-size: 3.2rem;
  }
  .reasonNav {
    width: 100%;
  }
  .reasonNavItem {
    width: 32%;
    padding: 4rem 0 0;
  }
  .reasonNavItemMedia {
    width: 90%;
    margin: auto;
  }
  .reasonNavItemIcon {
    left: -1rem;
  }
  .reasonNavItemTxt {
    font-size: 1.9rem;
    min-height: 10rem;
  }
  .reasonItem {
    padding: 3rem 2rem;
  }
  .reasonItemTtl {
    line-height: 1.3;
  }
  .rosInfo p,
  .reasonItemDesc,
  .compareDesc p,
  .serviceDesc p,
  .commonDesc p,
  .voiceItemInfo p,
  .serviceItemSubDesc,
  .formDataItem label,
  .formInput,
  .formSelect,
  .formTextArea {
    font-size: 2.1rem;
  }
  .serviceItemNum {
    width: 14rem;
  }
  .serviceItemTtl {
    font-size: 3rem;
  }
  .serviceItemSubTtl {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
  .voiceItemTtlInfo h3 {
    font-size: 2.5rem;
  }
  .reasonItemMedia {
    display: none;
  }
  .reasonItemMaintance {
    padding: 2rem;
  }
  .reasonItemDetail {
    width: 100%;
  }
  .reasonItemNotMedia {
    width: 100%;
    content: url(img/reason_not_sp.svg);
  }
  .serviceItem {
    width: calc(50% - 2rem);
    padding: 3rem 2rem;
  }
  .serviceItemSubDesc {
    line-height: 1.5;
  }
  .costMediaImg {
    content: url(img/cost_sp.svg);
  }
  .compareQuestionImg {
    content: url(img/compare_question_sp.svg);
  }
  .voiceItem {
    width: calc(100% - 4rem);
  }
  .costCutInfo {
    display: block;
  }
  .costCutMedia {
    margin: auto;
    width: 40rem;
  }
  .costCutTxt {
    width: 100%;
    margin-top: 2rem;
  }
  .faqList dd {
    font-size: 2.2rem;
    padding-top: 1rem;
  }
  .btnBanner {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    width: 100%;
    font-size: 3rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bannerImg {
    width: 13rem;
    margin: 0;
    margin-right: 2rem;
  }
  .btnSimul,
  .btnContact {
    width: 100%;
  }
  .movieMediaImg {
    height: 34rem;
  }
}
.thanks img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.footer {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.footer a {
  text-decoration: none;
  color: #111;
  font-size: 14px;
}
.footer a:hover {
  text-decoration: underline;
}

.thanks {
  background: url(img/thanks-bg.png) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 60px 0;
}
.thanks .first_sentence {
  max-width: 530px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.thanks .second_sentence {
  max-width: 440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding: 50px 20px;
    background: url(img/thanks-bg-sp.png) no-repeat;
  }
  .thanks .container {
    width: 100%;
  }
  .thanks-body {
    padding-bottom: 0;
  }
}

.errmark {
  color: red;
}
.checkbox_judge_result .formInputCheckBox {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 14px;
}
.simulationForm {
  max-width: 100%;
}
input[type="checkbox"] {
  cursor: pointer;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: #fff;
  color: black;
}
