@charset "UTF-8";

#contents-area {
    width: 100%
}
.lyt-col-1 #contents-body {
    width: 100%
}
#matometoku .fwb{
	font-weight: bold;
}
#matometoku a:link {
    color: #2567c1;
    text-decoration: none
}

#matometoku a:visited {
    color: #2567c1;
    text-decoration: none
}

#matometoku a:hover,#matometoku a:active,#matometoku a:focus {
    color: #2567c1;
    text-decoration: none
}

#matometoku img {
  width: 100%;
	height: auto;
}

#matometoku .newwindowicon,#nav-top-area{
	display: none;
}
#matometoku .sFont {
  font-size: 15px;
}
#matometoku .mFont {
  font-size: 15px;
}
#matometoku .tac {
  text-align: center;
}
#matometoku .tac {
  text-align: center;
}
#matometoku .pt30 {
  padding-top: 40px;
}
#matometoku .pt50 {
  padding-top: 50px;
}
#matometoku .mt20 {
  margin-top: 20px;
}
#matometoku .mt30 {
  margin-top: 30px!important;
}
#matometoku .mt50 {
  margin-top: 100px!important;
}
#matometoku .mb20 {
  margin-bottom: 20px;
}
#matometoku .indent {
  font-size: 15px;
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Helvetica, Arial, system-ui, sans-serif;
}
#matometoku .indent2 {
  font-size: 15px;
  line-height: 1.3;
  text-indent: -2em;
  padding-left: 2em;
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Helvetica, Arial, system-ui, sans-serif;
}
#matometoku #kv img {
  width: 100%;
}
#matometoku *, #matometoku *::before, #matometoku *::after {
  box-sizing: border-box;
}

#matometoku #anchor{
	width: 100%;
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #E7E7E7;
  padding: 25px;
  transition:
    background-color .4s ease,
    padding .4s ease,
    box-shadow .4s ease;
}

#matometoku #anchor.mini{
  background-color: rgba(231,231,231,.5);
  padding: 10px 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

#matometoku #anchor .upper{
  opacity: 1;
  transform: translateY(0);
  transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
  visibility: visible;
  pointer-events: auto;
}
#matometoku #anchor.mini .upper{
  opacity: 1;
  transform: translateY(-4px);
  visibility: hidden;           
  pointer-events: none;
}

#matometoku #anchor ul.menu li img.mIcon{
  opacity: 1;
  transition: opacity .2s ease;
	pointer-events: none;
}
#matometoku #anchor.mini ul.menu li img.mIcon{
	pointer-events: none;
  opacity: 0;
}

#matometoku #anchor ul.menu li{
  height: 80px;
  transition: height .4s ease, padding .4s ease;
}
#matometoku #anchor.mini ul.menu li{
  height: 60px;
}
#matometoku #anchor.mini ul.menu li a{
  transition: padding .25s ease;
}
#matometoku #anchor.mini ul.menu li a span{
	font-size: 18px;
}
#matometoku #anchor.mini ul.menu li a{
  padding-top: 0;
}

@media (prefers-reduced-motion: reduce){
  #matometoku #anchor,
  #matometoku #anchor .upper,
  #matometoku #anchor ul.menu li,
  #matometoku #anchor ul.menu li a,
  #matometoku #anchor ul.menu li img.mIcon{
    transition: none !important;
  }
}
#matometoku #anchor.mini ul.menu li .cp::before {
  content: "キャンペーン中！";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  line-height: 1;
  padding: 0.25em 2em;
  text-align: center;
  color: #fff;
  background: linear-gradient(
    90deg,
    #b22222 0%,
    #ff7f50 30%,
    #ffb6c1 50%,
    #ff7f50 70%,
    #b22222 100%
  );
  background-size: 300% 100%;
  border: 2px solid #FFF;
  border-radius: 3em;
  white-space: nowrap;
  z-index: 10;
	box-shadow: 0px 1px 2px #000;

  animation: redShine 6s linear infinite;
}

@keyframes redShine {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}




#matometoku #anchor.mini ul.menu li::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000;
  z-index: 1;
  pointer-events: none;
}
#matometoku #anchor.mini ul.menu li::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(315deg);
  width: 8px;
  height: 8px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  z-index: 2;
  pointer-events: none;
}

