@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, select, textarea {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

a, input {
  outline: none;
}

a, a:hover, a:link, a:visited, a:active {
  text-decoration: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){

}
@media screen and (max-width: 320px){

}

時々使うCSS3 end */ /* CSS Document */
/*
.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif
}
.site-title a img {
max-height: 56px;
}
*/
p {
  line-height: 1.5rem;
}

/*----toppage css style----*/
.container-inner {
  max-width: 1160px;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100vh;
  position: relative;
  padding-bottom: 0px;
}

/*----header----*/
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25rem;
}

#headerInner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  #headerInner {
    width: 1200px;
  }
}

.headerLogo {
  height: 30px;
}
@media screen and (min-width: 768px) {
  .headerLogo {
    height: 50px;
  }
}

.navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .navi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.textNav {
  font-size: 0.7rem;
}

.iconNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.iconNav .icon a {
  font-size: 0.8rem;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 0 0.25rem;
  padding: 0.5rem auto;
  text-align: center;
  border-radius: 0.25rem;
  background: #006cb8;
  display: block;
  color: #fff;
  text-decoration: none;
}

/*----.page ----*/
.page {
  background-position: bottom;
  background-repeat: no-repeat;
}

#simulation_main {
  padding: 2rem 0;
}

@media only screen and (min-width: 1024px) {
  #logo-small {
    margin: auto;
    display: block;
    max-width: 160px;
  }
  #nav-topbar {
    display: none;
  }
}
.simulation_top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*----dropdown origin----*/
.dropdown {
  top: 55px;
  padding: 0px;
}

@media only screen and (min-width: 739px) {
  ul.nav > li.menu-item-has-children:before {
    content: "\f107";
    font-weight: 900;
    top: 30px;
    right: -10px;
    font-family: "Font Awesome 5 Free";
    position: absolute;
  }
}
/*----toppage css style origin----*/
#simulationWrap {
  width: 100%;
  padding: 0.25rem;
}

ul.breadcrumbs {
  margin: 0px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0px;
  overflow: hidden;
}

ul.breadcrumbs li {
  float: left;
  margin-right: 10px;
  font-size: 11px;
}

ul.breadcrumbs li:nth-child(2)::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  padding-left: 0;
}

.simu_h2, .result_h2 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bolder;
  text-align: center;
  background: #006cb8;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  border-radius: 1.5rem;
}

.labelg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.attentionBox {
  margin-bottom: 1rem;
  padding: 0.25rem;
}

.attention_box_sp, .contact_link {
  line-height: 1.5rem;
}

.attention_box_pc {
  display: none;
}

.contact_link a {
  color: #006cb8;
  font-weight: bolder;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}

.thumbnail {
  margin-bottom: 0;
  border: none;
}

.f_kenshin_hyo {
  max-height: 120px;
}

.right button {
  background-color: #ffffff;
}

.nav:hover {
  background-color: #ffffff;
}

.img-fluid {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  /*--------bootstrap reset--------*/
  .container {
    width: auto !important;
    padding: 0;
    margin: 0 auto;
  }
  /**/
  #simulationWrap {
    width: 570px;
    margin: 0 auto;
  }
  .attention_box_sp {
    display: none;
  }
  .attention_box_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #00afe2;
  }
  .attention_box_pc .left {
    width: 50%;
  }
  .attention_box_pc .thumbnail {
    width: 200px;
  }
  .contact_link {
    text-align: center;
  }
} /*min-width:576px*/
@media only screen and (min-width: 768px) {
  #simulationWrap {
    width: 760px;
    margin: 0 auto;
  }
  #agreement_type_message {
    font-size: 1rem;
  }
} /*min-width:768px*/
@media only screen and (min-width: 992px) {
  #simulationWrap {
    width: 980px;
    margin: 0 auto;
  }
  #agreement_type {
    position: relative;
  }
  #agreement_type_message {
    position: absolute;
    top: 65px;
    right: 145px;
  }
} /*min-width:992px*/
.simulationBox {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(49.6%, #ffffff), color-stop(49.7%, #006cb8), color-stop(50.5%, #006cb8), color-stop(50.6%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #ffffff 0%, #ffffff 49.6%, #006cb8 49.7%, #006cb8 50.5%, #ffffff 50.6%, #ffffff 100%);
  position: relative;
  text-align: center;
  padding-bottom: 0rem;
}

.simulationBox img.numbers {
  margin: 0 auto;
  padding-bottom: 0.5rem;
}

.simulationBox label {
  display: block;
  text-align: left;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bolder;
  background: rgba(0, 108, 184, 0.7);
  padding: 0.5rem;
  margin-bottom: 0.25rem;
  border-radius: 0 1rem 1rem 0;
  position: relative;
}

.form-group {
  background: #FFF;
  text-align: left;
}
.form-group .att {
  display: block;
  margin: 0 0 0.25rem 0;
}

.simulationBox select {
  width: 96%;
  margin: 0 2%;
}

.checkKenshin {
  display: inline-block;
  text-align: left;
  background: #6cc4c7;
  border-radius: 999999px;
  padding: 0 0.5rem;
  margin: 0.5rem 0 0.25rem 0.5rem;
  font-size: 0.8rem;
}

.checkKenshin a {
  color: #fff;
  font-weight: normal;
}

.checkKenshin a[aria-expanded=false]::before {
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  font-weight: bold;
  margin-right: 0.25rem;
}

.checkKenshin a[aria-expanded=true]::before {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-weight: bold;
  margin-right: 0.25rem;
}

.kenshinImg {
  border: solid 1px #f7931e;
}

.amount_used, .agreement_capacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.amount_used select,
.amount_used input {
  width: 80%;
  margin: 0 0.2rem 0.5rem 0.5rem;
}

#f_doryoku {
  margin: 0 0.2rem 0 0.4rem;
}

