@charset "utf-8";

/* 00 ----- charset & import */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/* ---------- dom */
html {
  font-size: 110%;
  line-height: 1.8;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  letter-spacing: 0;
}
body {
  width: 100%;
  min-width: 320px;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  height: auto;
}

a {
  color: #096dd3;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #000;
}
a img:hover {
  opacity: 0.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0 0 1rem 0;
  position: relative;
}
h1 {
  font-size: 250%;
}
h1.bgh1 {
  padding: 4rem;
  color: #135095;
  background: #e7eef5;
}
h1.bgh1.spaces {
  margin:3rem 0;
}
h1.bgh1 span.subtxt {
  margin: 0 0 0 .6rem;
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
}
h2 {
  margin: 2rem 0;
  color: #135095;
  font-size: 220%;
}
h2.iwakih2 {
  color: #fff;
  font-size: 160%;
}
h2.iwakih2 a {
  color: #fff;
}
h2 span {
  font-size: 40%;
  display: block;
}
h2.m1 {
  margin: 1rem 0;
}
h3 {
  margin: 1rem 0;
  padding: 1rem 0;
  border-bottom: 1px solid #7093bb;
}
h3.addsideborder {
  padding-left: 1rem;
  color: #1392eb;
  border-left: 10px solid #1392eb;
  border-bottom: none;
}
h3.noborder {
  border-bottom:0;
}
h3.addbg {
  background: #1392eb;
}
h4 {
  margin: 1rem 0;
}
h4.h4color {
  color: #135095;
}
ul,
ol {
  margin: 0 0 0 2rem;
}
.alert {
  color: #ff1342;
  font-size: 90%;
  line-height: 1.6;
  margin: 1rem 0 0;
}

/* ---------- size */
.mze {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.fze {
  width: 100%;
  margin: 0 auto;
}
.contents {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}

/* ---------- flex */
.colcont,
.tab-list,
.newscol,
.merit04title,
.procedurecol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.colcont {
  justify-content: space-between;
}
.flatflex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.flatflex .datedata {
  width: 175px;
  padding: 0 .2rem;
}
.flatflex .detaildata {
  width: 100%;
  padding: 0 .5rem;
}
.flatflex a {
  color: #096dd3!important;
}
.flatflex p {
  margin-bottom: 0!important;
}
.singlecont {
  width: 600px;
  margin: 0 auto;
}
.singlecont img {
  width: 100%;
  height: auto;
}
.colnav {
  display: flex;
}
.datathum {width:25%;margin:.5rem;}
.datathum img {
  width: 100%;
  height: auto;
}
.datatxt {width:75%;margin:.5rem;}

/* ---------- header */
.headframe {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 9998;
  box-shadow: 0 0 8px #ddd;
}
.headlogo {
  width: 120px;
  margin: .7rem;
}
.headlogo img {
  width: 100%;
}
#menu-glnav .pcview {
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  list-style: none;
}
#menu-glnav .pcview {
  height: 100%;
}
#menu-glnav .pcview a {
  width: 130px;
  height: auto;
  padding: 1.6rem .8rem;
  font-size: 14px;
  line-height: 1.4rem;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
#menu-glnav .pcview a.bbanim:hover {
  position: relative;
}
#menu-glnav .pcview a.bbanim:hover::before {
  content: "";
  left: 50%;
  bottom: 0;
  width: 0;
  border-bottom: solid 2px #135095;
  transform: translateX(-50%);
  animation: border_anim 0.4s ease-in-out forwards;
  position: absolute;
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 92%;
  }
}
#menu-glnav .pcview a:nth-child(6) {
  width: 160px;
  padding: 1rem .8rem;
  color: #fff;
  font-weight: bold;
  background: #096dd3;
}
#menu-glnav .pcview a:hover {
  color: #096dd3;
}
#menu-glnav .pcview a:nth-child(6):hover {
  color:#fff;
}

#menu-glnav .spview > a {
  font-size: 16px;
  line-height: 1.8rem;
}
.navbutton {
  top: 12px;
  right: 15px;
  font-size: 30px;
  display: inline;
  position: fixed;
  z-index: 10000;
}
.navbutton a {
  text-decoration: none;
}
.btn-open,
.btn-close {
  padding: 0.1rem 0.3rem 0 0.3rem;
  background: #fff;
  line-height: 1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 13px -5px #096dd3;
}
.btn-open:after {
  color: #096dd3;
  content: "\e5d2";
  font-family: "Material Icons";
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
.btn-close:after {
  color: #096dd3;
  content: "\e5cd";
  font-family: "Material Icons";
  transition-property: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
/*overlay*/
.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e7eef5;
  overflow: auto;
  display: none;
  position: fixed;
  z-index: 9999;
}
.wrap {
  text-align: center;
}
.wrap-nav {
  width: 100%;
  padding: 5rem 0 2rem .8rem;
  display: block;
  vertical-align: top;
}
.wrap-nav a {
  width: 95%;
  margin: .5rem 0;
  padding: 1rem;
  color:#fff!important;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  background: #096dd3;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  transition: all 0.2s linear 0s;
}
.wrap-nav a:nth-child(6) {
  color: #fff;
  background: #4e9ae6;
}
.wrap-nav a::after {
  content: "";
  top: 43%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
}

/* ---------- home */
.home-mosikomi {
  width: 70%;
  min-width: 640px;
  margin: 0 auto;
  padding: 1.3rem 0 1rem 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #099cdb;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  box-shadow: 3px 3px 3px gray;
  position: relative;
  display: block;
}
.home-mosikomi.ponsolar {
  background: #e9463f;
}
.home-mosikomi.ponsolarclose {
  background: #099cdb;
}
.home-mosikomi.ponsolariwaki {
  background: #ff5400;
}
.home-mosikomi:hover {
  opacity: 0.8;
}
.home-mosikomi h2 {
  margin: 0;
  color: #fff;
  font-size: 25px !important;
  line-height: 1.6;
}
.home-mosikomi .icon-cursol {
  top: 50%;
  right: 25px;
  font-size: 60px;
  color: rgb(255, 255, 255);
  transform: rotate(-90deg) translateX(50%);
  position: absolute;
}
.home-topics {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0 0 0;
}
.home-topics > a {
  width: 30%;
  margin: 1.5%;
  display: inline-block;
}
.home-topics h2 {
  white-space: nowrap;
  font-size: 35px;
}
.infotext {
  margin: 1rem 0;
}

.serviceImage {
  display: flex;
  list-style: none;
}
.serviceImage li a img {
  width: 100%;
  margin: 0 10px;
  max-width: 320px;
}
.keyvframe {
  width: 100%;
  padding: 5rem 0 0 0;
}
.keyvframe img {
  width: 100%;
}

/* ---------- footer */
footer {
  padding: 3rem 0;
  background: #fff;
  border-top: 3px solid #ff7600;
}
footer img {
  width: 100%;
}
#menu-foot-etcnav {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#menu-foot-etcnav img {
  width: 150px;
  margin: 0 3rem 1rem 3rem;
}
#menu-foot-glnav div {
  width: 32%;
  margin: 0.5%;
}
#menu-foot-glnav div a {
  margin: 2rem 0;
  padding: 0.6rem 1rem;
  border-left: 3px solid #ccc;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 14.4px;
  line-height: 1.4rem;
  white-space: nowrap;
}
#menu-foot-glnav div a:hover {
  border-left: 3px solid #00158a;
}
#menu-foot-topicnav {
  margin: 0 0 1rem 0;
}
#menu-foot-topicnav a {
  width: 48%;
  margin: 2%;
  padding: 2%;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  font-size: 16px;
  line-height: 1.4rem;
}
#menu-foot-topicnav a::after {
  content: "";
  top: 40%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
}
#menu-foot-topicnav a:nth-child(1):hover {
  color: #000;
  background: #eee;
}
#menu-foot-topicnav a:nth-child(2):hover {
  color: #000;
  background: #eee;
}
#menu-foot-topicnav a:nth-child(3):hover {
  color: #000;
  background: #eee;
}