#matometoku #anchor ul.menu {
	min-width: 800px;
	max-width: 950px;
	margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
}
#matometoku #anchor ul.menu li {
  width: 100%;
  position: relative;
  height: 107px;
  border-radius: 10px;
  border: 2.5px solid #000;
  background: linear-gradient(180deg, #F07C6F 0%, #FBAFA2 53.85%);
}

#matometoku #anchor ul.menu li:hover {
  background: linear-gradient(180deg, #FBAFA2 0%, #F07C6F 53.85%);
}

#matometoku #anchor ul.menu li a {
  display: block;
  padding: 41px 0 0 0;
  height: 100%;
}
#matometoku #anchor ul.menu li::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000;
  z-index: 1;
  pointer-events: none;
}
#matometoku #anchor ul.menu li::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(315deg);
  width: 11px;
  height: 11px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  z-index: 2;
  pointer-events: none;
}
#matometoku #anchor ul.menu li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  height: 100%;
}
#matometoku #anchor ul.menu li img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
#matometoku #anchor ul.menu li.m1 img {
  top: -20px;
  width: 169px;
}
#matometoku #anchor ul.menu li.m2 img {
  top: -15px;
  width: 72px;
}
#matometoku #anchor ul.menu li.m2 img::before {}
#matometoku #anchor ul.menu li.m3 img {
  top: -18px;
  width: 59px;
}
#matometoku #anchor ul.menu li.m4 img {
  top: -11px;
  width: 89px;
}
#matometoku ul {
  margin: 0;
}
#matometoku p {
  margin: 0;
  padding: 0;
}
#matometoku .mthh {
  margin-top: 0.25em;
}
#matometoku .mth {
  margin-top: 0.5em;
}
#matometoku .mt1 {
  margin-top: 1em;
}
#matometoku .wrap {
	min-width: 800px;
  max-width: 950px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 2em;
  box-sizing: border-box;
}
#matometoku .sectionHead {
	min-width: 840px;
  padding: 60px 20px;
	max-width: 990px;
	margin: 0 auto;
}
#matometoku .sectionHead h2 {
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  padding: 0 0 15px 0;
  text-align: center;
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: bold;
  margin: 0 auto 1.25em;
}
#matometoku .sectionHead h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 13px 8px 0 8px;
  border-color: #000 transparent transparent transparent;
}
#matometoku .sectionHead h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 11px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}
#matometoku #simulation .sectionHead h2 img.iconH {
  width: 70px;
  margin-right: 12px;
}
#matometoku #internet .sectionHead h2 img.iconH {
  width: 76px;
  margin-right: 18px;
}
#matometoku .sectionHead p {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
/****　simulation　****/
#matometoku #simulation {

}
#matometoku .moImg {
  max-width: 680px;
	margin: 0 auto;
}

#matometoku #simulation .simulationBg{
	

	  background: linear-gradient(180deg, #FFF4C1 0%, #E4F4FF 55.29%);

}
#matometoku #simulation .inner {
	min-width: 800px;
	max-width: 840px;
	margin: 0 auto;
  padding: 60px 20px;
}

#matometoku #simulation .pcWrap{
	min-width: 600px;
	max-width: 640px;
	margin: 0 auto;
}
#matometoku #simulation h2 {
  font-weight: bold;
  text-align: center;
  margin: 0 auto 1em;
}
#matometoku #simulation h2 span:nth-of-type(1) {
  font-size: 24px;
  display: block;
  line-height: 1.2;
}
#matometoku #simulation h2 span:nth-of-type(2) {
  font-size: 44px;
  display: block;
}
#matometoku #simulation div.simuBox {
  background-color: #FFF;
  border: 3px solid #FFA196;
  border-radius: 15px;
  padding: 30px 0;
  margin-top: 30px;
}
#matometoku #simulation div.section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px 15px;
}
#matometoku #simulation div.fBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	    flex: 1;
}
#matometoku #simulation div.fBox div.box {
  width: 100%;
  text-align: center;
}
#matometoku #simulation .ttl {
  padding: 24px;
  text-align: center;
  font-weight: 800;
  line-height: 1.4;
}
#matometoku #simulation #omatome {
  width: 100%;
	max-width: 600px;
}
#matometoku #simulation .ttl2 {
  margin: 1em auto 0.5em;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
}
#matometoku #simulation .ttl2 span {
  display: block;
  line-height: 1;
  font-size: 14px;
}
#matometoku #simulation label.select-label {
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
}

