/* ---------------------------------------------------------
$ PC(デスクトップ版)
----------------------------------------------------------*/

/*===== パンくず =====*/

#topic-path {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#topic-path ul {
  padding-top: 10px;
}
#topic-path ul li {
  display: inline-block;
  line-height: 1.3;
  font-size: 14px;
  color: #fff;
}
#topic-path ul li:after {
  content: ">";
  margin: 0 0 0 5px;
}
#topic-path ul li:last-child:after {
  content: "" !important;
  margin: 0;
}
#topic-path ul li a {
  font-size: 14px;
  color: #fff;
}
#topic-path ul li a:hover {
  text-decoration: underline;
}

/*===== 大見出し =====*/

#headline {
  width: 100%;
  background: url(../img/common/common_mv_bg.gif) center repeat #da2109;
  position: relative;
}
#headline > .section-inner {
  height: 153px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
#headline h1 {
  font-weight: bold;
  color: #fff;
  font-size: 38px;
  letter-spacing: 1px;
  margin: 0 auto;
  padding-left: 75px;
  position: relative;
}

#headline h1:before {
  content: '';
  display: inline-block;
  width: 61px;
  height: 54px;
  background: url(../img/common/common_title_icon_sub.png) center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -27px;
  position: absolute;
  left: 0;
  top: 50%;
}

/* h2 */
.ttl-h2 {
/*  font-size: 30px;*/
  line-height: 1.3;
}


/*===== レイアウト =====*/

#container {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
}
#main-column {
  width: 74.07%;
  float: left;
}
#side-column {
  width: 22.2%;
  float: right;
}
#one-column {
  width: 100%;
}
.side-box:not(:last-child) {
  margin-bottom: 30px;
}
.side-box h2 {
  background: #888;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  padding: 15px 10px;
  border: 1px solid #888;
  border-bottom: none;
}
.side-tokaisafe h2 {
  font-size: 18px;
}
.hosho .side-box h2 {
  font-size: 18px;
}
.houmon .side-box h2 {
  padding: 15px 6px;
}
.side-box ul {
  background: #fff;
  border: 1px solid #888;
  border-radius: 0 0 10px 10px;
  margin-top: -1px;
}
.side-box ul li:not(:last-child) {
  border-bottom: 1px solid #888;
}
.side-box ul li a {
  display: block;
  font-size: 18px;
  padding: 20px 10px;
}
.hosho .side-box ul li a, .denwa .side-box ul li a {
  padding-right: 0;
  font-size: 16px;
}
.side-box ul li a:hover {
  color: #1169ab;
  text-decoration: underline;
}
.txt-link {
  /*color: #0b9be5 !important;*/
  color: #1169ab !important;
  word-wrap:break-word;
}
.txt-link:hover {
  text-decoration: underline;
}
.color-blue {
  color: #0b9be5;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.side-news .link-arrow-ul a::before {
  border-top: solid 2px #666;
  border-right: solid 2px #666;
}


/*===== お知らせ =====*/

.important {
  border: 1px solid #e2261a;
  padding: 25px;
}
.important p {
  color: #e2261a;
  font-weight: 700;
  line-height: 2;
}
.important p a {
  text-decoration: underline;
  color: #e2261a;
  font-weight: 700;
  line-height: 2;
}
.important p a:hover {
  text-decoration: none;
  color: #e2261a;
  font-weight: 700;
  line-height: 2;
}
.news-list {
  margin-bottom: 40px;
}
.news-list dl {
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.news-list dl dt, .news-list dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 15px;
  line-height: 1.4;
}
.news-list dl dt {
  width: 160px;
  padding: 0 10px;
  white-space: nowrap;
}
.news-list dl dd a {
  display: block;
  color: #1169ab;
}
.news-list dl dd a:hover {
  text-decoration: underline;
}
.attention p {
  font-size: 12.5px;
  line-height: 1.4;
}
.attention span {
  color: #ff0000;
}
/* 詳細 */

#entry-box h2 {
  font-size: 22px;
  border-bottom: 2px solid #e2261a;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 1.4;
}
.date {
  text-align: right;
  margin-bottom: 30px;
}
.entry-contents {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/* edit style */

.entry-contents * {
  line-height: 1.4;
  word-wrap: break-word;
}
.entry-contents h1 {
  font-size: 1.625em;
  font-weight: 700;
  margin-bottom: 25px;
}
.entry-contents h2 {
  font-size: 1.500em;
  font-weight: 700;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 20px !important;
  padding-left: 0 !important;
}
.entry-contents h3 {
  font-size: 1.375em;
  font-weight: 700;
  margin-bottom: 20px;
}
.entry-contents h4 {
  font-size: 1.250em;
  font-weight: 700;
  margin-bottom: 15px;
}
.entry-contents h5 {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 15px;
}
.entry-contents h6 {
  font-size: 1.000em;
  font-weight: 700;
  margin-bottom: 15px;
}
.entry-contents p {
  line-height: 1.6;
}
.entry-contents ol, .entry-contents ul {
  margin-bottom: 30px;
  font-size: 1.000em;
}
.entry-contents ol li, .entry-contents ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.entry-contents ol li:not(:last-child), .entry-contents ul li:not(:last-child) {
  margin-bottom: 15px;
}
.entry-contents ol li::before, .entry-contents ul li::before {
  content: "・";
}
blockquote {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 30px;
}
.entry-contents a {
  color: #0075a9 !important;
  text-decoration: underline;
}
.entry-contents a:hover {
  text-decoration: none;
}
.entry-contents strong {
  font-weight: bold;
}
.entry-contents em {
  font-style: oblique;
}
.entry-contents pre {
  margin-bottom: 30px;
}
.entry-contents p:not(:last-of-type) {
  margin-bottom: 30px;
}
/* edit style end */


.page-nav {
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}
.page-nav li {
  display: inline-block;
  font-size: 18px;
}
.page-nav li a {
  display: inline-block;
  padding: 5px 20px 10px;
  border-bottom: 3px solid #aaaaaa;
}
.page-nav li:first-child a {
  padding-left: 10px;
}
.page-nav li:last-child a {
  padding-right: 10px;
}
.page-nav li a:hover {
  color: #0075a9;
  border-bottom: 3px solid #0075a9;
}


/*===== 障害・メンテナンス情報 =====*/

.info section:not(:last-child) {
  margin-bottom: 60px;
}
.update {
  text-align: right;
  margin-bottom: 10px;
}
.info .ttl-h2 span {
  display: inline-block;
  margin: 0 -.5em;
}
.info-box {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 15px;
}
.report-none + .txt-right {
  margin-top: 10px;
}
.reported + .txt-right {
  margin-top: 20px;
}
.report-none p:first-of-type {
  font-size: 22px;
}
.reported p:first-of-type {
  font-size: 22px;
  color: #e2261a;
  margin-bottom: 5px;
}
.fault-report p:first-of-type {
  color: #000;
}
.info-box a {
  color: #0075a9;
}
.info-box + p {
  margin-left: 30px;
}
.info-link {
  margin-top: 25px;
}
.btn {
  display: inline-block;
  width: auto;
  border-radius: 0;
  padding: 15px 10px;
  color: #0075a9;
  border: 2px solid #0075a9;
  font-size: 22px;
  line-height: 1.3;
}
.btn::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_external.png) no-repeat left center;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.info-link > div:not(:last-child) .btn {
  margin-bottom: 20px;
}
caption {
  display: none;
}
table {
  width: 100%;
  border: 1px solid #cccccc;
  border-bottom: none;
  border-right: none;
}
.reported table {
  margin-top: 20px;
}
table th, table td {
  line-height: 1.4;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
table th {
  background: #f7f7f7;
  text-align: center;
}
.libmo-denwa section table th, .hosho section table th, .houmon section table th {
  background: #ffeaec;
}
.reported table th:first-child, .reported table th:nth-child(2) {
  width: 30%;
}
table td {
  background: #fff;
}
.reported table td dl:not(:last-child) {
  margin-bottom: 20px;
}
.reported table td dl dt, .reported table td dl dd {
  line-height: 1.4;
}
.reported table td dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.reported table td p {
  font-size: 16px !important;
  color: #000 !important;
  margin-bottom: 0 !important;
}
.info-box .reported:not(:first-of-type) .report-txt {
  display: none;
}


/*===== お問い合わせ =====*/

.inquiry .attention {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 40px;
}
.inquiry .attention p:not(:last-child) {
  margin-bottom: 10px;
}
.inquiry-box p:first-of-type {
  margin-bottom: 30px;
}
.inquiry-ul {
  font-size: 0;
  margin-bottom: -30px;
}
.inquiry-ul li {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 30px;
  line-height: 1.4;
  vertical-align: top;
}
.inquiry-ul li a {
  font-size: 18px;
}
.contact-tel {
  border: 2px solid #cd1a00;
  margin-top: 75px;
}
.contact-tel dt {
  border-bottom: 1px solid #cd1a00;
  background: #cd1a00;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
  line-height: 150%;
  color: #fff;
}
.contact-tel dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 41px 95px 35px 95px;
}
.contact-tel dd span:nth-child(2) {
  font-size: 34px;
  display: block;
}
.contact-tel dd span:nth-child(2) strong {
  font-weight: bold;
}
.contact-tel dd span:nth-child(2) img {
  margin-right: 5px;
}
.contact-tel dd p:nth-child(1) {
  font-size: 22px;
  color: #e2261a;
  display: block;
  line-height: 1.2;
  margin-right: 50px;
}
.contact-tel dd p:nth-child(1) span {
  font-size: 14px;
  color: #333;
  display: block;
}
.contact-tel dd p:nth-child(2) {
  font-size: 36px;
}
.contact-tel dd span:nth-child(3) {
  font-size: 18px;
  display: block;
  margin-top: 15px;
}
.contact-tel dd span:nth-child(3) small {
  font-size: 14px;
  display: block;
  padding-top: 10px;
}

@media screen and (min-width:641px) {
  .contact-tel br {
    display: none;
  }

}
.btn-contact {
  background: #1169ab;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  padding: 18px 10px;
  line-height: 1.3;
}
.btn-center {
  display: inline-block;
  position: relative;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 auto;
  text-align: center;
}
.btn-center .btn-contact {
  padding: 18px 30px;
}
.required {
  color: #e2261a;
}
.form-table {
  border: none;
  width: 90%;
  margin: 0 auto;
}
.form-table .required {
  margin-left: 5px;
}
.form-table .voluntary {
  color: #999;
  font-size: 80%;
  margin-left: 2px;
}
.form-table th, .form-table td {
  line-height: 1.4;
  padding: 0;
  border-bottom: none;
  border-right: none;
  display: block;
}
.form-table th {
  background: transparent;
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
}
.form-table th br {
  display: none;
}
.form-table td {
  margin-bottom: 30px;
}
.form-table td ul {
  width: 100%;
}
.form-table td ul li {
  float: left;
  width: 45%;
}
.form-table td ul li:last-child {
  float: right;
}
.form-table input[type="text"], .form-table input[type="number"], .form-table textarea, .form-table select {
  background: #fff;
  width: 100%;
  padding: 5px;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  font-size: 16px;
  -webkit-transition: .4s;
  transition: .4s;
}
.form-table input[type="text"], .form-table input[type="number"] {
  height: 50px;
}
.form-table textarea {
  height: 180px !important;
}
.form-table select {
  width: 30%;
  height: 50px;
}
.form-table input[type="text"]:hover, .form-table textarea:hover, .form-table select:hover, .form-table input[type="text"]:focus, .form-table textarea:focus {
  background-color: #f6f6f6;
  border: 1px solid #999;
  outline: none;
}
.form-table .check-box label {
  display: inline-block;
  width: 49%;
  margin-bottom: 15px;
}
.form-table .check-box span:last-child, .form-table .check-box span:nth-last-child(2) {
  margin-bottom: 0;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.form-table .check-box2 label {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  margin-right: 20px;
}
.form-table .check-box2 span:last-child label {
  margin-right: 0;
}
.form-table .year input {
  width: 15%;
}
.form-table .year input[type="text"] {
  width: 20%;
}
.form-table .year span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.input-30 input {
  width: 30% !important;
}
input[type="radio"], input[type="checkbox"] {
  position: relative;
  outline: none;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  width: 2em;
  height: 2em;
  top: -1px;
}
label {
  cursor: pointer;
}
.form-table td dl:not(:last-child) {
  margin-bottom: 20px;
}
.form-table td dl dt {
  font-size: 16px;
  margin-bottom: 5px;
}
#submit {
  width: 360px;
  margin: 0 auto;
}
#submit input {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  outline: none;
  background: #0075a9;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
}
#submit input:hover {
  opacity: .8;
}
.error {
  font-size: 16px !important;
  display: inline-block;
  margin-top: 5px;
}
.form-table input + input, .form-table input + .error + input {
  margin-top: 10px;
}
.form-table .email-input {
  display: block;
  margin-top: 10px;
}
/* 確認画面 */
.confirm .form-table td {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.confirm .form-table .email-input {
  display: none;
}
.confirm #submit {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.confirm #submit input {
  width: 47.5%;
  margin-right: 5%;
}
.confirm #submit input:last-child {
  margin-right: 0;
}
.confirm #submit .btn-back {
  background: #ccc;
  color: #000;
}
/* 完了画面 */

#thanks-box p:not(:last-of-type) {
  margin-bottom: 30px;
}
#thanks-box h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}


/*===== 青少年インターネット環境 =====*/

#youthprot .form-table .check-box label {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
#youthprot .form-table .check-box span:last-child, .form-table .check-box span:nth-last-child(2) {
  margin-bottom: 0;
}


/*===== 動作確認済み端末 =====*/

.mini {
  font-size: 13px;
  margin-left: 10px;
}
.device .mini {
  margin-bottom: 30px;
}
.device .info-box, .lineup .info-box {
  margin-bottom: 40px;
}
.device .info-box > p:first-of-type, .lineup .info-box > p:first-of-type {
  font-size: 20px;
  margin-bottom: 10px;
}
.device .info-box .attention p, .lineup .info-box .attention p {
  font-size: 14px;
}
.device .info-box .attention p:not(:last-child), .lineup .info-box .attention p:not(:last-child) {
  margin-bottom: 5px;
}
.txt-red {
  color: #e2261a;
}
.device .btn-contact {
  font-size: 28px;
  border-radius: 10px;
}
.tab {
  width: 100%;
  position: relative;
  z-index: 10;
}
.tab li {
  position: relative;
  float: left;
  width: 32.5% !important;
  margin-right: 1.25% !important;
  /*border: 4px solid #808080;*/
  border: 4px solid #eeeeee;
  background: #fff;
  padding: 2.857% 2.0408%;
  cursor: pointer;
  outline: none;
  margin-bottom: 20px;
}
.tab li:nth-child(3) {
  margin-right: 0 !important;
}
.device .tab {
  margin-bottom: 20px;
}
.tab .select {
  position: relative;
  border: 4px solid #e2261a;
  z-index: 12;
}
.tab .select::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
  z-index: 12;
}
.tab .select::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -12px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #e2261a transparent transparent transparent;
  z-index: 11;
}
.device .tab li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 18px;
  border-width: 4px;
}
.device .tab li:last-of-type {
  margin-right: 0 !important;
}
.device .tab li span {
  text-align: center;
}
.device .tab li span img {
  display: block;
  margin: 0 auto 10px;
  height: auto;
  vertical-align: middle;
  position: relative;
}
.device .tab li:first-child img {
  width: 30px;
}
.device .tab li:nth-child(2) img {
  width: 40px;
}
.device .tab li:last-child img {
  width: 48px;
  top: -3px;
}
.device .tab li:last-child span img {
  margin: 10px auto 20px;
  display: block;
}
#device-search, #device-wrap {
  width: 100%;
  position: relative;
}
#device-sp, #device-tb, #device-other {
  position: relative;
  margin-bottom: 20px;
}
#device-wrap > div table:not(:last-child) {
  margin-bottom: 20px;
}
.device table th, .device table td {
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
}
.device table th {
  background: #e2261a;
  color: #fff;
}
.device table tr td:nth-child(2) {
  width: 17.6%;
  text-align: left;
  font-size: 14px;
}
.device table tr td:nth-child(3) {
  width: 14.35%;
}
.device table tr td:last-child {
  width: 16%;
}
.device table th a {
  position: relative;
}
.device table th a img {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}
.device table td a img {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.hide, i {
  display: none;
}
.tooltip {
  position: absolute;
  z-index: 100;
}
.tooltip .inner {
  width: auto;
  display: inline-block;
  background: #fff;
  border: 3px solid #0075a9;
  padding: 20px;
}
.tooltip .info {
  border: 3px solid #999;
}
.tooltip h3 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tooltip h3::before {
  content: "";
  position: relative;
  display: inline-block;
  background: url(../img/common/icon_hatena_blue.png) no-repeat left center;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  top: 2px;
}
.tooltip .info p {
  display: table;
  width: 100%;
  line-height: 1.4;
}
.tooltip .info img, .tooltip .info span {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.tooltip .info img {
  width: 50px;
  height: auto;
  padding-right: 10px;
}
/*.tooltip .info i {
  display: block;
  position: absolute;
  color: #666;
  font-size: 40px;
  top: -35px;
  right: -10px;
  z-index: 101;
  cursor: pointer;
}*/

#antennapict {
  margin-bottom: 0;
}
.newDevice:after {
  content: "new";
  display: inline-block;
  text-align: center;
  background: #e2261a;
  color: #fff;
  padding: 5px 5px 3px;
  margin-left: 5px;
  border-radius: 5px;
  line-height: 1.2;
}
.newDeviceSp:before {
  content: "new";
  display: inline-block;
  text-align: center;
  background: #e2261a;
  color: #fff;
  padding: 5px 5px 3px;
  margin-right: 5px;
  border-radius: 5px;
  line-height: 1.2;
}


/*===== 取り扱い端末一覧 =====*/

#device-wrap.bg_gray {
  padding: 40px 0 100px;
  background: #f7f7f7;
}
#device-wrap .masonry {
  width: calc(100% + 30px);
  position: relative;
}
#device-wrap.device-lineup .tab-contents:first-of-type {
  opacity: 0;/* ちらつき防止 JSでopacityの値を変更します。 */
}
.lineup-index {
  min-height: 500px;/* ちらつき防止 */
}
.lineup-index > li {
  float: none;
  margin-right: 0;
  width: 33.33333%;
  padding: 0 30px 0 0;
}
.lineup-index > li:nth-child(-n+3) {
  margin-bottom: 30px;
}
.lineup-index > li .device-item-inner {
  background: #fff;
  padding: 20px;
  position: relative;
}
@media all and (max-width: 640px) {
  /* masonryの打消し */
  .lineup-index > li {
    position: static !important;
    width: 100%;
  }
}
.lineup-index .device-item-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.lineup-index .device-item-icon img {
  width: 40px !important;
  height: auto;
}
.lineup-index h2 {
  font-size: 22px;
}
.lineup-index h2::after {
  height: 4px;
}
/*
.lineup-index h2.new:before {
  background: url(../img/common/icon_new.png) no-repeat left center;
  background-size: 40px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0 10px 0 0;
}
.lineup-index h2.pricedown:before {
  background: url(../img/common/icon_pricedown.png) no-repeat left center;
  background-size: 40px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0 10px 0 0;
}
*/
.lineup-index img {
  display: block;
  margin: 0 auto 20px;
  height: 320px;
  width: auto !important;
}
.lineup-index h2 img {
  display: inline-block;
  width: auto;
  height: 30px;
  margin-bottom: 5px;
}
.lineup-index img + p {
  padding: 0 10px;
}
.lineup-index .price {
  font-size: 24px;
  font-weight: 700;
  color: #e2261a;
  text-align: center;
  margin: 20px 0;
}
.lineup-index .price span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px;
}
.lineup-index .price em {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .lineup-index .price em {
    font-size: 12px;
  }
}
.lineup-index .btn-contact {
  width: 240px;
  padding: 12px 10px;
}
@media screen and (max-width: 640px) {
  .lineup-index .price{
    margin: 10px 0;
  }
}
.comment {
  padding: 20px;
  margin: 0 auto;
  max-width: 1080px;
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 1.6;
}
.comment p {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 20px;
}


/* 一覧カラー切り替え */

.color-item {
  width: 147px;
  margin: 0 auto;
}
.lineup-index .color-item li:nth-child(-n+3) {
  margin-bottom: 0;
}
.color-item div {
  overflow: hidden;
  position: relative;
  width: 147px;
  height: 300px;
}
@media screen and (max-width: 640px) {
  .color-item div {
  width: 130px;
  height: 264px;
  }
}
 .color-item div img:first {
 position: relative;
}
.color-item div img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: auto;
}
.color-list {
  text-align: center;
  margin-top: 10px;
}
.color-list li {
  display: inline-block;
  margin-right: 3px;
  cursor: pointer;
  margin-bottom: 0;
}
.color-list li:last-child {
  margin-right: 0;
}
.color-list li img {
  width: 10px;
  height: 10px;
  display: block;
}
.color-list li span {
  width: 20px;
  height: 20px;
  display: block;
  margin-bottom: 10px;
  border: 1px solid #c8c8c8;
}
.color-no {
  margin-top: 20px;
}
#device-wrap.bg_gray .device_sale_end {
  margin-bottom: 0;
}

/*===== 取り扱い端末詳細 =====*/

#device-detail {
  width: 100%;
}

/* device-detail-title */
.device-detail-title {
  text-align: center;
  margin-bottom: 55px;
}

.device-detail-title h2 {
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: bold;
}

.device-detail-title h2 em {
  display: inline-block;
  background: #d52009;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  letter-spacing: 0.05em;
}

.device-detail-title p {
  font-size: 18px;
  letter-spacing: 0.05em;
}

#device-detail #gallery {
  width :51.8%;
  max-width: 560px;
  float: left;
}

#device-detail #detail {
  width: 44.4%;
  max-width: 480px;
  float: right;
}

/* gallery */
#device-detail #gallery {
  overflow: hidden;
}

#device-detail #gallery .mainimg {
  width: 77.3%;
  float: right;
}

#device-detail #gallery .thumbs-list {
  width: 21%;
  float: left;
}

.mainimg {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.mainimg img {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.mainimg img.front {
  position: relative;
}

.thumbs-list {
  margin-bottom: 20px;
}
.thumbs-list li {
  float: left;
  width: 46.61%;
  margin-bottom: 16.95%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
}
.thumbs-list li:nth-of-type(even) {
  float: right;
}
.thumbs-list li img, .thumbs-list li div {
  -webkit-transition: .3s;
  transition: .3s;
}
.thumbs-list li div {
  box-shadow: 0 0 0 1px #c7c6c7 inset;
}
.thumbs-list .selected div {
  box-shadow: 0 0 0 1px #8c8c8c inset;
}
.thumbs-list li:hover div {
  box-shadow: 0 0 0 1px #8c8c8c inset;
}
.thumbs-list li div img {
  position: relative;
  z-index: -1;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* detail */
#device-detail .ttl-h2 em {
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}
#device-detail .ttl-h2 {
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 0 auto 20px;
  text-align: left;
  font-size: 48px;
  padding: 0 0 5px 0;
}
#device-detail .ttl-h2::after {
  height: 4px;
}
#device-detail .ttl-h2 img {
  /*height: 62px;*/
  padding-bottom: 5px;
}
#detail .detail-box dl {
  margin-bottom: 28px;
}
#detail .detail-box dl dt {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
#detail .stock-little {
  color: #da4939;
  display: block;
}
.detail-price dt span {
  display: block;
  line-height: 1.3;
  font-size: 13px;
  line-height: 1.53;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
}
.detail-price dt span:first-of-type {
  margin-top: 5px;
}

.detail-price ul {
  display: table;
  width: auto;
}
.detail-price ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.detail-price ul li:first-child {
  background: #cccccc;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 7px 15px;
  font-weight: bold;
}
.detail-price ul li:last-child {
  font-size: 36px;
  font-weight: 700;
  padding-left: 12px;
}
.detail-price ul li:last-child span {
  font-size: 0.666em;
}
.detail-price ul + p {
  margin: 5px 0 15px 0;
  font-size: 13px;
}
.detail-color ul, .detail-sim ul {
  font-size: 0;
}
.detail-color ul .product_memo {
  display: block;
  width: 100%;
  margin-top: -15px;/* -20 + 5 */
  margin-bottom: 25px;/* 20 + 5 */
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
}
.detail-color ul li:last-child {
  margin-right: 0;
}
.detail-color ul li span {
  display: block;
  width: 100%;
  height: 10px;
  margin: 0 auto 5px auto;
}
.detail-color ul li .txt-red {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 11px;
  color: #b9221e;
  border: none;
}
.detail-color ul, .detail-sim ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.detail-color ul {
  margin-bottom: -20px;
}
.detail-color ul li {
  display: block;
  margin-bottom: 20px;
  width: 33.33333%;
  text-align: center;
  font-size: 13px;
  line-height: 1.23;
  vertical-align: top;
}
.detail-sim ul {
  margin-bottom: -10px;
}
.detail-sim ul li {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}
.color-black {
  background: #000;
}
.color-pink {
  background: #e9a7aa;
}
.color-white {
  background: #f5f5f5;
}
.color-gold {
  background: #eddd9c;
}
.color-silver {
  background: #ddd;
}
.color-gray {
  background: #7a7a7a;
}
.color-purple {
  background: #c985d2;
}
.color-green {
  background: #b0d399;
}
.color-blue {
  background: #5290ce;
}
.color-navy {
  background: #000080;
}
.color-metallic_blue {
  background: #9ba9aa;
}
.color-copper_red {
  background: #b9221e;
}
.color-metal_green {
  background: #80b171;
}
.color-sky_blue {
  background: #63a0a9;
}
.color-pink_gold {
  background: #d29593;
}
.color-sakura_pink {
  background: #f5dacf;
}
.color-klein_blue {
  background: #016193;
}
.color-rouge_red {
  background: #b7212d;
}

