@charset "UTF-8";
html {
  font-size: 62.5%;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "メイリオ",
    Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  color: #000000;
  position: relative;
  font-size: 1.3rem;
  min-height: 100%;
}

body * {
  box-sizing: border-box;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#main_contents img {
  border: 2px solid #e0e0e0;
}

a,
a:visited {
  color: #0a2d88;
}
.mt15 {
  margin-top: 1.5rem;
}
.inline p {
  display: inline-block;
  vertical-align: top;
}
.inline p.w1 {
  width: 1rem;
}
.inline p.w1 + p {
  width: calc(100% - 1rem);
}
.red {
  color: #ee3f09;
}
.txt_date {
  text-align: right;
  margin: 5px;
}
/* メニュー画面 */
#side {
  background-color: #ecf3f7;
  padding: 30px;
  padding-left: 0;
  box-sizing: border-box;
}

#left_menu {
  width: 200px;
}

#menu .company_logo {
  padding: 10px;
  text-align: center;
  height: 60px;
  box-sizing: border-box;
}

#menu .company_logo img {
  height: 40px;
  width: auto;
}

#menu .icon {
  width: 25px;
}

#menu .menu:first-child {
  border-top: 2px solid #e0e0e0;
}

#menu .menu {
  border-bottom: 2px solid #e0e0e0;
}

#menu .menu_text {
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 15px 0;
  display: table-cell;
  padding-right: 30px;
}
#menu a,
#menu a:visited {
  color: #000;
  display: block;
  width: 100%;
}

#menu .menu_text:after {
  content: "";
  background-image: url("../img/acc_blueplus.svg");
  background-size: 19px;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  display: table-cell;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
}

#menu .ac_head.open .menu_text:after {
  background-image: url("../img/acc_blueminus.svg");
  height: 3px;
  top: 50%;
}

#menu .menu_text.no_plus:after {
  background: none;
}

#menu .menu_text_sub,
#menu .menu_text_sub:active {
  color: #000;
  font-size: 1.5rem;
  padding: 15px 0;
  display: block;
}

#menu .ac_head {
  position: relative;
}

#menu .ac_body {
  display: none;
}

#menu .ac_body ul {
  margin: 0;
  padding: 0 15px;
}

#menu .ac_body li {
  list-style: none;
  border-top: 2px dotted #e0e0e0;
}

#menu span.icon_wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}

/* ヘッダー */
#header {
  display: flex;
}

#header .back {
  display: inline-flex;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  background: #ebebeb;
  box-sizing: border-box;
}

#header .blank {
  display: inline-flex;
  width: 60px;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
}

#header .back a,
#header .back a:visited {
  width: 100%;
  height: 100%;
  color: #919191;
  font-size: 2.8rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
}

#header .company_logo {
  display: inline-flex;
  padding: 10px;
  height: 60px;
  box-sizing: border-box;
  width: calc(100% - 60px);
  padding-right: 70px;
}

#header .company_logo img {
  height: 40px;
  width: auto;
  margin: 0 auto;
}
#manual_netservice #header .company_logo {
  width: 100%;
  padding-right: 0;
}

/* メインコンテンツ */
#main_contents {
}

#main_contents .contents_head {
}
#menu .title,
#main_contents .contents_head .title {
  background-color: #ecf3f7;
  text-align: center;
  padding: 15px 0;
  margin: 0;
  color: #0a2d88;
  font-size: 2rem;
  font-weight: bold;
}
#main_contents .contact {
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 10px;
}
#main_contents .contact th {
  font-weight: normal;
}
#main_contents .contact td {
  padding-left: 10px;
}
#main_contents h3 {
  border-bottom: 3px solid #e0e0e0;
  padding-bottom: 5px;
  font-size: 1.7rem;
  margin-bottom: 10px;
}
#main_contents .caution {
  background-color: #fb7777;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 4px solid #ff3333;
  padding-left: 45px;
  position: relative;
}
#main_contents .caution:before {
  content: "！";
  color: #f00;
  padding: 5px;
  background-color: #fff;
  border-radius: 50px;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 1;
}
#main_contents .caution a,
#main_contents .caution a:visited {
  color: #fff;
  text-decoration: underline;
}

#main_contents .contents_head .title_text {
  padding: 20px;
  padding-bottom: 0;
}