#matometoku #simulation .flexPc{
	max-width: 600px;
	display: flex;
	align-items: flex-start;
}
#matometoku #simulation .qPhone {
	width: 280px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
#matometoku #simulation .qNet, #matometoku #simulation .qDenki {
  width: 280px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
#matometoku #simulation .qPhone img {
  width: 1.25em;
  margin:0 0.8em 0 0.3em;
}
#matometoku #simulation .qNet img {
  width: 1.75em;
  margin:0 0.55em 0 0.05em;;
}
#matometoku #simulation .qDenki img {
  width: 1.5em;
  margin:0 0.675em 0 0.175em;
}
#matometoku #simulation select {
	cursor: pointer;
  font-weight: bold;
  border-radius: 0.5em;
  border: 2px solid #FFA196;
  background: #fff;
  padding: 0.5em 3em 0.5em 3em;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'>\
<path fill='%23FFA196' d='M0 0l5 6 5-6z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75em center;
  background-size: 0.65em auto;
  transition: border-color 0.3s ease, background-image 0.3s ease;
}
#matometoku #simulation select:focus, #matometoku #simulation select:active {
  border-color: #FFA196;
  outline: none;
  color: #000;
}
#matometoku #simulation select option {
  color: #000;
}
#matometoku #simulation .fzS {
  font-size: 11px;
}
#matometoku #simulation .switch-group {
	display: flex;
	align-items: center;
	justify-content: center;
  margin: 0 auto 8px;
}
#matometoku #simulation .switch-group:last-child {
  margin: 0 auto 5px;
}
#matometoku #simulation .switch {
	flex: 1;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  border: 2px solid #FFA196;
  border-radius: 999px;
  overflow: hidden;
  height: 2.75em;
  background: #FFF;
  box-sizing: border-box;
  margin-top: 0.5em;
}
#matometoku #simulation .switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#matometoku #simulation .switch label {
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 2.5;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  transition: color .25s;
  flex: 1 1 0%;
}
#matometoku #simulation .switch .knob {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 999px;
  background: #FFA196;
  transition: transform .28s ease;
  transform: translateX(0%);
}
#matometoku #simulation .switch[data-value="1"] .knob {
  transform: translateX(0%);
}
#matometoku #simulation .switch[data-value="0"] .knob {
  transform: translateX(100%);
}
#matometoku #simulation .switch[data-value="1"] label[for$="-on"] {
  color: #FFF;
  font-size: 14px;
}
#matometoku #simulation .switch[data-value="1"] label[for$="-off"] {
  color: #FFA196;
  font-size: 14px;
}
#matometoku #simulation .switch[data-value="0"] label[for$="-on"] {
  color: #FFA196;
  font-size: 14px;
}
#matometoku #simulation .switch[data-value="0"] label[for$="-off"] {
  color: #FFF;
  font-size: 14px;
}
#matometoku #simulation .result {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
#matometoku #simulation .note-list {
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Helvetica, Arial, system-ui, sans-serif;
  padding: 0 1.5em 0;
  color: #8C8C8C;
  font-size: 14px;
  line-height: 1.4;
	text-align: left;
}
#matometoku #simulation .note-list li {
  margin: 0.5em 0 0;
  line-height: 1.3;
}
#matometoku #simulation .note-list li:first-child {
  margin: 1.5em 0 0;
}
#matometoku #simulation #amount.amount--increasing {
  transition: color 100ms ease, transform 500ms ease;
  color: #FF0000;
  transform: scale(1.2);
}
#matometoku #simulation #amount.amount--decreasing {
  transition: color 100ms ease, transform 1000ms ease;
  color: #357eec;
  transform: scale(0.75);
}
@keyframes bounceEnd {
  0% {
    transform: scale(1.4);
  }
  40% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceEnd2 {
  0% {
    transform: scale(0.75);
  }
  40% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
#matometoku #simulation #amount.amount--bounce {
  animation: bounceEnd 300ms ease-out;
}
#matometoku #simulation #amount.amount--bounce2 {
  animation: bounceEnd2 300ms ease-in;
}
#matometoku #simulation .fuki {
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  line-height: 1.2;
  padding: 0.6em 1em;
  background: #FFA196;
  margin-bottom: 1em;
}
#matometoku #simulation .fuki::after {
  content: "";
  position: absolute;
  bottom: -9.5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 8px 0 8px;
  border-style: solid;
  border-color: #FFA196 transparent transparent transparent;
}
#matometoku #simulation .priceBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
#matometoku #simulation .simuTtl {
  width: calc(100% - 2em);
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  display: flex;
  margin: 0 auto 0.5em;
}
#matometoku #simulation .simuTtl::before, #matometoku #simulation .simuTtl::after {
  background-color: #000;
  content: "";
  flex-grow: 1;
  height: 1px;
}
#matometoku #simulation .simuTtl::before {
  margin-right: 1em;
}
#matometoku #simulation .simuTtl::after {
  margin-left: 1em;
}
#matometoku #simulation .lPart {
  text-align: right;
  padding-right: 0.25em;
}
#matometoku #simulation .lPart span {
  font-weight: bold;
  display: block;
  line-height: 1.4;
  font-size: 14px;
}
#matometoku #simulation .lPart p {
  color: #F00;
  line-height: 1;
  font-weight: bold;
  font-size: 35px;
}
#matometoku #simulation .cPart {
  min-width: 1em;
}
#matometoku #simulation .cPart .amount {
	margin-top: 0.25em;
  line-height: 1.2;
  font-size: 52px;
  font-weight: bold;
  display: block;
  transform-origin: 50% 70%;
  color: #FF0000;
  text-shadow:
    -3px -3px 0 #fff, 0px -3px 0 #fff, 3px -3px 0 #fff, -3px 0px 0 #fff, 3px 0px 0 #fff, -3px 3px 0 #fff, 0px 3px 0 #fff, 3px 3px 0 #fff, -2px -2px 0 #fff, 0px -2px 0 #fff, 2px -2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, -2px 2px 0 #fff, 0px 2px 0 #fff, 2px 2px 0 #fff;
}
#matometoku #simulation .rPart {
  text-align: left;
  padding-left: 0.25em;
}
#matometoku #simulation .rPart span {
  font-weight: bold;
  display: block;
  line-height: 1.4;
  font-size: 14px;
}
#matometoku #simulation .rPart p {
  color: #F00;
  line-height: 1;
  font-weight: bold;
  font-size: 35px;
}
#matometoku #simulation .sub-amount {
  width: calc(100% - 2em);
  margin: 0 auto;
  font-size: 16px;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #000;
  line-height: 1;
}
#matometoku #simulation .sub-amount p {
  font-weight: bold;
  font-size: 14px;
}
#matometoku #simulation #nsText3 {
  color: #F00;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 35px;
}
#matometoku #simulation .fade {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
#matometoku #simulation .off {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
#matometoku #simulation .seg-wrap {
	min-width: 720px;
	width: 90%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