/* ---------- main */
.newsinfoframe > div div {
  margin: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.newsinfoframe div.margin-small {
  margin: 0.1rem 0;
}
.newsinfoframe div:first-child {
  margin-top: 0;
}
.newsinfoframe div:last-child {
  border-bottom: 0;
}
.newsinfoframe div > div.extxt {
  display: block;
}

/* ---------- package */
h2 {
  font-size: calc(100vw / 32);
}
h2.text_S {
  font-size: calc(100vw / 35);
}
h2.text_SS {
  font-size: 28px;
}

h2.patohoku {
  border-bottom: none;
  color: #4789d4;
}
h2.pasado {
  border-bottom: none;
  color: #ffd200;
}
h2.pakanto {
  border-bottom: none;
  color: #ff0072;
}
.packimg {
  width: 70%;
  margin: 0 auto;
  display: block;
}
.packimg90 {
  width: 90%;
  margin: 0 auto;
  display: block;
}
h2.pa-tohoku {
  color: #4789d4;
}
h2.pa-sado {
  color: #ffd200;
}
h2.pa-kanto,
h2.solar {
  color: #ff0072;
}
h2.ec7 {
  color: #00c785;
}
h2.ec5 {
  color: #ed1c00;
}
h2.ec12 {
  color: #d20077;
}
h2.sumi {
  color: black;
}
.pack-title {
  color: #4789d4;
  font-size: 100%;
  display: inline;
}
.pink {
  color: #ff81a6;
}
.magenta {
  color: #ff0072;
}

/* ===== newscol */
#newsinfo {
  margin: 3rem 0 0 0;
}
.newscol .nframe {
  width: 44%;
  margin: 3%;
  background: #fff;
}
.scroller {
  height: 330px;
  overflow: scroll;
}
.newscaption {
  margin: 0 0 1.5rem 0;
  padding: 0.8rem 0.8rem 0.6rem 0.8rem;
  color: #fff;
  text-align: center;
  background: #ffc400;
  display: block;
}
.newtag {
  margin: -0.2rem 0.5rem 0.2rem 0.5rem;
  padding: 0.2rem 0.5rem;
  color: #fff;
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
  background: #f00;
  vertical-align: middle;
  display: inline-block;
}
/* .cooperationtag {margin:-.2rem .5rem .2rem .5rem;padding:.3rem .5rem .2rem .5rem;color:#fff;font-size:85%;font-weight:bold;line-height:1;background:rgb(34, 170, 0);vertical-align:middle;display:inline-block;}
.newstag {margin:-.2rem .5rem .2rem .5rem;padding:.3rem .5rem .2rem .5rem;color:#fff;font-size:85%;font-weight:bold;line-height:1;background:rgb(0, 152, 239);vertical-align:middle;display:inline-block;} */
.cooperationtag {
  color: #fff;
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
  background: rgb(0, 161, 230);
  vertical-align: middle;
  display: inline-block;
}
.newstag {
  color: #fff;
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
  background: rgb(78, 223, 0);
  vertical-align: middle;
  display: inline-block;
}

.homepadding {
  padding-top: 2rem;
}

@media screen and (max-width: 668px) {
  .newscol {
    display: block;
  }
  .newscol .nframe {
    width: 90%;
    margin: 1.5rem 4%;
  }
}
.newsnav {
  margin: 1rem 0 0 0;
  padding: 0.6rem 3rem;
  color: #fff;
  font-weight: bold;
  font-size: 90%;
  line-height: 1.2;
  text-decoration: none;
  background: #fc6b03;
  display: inline-block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* ---------- merit */
.meritimg {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.merit01nav a {
  width: 31.33%;
  margin: 1%;
  padding: 2rem 1rem;
  color: #000;
  font-size: 150%;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.merit01nav a:hover {
  opacity: 0.8;
}
.tohoku {
  border: 3px solid #4789d4;
}
.tohoku:hover {
  background: #cbe0f7;
}
.kanto {
  border: 3px solid #ff0072;
}
.kanto:hover {
  background: #ffd4df;
}
.sado {
  border: 3px solid #ffd200;
}
.sado:hover {
  background: #f0dac7;
}
.typo-tohoku {
  color: #4789d4;
}
.typo-kanto {
  color: #ff0072;
}
.typo-sado {
  color: #ffd200;
}
.typo-lh-middle {
  line-height:1.6;
}
.merit04title {
  margin: 2rem 0 1rem 0;
}
.merit04title:first-child {
  margin-top: 0;
}
.merit04title .titletxt {
  margin: 0 0.5rem 0 0;
  padding: 0.4rem 0.6rem;
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
}
.merit04title .detailtxt {
  padding: 0.4rem 0.6rem;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  display: inline-block;
}
.tokuteifuka {
  background: #2f7096;
}
.zenfuka {
  background: #ff8000;
}

/* ---------- tablist */
.tab-list {
  margin: 0;
  font-weight: bold;
  text-align: center;
}
.tab-list li {
  cursor: pointer;
}
.tab-list.tabs {
  list-style-type: none;
}
.tab {
  width: 50%;
  padding: 2.5%;
  border-bottom: 2px solid #ccc;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tab.is-active {
  color: #ffffff;
  border-bottom: 2px solid #000;
  background: #099cdb;
}
.tab-list a {
  text-decoration: none;
}
.tabviews,
.tabcontent {
  display: none;
}
.tabviews.is-show,
.tabcontent.is-show {
  display: block;
}
.tabcontent {
  margin: 0;
  padding: 1rem;
}
.tohoku-con {
  padding: 1rem 0 3rem 0;
  background: #cfeafc;
}
/* ---------- package */
.topictab li {
  font-size: 130%;
}
.topictab .tab {
  width: 48%;
  margin: 0 1%;
  border-bottom: 0;
  box-shadow: 0px 0px 20px -5px #49a3d0;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
/* ---------- alliance>tohoku */
.alliancetohoku .tab {
  width: 30%;
  margin: 0 0.6%;
  padding: 1.3% 1.1% 1.5% 1.1%;
  line-height: 1.4;
  border: 2px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.alliancetohoku .tab:hover {
  background: #e6ecfa;
}

#aozorachargeservice {
  width: 90%;
  margin: 0 auto;
}
#aozorachargeservice h3 {
  padding: 1.5rem;
  text-align: center;
  background: #aad8f2;
  border: 2px solid #60b8f7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}
#aozorachargeservice h3 span.material-icons {
  top: 38%;
  right: 20px;
  position: absolute;
}
#services {
  display: none;
}
#services.is-show {
  display: block;
}
p.topics {
  background: linear-gradient(transparent 65%, yellow 35%);
  text-decoration: none;
  display: inline-block;
}
#aozorachargeservice .largetxt {
  color: #ff829b;
  font-size: 150%;
  font-weight: bold;
}