/*ZenFone Live L11*/
.color-shimmer_gold{ background: #e1ccbb; }
.color-rose_pink{ background: #d6b7b5; }
.color-space_blue{background: #314e8a; }

/*AQUOSsense2 SH-M08 */
.color-white_silver{ background: #b6b7b2; }
.color-ash_yellow{ background: #c4b57c; }
.color-urban_blue{background: #8899b3; }


.detail-sim ul li {
  border: 1px solid #c8c8c8;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  font-weight: 700;
  border-radius: 3px;
}
.detail-sim ul .nano-sim::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(../img/lineup/common/nano_sim.png) no-repeat left center;
  background-size: contain;
  width: 15px;
  height: 20px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
}
.detail-sim ul .micro-sim::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(../img/lineup/common/micro_sim.png) no-repeat left center;
  background-size: contain;
  width: 15px;
  height: 20px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
}
#detail .entry-wh {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#detail .btn-entry {
  display: inline-block;
  border-radius: 7px;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 700;
  width: auto;
  padding: 20px 50px;
  opacity: 1 !important;
}
#detail .btn-entry:hover {
  background: #face1d;
  color: #000;
}

/* バナー */
.option_hosho_banner {
  text-align: center;
}
.option_hosho_banner img {
  width: 100%;
  max-width: 800px;
}

/* 機能・スペック */
#device-feature {
  padding-top: 65px;
}
#device-feature .item-4 {
  margin-bottom: -1.85%;
}
#device-feature .item-4 li {
  width: 23.61%;
  margin-right: 1.85%;
  margin-bottom: 1.85%;
}
#device-feature .item-4 li:nth-child(4n) {
  margin-right: 0;
}
#device-feature section:not(:last-child) {
  margin-bottom: 80px;
}

/* table */
#device-feature table {
  border: 1px solid #9d9d9e;
}
#device-feature table td {
  border-right: 1px solid #9d9d9e;
}
#device-feature tr:last-of-type th,
#device-feature tr:last-of-type td {
  border-bottom: 1px solid #9d9d9e;
}

#device-feature table,
#device-feature .device-feature-specText {
  width: 74%;
  margin: 0 auto;
}
#device-feature table th, #device-feature table td {
  padding: 20px 10px;
  vertical-align: middle;
}
#device-feature table th {
  width: 35.625%;
  text-align: left;
  padding: 20px 10px 20px 30px;
}
#device-feature table td {
  padding-left: 50px;
  border-right: 1px solid #9d9d9e;
}
#device-feature .device-feature-specText {
  margin-top: 20px;
}
#device-feature .device-feature-specText p {
  font-size: inherit;
}
#device-feature .device-feature-specText .indent {
  text-indent: -3.6em;
  padding-left: 3.6em;
}

/*===== サポート =====*/

.support-index section:not(:last-child) {
  margin-bottom: 60px;
}
.support-index .btn-contact {
  padding: 12px 60px;
}
.support-index .ttl-h2 + p {
  margin-bottom: 30px;
}
.support-index > section section:not(:last-of-type) {
  margin-bottom: 50px;
}
.support-index > section section h3 {
  color: #e2261a;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-weight: bold;
}
.support-index > section section h3 + p {
  margin-bottom: 25px;
}
.support-index .col-2 > div {
  vertical-align: top;
}
.support-index .col-2 > div:first-child {
  width: 51.037%;
  padding-right: 2.7%;
}
.support-index table th, .support-index table td {
  padding: 20px;
}
.support-index .item-3 .btn-contact {
  padding: 20px 10px;
}
#terms-guide ul {
  margin: 10px 0 40px 0;
}
#terms-guide ul:after {
  content: "";
  display: block;
  clear: both;
}
#terms-guide ul li {
  width: 480px;
  margin-bottom: 30px;
  padding-left: 38px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #ccc;
  font-size: 18px;
  float: left;
  position: relative;
}
#terms-guide ul li:nth-child(2n) {
  margin-left: 40px;
}
#terms-guide ul li::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_pdf.png) no-repeat left center;
  background-size: 23px 30px;
  width: 23px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  vertical-align: middle;
}
#terms-guide ul li a:hover {
  text-decoration: underline;
}
table .pdf-link {
  color: #1169ab !important
}
table .pdf-link:hover {
  text-decoration: underline;
}
table .pdf-link:before {
  background: url(../img/common/icon_pdf.png) no-repeat left center;
  background-size: 20px;
  display: inline-block;
  content: "";
  width: 20px;
  height: 30px;
  vertical-align: -7px;
  margin-right: 7px;
}


/*===== サービス紹介 =====*/

.service {
  max-width: 800px;
  margin: 0 auto;
}
.service .intro {
  padding-bottom: 50px;
  margin-bottom: 48px;
  border-bottom: 3px dotted #cccccc;
}
.service .intro p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.66666;
  text-align: center;
}
.service .intro ul {
  text-align: center;
  font-size: 0;
}
.service .intro ul li {
  display: inline-block;
  font-size: 20px;
  margin-right: 60px;
}
.service .intro ul li:last-child {
  margin-right: 0;
}
.service .intro ul li a {
  font-size: 20px;
  color: #1169ab;
  font-weight: bold;
  padding-left: 20px;
}
.service .intro ul li a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: none;
  border-left: 8px solid #1169ab;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -6px;
  transform: none;
}
.service-point {
  border-top: 3px dotted #cccccc;
  padding-top: 48px;
}
.service-point:first-of-type {
  border-top: none;
  padding-top: 0;
}
.service-point:not(:last-child) {
  margin-bottom: 55px;
}
/*
.service-point h2:not(.ttl-h2) {
  display: inline-block;
  position: relative;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 1px;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 auto 30px;
  text-align: center;
  font-weight: bold;
}
*/
.service-point h2:not(.ttl-h2) {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-point h2:not(.ttl-h2) img {
  flex-basis: 82px;
  width: 82px;
  height:82px;
  flex-shrink: 0;
}
.service-point h2:not(.ttl-h2) span {
  display: inline-block;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: bold;
  margin-left: 15px;
}
.service-point .service-point-tabletitle {
  display: inline-block !important;
  margin-bottom: 65px !important;
  padding: 0 2px;
  border-bottom: 5px solid #da2109;
  font-size: 30px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*
.service-point h2:not(.ttl-h2) img {
  position: relative;
  display: inline-block;
  width: 82px;
  height: auto;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  top: -10px;
}
*/
.service-point p:not(:last-of-type) {
  margin-bottom: 18px;
}
/* 低価格を実現 のみ */
.service-point:first-of-type p:not(:last-of-type) {
  margin-bottom: 35px;
}
.service-txt {
  color: #e2261a;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px !important;
  text-align: center;
  font-weight: bold;
}
.service-point img {
  width: 100%;
}
.service-point a {
  color: #1169ab;
  font-weight: bold;
  padding-left: 20px;
}
.service-point a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: none;
  border-left: 8px solid #1169ab;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 5px;
  left: 0;
  transform: none;
}
.service-point .mini {
  font-size: 13px;
  line-height: 1.69;
}
.external::after {
  content: "";
  position: relative;
  display: inline-block;
  background: url(../img/common/icon_external.png) no-repeat left center;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  top: 3px;
}
.service-box {
  border: 2px solid #e2261a;
  padding: 20px;
  margin-top: 30px;
}
.service-box h3,
.service-point h3 {
  text-align: center;
  font-size: 24px;
  color: #e2261a;
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: 700;
}
.service-point h3 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.service-box dt {
  background: #e2261a;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 10px;
  margin-bottom: 10px;
}
.service-box dd p:not(:last-child) {
  margin-bottom: 5px;
}
.service-box dd p a {
  font-size: 16px;
}
.service-box ul li {
  margin-bottom: 0;
}
.service-point table {
  margin-bottom: 3.75%;
}
.service-point table th {
  width: 78.9%;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
}
.service-point table th span {
  display: block;
  font-size: 13px;
  margin-top: 3px;
}
.service-point table td {
  vertical-align: middle;
  text-align: center;
}
#disclaimer p:not(:last-child) {
  margin-bottom: 20px;
}
.service-point .attention + .entry-wh {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
   .service-point .attention + .entry-wh {
    margin-top: 0;
  }
}

/* データシェアオプション */
.service-point.datashare {
  text-align: center;
}

.service-point.datashare img {
  max-width: 718px;
}

/* 格安SIMの紹介 */

.sim .service-box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sim .service-box .mini {
  margin-left: 0;
  display: block;
}


/*===== ご利用までの流れ =====*/

.flow-lead {
  max-width: 800px;
}

@media all and (min-width: 641px) {
  #flow-wrap .section-inner {
    width: 800px;
  }
}
#flow-wrap .ttl-h2 {
  padding-left: 5px;
  padding-right: 5px;
}
#flow-wrap .ttl-h2 span {
  display: inline-block;
  background: #d52009;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  height: 30px;
  letter-spacing: 0.05em;
  padding: 0 10px;
  border-radius: 5px;
  vertical-align: middle;
  margin-top: -1px;
  margin-right: 15px;
}
#flow-wrap section {
  padding: 40px 0;
}
#flow-wrap section:last-child {
  padding: 75px 0 0;
}
#flow-wrap section:nth-child(even) {
  background: #f7f7f7;
}
.flow-txt {
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
}
.flow .flow-link p {
  font-size: 20px;
  font-weight: bold;
  color: #0075a9;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
}
.flow-link {
  max-width: 800px;
  width: 100%;

  margin: 0 auto 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
#flow02 .flow-link {
  margin-bottom: 0;
}
.flow-link > div {
  float: left;
  width: 46%;
}
.flow-link > div:last-child {
  margin-right: 0;
}
#flow01 .flow-link + p {
  max-width: 910px;
  margin: 0 auto;
  text-align: left;
}
#flow02 .flow-link > div:first-child a {
  width: 230px;
  margin-left: auto;
}
#flow07 .arrow {
  padding-top: 65px;
}
#flow07 .flow07-title {
  margin-bottom: 35px;
  text-align: center;
  color: #d52009;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.flow-check {
  width: 420px;
  margin: 0 auto;
  border: 1px solid #cccccc;
  padding: 30px 40px;
}
.flow-check:not(:last-of-type) {
  margin-bottom: 40px;
}
.flow-check li {
  margin-bottom: 15px;
  font-size: 17px;
  margin-left: 37px;
  text-indent: -37px;
}
.flow-check li:last-child {
  margin-bottom: 0;
}
.flow-check li::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_checkbox.png) no-repeat left center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.flow-check:not(:first-of-type) + p {
  width: 420px;
  margin: 10px auto 20px;
  font-size: 13px;
}
.flow .entry-wh, .tokai-safe .entry-wh, .campaign-btn {
  width: 600px;
  margin: 0 auto;
}
.flow .entry-wh a, .tokai-safe .entry-wh a, .campaign-btn a,
.flow .entry-wh span, .tokai-safe .entry-wh span, .campaign-btn span {
  width: 100%;
  border-radius: 10px;
  font-size: 32px;
  font-weight: 700;
}
.flow .entry-wh a:hover, .tokai-safe .entry-wh a:hover, .campaign-btn a:hover {
  background: #e2261a;
  color: #fff;
}
.arrow {
  padding-top: 90px;
}
.arrow::before {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-width: 27px 30px 27px 30px;
  border-top-color: #d52009;
  top: 0;
  left: 50%;
  margin-left: -30px;
  z-index: 20;
}
.flow .btn-start {
  background: #e2261a;
  border-radius: 5px;
  color: #fff;
  font-size: 26px;
  padding: 25px 10px;
  width: 300px;
  margin-bottom: 25px;
  cursor: default;
}


/*===== 料金 =====*/

/* 上部 */
#plan-wrap section {
  margin-bottom: 60px;
}
#plan-wrap section:last-child {
  margin-bottom: 0;
}
.plan {
  max-width: 800px;
  margin: 0 auto;
}
.plan img {
  width: 100%;
}
.campaign-box {
  margin-bottom: 60px;
}
.plan .plan-box {
  border: 1px solid #9d9d9d;
  border-radius: 10px;
}
.plan .plan-box:not(:last-child) {
  margin-bottom: 40px;
}
.plan .plan-box h3 {
  background: #e2261a;
  border-bottom: 1px solid #9d9d9d;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 16px 10px;
  border-radius: 10px 10px 0 0;
}
.plan .plan-box .price {
  padding: 15px 10px;
  border-bottom: 1px solid #9d9d9d;
}
.plan .plan-box .price p {
  font-size: 24px;
  text-align: center;
}
.plan .plan-box .price p em {
  font-size: 50px;
  margin: 0 10px;
  color: #e2261a;
  font-weight: 700;
  letter-spacing: -1px;
}
.plan .plan-box ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.plan .plan-box ul li {
  display: table-cell;
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #9d9d9d;
}
.plan .plan-box ul li:last-child {
  border-right: none;
}
.plan .plan-box ul li dl {
  width: auto;
  display: table;
  margin: 0 auto;
}
.plan .plan-box ul li dl dt, .plan .plan-box ul li dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  font-size: 20px;
}
.plan .plan-box ul li dl dt {
  width: 60px;
  padding-right: 10px;
}
.plan .plan-box ul li dl dd em {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #e2261a;
  margin-bottom: 5px;
}

/* tab */
.plan .tab {
  width: 100% !important;
}
.plan .tab img {
  width: 100px;
  margin-bottom: 12px;
}
.plan .tab .select {
  border: 4px solid #e2261a !important;
}
.plan .tab li {
  position: relative;
  float: left;
  border: 4px solid #808080;
  background: #fff;
  padding: 2.857% 2.0408%;
  padding-right: 2.0408%;
  cursor: pointer;
  outline: none;
  margin-bottom: 38px;
  text-align: center;
  padding: 24px 15px !important;
  border-radius: 18px;
}
@media all and (min-width: 641px) {
  width: 31.75% !important;
  margin-right: 2.375% !important;
}
.plan .tab li p {
  font-size: 18px;
  line-height: 1.6666;
  font-weight: bold;
}
.plan .tab li p.sub {
  font-size: 14px;
  line-height: 1.71;
  font-weight: normal;
}
.plan .tab li:last-child {
  margin-right: 0 !important;
}
@media all and (max-width: 640px) {

  .plan .tab li {
    margin-bottom: 30px;
    padding: 12px 5px !important;
  }
  .plan .tab img {
    width: 60%;
    margin-bottom: 10px;
  }
  .plan .tab li p {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -.5px;
  }
  .plan .tab li p.sub {
    font-size: 10px;
    font-weight: normal;
  }
}
.plan .comment {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  background-color: #ffffff;
}
.plan h3 {
  font-size: 24px;
  color: #e2261a;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.plan table th, .plan table td {
  font-size: 20px;
  vertical-align: middle;
/*  padding: 15px 10px;*/
  padding: 20px 30px;
}
.plan p span {
  display: block;
  font-size: 14px;
}
.plan .btn-contact {
  padding: 18px 60px;
}
.plan table td .line-through {
  text-decoration: line-through;
}
#plan-price01 table td .mini {
  display: inline-block;
  font-size: 0.8em;
  margin-left: -2px;
}
.plan .plan-caution {
  margin-bottom: 50px;
}
.plan .plan-caution span {
  font-size: 16px;
  line-height: 1.625;
}
.plan .plan-caution a {
  text-decoration: underline;
}
.plan .plan-free {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  vertical-align: middle;
  margin-top: -4px;
  color: #fff;
  font-weight: bold;
  background: #d52009;
  font-size: 15px;
  letter-spacing: 0.05em;
  border-radius: 5px;
}
@media all and (max-width: 640px) {
  .plan h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .plan table th, .plan table td {
    padding: 1em;
  }
  .plan .comment {
    margin-bottom:8%;
  }
  .plan .plan-caution {
    margin-bottom: 8%;
  }
  .plan .plan-free {
    display: inline-block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 13px;
  }
  .plan .plan-caution span {
    font-size: 12px;
    line-height: 1.625;
  }
}

/* table */
#plan-price01 table:first-of-type {
  margin-bottom: 15px;
}
#plan-price01 table th {
  width: 50%;
  background: #da2109;
  color: #fff;
  display: table-cell;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#plan-price01 table td {
  text-align: center;
  display: table-cell;
}
#plan-price01 table:nth-of-type(2) th {
  width: 50%;
  display: table-cell;
}
#plan-price01 table:nth-of-type(2) td {
  display: table-cell;
}
#plan-price01 table:nth-of-type(2) {
  margin-bottom: 30px;
}
#plan-price01 table:nth-of-type(2) td:first-child a {
  color: #1169ab;
}
#plan-price01 table:nth-of-type(2) td:first-child a:hover {
  text-decoration: underline;
}
#plan-price01 table .campaign {
  font-size: 16px;
}
#plan-price01 table:nth-of-type(2) td {
  /*padding-left: 2%;*/
  text-align: left;
}
#plan-price02 table {
  margin-bottom: 10px;
}
#plan-price02 table th {
  width: 50%;
  display: table-cell;
  background: #da2109;
  color: #fff;
}
#plan-price02 table td {
  text-align: center;
  width: 50%;
  display: table-cell;
}
#plan-price02 table:nth-of-type(2) {
  margin-bottom: 50px;
}
#plan-price02 table:nth-of-type(2) th {
  background: #da2109;
  color: #fff;
  width: 30%;
}
@media screen and (max-width: 640px) {

  #plan-price02 table:nth-of-type(2) {
    margin-bottom: 8%;
  }

  #plan-price02 table:nth-of-type(2) th {
    width: 100%;
    display: block;
  }
}
#plan-price02 table dl dt, #plan-price02 table dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  font-size: 20px;
}
#plan-price02 table dl dt {
  font-weight: bold;
  width: 100px;
  padding-right: 20px;
}
#plan-price02 table:nth-of-type(2) td {
/*  padding-left: 8%;*/
  width: 50%;
  display: table-cell;
}

@media screen and (max-width: 640px) {
  #plan-price02 table:nth-of-type(2) td {
    width: 100%;
    display: block;
  }
  #plan-price02 dl:last-child {
    margin-bottom: 0;
  }
}

#plan-price02 table:nth-of-type(3) {
  margin-bottom: 20px;
}
#plan-price02 table:nth-of-type(3) th {
  width: 50%;
  display: table-cell;
}
#plan-price02 table:nth-of-type(3) td {
/*  padding-left: 2%;*/
  text-align: left;
  display: table-cell;
}
#plan-price02 table:nth-of-type(3) td:first-child a {
  color: #0075a9;
}
#plan-price02 table:nth-of-type(3) td:first-child a:hover {
  text-decoration: underline;
}
#plan-price02 table .campaign {
  font-size: 16px;
}
#plan-price03 table {
  margin-bottom: 10px;
}
#plan-price03 table th {
  width: 50%;
  background: #da2109;
  color: #fff;
  display: table-cell;
}
#plan-price03 table:first-of-type td {
  text-align: center;
  width: 50%;
  display: table-cell;
}
#plan-price03 table:nth-of-type(2) th {
  background: #da2109;
  color: #fff;
  width: 30%;
  display: table-cell;
}

#plan-price02 table dl dt, #plan-price02 table dl dd, #plan-price03 table dl dt, #plan-price03 table dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  font-size: 20px;
}
#plan-price02 table dl dt, #plan-price02 table dl dd, #plan-price03 table dl dt, #plan-price03 table dl dd {
  font-weight: bold;
  width: 100px;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  #plan-price03 table:nth-of-type(2) th {
    width: 100%;
    display: block;
  }
  #plan-price03 dl:last-child {
    margin-bottom: 0;
  }
  #plan-price02 table dl dt,
  #plan-price02 table dl dd,
  #plan-price03 table dl dt,
  #plan-price03 table dl dd {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    font-size: 16px;
  }

  #plan-price03 table:nth-of-type(2) th {
    display: block;
    width: 100%;
  }
  #plan-price03 table:nth-of-type(2) td {
    display: block;
    width: 100%;
  }
}
#plan-price03 table:nth-of-type(3) {
  margin-bottom: 20px;
}
#plan-price03 table:nth-of-type(3) td:first-child a {
  color: #0075a9;
}
#plan-price03 table:nth-of-type(3) td:first-child a:hover {
  text-decoration: underline;
}
#plan-price03 table .campaign {
  font-size: 16px;
}
#plan-price03 table:nth-of-type(3) th {
  display: table-cell;
  width: 50%;
}
#plan-price03 table:nth-of-type(3) td {
  display: table-cell;
  width: 50%;
/*  padding-left: 2%;*/
  text-align: left;
}


/*===== オプション =====*/

.option {
  max-width: 720px;
  margin: 0 auto;
}
.option-box:not(:last-child) {
  margin-bottom: 60px;
}
.option-box section {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 30px;
}
.option-box section:last-child {
  margin-bottom: 0;
}
.option-box section .linkTex {
  color: #1169ab;
  text-decoration: underline;
}
.option-box section h3 {
  color: #e2261a;
  font-size: 24px;
  margin-bottom: 15px;
}
.option-box section p span {
  display: block;
  font-size: 14px;
}
.option-box section .price {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
}
.price small {
  font-size: 13px;
  padding-right: 10px;
  font-weight: normal;
  line-height: 1.1em;
  display: inline-block;
}
.price span {
  position: relative;
  bottom: 5px;
}
.marker {
  background: linear-gradient(transparent 55%, #fff100 55%);
  padding: 0 3px;
  color: #e2261a;
  font-weight: 700;
  margin-right: 10px;
}
.option-box section .price + p {
  display: block;
  padding: 10px 0px;
}
.option-box section .price + .btn-center {
  margin-top: 20px;
}
.option-box section .price + .btn-center a {
  width: 400px;
}
.option-box section dl {
  margin-top: 30px;
  text-align: center;
}
.option-box section dl dt {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  border-radius: 20px;
  background: #e2261a;
  padding: 10px 30px;
  line-height: 1.3;
  margin-bottom: 25px;
}


/*===== TOKAI SAFE =====*/

.tokai-safe #mv {
  margin-bottom: 60px;
}
.side-tokaisafe aside ul li:not(:last-child) {
  margin-bottom: 15px;
}
.side-tokaisafe aside ul li a {
  font-size: 14px;
  color: #0b9be5;
}
.tokai-safe .ttl-h2::after {
  background-color: #1fbbfc;
}
.tokai-safe section:not(:last-child) {
  margin-bottom: 60px;
}
.tokai-safe section .about-box {
  width: 100%;
}
.tokai-safe section .about-box > div {
  width: 31.25%;
  float: left;
  margin-right: 3.125%;
  border: 2px solid #1fbbfc;
}
.tokai-safe section .about-box > div:nth-child(3n) {
  margin-right: 0;
}
.tokai-safe section .about-box dl dt {
  background: #1fbbfc;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 12px 10px;
  line-height: 1.3;
}
.tokai-safe section .about-box dl dd {
  padding: 10px 20px 20px 20px;
}
.tokai-safe section .about-box dl dd img {
  display: block;
  width: 185px;
  height: auto;
  margin: 0 auto 15px;
}
.btn-tokai {
  background: #1fbbfc;
  color: #fff!important;
  font-size: 18px;
  border-radius: 0;
}
.tokai-safe #campaign-box {
  text-align: center;
}
.tokai-safe #campaign-box p:nth-of-type(1) {
  font-size: 20px;
  margin-bottom: 30px;
}
.tokai-safe #campaign-box p:nth-of-type(1) span {
  font-size: 32px;
  display: block;
  color: #1fbbfc;
}
.tokai-safe #campaign-box p:nth-of-type(1) + p {
  font-size: 36px;
  margin-bottom: 50px;
}
.tokai-safe #campaign-box p:nth-of-type(1) + p .marker {
  background: linear-gradient(transparent 65%, #fff100 65%);
}
.tokai-safe #campaign-box p:nth-of-type(1) + p small:first-child {
  font-weight: normal;
  font-size: 14px;
  display: block;
  margin-left: 170px;
  text-align: left;
}
.tokai-safe #campaign-box p:nth-of-type(1) + p small:last-child {
  font-weight: normal;
  font-size: 13px;
  display: block;
  margin-left: 170px;
  text-align: left;
}
/*.tokai-second h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
.tokai-second .ttl-h2 {
  font-size: 24px;
  font-weight: normal;
}
.tokai-second .ttl-h2::after {
  height: 5px;
}*/
.img-left {
  float: left;
  width: 200px;
  margin-right: 30px;
}
.img-right {
  float: right;
  width: 200px;
  margin-left: 30px;
}
.tokai-safe .intro {
  margin-bottom: 50px;
}
.tokai-safe .intro p {
  margin-bottom: 20px;
}
.tokai-second .features .img-left, .tokai-second .features .img-right {
  width: auto;
}
.tokai-second .features section p em {
  display: block;
  margin-bottom: 10px;
  color: #1fbbfc;
  font-size: 18px;
  line-height: 1.4;
}
.tokaisafe-flow section dl:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 20px;
}
.tokaisafe-flow section dl dt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  border-left: 5px solid #1fbbfc;
  padding-left: 10px;
}
.tokaisafe-flow ol li {
  line-height: 1.3;
}
.tokaisafe-flow ol li::before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
  -webkit-transform: scale( 0.5);
  transform: scale( 0.5);
}
.tokaisafe-flow ol li:not(:last-child) {
  margin-bottom: 15px;
}
.tokaisafe-flow ol + p {
  margin: 20px 0 10px;
}
.tokaisafe-flow .attention {
  display: block;
  color: #e2261a;
}
.tokaisafe-flow-box > div:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 30px;
}
.tokaisafe-flow-box > div img {
  border: 1px solid #ccc;
}
.tokaisafe-term section dl dt {
  font-size: 18px;
}
.tokaisafe-term section dd p:not(:last-child) {
  margin-bottom: 20px;
}
.tokaisafe-term section dd p + ol {
  margin-top: 20px 0;
}
.tokaisafe-term section dd p + ol li {
  line-height: 1.5;
}
.tokaisafe-term ol li::before {
  display: none;
}
.tokaisafe-term ol li ol {
  margin-left: .5em;
  margin-top: 1em;
}
.tokaisafe-flow .btn-tokai {
  width: 400px;
  margin: 20px auto;
  padding: 14px 10px;
}
/* KEYの追加 */

.tokai-second .link-arrow-p {
  margin-bottom: -10px;
}
.tokai-second .link-arrow-p li {
  line-height: 1.4;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.tokai-second .link-arrow-p li a {
  font-size: 15px;
  color: #0b9be5;
}
.tokai-second .key-box {
  padding: 0 0 0 1.5em;
}
.tokai-second .key-box li {
  list-style: decimal;
}
.tokai-second .key-box .li-style {
  list-style: none;
  margin-left: -1.5em;
}
.tokai-second .key-box li:not(:last-child) {
  margin-bottom: 40px;
}
.tokai-second .key-box .img-center {
  width: 100%;
  margin: 0 auto;
}
.tokai-second .key-box figure img {
  border: 1px solid #ccc;
  padding: 2px;
  width: 100%;
}
.key-attention {
  font-size: 13px;
  margin-bottom: 20px;
}
.key-attention span {
  color: #f00;
}
.key-attention-box {
  border: 1px solid #f00;
  padding: 10px;
  list-style: none;
}
.key-attention-box .attention {
  font-weight: bold;
}
.key-intro {
  margin-bottom: 40px;
}
.tokai-second .key-box figure span {
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}
.tokai-second .key_android .img-center {
  max-width: 300px;
}
.ttl-key-h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  border-left: 5px solid #1fbbfc;
  padding-left: 10px;
  margin-left: -1.25em;
}
.max300 {
  max-width: 300px;
}
.max365 {
  max-width: 365px;
}
.max369 {
  max-width: 369px;
}
.max389 {
  max-width: 389px;
}
.max400 {
  max-width: 400px;
}
.max437 {
  max-width: 437px;
}
.max595 {
  max-width: 595px;
}