#matometoku #simulation .seg {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #FFF;
  border-radius: 9999px;
  padding: 0;
  position: relative;
  border: 3px solid #FFF;
  overflow: hidden;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15);
}
#matometoku #simulation .seg-item {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: .7em 1.1em;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #111827
}
#matometoku #simulation .seg-item:hover {
  background: #e9eef3
}
#matometoku #simulation .seg-item.active {
  background: #FFA196;
  color: #fff
}
#matometoku #simulation .seg-item:focus {
  outline: none;
  box-shadow: none;
}
#matometoku #anchor .upper {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: auto;
  z-index: 10;
  animation: fluffy 2s ease-in-out infinite;
}
@keyframes fluffy {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
#matometoku #anchor .stop-anim {
	display: none;
  animation: none !important;
}
#matometoku #anchor .bubble {
  white-space: nowrap;
  position: relative;
  display: block;
  font-size: 12px;
  padding: 0.25em 1em;
  text-align: center;
  color: #000;
  background: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  font-weight: bold;
  margin: 0 auto;
	z-index: 1;
}
#matometoku #anchor .bubble::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
}
#matometoku #anchor .bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}
#matometoku #internet .netTab {
	min-width: 840px;
	max-width: 990px;
	padding: 0 20px;
	margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 11px;
  position: relative;
  align-items: baseline;
	z-index: 1;
}
#matometoku #internet .tab-content {
  display: none;
}
#matometoku #internet .tab-content.active {
  display: block;
}
#matometoku #internet .netTab .tab-btn {
  width: 100%;
	max-width: 465px;
  cursor: pointer;
  line-height: 0;
}
#matometoku #internet .netTab .tab-btn h3 {
  line-height: 0;
}
#matometoku #internet .netTab .tab-btn img {
	pointer-events: none;
  width: 100%;
  opacity: 0.75;
  vertical-align: top;
}
#matometoku #internet .netTab .tab-btn.active img {
  width: 100%;
  opacity: 1;
  vertical-align: top;
	transform: translateY(1px);
}
#matometoku #internet .netTab .tab-btn img {
  vertical-align: top;
  display: block;
	transform: translateY(8px);
}
#matometoku #internet #tab1 {
	min-width: 840px;
	position: relative;
	z-index: 2;
  background-color: #FFD400;
  color: #000;
  padding: 60px 20px 60px;
}
#matometoku #internet #tab2 {
	position: relative;
	z-index: 2;
  background-color: #63B0DC;
  color: #FFF;
  padding: 60px 20px 60px;
}
#matometoku #internet #tab2 .wBox {
  color: #000;
}
#matometoku #internet h4 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
}
#matometoku .connectorG {
  position: relative;
  width: 830px;
  height: 2px;
  background: #989898;
  margin: 40px auto;
}
#matometoku .connectorG::before, #matometoku .connectorG::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #989898;
}
#matometoku .connectorB {
  position: relative;
  width: 830px;
  height: 2px;
  background: #000;
  margin: 50px auto;
}
#matometoku .connectorB::before, #matometoku .connectorB::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000;
}
#matometoku .connectorG::before, #matometoku .connectorB::before {
  left: 0;
}
#matometoku .connectorG::after, #matometoku .connectorB::after {
  right: 0;
}
#matometoku .wBox {
	min-width: 800px;
	max-width: 950px;
	margin: 0 auto;
  position: relative;
  border-radius: 10px;
  background-color: #FFF;
	min-height:350px;
}
#matometoku .wBox a, #matometoku .wBox a:visited, #matometoku .note-list a, #matometoku .note-list a:visited {
  color: #2567c1;
  text-decoration: underline;
}
#matometoku .wBox a:hover,#matometoku .result .note-list a:hover{
  color: #2567c1;
  text-decoration: none!important;
}
#matometoku .wBox .wBoxHead {
  margin: 0 auto;
  width: 520px;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
}
#matometoku .wBox .ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  display: inline-flex;
  margin: 0 auto 29px;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(transparent 65%, #FFFACA 0) no-repeat 0 100%;
  background-size: 100% 28px;
}
#matometoku #internet #tab2 .wBox .ttl {
  background: linear-gradient(transparent 65%, #B8D8EA 0) no-repeat 0 100%;
}
#matometoku .wBox .ttl img.iconTu {
  width: 44px;
  margin-right: 8px;
}
#matometoku .wBox .ttl img.iconYn {
  width: 44px;
  margin-right: 8px;
}
#matometoku .wBox .pointBox{
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 0 auto;
	gap: 50px;
	
}
#matometoku .wBox .p1, #matometoku .wBox .p2, #matometoku .wBox .p3 {
  max-width: 247px;
	position: relative;
}
#matometoku .wBox .p1::after,#matometoku .wBox .p2::after {
  content: "";
  position: absolute;
	bottom:0;
  right: -25px; 
  width: 0;
  height: 74%;
  border-right: 4px dotted #efefef; 
}
#matometoku .wBox .inner {
  padding: 30px 50px;
}
#matometoku #denki .wBox .inner {
  padding: 0 50px 30px;
}
#matometoku .wBox .p3 p {
  margin-left: 0;
  margin-right: 0;
}
#matometoku .link {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
#matometoku .link a {
  text-decoration: underline;
  color: #2567c1;
}
#matometoku .link a:hover {
  text-decoration: none;
}
#matometoku .link a:visited {
  color: #2567c1;
}
#matometoku .link a:active {
  opacity: .8;
}
#matometoku .sTtl {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#matometoku .btnBox .btn a {
  color: #FFF;
  font-weight: bold;
  line-height: 1.8;
  font-size: 22px;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 3em;
  position: relative;
  text-decoration: none;
  background:
    url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'>\
<polyline points='8 4 16 12 8 20'/></svg>") right 4% center / 1em 1em no-repeat, linear-gradient(90deg, #0084FF 0%, #00BCDE 100%);
  transition: background-position .3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, .2);
  touch-action: manipulation;
  min-height: 44px;
  border: 2px solid #FFF;
}
#matometoku #tab2 .btnBox .btn a {
  border: 2px solid #FFF;
}
#matometoku .btnBox .btn a:hover {
  background-position: right 3% center, 0 0;
}
#matometoku .btnBox .btn a:visited {
  color: #FFF;
}
#matometoku .btnBox .btn a:hover {
  filter: brightness(1.05);
}
/****　denki　****/
#matometoku #denki {

}
#matometoku #denki .bg{
  background-color: #E7E7E7;
	  padding: 0 0 60px 0;
}
#matometoku #denki .content {
  padding: 0 20px;
}
#matometoku #denki .sectionHead h2 img.iconH {
  width: 57px;
  margin-right: 12px;
}
#matometoku #denki .sectionHead h2 img.iconOd {
  width: 195px;
}
#matometoku #denki .sectionHead h2::after {
  border-color: #E7E7E7 transparent transparent transparent;
}
/****　movie　****/
#matometoku #movie {
  position: relative;
}
#matometoku #movie .bg{
  background-color: #2567C1;
	  padding: 0 0 60px 0;
}


