@charset "UTF-8";

body {
  font-size: 16px;
}

.self-section {
  line-height: 1.5;
}

.self-section .main-head {
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.self-section .lead-txt {
  margin-bottom: 50px;
  font-size: 14px;
  text-align: center;
}

.self-section .m_check-list {
  text-align: left;
}

.self-section .m_check-list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
}

.self-section .m_check-list li + li {
  margin-top: 10px;
}

.self-section .m_check-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 16px;
  height: 12px;
  background: url(/content/dam/nttcom/hq/jp/business/services/network/internet-connect/ocn-business/simulation/img/ico_arrow.png) no-repeat 0 0/cover;
}

.self-section .m_table dl dt {
  font-size: 14px;
  color: #333333;
  line-height: 1.3;
  background: #B9C3D4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.self-section .m_table dl dd {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .self-section .m_pcHide {
    display: none !important;
  }
  .self-section .main-head {
    margin: 56px auto 46px;
    font-size: 42px;
  }
  .self-section .m_check-list {
    max-width: 530px;
  }
  .self-section .modList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .self-section .modList + .modList {
    margin-top: 30px;
  }
  .self-section .modList.s_txt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .self-section .m_table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .self-section .m_table dl + dl {
    margin-top: 10px;
  }
  .self-section .m_table dl dt {
    padding: 8px;
    width: 140px;
    height: 100%;
  }
  .self-section .m_table dl dd {
    margin-left: 18px;
  }
}

@media screen and (max-width: 768px) {
  .self-section .m_spHide {
    display: none !important;
  }
  .self-section .main-head {
    margin: 60px auto 50px;
    font-size: 32px;
  }
  .self-section .lead-txt {
    line-height: 1.6;
    letter-spacing: -0.03em;
  }
  .self-section .modList + .modList {
    margin-top: 50px;
  }
  .self-section .m_table {
    margin-top: 20px;
  }
  .self-section .m_table dl + dl {
    margin-top: 5px;
  }
  .self-section .m_table dl dt {
    padding: 10px;
  }
  .self-section .m_table dl dd {
    padding: 10px 0;
    text-align: left;
  }
}

.self-section {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #333333;
}

.self-section .contact {
  background: #F4F5F6;
  border-top: 1px solid #064386;
}
.self-section .results-block .contact {
	background:#fff;
	border-top:none;
	margin-top:0;
	padding-top:0;
}
.self-section .contact .modList li > .txt {
  display: block;
  position: relative;
  color: #004386;
  background: #FED531;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.self-section .contact .modList li > .txt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #064386;
  border-right: 2px solid #064386;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.self-section .contact .modList.s_txt .head-txt {
  font-size: 16px;
}

.self-section .contact .modList.s_txt .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.self-section .contact .modList.s_txt .tel .txt {
  margin: 0;
}

.self-section .contact .modList.s_txt .tel .txt > a {
  font-weight: 600;
  color: #333333;
  text-decoration: none;
}

.self-section .contact .modList.s_txt .time-txt {
  line-height: 1.5;
}
.btn_area {
    text-align:center;
}
.btn_area a {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 5px 15px 10px;
    background: #193477;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.btn_area a:after {
    content: url(/content/dam/nttcom/hq/jp/business/services/network/internet-connect/ocn-business/img/icon_wh_arrow.png);
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
}