@media screen and (max-width:640px) {
  .tokai-second .key-box .item-2 > div:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:414px) {
  .tokai-second .key-box li:not(:last-child), .key-intro {
    margin-bottom: 30px;
  }
  .tokai-second .key-box .img-center {
    max-width: 100%;
  }
  .tokai-second .key_android .img-center {
    max-width: 300px;
  }
}


/*===== 端末補償 =====*/

.sp_no {
  display: none;
}
.pc_no {
  display: block;
}
.hosho .ttl-h2::after {
  background-color: #e2261a;
}
.hosho section .about-box > div {
  border-color: #e2261a;
}
.hosho section .about-box dl dt {
  background: #e2261a;
}
.hosho section .about-box dl dt .red, .houmon section .about-box dl dt .red {
  color: #ffff00;
}
.hosho .tokaisafe-flow section dl dt, .houmon .tokaisafe-flow section dl dt {
  border-left-color: #e2261a;
}
.hosho .tokaisafe-flow section .btn-tokai, .houmon .tokaisafe-flow section .btn-tokai {
  background-color: #0075a9;
}
.hosho section ul {
  color: #e2261a;
  line-height: 1.4;
  margin: 10px 0;
}
.hosho section ul li, .hosho section ol li {
  font-size: 13px;
  text-indent: -2em;
  padding-left: 2em;
}
.hosho section .hosho-device {
  border: 1px solid #9d9d9e;
  background-color: #ddd;
  padding: 14px;
}
.hosho section .hosho-device p {
  font-size: 16px;
  display: block;
  padding-bottom: 3px;
}
.hosho section .hosho-device .device-name {
  padding-left: 2em;
  font-size: 15px;
  padding-bottom: 10px;
}
.hosho section table td {
  vertical-align: middle;
}
.hosho section .usage-period th {
  width: 25%;
}
.hosho section .usage-period td {
  padding: 14px 0;
}
 .hosho section .usage-period td(:last-child) {
 padding: 10px 0;
}
.hosho section .link-arrow2, .hosho section ul li a {
  color: #0075a9;
}
.hosho-flow section .about-box > div {
  width: 100%;
  margin-bottom: 30px;
}
.hosho-flow section .about-box > div:nth-child(3n) {
  margin-right: 0;
}
.hosho-flow section .about-box dl dd img {
  display: block;
  width: 185px;
  height: auto;
  margin: 0 auto 15px;
  float: left;
}
.hosho-flow section .about-box .imgFL {
  display: block;
  width: 90px;
  height: auto;
  float: right;
}
.hosho-flow section ol li::before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
  -webkit-transform: scale( 0.5);
  transform: scale( 0.5);
}
.hosho section .about-box .step {
  position: relative;
}
.hosho section .about-box .step::after {
  position: absolute;
  content: "";
  left: 254px;
  top: 120px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 14px solid transparent;
  border-left: 14px solid #e2261a;
}
.hoshoUsage-arrow {
  display: inline-block;
  height: 20px;
  width: 200px;
  background-color: #ccc;
  position: relative;     /*追加*/
  float: left;
}
.hoshoUsage-arrow2 {
  display: inline-block;
  height: 20px;
  width: 180px;
  background-color: #ccc;
  position: relative;     /*追加*/
  float: left;
}
.hoshoUsage-arrow2:before {
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 20px solid #ccc;
  position: absolute;
  left: 176px;
  top: -10px;
}
.arrow3 {
  width: 100px;
  margin: 0 auto;
}
.arrow3::after {
  content: "";
  display: block;
  border-top: 50px solid #e2261a;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  transform-origin: left top;
  transform: scaleY(.5);
}


/*===== LIBMOでんわ =====*/

.libmo-denwa #mv {
  margin-bottom: 60px;
}
.libmo-denwa .ttl-h2::after {
  background-color: #e2261a;
}
.libmo-denwa section:not(:last-child) {
  margin-bottom: 60px;
}
.libmo-denwa section .about-box {
  width: 100%;
}
.libmo-denwa section .red-bold {
  width: 300px;
  margin: 0 auto;
  font-weight: bold;
  color: #e2261a;
  text-align: center;
}
.libmo-denwa section .about-box > div {
  width: 31.25%;
  float: left;
  margin-right: 3.125%;
  border: 2px solid #e2261a;
}
.libmo-denwa section .about-box > div:nth-child(3n) {
  margin-right: 0;
}
.libmo-denwa section .about-box dl dt {
  background: #e2261a;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 12px 10px;
  line-height: 1.3;
}
.libmo-denwa section .about-box dl dd, .hosho section .about-box dl dd {
  padding: 10px 20px 20px 20px;
}
.libmo-denwa section .about-box dl dd img {
  display: block;
  width: 185px;
  height: auto;
  margin: 0 auto 15px;
}
.libmo-denwa section .about-box dl dt .red {
  color: #ffff00;
}
.libmo-denwa .tokaisafe-flow section dl dt {
  border-left-color: #e2261a;
}
.libmo-denwa .tokaisafe-flow section .btn-tokai {
  background-color: #0075a9;
}
.libmo-denwa section .about-box2 dl dd p .red {
  color: #e2261a;
}
.libmo-denwa section .about-box2 dl dd .linkTex {
  color: #1169ab;
  text-decoration: underline;
}
.libmo-denwa section table th {
  width: 25%;
}
.libmo-denwa section table thead tr .narrow {
  width: 17%;
}
.houmon section table tr .center {
  text-align: center;
  vertical-align: middle;
}
.libmo-denwa section .center tr td {
  text-align: center;
  vertical-align: middle;
}
.libmo-denwa section .about-box2 > div {
  width: 48.35%;
  float: left;
  margin-right: 3.125%;
  border: 2px solid #e2261a;
}
.libmo-denwa section .about-box2 > div:nth-child(2n) {
  margin-right: 0;
}
.libmo-denwa section .about-box2 dl dt {
  background: #e2261a;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 12px 10px;
  line-height: 1.3;
}
.libmo-denwa section .about-box2 dl dd {
  padding: 10px 20px 20px 20px;
}
.libmo-denwa section .about-box2 dl dd img {
  display: block;
  width: 320px;
  height: auto;
  margin: 0 auto 15px;
}
.btn-tokai {
  background: #1fbbfc;
  color: #fff!important;
  font-size: 18px;
  border-radius: 0;
}
.libmo-denwa #campaign-box {
  text-align: center;
}
.libmo-denwa #campaign-box p:nth-of-type(1) {
  font-size: 20px;
  margin-bottom: 30px;
}
.libmo-denwa #campaign-box p:nth-of-type(1) span {
  font-size: 32px;
  display: block;
  color: #1fbbfc;
}
/*.libmo-denwa #campaign-box p:nth-of-type(1) + p {
  font-size: 36px;
  margin-bottom: 50px;
}
*/
.libmo-denwa #campaign-box p:nth-of-type(1) + p .marker {
  background: linear-gradient(transparent 65%, #fff100 65%);
}
.libmo-denwa #campaign-box p:nth-of-type(1) + p small:first-child {
  font-weight: normal;
  font-size: 14px;
  display: block;
  margin-left: 170px;
  text-align: left;
}
.libmo-denwa #campaign-box p:nth-of-type(1) + p small:last-child {
  font-weight: normal;
  font-size: 13px;
  display: block;
  margin-left: 170px;
  text-align: left;
}
/*.tokai-second h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
.tokai-second .ttl-h2 {
  font-size: 24px;
  font-weight: normal;
}
.tokai-second .ttl-h2::after {
  height: 5px;
}*/
.img-left {
  float: left;
  width: 200px;
  margin-right: 30px;
}
.img-right {
  float: right;
  width: 200px;
  margin-left: 30px;
}
.libmo-denwa .intro {
  margin-bottom: 50px;
}
.libmo-denwa .intro p {
  margin-bottom: 20px;
}
.tokai-second .features .img-left, .tokai-second .features .img-right {
  width: auto;
}
.tokai-second .features section p em {
  display: block;
  margin-bottom: 10px;
  color: #1fbbfc;
  font-size: 18px;
  line-height: 1.4;
}
.libmodenwa-flow section dl:not(:last-of-type) {
  margin-bottom: 30px;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 20px;
}
.libmodenwa-flow section dl dt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  border-left: 5px solid #1fbbfc;
  padding-left: 10px;
}
.libmodenwa-flow ol li {
  line-height: 1.3;
}
.libmodenwa-flow ol li::before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
  -webkit-transform: scale( 0.5);
  transform: scale( 0.5);
}
.libmodenwa-flow ol li:not(:last-child) {
  margin-bottom: 15px;
}
.libmodenwa-flow ol + p {
  margin: 20px 0 10px;
}
.libmodenwa-flow .attention {
  display: block;
  color: #e2261a;
}
.libmodenwa-flow-box > div:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 30px;
}
.libmodenwa-flow-box > div img {
  border: 1px solid #ccc;
}
.libmodenwa-term section dl dt {
  font-size: 18px;
}
.libmodenwa-term section dd p:not(:last-child) {
  margin-bottom: 20px;
}
.libmodenwa-term section dd p + ol {
  margin-top: 20px 0;
}
.libmodenwa-term section dd p + ol li {
  line-height: 1.5;
}
.libmodenwa-term ol li::before {
  display: none;
}
.libmodenwa-term ol li ol {
  margin-left: .5em;
  margin-top: 1em;
}
.libmodenwa-flow .btn-tokai {
  width: 400px;
  margin: 20px auto;
  padding: 14px 10px;
}
.libmo-denwa section ul {
  color: #e2261a;
  line-height: 1.4;
  margin: 10px 0;
}
.libmo-denwa section ul li {
  font-size: 13px;
  text-indent: -2em;
  padding-left: 2em;
}
.libmo-denwa section .entry-wh {
  width: 750px;
  margin: 0 auto;
}
.libmo-denwa section .entry-wh a,
.libmo-denwa section .entry-wh span {
  width: 350px;
  border-radius: 10px;
  font-size: 28px;
  font-weight: 600;
  float: left;
}
.libmo-denwa section .entry-wh.apply a,
.libmo-denwa section .entry-wh.apply span {
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content    : center;
  justify-content        : center;

}
.libmo-denwa section .entry-wh a:hover {
  background: #e2261a;
  color: #fff;
  opacity: 1 !important;
}
.libmo-denwa section .entry-wh a:nth-of-type(2) {
  line-height: 0.7;
}
.libmo-denwa section .entry-wh a span {
  font-size: 14px;
}
.libmo-denwa section .entry-wh .wh-tex-half {
  width: 350px;
}
.libmo-denwa section .entry-wh .fL {
  float: left;
}
.libmo-denwa section .entry-wh .fR {
  float: right;
}
.libmo-denwa .strong-txt {
  font-weight: bold;
  font-size: 24px;
  margin-top: 20px;
}
.libmo-denwa .strong-txt span {
  font-size: 12px;
}
.libmo-denwa .strong-txt .red {
  color: #e2261a;
  font-size: 14px;
}
.libmo-denwa section .td2-hilight td:nth-child(2) {
  background-color: bisque;
}
.libmo-denwa section .compare tr:nth-child(2) td:nth-child(2) span {
  color: #e2261a;
}
.libmo-denwa section .compare-option tr:nth-child(4) td:nth-child(2) {
  color: #e2261a;
}
.libmo-denwa section .compare-option tr:nth-child(5) {
  border: solid 2px #000;
  font-weight: bold;
}
.libmo-denwa section .center-bold {
  width: 94%;
  margin: 0 auto;
}
.libmo-denwa section .link-arrow2 {
  color: #1169ab;
}
.campaign-subBox {
  width: 480px;
  margin: 0 auto;
  border: 1px solid #e2261a;
  padding: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.campaign-subBox p:nth-child(1) {
  color: #e2261a;
  font-size: 26px;
  font-weight: bold;
}
.campaign-subBox p:nth-child(2) {
  font-size: 16px;
  margin-bottom: 20px;
}
.campaign-subBox .link-arrow2 {
  color: #0b9be5;
}
.appBtn {
  width: 120px;
  margin: 0 auto;
}
.appBtn img {
  width: 100%;
  margin-bottom: 10px;
}
.libmo-denwa section .entry-wh .telBtn {
  display: block;
  background-color: #face1d;
  padding: 20px 10px;
  text-decoration: none;
  color: #000;
  width: 100%;
  border-radius: 10px;
  font-size: 28px;
  font-weight: 600;
  float: left;
}
.libmo-denwa section .entry-wh .btn_ol {
  display: block;
  border: 3px solid #face1d;
  padding: 17px 10px;
  text-align: center;
  color: #000;
  width: 350px;
  border-radius: 10px;
  font-size: 28px;
  font-weight: 600;
  float: left;
  line-height: 0.7;
  box-sizing: border-box;
}
.libmo-denwa section .entry-wh .btn_ol span {
  font-size: 14px;
}


/*===== 訪問サポート =====*/

.houmon #mv {
  margin-bottom: 60px;
}
.houmon .ttl-h2::after {
  background-color: #e2261a;
}
.houmon section:not(:last-child) {
  margin-bottom: 60px;
}
.houmon section h2 span {
  font-size: 16px;
}
.houmon section h3, .hosho section h3 {
  font-size: 24px;
  color: #e2261a;
  margin-bottom: 10px;
  font-weight: bold;
}
.houmon section .about-box {
  width: 100%;
}
.houmon section .about-box > div {
  width: 31.25%;
  float: left;
  margin-right: 3.125%;
  border: 2px solid #e2261a;
}
.houmon section .about-box > div:nth-child(3n) {
  margin-right: 0;
}
.houmon section .about-box dl dt {
  background: #e2261a;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 12px 10px;
  line-height: 1.3;
}
.houmon section .about-box dl dd {
  padding: 10px 20px 20px 20px;
}
.houmon section .about-box dl dd img {
  display: block;
  width: 185px;
  height: auto;
  margin: 0 auto 15px;
}
.houmon section .about-box2 dl dd p .red {
  color: #e2261a;
}
.houmon section .about-box2 dl dd .linkTex {
  color: #0b9be5;
  text-decoration: underline;
}
.houmon section table th {
  width: 12%;
}
.houmon section table thead tr .wide {
  width: 50%;
}
.houmon section table:nth-of-type(1) th, .houmon section table:nth-of-type(1) td {
  text-align: center;
  vertical-align: middle;
}
.houmon section table:nth-of-type(1) th:first-child {
  width: 20%;
}
.houmon section table:nth-of-type(1) th:not(:first-child) {
  width: 8%;
}
.houmon section table:nth-of-type(4) td {
  text-align: center;
}
.houmon section table:nth-of-type(2) th:nth-of-type(1) {
  width: 30%;
}
.houmon section table:nth-of-type(2) td:not(:first-child) {
  text-align: center;
  vertical-align: middle;
}
.houmon section table:nth-of-type(3) th:nth-of-type(1) {
  width: 50%;
}
.houmon section table:nth-of-type(3) td:nth-of-type(2) {
  text-align: center;
}
.houmon section table td .red {
  color: #e2261a;
}
.houmon section .about-box2 > div {
  width: 48.35%;
  float: left;
  margin-right: 3.125%;
  border: 2px solid #e2261a;
}
.houmon section .about-box2 > div:nth-child(2n) {
  margin-right: 0;
}
.houmon section .about-box2 dl dt {
  background: #e2261a;
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 12px 10px;
  line-height: 1.3;
}
.houmon section .about-box2 dl dd {
  padding: 10px 20px 20px 20px;
}
.houmon section .about-box2 dl dd img {
  display: block;
  width: 320px;
  height: auto;
  margin: 0 auto 15px;
}
.houmon #campaign-box {
  text-align: center;
}
.houmon #campaign-box p:nth-of-type(1) {
  font-size: 20px;
  margin-bottom: 30px;
}
.houmon #campaign-box p:nth-of-type(1) span {
  font-size: 32px;
  display: block;
  color: #1fbbfc;
}
.houmon #campaign-box p:nth-of-type(1) + p {
  font-size: 36px;
  margin-bottom: 50px;
}
.houmon #campaign-box p:nth-of-type(1) + p .marker {
  background: linear-gradient(transparent 65%, #fff100 65%);
}
.houmon #campaign-box p:nth-of-type(1) + p small:first-child {
  font-weight: normal;
  font-size: 14px;
  display: block;
  margin-left: 170px;
  text-align: left;
}
.houmon #campaign-box p:nth-of-type(1) + p small:last-child {
  font-weight: normal;
  font-size: 13px;
  display: block;
  margin-left: 170px;
  text-align: left;
}
.houmon .intro {
  margin-bottom: 50px;
}
.houmon .intro p {
  margin-bottom: 20px;
}
.houmon section ul {
  color: #e2261a;
  line-height: 1.4;
  margin: 10px 0;
}
.hosho section .blk-ul {
  color: #000;
}
.houmon section ul li {
  font-size: 13px;
  text-indent: -2em;
  padding-left: 2em;
}
.hosho-flow section .about-box dd p a, .houmon section .link-arrow2, .houmon section .link-arrow3, .houmon section ul li a {
  color: #0075a9;
}
.houmon section .about-box .step {
  position: relative;
}
.houmon section .about-box .step::after {
  position: absolute;
  content: "";
  left: 254px;
  top: 120px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 14px solid transparent;
  border-left: 14px solid #e2261a;
}
.houmon section .campaign-box2 {
  text-align: center;
}
.houmon section .campaign-box2 .big-red {
  font-size: 24px;
  color: #e2261a;
}
.houmon section p .big-red, .houmon section h3 .big-red {
  font-size: 16px;
  color: #e2261a;
  font-weight: 300;
}
.houmon section p .bold, .houmon section h3 .bold {
  font-weight: 600;
}
.telNum {
  font-size: 24px;
}


/*===== 各種端末のAPN設定方法 =====*/

.preparation-box {
  margin: 20px 0 50px;
}
.mt0 {
  margin-top: 0 !important;
}
.preparation-box p {
  font-size: 15px;
}
.preparation-box p:not(:last-child) {
  margin-bottom: 10px;
}
.preparation-box .intro-txt {
  font-size: 18px;
  margin-bottom: 20px !important;
}
.preparation-box .intro-txt em {
  display: inline-block;
  border: 3px solid #e2261a;
  padding: 6px 20px;
  margin-right: 10px;
  color: #e2261a;
  font-size: 16px;
  font-weight: bold;
}
.preparation-box .intro-txt br {
  display: none;
}
.preparation-box .attention {
  color: #e2261a;
}
.preparation-box .btn-contact {
  font-size: 21px;
  border-radius: 0;
}
.preparation-box .btn-contact::after {
  display: inline-block;
  position: relative;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin: -8px 0 0 20px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.apn-setting {
  word-break: break-all;
}
.apn-setting h3 {
  color: #e2261a;
  font-size: 24px;
  margin-bottom: 20px;
}
.apn-setting dl {
  display: table;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 40px;
}
.apn-setting dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.apn-setting dl dt, .apn-setting dl dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.apn-setting dl dt {
  width: 55px;
  padding-right: 15px;
}

/* 二桁 */
.apn-setting dl dt.keta {
  width: 60px;
  padding-right: 15px;
  word-break: normal;
}


.apn-setting dl dt span {
  display: block;
  border: 3px solid #e2261a;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #e2261a;
  width: auto;
  height: 40px;
}
.apn-setting dl dd div > div {
  vertical-align: top;
}
.apn-setting dl dd div > div:first-child p {
  font-size: 18px;
  padding-right: 30px;
}
.apn-setting dl dd p span {
  color: #e2261a;
  font-weight: 700;
}
.apn-setting dl dd p span a {
  color: #e2261a;
}
.apn-setting dl dd div > div:last-child {
  width: 380px;
}
.apn-setting dl dd div > div:last-child img {
  display: block;
  border: 1px solid #9d9d9d;
}
.apn-setting h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.apn-setting table th, .apn-setting table td {
  vertical-align: middle;
  padding: 20px 10px;
}
.apn-setting table th {
  width: 150px;
}
.apn-setting table td {
  padding-left: 20px;
}
.apn-setting + .apn-setting {
  margin-top: 60px;
}
#before-iphone5 .preparation-box {
  margin: 20px 0;
}
#before-iphone5 .setting-box dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#before-iphone5 .setting-box dl:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#before-iphone5 .setting-box dl dd {
  vertical-align: middle;
}
#before-iphone5 .setting-box dl dd p {
  font-size: 18px;
}
.apn-setting .bg-gray {
  display: inline-block;
  background: #f5f5f5;
  padding: 20px 30px;
  margin-top: 20px;
}


/*===== フッター掲載ページ =====*/

.footer-posted {
  max-width: 720px;
  margin: 0 auto;
}
.footer-posted section:not(:last-child) {
  margin-bottom: 50px;
}
.footer-posted section p:not(:last-child) {
  margin-bottom: 20px;
}
.footer-posted section ul {
  margin-bottom: 40px;
}
.footer-posted section ul li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}
.footer-posted section ul li:last-child {
  margin-bottom: 0;
}
.footer-posted section ul li::before {
  content: "●";
  display: inline-block;
  margin-right: 5px;
  color: #e2261a;
}
/* サイトマップ */

#sitemap {
  width: 100%;
}
#sitemap > div {
  width: 47.5%;
  float: left;
  margin-right: 5%;
  margin-bottom: 50px;
}
#sitemap > div > div {
  margin-bottom: 50px;
}
#sitemap > div:nth-child(2n) {
  margin-right: 0;
}
#sitemap > div:nth-last-child(2), #sitemap > div:last-child {
  margin-bottom: 0;
}
#sitemap > div a {
  color: #1169ab;
  font-size: 18px;
  font-weight: 700;
}
#sitemap > div a:hover {
  text-decoration: underline;
}
#sitemap > div h2 {
  padding-bottom: 12px;
  border-bottom: 2px dotted #ccc;
}
#sitemap > div h2 a {
  font-size: 24px;
}
#sitemap > div h2 a:hover {
  text-decoration: none;
}
#sitemap > div h2 + ul {
  margin-top: 20px;
}
#sitemap > div ul li:not(:last-child) {
  margin-bottom: 15px;
}
#sitemap > div ul li ul {
  margin-left: 1em;
  margin-top: 15px;
}
#sitemap > div ul li ul:last-of-type {
  margin-bottom: 25px;
}
#sitemap > div ul li ul li a {
  font-weight: normal;
}
.sitemap-btm {
  border-top: 2px dotted #ccc;
  clear: both;
  width: 100%;
  padding-top: 20px;
}

@media screen and (max-width:415px) {
  .sitemap-btm {
    border-top: none;
    padding-top: 0;
  }
}
.sitemap-btm ul:first-child {
  width: 47.5%;
  float: left;
  margin-right: 5%;
}
.sitemap-btm ul:last-child {
  width: 47.5%;
  float: left;
}

@media screen and (max-width:415px) {
  .sitemap-btm ul:first-child {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .sitemap-btm ul:last-child {
    width: 100%;
    float: none;
  }
}

.sitemap-btm li {
  margin-bottom: 10px;
  padding-left: 20px;
}
.sitemap-btm li a {
  color: #1169ab;
  font-size: 18px;
}

@media screen and (max-width:415px) {
  .sitemap-btm li a {
    font-size: 16px;
    padding-left: 10px;
  }
}
/* 個人情報保護ポリシー */

.footer-posted .ttl-h2 + p {
  margin-bottom: 40px !important;
}
#privacy dl:not(:last-child), #copyright dl:not(:last-child), #ad dl:not(:last-child) {
  margin-bottom: 40px;
}
#privacy dl dt, #copyright dl dt, #ad dl dt {
  color: #e2261a;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: bold;
}
#privacy p + ol {
  margin: 20px 0 20px .5em;
}
#privacy ol li {
  line-height: 1.5;
}
#privacy ol li:not(:last-child) {
  margin-bottom: 15px;
}
#privacy dd p:not(:last-child), #copyright dd p:not(:last-child), #ad dd p:not(:last-child) {
  margin-bottom: 20px;
}
#privacy ol li span {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
#privacy ol li ol {
  margin-left: 1em;
}
/* 利用規約 */

#terms ul li {
  padding-bottom: 30px;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 30px;
  font-size: 18px;
  position: relative;
  padding-left: 38px;
}
#terms ul li::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_pdf.png) no-repeat left center;
  background-size: 23px 30px;
  vertical-align: middle;
  width: 23px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
}
#terms ul li {
  text-indent: 0;
}
#terms ul li a:hover {
  text-decoration: underline;
}
/* 特定商取引法に基づく表記 */

#tokushoho th, #tokushoho td {
  padding: 20px;
}
#tokushoho th {
  width: 200px;
  vertical-align: middle;
}
#tokushoho.company th {
  width: 160px;
}
#tokushoho td img {
  width: 120px;
  display: inline-block;
  position: relative;
}


/*===== キャンペーン =====*/

.campaign-img {
  margin-bottom: 50px;
}


/*===== 広告ギャラリー =====*/

#ad-profile dl dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*===== 404 =====*/

.not-found {
  max-width: 730px;
  margin: 0 auto;
}
.not-found .intro {
  margin-bottom: 0;
}
.not-found .intro p {
  font-size: 16px;
}
.not-found .intro p:first-of-type {
  font-size: 28px;
  color: #e2261a;
}
.not-found .intro p:first-of-type + p {
  font-size: 19px;
}
.not-found .intro ul {
  margin: 40px 0;
}


/*===== iPhoneご利用ガイド =====*/