/* ---------- faqtab */
#faqnav {
  width: 18%;
  min-width: 180px;
  margin: 0 3% 0 0;
}
#faqans {
  width: 79%;
}
#faqans h3 {
  margin-top: 0;
}
.faqtab {
  width: 100%;
  margin: 0;
  padding: 0.6rem;
  list-style-type: none;
  border: 1px solid #ff5e00;
}
.ftab {
  margin: 0.8rem 0;
  padding: 0.5rem 0.5rem 0.5rem 2.3rem;
  font-size: 90%;
  border-bottom: 1px solid #ff5e00;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  cursor: pointer;
}
.ftab:last-child {
  border-bottom: 0;
}
.ftab span {
  top: 0;
  left: 0;
  padding: 0.3rem;
  color: #fff;
  line-height: 1;
  background: #000;
  display: inline-block;
  position: absolute;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ftabviews,
.ftabcontent {
  display: none;
}
.ftab.is-actives {
  color: #ff5e00;
  font-weight: bold;
  border-bottom: 1px solid #000;
  background: rgb(255 255 255);
}
.ftab:last-child.is-actives {
  border-bottom: 0;
}
.ftab.is-actives span {
  font-weight: normal;
  background: #ff5e00;
}
.ftabviews.is-shows,
.ftabcontent.is-shows {
  display: block;
}
#answer dl {
  margin: 0 0 2rem 0;
}
#answer dt,
#answer dd {
  position: relative;
}
#answer dt {
  margin: 0.7rem 0 0 0;
  padding: 0.3rem 0 0.3rem 2.5rem;
  font-weight: bold;
  position: relative;
}
#answer dd {
  margin: 0 0 0.6rem 0;
  padding: 0.3rem 0 1rem 2.5rem;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#answer dd:last-child {
  border-bottom: 0;
}
#answer dt::before,
#answer dd::before {
  left: 0;
  padding: 0.6rem 0.8rem;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  background: #d06831;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
}
#answer dt::before {
  content: "Q";
  background: #ff6229;
}
#answer dd::before {
  content: "A";
  background: #ffbf29;
}

/* ===== slidefaq */
#slidefaq h3 {
  padding: 1.5rem;
  background: #135095;
  cursor: pointer;
  position: relative;
}
#slidefaq h3.is-active {
  background: #fcbb38;
}
#slidefaq h3 span.material-icons {
  top: 38%;
  right: 20px;
  position: absolute;
}
#slidefaq #answer {
  display: none;
}
#slidefaq #answer.is-show {
  display: block;
}
#slidefaq #answer dl {
  margin: 0 0 2rem 0;
}
#slidefaq #answer dt,
#answer dd {
  position: relative;
}
#slidefaq #answer dt {
  margin: 0.7rem 0 0 0;
  padding: 0.3rem 0 0.3rem 2.5rem;
  font-weight: bold;
  position: relative;
}
#slidefaq #answer dd {
  margin: 0 0 0.6rem 0;
  padding: 0.3rem 0 1rem 2.5rem;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#slidefaq #answer dd:last-child {
  border-bottom: 0;
}
#slidefaq #answer dt::before,
#answer dd::before {
  left: 0;
  padding: 0.6rem 0.8rem;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  background: #d06831;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
}
#slidefaq #answer dt::before {
  content: "Q";
  background: #009669;
}
#slidefaq #answer dd::before {
  content: "A";
  background: #00d998;
}

/* ---------- option */
.navset a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navset a:hover {
  color: #135095;
}

.addmarc {
  margin: 0;
  padding: 0.5rem 0 0.5rem 1.5rem !important;
  position: relative;
}
.addmarc.nolink {
  color: #666;
}
.addmarc.cursol-right::before {
  content: "\e5c8";
  top: 0.5rem;
  left: 0.8rem;
  font-weight: bold;
  font-family: "Material Icons";
  position: absolute;
}
.addmarc.check::before {
  content: "\e5ca";
  top: 0.5rem;
  left: 0;
  font-weight: bold;
  font-family: "Material Icons";
  position: absolute;
}

.captionblock {
  padding: 0.5rem;
  text-align: center;
}
.captionblock.first {
  padding: 80px 0 0 0;
}
.captionblock.imgfirst {
  padding: 120px 0 0 0;
}
.captionblock h2 {
  margin: 2rem 0 1rem 0;
}
.captionblock.imgfirst h2 {
  margin-top: 1rem;
}
.captionblock h3 {
  margin: 0;
  font-size: 220%;
}
.captionblock p {
  margin: 0 0 2rem 0;
  font-size: 100%;
  letter-spacing: 0.1rem;
}
.captionblock.nobb {
 padding-bottom: 0!important;
}
.komidashi {
  color: rgb(248 154 3);
}
h3.komidashi {
  border-bottom: none;
}
.captionblock > img {
  width: 100%;
}

.colblock {
  text-align: center;
}
.colblock img {
  width: 95%;
  height: auto;
}
.colblock h2 {
  margin: 2rem 0 1rem 0;
  font-size: 240%;
}
.colblock h3 {
  margin: 0;
  font-size: 220%;
}
.colblock p {
  margin: 0 0 2rem 0;
  font-size: 100%;
  letter-spacing: 0.1rem;
}

.keyvblock {
  padding: 150px 0 0 0;
}

.scrolltable {
  overflow: auto;
}
.scrolltable::-webkit-scrollbar {
  height: 0.6rem;
}
.scrolltable::-webkit-scrollbar-track {
  background: #eee;
}
.scrolltable::-webkit-scrollbar-thumb {
  background: #a1bad4;
}

.tablelist {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}
.tablelist th {
  padding: 0.6rem;
  line-height: 1.6;
}
.tablelist td {
  padding: 2rem;
  line-height: 1.6;
}
.tablelist td:nth-child(1) {
  width: 20%;
  letter-spacing: 8px;
}
.tablelist td:nth-child(2) {
  width: 80%;
}
.tablelist.small {
  width: 70%;
  margin: 0 auto;
}
.tablelist.datainfo th {
  color: #e9463f;
  font-size: 120%;
  text-align: center;
  border: 2px solid #000;
  background: #fbe1e0;
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.8);
}
.tablelist.datainfo.miyako th {
  color: #fff;
  background: #ff874c;
}
.tablelist.infodata {
  margin: 2rem 0;
}
.tablelist.infodata th {
  border: 2px solid #eee;
  background: #eee;
}
.tablelist.infodata td {
  border: 2px solid #eee;
}

.allist-table {
  width: 1100px;
  border-collapse: collapse;
}
.allist-table th,
.allist-table td {
  padding: 1rem;
  border: 2px solid #fff;
}
.allist-table th {
  width: 16.6%;
}
.allist-table th:nth-child(1),
.allist-table th:nth-child(2) {
  width: 22.6%;
}
.allist-table th:nth-child(5),
.allist-table th:nth-child(6) {
  width: 10.6%;
}
.allist-table th,
.allist-table td:nth-child(3) {
  text-align: center;
}
.allist-table th,
.allist-table td:nth-child(4) {
  text-align: center;
}
.allist-table th,
.allist-table td:nth-child(5) {
  text-align: center;
}
.allist-table th,
.allist-table td:nth-child(6) {
  text-align: center;
}

.allist-table th {
  color: #fff;
}
.allist-table.tohokuset th {
  background: #4a69b0;
}
.allist-table.sadoset th {
  background: #fa8046;
}
.allist-table.kantoset th {
  background: #a10036;
}
.allist-table.ponsolarset th {
  background: #e9463f;
}
.allist-table.tohokuset tr:nth-child(even) td {
  background: #becced;
}
.allist-table.tohokuset tr:nth-child(odd) td {
  background: #e6ecfa;
}
.allist-table.sadoset tr:nth-child(even) td {
  background: #f5c4ab;
}
.allist-table.sadoset tr:nth-child(odd) td {
  background: #ffece3;
}
.allist-table.kantoset tr:nth-child(even) td {
  background: #edb2c6;
}
.allist-table.kantoset tr:nth-child(odd) td {
  background: #edd8df;
}
.allist-table.ponsolarset tr:nth-child(even) td {
  background: #f5d4d3;
}
.allist-table.ponsolarset tr:nth-child(odd) td {
  background: #faf2f2;
}