.amount_used > div, #f_doryoku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 992px) {
  .simulationBox {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 45px, #006cb8 45px, #006cb8 48px, #ffffff 48px, #ffffff 100%);
    text-align: left;
    padding: 0;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .simuBoxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    margin-bottom: 1rem;
  }
  .simuBoxs:last-child {
    margin-bottom: 0;
  }
  .simulationBox img.numbers {
    display: block;
    width: 100%; /*88px;*/
    padding-bottom: 1rem;
  }
  .simulationBox img.numbers.no4 {
    padding-bottom: 0;
  }
  .form-group {
    -ms-flex-preferred-size: 890px;
        flex-basis: 890px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 1rem;
    margin-bottom: 0;
  }
  .form-group .att {
    margin-left: 1rem;
  }
  .simulationBox label {
    width: 350px;
    margin: 0 1rem 0 0.5rem;
    height: 35px;
    background: rgba(0, 108, 184, 0.2);
    color: #333;
  }
  .simulationBox select {
    width: 50%;
    margin: 0;
  }
  .checkKenshin {
    display: none;
  }
  .amount_used, .agreement_capacity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .amount_used select,
  .amount_used input,
  #f_doryoku input {
    margin: 0 0.2rem 0 0;
  }
  .amount_used select {
    width: 100px;
  }
  .amount_used > div, #f_doryoku {
    margin: 0 0.5rem 0 0;
  }
  #f_dento select {
    width: 445px;
  }
  .img-fluid {
    display: none;
  }
}
/*任意*/ /*必須*/
.notRequired::after,
.required::after {
  position: absolute;
  right: 0.5rem;
  top: 25%;
  background: #fff;
  border-radius: 0.8rem;
  margin: 0 0.2rem 0.2rem 0rem;
  padding: 0.1rem 0.5rem;
  color: #006cb8;
  font-size: 0.9rem;
  font-weight: normal;
}

/*任意*/
.notRequired::after {
  content: "任意";
  background: #fff;
}

/*必須*/
.required::after {
  content: "必須";
  background: #fff;
}

/*各種ボタン*/
.btn_calc,
.btn_apply,
.btn_reset {
  width: 80%;
  height: 70px;
  font-size: 1.2rem;
  font-weight: bolder;
  padding: 0.5rem auto;
  background: #fff;
  margin: 0.75rem 10%;
}

.btn_calc {
  color: #00afe2;
  border: solid 2px #00afe2;
  -webkit-box-shadow: 0 0 10px #00afe2;
          box-shadow: 0 0 10px #00afe2;
}

.btn_apply {
  color: #006cb8;
  border: solid 2px #006cb8;
  -webkit-box-shadow: 0 0 10px #006cb8;
          box-shadow: 0 0 10px #006cb8;
}

.btn_reset {
  color: #999;
  border: solid 2px #999;
  -webkit-box-shadow: 0 0 10px #999;
          box-shadow: 0 0 10px #999;
}

.btn_calc:hover {
  color: #00afe2;
  background: #dbf8f3;
}

.btn_apply:hover {
  color: #006cb8;
  background: rgba(0, 108, 184, 0.2);
}

.btn_reset:hover {
  color: #999;
  background: #eee;
}