.iphone-guide section:not(:first-child) .section-inner {
  max-width: 980px;
}
.iphone-guide #iphone-guide01 .lead {
  margin-top: -30px;
  text-align:center;
  color: #e2261a;
  margin-bottom: 20px;
}
#iphone-guide01 h2 {
  margin-bottom: 30px;
}
#iphone-guide01 h2 img {
  width: 100%;
  margin: 0 auto;
}
#iphone-guide01 div {
  max-width: 980px;
  margin: 0 auto;
}
#iphone-guide01 div ul {
  width: 100%;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#iphone-guide01 div ul li {
  width: 22%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#iphone-guide01 div ul li a {
  height: 100%;
}
#iphone-guide01 div ul li:nth-child(4n) {
  margin-right: 0;
}
.arrow-down a {
  display: block;
  position: relative;
  color: #e2261a;
  border: 2px solid #e2261a;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  line-height: 1.3;
}
.arrow-down a::before {
  display: inline-block;
  position: relative;
  content: "";
  top: -2px;
  left: 0;
  width: 7px;
  height: 7px;
  margin: 0 20px 0 0;
  border-top: solid 2px #e2261a;
  border-right: solid 2px #e2261a;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#iphone-guide01 div ul + p {
  font-size: 18px;
  margin-bottom: 20px;
}
#iphone-guide01 div ul + p + p {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-bottom: 10px;
  border: #e2261a 1px solid;
  color: #e2261a
}
#iphone-guide01 div ul + p + p a {
  color: #e2261a;
  text-decoration: underline;
}
#iphone-guide01 div ul + p + p + p {
  position: relative;
  display: inline-block;
  background: #e5e5e5;
  padding: 5px 10px;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-bottom: 40px;
}
.ttl-box {
  background: url(../img/contents/iphone_guide/bg_ttl.gif);
  padding: 30px 0 20px;
}
.ttl-box .ttl-h2 {
  color: #fff;
  margin: 0 auto 20px;
  font-weight: bold;
}
.ttl-box .ttl-h2::after {
  height: 4px;
  background-color: #fff;
}
.ttl-box figure img {
  display: block;
  width: 126px;
  margin: 0 auto 20px;
}
.ttl-box p {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.ttl-box p br {
  display: none;
}
#iphone-guide02-1 {
  padding: 30px 0;
}
#iphone-guide02-1 p {
  font-size: 18px;
}
#iphone-guide02-1 p:last-child {
  font-size: 16px;
  margin: 20px 0 0;
  position: relative;
  display: inline-block;
  background: #ffff00;
  padding: 5px 10px;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.iphone-contents {
  background: url(../img/contents/iphone_guide/bg_contents.jpg);
  padding: 40px 0;
}
.iphone-contents .section-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 90px;
  background: #fff;
}
.iphone-contents .section-inner:first-child {
  margin-bottom: 40px;
}
.iphone-contents .section-inner h3 {
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 45.4%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-bottom: 50px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  border: 2px solid #000;
  text-align: center;
}
.txt-link-iphone {
  color: #e2261a !important;
}
.txt-link-iphone::before {
  display: inline-block;
  position: relative;
  content: "";
  top: -2px;
  left: 0;
  width: 7px;
  height: 7px;
  margin: 0 15px 0 0;
  border-top: solid 2px #e2261a;
  border-right: solid 2px #e2261a;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.txt-link-iphone:hover {
  text-decoration: underline;
}
.iphone-current {
  margin-top: 30px;
}
.iphone-current h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.iphone-type {
  width: 100%;
  margin-bottom: 40px;
}
.iphone-type li {
  float: left;
  width: 23.125%;
  margin-right: 2.5%;
}
.iphone-type li:nth-child(4n) {
  margin-right: 0;
}
.iphone-type li a {
  background: #de002b;
  border-radius: 10px;
  padding: 20px 10px 40px;
}
.iphone-type li a::before {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  bottom: 15px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.iphone-type li:nth-child(2) a {
  background: #fe4700;
}
.iphone-type li:nth-child(3) a {
  background: #a3a3a3;
}
.iphone-type li:nth-child(4) a {
  background: #346eb0;
}
.iphone-type li a span {
  display: block;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.iphone-type li a img {
  display: block;
  width: 54px;
  margin: 0 auto;
}
.iphone-case {
  border: 1px solid #b5b5b5;
  padding: 10px;
}
.iphone-case + .iphone-case {
  margin: 40px 0;
}
.iphone-case dt {
  position: relative;
  background: #e2261a;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 15px 10px;
}
.iphone-case dt::after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-width: 15px;
  border-top-color: #e2261a;
  top: 99%;
  left: 50%;
  margin-left: -15px;
  z-index: 10;
}
.iphone-case dd {
  padding: 20px 0 10px;
}
.iphone-case dd .iphone-entry-box {
  position: relative;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.iphone-case dd .iphone-entry-box p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.iphone-case dd .iphone-entry-box div a,
.iphone-case dd .iphone-entry-box div span {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.iphone-case dd .iphone-entry-box div a:hover {
  color: #fff;
  background: #e2261a;
}
.iphone-case dd .iphone-entry-box ul li {
  float: left;
  width: 45%;
  margin-right: 10%;
}
.iphone-case dd .iphone-entry-box ul li:nth-child(2n) {
  margin-right: 0;
}
#select-sim {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}
#select-sim p {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#select-sim ul li {
  float: left;
  width: 45%;
  margin-right: 10%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000;
  border: 6px solid #d5d5d5;
  background: #fff;
  padding: 10px;
  cursor: pointer;
}
#select-sim ul li:nth-child(2) {
  margin-right: 0;
}
#select-sim ul li:hover {
  background: #e2261a;
  border: 6px solid #e2261a;
  color: #fff;
}
#select-sim ul li.on {
  background: #e2261a;
  border: 6px solid #e2261a;
  color: #fff;
}
#iphone-case02 .iphone-entry-box, .sim-release {
  padding-top: 20px;
}
.sim-release > p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.sim-release ul {
  width: 100%;
  padding: 0 30px;
}
.sim-release ul li {
  float: left;
  width: 47%;
  margin-right: 6%;
}
.sim-release ul li:nth-child(2n) {
  margin-right: 0;
}
.sim-release ul li h5 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #fe4700;
  margin-bottom: 15px;
  padding: 10px;
}
.sim-release ul li:nth-child(2n) h5 {
  background: #a3a3a3;
}
.sim-release ul li h5 + p {
  margin-bottom: 10px;
}
.sim-release ul li a {
  color: #1169ab;
}
.about-simrelease, #iphone-guide05 aside {
  background: #e8e8e8;
  padding: 20px;
}
.about-simrelease h5, #iphone-guide05 aside h5 {
  position: relative;
  display: inline-block;
  width: 250px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 21px;
  border-top: 2px solid #464646;
  border-bottom: 2px solid #464646;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.iphone-contents .section-inner:last-child h3 {
  margin-bottom: 30px;
}
.not-iphone {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.not-iphone li {
  margin: 0 auto;
}
.not-iphone li:nth-child(2n) {
  margin-right: 0;
}
.not-iphone li dl {
  border: 4px solid #464646;
}
.not-iphone li dl dt {
  background: #464646;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.not-iphone li dl dd {
  padding: 20px;
}
.not-iphone li dl dd div a {
  color: #fff;
  background: #0075a9;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px;
  margin-top: 10px;
}
.not-iphone li dl dd p + p {
  margin-top: 30px;
}
#iphone-price {
  padding: 40px 0;
}
#iphone-price p {
  text-align: center;
}
#iphone-price > p:first-of-type {
  font-size: 18px;
  margin-bottom: 25px;
}
#iphone-price > p:first-of-type + p {
  position: relative;
  display: inline-block;
  background: #e5e5e5;
  padding: 5px 10px;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-bottom: 40px;
}
#iphone-price-ex {
  background: #ffff92;
  padding: 20px;
}
#iphone-price-ex p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#iphone-price-ex ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#iphone-price-ex ul li {
  width: 47.5%;
  margin-right: 5%;
  display: flex;
  background: #fffff4;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
#iphone-price-ex ul li:nth-child(2n) {
  margin-right: 0;
}
#iphone-price-ex ul li p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4;
}
#iphone-price-ex ul li strong {
  font-weight: bold;
  font-size: 21px;
  color: #e2261a;
}
#iphone-price-ex ul li span {
  font-size: 40px;
}
#iphone-price-btn {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
}
#iphone-price-btn p {
  margin: 20px 0 15px;
}
#iphone-price-btn ul li {
/*
  float: left;
  width: 47.5%;
*/
  width: 100%;
  margin-right: 5%;
}
/*
#iphone-price-btn ul li:nth-child(2n) {
  margin-right: 0;
}
*/
#iphone-price-btn ul li a {
  color: #fff;
  background: #0075a9;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px;
}
#iphone-guide04 .ttl-box + p {
  font-size: 18px;
  text-align: center;
  margin: 30px 0;
}
#iphone-guide04 .section-inner {
  padding: 0;
}
#iphone-guide04 .section-inner h3 {
  position: relative;
  display: block;
  padding: 20px 10px;
  width: 100%;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-bottom: 0;
  font-weight: normal;
  border: 2px solid #c2c2c2;
  border-radius: 0;
}
#iphone-guide04 .section-inner h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 88%;
  width: 40px;
  height: 8px;
  margin-top: -4px;
  background: #3a3841;
}
#iphone-guide04 .section-inner h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: 88%;
  width: 8px;
  height: 40px;
  margin-top: -4px;
  margin-left: 16px;
  background: #3a3841;
}
#iphone-guide04 dd span {
  display: block;
  margin-top: 10px;
}
#iphone-guide04 dd span a {
  color: #0075a9;
}
#iphone-guide04 dd span a:hover {
  text-decoration: underline;
}
#iphone-guide04 .section-inner .service-toggle-active:after {
  display: none;
}
#iphone-guide04 .section-inner .toggle-contents {
  display: none;
  padding: 40px 80px;
}
#iphone-apply01 p {
  text-align: center;
  margin-bottom: 30px;
}
#iphone-apply01 div {
  max-width: 500px;
  margin: 0 auto;
}
#iphone-apply01 div a, #iphone-guide05 .iphone-entry a,
#iphone-apply01 div span, #iphone-guide05 .iphone-entry span {
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
}
#iphone-apply01 div a:hover, #iphone-guide05 .iphone-entry a:hover {
  color: #fff;
  background: #e2261a;
}
#iphone-apply02 > p {
  margin-bottom: 30px;
}
#iphone-apply02 ol {
  margin-bottom: 40px;
  padding-left: .75em;
}
#iphone-apply02 ol li {
  line-height: 1.4;
  margin-bottom: 30px;
  margin-left: .75em;
  text-indent: -.75em;
}
#iphone-apply02 ol li::before {
  content: "●";
  display: inline-block;
  margin-right: .5em;
}
#contact-list {
  max-width: 630px;
  margin: 0 auto;
}
#contact-list h4 {
  font-size: 24px;
  background: #ddd;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
#contact-list h4 + p {
  font-size: 14px;
  margin-bottom: 20px;
}
#contact-list dl:not(:last-child) {
  margin-bottom: 30px;
}
#contact-list dl dt {
  color: #e2261a;
  font-size: 24px;
  margin-bottom: 10px;
}
#contact-list table th {
  width: 35%;
}
#contact-list table th span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
#contact-list table td {
  vertical-align: middle;
}
#contact-list table a, #contact-list table p {
  font-weight: bold;
}
#contact-list table td span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
}
#iphone-guide05 .section-inner > p:first-of-type {
  margin: 30px 0 40px;
  font-size: 18px;
}
#iphone-guide05 .iphone-apn, #iphone-guide05 .iphone-entry {
  max-width: 500px;
  margin: 0 auto;
}
.iphone-apn a {
  background: #0075a9;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  margin-top: 15px;
}
#iphone-guide05 aside {
  max-width: 800px;
  margin: 60px auto 50px;
}


/*===== option denwa 2018 =====*/

#container.libmo_denwa2018 {
  max-width: 1100px;
  margin: 0 auto;
}

.libmo_denwa2018 #main-column {
  padding: 0;
}
.img-center.option_denwa_mv img {
  display: inline-block;
}


/* ---------------------------------------------------------
$ SP(スマホ版)
----------------------------------------------------------*/