#news-newest #news2021,
#news-newest #news2022,
#news-newest #news2023,
#news-newest #news2024 {
  display: none;
}
#news-2021 #news2022,
#news-2021 #news2023,
#news-2021 #news2024,
#news-2021 #news2025 {
  display: none;
}
#news-2022 #news2021,
#news-2022 #news2023,
#news-2022 #news2024,
#news-2022 #news2025 {
  display: none;
}
#news-2023 #news2021,
#news-2023 #news2022,
#news-2023 #news2024,
#news-2023 #news2025 {
  display: none;
}
#news-2024 #news2021,
#news-2024 #news2022,
#news-2024 #news2023,
#news-2024 #news2025 {
  display: none;
}

.procedurecol {
  width: 936px;
  min-height: 190px;
  border: 2px solid #ffe0bf;
  display: table;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto 60px;
}
.procedurecol .lefts {
  width: 28%;
  margin: 0 2% 0 0;
  text-align: center;
  background: #ffe0bf;
  display: table-cell;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: relative;
}
.procedurecol .lefts img {
  width: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.procedurecol .rights {
  width: 70%;
  padding: 3%;
  display: table-cell;
}
.procedurecol h3 {
  margin: 0;
  color: #135095;
  border: 0;
  font-size: 24px;
  padding: 0rem 0 1rem 0;
}
.procedurecol ul {
  margin: 15px 0 0 0;
  font-size: 13px;
  padding-left: 1rem;
  text-indent: -1rem;
}
.procedurecol li {
  list-style: none;
}
.procedurecol .stepicon,
.procedurecol .stepicon .upperrow,
.procedurecol .stepicon .lowerrow {
  display: inline-block;
}
.procedurecol .stepicon {
  top: 35%;
  left: -12%;
  padding: 0.6rem 1rem;
  text-align: center;
  line-height: 1;
  background: #fff;
  border: 2px solid #ccc;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
}
.procedurecol .stepicon .upperrow {
  margin: 0 0 0.3rem 0;
}

.btnlink {
  width: 30%;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  border: 2px solid #096dd3;
  display: block;
}
.btnlink.inline {
  margin: 0.3rem;
  display: inline-block;
}
.btnlink:hover {
  color: #fff;
  background: #096dd3;
}

.btnlinkblock {
  width: 60%;
  margin: 0 auto;
  padding: 1rem;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  background: #2cc9f6;
  display: block;
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.8);
}
.btnlinkblock.large {
  width: 100%;
  margin: 1rem auto;
  font-size: 110%;
}
.btnlinkblock.mailbtn {
  background: #6c3428;
}

.btnnav {
  width: 39%;
  margin: 1.5rem 0 0 0;
  padding: 0.4rem 3rem 0.5rem 0.8rem;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #099cdb;
  position: relative;
  border-radius: 10px;
}
.btnnav:hover {
  color: #fff;
  opacity: 0.8;
}
.btnnav::after {
  content: "";
  top: 40%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
}

.bgcursolnav a {
  width: 24%;
  height: 80px;
  margin: 0.3%;
  padding: 1.5rem 0;
  color: #000;
  font-size: 90%;
  line-height: 1.4;
  background: #ffd140;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.bgcursolnav a:first-child {
  padding: 0.8rem 0;
}
.bgcursolnav a::after,
.bgcursolnav a::before {
  bottom: 0;
  content: "";
  border-width: 15px 70px;
  border-style: solid;
  border-color: #fff;
  border-top-color: transparent;
  cursor: default;
  display: block;
  position: absolute;
}
.bgcursolnav a::after {
  left: 0;
  border-right-color: transparent;
}
.bgcursolnav a::before {
  right: 0;
  border-left-color: transparent;
}

.col2nav {
  text-align: center;
}
.col2nav a {
  width: 44%;
  margin: 2%;
  padding: 2%;
  color: #fff;
  font-size: 120%;
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.col2nav a:hover {
  text-decoration: underline;
}

.blocknav {
  margin: 1rem auto;
  padding: 2rem 6rem;
  color: #fff!important;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  background: #096dd3;
  position: relative;
}
.blocknav.middlesize {
  width: 60%;
}
.blocknav::after {
  content: "";
  top: 43%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
}
.colnav .blocknav {
  width: 48%;
}

.contact-mosikomi {
  width: 70%;
  margin: 0 auto;
  padding: 1rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  box-shadow: 3px 3px 3px gray;
  position: relative;
  display: block;
}
.contact-mosikomi:hover {
  color: #fff;
  opacity: 0.8;
}
.contact-mosikomi .icon-cursol {
  top: 50%;
  right: 25px;
  font-size: 60px;
  color: rgb(255, 255, 255);
  transform: rotate(-90deg) translateX(50%);
  position: absolute;
}
.contact01,
.btnmagenta {
  background: #ed3776;
}
.contact02,
.btnyellow {
  background: #fac62a;
}
.contact03,
.btnblue {
  background: #099cdb;
}
.contact04,
.btnorange {
  background: #f07313;
}
.contact05,
.btnred {
  background: #ff0072;
}
.contact06 {
  background: #e9463f;
}
.contact07 {
  background: #5CB338;
}
.contact08 {
  background: #7a16e5;
}

.etccontactframe {
  width: 100%;
  margin: 10rem 0 0 0;
  background: url("../images/bg-etccontact.jpg")bottom center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.etccontactframe .etcinfoframe {
  width: 50%;
  height: 300px;
  padding: 2rem 2rem 5rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.etccontactframe .etcinfoframe:nth-child(1) {
  background: rgba(255, 89, 0, 0.7);
}
.etccontactframe .etcinfoframe:nth-child(2) {
  color: #fff;
  background: rgba(255, 230, 0, 0.7);
}
.etccontactframe .etcinfoframe h3 {
  color: #fff;
  font-size: 160%;
  border-bottom: 0;
}

.btnlineframe {
  margin: 0 auto;
  padding: 1.3rem 12rem 1.3rem 1.3rem;
  color: #ff7900!important;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid #fff;
  background: #fff;
  position: relative;
  display: block;
}
.btnlineframe .icon-cursol {
  top: 50%;
  right: 1rem;
  font-size: 2rem;
  color: #ff7900;
  transform: rotate(-90deg) translateX(50%);
  position: absolute;
}

.presslistframe div > div {
  width:calc((100% / 3));
  display: inline-block;
  vertical-align: top;
}
.presslistframe div > div p {
  color: #666;
  font-size:90%;
}
.presslistframe div > div p .material-icons {
  margin: .2rem;
  font-size: 14px;
  line-height: 1.1;
}
.presslistframe div > div a {
  min-height: 130px;
  margin: .5rem 1rem 1rem 1rem;
  padding: 1rem;
  background: #fff;
  text-decoration: none;
  border-bottom: 5px solid #0344bc;
  display: block;
  box-shadow: 0 0 .8rem #ddd;
}

.infolistframe div#news2024 > div {
  margin: 3rem 0;
}
.infolistframe div#news2023 > div {
  margin: 3rem 0;
}
.infolistframe div#news2022 > div {
  margin: 3rem 0;
}
.infolistframe div#news2021 > div {
  margin: 3rem 0;
}
.infolistframe > div > div {
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #ccc;
}
.infolistframe div > div p {
  width: 18%;
  margin-right: 3%;
  padding:0 0 .5rem 0;
  color: #666;
  font-size: 90%;
  border-bottom: 5px solid #009669;
  display: inline-block;
  vertical-align: top;
}
.infolistframe div > div p .material-icons {
  margin: .2rem;
  font-size: 14px;
  line-height: 1.1;
}
.infolistframe div > div div {
  width: 78%;
  display: inline-block;
}
.infolistframe div > div div.extxt {
  width: 100%;
  margin: 0;
  border-bottom: 0;
  display: inline-block;
}
.infolistframe div > div div.extxt.mt-space {
  margin-top: 2rem;
}