@media screen and (min-width: 769px) {
  .self-section {
    margin: 60px auto 0;
  }
  .self-section .contact {
    padding: 50px 0 48px;
    margin-top: 130px;
  }
  .self-section .contact .modList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .self-section .contact .modList li + li {
    margin-left: 20px;
  }
  .self-section .contact .modList li > .txt {
    padding: 20px 0;
    width: 340px;
    font-size: 16px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .self-section .contact .modList li > .txt.wide {
    width: 400px;
  }
  .self-section .contact .modList li > .txt:hover {
    opacity: 0.7;
  }
  .self-section .contact .modList.s_txt .tel {
    margin: 0 10px 0 18px;
  }
  .self-section .contact .modList.s_txt .tel .txt {
    margin-left: 10px;
    font-size: 38px;
  }
  .self-section .contact .modList.s_txt .time-txt {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .self-section .contact {
    padding: 50px 0 40px;
    margin-top: 130px;
  }
  .self-section .contact .modList li + li {
    margin-top: 20px;
  }
  .self-section .contact .modList li > .txt {
    padding: 20px 0;
    margin: auto;
    max-width: 335px;
    font-size: 16px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .self-section .contact .modList li > .txt:hover {
    opacity: 0.7;
  }
  .self-section .contact .modList.s_txt .head-txt {
    margin-bottom: 10px;
    text-align: center;
  }
  .self-section .contact .modList.s_txt .tel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 10px 10px 18px;
  }
  .self-section .contact .modList.s_txt .tel .txt {
    margin-left: 10px;
    font-size: 32px;
  }
  .self-section .contact .modList.s_txt .time-txt {
    font-size: 14px;
    text-align: center;
  }
}

.self-section-inner + .self-section-inner {
  margin-top: 50px;
}

.self-section-inner .txt {
  margin-bottom: 30px;
  font-size: 18px;
  color: #064386;
  line-height: 1.7;
  text-align: center;
}

.self-section-inner .select-contents .select-items {
  position: relative;
  background: #FFFFFF;
  border: 2px solid #004386;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.self-section-inner .select-contents .select-items input {
  display: none;
}

.self-section-inner .select-contents .select-items input[type="radio"]:checked + label {
  background: #edf6fc;
}

.self-section-inner .select-contents .select-items label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.self-section-inner .select-contents .select-items .num {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFFFFF;
}

.self-section-inner .select-contents .select-items .num:before {
  content: "";
  display: block;
  border-style: solid;
  border-color: #004386 transparent transparent transparent;
}

.self-section-inner .select-contents .select-items .num.s_type1 > span {
  top: 4px;
  left: 8px;
}

.self-section-inner .select-contents .select-items .num > span {
  position: absolute;
  top: 4px;
  left: 4px;
}

.self-section-inner .select-contents .select-items .inner {
  height: 100%;
}

.self-section-inner .select-contents .select-items .inner .item-head {
  font-weight: 600;
  color: #004386;
  text-align: left;
  width:70%;
}

.self-section-inner .btn_return > a {
  display: block;
  position: relative;
  padding: 16px;
  margin: 50px auto 0;
  width: 285px;
  font-size: 16px;
  color: #064386;
  background: #FFFFFF;
  border: 1px solid #064386;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.self-section-inner .btn_top > a {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.self-section-inner .btn_return > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #064386;
  border-left: 2px solid #064386;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.self-section-inner .btn_top > a:before {
	display: inline-block;
	content:"";
	width:16px;
	height:9px;
	background: url(/content/dam/nttcom/cmn/img/cta-back-top.png);
	background-size:contain;
	margin-right: .5rem
}

.self-section-inner .result-contents + .result-contents {
  margin-top: 80px;
}

.self-section-inner .result-contents .s_result {
  border: 1px solid #09266c;
}
.self-section-inner .result-contents .s_result.red {
  border: 1px solid #e91e63;
}
.self-section-inner .result-contents .s_result .inner .desc {
  text-align: center;
}

.self-section-inner .result-contents .s_result .inner .check-item {
  background: #F4F5F6;
}

.self-section-inner .result-contents .s_result .inner .check-item.red{
  background: #f7dce5;
}

.self-section-inner .result-contents .s_result .inner .check-item .txt {
  font-weight: 600;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.self-section-inner .result-contents .s_result .inner .img {
  text-align: center;
}

.self-section-inner .result-contents .s_result .inner .img figcaption {
  margin-top: 10px;
  font-size: 14px;
}

.self-section-inner .result-contents .s_result .inner .solution-block {
  position: relative;
  background: #FED531;
}

.self-section-inner .result-contents .s_result .inner .solution-block:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #064386 transparent transparent transparent;
}

.self-section-inner .result-contents .s_result .inner .solution-block .txt {
  margin-bottom: 0;
  color: #064386;
  line-height: 1;
  text-align: center;
}

.self-section-inner .result-contents .s_result .inner .plam-block {
  background: #F4F5F6;
  border-top: 4px solid #004386;
}

.self-section-inner .result-contents .s_result .inner .plam-block .plam-head {
  font-weight: 600;
  color: #064386;
  text-align: center;
}

.self-section-inner .result-contents .s_result .inner .plam-block .point-block {
  background: #FFFFFF;
}

.self-section-inner .result-contents .s_result .inner .plam-block .point-block .title {
  padding: 3px;
  margin: 0;
  font-size: 18px;
  color: #FFFFFF;
  background: #5F77A4;
  text-align: center;
}

.self-section-inner .result-contents .s_result .inner .plam-block .point-block .m_check-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.self-section-inner .result-contents .s_result .txt {
  margin: 0;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}

.self-section-inner .result-contents .s_result .txt .sub {
  display: block;
  margin-top: 15px;
}

.self-section-inner .result-contents .s_result .result-head-v2.red {
  padding: 10px 0;
  font-weight: 600;
  color: #FFFFFF;
  background: #e91e63;
  text-align: center;
}

.self-section-inner .result-contents .s_result .result-head-v2 {
  padding: 10px 0;
  font-weight: 600;
  color: #FFFFFF;
  background: #09266c;
  text-align: center;
}

.self-section-inner .result-contents .s_result .result-head-v3 {
  font-weight: 600;
  color: #004386;
  line-height: 1.3;
  text-align: center;
}
.self-section-inner .result-contents .s_result .result-head-v3.red {
  color: #e91e63;
}

@media screen and (min-width: 769px) {
  .self-section-inner {
    margin: auto;
    width: 960px;
  }
  .self-section-inner.s_wide100 {
    width: 100%;
  }
  .self-section-inner .select-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .self-section-inner .select-contents .select-items {
    width: 460px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .self-section-inner .select-contents .select-items label {
    padding: 27px 25px 27px 40px;
  }
  .self-section-inner .select-contents .select-items:nth-of-type(even) {
    margin-left: 40px;
  }
  .self-section-inner .select-contents .select-items:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .self-section-inner .select-contents .select-items:hover {
    background: #a2d1ff;
  }
  .self-section-inner .select-contents .select-items .num {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  .self-section-inner .select-contents .select-items .num:before {
    border-width: 60px 60px 0 0;
  }
  .self-section-inner .select-contents .select-items .inner .item-head {
    font-size: 20px;
    line-height: 1.7;
  }
  .self-section-inner .btn_return > a:hover {
    background: #edf6fc;
  }
  .self-section-inner .result-contents {
    margin: auto;
    width: 960px;
  }
  .self-section-inner .result-contents .s_result + .s_result {
    margin-top: 32px;
  }
  .self-section-inner .result-contents .s_result .result-head-v2 {
    font-size: 22px;
  }
  .self-section-inner .result-contents .s_result .result-head-v3 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .self-section-inner .result-contents .s_result .inner {
    padding: 35px 30px 30px;
  }
  .self-section-inner .result-contents .s_result .inner .desc {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .self-section-inner .result-contents .s_result .inner .check-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  .self-section-inner .result-contents .s_result .inner .check-item .txt {
    padding: 40px 45px;
    margin: 0 20px 0 0;
    width: 300px;
    font-size: 22px;
    color: #333333;
  }
  .self-section-inner .result-contents .s_result .inner .img {
    margin: 40px auto 50px;
  }
  .self-section-inner .result-contents .s_result .inner .solution-block {
    padding: 14px;
  }
  .self-section-inner .result-contents .s_result .inner .solution-block:after {
    bottom: -48px;
    border-width: 30px 20px 0 20px;
  }
  .self-section-inner .result-contents .s_result .inner .solution-block .txt {
    font-size: 22px;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block {
    padding: 30px;
    width: 900px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block + .plam-block {
    margin-left: 30px;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block .plam-head {
    margin-bottom: 28px;
    font-size: 22px;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block .modList {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    margin-top: 35px;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block .modList .point-block {
    margin-top: 0;
    width: 400px;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block .modList .point-block .m_check-list li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block .modList .m_table {
    margin-top: 0;
    margin-left: 40px;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block .point-block {
    margin-top: 35px;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block .point-block .m_check-list {
    padding: 15px 10px 15px 26px;
    max-width: 100%;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block .point-block .m_check-list li {
    display: inline-block;
    margin-right: 20px;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block .point-block .m_check-list li + li {
    margin-top: 0;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block .m_table {
    margin-top: 20px;
  }
  .self-section-inner .result-contents .s_result .txt + .txt {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .self-section-inner {
    padding: 0 20px;
  }
  .self-section-inner.s_wide100 {
    padding: 0;
    width: auto;
  }
  .self-section-inner .txt {
    letter-spacing: -0.03em;
  }
  .self-section-inner .select-contents {
    font-size: 32px;
  }
  .self-section-inner .select-contents .select-items + .select-items {
    margin-top: 20px;
  }
  .self-section-inner .select-contents .select-items label {
    padding: 26px 20px 26px 30px;
  }
  .self-section-inner .select-contents .select-items .num {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  .self-section-inner .select-contents .select-items .num:before {
    border-width: 50px 50px 0 0;
  }
  .self-section-inner .select-contents .select-items .inner .item-head {
    font-size: 16px;
    line-height: 1.6;
  }
  .self-section-inner .select-contents .select-items .inner .img {
    width: 95px;
  }
  .self-section-inner .result-contents {
    padding: 0 20px;
  }
  .self-section-inner .result-contents .s_result + .s_result {
    margin-top: 20px;
  }
  .self-section-inner .result-contents .s_result .result-head-v2 {
    font-size: 18px;
  }
  .self-section-inner .result-contents .s_result .result-head-v3 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .self-section-inner .result-contents .s_result .inner {
    padding: 20px;
  }
  .self-section-inner .result-contents .s_result .inner .desc {
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .self-section-inner .result-contents .s_result .inner .check-item {
    padding: 20px;
  }
  .self-section-inner .result-contents .s_result .inner .check-item .txt {
    padding: 10px;
    font-size: 18px;
  }
  .self-section-inner .result-contents .s_result .inner .check-item .m_check-list {
    margin-top: 15px;
  }
  .self-section-inner .result-contents .s_result .inner .txt {
    text-align: left;
  }
  .self-section-inner .result-contents .s_result .inner .txt + .txt {
    margin-top: 20px;
  }
  .self-section-inner .result-contents .s_result .inner .img {
    margin: 40px auto;
  }
  .self-section-inner .result-contents .s_result .inner .img img {
    max-width: 100%;
  }
  .self-section-inner .result-contents .s_result .inner .img figcaption {
    text-align: left;
  }
  .self-section-inner .result-contents .s_result .inner .solution-block {
    padding: 15px;
  }
  .self-section-inner .result-contents .s_result .inner .solution-block:after {
    bottom: -31px;
    border-width: 20px 15px 0 15px;
  }
  .self-section-inner .result-contents .s_result .inner .solution-block .txt {
    font-size: 18px;
    line-height: 1.7;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block {
    padding: 20px;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block + .plam-block {
    margin-top: 40px;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block .plam-head {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.5;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block .txt {
    text-align: left;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block .point-block {
    margin-top: 20px;
  }
  .self-section-inner .result-contents .s_result .inner .plam-block .point-block .m_check-list {
    padding: 20px 14px;
  }
}

#q1-1Wrap,
#q2-1Wrap,
#q2-2Wrap,
#q2-3Wrap,
#q3-1Wrap,
#q3-2Wrap,
#q3-3Wrap,
#q1-1-result,
#q1-2-result,
#q1-3-result,
#q1-4-result,
#q1-5-result,
#q2-1-1-result,
#q2-1-2-result,
#q2-2-1-result,
#q2-2-2-result,
#q3-1-result,
#q3-2-1-result,
#q3-2-2-result,
#q3-2-3-result,
#q3-3-result,
#q3-4-result{
    display:none;
}