@media screen and (max-width:640px) {

  /*===== パンくず =====*/

  #topic-path {
    display: none;
  }


  /*===== 大見出し =====*/

  #headline {
  /*
    padding: 4.6875% 1.5625%;
    padding: 4.6875% 1.5625%;
  */
  }
  #headline h1 {
    font-size: 28px;
    padding: 0;
  }
  #headline > .section-inner{
    height: 38vw;
  }
  #headline h1 {
    position: relative;
    padding-left: 50px;
    text-align: center;
  }
  #headline h1:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 35px;
    background: url(../img/common/common_title_icon_sub.png) center no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 12px;
    position: absolute;
    top: calc(50% - 18px);
    left: 0;
  }


  /*===== レイアウト =====*/

  #container {
    padding-top: 7.8125%;
    padding-bottom: 15%;
  }

  #main-column {
    width: 100%;
    float: none;
    /*padding: 0 10px;*/
  }
  #side-column {
    width: 100%;
    float: none;
    margin-top: 10.9375%;
    /* margin-bottom: 85px; */
  }
  #one-column {
    padding: 0 10px;
    margin-bottom: 85px;
  }
  .sec {
    margin-bottom: 12.9%;
  }
  .side-box:not(:last-child) {
    margin-bottom: 0;
  }
  .side-tokaisafe .side-box {
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    border: 1px solid #888;*/
  }
  .side-box h2 {
    font-size: 20px;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 1px;
    border: none;
  }

  .side-box h2.toggle-active {
    border-radius: 10px 10px 0 0;
  }
  .denwa .side-box h2 {
    margin-bottom: 0;
  }
  .side-box ul {
    border-radius: 0 0 10px 10px;
/*
    margin-top: 0;
    border: none;
*/
  }
  .side-box ul li a {
    font-size: 16px;
    padding: 15px 10px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  /* トグル */

  .toggle, .toggle2 {
    cursor: pointer;
    position: relative;
  }
  .toggle:after, .toggle2:after {
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 3.2258%;
    width: 10px;
    height: 10px;
    margin: -8px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .toggle-active:after, .toggle-active2:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -4px 0 0 0;
  }
  .toggle + ul {
    display: none;
  }
  .toggle-active, .toggle-active2 {
    margin-bottom: 0 !important;
  }


  /*===== お知らせ =====*/

  .important {
    padding: 3.2258%;
  }
  .important p {
    line-height: 1.6;
  }
  .news-list {
    margin-bottom: 9.677%;
  }
  .news-list dl {
    display: block;
  }
  .news-list dl dt, .news-list dl dd {
    display: block;
    padding: 0 1.6129%;
  }
  .news-list dl dt {
    width: 100%;
    border-bottom: none;
    margin-bottom: 5px;
  }
  .news-list dl dd {
    padding-bottom: 15px;
  }
  /* 詳細 */

  #entry-box h2 {
    padding-left: 1.6129%;
  }
  .date {
    margin-bottom: 6.4516%;
  }
  .entry-contents {
    padding-bottom: 6.4516%;
    margin-bottom: 6.4516%;
  }
  .entry-contents p {
    line-height: 1.6;
  }
  .entry-contents p:not(:last-of-type) {
    margin-bottom: 6.4516%;
  }
  .page-nav {
    margin-bottom: 25px;
  }
  .page-nav li {
    font-size: 15px;
  }
  .page-nav li a {
    padding: 5px 15px 10px;
    font-size: 15px;
  }
  .page-nav li:first-child a {
    padding-left: 5px;
  }
  .page-nav li:last-child a {
    padding-right: 5px;
  }


  /*===== 障害・メンテナンス情報 =====*/

  .info section:not(:last-child) {
    margin-bottom: 9.6774%;
  }
  .info-box {
    padding: 3.2258%;
  }
  .report-none p:first-of-type {
    font-size: 18px;
  }
  .reported p:first-of-type {
    font-size: 20px;
  }
  .info-box + p {
    margin-left: 3.2258%;
  }
  .info-link {
    margin-top: 20px;
  }
  .btn {
    display: block;
    width: 100%;
    font-size: 20px;
  }
  .info-link > div:not(:last-child) .btn {
    margin-bottom: 3.571%;
  }
  .btn:hover {
    opacity: 1 !important;
  }
  table th, table td {
    display: block;
  }
  .reported table th:first-child, .reported table th:nth-child(2) {
    width: 100%;
  }
  table thead {
    display: none;
  }
  .reported table td {
    padding: 0;
  }
  .reported table td:before {
    content: attr(data-label);
    display: block;
    background: #ddd;
    border-bottom: 1px solid #9d9d9e;
    padding: 10px;
    text-align: center;
  }
  .reported table td dl, .reported table td p {
    padding: 10px;
  }
  .reported table td dl:not(:last-child) {
    margin-bottom: 0;
  }
  .reported table td dl dt {
    margin-bottom: 0;
  }


  /*===== お問い合わせ =====*/

  .inquiry-box p:first-of-type {
    margin-bottom: 20px;
  }
  .contact-tel {
    margin-bottom: 80px;
  }
  .contact-tel dt {
    line-height: 150%;
  }
  .contact-tel dd {
    display: block;
    padding: 20px;
  }
  .contact-tel dd span:nth-child(1) {
    font-size: 18px;
  }
  .contact-tel dd span:nth-child(2) {
    font-size: 27px;
    text-align: center;
  }
  .contact-tel dd span:nth-child(2) img {
    width: 45px;
    margin-right: 5px;
  }
  .contact-tel dd p:nth-child(1) {
    margin: 0 0 10px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
  }
  .contact-tel dd p:nth-child(1) span {
    font-size: 11px;
  }
  .contact-tel dd span:nth-child(3) small {
    font-size: 10px;
  }
  .contact-tel dt {
    font-size: 17px;
  }
  .inquiry-ul {
    margin-bottom: -20px;
  }
  .inquiry-ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .btn-contact {
    font-size: 20px;
  }
  .btn-center {
    display: block;
    width: 100%;
  }
  .btn-center .btn-contact {
    padding: 18px 10px;
  }
  .form-table {
    width: 100%;
  }
  .form-table th {
    margin-bottom: 5px;
  }
  .form-table td {
    margin-bottom: 20px;
  }
  .form-table td ul li {
    width: 49%;
  }
  .form-table td dl:not(:last-child) {
    margin-bottom: 15px;
  }
  .form-table td dl dt {
    margin-bottom: 0;
  }
  .form-table select {
    width: 40%;
  }
  .form-table input[type="text"] {
    width: 100%;
    margin-top: 0;
  }
  input[type="radio"], input[type="checkbox"] {
    position: relative;
    border: 2px solid #b4b4b4;
    outline: none;
    margin-right: 7px;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    padding: 12px;
    border-radius: 50%;
    top: -2px;
  }
  input[type="checkbox"] {
    border-radius: 0;
  }
  input[type="radio"]:checked, input[type="checkbox"]:checked {
    background: #fff;
  }
  input[type="radio"]:checked:before, input[type="checkbox"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -6px 0 0 -6px;
    content: "";
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: -webkit-gradient(  linear,  left top,  left bottom,  from(#0075a9),  to(#0075a9)  );
  }
  .form-table .year input[type="text"] {
    width: 30%;
  }
  .input-30 input {
    width: 40% !important;
  }
  .form-table .check-box label {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .form-table .check-box span:nth-last-child(2) label {
    margin-bottom: 15px;
  }
  .form-table .check-box2 label {
    margin-right: 15px;
  }
  .form-table .check-box2 span:nth-child(n+3) label {
    margin-top: 10px;
  }
  #submit {
    width: 100%;
  }
  .form-table input + input, .form-table input + .error + input {
    margin-top: 10px !important;
  }


  /*===== 動作確認済み端末 =====*/

  .mini {
    margin-left: 0;
  }
  .device .mini {
    margin-bottom: 20px;
  }
  .device .info-box, .lineup .info-box {
    margin-bottom: 30px;
  }
  .device .btn-contact {
    font-size: 22px;
  }
  .tab li {
    width: 32.5%;
    margin-right: 1.25%;
  }
  .tab li:last-child {
    margin-right: 0 !important;
  }
  .tab .select {
    border: 4px solid #e2261a;
  }
  .device .tab {
    margin-bottom: 10px;
  }
  .device .tab li {
    font-size: 16px;
  }
  .device .tab img {
    display: block;
    margin: 0 auto 15px;
  }
  .device .tab li:first-child img {
    width: 30%;
  }
  .device .tab li:nth-child(2) img {
    width: 40%;
  }
  .device .tab li:last-child img {
    width: 48%;
  }
  .device .tab li:last-child img {
    top: 0;
  }
  .device .sp-only h3 {
    position: relative;
    background: #ddd;
    padding: 15px 30px 15px 10px;
    font-size: 18px;
    color: #000;
    border: 1px solid #9d9d9d;
    border-bottom: none;
    line-height: 1.2;
  }
  .device .sp-only h3:after {
    border-top: solid 2px #9d9d9d;
    border-right: solid 2px #9d9d9d;
  }
  .device .sp-only h3 img {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: auto;
  }
  .device .sp-only dt img {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 5px;
    width: 16px;
    height: auto;
  }
  .device .sp-only .toggle-contents {
    display: none;
    width: 100%;
    border-right: 1px solid #9d9d9d;
    border-left: 1px solid #9d9d9d;
  }
  .device .sp-only h3:last-of-type, .device .sp-only .toggle-contents:last-of-type {
    border-bottom: 1px solid #9d9d9d;
  }
  .device .sp-only dl {
    border: 1px solid #9d9d9d;
    border-bottom: none;
    border-right: none;
    float: left;
    box-sizing: border-box;
  }
  .device .sp-only dl:nth-child(odd) {
    border-left: none;
  }
  .device .sp-only dl:nth-child(1) {
    width: 50%;
    border-top: none;
    position: relative;
  }
  .device .sp-only dl:nth-child(2) {
    width: 50%;
    border-top: none;
  }
  .device .sp-only dl:nth-child(3) {
    width: 16%;
  }
  .device .sp-only dl:nth-child(4) {
    width: 42%;
  }
  .device .sp-only dl:nth-child(5) {
    width: 42%;
  }
  .device .sp-only dl:nth-child(6) {
    width: 20%;
  }
  .device .sp-only dl:nth-child(7) {
    width: 80%;
  }
  .device .sp-only dl dt, .device .sp-only dl dd {
    font-size: 13px;
    line-height: 1.3;
  }
  .device .sp-only dl dt {
    background: #e2261a;
    color: #fff;
    text-align: center;
    padding: 10px;
  }
  .device .sp-only dl dd {
    text-align: center;
    padding: 10px;
  }
  .tooltip {
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    background: rgba(0,0,0,.7);
    z-index: 100;
  }
  .tooltip .inner {
    width: 95%;
    margin: auto;
    display: block;
    padding: 2%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .tooltip .inner i {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 50px;
    top: -50px;
    right: -13px;
    z-index: 101;
  }


  /*===== 取り扱い端末一覧 =====*/

  .lineup-index li:nth-child(-n+3) {
    margin-bottom: 0;
  }
  .lineup-index li:not(:last-child) {
    margin-bottom: 9.6774%;
  }
  .lineup-index img + p {
    padding: 0;
  }
  .lineup-index .btn-contact {
    width: 65%;
    margin: 0 auto;
    padding: 14px 10px;
  }
  #device-wrap.bg_gray {
    padding: 6.6% 0 15%;
  }
  /*.lineup-index .device-item-icon img {
    width: 29px !important;
  }*/
  .comment {
    width: 86.8%;
    padding: 1.5em 1em;
  }
  .comment p {
    font-size: 20px;
    margin-bottom: .5em;
  }

  /*===== 取り扱い端末詳細 =====*/

  .device-detail {
    padding: 0 !important;
  }

  /* device-detail-title */
  .device-detail-title {
    text-align: center;
    margin-bottom: 6.15%;
  }

  .device-detail-title h2 {
    margin-bottom: 6.15%;
    font-size: 45px;
  }

  .device-detail-title h2 img {
    width: 65%;
  }

  .device-detail-title h2 em {
    display: inline-block;
    background: #d52009;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 5px 10px;
    border-radius: 5px;
    letter-spacing: 0.05em;
  }

  .device-detail-title p {
    text-align: left;
    font-size: 15px;
    line-height: 1.4;
  }

  #device-detail #gallery {
    width :100%;
    max-width: 100%;
    float: none;
  }
  #device-detail #detail {
    width :100%;
    max-width: 100%;
    float: none;
  }

  /* gallery */
  #device-detail #gallery .mainimg {
    width: 100%;
    float: none;
  }

  #device-detail #gallery .thumbs-list {
    width: 100%;
    float: none;
  }
  .mainimg {
    margin-bottom: 3.2258%;
  }
  .thumbs-list {
    margin-bottom: 3.2258%;
  }
  .thumbs-list li {
    width: 15%;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .thumbs-list li:nth-child(even) {
    float: left;
  }
  .thumbs-list li:nth-child(6n) {
    margin-right: 0;
  }

  #device-detail .ttl-h2 em {
    font-size: 14px;
  }
  #device-detail .ttl-h2 {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0 auto 25px;
    font-size: 28px;
    text-align: center;
  }
  #device-detail .ttl-h2 img {
    /*height: 55px;*/
    padding-bottom: 5px;
  }
  #detail .detail-box dl {
    margin-bottom: 25px;
  }
  #detail .detail-box dl dt {
    font-size: 17px;
    margin-bottom: 4.5%;
  }
  .detail-price dt span {
    font-size: 12px;
    line-height: 1.5;
  }
  .detail-price dt span:first-of-type {
    margin-top: 1em;
  }
  .detail-price ul li:first-child {
    font-size: 14px;
    padding: 5px 10px;
  }
  .detail-price ul li:last-child {
    font-size: 27px;
    padding-left: .5em;
  }
  .detail-price ul li:last-child span {
    font-size: 18px;
  }
  .detail-color ul li {
    font-size: 11px;
    line-height: 1.09;
    letter-spacing: -0.05em;
    font-weight: 500;
  }

  /* table */
  #device-feature table {
    border: 1px solid #9d9d9e;
  }
  #device-feature table th,
  #device-feature table td {
    border-right: none;
  }
  #device-feature tr:last-of-type th,
  #device-feature tr:last-of-type td {
    border-bottom:  none;
  }
  #device-feature table {
    width: 100%;
    word-break: break-word;/* 長文による崩れ防止 */
  }
  .detail-sim ul li {
    height: auto;
    padding: 5px 10px;
    font-weight: normal;
    line-height: 1.2;
    font-size: 12px;
  }
  .detail-sim ul .nano-sim::after {
    width: 12px;
    height: 15px;
  }
  .detail-sim ul .micro-sim::after {
    width: 12px;
    height: 15px;
  }
  #detail .btn-entry {
    font-size: 20px;
    width: 100%;
    background: #face1d;
    color: #000;
    padding: 1em 0.5em;
  }
  #detail .btn-entry:hover {
    background: #e2261a;
    color: #fff;
  }

  /* 機能・スペック */

  #device-feature {
    padding-top: 7.8125%;
  }
  #device-feature .item-4 {
    margin-bottom: -3%;
  }
  #device-feature .item-4 li {
    width: 47.6%;
    float: left;
    margin-right: 4.8%;
    margin-bottom: 2.76%;
  }
  #device-feature .item-4 li:nth-child(2n) {
    margin-right: 0;
  }
  #device-feature section:not(:last-child) {
    margin-bottom: 12.9%;
  }
  #device-feature table th, #device-feature table td {
    padding: 20px 10px;
    vertical-align: middle;
    text-align: center;
  }
  #device-feature table th {
    width: 100%;
  }
  #device-feature table td {
    padding-left: 10px;
  }
  #device-feature .device-feature-specText {
    width: 100%;
  }

  /*===== サポート =====*/

  .support-index section:not(:last-child) {
    margin-bottom: 16%;
  }
  .support-index .btn-contact {
    padding: 18px 10px;
  }
  .support-index .ttl-h2 + p {
    margin-bottom: 4.838%;
  }
  .support-index > section section:not(:last-of-type) {
    margin-bottom: 8.0645%;
  }
  .support-index > section section h3 {
    font-size: 20px;
  }
  .support-index > section section h3 + p {
    margin-bottom: 20px;
  }
  .support-index .col-2 th {
    display: block;
    text-align: left;
  }
  .support-index .col-2 td {
    display: block;
  }
  .support-index .col-2, .support-index .col-2 > div {
    display: block;
  }
  .support-index .col-2 > div:first-child {
    width: 100%;
    padding-right: 0%;
    margin-bottom: 15px;
  }
  .support-index table th, .support-index table td {
    padding: 15px 10px;
    display: table-cell;
  }
  #terms-guide ul {
    margin-top: 10px;
  }
  #terms-guide ul li {
    width: 100%;
    float: none;
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }
  #terms-guide ul li:nth-child(2n) {
    margin-left: 0;
  }


  /*===== サービス紹介 =====*/

  .service {
    max-width: 100%;
  }
  .service .intro {
    padding-bottom: 30px;
    margin-bottom: 9.6774%;
    border-bottom: 2px dotted #ccc;
  }
  .service .intro ul {
    text-align: left;
  }
  .service .intro ul li {
    display: block;
    margin-right: 0;
  }
  .service .intro ul li:last-child {
    margin-top: 10px;
  }
  .service .intro ul li a {
    font-size: 16px;
  }
  .service .intro p {
    font-size: 16px;
    margin-bottom: 5%;
  }
  .service-point {
    border-top: 2px dotted #ccc;
    padding-top: 9.6774%;
  }
  .service-point:not(:last-child) {
    margin-bottom: 9.6774%;
  }
  .service-point h2:not(.ttl-h2) {
    margin-bottom: 30px;
  }
  .service-point h2:not(.ttl-h2) img {
    flex-basis: 82px;
    width: 82px;
    height:82px;
    flex-shrink: 0;
  }
  .service-point h2:not(.ttl-h2) img {
    flex-basis: 62px;
    width: 62px;
    height: 62px;
  }
  .service-point h2:not(.ttl-h2) span {
    font-size: 25px;
    line-height: 1.2;
    margin-left: 10px;
  }
  .service-point h2:not(.ttl-h2) span::after {
    width : calc(100% - 72px);
    left: 72px;
    bottom: 5px;
  }
  .service-point .service-point-tabletitle {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 8% !important;
    padding-bottom: 5px;
    letter-spacing: 0;
  }
  .service-point:first-of-type p:not(:last-of-type) {
    margin-bottom: 18px;
  }
  .service-txt {
    font-size: 18px;
  }
  .service-box {
    padding: 3.2258%;
    margin-top: 20px;
  }
  .service-box h3, .service-point h3 {
    font-size: 18px;
  }
  .service-box h3 {
    text-align: center;
  }
  .service-box dt {
    font-size: 20px;
  }
  .service-box dd p {
    text-align: center;
  }
  .service .item-2 li:first-child {
    margin-bottom: 20px;
  }
  .service-point .txt-right {
    text-align: left;
  }
  .service-point table th, .service-point table td {
    display: table-cell;
  }
  .service-point table th {
  /*  width: 70%;*/
    padding: 15px 10px;
  }
  .service-point table td {
    width: 3em;
    padding: 15px 10px;
  }
  .service-point #disclaimer p {
    font-size: 13px;
    line-height: 1.5;
  }

  /* 格安SIMの紹介 */

  .sim .service-txt {
    margin-bottom: 10px !important;
  }
  .sim .service-box h3 {
    font-size: 20px;
    text-align: left;
  }


  /*===== ご利用までの流れ =====*/

  .flow {
    padding: 0 !important;
  }
  .flow h2::after {
    width: 98%;
    left: 1%;
  }
  #flow-wrap .ttl-h2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #flow-wrap .ttl-h2 span {
    font-size: 14px;
    line-height: 1.875;
    height: auto;
    margin: 0 0 10px;
  }
  #flow-wrap section {
    padding: 8.0645% 0;
  }
  #flow-wrap section:last-child {
    /*padding: 8.0645% 0 85px 0;*/
    padding: 8.0645% 0 0 0;
  }
   .page-id-177 #one-column, .page-id-1397 #one-column, {
   margin-bottom: 0
  }
  .flow-txt {
    font-size: 20px;
  }
  .flow .flow-link p {
    font-size: 18px;
  }
  .flow-link {
    margin: 0 auto 10px;
    display: block;
  }
  .flow-link > div {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .flow-link > div:first-child {
    margin-bottom: 20px;
  }
  #flow01 .flow-link + p {
    max-width: 100%;
  }
  #flow02 .flow-link > div:first-child a {
    width: 100%;
  }
  #flow07 .arrow {
    padding-top: 65px;
  }
  #flow07 .flow07-title {
    margin-bottom: 35px;
    text-align: center;
    color: #d52009;
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .flow-check {
    width: 100%;
    padding: 6.4516% 8.0645%;
  }
  .flow-check:not(:last-of-type) {
    margin-bottom: 6.4516%;
  }

  .flow-check:not(:first-of-type) + p {
    width: 100%;
  }
  .flow .entry-wh, .tokai-safe .entry-wh, .campaign-btn {
    width: 100%;
  }
  .flow .entry-wh a, .tokai-safe .entry-wh a, .campaign-btn a {
    font-size: 28px;
    padding: 25px 10px;
  }
  .arrow {
    padding-top: 16%;
  }
  .flow .btn-start {
    padding: 25px 10px;
    width: 100%;
    margin-bottom: 20px;
  }


  /*===== 料金 =====*/

  #plan-wrap section {
    margin-bottom: 9.6774%;
  }
  .campaign-box {
    margin-bottom: 9.6774%;
  }
  .plan .plan-box:not(:last-child) {
    margin-bottom: 6.4516%;
  }
  .plan .plan-box h3 {
    font-size: 20px;
  }
  .plan .plan-box .price p {
    font-size: 20px;
  }
  .plan .plan-box .price p em {
    font-size: 40px;
  }
  .plan .plan-box ul li dl {
    display: block;
  }
  .plan .plan-box ul li dl dt, .plan .plan-box ul li dl dd {
    font-size: 16px;
    display: block;
    text-align: center;
  }
  .plan .plan-box ul li dl dt {
    width: 60px;
    margin: 0 auto 10px;
  }
  .plan .plan-box ul li dl dd em {
    font-size: 18px;
  }
  #plan02 dl {
    display: block;
    width: auto;
    margin: 0 auto 10px;
  }
  #plan02 dl dt, #plan02 dl dd {
    display: block;
    font-size: 20px;
  }
  #plan02 dl dt {
    width: 180px;
    margin: 0 auto 10px;
  }
  #plan02 dl dd {
    padding-left: 0;
    text-align: center;
  }
  #plan03 .tab li {
    width: 49% !important;
    margin-right: 2% !important;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #plan03 .tab-contents table:first-of-type th, #plan03 .tab-contents table:first-of-type td {
    display: table-cell;
    font-size: 18px;
  }
  #plan03 .tab-contents table:first-of-type th:first-of-type {
    width: 70%;
  }
  #plan03 .tab-contents h3 {
    margin-top: 6.4516%;
    font-size: 20px;
  }
  #plan03 .tab-contents table:nth-of-type(2) th {
    width: 100%;
  }
  #plan03 .tab-contents table:nth-of-type(2) td {
    padding: 15px 10px;
  }
  #plan03 .tab-contents .btn-center {
    width: 100%;
  }
  .price small {
    font-size: 14px;
    padding-right: 10px;
    font-weight: normal;
  }


  /*===== オプション =====*/

  .option-box:not(:last-child) {
    margin-bottom: 9.6774%;
  }
  .option-box section {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .option-box section h3 {
    font-size: 21px;
  }
  .option-box section .price {
    position: relative;
    top: inherit;
    right: inherit;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
  }
  .option-box section .price + .btn-center a {
    width: 100%;
  }
  .option-box section dl {
    margin-top: 20px;
  }
  .option-box section dl dt {
    margin-bottom: 20px;
  }


  /*===== TOKAI SAFE =====*/

  .tokai-safe #mv {
    margin-bottom: 8.0645%;
  }
  .tokai-safe section:not(:last-child) {
    margin-bottom: 9.6774%;
  }
  .tokai-safe section .about-box > div {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .tokai-safe section .about-box > div:last-child {
    margin-bottom: 0;
  }
  .tokai-safe section .about-box.flow-about-box > div:last-child {
    margin-bottom: 30px;
  }
  .tokai-safe section .about-box dl dt {
    font-size: 16px;
  }
  .tokai-safe section .about-box dl dd {
    padding: 1.6129% 3.2258% 3.2258% 3.2258%;
  }
  .tokai-safe section .about-box dl dd img {
    width: 240px;
    margin-bottom: 5px;
  }
  .btn-tokai {
    padding: 18px 10px;
  }
  .tokai-safe #campaign-box p:nth-of-type(1) {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .tokai-safe #campaign-box p:nth-of-type(1) span {
    font-size: 28px;
  }
  .tokai-safe #campaign-box p:nth-of-type(1) + p {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .tokai-safe .entry-wh a {
    font-size: 26px;
  }
  .tokai-safe #campaign-box p:nth-of-type(1) + p small:first-child {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  .tokai-safe #campaign-box p:nth-of-type(1) + p small:last-child {
    max-width: 400px;
    margin: 5px auto 0 auto;
    display: block;
  }
  .side-tokaisafe aside ul {
    padding: 20px 10px;
  }
  .side-tokaisafe .side-box ul li:last-child {
    border-bottom: 1px solid #ddd;
  }
  /*.tokai-second h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .tokai-second .ttl-h2 {
    font-size: 22px;
  }*/
  .img-left {
    width: 32.258%;
    margin-right: 4.8387%;
    margin-bottom: 15px;
  }
  .img-right {
    width: 32.258%;
    margin-left: 4.8387%;
    margin-bottom: 15px;
  }
  .tokai-safe .intro {
    margin-bottom: 8.0645%;
  }
  .tokaisafe-term section dd p + ol li {
    line-height: 1.3;
  }
  .tokaisafe-term ol li ol {
    margin-left: .25em;
  }
  .tokaisafe-flow .btn-tokai {
    width: 100%;
  }


  /*===== LIBMOでんわ =====*/

  .libmo-denwa #mv {
    margin-bottom: 8%;
  }

  .libmo-denwa .ttl-h2.indent05 {
    text-indent: 0.5em;/* センター寄せ調整 */
  }

  .libmo-denwa section .about-box > div, .libmo-denwa section .about-box2 > div {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }


  /*===== 各種端末のAPN設定方法 =====*/

  .preparation-box {
    margin: 20px 0 8.0645%;
  }
  .preparation-box .intro-txt {
    margin-bottom: 10px !important;
  }
  .preparation-box .intro-txt em {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .preparation-box .intro-txt br {
    display: block;
  }
  .apn-setting h3 {
    font-size: 22px;
  }
  .apn-setting dl {
    padding-bottom: 6.4516%;
    margin-bottom: 6.4516%;
  }
  .apn-setting dl dd .col-2, .apn-setting dl dd .col-2 > div {
    display: block;
  }
  .apn-setting dl dd div > div:first-child p {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .apn-setting dl dd div > div:last-child {
    width: 100%;
  }
  .apn-setting table th, .apn-setting table td {
    padding: 15px 10px;
    display: block;
    width: 100%;
  }
  .apn-setting table td {
    padding-left: 10px;
  }
  .apn-setting + .apn-setting {
    margin-top: 9.6774%;
  }
  .apn-setting .bg-gray {
    display: block;
    padding: 10px;
    margin-top: 15px;
  }
  .preparation-box .btn-contact {
    font-size: 19px;
    border-radius: 6px;
  }


  /*===== フッター掲載ページ =====*/

  .footer-posted section:not(:last-child) {
    margin-bottom: 8.0645%;
  }
  /* サイトマップ */

  #sitemap > div {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  #sitemap > div a {
    font-size: 16px;
  }
  #sitemap > div h2 a {
    font-size: 20px;
  }
  #sitemap > div ul li ul {
    margin-left: .5em;
  }
  /* 個人情報保護ポリシー */

  .footer-posted .ttl-h2 + p {
    margin-bottom: 30px !important;
  }
  #privacy dl:not(:last-child), #copyright dl:not(:last-child), #ad dl:not(:last-child) {
    margin-bottom: 30px;
  }
  #privacy dl dt, #copyright dl dt, #ad dl dt {
    font-size: 21px;
  }
  #privacy ol li ol {
    margin-left: 0;
  }
  /* 利用規約 */

  #terms ul {
    padding-top: 10px;
  }
  #terms ul li:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #terms ul li a {
    font-size: 16px;
  }
  /* 特定商取引法に基づく表記 */

  #tokushoho th, #tokushoho td {
    padding: 14px 10px;
    font-size: 15px;
  }

  /* 企業情報 */
  #tokushoho th {
    width: 100%;
  }

  #tokushoho.company th {
    width: 100%;
  }


  /*===== キャンペーン =====*/

  .campaign-img {
    margin-bottom: 8.0645%;
  }
  .flow .entry-wh a, .tokai-safe .entry-wh a, .campaign-btn a {
    font-size: 25px;
  }


  /*===== 広告ギャラリー =====*/

  #ad-profile dl dt {
    font-size: 18px;
  }
  /*===== 404 =====*/

  .not-found .intro p:first-of-type {
    font-size: 24px;
  }
  .not-found .intro p:first-of-type + p {
    font-size: 18px;
  }
  .not-found .intro ul {
    margin: 30px 0;
  }


  /*===== iPhoneご利用ガイド =====*/

  .iphone-guide #iphone-guide01 .lead {
    margin-top: 0px;
  }

  #iphone-guide01 h2 {
    margin-bottom: 6.45%;
  }
  #iphone-guide01 div ul {
    margin-bottom: 3.2%;
  }
  #iphone-guide01 div ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 3.2%;
  }
  #iphone-guide01 div ul li:nth-child(2n) {
    margin-right: 0;
  }
  .arrow-down a {
    padding: 16px 3px;
  }
  .arrow-down a::before {
    margin: 0 5px 0 0;
  }
  #iphone-guide01 div ul + p + p {
    margin-bottom: 6.45%;
  }
  .ttl-box {
    padding: 4.8% 6.6%;
  }
  .ttl-box .ttl-h2 {
    margin: 0 auto 4%;
  }
  .ttl-box figure img {
    margin: 0 auto 3.2%;
    width: 100px;
  }
  .ttl-box p {
    font-size: 5.5vw;
  }
  .ttl-box p br {
    display: block;
  }
  #iphone-guide02-1 {
    padding: 4.8% 6.6%;
  }
  .iphone-contents {
    padding: 6.45% 0;
  }
  .iphone-contents .section-inner {
    padding: 6.45% 10px;
/*    width: calc(100% - 1.6%);*/
    width: 86.8%;
  }
  .iphone-contents .section-inner:first-child {
    margin-bottom: 6.45%;
  }
  .iphone-contents .section-inner h3 {
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 6vw;
  }
  .txt-link-iphone::before {
    margin: 0 10px 0 0;
  }
  .iphone-current {
    margin-top: 4.8%;
  }
  .iphone-current h4 {
    font-size: 5vw;
    margin-bottom: 4.8%;
  }
  .iphone-type {
    margin-bottom: 6.45%;
  }
  .iphone-type li {
    width: 23.5%;
    margin-right: 2%;
  }
  .iphone-type li a {
    padding: 20px 5px 30px;
  }
  .iphone-type li a::before {
    bottom: 12px;
    width: 10px;
    height: 10px;
    margin-left: -5px;
  }
  .iphone-type li a span {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .iphone-type li:nth-child(4) a span {
    letter-spacing: -1.5px;
  }
  .iphone-type li a img {
    width: 48px;
  }
  .iphone-case + .iphone-case {
    margin: 6.45% 0;
  }
  .iphone-case dt {
    font-size: 5vw;
    padding: 12px 10px;
  }
  .iphone-case dd {
    padding: 6.45% 0 4.8%;
  }
  .iphone-case dd .iphone-entry-box p {
    font-size: 6vw;
    margin-bottom: 3.2%;
  }
  .iphone-case dd .iphone-entry-box p:first-of-type {
    font-size: 5vw;
  }
  .iphone-case dd .iphone-entry-box div a {
    margin-bottom: 4%;
    font-size: 6vw;
  }
  .iphone-case dd .iphone-entry-box ul li {
    width: 49%;
    margin-right: 2%;
    font-size: 3.5vw
  }
  #select-sim {
    max-width: 90%;
  }
  #select-sim p {
    font-size: 5vw;
    margin-top: 0;
    margin-bottom: 3.2%;
  }
  #select-sim ul li {
    width: 48%;
    margin-right: 4%;
    border: 5px solid #d5d5d5;
  }
  #iphone-case02 .iphone-entry-box, .sim-release {
    padding-top: 6.45%;
  }
  .sim-release > p {
    font-size: 5vw;
    margin-bottom: 4.8%;
  }
  .sim-release ul {
    padding: 0;
  }
  .sim-release ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .sim-release ul li:first-child {
    margin-bottom: 20px;
  }
  .sim-release ul li h5 {
    margin-bottom: 12px;
    padding: 10px 5px;
  }
  .sim-release ul li:nth-child(2n) h5 {
    background: #a3a3a3;
  }
  .sim-release ul li h5 + p {
    margin-bottom: 15px;
  }
  .about-simrelease, #iphone-guide05 aside {
    background: #e8e8e8;
    padding: 15px 10px;
  }
  .about-simrelease h5, #iphone-guide05 aside h5 {
    font-size: 20px;
    margin-bottom: 3.2%;
  }
  .iphone-contents .section-inner:last-child h3 {
    margin-bottom: 4.8%;
  }
  .not-iphone {
    margin-top: 4.8%;
  }
  .not-iphone li {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .not-iphone li:nth-child(2n) {
    margin-right: 0;
    margin-top: 4.8%;
  }
  .not-iphone li dl dd {
    padding: 3.2% 10px;
  }
  .not-iphone li dl dd div a {
    padding: 20px 10px;
    margin-top: 3.2%;
  }
  .not-iphone li dl dd p + p {
    margin-top: 3.2%;
  }
  #iphone-price {
    padding: 6.45% 0;
  }
  #iphone-price > p:first-of-type {
    margin-bottom: 4%;
    padding: 0 6.6%;
    text-align: left;
  }
  #iphone-price > p:first-of-type + p {
    display: block;
    width: calc(100% - 3.2%);
    text-align: left;
    margin-bottom: 6.45%;
  }
  #iphone-price-ex {
    padding: 3.2% 6.6%;
  }
  #iphone-price-ex p {
    font-size: 5vw;
    margin-bottom: 3.2%;
  }
  #iphone-price-ex ul {
    display: block;
  }
  #iphone-price-ex ul li {
    width: 100%;
    margin-right: 0;
    display: block;
    padding: 3.2% 10px;
  }
  #iphone-price-ex ul li:nth-child(2n) {
    margin-top: 4.8%;
  }
  #iphone-price-ex ul li p {
    font-size: 4.2vw;
  }
  #iphone-price-ex ul li strong {
    font-size: 5vw;
  }
  #iphone-price-ex ul li span {
    font-size: 6vw;
  }
  #iphone-price-btn {
    width: 86.8%;
  }
  #iphone-price-btn p {
    margin: 6.45% 0 3.2%;
    font-size: 4vw;
  }
  #iphone-price-btn ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  #iphone-price-btn ul li {
    display: flex;
    width: 49%;
    margin-right: 2%;
    justify-content: center;
  }
  #iphone-price-btn ul li a {
    padding: 15px 10px;
    line-height: 1.4;
    font-size: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #iphone-guide04 .ttl-box + p {
    text-align: left;
    margin: 4.8% 6.6%;
  }
  #iphone-guide04 .section-inner h3 {
    padding: 20px 10px;
    font-size: 4.8vw;
  }
  #iphone-guide04 .section-inner h3:before {
    width: 24px;
    height: 6px;
    margin-top: -3px;
  }
  #iphone-guide04 .section-inner h3:after {
    top: calc(50% - 12px);
    width: 6px;
    height: 24px;
    margin-top: 0;
    margin-left: 9px;
  }
  #iphone-guide04 .section-inner .toggle-contents {
    padding: 4.8% 10px;
  }
  #iphone-apply01 p {
    margin-bottom: 4.8%;
  }
  #iphone-apply01 div a, #iphone-guide05 .iphone-entry a {
    font-size: 5vw;
  }
  #iphone-apply02 > p {
    margin-bottom: 4.8%;
  }
  #iphone-apply02 ol {
    margin-bottom: 4.8%;
    padding-left: .75em;
  }
  #iphone-apply02 ol li {
    margin-bottom: 4.8%;
  }
  #contact-list h4 {
    font-size: 4.5vw;
  }
  #contact-list h4 + p {
    margin-bottom: 4.8%;
  }
  #contact-list dl:not(:last-child) {
    margin-bottom: 4.8%;
  }
  #contact-list dl dt {
    font-size: 6vw;
  }
  #contact-list table th {
    width: 100%;
  }
  #contact-list table th span {
    display: inline-block;
    margin-top: 0;
  }
  #contact-list table td {
    text-align: center;
  }
  #contact-list table a, #contact-list table p {
    font-weight: bold;
  }
  #contact-list table td span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
  }
  #iphone-guide05 .section-inner > p:first-of-type {
    margin: 4.8% 0;
  }
  #iphone-guide05 .iphone-apn, #iphone-guide05 .iphone-entry {
    max-width: 400px;
    margin: 0 auto;
  }
  .iphone-apn a {
    font-size: 5vw;
    padding: 20px 10px;
    margin-top: 3.2%;
  }
  #iphone-guide05 aside {
    margin: 6.45% auto;
  }
  #iphone-guide05 .iphone-entry {
    /*margin-bottom: 9.7%;*/
    margin-bottom: 0;
  }

  /*===== option/denwa =====*/
  #container.libmo_denwa2018 {
    /*padding-top: calc(7.8125% - 30px);*/
    padding-top: 0;
    max-width: 1100px;
    margin: 0 auto;
  }
  #side-column.side-tokaisafe.denwa.index {
        padding: 0 6.6%;
  }

}

/* ---------------------------------------------------------
$ SP(スマホ版 480px未満)
----------------------------------------------------------*/

@media screen and (max-width:480px) {

  /*===== 動作確認済み端末 =====*/

  .device .sp-only dl:nth-child(1):after {
    position: absolute;
    top: 0;
    right: -1px;
    border-right: 1px solid #9d9d9d;
    height: 100px;
    width: 1px;
    content: "";
    display: block;
  }
  .device .sp-only dl:nth-child(3) {
    width: 50%;
    clear: left;
  }
  .device .sp-only dl:nth-child(4) {
    width: 50%;
  }
  .device .sp-only dl:nth-child(5) {
    width: 60%;
  }
  .device .sp-only dl:nth-child(6) {
    width: 40%;
  }
  .device .sp-only dl:last-child {
    width: 100%;
  }
}

/* ---------------------------------------------------------
$ SP(スマホ版 414px未満)
----------------------------------------------------------*/

@media screen and (max-width:414px) {

  /*===== 大見出し =====*/

  #headline h1 {
    font-size: 24px;
  }

  /*===== 障害・メンテナンス情報 =====*/

  .info-box + p {
    margin-left: 0;
  }
  .btn {
    font-size: 18px;
  }
  .info .btn {
    font-size: 16px;
  }
  .btn::after {
    background: url(../img/common/icon_external.png) no-repeat left center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }


  /*===== お問い合わせ =====*/

  .inquiry .attention {
    padding: 12px 10px;
    margin-bottom: 30px;
  }
  .inquiry-ul li a {
    font-size: 16px;
  }
  .form-table select {
    width: 50%;
  }
  .input-30 input {
    width: 50% !important;
  }
  /*===== 動作確認済み端末 =====*/

  .device .btn-contact {
    font-size: 20px;
  }

  /*===== 取り扱い端末詳細 =====*/

  #device-detail .ttl-h2 {
    font-size: 28px;
  }

  /*===== サービス紹介 =====*/

  .service-point h2:not(.ttl-h2) {
    font-size: 22px;
    margin: 0 auto 20px;
  }
  .service-point h2:not(.ttl-h2) span::after {
    width : calc(100% - 62px);
    left: 62px;
    bottom: 5px;
    height: 6px;
  }
  .service-point h2:not(.ttl-h2) img {
    width: 52px;
  }
  .service-point .service-point-tabletitle {
    font-size: 19px;
  }
  /* 格安SIMの紹介 */

  .sim .service-point h2:not(.ttl-h2) span::after {
    width : 100%;
    left: 0;
    bottom: -5px;
  }
  .sim .service-point h2:not(.ttl-h2) img {
    display: block;
    margin: 0 auto 10px;
  }


  /*===== ご利用までの流れ =====*/

  .flow h2 {
    font-size: 24px;
  }
  .flow-check {
    padding: 6.4516% 10px;
  }
  .arrow {
    padding-top: 20%;
  }
  #flow-wrap .ttl-h2 span {
    font-size: 12px;
  }


  /*===== TOKAI SAFE =====*/

  .tokai-safe section .about-box > div {
    margin-bottom: 25px;
  }
  .tokai-safe section .about-box dl dd img {
    width: 185px;
  }
  .tokai-safe #campaign-box p:nth-of-type(1) span {
    font-size: 26px;
  }
  .tokai-safe #campaign-box p:nth-of-type(1) + p {
    font-size: 30px;
  }
  /*.tokai-second .ttl-h2 {
    font-size: 20px;
  }*/
  .tokai-second .features .img-left, .tokai-second .features .img-right {
    width: 25%;
    margin-right: 2.4%;
  }
  .tokai-second .features section p em {
    font-size: 16px;
  }
  .tokaisafe-flow section dl dt {
    font-size: 18px;
  }
  .tokaisafe-flow section dl:not(:last-of-type) {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  .tokaisafe-flow-box > div:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }


  /*===== 端末補償 =====*/

  .hosho-flow section .about-box dl dd img {
    float: none;
  }


  /*===== LIBMOでんわ =====*/

  .libmo-denwa section .about-box > div, .libmo-denwa section .about-box2 > div {
    margin-bottom: 25px;
  }

  .libmo-denwa section:not(:last-child) {
    margin-bottom: 10%;
  }

  .libmo-denwa section .about-box2 > div:nth-child(2n) {
    margin-bottom: 5px;
  }

  .libmo-denwa section .about-box > div:last-of-type {
    margin-bottom: 5px;
  }

  /*===== フッター掲載ページ =====*/

  /* サイトマップ */

  #sitemap > div {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  #sitemap > div:nth-last-child(2) {
    margin-bottom: 30px;
  }
  /* 個人情報保護ポリシー */

  #privacy dl dt, #copyright dl dt {
    font-size: 20px;
  }
  #privacy p + ol {
    margin: 20px 0 20px;
  }


  /*===== 各種端末のAPN設定方法 =====*/

  .apn-setting dl dd p {
    font-size: 16px;
  }
  .apn-setting table th, .apn-setting table td {
    font-size: 15px;
  }


  /*===== キャンペーン =====*/

  .flow .entry-wh a, .tokai-safe .entry-wh a, .campaign-btn a {
    font-size: 23px;
  }

  /*===== iPhoneご利用ガイド =====*/
  #headline.headline-smallfont h1 {
    font-size: 22px;
    letter-spacing: -1px;
  }

}