.datalistframe {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1rem 0;
  padding: 1rem 0;
  border-bottom: 1px solid #7093bb;
}

div.extxtsingle {
  width: 100%!important;
  margin:0;
  display: flex!important;
  justify-content: flex-start;
}
.ceoname {
  margin: 1rem 0 0 0!important;
  display: flex!important;
  justify-content: flex-end!important;
}

.newsinfoframe div > p {
  width: 22%;
  color: #666;
  font-size:90%;
  display: inline-block;
  vertical-align: top;
}
.newsinfoframe.areanews div > p {
  margin: 1rem 0;
}
.newsinfoframe div > p .material-icons {
  margin: .2rem;
  font-size: 14px;
  line-height: 1.1;
}
.newsinfoframe.areanews div > a {
  margin: 1rem 0;
  display: inline-block;
}

.frametohoku,
.framekanto {
  width: 70%;
  margin: 0 auto;
  padding: 0.6rem;
  color: #fff;
  font-size: 70%;
  font-weight: normal;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.frametohoku {
  background: #4789d4;
}
.framekanto {
  background: #ff0072;
}

.btntohoku,
.btntohoku.is-active {
  background: #4789d4;
}
.btnkanto,
.btnkanto.is-active {
  background: #ff0072;
}
.pg2flowspace {
  margin: 13rem 0 0 0;
}
.pg2payment {
  position: relative;
}
.pg2payment .btntohoku {
  left: 0.3rem;
  bottom: 0;
  position: absolute;
}
.pg2payment .btnkanto {
  right: 0.3rem;
  bottom: 0;
  position: absolute;
}
.pg2payment .btntohoku.is-active {
  padding: 3.5%;
}
.pg2payment .btnkanto.is-active {
  padding: 3.5%;
}
.pg2tohoku,
.solar01 {
  border: 2px solid#4789d4;
}
.pg2kanto,
.solar02 {
  border: 2px solid #ff0072;
}
.pg2typocolor {
  color: #e9463f;
}

.btnpagetop,
.fixcontact,
.fixtohokucontact,
.fixkantocontact,
.fixmiyakocontact {
  bottom: 40px;
  right: 0;
  padding: 1rem 1rem 1.3rem 1rem;
  color: #fff !important;
  text-decoration: none;
  line-height: 1;
  background: #f89a03;
  -webkit-border-top-left-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-topleft: 60px;
  -moz-border-radius-bottomleft: 60px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  box-shadow: 0px 0px 13px -5px #ff5e00;
  display: inline-block;
  position: fixed;
  z-index: 100;
}
.fixcontact {
  bottom: 120px;
  font-size: 90%;
  font-weight: bold;
  background: #e9463f;
  box-shadow: 0px 0px 13px -5px #e9463f;
}
.fixtohokucontact,
.fixkantocontact {
  font-size: 90%;
  font-weight: bold;
}
.fixtohokucontact {
  bottom: 190px;
  background: #4789d4;
  box-shadow: 0px 0px 13px -5px #4789d4;
}
.fixkantocontact {
  bottom: 120px;
  background: #ff0072;
  box-shadow: 0px 0px 13px -5px #ff0072;
}
.fixmiyakocontact {
  bottom: 120px;
  background: #6c3428;
  box-shadow: 0px 0px 13px -5px #ba704f;
}
.btnpagetop span {
  font-size: 80%;
  font-weight: bold;
}
.secondary.miyako .fixmiyakocontact {
  display: none;
}

.copyrights {
  font-size: 90%;
}

.nobb {
  border-bottom: 0;
}

.telnum {
  font-size: 320%;
  font-weight: bold;
  line-height: 1.2;
}
.telnum a {
  color: #fff!important;
  text-decoration: none!important;
}
.telnum.blacktxt a {
  color: #000!important;
}

.img-middle {
  width: 50%;
  margin: 1rem auto;
  display: block;
}
.img-iwakilogo {
  width: 80%;
  display: block;
}
.img-fix {
  width: 100%;
  height: auto;
}

.contacttxt {
  text-align: center;
}
.home .pg2del,
.secondary .pg2del {
  display: none;
}
.home.pg2page .pagedel,
.secondary.pg2page .pagedel {
  display: none;
}
.secondary.pg2page .pg2del {
  display: block;
}
.home .homehiddenpress,.home .homehiddennews {
  display: none;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.addkome {
  padding: 0 0 0 30px;
  position: relative;
}
.addkome::after {
  content: "※";
  top: 0;
  left: 0;
  position: absolute;
}

.typo-underline {
  margin: 0 0.2rem;
  border-bottom: 3px solid #ffd140;
  display: inline-block;
}

.typo-xl {
  font-size: 160% !important;
}

.typo-l {
  font-size: 130% !important;
}

.appealtxt {
  font-weight: bold;
  text-decoration: underline;
}

.bg-iwaki {
  background: #00c6d5;
}
.iwaki-service {
  margin: -15rem 0 0 0;
}
.detailframe {
  padding: 1rem 0 2rem 0;
  position: relative;
}

.scrolladvice {
  width: 100px;
  height: 2px;
  background: #e9463f;
  display: inline-block;
  position: relative;
}
.scrolladvice span {
  top: -0.4rem;
  background: #e9463f;
  display: block;
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  animation: verticalmove 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}
@keyframes verticalmove {
  0% {
    width: 0.8rem;
    height: 0.8rem;
    right: -0.3rem;
  }
  50% {
    width: 1rem;
    height: 1rem;
  }
  100% {
    width: 0.8rem;
    height: 0.8rem;
    right: 98px;
  }
}

.btnpagelink {
  margin: 0 0 3rem 0;
  padding: 1rem 0;
  display: flex;
}
.btnpage-caption {
  margin: 0 !important;
  padding: 2rem !important;
  color: #ffb200 !important;
  font-weight: bold;
  background: #fff;
}
.btnpage-caption span {
  padding: 1rem 0;
  border-bottom: 2px solid #ffb200;
  display: block;
  position: relative;
}
.btnpage-caption span img {
  width: 200px;
  bottom: 0;
  right: 0;
  position: absolute;
}
.btnpagelink div {
  width: 25%;
  margin: 0.5rem;
  padding: 0.8rem;
  color: #000;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #0d79d4;
  border-radius: 1vh;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.btnpagelink > div.orange {
  border-color: #e24500;
}
.btnpagelink > div.green {
  border-color: #1d9802;
}
.btnpagelink > div.blue {
  border-color: #1a7cd7;
}
.btnpagelink > div.yellow {
  border-color: #ffea20;
}
.btnpagelink > div.grayblack {
  border-color: #333;
}
.btnpagelink > div p {
  min-height: 100px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnpagelink > div a {
  padding: 1rem;
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0.5vh;
  display: block;
}
.btnpagelink > div a:hover {
  color: #fff;
  text-decoration: none;
}
.btnpagelink > div a.btn-orange {
  background: #e24500;
}
.btnpagelink > div a.btn-green {
  background: #1d9802;
}
.btnpagelink > div a.btn-blue {
  background: #1a7cd7;
}
.btnpagelink > div a.btn-grayblack {
  background: #333;
}
.memberpages a {
  color: #000;
  transition: all 0.3s ease-in;
}
.memberpages a:hover {
  color: #0766d1;
  text-decoration: underline;
}
.memberpages h3 {
  margin: 1rem 0;
  padding: 1.5rem;
  color: #fff;
  border-bottom: 0;
  border-radius: 1vh;
}
.memberpages h3.orange {
  background: #e24500;
}
.memberpages h3.green {
  background: #1d9802;
}
.memberpages h3.blue {
  background: #1a7cd7;
}
.memberpages h3.yellow {
  color: #000;
  background: #ffea20;
}
.memberpages h3.grayblack {
  background: #333;
}
.memberpages h4 {
  padding: 0 2rem 1rem 0.2rem;
  color: #197ad8;
  border-bottom: 2px solid #197ad8;
}
.memberpages h4.styleh3 {
  margin: 1rem 0;
  padding: 1.5rem;
  color: #fff;
  font-size: 120%;
  border-bottom: 0;
  border-radius: 1vh;
  background: #e24500;
}
.memberpages h5 {
  margin: 0.5rem 0 0 1rem;
  padding: 0.5rem;
  font-size: 90%;
  border-left: 2px solid #197ad8;
}
.memberdataframe {
  margin: 2rem 0 4rem 0;
  padding: 2rem 2rem 2rem 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.memberdataframe h4 {
  margin: 0.5rem 0;
  padding: 0.5rem 0;
  color: #000;
  font-size: 130%;
  border-bottom: none;
}
.memberdataframe h4.addborder {
  color: #ff6969;
  font-size: 110%;
  border-bottom: 2px solid #ff6969;
  border-radius: 0;
}
.memberdataframe h4.addborderblue {
  color: #197ad8;
  font-size: 110%;
  border-bottom: 2px solid #197ad8;
  border-radius: 0;
}
.memberdataframe.addtitle {
  margin-top: 4rem;
  padding-bottom: 0.5rem;
  border: 2px solid #ff6969;
}
.memberdataframe.addtitleblue {
  margin-top: 4rem;
  padding-bottom: 0.5rem;
  border: 2px solid #197ad8;
}
.memberdataframe.addtitle::before {
  content: "ご確認ください！";
  top: -1rem;
  left: 1rem;
  padding: 0.3rem 0.6rem;
  color: #fff;
  font-weight: bold;
  background: #ff6969;
  position: absolute;
}
.memberdataframe.addtitleblue::before {
  content: "重要なお知らせ";
  top: -1rem;
  left: 1rem;
  padding: 0.3rem 0.6rem;
  color: #fff;
  font-weight: bold;
  background: #197ad8;
  position: absolute;
}
.memberdataframe p.addmarc {
  padding: 0 0 0 1.3rem;
  line-height: 1.4;
  position: relative;
}
.memberdataframe p.addmarc::after {
  left: 0;
  top: 2px;
  content: "\e2e6";
  font-family: "Material Icons";
  position: absolute;
}
.memberdataframe p.addmarc.nolink::after {
  top: 10px;
}
.flatflex.addmarc::after {
  left: 0;
  top: .6rem;
  content: "\e2e6";
  font-family: "Material Icons";
  position: absolute;
}
.dataframetable.addline {
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #e24500;
}
.dataframetable tr td {
  padding: 0.5rem 0;
}
.dataframetable tr td:first-child {
  vertical-align: top;
}
.dataframetable span.label {
  width: 70px;
  margin: 0.3rem;
  padding: 0.3rem 0.6rem;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  border: 2px solid #000;
  border-radius: 8px;
  background: #fff;
  display: inline-block;
}
.dataframetable span.notxt {
  padding: 0.3rem 0.6rem;
  display: inline-block;
}
.dataframetable span.marc {
  margin: 0.3rem;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: 2px solid #000;
  border-radius: 100vh;
  background: #fff;
  display: inline-block;
}
.dataframetable span.label.pdf {
  color: #d40000;
  border-color: #d40000;
}
.dataframetable span.label.excel {
  color: #1b9800;
  font-size: 80%;
  border-color: #1b9800;
}
.dataframetable span.label.word {
  color: #1c7bd9;
  font-size: 80%;
  border-color: #1c7bd9;
}
.dataframetable span.label.movie {
  color: #f00;
  font-size: 80%;
  border-color: #f00;
}
.dataframetable span.label.no {
  color: #fff;
  border-color: #fff;
}
.dataframetable span.marc.question {
  padding: 0.3rem 0.5rem 0.5rem 0.4rem;
  color: #000;
  border-color: #ffea20;
  background: #ffea20;
}
.dataframetable tr td.questionframe {
  padding: 0.8rem;
  background: #fdf7c3;
  border-radius: 8px;
}
.dataframetable span.marc.answer {
  padding: 0.3rem 0.6rem 0.5rem 0.5rem;
  color: #fff;
  border-color: #ff6969;
  background: #ff6969;
}
.dataframetable tr td.answerframe {
  padding: 0.8rem;
}
.dataframetable p {
  padding: 0 0 0 1.3rem;
  line-height: 1.4;
  position: relative;
}
.dataframetable p::after {
  left: 0;
  top: 2px;
  content: "\e2e6";
  font-family: "Material Icons";
  position: absolute;
}

.infobox {
  padding: 3rem 1rem 1rem 1rem;
  border: 2px solid #135095;
  background: #fff;
  text-align: left;
  position: relative;
}
.infobox p.title {
  top: 0;
  left: 0;
  padding: 0.3rem 0.8rem;
  color: #135095;
  font-weight: bold;
  display: inline-block;
  position: absolute;
}
.infobox p.title .subtxt {
  margin: 0 0 0 .6rem;
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
}
.infobox.sakata {
  padding: 3.3rem 1rem 1rem 1rem;
  border: 2px solid #0043a7;
  background: #fff;
  text-align: left;
  position: relative;
}
.infobox.sakata span.title {
  top: 0;
  left: 0;
  padding: 0.6rem 0.8rem;
  color: #fff;
  font-weight: bold;
  background: #0043a7;
  display: inline-block;
  position: absolute;
}
.infobox.sakata-bgwhite {
  padding: 1rem;
  border: 2px solid #0043a7;
  background: #fff;
  text-align: left;
  position: relative;
}
.infobox.sakata-bgwhite span.title {
  width: 100%;
  margin: 0 auto;
  padding: 0.6rem 0.8rem;
  color: #0043a7;
  background: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  position: static;
}

.txtbox {
  padding: 1rem;
  border: 2px solid #5c0013;
  background: #fff;
  text-align: left;
  position: relative;
}

h2.miyako-caption {
  margin-bottom: 0;
  padding: 1rem;
  color: #fff;
  text-align: center;
  background: #882d00;
}
.miyako-topic-frame {
  padding: 1rem;
  background: #00c3af;
}
.miyako-topic {
  margin: 0.6rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.topic-num {
  width: 10%;
  min-width: 100px;
  margin: 0 1rem 0 0;
  padding: 0.8rem;
  color: #882d00;
  font-weight: bold;
  background: #fffcde;
  box-shadow: 0px 0px 8px -2px #000;
  text-align: center;
}
.topic-txt {
  width: 90%;
  padding: 0.3rem 0;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 2px solid #fffcde;
}
.subsidylayout {
  margin: 2rem 0;
  text-align: center;
}
.subsidylayout > div {
  width: 31%;
  margin:1%;
  display: inline-block;
}

.typo-miyako {
  color: #5c0013;
}

.typoul {
  text-decoration: underline;
}

.topictxt {
  margin: 1rem 0;
  color: #099cdb;
  font-size: 180%;
  font-weight: bold;
  line-height: 1.4;
}

.ablock {
  margin: 0 auto !important;
  display: block !important;
}

.roundcursoladdlink {
  margin: 2rem 0 0 0;
  padding: 0 3rem 0 0;
  color: #000;
  font-size: 90%;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.roundcursoladdlink::before {
  content: "";
  top: -.2rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: #002854;
  display:block;
  border-radius: 100vh;
  position: absolute;
}
.roundcursoladdlink::after {
  content: "";
  top: 39%;
  right: .85rem;
  width: .5rem;
  height: .5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
}

.casestudynav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.casestudynav > div {
  width: calc(100% / 3);
  margin: .5rem;
}
.casestudynav > div img {
  width: 100%;
}
.casestudynav a {
  background: #096dd3;
  display: block;
  text-decoration: none;
}
.casestudynav a span {
  padding: .5rem 1rem 1rem 1rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}

.simple-table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
}
.simple-table.fullwidth {
  width: 100%;
}
.simple-table td {
  padding: .8rem;
  font-size: 90%;
  text-align: center;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.simple-table tr td:first-child {
  background:#eee;
}

.qa01 {
  color: #1392eb;
}
.qa02 {
  width: 95%;
  margin: 1rem auto;
  font-weight: bold;
}

.txtborder {
  text-decoration: underline;
}

.contentspace {
  margin: 2rem 0;
}

.labeltype {
  width: 75px;
  margin: 0 .6rem 0 0;
  padding: .2rem .4rem .3rem .4rem;
  font-size: 100%;
  color: #fff;
  text-align: center;
  border-radius: .3rem;
  display: inline-block;
}

.w20 {
  width: 20%!important;
}
.w25 {
  width: 25%!important;
}
.w30 {
  width: 30%!important;
}
.w35 {
  width: 35%!important;
}
.w40 {
  width: 40%!important;
}
.w45 {
  width: 45%!important;
}
.w50 {
  width: 50%!important;
}
.w70 {
  width: 70%!important;
}
.w80 {
  width: 80%!important;
}
.w100 {
  width: 100%!important;
}

.pos-center {
  margin: 0 auto;
}

.img-xssize {
  width: 15%;
}
.img-ssize {
  width: 30%;
}
.img-xm-fixsize {
  width: 40%;
}
.img-xmsize {
  width: 40%;
}
.img-m-fixsize {
  width: 60%;
}
.img-msize {
  width: 60%;
}
.img-lsize {
  width: 70%;
}
.img-xlsize {
  width: 90%;
}
.img-flex-middle {
  width: 100%;
}
.img-flex-small {
  width: 100%;
}
.img-flex-minimum {
  width: 80%;
}

.mt-02 {
  margin-top: 2rem;
}
.mb-02 {
  margin-bottom: 2rem;
}
.m-txtspace {
  margin: 1rem 0;
}

.typo-xlarge {
  font-size: 160%;
}
.typo-large {
  font-size: 130%;
}
.typo-middle {
  font-size: 110%;
}
.typo-small {
  font-size: 80%;
}
.typo-xsmall {
  font-size: 60%;
}
.typo-content {
  width: 95%;
  margin: 0 auto;
}

.typo-red {
  color: #c00;
}

.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.ta-c {
  text-align: center;
}

.pcview {
  display: block;
}
.spview {
  display: none;
}

.pdNone {
  padding: 0;
}
.wsNowrap {
  white-space: nowrap;
}

/* ===== responsive */

@media screen and (min-width: 1300px) {
  h2 {
    font-size: 34px;
  }
  h2.text_S {
    font-size: 32px;
  }
}

@media screen and (max-width: 1300px) {
  #menu-glnav .pcview a {
    width: auto;
  }
  #menu-foot-etcnav img {
    margin: 0 1.8rem 1rem 1.8rem;
  }
  .btnlineframe {
    padding-right: 5rem;
  }
  .telnum {
    font-size: 300%;
  }
}

@media screen and (max-width: 1100px) {
  .infolistframe div > div div {
    margin: 1rem 0 0 0;
  }
  .infolistframe div > div p {
    width: 23%;
    margin: 0;
  }
  .infolistframe div > div div {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #menu-foot-etcnav img {
    margin: 0 0.8rem 1rem 0.8rem;
  }
  .telnum {
    font-size: 280%;
  }
  .pressframe div {
    width:calc((100% / 2));
  }
  .infolistframe > div div {
    flex-direction: column;
  }
  .infolistframe div > div p {
    width: 25%;
    margin: 0;
  }
  .blocknav.middlesize {
    width: 70%;
  }
  .casestudynav {
    display: block;
  }
  .casestudynav > div {
    width: 47%;
    display: inline-block;
  }
}

@media screen and (max-width: 970px) {
  .flatflex {
    flex-direction: column;
  }
  .btnpagelink {
    display: block;
  }
  .btnpagelink div {
    width: 44.5%;
  }
  .btnpagelink > div p {
    min-height: auto;
    padding: .8rem 0 0 0;
  }
  .btnpage-caption span {
    height: 15vh;
    padding: 0 0 1rem 0;
  }
}

@media screen and (max-width: 900px) {
  .presslistframe div > div {
    width:calc((100% / 2));
  }
  .infolistframe div > div p {
    width: 28%;
    margin: 0;
  }
  .blocknav.middlesize {
    width: 90%;
  }
  .btnlink {
    width:50%;
  }
  .caseblock {
    display: block;
  }
  .datathum {
    width: 30%;
    margin: 1rem auto;
  }
  .datatxt {
    width: 90%;
    margin: 1rem auto;
  }
}

@media screen and (max-width: 880px) {
  .newsinfoframe div > p {
    width: 100%;
    display: block;
  }
  .newsinfoframe div > a {
    display: block;
  }
  .newsinfoframe div > div.extxt a {
    display: inline-block;
  }
  .newsinfoframe.areanews div > p {
    margin: 1rem 0 0 0;
  }
  .newsinfoframe.areanews div > a {
    display: block;
  }
  .newsinfoframe.areainformation div > p {
    margin: 1rem 0 0 0;
  }
  .newsinfoframe.areainformation div > a {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .pcview,#menu-glnav .pcview {
    display: none;
  }
  .spview {
    display: block;
  }

  h2,
  h2.text_S {
    font-size: 24px;
  }
  .home-topics h2 {
    font-size: 28px;
  }

  .home-mosikomi {
    width: 100%;
    min-width: auto;
  }
  .home-mosikomi h2 {
    font-size: 4vw !important;
  }
  .home-mosikomi .icon-cursol {
    font-size: 28px;
  }

  #menu-foot-glnav div:nth-child(1),
  #menu-foot-glnav div:nth-child(2) {
    width: 30%;
  }
  #menu-foot-glnav div:last-child {
    width: 40%;
  }

  .tab-list {
    display: block;
  }
  .tab-list .tab {
    width: 48%;
    margin: 0.6%;
    padding: 5%;
    vertical-align: top;
    display: inline-block;
  }
  .tab-list .tab .tabs {
    margin: 100px;
  }
  .alliancetohoku .tab {
    width: 30%;
    margin: 1.2%;
    padding: 2%;
    line-height: 1.4;
    text-align: center;
    border: 2px solid #ccc;
  }
  .etccontactframe .etcinfoframe h3 {
    font-size: 150%;
  }
  .telnum {
    font-size: 240%;
  }
  .teltxt {
    font-size: 90%;
  }
  .infolistframe div > div p {
    width: 30%;
    margin: 0;
  }
  .colnav {
    flex-direction: column;
  }
  .colnav .blocknav {
    width: 100%;
  }
  .subsidylayout > div {
    width:40%;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 100%;
  }
  .presslistframe div > div {
    width:calc((100%));
  }
  .presslistframe div > div a {
    min-height: auto;
  }
  .infolistframe div > div p {
    width: 35%;
    margin: 0;
  }
  .allist-table {
    width: 900px;
  }
}

@media screen and (max-width: 668px) {
  .spbo {
    margin-bottom: 2rem;
  }
  img {
    width: 100%;
    height: auto;
  }

  h1.bgh1 {
    font-size:220%;
    padding: 3rem;
  }
  h1.bgh1.spaces {
    margin:2.5rem 0;
  }
  h1.bgh1 span.subtxt {
    margin: 0 0 0 .6rem;
    color: #000;
    font-size: 1rem;
    font-weight: normal;
    display: inline-block;
  }

  .colcont,
  .procedurecol {
    display: block;
  }
  .mze {
    width: 95%;
    margin: 0 auto;
  }
  .contents {
    width: 93%;
  }

  .img-msize,
  .img-lsize,
  .img-xlsize {
    width: 90%;
  }
  .img-flex-middle {
    width: 60%;
  }
  .img-flex-small {
    width: 40%;
  }
  .img-flex-minimum {
    width: 40%;
  } 

  #menu-foot-glnav div {
    width: 100% !important;
  }

  #menu-foot-glnav div a {
    width: 99%;
    border-bottom: 1px solid #00158a;
  }
  #menu-foot-glnav div a,
  #menu-foot-glnav div a:hover {
    border-left: none;
  }
  #menu-foot-glnav div:last-child a:last-child {
    border-bottom: 0;
  }
  #menu-foot-topicnav a {
    width: 95%;
    padding: 3.5%;
    display: block;
  }

  .home-topics h2 {
    font-size: 4.5vw;
  }
  .home-topics h3 {
    font-size: 4vw;
  }
  .home-topics > a {
    width: 60%;
    margin: 2%;
  }
  .home-topics > div > a {
    margin: 1.5%;
    display: inline-block;
  }
  .home-topics .colcont .colblock:first-child {
    margin-bottom: 20px;
  }

  .serviceImage {
    display: block;
  }

  #menu-foot-etcnav {
    display: block;
    text-align: center;
  }
  #menu-foot-etcnav img {
    width: 200px;
    margin: 0 3rem 1rem 3rem;
  }

  /* ---------- package */
  .topictab li {
    font-size: 100%;
    text-align: center;
  }
  .topictab .tab {
    width: 48%;
    margin: 0 1%;
    border-bottom: 0;
  }
  /* ---------- alliance>tohoku */

  .merit01nav a {
    width: 98%;
    margin: 1%;
    padding: 1rem 1rem;
    color: #000;
    font-size: 130%;
    text-decoration: none;
    text-align: center;
    display: block;
  }

  .youtube {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }

  .captionblock.first {
    padding: 130px 0 0 0;
  }
  .captionblock h2 {
    margin: 0 0 1rem 0;
  }
  .captionblock h3 {
    font-size: 170%;
  }
  .captionblock p {
    text-align: left;
  }

  .tablelist td:nth-child(1) {
    width: 35%;
  }
  .tablelist td:nth-child(2) {
    width: 65%;
  }
  .tablelist.small {
    width: 100%;
  }

  .merit04title .titletxt {
    width: 160px;
    text-align: center;
  }

  .btnlink {
    width: 70%;
    /* color: #fff;
    border: 2px solid #d06831;
    background: #d06831; */
  }

  .spbg {
    background: rgba(255, 240, 180, 3);
  }

  /* .scrolltable {
    white-space: nowrap;
  } */
  .allist-table {
    width: 700px!important;
  }

  .contact-mosikomi {
    width: 100%;
    line-height: 1.4;
  }
  .contact-mosikomi .icon-cursol {
    font-size: 40px;
  }

  #faqnav,
  #faqans {
    width: 100%;
  }
  #faqnav {
    margin: 0;
  }

  .contacttxt {
    text-align: left;
  }

  .infotext {
    text-align: left;
  }

  .procedurecol {
    width: 100%;
  }
  .procedurecol .lefts,
  .procedurecol .rights {
    width: 100%;
    display: block;
  }
  .procedurecol .lefts {
    margin: 0;
    padding: 2rem 0 1rem 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    position: relative;
  }
  .procedurecol .rights {
    padding: 2%;
  }
  .procedurecol .stepicon {
    top: -30px;
    left: 44%;
    padding: 0.6rem 1rem;
    text-align: center;
    line-height: 1;
    background: #fff;
    border: 2px solid #ccc;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
  }
  .btnnav {
    width: auto;
  }
  #aozorachargeservice {
    width: 95%;
  }
  .packimg90 {
    width: 100%;
  }
  .procedurecol .lefts img {
    width: 80px;
    top: 50%;
    left: 90%;
    position: absolute;
  }
  .topictxt {
    font-size: 140%;
  }

  .bgcursolnav a {
    width: 49%;
    height: 70px;
  }

  .tablelist.datainfo th,
  .tablelist.datainfo td {
    width: 100%;
    display: block;
  }
  .tablelist.datainfo th {
    padding: 1rem;
  }

  .pg2flowspace {
    margin: 9.5rem 0 0 0;
  }
  .pg2payment .btntohoku {
    left: 0.1rem;
  }
  .pg2payment .btnkanto {
    right: 0.1rem;
  }
  .pg2payment .btntohoku.is-active,
  .pg2payment .btnkanto.is-active {
    padding: 6.5% 3%;
  }

  .singlecont {
    width: 90%;
    margin: 0 auto;
  }

  .img-xmsize {
    width: 20vw;
  }
  .img-middle {
    width: 70%;
  }
  .img-iwakilogo {
    width: 50%;
    margin: 0 auto;
  }

  .spmargin {
    margin: 2rem 0;
  }

  .topic-num {
    width: 30%;
  }
  .topic-txt {
    width: 70%;
  }

  .btnlinkblock {
    width: 80%;
  }

  .w20,
  .w25,
  .w30,
  .w35,
  .w40,
  .w45,
  .w50,
  .w70 {
    width: 100%;
  }

  .iwaki-service {
    margin: -9rem 0 0 0;
  }

  .blocknav {
    padding: 2rem 3rem;
  }

  .etccontactframe .etcinfoframe {
    width: 100%;
  }
  .pressframe div {
    width:calc((100%));
  }
  .infolistframe div > div p {
    width: 100%;
    margin: 0;
  }
  .infolistframe div > div div {
    width: 100%;
  }
  .casestudynav > div {
    width: 80%;
    margin: 1rem auto;
    display: block;
  }
}

@media screen and (max-width: 540px) {
  h2,
  h2.text_S {
    font-size: 20px;
  }
  .home-mosikomi h2 {
    font-size: 3.5vw !important;
  }
  .home-mosikomi .icon-cursol {
    top: 50%;
    right: 10px;
    font-size: 20px;
  }
  .subsidylayout > div {
    width: 70%;
  }
}