#matometoku #movie .sectionHead h2 img.iconH {
  width: 58px;
  margin-right: 12px;
}
#matometoku #movie .sectionHead h2 {
  color: #FFF;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#matometoku #movie .sectionHead h2::before {
  display: none;
}
#matometoku #movie .sectionHead h2::after {
  display: none;
}
#matometoku #movie .movieBox {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap:40px;
}
#matometoku #movie .yWrap{width:100%;max-width:465px;aspect-ratio:16/9;position:relative;min-width:0}
#matometoku #movie .yWrap>iframe{position:absolute;inset:0;width:100%!important;height:100%!important;border:0}

#matometoku #contact
{
	background-color: #E4F4FF;
}
#matometoku #contact .btnBox .way {
	flex:0 0 280px;
}
#matometoku #contact .btnBox .way:first-child {

}
#matometoku #contact .ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#matometoku #contact .inner {
  padding: 0 20px 60px;
}
#matometoku #contact .btnBox .btn a {
  margin-top: 15px;
}
#matometoku #contact .sectionHead {
  padding: 60px 20px 0;
}
#matometoku #contact .sectionHead h2::after {
  border-color: #E4F4FF transparent transparent transparent;
}
#matometoku .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#matometoku .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
}
#matometoku .slick-dots li button:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border-radius: 50%;
  background: #D0D0D0;
  border: 2px solid #D0D0D0;
  opacity: 1;
}
#matometoku .slick-dots li.slick-active button:before {
  background: #2567C1;
  border-color: #2567C1;
}
#matometoku .slick-dots li button:hover:before {
  border-color: #2567C1;
}
#matometoku .bnrTxt {
	display: none;
  padding-top: 40px;
}
#matometoku .bnrTxt p {
  font-size: 15px;
  line-height: 1.3;
}
#matometoku .slick-active .bnrTxt {
	display: block;
}