/* ---------------------------------------------------------
$ SP(スマホ版 340px未満 iphoneSE)
----------------------------------------------------------*/

@media screen and (max-width:340px) {

  .page-nav li {
    font-size: 13px;
  }
  .page-nav li a {
    padding: 5px 10px 10px;
    font-size: 13px;
  }
  /*
    #headline h1 {
      font-size: 22px;
    }
  */

  /*===== タイトル =====*/

  .ttl-h2 {
    font-size: 24px;
  }

  /*===== サービス紹介 =====*/

  .service-point h2:not(.ttl-h2) {
    font-size: 19px;
  }
  .service-point h2:not(.ttl-h2) span::after {
    width : calc(100% - 52px);
    left: 52px;
    bottom: 0;
  }
  .service-point h2:not(.ttl-h2) img {
    width: 42px;
  }
  /* 格安SIMの紹介 */

  .sim .service-point h2:not(.ttl-h2) span::after {
    width : 100%;
    left: 0;
    bottom: -5px;
  }
  .sim .service-point h2:not(.ttl-h2) img {
    width: 52px;
  }

  /*===== 動作確認済み端末 =====*/
  .device .tab li {
    font-size: 14px;
    letter-spacing: -0.5px;
  }

  .device-detail-title p {
    font-size: 14px;
  }

  /*===== iPhoneご利用ガイド =====*/

  .arrow-down a {
    font-size: 13px;
  }
  .iphone-type li a span {
    font-size: 12px;
  }

  /*===== iPhoneご利用ガイド =====*/

  .side-box h2 {
    font-size: 16px;
  }

  .preparation-box .btn-contact {
    font-size: 16px;
  }
}



/* ---------------------------------------------------------
$ other
----------------------------------------------------------*/

/*===== LP関連ページ（ヘッダーとフッターを消す） =====*/

.page-id-1370 #local-nav, .page-id-1395 #local-nav, .page-id-1397 #local-nav, #nw #local-nav {
  display: none !important;
}
.page-id-1370 #sp-btn, .page-id-1395 #sp-btn, .page-id-1397 #sp-btn, #nw #sp-btn {
  display: none !important;
}
.page-id-1370 #sp-menu-wrap,  .page-id-1395 #sp-menu-wrap,  .page-id-1397 #sp-menu-wrap,  #nw #sp-menu-wrap,  .page-id-1370 #search-box_sp,  .page-id-1395 #search-box_sp,  .page-id-1397 #search-box_sp,  #nw #search-box_sp,  .page-id-1370 header nav,  .page-id-1395 header nav,  .page-id-1397 header nav,  #nw header nav,  #nw #topic-path ul {
  display: none !important;
}
#nw #topic-path {
  padding: 2px 0 0 0;
  background: #e5e5e5;
}
.page-id-1370 #fixed-contents,  .page-id-1395 #fixed-contents,  .page-id-1397 #fixed-contents,  #nw #fixed-contents {
  display: none;
}
 .page-id-1370 #headline,  .page-id-1395 #headline,  .page-id-1397 #headline  #nw #headline, {
 border-top: 2px solid #e5e5e5;
}

@media screen and (max-width: 640px) {
  .page-id-1370 #headline,  .page-id-1395 #headline,  .page-id-1397 #headline,  #nw #headline {
    margin-top: 20px;
  }
}

@media screen and (max-width: 450px) {
  .page-id-1370 #contents,  .page-id-1395 #contents,  .page-id-1397 #contents,  #nw #contents {
    border-top: 4px solid #e2261a;
    margin-top: 10px;
  }
  .page-id-1370 #headline,  .page-id-1395 #headline,  .page-id-1397 #headline,  #nw #headline {
    margin-top: 0px;
  }
}


/*===== お申込み =====*/

/* 矢崎グループ */
.page-id-2116 #headline, .page-id-3072 #headline, /* 株主優待 */
.page-id-2048 #headline, .page-id-3077 #headline, /* アマゾンプライム */
.page-id-2136 #headline, .page-id-3074 #headline, /* 申込み */
.page-id-948 #headline, .page-id-1199 #headline {
  margin: 0 0 40px 0;
  padding: 0;
  border: none;
}
.page-id-2116 #headline h1, .page-id-3072 #headline h1, .page-id-2048 #headline h1, .page-id-3077 #headline h1, .page-id-2136 #headline h1, .page-id-3074 #headline h1, .page-id-948 #headline h1, .page-id-1199 #headline h1 {
  position: absolute;
  top: -144px;
  left: 190px;
  font-size: 24px;
  z-index: 100;
}

@media screen and (max-width: 640px) {
  .page-id-2116 #headline h1, .page-id-3072 #headline h1, .page-id-2048 #headline h1, .page-id-3077 #headline h1, .page-id-2136 #headline h1, .page-id-3074 #headline h1, .page-id-948 #headline h1, .page-id-1199 #headline h1 {
    top: -80px;
    left: 40%;
  }
}

@media screen and (max-width: 480px) {
  .page-id-2116 #headline h1, .page-id-3072 #headline h1, .page-id-2048 #headline h1, .page-id-3077 #headline h1, .page-id-2136 #headline h1, .page-id-3074 #headline h1, .page-id-948 #headline h1, .page-id-1199 #headline h1 {
    top: -75px;
    left: 40%;
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .page-id-2116 #headline h1, .page-id-3072 #headline h1, .page-id-2048 #headline h1, .page-id-3077 #headline h1, .page-id-2136 #headline h1, .page-id-3074 #headline h1, .page-id-948 #headline h1, .page-id-1199 #headline h1 {
    top: -43px;
    left: 40%;
    font-size: 20px;
  }
}
.page-id-2116 #local-nav, .page-id-3072 #local-nav, .page-id-2048 #local-nav, .page-id-3077 #local-nav, .page-id-2136 #local-nav, .page-id-3074 #local-nav, .page-id-948 #local-nav, .page-id-1199 #local-nav {
  display: none !important;
}
.page-id-2116 #sp-btn, .page-id-3072 #sp-btn, .page-id-2048 #sp-btn, .page-id-3077 #sp-btn, .page-id-2136 #sp-btn, .page-id-3074 #sp-btn, .page-id-948 #sp-btn, .page-id-1199 #sp-btn {
  display: none !important;
}
.page-id-2116 #sp-menu-wrap, .page-id-3072 #sp-menu-wrap, .page-id-2048 #sp-menu-wrap, .page-id-3077 #sp-menu-wrap, .page-id-2136 #sp-menu-wrap, .page-id-3074 #sp-menu-wrap, .page-id-948 #sp-menu-wrap, .page-id-1199 #sp-menu-wrap, .page-id-2116 #search-box_sp, .page-id-3072 #search-box_sp, .page-id-2048 #search-box_sp, .page-id-3077 #search-box_sp, .page-id-2136 #search-box_sp, .page-id-3074 #search-box_sp, .page-id-948 #search-box_sp, .page-id-1199 #search-box_sp, .page-id-2116 header nav, .page-id-3072 header nav, .page-id-2048 header nav, .page-id-3077 header nav, .page-id-2136 header nav, .page-id-3074 header nav, .page-id-948 header nav, .page-id-1199 header nav {
  display: none !important;
}
.page-id-2116 #fixed-contents, .page-id-3072 #fixed-contents, .page-id-2048 #fixed-contents, .page-id-3077 #fixed-contents, .page-id-2136 #fixed-contents, .page-id-3074 #fixed-contents, .page-id-948 #fixed-contents, .page-id-1199 #fixed-contents {
  display: none;
}

@media screen and (max-width: 450px) {
  .page-id-2116 #contents,  .page-id-3072 #contents,  .page-id-2048 #contents,  .page-id-3077 #contents,  //.page-id-2136 #contents,  //.page-id-3074 #contents,  .page-id-948 #contents,  .page-id-1199 #contents {
   border-top: 4px solid #e2261a;
   margin-top: 10px;
  }
}
.before {
  max-width: 800px;
  margin: 0 auto;
}
.before p a, .before li a {
  color: #1169ab;
}
.before .ttl-h2 + p {
  margin-bottom: 30px;
}
.before .mini {
  width: 630px;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 640px) {
  .before .mini {
    width: auto;
    margin-bottom: 0;
  }
}
.required_documents {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .required_documents {
    margin-bottom: 20px;
  }
}
.required_documents:after {
  clear: both;
  display: block;
  ;
  content: "";
}

@media screen and (max-width: 640px) {
  #one-column .required_documents li {
    clear: both;
  }
}
#one-column .required_documents img {
  width: 100px;
  display: block;
  margin: 0 auto 15px auto;
}

@media screen and (max-width: 640px) {
  #one-column .required_documents img {
    float: left;
    width: 50px;
  }
}
#one-column .required_documents li {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  color: #e2261a;
}

@media screen and (max-width: 640px) {
  #one-column .required_documents li {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  #one-column .required_documents li > span {
    padding-top: 15px;
    display: block;
    margin-left: 60px;
  }
}
#one-column .required_documents li span span {
  font-size: 11px;
  display: block;
  text-align: center;
  padding-top: 5px;
}

@media screen and (max-width: 640px) {
  #one-column .required_documents li span span {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  #one-column .required_documents dl {
    margin-left: 60px;
  }
  #one-column .required_documents dt {
    text-align: left;
    margin-bottom: 5px;
  }
}
#one-column .required_documents dd {
  line-height: 150%;
  font-size: 15px;
}
.before .identification {
  border: 1px solid #9d9d9d;
  margin: 0 auto 30px auto;
  width: 630px;
  padding: 30px;
}

@media screen and (max-width: 640px) {
  .before .identification {
    width: auto;
    padding: 10px;
  }
}
.before .identification:after {
  display: block;
  clear: both;
  content: "";
}
.before .identification li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 10px 0;
}

@media screen and (max-width: 450px) {
  .before .identification li {
    width: 100%;
  }
}
.before .identification li::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_checkbox.png) no-repeat left center;
  background-size: 27px 27px;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#one-column .creditcard {
  width: 800px;
  margin: 0 auto 30px auto;
  border: 1px solid #9d9d9d;
  padding: 20px 0 30px 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #one-column .creditcard {
    width: auto;
  }
}
#one-column .creditcard li {
  text-align: center;
}
#one-column .creditcard span {
  display: block;
  padding-top: 20px;
  box-sizing: border-box;
}
#one-column .creditcard img {
  width: 100px;
  margin: 0 auto;
  display: block;
}
#one-column .creditcard.item-4 > li {
  margin: 0;
  width: 18%;
  float: none;
  display: inline-block;
}
.pc-toggle {
  background: #dddddd;
  font-size: 22px;
  text-align: center;
  padding: 10px;
  margin: 30px auto 20px auto;
  width: 630px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .pc-toggle {
    width: auto;
    margin-bottom: 20px !important;
    font-size: 16px;
  }
}
/*a*/
.toggle-active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -4px 0 0 0;
}
#service-toggle-list {
  padding-bottom: 60px;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  #service-toggle-list {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.service-toggle {
  border: 2px solid #cc3333;
  padding: 20px 20px 20px 45px;
  font-size: 16px;
  border-radius: 5px;
  color: #cc3333;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .service-toggle {
    margin-bottom: 10px;
  }
}
.service-toggle:hover {
  opacity: 0.7;
  cursor: pointer;
}
.service-toggle:before {
  content: "";
  display: block;
  position: absolute;
  top: 27px;
  left: 20px;
  width: 16px;
  height: 2px;
  background: #e2261a;
}
.service-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 27px;
  width: 2px;
  height: 16px;
  background: #e2261a;
}
.service-toggle-active:after {
  display: none;
}
.service-toggle-contents {
  display: none;
  padding-bottom: 40px;
}
.service-toggle-contents p {
  margin-bottom: 20px;
}
.pc-toggle-contents { /*a*/
  width: 630px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .pc-toggle-contents {
    width: auto;
  }
}
.before .pc-toggle-contents table {
  margin-bottom: 30px;
}
.before .pc-toggle-contents th {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .before .pc-toggle-contents th {
    width: 100%;
    font-size: 14px;
    display: block;
    padding: 10px;
  }
}
.before .pc-toggle-contents th span {
  font-size: 15px;
}

@media screen and (max-width: 640px) {
  .before .pc-toggle-contents th span {
    display: inline;
  }
  .before .pc-toggle-contents th span:before {
    content: "（";
  }
  .before .pc-toggle-contents th span:after {
    content: "）";
  }
}
.before .pc-toggle-contents td {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .before .pc-toggle-contents td {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.before .pc-toggle-contents td span {
  font-weight: bold;
}
.beforelist {
  margin-bottom: 30px;
}
.beforelist li {
  margin-bottom: 10px;
  line-height: 150%;
  margin-left: 15px;
}
.beforelist li:before {
  content: "・";
  margin-left: -15px;
}
.before .entry-wh {
  width: 700px;
  margin: 0 auto;
  padding-top: 40px;
}
.before .service-point .entry-wh {
  padding-top: 0px;
}
.before .service-point .entry-wh a {
  color: #000;
}

@media screen and (max-width: 640px) {
  .before .entry-wh {
    width: auto;
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 80px;
  }
  .before .entry-wh span {
    font-size: 15px;
    display: block;
  }
  .before .service-point .entry-wh {
    padding-top: 20px;
    margin-bottom: 0;
  }
}
.before .entry-wh a {
  width: 100%;
  border-radius: 10px;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .before .entry-wh a {
    font-size: 20px;
    line-height: 120%;
    padding: 10px;
  }
}
.before .entry-wh a:hover {
  background: #e2261a;
  color: #fff;
}
.before .attention li {
  margin: 10px 0 10px 20px;
  line-height: 150%;
}
.before .attention li a {
  word-break: break-word;
}
.before .attention li:before {
  content: "●";
  margin-left: -15px;
  padding-right: 5px;
}
#usage-flow li:after {
  content: "";
  background: url(../img/apply-sh/sh-img-flow-allow.png);
  position: absolute;
  top: 95px;
  right: -35px;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
#usage-flow li:last-child:after {
  content: none;
  background: none;
}

@media screen and (max-width:640px) {
  #usage-flow li:after {
    content: none;
  }
}
#usage-flow ul:after, #before-apply ul:after {
  display: block;
  content: "";
  clear: both;
}
#usage-flow ul, #before-apply ul {
  margin-bottom: 50px;
}

@media screen and (max-width:640px) {
  #usage-flow ul,  #before-apply ul {
    margin-bottom: 20px;
  }
}
#usage-flow li, #before-apply li {
  margin: 10px 0 10px 40px;
  line-height: 150%;
  width: 170px;
  float: left;
  border-radius: 10px;
  background: #000;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width:640px) {
  #usage-flow li,  #before-apply li {
    width: 48%;
    margin-left: 0;
  }
  #usage-flow li:nth-child(2n),  #before-apply li:nth-child(2n) {
    margin-left: 4%;
  }
}
#usage-flow li:first-child, #before-apply li:first-child {
  margin-left: 0;
}
#usage-flow li img, #before-apply li img {
  border-radius: 10px;
  border: 4px solid #e2261a;
  position: relative;
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#before-apply li:hover img {
  opacity: 0.2;
}
#usage-flow li span, #before-apply li span {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  padding-right: 10px;
  font-size: 14px;
  line-height: 150%;
  z-index: 1;
}

@media screen and (max-width:360px) {
  #usage-flow li span,  #before-apply li span {
    font-size: 13px;
  }
}
#before-apply li:hover span {
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  z-index: 3;
  color: #fff;
}
#usage-flow p, #before-apply p {
  text-align: center;
  font-size: 13px;
  margin-bottom: 50px;
}

@media screen and (max-width:640px) {
  #usage-flow p,  #before-apply p {
    text-align: left;
    margin-bottom: 20px;
  }
  #usage-flow p br,  #before-apply p br {
    display: none;
  }
}
#appply-caution {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
#appply-caution ul {
  margin-bottom: 30px;
}
.pc-toggle-contents table th {
  width: 240px;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
}
.pc-toggle-contents table th span {
  display: block;
  font-size: 13px;
  margin-top: 3px;
}
.pc-toggle-contents table td {
  vertical-align: middle;
  text-align: center;
}
.pc-toggle-contents p:not(:last-child) {
  margin-bottom: 20px;
}
.pc-toggle-contents h3 {
  text-align: left;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 24px;
  color: #e2261a;
}


/*===== お申込みに関する注意事項 =====*/

.page-id-1370 #headline {
  margin: 0 0 40px 0;
  padding: 0;
}

.page-id-1370 #headline h1 {
  position: absolute;
  top: -78px;
  left: 190px;
  font-size: 24px;
  z-index: 100;
}

@media screen and (max-width: 640px) {
  .page-id-1370 #headline h1 {
    top: -80px;
    left: 40%;
    font-size: 18px;
  }
  .page-id-1370 #headline {
    border: none;
  }
}

@media screen and (max-width: 480px) {
  .page-id-1370 #headline h1 {
    top: -75px;
    left: 40%;
    font-size: 18px;
  }
}

@media screen and (max-width: 450px) {
  .page-id-1370 #headline h1 {
    top: -43px;
    left: 40%;
    font-size: 16px;
  }
}


/*===== LP =====*/

/* 2017静岡夏 */

.page-id-1352 #local-nav, .page-id-983 #local-nav {
  display: none !important;
}
.page-id-1352 #sp-btn. .page-id-983 #sp-btn {
display: none !important;
}
.page-id-1352 #sp-menu-wrap,  .page-id-1352 #search-box_sp,  .page-id-1352 header nav, .page-id-983 #sp-menu-wrap,  .page-id-983 #search-box_sp,  .page-id-983 header nav {
  display: none !important;
}
.page-id-1352 #fixed-contents,  .page-id-983 #fixed-contents {
  display: none;
}

@media screen and (max-width: 450px) {
  .page-id-1352 #contents,  .page-id-983 #contents {
    border-top: 4px solid #e2261a;
    margin-top: 10px;
  }
}
#lp-shizuoka {
  text-align: center;
}
#lp-shizuoka img {
  vertical-align: top;
}
#lp-shizuoka .button:hover {
  opacity: 0.7;
}
/* 矢崎 グループ選択 */
#yg_group_sel .sel_box {
  border: #111 solid 1px;
  margin: 20px auto;
  width: 400px;
  border-radius: 12px;
}
#yg_group_sel p {
  text-align: center;
  margin-bottom: 20px;
  background-color: #ccc;
  padding: 10px;
  font-weight: bold;
  border-radius: 12px 12px 0 0;
}
#yg_group_sel ul {
  text-align: left;
  width: 280px;
  margin: 20px auto;
}
#yg_group_sel li {
  margin-bottom: 10px;
}

@media screen and (max-width:640px) {
  #yg_group_sel .sel_box {
    border: #111 solid 1px;
    background-color: #ccc;
    padding: 20px;
    margin: 20px auto;
    width: 350px;
  }
}
/* 関係者フォーム */

.page-id-2328 #local-nav, .page-id-1582 #local-nav, .page-id-3669 #local-nav {
  display: none !important;
}
.page-id-2328 #sp-btn, .page-id-1582 #sp-btn, .page-id-3669 #sp-btn {
  display: none !important;
}
.page-id-4880 header .entry-wh,.page-id-4880 header nav .btn-entry,.page-id-2328 #sp-menu-wrap, .page-id-2328 #search-box_sp, .page-id-2328 header nav, .page-id-1582 #sp-menu-wrap, .page-id-1582 #search-box_sp, .page-id-1582 header nav, .page-id-3669 #sp-menu-wrap, .page-id-3669 #search-box_sp, .page-id-3669 header nav {
  display: none !important;
}
.page-id-4880 #fixed-contents,.page-id-2328 #fixed-contents, .page-id-1582 #fixed-contents, .page-id-3669 #fixed-contents {
  display: none;
}
.page-id-2328 #fixed-contents, .page-id-1582 #headline, .page-id-3669 #headline {
  border-bottom: none;
  padding: 0;
  margin-bottom: 40px;
}
.page-id-2328 #fixed-contents, .page-id-1582 #headline h1, .page-id-3669 #headline h1 {
  position: absolute;
  top: -144px;
  left: 190px;
  font-size: 24px;
  z-index: 100;
}

@media screen and (max-width: 450px) {
  .page-id-4880 #contents,.page-id-2328 #contents,  .page-id-1582 #contents,  .page-id-3669 #contents {
    border-top: 4px solid #e2261a;
    margin-top: 10px;
  }
}
#headline .participants h1 {
  top: -114px;
}
#partici-apply .entry {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}
#partici-apply .entry {
  margin-bottom: 20px;
}
#partici-apply .entry li {
  margin: 10px 0 10px 40px;
  line-height: 300%;
  width: 150px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
#partici-apply .entry li::after {
  content: "?";
  position: absolute;
  top: 0;
  left: 165px;
  font-size: 16px;
}
#partici-apply .entry li:last-child::after {
  content: "";
}
#partici-apply .entry li:first-child {
  margin-left: 0;
}
#partici-apply .entry li input {
  text-align: center;
  font-size: 20px;
  width: 150px;
  background: #fff;
  border: 1px solid #ccc;
}
.entry-code-list {
  background-color: #ffdfdf;
  padding: 30px 30px 5px 30px;
  margin-bottom: 30px;
}
#before-apply .entry-code-list p {
  font-size: 16px!important;
  margin-bottom: 20px;
}
table.t_outer {
  border: 0;
  background: #ffdfdf;
}
table.t_outer tr td {
  border: 0;
  background: #ffdfdf;
}
table.t_innner1 {
  border: 3px solid #FFFFFF;
}
table.t_innner1 th {
  border: 3px solid #FFFFFF;
  background: #4f81bd;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}
table.t_innner1 tr:nth-child(even) td {
  border: 3px solid #FFFFFF;
  background: #d0d8e8;
}
table.t_innner1 tr:nth-child(odd) td {
  border: 3px solid #FFFFFF;
  background: #e9edf4;
}
table.t_innner2 {
  border: 3px solid #FFFFFF;
}
table.t_innner2 th {
  border: 3px solid #FFFFFF;
  background: #4f81bd;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}
table.t_innner2 tr:nth-child(even) td {
  border: 3px solid #FFFFFF;
  background: #d0d8e8;
}
table.t_innner1 td.col01 {
  text-align: left;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.before .entry-wh button {
  width: 100%;
  border-radius: 10px;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  padding: 20px 10px;
  height: 72px;
}

@media screen and (max-width: 640px) {
  .before .entry-wh button {
    font-size: 20px;
    line-height: 120%;
    padding: 10px;
  }
  #partici-apply .entry li {
    margin: 0px 0 0px 15px;
    line-height: 500%;
    width: 70px;
  }
  #partici-apply .entry li::after {
    left: 75px;
    font-size: 12px;
  }
  #partici-apply .entry li input {
    font-size: 14px;
    width: 70px;
  }
}
.before .entry-wh button:hover {
  background: #e2261a;
  color: #fff;
}
#tokai-form > div {
  margin-bottom: 20px;
}
#tokai-form p {
  text-align: left;
}
#tokai-form table {
  border-collapse: collapse;
}
#tokai-form table th {
  width: auto;
  padding: 8px;
  border: 1px solid #4f81bd;
  background: #caddf5;
  color: #000;
  font-size: 14px;
}
#company-select tr:nth-child(2) td:nth-child(1) {
  width: 50px;
}
#company-select tr:nth-child(2) td:nth-child(2) {
  width: 50px;
}
#company-select tr td:nth-child(3) {
  text-align: left;
}
#company-select tr:nth-child(2) td:nth-child(4) {
  width: 160px;
}
#company-select td {
  padding: 8px;
  border: 1px solid #4f81bd;
  font-size: 14px;
  line-height: 100%;
}
#company-select td label {
  text-align: left;
}
#before-apply table table {
  border: 1px solid #4f81bd;
}
#before-apply table table td {
  background: #fff;
  border: 1px solid #4f81bd;
}
#before-apply table table td span {
  display: block;
  margin-top: 10px;
}

@media screen and (min-width:641px) {
  #code {
    width: 200px;
  }
}
#code input {
  background: #fff;
  border: 1px solid #ccc;
}
#tokai-form input::-webkit-input-placeholder {
 color: #999;
 font-weight: normal;
}
#tokai-form input:-ms-input-placeholder {
 color: #999;
 font-weight: normal;
}
#tokai-form input::-moz-placeholder {
 color: #999;
 font-weight: normal;
}
#tokai-form input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
}
#logo-group {
  width: 100px;
}
#logo-gas {
  width: 150px;
}

@media screen and (max-width:640px) {
  #tokai-form table th {
    padding: 5px;
    font-size: 13px;
  }
  #tokai-form table td {
    padding: 5px;
    font-size: 13px;
  }
  #tokai-form {
    padding: 10px;
  }
  .spblock {
    display: block !important;
    padding: 0;
  }
  #company-select tr:nth-child(2) td:nth-child(1) {
    width: 50px;
  }
  #company-select:nth-child(1) th:nth-child(3) {
    width: 250px;
  }
  #company-select tr:nth-child(2) td:nth-child(4) {
    width: 100px;
  }
  table#code {
    width: 100% !important;
  }
  #company-select tr:nth-child(2) td:nth-child(2) {
    width: auto;
  }
  #code input {
    margin-top: 0;
  }
  #logo-group {
    width: 80px;
  }
  #logo-gas {
    width: 120px;
  }
}


/*===== エントリーコードをお持ちの方向け特設申込みフォーム =====*/

