@charset "utf-8";

html,
body {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.wrap {
  overflow: hidden;
  margin: 0 auto;
}

#header {
  width: 1000px;
}

.contentsWrap {
  padding-bottom: 0px;
}

.contentsInner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#contents {
  width: 1000px;
  margin: 10px auto;
}
@media screen and (max-width: 1000px) {
  #contents {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
  }
}

.noSide .colLayout01.count2 > .col {
  width: 100%;
}

a.linkB:after {
  margin: 0 5px 0 5px;
  vertical-align: middle;
  content: url(/common/images/com_ic06.gif);
}

.linkB a[target="_blank"] {
  postion: relative;
  display: inline-block;
}

.linkB a[target="_blank"]:after {
  content: url(/common/images/com_ic06.gif);
}

.headingWrap {
  /* border-bottom: #00a13e solid 2px;
	height: 50px; */
}

.headerWrap01 #headerService {
  border: none;
}

.headingWrap .btnLink01 {
  margin-right: 50px;
}

.headingWrap .btnLink01 li a {
  font-size: 16px;
  /* width: 250px; */
}

.heading04 {
  padding: 0 0 5px 0;
  margin: 10px 0 5px 0;
  font-size: 16px;
}

.col-top dt {
  background: #e6e6e6;
  border-top: #00a13e solid 2px;
  padding: 10px 0px 10px 10px;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px 0;
}

.col-top dd {
  line-height: 2em;
}

.col {
  border: none !important;
  padding: 10px 0 !important;
}

.txBig {
  font-size: 2rem;
}

.guideColumn dt {
  background: #808080;
  color: #fff !important;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  margin: 10px 0 0 0;
}

.guideColumn dd {
  margin: 0 auto;
  width: 100%;
}

.guideColumn dd img {
  text-align: center !important;
  margin: 0 auto 10px auto;
  width: 20%;
}

.guide li {
  border-top: #cccccc solid 1px;
  border-bottom: #cccccc solid 1px;
  padding: 10px 0;
  margin-top: -1px;
  text-indent: 0;
}
.guide li ul {
  padding: 10px 0 0 0;
  margin: 0 0 0 2em;
}

.guide li.nobrdr {
  border-bottom: none;
}

.guidecheck {
  border: #ccc solid 1px;
  padding: 5px;
  line-height: 52px;
  margin: 10px 0;
}
.guidecheck > p {
  display: flex;
  align-items: center;
}
.guidecheck > p::before {
  content: "";
  display: inline-block;
  background-image: url(../images/check.gif);
  width: 52px;
  height: 52px;
}

.guidecheck img {
  float: left;
  margin: 0 10px 0 0;
}

ul.aste {
  /* float: right; */
}

ul.aste li {
  color: #777777;
  line-height: 1.3;
  margin-bottom: 0.5em;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 0;
  padding-top: 0;
  text-indent: -1em;
}

.exclamation {
  background: #fcdee0 url(../images/exclamation.gif) no-repeat;
  background-position: left top;
  padding: 10px 0 10px 50px;
  margin: 0 0 10px;
}
.step {
  margin: 10px 0;
  float: left;
  width: 100%;
}
.step dt {
  float: left;
  width: 100px;
  height: 50px;
}
.step dt img {
  width: 80px;
}
.step dd {
  line-height: 33px;
}

.priceOpenArea .priceOpenTitle .priceList01 {
  background-image: none;
}

.netServiceBox .netBox01 dd ul {
  text-align: center;
  margin: 0 auto;
}

.colLayout01.count1 {
  text-align: center;
}
.colLayout01.count1 figure.col img {
  width: fit-content;
}
.colLayout01.count2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 0 0 30px 0;
}

.colLayout01 p img {
  text-align: center;
  margin: 0 auto;
}

.colLayout01 .check {
  margin-left: 90px;
}
.togglePanel {
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
}

.txtmail {
  width: 850px;
}

/* balloon-1 top */
#balloon-1-top {
  color: #19283c;
  position: relative;
  display: inline-block;
  padding: 20px 20px;
  min-width: 115px;
  /* height: 40px; */
  line-height: 32px;
  /* text-align: center; */
  background: #ffffff;
  border: 3px solid #112885;
  z-index: 0;
  margin: 10px auto 10px auto;
  width: 95%;
}
#balloon-1-top:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 0;
}
#balloon-1-top:after {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #112885 transparent;
  z-index: -1;
}

#balloon-1-top li {
  text-align: left;
  text-indent: -30px;
  padding-left: 30px;
  margin: 10px 0;
}

#balloon-1-top li img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  margin: auto;
}

.arrow02 img {
  display: inline;
  width: 148px;
  margin: auto;
}

footer .copy figure.logo img {
  text-align: center;
  margin: auto;
}

/************************************************
  新CSS：リンクのマウスホバー時の半透明化を無効にする
************************************************/
a:hover, /* リンク全般 */
.skin-headerTitle:hover, /* ヘッダー */
.skin-tileItem a:hover, /* タイル(トップページ) */
.skin-btn:hover, .skin-btnPrimary:hover, /* ボタン(メインカラム) */
.skin-btnSide:hover, .skin-btnSidePrimary:hover, /* ボタン(サイドバー) */
.skin-widget .skin-linkList a:hover, /* リンクリスト(サイドバー) */
.skin-widget .skin-linkListToggle:hover, /* リンクリスト(サイドバー) */
.skin-archiveNavTabs li a span:hover, /* 記事一覧ページのタブ */
.____dummy____ {
  /* ダミー */
  opacity: 1;
}