#matometoku .slick-dots {
  position: absolute;
  top: 192px;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
#matometoku #hikariSlider .slick-dots {
  top: 162px;
}
#matometoku .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#matometoku .slick-list {
  display: none;
}
#matometoku .slick-initialized .slick-list {
  display: block;
}
#matometoku .floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
background-color: #E4F4FF; 
  box-shadow: 0 -2px 8px rgba(0,0,0,0.5);
  z-index: 9999;
  padding: 10px 10px; 
  box-sizing: border-box;
  text-align: center;
	transition: opacity 0.3s ease;
}
#matometoku .floating .btn a {
  animation: pulseGlow 2.5s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 rgba(0,132,255,0.4); }
  50% { box-shadow: 0 0 20px rgba(0,132,255,0.9); }
}
#matometoku .floating .btn {
 max-width: 640px;
	margin: 0 auto;

}
#matometoku .floating .btn a {
  color: #FFF;
  font-weight: bold;
  line-height: 1.8;
  font-size: 22px;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 5em;
  position: relative;
  text-decoration: none;
  background:
    url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'>\
<polyline points='8 4 16 12 8 20'/></svg>") right 3% center / 1em 1em no-repeat, linear-gradient(90deg, #0084FF 0%, #00BCDE 100%);
  transition: background-position .3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, .2);
  touch-action: manipulation;
  min-height: 44px;
  border: 2px solid #FFF;
}
#matometoku .floating .btn a:hover {
  background:
    url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'>\
<polyline points='8 4 16 12 8 20'/></svg>") right 2% center / 1em 1em no-repeat, linear-gradient(90deg, #00BCDE 0%, #0084FF 100%);
  transition: background-position .3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}