#entrycode-form > div {
  margin-bottom: 20px;
}
#entrycode-form #num1 {
  width: 9%;
  background: #fff;
  vertical-align: middle;
  font-size: 16px;
  padding: 10px;
  height: auto;
  border-radius: 5px;
  border: 1px solid #776c66;
  margin-right: 15px;
}
#entrycode-form #num4 {
  width: 18%;
  background: #fff;
  vertical-align: middle;
  font-size: 16px;
  padding: 10px;
  height: auto;
  border-radius: 5px;
  border: 1px solid #776c66;
  margin: 0 15px;
}
#entrycode-form #num2 {
  width: 12%;
  background: #fff;
  vertical-align: middle;
  font-size: 16px;
  padding: 10px;
  height: auto;
  border-radius: 5px;
  border: 1px solid #776c66;
  margin-left: 15px;
}

@media (max-width: 640px) {
  #entrycode-form #num1 {
    width: 20%;
    background: #fff;
    border: 1px solid #776c66;
    margin-right: 0;
  }
  #entrycode-form #num4 {
    width: 30%;
    background: #fff;
    border: 1px solid #776c66;
    margin: 10px 0 0 0;
  }
  #entrycode-form #num2 {
    width: 25%;
    background: #fff;
    border: 1px solid #776c66;
    margin-left: 0;
  }
}


/*===== 10分かけ放題モバイル対応 =====*/

@media screen and (max-width:414px) {
  .campaign-subBox {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e2261a;
    padding: 20px;
    margin-bottom: 50px;
    text-align: center;
  }
}


/*===== 補償、訪問モバイル対応 =====*/

@media screen and (max-width:640px) {
  .houmon section .about-box .step::after, .hosho section .about-box .step::after {
    position: absolute;
    content: "";
    left: 45%;
    top: auto;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 14px solid transparent;
    border-left: 14px solid #e2261a transparent;
    bottom: -27px;
    transform: scaleY(0.8);
    border-right: solid 14px #e2261a transparent;
    border-top: solid 14px #e2261a;
  }
  .houmon .side-box h2 {
    padding: 15px 10px;
  }
  .libmo-denwa section .entry-wh {
    width: 100%;
    margin: 0 auto;
  }
  .libmo-denwa section .entry-wh a,
  .libmo-denwa section .entry-wh span {
    border-radius: 10px;
    float: left;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
  }
  .libmo-denwa section .entry-wh.apply a,
  .libmo-denwa section .entry-wh.apply span {
    height: auto;
  }
  .libmo-denwa section .entry-wh .wh-tex-half {
    width: 100%;
  }
  .libmo-denwa section .entry-wh .fL {
    float: none;
  }
  .libmo-denwa section .entry-wh .fR {
    float: none;
  }
  .libmo-denwa section .entry-wh .btn_ol {
    display: block;
    border: 3px solid #face1d;
    padding: 17px 10px;
    text-align: center;
    color: #000;
    width: 100%;
    border-radius: 10px;
    font-size: 28px;
    font-weight: 600;
    float: left;
    line-height: 0.7;
    box-sizing: border-box;
  }
  .pc_no {
    display: none;
  }
  .sp_no {
    display: block;
  }
}


/*===== style add 2018/01 =====*/

/* newアイコン追加 */

.icon-new2 {
  position: relative;
}
.icon-new2:before {
  content: "";
  background: url(../img/common/icon_new2.gif) no-repeat left center/42px 42px;
  display: inline-block;
  width: 42px;
  height: 42px;
  vertical-align: middle;
  margin-right: 40px;
  position: absolute;
  top: -7px;
  left: -49px;
}

@media screen and (max-width:640px) {
  .icon-new2:before {
    content: "";
    background: url(../img/common/icon_new2.gif) no-repeat left center/35px 35px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    top: -7px;
    left: -39px;
  }
}

@media screen and (max-width:320px) {
  .icon-new2:before {
    content: "";
    background: url(../img/common/icon_new2.gif) no-repeat left center/30px 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    top: -7px;
    left: -34px;
  }

}

@-webkit-keyframes badge_rotate {
 100% {
 transform:rotate(360deg);
}
}
@keyframes badge_rotate {
 100% {
 transform:rotate(360deg);
}
}
.price-share {
  position: relative;
}
#price-table {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}
.price-share .fuji-anime {
  position: absolute;
  left: 53.5%;
  top: 60.9375%;
  z-index: 10;
  width: 15%;
  height: 18.75%;
  overflow: hidden;
}
.price-share .fuji-anime img {
  position: relative;
  display: block;
  transition: 1s;
}
.price-share .fuji-anime .fuji {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 82.2%;
  height: 73.3%;
}
.price-share .fuji-anime .sun {
  bottom: -15%;
  left: 0%;
  z-index: 10;
  position: absolute;
  width: 62.2%;
  height: 70%;
  transform: translate(0%, 0%);
  opacity: 0;
}
.price-share .fuji-anime .sun.view-on {
  opacity: 1;
  transform: translate(50%, -60%);
  transition-delay: .5s;
}
.fuji-anime + #logo {
  width: 140px;
  float: right;
  padding-top: 2%;
}
#gnav-wrap .fuji-anime {
  width: 80px;
  height: 60px;
  position: relative;
  display: block;
  float: left;
  padding-top: 3%;
}
#gnav-wrap .fuji {
  width: 70%;
  position: relative;
  z-index: 2;
}
#gnav-wrap .sun {
  width: 50%;
  margin: 0 auto;
  position: absolute;
  bottom: 14.2%;
  left: 0%;
  z-index: 1;
  animation: gsun 1s ease-in-out 0s forwards;
}
 @keyframes gsun {
 0% {
 transform: translate(0px, 0px);
}
 100% {
 transform: translate(60%, -40%);
}
}
.color-red {
  color: #e2261a;
  display: inline !important;
}

@media screen and (max-width:640px) {
  .tab-contents table th, .tab-contents table td {
    font-size: 16px;
  }
  .icon-new::before {
    background: url(../img/common/icon_new.png) no-repeat left center/34px 34px;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    top: -7px;
    left: -35px;
  }
  .icon-new::after {
    font-size: 10px;
    top: 4px;
    left: -30px;
  }
  header .col-2 > div.fuji-anime-wrap {
    float: left;
    width: 50%;
    margin-left: 1.5625%;
  }
  header .col-2 > div.fuji-anime-wrap #logo {
    width: 50%;
    position: relative;
    top: inherit;
  }
  header .col-2 > div.fuji-anime-wrap .fuji-anime + #logo {
    float: left;
    padding-top: 5%;
  }
  #gnav-wrap .fuji-anime {
    width: 25%;
    height: 18.75%;
    padding-top: 7%;
  }
  #gnav-wrap .sun {
    bottom: 5%;
  }
}

@media screen and (max-width:640px) {
  .tab-contents table th, .tab-contents table td {
    font-size: 14px;
  }
}


/*===============================================================
	音声オプション
===============================================================*/
#voiceopt {
  font-size: 87%;
}
#voiceopt h2 {
  margin: 0 0 20px;
}
#voiceopt h3 {
  padding: 6px 10px 4px;
  margin: 0 0 20px;
  background: #333;
  color: #fff;
  font-weight: normal;
}
#voiceopt p {
  font-size: 14px;
}
#voiceopt > ul {
  margin: 0 0 40px;
  padding: 0 0 30px;
  border-bottom: 1px dashed #ccc;
}
#voiceopt > ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  float: left;
  list-style: none;
}
#voiceopt > ul li a {
  display: block;
  padding: 8px 28px 8px 20px;
  color: #0075a9;
  text-decoration: underline;
  position: relative;
  margin-bottom: 8px;
}
#voiceopt > ul li a:before {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  top: 60%;
  left: 0;
  margin: -.8em 0 0;
  color: #e2261a;
}
#voiceopt > ul li a:hover {
  background: none;
}
#voiceopt > section {
  margin: 0 0 40px;
}
#voiceopt > section > ul {
  margin: 0 0 20px;
  padding: 0 0 0 1.5em;
}
#voiceopt > section > ul:first-of-type li {
  margin: 5px 0 6px;
  line-height: 1.4;
  list-style-type: disc
}
#voiceopt > section > ul:first-of-type li:last-child {
  margin: 0;
}
#voiceopt > section > ul.cf {
  padding: 0;
  margin: 0 0 40px;
}
#voiceopt > section > ul.cf li {
  display: inline-block;
  margin: 0 10px 8px 0;
  float: left;
  list-style: none;
  font-size: 14px;
}
#voiceopt > section > ul.cf li a {
  display: block;
  padding: 4px 28px 6px 17px;
  color: #0075a9;
  text-decoration: underline;
  position: relative;
}
#voiceopt > section > ul.cf li a:before {
  font-family: FontAwesome;
  content: "\f13a";
  position: absolute;
  top: 60%;
  left: 0;
  margin: -.8em 0 0;
  color: #e2261a;
}
#voiceopt > section > ul.cf li a:hover {
  background: #none;
}
#voiceopt section ol li:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
} /* clearfix */
#voiceopt section ol li:first-child {
  background: url(../img/voiceopt/step-icon01.gif) no-repeat left top;
}
#voiceopt section ol li:nth-child(2) {
  background: url(../img/voiceopt/step-icon02.gif) no-repeat left top;
}
#voiceopt section ol li:nth-child(3) {
  background: url(../img/voiceopt/step-icon03.gif) no-repeat left top;
}
#voiceopt section ol li:nth-child(4) {
  background: url(../img/voiceopt/step-icon04.gif) no-repeat left top;
}
#voiceopt section ol li:nth-child(5) {
  background: url(../img/voiceopt/step-icon05.gif) no-repeat left top;
}
#voiceopt section ol li:nth-child(6) {
  background: url(../img/voiceopt/step-icon06.gif) no-repeat left top;
}
#voiceopt section ol li:nth-child(7) {
  background: url(../img/voiceopt/step-icon07.gif) no-repeat left top;
}
#voiceopt section ol li:nth-child(8) {
  background: url(../img/voiceopt/step-icon04.gif) no-repeat left top;
}
#voiceopt section ol li:nth-child(9) {
  background: url(../img/voiceopt/step-icon05.gif) no-repeat left top;
}
#voiceopt section ol li:nth-child(10) {
  background: url(../img/voiceopt/step-icon06.gif) no-repeat left top;
}
#voiceopt section ol li:nth-child(11) {
  background: url(../img/voiceopt/step-icon07.gif) no-repeat left top;
}
#voiceopt section ol li:nth-child(12) {
  background: url(../img/voiceopt/step-icon04.gif) no-repeat left top;
}
#voiceopt section ol li:nth-child(13) {
  background: url(../img/voiceopt/step-icon05.gif) no-repeat left top;
}
#voiceopt .pagetop {
  text-align: right;
  font-size: 93%;
}
#voiceopt .pagetop p {
  display: inline;
  text-decoration: underline;
  color: #e2261a;
  cursor: pointer;
}
/* 留守番電話 */

#voiceopt #rs section {
  margin: 0 0 40px;
  line-height: 1.4;
}
#voiceopt #rs section ol {
}
#voiceopt #rs section ol li {
  margin: 8px 0 30px;
  padding: 0 0 0 80px;
  list-style: none;
}
#voiceopt #rs section ol li span {
  display: inline-block;
  padding: 0 3px;
  margin: 1px 3px;
  background: #e2261a;
  color: #fff;
  border-radius: 3px;
  min-width: 18px;
  text-align: center;
}
#voiceopt #rs section ol li > p {
  float: left;
  margin: 0 20px 0 0;
  width: 170px;
  font-size: 60%;
}
#voiceopt #rs section ol li > p > img {
  margin-bottom: 5px;
}
#voiceopt #rs section ol li div {
  float: left;
  padding: 10px;
  border: 1px dotted #ccc;
  width: 530px;
  font-size: 87%;
}
#voiceopt #rs section ol li div h4 {
  color: #e2261a;
  margin-bottom: 5px;
  font-weight: bold;
}
#voiceopt #rs section ol li div dl {
}
#voiceopt #rs section ol li div dl dt {
  font-weight: bold;
}
#voiceopt #rs section ol li div dl dd {
  margin: 0 0 10px;
}
#voiceopt #rs section ol li div dl dd span {
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 86%;
}
#voiceopt #rs section ol li:nth-child(8) {
  background: url(../img/voiceopt/step-icon08.png) no-repeat left top !important;
}
/* 割込通話 */
#voiceopt #wr ul {
  padding: 0 0 0 1em;
  font-size: 93%;
  list-style-type: disc
}
#voiceopt #wr > p > img {
  margin-bottom: 20px;
}
#voiceopt #wr section {
  margin: 0 0 40px;
}
#voiceopt #wr section ol {
}
#voiceopt #wr section ol li {
  margin: 0 0 30px;
  padding: 0 0 0 80px;
  list-style: none;
}
#voiceopt #wr section ol li span {
  display: inline-block;
  padding: 0 3px;
  margin: 0 3px;
  background: #e2261a;
  color: #fff;
  border-radius: 3px;
  min-width: 18px;
  text-align: center;
}
#voiceopt #wr section ol li > p {
  float: left;
  margin: 0 20px 0 0;
  width: 170px;
  font-size: 60%;
}
#voiceopt #wr section ol li div {
  float: left;
  padding: 10px;
  border: 1px dotted #ccc;
  width: 680px;
  font-size: 87%;
}
#voiceopt #wr section ol li div h4 {
  color: #e2261a;
  margin-bottom: 5px;
  font-weight: bold;
}
#voiceopt #wr section ol li div dl {
}
#voiceopt #wr section ol li div dl dt {
  font-weight: bold;
}
#voiceopt #wr section ol li div dl dd {
  margin: 0 0 10px;
}
#voiceopt #wr section ol li div dl dd span {
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 86%;
}
/* 転送でんわ */
#voiceopt #fw ul {
  padding: 0 0 0 1em;
  font-size: 93%;
  list-style-type: disc
}
#voiceopt #fw section {
  margin: 0 0 40px;
}
#voiceopt #fw section ol {
}
#voiceopt #fw section ol li {
  margin: 0 0 30px;
  padding: 0 0 0 80px;
  list-style: none;
}
#voiceopt #fw section ol li span {
  display: inline-block;
  padding: 0 3px;
  margin: 0 3px;
  background: #e2261a;
  color: #fff;
  border-radius: 3px;
  min-width: 18px;
  text-align: center;
}
#voiceopt #fw section ol li > p {
  float: left;
  margin: 0 20px 0 0;
  width: 170px;
  font-size: 60%;
}
#voiceopt #fw section ol li > p > img {
  margin-bottom: 5px;
}
#voiceopt #fw section ol li div {
  float: left;
  padding: 10px;
  border: 1px dotted #ccc;
  width: 530px;
  font-size: 87%;
}
#voiceopt #fw section ol li div h4 {
  color: #e2261a;
  margin-bottom: 5px;
  font-weight: bold;
}
#voiceopt #fw section ol li div dl {
}
#voiceopt #fw section ol li div dl dt {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
#voiceopt #fw section ol li div dl dd {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
}
#voiceopt #fw section ol li div dl dd span {
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 86%;
}
/* 国際ローミング */
#voiceopt #roaming ul {
  padding: 0 0 0 1em;
  font-size: 93%;
  list-style-type: disc
}
#voiceopt #roaming section {
  margin: 0 0 40px;
}
#voiceopt #roaming section p {
  margin: 0 0 10px;
}
#voiceopt #roaming section ul {
  padding: 0 0 0 1em;
  font-size: 93%;
}
#voiceopt #roaming section ul li {
  list-style: none;
  text-indent: -1em;
  line-height: 1.6;
}
#voiceopt #roaming section ul li:before {
  content: "※";
}
/* 国際電話 */
#voiceopt #international ul {
  padding: 0 0 0 1em;
  font-size: 93%;
  list-style-type: disc
}
#voiceopt #international section {
  margin: 0 0 40px;
}
#voiceopt #international section p {
  margin: 0 0 20px;
}
#voiceopt #international section ul {
  padding: 0 0 0 1em;
  font-size: 93%;
}
#voiceopt #international section ul li {
  list-style: none;
  text-indent: -1em;
  line-height: 1.4;
  margin: 5px 0 6px;
}
#voiceopt #international section ul li:before {
  content: "※";
}
/* 迷惑電話ストップサービス */
#voiceopt #trouble ul {
  padding: 0 0 0 1em;
  font-size: 93%;
  list-style-type: disc
}
#voiceopt #trouble section {
  margin: 0 0 40px;
}
#voiceopt #trouble section ol {
}
#voiceopt #trouble section ol li {
  margin: 0 0 30px;
  padding: 0 0 0 80px;
  list-style: none;
}
#voiceopt #trouble section ol li span {
  display: inline-block;
  padding: 0 3px;
  margin: 0 3px;
  background: #e2261a;
  color: #fff;
  border-radius: 3px;
  min-width: 18px;
  text-align: center;
}
#voiceopt #trouble section ol li > p {
  float: left;
  margin: 0 20px 0 0;
  width: 170px;
  font-size: 60%;
}
#voiceopt #trouble section ol li > p > img {
  margin-bottom: 5px;
}
#voiceopt #trouble section ol li div {
  float: left;
  padding: 10px;
  border: 1px dotted #ccc;
  width: 530px;
  font-size: 87%;
}
#voiceopt #trouble section ol li div h4 {
  color: #e2261a;
  margin-bottom: 5px;
  font-weight: bold;
}
#voiceopt #trouble section ol li div dl {
}
#voiceopt #trouble section ol li div dl dt {
  font-weight: bold;
}
#voiceopt voiceopt #trouble section ol li div dl dd {
  margin: 0 0 10px;
}
#voiceopt #trouble section ol li div dl dd span {
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 86%;
}
/* 遠隔操作 */
#voiceopt #remote section {
  margin: 0 0 40px;
}
#voiceopt #remote section ol {
}
#voiceopt #remote section ol li {
  margin: 0 0 30px;
  padding: 0 0 0 80px;
  list-style: none;
}
#voiceopt #remote section ol li span {
  display: inline-block;
  padding: 0 3px;
  margin: 0 3px;
  background: #e2261a;
  color: #fff;
  border-radius: 3px;
  min-width: 18px;
  text-align: center;
}
#voiceopt #remote section ol li > p {
  float: left;
  margin: 0 20px 0 0;
  width: 170px;
  font-size: 60%;
}
#voiceopt #remote section ol li > p > img {
  margin-bottom: 5px;
}
#voiceopt #remote section ol li div {
  float: left;
  padding: 10px;
  border: 1px dotted #ccc;
  width: 530px;
  font-size: 87%;
}
#voiceopt #remote section ol li div h4 {
  color: #e2261a;
  margin-bottom: 5px;
  font-weight: bold;
}
#voiceopt #remote section ol li div dl {
}
#voiceopt #remote section ol li div dl dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#voiceopt #remote section ol li div dl dd {
  margin: 0 0 10px;
  font-size: 14px;
}
#voiceopt #remote section ol li div dl dd span {
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 86%;
}
#voiceopt #remote #remote2 ol li:first-child > p {
  float: none;
  margin: 0 0 20px;
  width: auto;
}
#voiceopt #remote #remote2 ol li:first-child div {
  float: none;
  width: auto;
}

@media screen and (max-width: 640px) {
  #voiceopt #rs section ol li {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
  }
  #voiceopt #rs section ol li > p {
    float: left;
    margin: 0 20px 0 0;
    width: 100%;
    font-size: 80%;
    margin-bottom: 10px;
    padding-left: 80px;
  }
  #voiceopt #rs section ol li div {
    float: left;
    padding: 10px;
    border: 1px dotted #ccc;
    width: 100%;
    font-size: 87%;
  }
  #voiceopt #fw section ol li {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
  }
  #voiceopt #fw section ol li > p {
    float: left;
    margin: 0 20px 0 0;
    width: 100%;
    font-size: 80%;
    margin-bottom: 10px;
    padding-left: 80px;
  }
  #voiceopt #fw section ol li div {
    float: left;
    padding: 10px;
    border: 1px dotted #ccc;
    width: 100%;
    font-size: 87%;
  }
  #voiceopt #trouble section ol li {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
  }
  #voiceopt #trouble section ol li > p {
    float: left;
    margin: 0 20px 0 0;
    width: 100%;
    font-size: 80%;
    margin-bottom: 10px;
    padding-left: 80px;
  }
  #voiceopt #trouble section ol li div {
    float: left;
    padding: 10px;
    border: 1px dotted #ccc;
    width: 100%;
    font-size: 87%;
  }
  #voiceopt #remote section ol li {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
  }
  #voiceopt #remote section ol li > p {
    float: left;
    margin: 0 20px 0 0;
    width: 100%;
    font-size: 80%;
    margin-bottom: 10px;
    padding-left: 80px;
  }
  #voiceopt #remote section ol li div {
    float: left;
    padding: 10px;
    border: 1px dotted #ccc;
    width: 100%;
    font-size: 87%;
  }
}


/*
#libmo_shop
===========================================*/

#libmo_shop {
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  width: 820px;
  margin-bottom: 100px;
}
#main .lead {
  font-size: 20px;
  letter-spacing: -0.05em;
  margin-bottom: 45px;
}
#main .lead p {
  margin-top: 13px;
  font-size: 13px;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  #libmo_shop {
    width: 100%;
    margin-bottom: 23.9436%;
  }
  #main .lead {
    line-height: 25px;
    margin-bottom: 6.67%;
    letter-spacing: 0;
  }
  #main .lead p {
    margin-top: 1.6949%;
  }
}


/*
itcan
===========================================*/

.itcan {
  border-bottom: 1px dotted #cfcfcf;
}
.itcan .ttl-h2 {
  font-size: 30px;
}
.itcan .itcan_box {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.itcan .itcan_box li {
  width: 385px;
  border: 2px solid #e2261a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.itcan .itcan_box li .box_title {
  display: block;
  background: #e2261a;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 0.5em 0;
}
.itcan .itcan_box li .box_bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.itcan .itcan_box li .box_bottom > div {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.itcan .itcan_box li .box_bottom p {
  overflow: hidden;
  font-size: 15px;
}
.itcan .itcan_box li .box_bottom img {
  width: 100%;
}
.itcan .itcan_box li:first-child .box_bottom {
  height: calc(100% - 46px);
  position: relative;
}
.itcan .itcan_box li:first-child .box_bottom p {
  width: calc(100% - 126px);
}
.itcan .itcan_box li:first-child .box_bottom div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0 30px 0 12px;
}
.itcan .itcan_box li:first-child .box_bottom .img {
  margin-right: 13px;
  width: 126px;
}
.itcan .itcan_box li:last-child .box_bottom {
  padding: 22px 30px 25px 30px;
}
.itcan .itcan_box li:last-child .box_bottom p {
  width: calc(100% - 101px);
}
.itcan .itcan_box li:last-child .box_bottom .img {
  margin-right: 20px;
  width: 101px;
}
.itcan .itcan_attention {
  margin: 12px 0 55px;
}
.itcan .itcan_attention li {
  font-size: 13px;
  line-height: 1.6;
}
.itcan h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.itcan .itcan_must {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 60px 0 80px;
  margin: 40px auto 65px;
}
.itcan .itcan_must li {
  text-align: center;
}
.itcan .itcan_must li span {
  display: block;
  font-size: 11px;
}
.itcan .itcan_must li .img {
  margin: 0 auto 20px;
  width: 100px;
}

@media screen and (max-width: 640px) {
  .itcan .ttl-h2 {
    font-size: 27px;
  }
  .itcan .itcan_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .itcan .itcan_box li {
    width: 100%;
  }
  .itcan .itcan_box li .box_title {
    font-size: 16px;
  }
  .itcan .itcan_box li .box_bottom p {
    font-size: 14px;
  }
  .itcan .itcan_box li:first-child {
    margin-bottom: 4.6478%;
  }
  .itcan .itcan_box li:first-child .box_bottom {
    height: auto;
    padding: 7.042% 4.6478% 5.35% 4.225%;
  }
  .itcan .itcan_box li:first-child .box_bottom div {
    position: static;
    padding: 0;
  }
  .itcan .itcan_box li:first-child .box_bottom p {
    width: calc(100% - 26.761%);
  }
  .itcan .itcan_box li:first-child .box_bottom .img {
    margin-right: 4.6478%;
    width: 26.761%;
  }
  .itcan .itcan_box li:last-child .box_bottom {
    padding: 4.225% 4.6478% 3.5211% 6.7605%;
  }
  .itcan .itcan_box li:last-child .box_bottom .img {
    margin-right: 20px;
    width: 23.239%;
  }
  .itcan .itcan_attention {
    margin: 4.6478% 0 6.056%;
  }
  .itcan .itcan_attention li {
    font-size: 10px;
    line-height: 1.4;
  }
  .itcan h3 {
    font-size: 22px;
  }
  .itcan .itcan_must {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 11.972%;
    margin: 6.7605% auto 0;
  }
  .itcan .itcan_must li {
    width: 47%;
    margin-bottom: 10.4225%;
  }
  .itcan .itcan_must li p {
    font-size: 14px;
  }
  .itcan .itcan_must li span {
    display: block;
    font-size: 9px;
  }
  .itcan .itcan_must li .img {
    margin: 0 auto 12.396%;
    width: 70.66%;
  }
}


/*
shopInfo
===========================================*/

.shopInfo {
  margin-top: 60px;
}
.shopInfo .ttl-h2 {
  font-size: 30px;
}
.shopInfo .shopInfo_list {
  margin-top: 60px;
}
.shopInfo .shopInfo_list .shopInfo_region {
  margin-top: 40px;
  font-size: 18px;
  margin-bottom: 15px;
}
.shopInfo .shopInfo_list > ul {
  padding-bottom: 45px;
  border-bottom: 1px dotted #ccc;
}
.shopInfo .shopInfo_list > ul:last-child {
  padding-bottom: 0;
  border: none;
}
.shopInfo .shopInfo_list > ul > li {
  width: 100%;
  padding: 4px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shopInfo .shopInfo_list > ul > li + li {
  margin-top: 18px;
}
.shopInfo .shopInfo_list > ul > li .shop_img {
  width: 280px;
}
.shopInfo .shopInfo_list > ul > li .rightBox {
  padding: 28px 18px 0 28px;
  width: calc(100% - 280px);
}
.shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
  border-bottom: 2px solid #cccccc;
  padding-bottom: 2px;
}
.shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_detail li {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_detail li span {
  width: 65px;
  text-align: center;
  font-size: 13px;
  color: #666;
  border: 1px solid #666;
  padding: 3.5px 0 2.5px;
  display: inline-block;
  margin-right: 8px;
}
.shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_detail li p {
  font-size: 14px;
}
.shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_detail li:last-child {
  margin-bottom: 4px;
}
.shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_detail li:last-child span:last-child {
  margin-left: 8px;
}
.shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_place {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px;
}
.shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_place p {
  font-size: 14px;
}
.shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_map {
  line-height: 1;
}
.shopInfo .shopInfo_list > ul > li .tellink a {
  color: #0b9be5;
  text-decoration: underline !important;
}
.shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_map a {
  font-size: 14px;
  color: #0b9be5;
  border: 1px solid #0b9be5;
  border-radius: 50px;
  padding: 0 12px;
}
.shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_map a:after {
  content: "";
  width: 11px;
  height: 13px;
  display: inline-block;
  margin-left: 3px;
  background: url(../img/icon_map_link.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  vertical-align: top;
}
.shopInfo .shopInfo_kanban {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.shopInfo .shopInfo_kanban .img {
  width: 182px;
}
.shopInfo .shopInfo_kanban .kanban_fq {
  padding: 30px 30px 28px 20px;
  display: inline-block;
  position: relative;
  background: #ffffff;
  border: 5px solid #cccccc;
}
.shopInfo .shopInfo_kanban .kanban_fq:after, .shopInfo .shopInfo_kanban .kanban_fq:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.shopInfo .shopInfo_kanban .kanban_fq:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 15px;
  margin-top: -15px;
}
.shopInfo .shopInfo_kanban .kanban_fq:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #cccccc;
  border-width: 23px;
  margin-top: -23px;
}
.shopInfo .shopInfo_kanban .kanban_fq .red {
  font-size: 20px;
  font-weight: bold;
  color: #e2261a;
}
#map {
  width: 100%;
  padding-top: 420px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#map #google_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .shopInfo {
    margin-top: 10.533%;
  }
  .shopInfo .ttl-h2 {
    font-size: 26.5px;
  }
  .shopInfo .shopInfo_list {
    margin-top: 7.7333%;
  }
  .shopInfo .shopInfo_list .shopInfo_region {
    margin-top: 7.746%;
    font-size: 14px;
    margin-bottom: 3.5211%;
  }
  .shopInfo .shopInfo_list > ul {
    padding-bottom: 8.4507%;
  }
  .shopInfo .shopInfo_list > ul:last-child {
    padding-bottom: 0;
    border: none;
  }
  .shopInfo .shopInfo_list > ul > li {
    width: 100%;
    padding: 2.8169%;
    display: block;
  }
  .shopInfo .shopInfo_list > ul > li + li {
    margin-top: 3.521%;
  }
  .shopInfo .shopInfo_list > ul > li .shop_img {
    width: 100%;
  }
  .shopInfo .shopInfo_list > ul > li .rightBox {
    padding: 5.6338% 0 0;
    margin-bottom: 2.8169%;
    width: 100%;
    position: relative;
  }
  .shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_name {
    font-size: 16px;
    margin-bottom: 3.8%;
  }
  .shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_detail li {
    margin-bottom: 2.1127%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.6;
  }
  .shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_detail li span {
    width: 5em;
    font-size: 10px;
    margin-right: 1em;
    padding: 0;
  }
  .shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_detail li p {
    font-size: 12px;
    line-height: 1.6;
  }
  .shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_detail li:last-child {
    margin-bottom: 0;
  }
  .shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_detail li:last-child span:last-child {
    margin-left: 1.5em;
  }
  .shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_place {
    display: block;
  }
  .shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_place p:first-child {
    font-size: 12px;
    margin-bottom: 3%;
  }
  .shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_map {
    text-align: right;
  }
  .shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_map a {
    font-size: 11px;
    padding: 1% 2%;
  }
  .shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_map a:before {
    content: "";
    width: 4px;
    height: 8.5px;
    margin-right: 0.5em;
    background: url(../img/icon_arrow_sp.png) no-repeat;
    background-size: 100%;
  }
  .shopInfo .shopInfo_list > ul > li .rightBox .shopInfo_map a:after {
    content: "";
    width: 10px;
    height: 12.5px;
    vertical-align: bottom;
  }
  .shopInfo .shopInfo_kanban {
    padding: 0;
    margin-bottom: 7.246%;
  }
  .shopInfo .shopInfo_kanban .img {
    width: 36%;
  }
  .shopInfo .shopInfo_kanban .kanban_fq {
    padding: 5.797% 2.5% 3.478% 3.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 59%;
  }
  .shopInfo .shopInfo_kanban .kanban_fq:after {
    border-width: 8px;
    margin-top: -8px;
  }
  .shopInfo .shopInfo_kanban .kanban_fq:before {
    border-width: 15px;
    margin-top: -15px;
  }
  .shopInfo .shopInfo_kanban .kanban_fq p {
    font-size: 14px;
  }
  .shopInfo .shopInfo_kanban .kanban_fq .red {
    font-size: 15px;
  }
  #map {
    padding-top: 84.55%;
  }
}

