@charset "utf-8";
/* CSS Document */

.mokutekiTitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 30px!important;
}
ul.mokutekiList {
  margin: 20px auto 50px;
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
}
ul.mokutekiList li {
  padding: 5px;
}
ul.mokutekiList li img {
  width: 100%;
}
ul.pointList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 50px;
}
ul.pointList li {
  padding: 5px;
}
ul.pointList li img {
  width: 100%;
}
.serviceTitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}
.pointArea {
  text-align: center;
  padding-bottom: 60px;
}
.pointTitle {
  padding-bottom: 30px;
}
.pointSubTitle {
  padding-bottom: 20px;
}
.pointText {
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
}
.pointImg {
  padding: 20px 0;
}
.pointTextInfo {
  text-align: left;
  font-size: 12px;
  width: 570px;
  margin: 0 auto;
}
.pointLinkBtn {
  margin: 30px auto;
}


/*製品*/
.device_frame {
  border: 2px solid #643595;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 95%;
  margin: 10px auto;
}
section#contents h3 {
  background-color: #643595;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}
section#contents h3.blue {
    background-color: #0756a0;
    color: #fff;
    font-size: 14px;
    /* font-size: 16px; */
    text-align: center;
    padding: 10px;
}
.device_frame h3 {
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.device_moreBtn {
  background-color: #643595;
  color: #fff;
  font-weight: bold;
  text-align: right;
  padding-right: 31px;
  background-image: url(../common/images/smartphone/right_arrow_purple.png);
  background-position: 255px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  line-height: 20px;
}

.device_table {
  border-left: 1px solid #323232;
  border-top: 1px solid #323232;
  background: #643595;
  color: #323232;
  margin: 10px auto 0 auto;
}
.device_table th {
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
  text-align: left;
  background: #ffffff;
  margin: 0;
  font-weight: normal;
  padding: 5px;
  min-width: 50px;
}
.device_table td {
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
  padding: 5px;
  color: #fff;
}
.device_table th.ex {
  border-right: 1px dotted #323232;
  font-weight: bold;
}

table.tanmatuPrice {
  border-spacing: 0;
  border-radius:10px;
  font-weight:bold;
  vertical-align: middle;
  font-size:16px;
  border:solid 2px #0756a0;
  width: 95%;
  margin: 10px auto;
}
table.tanmatuPrice th {
  color: #fff;
  background-color:#0756a0;
  padding: 5px;
  font-size:16px;
  width: 25%;
}
table.tanmatuPrice td.price24 {
  color: #ea6088;
  font-size:13px;
  border-bottom: solid 2px #0756a0;
}
table.tanmatuPrice td.bunkatu24 {
  border-right: solid 2px #0756a0;
  border-bottom: solid 2px #0756a0;
  text-align: center;
}
table.tanmatuPrice td.price36 {
  font-size:13px;
}
table.tanmatuPrice td.bunkatu36 {
  border-right: solid 2px #0756a0;
  text-align: center;
}
table.tanmatuPrice td {
  color: #ea6088;
  font-size:16px;
  padding: 5px;
}


/*申し込みの流れ*/
.flowInfoTitle {
  font-weight: bold;
}
.flowInfoUnderline {
  text-decoration: underline;
}
.flowInfoAttText {
  font-size: 10px;
}
#mnp_a {
  display: block;
  position: absolute;
  width: 115px;
  height: 30px;
  top: 384px;
  right: 110px;
}

/*料金*/
.sms_table {
  border-left: 1px solid #323232;
  border-top: 1px solid #323232;
  background-color: #643595;
  color: #323232;
  margin: 0 auto 10px auto;
}
.sms_table td {
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
  padding: 10px;
  color: #fff;
}
.sms_table th {
  border-right: 1px solid #323232;
  border-bottom: 1px solid #323232;
  text-align: left;
  background: #ffffff;
  margin: 0;
  font-weight: normal;
  padding: 10px;
  min-width: 3em;
}