#matometoku img.pg_10g,#matometoku img.pg_1g{
	width: 802px;
	margin: 0 auto;
}

#matometoku .slider#hikariSlider .slick-slide{
    margin-right: 10px!important;
    margin-left: 10px!important;
}
#matometoku .slider#airSlider .slick-slide{
    margin-right: 10px!important;
    margin-left: 10px!important;
}

#matometoku .btnBox{
	min-width: 800px;
    max-width: 950px;
	margin: 30px auto 0;
	display: flex;
	gap:20px;
	justify-content: center;
}

#matometoku .btnBox .btn{
	flex: 0 0 280px;
}
#matometoku .tel {
	text-align: center;
}
#matometoku .tel .tx1 {
	display: inline-block;
	letter-spacing: 0.05em;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	padding: 0.25em 4em;
	background-color: #63B0DC;
	border-radius: 3em;
	border: 2px solid #FFF;

}
#matometoku .tel .tx2 {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
	-webkit-transform: scaleY(1.2);
        transform: scaleY(1.2);
  /*text-shadow:
    -2px -2px 1px #000,
     2px -2px 1px #000,
    -2px  2px 1px #000,
     2px  2px 1px #000,
     0px -2px 1px #000,
     0px  2px 1px #000,
    -2px  0px 1px #000,
     2px  0px 1px #000,
     1px  1px 4px #FFF;*/
}
#matometoku #tab1 .tel .tx1 {
	color: #000;
	background-color: #FFD400;border: 2px solid #000;
}
#matometoku #tab1 .tel .tx2 {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
	-webkit-transform: scaleY(1.2);
        transform: scaleY(1.2);
}

#matometoku .denki_img{
	width: 783px;
}
#matometoku #contact .btnBox{
	
	justify-content: space-between;
}

#matometoku .pg_air{
	width: 754px;
}
#matometoku #contact .tel .tx2 {
	color: #0084FF;
	font-size: 31px;
	font-weight: bold;
	line-height: 1;
	margin-top: 30px;
	-webkit-transform: scaleY(1.2);
        transform: scaleY(1.2);
}

#matometoku #kv .slider {
    display: none;
}
#matometoku #kv .slider.slick-initialized {
    display: block;
}
#matometoku #kvSlider .slide {
    width: 1024px;
}
#matometoku #kvSlider .slick-slide img{transition:filter .3s,opacity .3s;filter:brightness(.7)}
#matometoku #kvSlider .slick-center img{filter:brightness(1)}

#matometoku #simulation::before ,#matometoku #internet::before ,#matometoku #denki::before ,#matometoku #movie::before {
  content: "";
  display: block;
  padding-top: 80px;
  margin-top: -80px;
  visibility: hidden;
}