.map_info {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.gm-style-iw {
  margin-top: 5px;
}


/* 迷惑メール対策】メール送信時における規制 （OP25B）について */

.page-op25b .ttl-h2 {
  -webkit-transform: none;
  transform: none;
  left: auto;
}/* 元からsectionにtext-alignがかかっているため */

.page-op25b .ttl-h2 span {
  font-size:0.6em;
}

.page-op25b section {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.page-op25b .inner {
  width: 1080px;
  margin: 0 auto 0 auto; }
  @media screen and (max-width: 640px) {
    .page-op25b .inner {
      width: 94.66667%; } }

.border_title {
  position: relative;
  display: inline-block;
  padding-bottom: 13px;
  font-size: 30px;
  line-height: 1.3; }
  @media screen and (max-width: 640px) {
    .border_title {
      padding: 0 0 2.7%;
      font-size: 25px;
      line-height: 1.08;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  .border_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #e2261a; }
    @media screen and (max-width: 640px) {
      .border_title:after {
        height: 4px; } }
  .border_title span {
    font-size: 24px; }
    @media screen and (max-width: 640px) {
      .border_title span {
        font-size: 20px; } }

.page-op25b .pcObj {
  display: block; }
  @media screen and (max-width: 640px) {
    .page-op25b .pcObj {
      display: none; } }

.page-op25b .spObj {
  display: none; }
  @media screen and (max-width: 640px) {
    .page-op25b .spObj {
      display: block; } }

.page-op25b .bold {
  font-weight: bold; }

.page-op25b .red {
  color: #e2261a; }

.page-op25b sup {
  font-size: 8px;
  vertical-align: super; }

.page-op25b a {
  -webkit-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out; }
  #main a:hover {
    opacity: .7; }

#main.page-op25b {
	margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
#main.page-op25b {
	margin-bottom: 60px;
}
}

/*
lead
===========================================*/
.lead .title_box {
  width: 100%;
  padding: 56px 0 50px;
  background-image: url(../img/support/op25b/lead_bg_pc.png);
  background-color: #e1f0f9;
  background-position: center top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 640px) {
    .lead .title_box {
      padding: 9.0% 1em 7.04%;
      background-image: url(../img/support/op25b/lead_bg_sp.png);
      background-size: 100%;
      background-repeat: no-repeat; } }
  .lead .title_box h2 {
    margin-bottom: 25px;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.30435;
    color: #333; }
    @media screen and (max-width: 640px) {
      .lead .title_box h2 {
        margin-bottom: 0;
        font-size: 23px;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt"; } }

#container.page-op25b .lead .lead_text {
  margin: 20px 0 75px;
  font-size: 18px;
  line-height: 1.66667; }
  @media screen and (max-width: 640px) {
    #container.page-op25b .lead .lead_text {
      margin: 2.8% 0 12.68%;
      font-size: 15px;
      text-align: left;
      line-height: 1.33333; } }

#main.page-op25 .lead .portblock {
  margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    #main.page-op25 .lead .portblock {
      margin-bottom: 5.35%; } }
  #container.page-op25b .lead .portblock .portblock_img {
    margin: 33px auto 35px; }
    @media screen and (max-width: 640px) {
      #container.page-op25b .lead .portblock .portblock_img {
        margin: 3.38% auto 4.1%; } }
  #container.page-op25b .lead .portblock .portblock_text {
  	font-size: 16px;
  }
  @media screen and (max-width: 640px) {
    #container.page-op25b .lead .portblock .portblock_text {
      font-size: 15px;
      line-height: 1.33333;
      text-align: left; } }

/*
grayarea
===========================================*/
.grayArea {
  padding: 44px 0 60px;
  background: #f7f7f7; }
  @media screen and (max-width: 640px) {
    .grayArea {
      padding: 8.67% 0 8%; } }
  .grayArea h4 {
    margin-bottom: 31px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.55556; }
    @media screen and (max-width: 640px) {
      .grayArea h4 {
        margin-bottom: 2%;
        font-size: 17px;
        line-height: 1.29412; } }
  .grayArea .possible {
    width: 760px;
    margin: 0 auto;
    padding: 20px 0 28px;
    background: #fff;
    border: 4px solid #ec746c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      .grayArea .possible {
        width: 100%;
        margin-top: 6.48%;
        padding: 5.63% 0 8.45%;
        border-width: 2px; } }
    .grayArea .possible h5 {
      position: relative;
      display: inline-block;
      font-weight: bold;
      font-size: 20px;
      padding: 1.5px;
      line-height: 1.45;
      color: #e2261a; }
      @media screen and (max-width: 640px) {
        .grayArea .possible h5 {
          font-size: 17px;
          padding-bottom: 1%; } }
      .grayArea .possible h5:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #e2261a; }
    .grayArea .possible .possible_img {
      margin: 10px 0 25px; }
      @media screen and (max-width: 640px) {
        .grayArea .possible .possible_img {
          margin: 3.52% 0; } }
    .grayArea .possible + .possible {
      margin-top: 20px; }
      @media screen and (max-width: 640px) {
        .grayArea .possible + .possible {
          margin-top: 5.35%; } }
    .grayArea .possible .possible_text {
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 640px) {
        .grayArea .possible .possible_text {
          padding: 0 5.63%;
          text-align: left;
          font-size: 15px;
          line-height: 1.33333; } }
      .grayArea .possible .possible_text dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 15px 0 15px; }
        @media screen and (max-width: 640px) {
          .grayArea .possible .possible_text dl {
            width: 93.65079%;
            padding: 4.24% 0 3.73%;
            margin: 0 auto;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        .grayArea .possible .possible_text dl dt {
          width: 25px; }
          @media screen and (max-width: 640px) {
            .grayArea .possible .possible_text dl dt {
              width: 6.10169%; } }
          .grayArea .possible .possible_text dl dt img {
            width: 100%;
            height: auto; }
        .grayArea .possible .possible_text dl dd {
          margin-left: 12px;
          text-align: left;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.7; }
          @media screen and (max-width: 640px) {
            .grayArea .possible .possible_text dl dd {
              width: 90.67797%;
              margin-left: 0;
              font-size: 15px;
              line-height: 1.3; } }
          .grayArea .possible .possible_text dl dd span {
            font-weight: normal;
            display: block; }
            @media screen and (max-width: 640px) {
              .grayArea .possible .possible_text dl dd span {
                font-size: 13px;
                margin-top: 2%;
                line-height: 1.5; } }
        .grayArea .possible .possible_text dl + dl {
          border-top: 1px dashed #ccc; }
    .grayArea .possible .possible_link {
      width: 200px;
      margin: 6px auto 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 640px) {
        .grayArea .possible .possible_link {
          width: 60%; } }
      .grayArea .possible .possible_link a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 12px 28px 12px 28px;
        font-weight: bold;
        background: #666;
        color: #fff; }
        @media screen and (max-width: 640px) {
          .grayArea .possible .possible_link a {
            padding: 6% 28px;
            font-size: 13px; } }
        .grayArea .possible .possible_link a span {
          position: relative;
          padding-left: 20px; }
          .grayArea .possible .possible_link a span:before {
            content: "";
            display: block;
            width: 7px;
            height: 7px;
            border-bottom: 1px solid #fff;
            border-left: 1px solid #fff;
            position: absolute;
            top: 5px;
            left: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
            @media screen and (max-width: 640px) {
              .grayArea .possible .possible_link a span:before {
                top: 1%; } }
    .grayArea .possible.not_possible {
      padding: 20px 0 25px;
      border-color: #999; }
      @media screen and (max-width: 640px) {
        .grayArea .possible.not_possible {
          padding: 5.63% 0 8.45%; } }
      .grayArea .possible.not_possible h5 {
        color: #666; }
        .grayArea .possible.not_possible h5:after {
          background: #999; }
      .grayArea .possible.not_possible .possible_img {
        margin: 30px 0 8PX; }
        @media screen and (max-width: 640px) {
          .grayArea .possible.not_possible .possible_img {
            margin: 6.8% 0 3.52%; } }

/*
decision
===========================================*/
.decision .decision_text {
  margin: 48px 0 20px;
  color: #e2261a;
  font-weight: bold;
  font-size: 18px; }
  @media screen and (max-width: 640px) {
    .decision .decision_text {
      margin: 9.15% 0 4.93%;
      font-size: 12px;
      line-height: 1.25; } }

.decision .decision_img {
  margin: 14px auto 25px; }
  @media screen and (max-width: 640px) {
    .decision .decision_img {
      margin: 7.0% auto 7%; } }

.decision .decision_table {
  width: 665px;
  margin: 40px auto 78px;
  border: 2px solid #3e94c2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 640px) {
    .decision .decision_table {
      width: 100%;
      margin: 0 auto 12.46%;
      border-width: 1px; } }
  .decision .decision_table .title {
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    background: #e2f0fa; }
    @media screen and (max-width: 640px) {
      .decision .decision_table .title {
        font-size: 15px;
        padding: 5%; } }
  .decision .decision_table .mail_list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    font-size: 15px;
    padding: 15px 20px;
    color: #333;
    border-bottom: 1px dashed #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .decision .decision_table .mail_list dl:last-child {
      border: none; }
    @media screen and (max-width: 640px) {
      .decision .decision_table .mail_list dl {
        padding: 3% 5%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    .decision .decision_table .mail_list dl dt {
      width: 60%; }
      @media screen and (max-width: 640px) {
        .decision .decision_table .mail_list dl dt {
          padding-right: 10%;
          font-size: 14px;
          line-height: 1.4;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; } }
    .decision .decision_table .mail_list dl dd {
      width: 40%; }
      @media screen and (max-width: 640px) {
        .decision .decision_table .mail_list dl dd {
          font-size: 15px;
          line-height: 1.4; } }

/*
approach
===========================================*/
.approach {
  position: relative;
  margin-top: -20px;
  padding: 68px 0 56px;
  background: #e1f0f9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 640px) {
    .approach {
      margin-top: -5%;
      padding: 9.15% 0 9.33%; } }
  .approach:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #e1f0f9; }
    @media screen and (max-width: 640px) {
      .approach:before {
        top: -20px;
        margin-left: -10px;
        border: 10px solid transparent;
        border-bottom: 10px solid #e1f0f9; } }
  .approach h2 {
    font-size: 28px;
    font-weight: bold;
    color: #2674a9; }
    @media screen and (max-width: 640px) {
      .approach h2 {
        font-size: 17px; } }
  .approach .approach_step {
    width: 760px;
    margin: 0 auto;
    padding: 19px 25px 22px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 640px) {
      .approach .approach_step {
        width: 100%;
        padding: 3.5% 5.63% 4.5%; } }
    .approach .approach_step dt {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding-bottom: 10px;
      font-size: 16px;
      font-weight: bold;
      border-bottom: 1px dotted #5ca4cb; }
      @media screen and (max-width: 640px) {
        .approach .approach_step dt {
          display: block;
          padding-bottom: 3.1%; } }
      .approach .approach_step dt .icon {
        display: block;
        width: 84px;
        padding: 3px 21px;
        background: #3e94c2;
        border-radius: 25px;
        color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 640px) {
          .approach .approach_step dt .icon {
            font-size: 12px;
            width: 20%;
            margin: 0 auto;
            padding: 1.6% 2%; } }
      .approach .approach_step dt .text {
        width: 616px;
        margin-top: 4px;
        margin-left: 16px;
        text-align: left;
        color: #666;
        line-height: 1.375; }
        @media screen and (max-width: 640px) {
          .approach .approach_step dt .text {
            width: 100%;
            margin: 2.1% 0 0;
            font-size: 15px;
            line-height: 1.33333;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

.approach .approach_step.step1 {
  margin: 40px auto 25px;
  padding-bottom: 20px; }
  @media screen and (max-width: 640px) {
    .approach .approach_step.step1 {
      margin: 7.9% auto 4.23%;
      padding-bottom: 4.5%; } }
  .approach .approach_step.step1 dd {
    margin: 14px 0 0 10px;
    text-align: left; }
    @media screen and (max-width: 640px) {
      .approach .approach_step.step1 dd {
        margin: 3.17% 0 0; } }
    .approach .approach_step.step1 dd .text {
      font-size: 15px;
      color: #666;
      margin-bottom: 6px; }
      @media screen and (max-width: 640px) {
        .approach .approach_step.step1 dd .text {
          margin-bottom: 3.51%;
          font-size: 12px;
          line-height: 1.25; } }
    .approach .approach_step.step1 dd .link {
      font-weight: bold;
      font-size: 15px;
      color: #1169ab; }
      @media screen and (max-width: 640px) {
        .approach .approach_step.step1 dd .link {
          font-size: 12px;
        } }
      .approach .approach_step.step1 dd .link:before {
          display: inline-block;
          position: relative;
          content: "";
          top: -2px;
          left: 0;
          width: 7px;
          height: 7px;
          margin: 0 10px 0 0;
          border-top: solid 1px #0075a9;
          border-right: solid 1px #0075a9;/*#0b9be5;*/
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        @media screen and (max-width: 640px) {
          .approach .approach_step.step1 dd .link:before {
            top: -1px;
            width: 5px;
            height: 5px;
          }
        }
    .approach .approach_step.step1 dd .scroll {
      margin-top: 8px;
      display: block;
      text-align: right; }
      @media screen and (max-width: 640px) {
        .approach .approach_step.step1 dd .scroll {
          margin-top: 3.7%; } }
      .approach .approach_step.step1 dd .scroll a {
        font-size: 13px;
        color: #666; }
        @media screen and (max-width: 640px) {
          .approach .approach_step.step1 dd .scroll a {
            font-size: 12px; } }
      .approach .approach_step.step1 dd .scroll:after {
        content: "";
        width: 14px;
        height: 14px;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
        background-image: url(../img/support/op25b/arrow_icon02.png); }

.approach .approach_step.step2 {
  padding: 16px 25px 22px; }
  @media screen and (max-width: 640px) {
    .approach .approach_step.step2 {
      padding: 3.5% 5.63% 7.04%; } }
  .approach .approach_step.step2 dd {
    margin-top: 14px; }
    @media screen and (max-width: 640px) {
      .approach .approach_step.step2 dd {
        margin-top: 4.7%; } }
    .approach .approach_step.step2 dd .text {
      color: #2674a9;
      font-weight: bold; }
      @media screen and (max-width: 640px) {
        .approach .approach_step.step2 dd .text {
          font-size: 12px; } }
    .approach .approach_step.step2 dd .btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border: none;
      padding: 0;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 608px;
      margin: 14px auto 10px; }
      .approach .approach_step.step2 dd .btn::after {
      	display: none;
      }
      @media screen and (max-width: 640px) {
        .approach .approach_step.step2 dd .btn {
          display: block;
          width: 93.65079%;
          margin: 5.4% auto 0; } }
      .approach .approach_step.step2 dd .btn a {
        display: block;
        width: 290px;
        padding: 17px;
        background: #2674a9;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 640px) {
          .approach .approach_step.step2 dd .btn a {
            width: 100%;
            font-size: 15px;
            padding: 5.5%; }
            .approach .approach_step.step2 dd .btn a + a {
              margin-top: 3.5%; } }

/*
attention
===========================================*/
.page-op25b .attention {
  margin: 40px auto 90px;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .page-op25b .attention {
      margin: 7.33% auto 15.0%;
      text-align: left; } }
  .page-op25b .attention p {
    font-size: 16px;
    line-height: 2; }
    @media screen and (max-width: 640px) {
      .page-op25b .attention p {
        font-size: 15px;
        line-height: 1.33333; } }

/*
submission
===========================================*/
.submission {
  margin: -20px 0 88px;
  padding-top: 20px; }
  @media screen and (max-width: 640px) {
    .submission {
      margin: -5% 0 12.11%;
      padding-top: 5%; } }
  .submission .submission_text {
    text-align: left;
    margin: 46px 0 35px; }
    @media screen and (max-width: 640px) {
      .submission .submission_text {
        margin: 4.5% 0 6.0%; } }
    .submission .submission_text p {
      font-size: 16px;
      line-height: 1.625; }
      @media screen and (max-width: 640px) {
        .submission .submission_text p {
          font-size: 15px;
          line-height: 1.33333; } }
      .submission .submission_text p + p {
        margin-top: 28px; }
        @media screen and (max-width: 640px) {
          .submission .submission_text p + p {
            margin-top: 5.63%; } }
  .submission .submission_attention {
    text-align: left;
    margin-top: 10px; }
    @media screen and (max-width: 640px) {
      .submission .submission_attention {
        margin-top: 2.5%; } }
    .submission .submission_attention dt, .submission .submission_attention dd {
      font-size: 14px;
      line-height: 1.42857; }
      @media screen and (max-width: 640px) {
        .submission .submission_attention dt, .submission .submission_attention dd {
          font-size: 10px;
          line-height: 1.2; } }

/*
faq
===========================================*/
.faq h2 {
  margin-bottom: 56px; }
  @media screen and (max-width: 640px) {
    .faq h2 {
      margin-bottom: 8.03%; } }

.faq .faq_box {
  width: 760px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: left;
  border-bottom: 1px dashed #ccc; }
  @media screen and (max-width: 640px) {
    .faq .faq_box {
      width: 100%;
      padding-bottom: 7.5%; } }
  .faq .faq_box + .faq_box {
    margin-top: 40px; }
    @media screen and (max-width: 640px) {
      .faq .faq_box + .faq_box {
        margin-top: 5.63%; } }
  .faq .faq_box:last-child {
    border: none; }
  .faq .faq_box .icon {
    width: 36px;
    margin-right: 13px; }
    @media screen and (max-width: 640px) {
      .faq .faq_box .icon {
        width: 7.60563%;
        margin-right: 2.82%; } }
    .faq .faq_box .icon img {
      width: 100%;
      height: auto; }
  .faq .faq_box .text {
    width: calc(100% - (26px + 13px));
    font-size: 16px;
    line-height: 1.625; }
    @media screen and (max-width: 640px) {
      .faq .faq_box .text {
        width: 88.73239%;
        font-size: 13px;
        line-height: 1.38462; } }
    .faq .faq_box .text a {
      position: relative; }
      .faq .faq_box .text a:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 100%;
        height: 1px;
        background: #000; }
        @media screen and (max-width: 640px) {
          .faq .faq_box .text a:after {
            bottom: 0; } }
    @media screen and (max-width: 640px) {
      .faq .faq_box .text p {
        font-size: 13px;
        line-height: 1.38462; } }
    .faq .faq_box .text p + p {
      margin-top: 30px; }
      @media screen and (max-width: 640px) {
        .faq .faq_box .text p + p {
          margin-top: 5.4%; } }
  .faq .faq_box .faq_q {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px; }
    @media screen and (max-width: 640px) {
      .faq .faq_box .faq_q {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 6.0%; } }
    .faq .faq_box .faq_q .text {
      font-weight: bold;
      font-size: 18px; }
      @media screen and (max-width: 640px) {
        .faq .faq_box .faq_q .text {
          padding-top: 1.4%;
          font-size: 15px;
          line-height: 1.13333; } }
  .faq .faq_box .faq_a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .faq .faq_box .faq_a .text {
      padding-top: 5px; }
      @media screen and (max-width: 640px) {
        .faq .faq_box .faq_a .text {
          padding: 0; } }


/* OP25B Android & iOS */
/*
#main-column
===========================================*/
.page-op25b-sp #main-column {
  width: 74.07%;
  float: none;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .page-op25b-sp #main-column {
      width: 100%;
      padding: 0 10px 85px; } }

.page-op25b-sp .ttl-h2 {
  font-size: 30px;
  line-height: 1.3; }
  /*@media screen and (max-width: 640px) {
    .ttl-h2 {
      font-size: 26px; } }*/

@media screen and (max-width: 640px) {
  .page-op25b-sp .col-2 {
    display: block; } }

.mail_setting {
  margin-top: 50px;
  text-align: left; }
  @media screen and (max-width: 640px) {
    .mail_setting {
      margin-top: 8.0645%; } }
  .mail_setting h3 {
    color: #e2261a;
    font-size: 24px;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .mail_setting h3 {
        font-size: 22px; } }
  .mail_setting .setting-box dl {
    display: table;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 2px dotted #ccc;
    margin-bottom: 40px; }
    @media screen and (max-width: 640px) {
      .mail_setting .setting-box dl {
        padding-bottom: 6.4516%;
        margin-bottom: 6.4516%; } }
    .mail_setting .setting-box dl:last-child {
      padding-bottom: 0;
      border-bottom: none;
      margin-bottom: 0; }
    .mail_setting .setting-box dl dt {
      width: 55px;
      padding-right: 15px; }
      .mail_setting .setting-box dl dt span {
        display: block;
        border: 3px solid #e2261a;
        padding: 10px;
        font-size: 16px;
        font-weight: 700;
        color: #e2261a;
        width: auto;
        height: 40px; }
    .mail_setting .setting-box dl dd, .mail_setting .setting-box dl dt {
      display: table-cell;
      text-align: left;
      vertical-align: top; }
    .mail_setting .setting-box dl dd div > div {
      vertical-align: top; }
      @media screen and (max-width: 640px) {
        .mail_setting .setting-box dl dd div > div {
          display: block; } }
      .mail_setting .setting-box dl dd div > div:first-child p {
        font-size: 18px;
        padding-right: 30px; }
        @media screen and (max-width: 640px) {
          .mail_setting .setting-box dl dd div > div:first-child p {
            padding-right: 0;
            margin-bottom: 15px; } }
      .mail_setting .setting-box dl dd div > div:last-child {
        width: 380px; }
        @media screen and (max-width: 640px) {
          .mail_setting .setting-box dl dd div > div:last-child {
            width: 100%; } }
        .mail_setting .setting-box dl dd div > div:last-child img {
          display: block;
          width: 100%;
          border: 1px solid #9d9d9d;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      .mail_setting .setting-box dl dd div > div p span {
        color: #e2261a;
        font-weight: 700; }
      .mail_setting .setting-box dl dd div > div p + p {
        margin-top: 30px; }