#main_contents .sub_title_wrapper {
  border-bottom: 4px solid #e0e0e0;
  margin-bottom: 20px;
}

#main_contents .sub_title_wrapper h2 {
  border-left: 6px solid #0a2d88;
  padding-left: 21px;
  margin: 0;
  margin-bottom: 7px;
  line-height: 38px;
}

#main_contents .sub_title_mtop {
  margin-top: 2em;
}

#main_contents .sub_text_wrapper {
  font-size: 1.5rem;
  line-height: 1.7;
}
#main_contents ul,
#main_contents .sub_text_wrapper ol {
  padding-left: 2rem;
  margin: 1rem 0;
}
#main_contents .sub_text_wrapper ol li {
  padding-left: 1.5rem;
}
#main_contents .sub_text_wrapper p {
  margin-bottom: 1rem;
}
#main_contents .sub_text_wrapper p:last-of-type {
  margin-bottom: 0;
}

#main_contents .sub_text_wrapper .bold {
  font-weight: bold;
}

#main_contents .sub_text_wrapper .link {
  font-weight: bold;
  padding: 1rem 0;
}

#main_contents .sub_text_wrapper .link a {
  display: block;
  margin: 1.5rem 0 1rem;
}

#main_contents .sub_text_wrapper .link a:last-child {
  margin-bottom: 0;
}

#main_contents .contents_inner {
  padding: 2rem;
}
#main_contents .contents_inner p {
  margin: 0;
  margin-bottom: 1rem;
}
#main_contents .capture_area {
  margin: 2rem 0;
}

#main_contents .capture_area .section_text {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

#main_contents .block {
  margin-bottom: 5rem;
}

#main_contents .block .text {
  margin-bottom: 2rem;
}

#main_contents .block .text p {
  margin: 0;
  margin-left: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
#main_contents .block .text p:last-of-type {
  margin-bottom: 0;
}
#main_contents .block .text li {
  font-size: 1.5rem;
}

#main_contents h4 {
  overflow: hidden;
  margin: 0;
}

#main_contents h4 span {
  font-size: 1.5rem;
  line-height: 1.8;
}

#main_contents h5 {
  font-size: 1.5rem;
  margin: 0;
}

#main_contents .block .text p.bold {
  font-weight: bold;
  font-size: 1.5rem;
}

#main_contents .block .text p.bold + p {
  margin-top: 1rem;
}
#main_contents .block .text p.bold + p.bold {
  margin-top: 0;
}

#main_contents .block .num {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-color: #0a2d88;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px;
  text-align: center;
  border-radius: 15px;
  margin-right: 1rem;
}
#main_contents .block .num + .text {
  display: inline-block;
  width: calc(100% - 40px);
  float: right;
}
#main_contents .btn_b {
  background-color: #0a2d88;
  color: #fff;
  font-size: 1.5rem;
  padding: 5px;
  text-align: center;
  border-radius: 15px;
  display: block;
  font-weight: bold;
}
#main_contents .btn_b + p {
  margin: 1rem 0 1.5rem;
  font-size: 1.3rem;
  font-weight: normal;
}

#main_contents .link .lead {
  margin-bottom: 1rem;
}

#main_contents .back {
  display: block;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  background: #ebebeb;
  box-sizing: border-box;
}
#main_contents .back a {
  padding: 10px;
  padding-right: 70px;
  display: block;
}

#main_contents .back .arrow {
  float: left;
  height: 60px;
  width: 60px;
  color: #919191;
  font-size: 2.8rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
}

#main_contents .back .back_text {
  color: #919191;
  font-size: 2rem;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
}
#main_contents .back .back_text.long {
  font-size: 1.5rem;
}

/*footer*/
#footer {
  padding: 30px;
}

.copyright {
  color: #c6c6c6;
  text-align: center;
}

/* to page Top */
#toPageTop {
  background-image: url(../../pc/img/btn_arrow_up.svg);
  background-position: center 20px;
  background-color: #ffffff;
  background-size: 20px;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  overflow: hidden;
  z-index: 999;
  display: none;
  position: fixed;
  bottom: 77px;
  bottom: 60px;
  right: 10px;
  border-radius: 100%;
  border: solid 1px #e0e0e0;
  cursor: pointer;
}

/* for iPhone */
.iPhone #main_contents .block .num {
  line-height: 1.2;
}