.btn_calc img,
.btn_apply img {
  height: 50px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .btn_calc {
    width: 30%;
    margin: 0.75rem 35%;
  }
}
.triangle {
  text-align: center;
  width: 100px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}

.trianglearrow {
  width: 0;
  height: 0;
  border-top: 50px solid #00afe2;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.trianglearrow_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(0, 169, 157, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(0, 169, 157, 0) 100%);
  width: 140px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*シミュレーション結果*/
.result_box {
  margin-bottom: 60px;
}

.area01 {
  width: 70%;
  text-shadow: 0 0 3px #006cb8;
  color: #fff;
  background: #006cb8;
  padding: 0.25rem;
  margin: 0.5rem auto;
  border-radius: 0.75rem;
  text-align: center;
}

.result_mainarea {
  text-align: center;
}

.result_mainarea .ebisu_kun {
  width: 50px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.result_mainarea .about_high_load_rate {
  width: 90%;
  vertical-align: middle;
}

.resultGaiasn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.resultGaiasn p {
  font-size: 2rem;
  font-weight: bolder;
  color: red;
}

.resultGaiasn p span {
  font-size: 1rem;
}

.detail_current, .detail_gifu {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.detail_current {
  background: #ddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(9.9%, #ffffff), color-stop(10%, #ddd), to(#ddd));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 9.9%, #ddd 10%, #ddd 100%);
}

.detail_gifu {
  background: rgba(0, 108, 184, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(9.9%, #ffffff), color-stop(10%, rgba(0, 108, 184, 0.2)), to(rgba(0, 108, 184, 0.2)));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 9.9%, rgba(0, 108, 184, 0.2) 10%, rgba(0, 108, 184, 0.2) 100%);
}

.detail_current h3,
.detail_gifu h3 {
  text-align: left;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bolder;
  padding: 0.5rem;
  margin-bottom: 0.75rem;
  border-radius: 0 1rem 1rem 0;
}

.detail_current h3 {
  background: #999;
  width: 50%;
}

.detail_gifu h3 {
  width: 100%;
  background: #006cb8;
}

.resultPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}

.resultPrice .box01 {
  padding: 1rem 0.5rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bolder;
  margin-right: 0.5rem;
}

.detail_current .box01.yearly {
  background: #666;
}

.detail_current .box01.monthly {
  background: #999;
}

.detail_gifu .box01.yearly {
  background: #006cb8;
}

.detail_gifu .box01.monthly {
  background: #00afe2;
}

.box02 {
  font-size: 1.6rem;
  font-weight: bolder;
}

.resulttext {
  width: 45%;
  text-align: center;
  line-height: 1.3rem;
}

.result_at {
  margin: 0 0.5rem 2rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1rem;
}

.resultBtnset {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .result_mainarea_pc {
    border: solid 2px #006cb8;
    border-radius: 1rem;
    padding: 1rem 0;
  }
  .area01 {
    width: 30%;
    padding: 0.5rem 0;
    border-radius: 1rem;
  }
  .area01, .result_mainarea_pc strong {
    font-size: 1.2rem;
  }
  .resultGaiasn {
    margin: 1.5rem;
  }
  .resultGaiasn p {
    font-size: 2rem;
  }
  .detailArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detail_current,
  .detail_gifu {
    width: 49%;
  }
  .resultBtnset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .resultBtnset a {
    width: 40%;
  }
}
/*----footer----*/
#footer {
  width: 100% !important;
  background: #006cb8 !important;
  color: #fff;
  position: sticky;
  top: 100vh;
}

#footer-bottom {
  background: #333;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
#footer-bottom #copyright {
  font-size: 0.7rem;
}

.footermenu {
  height: 30px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footermenu li a {
  display: block;
  margin: 0 0.5rem;
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
}
.footermenu li a:hover {
  font-weight: bolder;
  text-shadow: 0 0 2px #00afe2;
}

/*----pagetop----*/
#page-top {
  position: fixed;
  bottom: 30px;
  right: 0;
  font-size: 77%;
  background: rgba(102, 102, 102, 0.7);
  opacity: 0.7;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  padding: auto;
  text-align: center;
  display: block;
  border-radius: 2px;
}
@media screen and (min-width: 992px) {
  #page-top {
    bottom: 60px;
  }
}

#page-top i {
  margin: 0 auto;
  padding: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

#page-top:hover {
  text-decoration: none;
  background: rgba(0, 175, 226, 0.7);
}/*# sourceMappingURL=simulation.css.map */