/*----------------------------
 style from 201808
-----------------------------*/

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

.option-box_2018 {
  position: relative;
  margin-bottom: 60px;
}
.option-box_2018:last-child {
  margin-bottom: 0;
}
.option-box_2018 .linkTex {
  color: #1169ab;
  text-decoration: underline;
}
.col-2_2018 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5%;
}
.col-2_2018 dl {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 5%;
  border: 1px solid #de2219;
  padding: 1px;
}
.col-2_2018 dl:nth-child(2n) {
  margin-right: 0;
}
.col-2_2018 dl dt {
  position: relative;
  background: #de2219;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 24px;
  height: 53px;
}
.col-2_2018 dl dt em {
  position: absolute;
  display: block;
  width: 21%;
  background: #fff;
  color: #de2219;
  text-align: center;
  padding: 7px 5px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  top: 7px;
  left: 7px;
}
.col-2_2018 dl dt span {
  position: absolute;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  font-size: 22px;
  top: 5%;
  left: 23%;
}
.col-2_2018 dl .tel-10min {
  background: #de2219 url(../img/option/index/icon_tel-10.png) no-repeat 15px center /45px auto;
}
.col-2_2018 dl dd {
  padding: 18px;
  padding-bottom: 0;
}
.col-2_2018 dl dd p {
  padding: 15px 0;
  border-bottom: 1px dotted #000;
  height: 108px;
}

@media screen and (max-width:640px) {
	.col-2_2018 dl dd p {
	  height: auto;
	}
}
.col-2_2018 dl dd a {
  position: relative;
  display: block;
  color: #de2219;
  font-size: 20px;
  padding: 18px 0;
}
.col-2_2018 dl dd a em {
  font-size: 14px;
  font-weight: bold;
  margin-right: 1em;
  float: right;
  padding-top: 2px;
}
.arrow-right {
  position: relative;
}
.arrow-right::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin: -6px 0 0 0;
  border-top: solid 4px #de2219;
  border-right: solid 4px #de2219;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.txt-red {
  color: #de2219;
}
.txt-red-b {
  color: #de2219;
  font-weight: bold;
}

.simulator-btn-block {
  margin-top: 40px;
  margin-bottom: 60px;
}
.simulator-btn-block p {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  color: #da2109;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.625;
}
/*
.simulator-btn-block p::before {
  content: "\FF3C";
  margin: 0 5px 0 0;

}
.simulator-btn-block p::after {
  content: "\FF0F";

}
*/
.simulator-btn {
  width: 460px;
  margin: 0 auto;
}
.simulator-btn a {
  width: 100%;
  padding: 20px;
  color: #da2109;
  font-size: 24px;
  line-height: 1.166666;
  font-weight: 700;
  border: 2px solid #da2109;
  border-radius: 8px;
}
.simulator-btn a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: none;
  border-left: 8px solid #da2109;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 15px;
  transform: none;
}
.simulator-btn a:hover:before {
  content: '';
  border-left: 8px solid #fff;
}
.simulator-btn a:hover {
  background: #da2109;
  color: #fff;
  opacity: 1 !important;
}

.option-block {
  border: 1px solid #313131;
  padding: 20px;
  margin-bottom: 30px;
}
.option-block:last-of-type {
  margin-bottom: 0;
}
.option-block dt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px dotted #313131;
  margin-bottom: 15px;
}
.option-block dt em {
  font-size: 24px;
  color: #de2219;
  line-height: 1.2;
}
.option-block dt span {
  font-size: 18px;
  line-height: 1.2;
}
.option-block .btn-option {
  display: block;
  max-width: 430px;
  margin: 15px auto 0;
  background: #313131;
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 20px;
}
.option-block .btn-option::after {
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  right: 20px;
}
.option-block dd p span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 1em;
  text-indent: -1em;
}
.brand {
  font-size: 60%;
  margin-left: 3px;
}

/* スマート留守電 */
#option-contents2018 {
  margin-top: -30px;
}
.option-nav {
  max-width: 980px;
  margin: 18px auto;
  width: 100%;
  text-align: center;
  font-size: 0;
  display: table;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.option-nav.option-nav-top {
  margin-bottom: 60px;
}
.option-nav li {
  display: table-cell;
  border-right: 1px solid #cccccc;
}
.option-nav li:last-child {
  border-right: none;
}
.option-nav li a {
  display: block;
  font-size: 16px;
  padding: 10px 20px 20px !important;
  color: #000000;
  position: relative;
}
.option-nav li a:after {
  content: '';
  display: inline-block;
  border-top: 9px solid #cccccc;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -5px;
}

#kakehoudai-option-nav li a {
  padding: 0 12px;
}
/*
.option-nav li a:hover {
  color: #1169ab;
}
*/
.option-sec {
  background: #f7f7f7;
  padding: 40px 10px 80px;
}
.option-sec:nth-of-type(odd) {
  background: #fff;
}
.option-sec .inner {
  max-width: 970px;
  margin: 0 auto;
}
/*.option-sec h2::after {
  background: #FF5050;
  height: 2px;
}*/
.option-sec h2 span {
  font-size: 25px;
}
#about-sumarusu-box {
  background: url(../img/option/sumarusu/bg_about.png) no-repeat right top;
  min-height: 424px;
}
#about-sumarusu-box p {
  font-size: 20px;
  margin: 0 0 30px 100px;
  max-width: 560px;
  padding-top: 30px;
}
#about-sumarusu-box p:last-of-type {
  font-size: 17px;
  padding-top: 0;
  margin-bottom: 0;
}
#feature-sumarusu-box dl {
  max-width: 765px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}
#feature-sumarusu-box dl:last-child {
  margin-bottom: 70px;
}
#feature-sumarusu-box dl dt {
  background: #E01C2C;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  padding: 20px 10px;
  color: #fff;
  width: 220px;
  position: relative;
  left: -40px;
  z-index: 2;
}
#feature-sumarusu-box dl dd {
  border: 1px solid #C3C3C3;
  padding: 30px 40px 20px;
  position: relative;
  margin-top: -30px;
  z-index: 1;
}
#feature-sumarusu-box dl dd h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#feature-sumarusu-box dl dd div {
  width: 100%;
  display: flex;
  align-items: center;
}
#feature-sumarusu-box dl dd div figure {
  width: 280px;
  margin-left: 20px;
}
#feature-sumarusu-box dl dd div figure img {
  display: block;
  width: auto;
  margin: 0 auto;
}
#feature-sumarusu-box dl dd div p {
  width: calc(100% - 300px);
  font-size: 14px;
}
#feature-sumarusu-box dl dd div p span {
  display: block;
  font-size: 10px;
  margin-top: 10px;
  margin-left: 1em;
  text-indent: -1em;
}
#feature-sumarusu-box dl:nth-child(even) dd div figure {
  order: 1;
  width: 120px;
  margin-left: 0;
  margin-right: 40px;
}
#feature-sumarusu-box dl:nth-child(even) dd div p {
  order: 2;
  width: calc(100% - 160px);
}
#other-sumarusu-option h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 60px;
}
#other-sumarusu-option div {
  width: 100%;
  max-width: 870px;
  margin: 0 auto -60px;
  display: flex;
  flex-wrap: wrap;
}
#other-sumarusu-option dl {
  border: 1px solid #C3C3C3;
  position: relative;
  padding: 15px;
  padding-top: 0;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 60px;
}
#other-sumarusu-option dl:nth-child(4n) {
  margin-right: 0;
}
#other-sumarusu-option dl dt {
  position: relative;
  background: #E01C2C;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  height: 45px;
  top: -25px;
  white-space: nowrap;
}
#other-sumarusu-option dl dt::after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #E01C2C;
  border-width: 18px 7px 18px 7px;
  top: 99%;
  left: 50%;
  margin-left: -7px;
  z-index: 10;
}
#other-sumarusu-option dl dd figure {
  height: 90px;
  display: flex;
  align-items: center;
}
#other-sumarusu-option dl dd img {
  display: block;
  width: auto;
  margin: 0 auto 15px;
}
#other-sumarusu-option dl dd p {
  font-size: 12px;
}
#other-sumarusu-option dl dd p span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}

#flow-sumarusu .flow-sumarusu-box .option-app li {
  width: 50%;
  text-align: center;
}
#flow-sumarusu .flow-sumarusu-box dl .flow-kakehoudai-dd {
  padding: 40px 0 40px 30px;
}

.flow-sumarusu-box {
  max-width: 770px;
  margin: 0 auto 30px;
  background: #fff;
  border: 1px solid #838383;
  padding: 20px;
}
.flow-sumarusu-box:last-of-type {
  margin-bottom: 0;
}
.flow-sumarusu-box dl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flow-sumarusu-box dl dt {
  font-size: 20px;
  font-weight: bold;
  width: 100px;
  margin-right: 30px;
  text-align: center;
}
.flow-sumarusu-box dl dt span {
  font-size: 40px;
  display: block;
  margin-top: 10px;
}
.flow-sumarusu-box dl dd {
  border-left: 1px solid #838383;
  padding: 10px 0 10px 30px;
  width: calc(100% - 130px);
}
.flow-sumarusu-box dl dd h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
.flow-sumarusu-box dl dd p {
  font-size: 14px;
}
.flow-sumarusu-box dl dd p:first-child {
  margin-bottom: 25px;
}
.flow-sumarusu-box .flow-last-title {
  margin-bottom: 0;
}
.flow-sumarusu-box dl dd h3 + div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.flow-sumarusu-box dl dd h3 + div > div:first-child {
  padding: 0 15px 0 0;
}
.flow-sumarusu-box dl dd h3 + div > div:last-child {
  padding: 0 0 0 15px;
  border-left: 1px solid #838383;
}

.flow-sumarusu-icon {
  display: block;
  width: auto;
  height: auto;
  margin: 15px auto 0;
}
#flow-sumarusu-icon_pc {
  width: 44px;
}
#flow-sumarusu-icon_mail {
  width: 44px;
}
#flow-sumarusu-icon_sumarus {
  width: 70px;
}
#flow-sumarusu-icon_sphone {
  width: 33px;
  margin-top: 5px;
}
#flow-sumarusu .tellink {
  font-size: 15px;
}

.btn-entry2018 {
  display: block;
  background: #fecd46;
  color: #343434;
  text-align: center;
  padding: 15px 10px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

.btn-entry2018 span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.btn-entry2018 span::before {
  content: "";
  background: url(../img/option/sumarusu/icon_apply.png) no-repeat left center /17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  margin-right: 10px;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.flow-sumarusu-box .option-info {
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #707070;
  text-align: center;
}
.flow-sumarusu-box .option-info span {
  font-size: 12px;
}
.flow-sumarusu-box .option-app {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.flow-sumarusu-box .option-app li:not(:last-child) {
  margin-right: 20px;
}

.option-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 25px;
}
.option-btn li {
  width: 48%;
  margin-right: 4%;
}
.option-btn li:nth-child(2n) {
  margin-right: 0;
}
.option-btn a {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #707070;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
}

#caution-sumarusu ul li {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
}
#caution-sumarusu ul li:last-child {
  margin-bottom: 0;
}
#caution-sumarusu ul > li {
  margin-left: 1em;
  text-indent: -1em;
}
#caution-sumarusu ul > li::before {
  content: "●";
}
#caution-sumarusu ul > li ol {
  margin-left: .5em;
  margin-top: 10px;
}
#caution-sumarusu ul > li ol li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  font-size: 16px;
  line-height: 1.6;
}
#caution-sumarusu ul li a {
  word-wrap: break-word;
}

#kiyaku-option .inner {
  max-width: 770px;
  margin: 0 auto;
}
.kiyaku-pdf {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4%;
}
.kiyaku-pdf li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.kiyaku-pdf li:nth-child(2n) {
  margin-right: 0;
}
.kiyaku-pdf li a {
  font-size: 20px;
  display: block;
  position: relative;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.kiyaku-pdf li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  background: url(../img/common/icon_pdf.png) no-repeat left center /23px 30px;
  width: 23px;
  height: 30px;
  margin-right: 10px;
}

/* かけ放題ダブル */
.inner770 {
  max-width: 770px;
  margin: 0 auto;
}
#about-kakehoudai-box > p {
  font-size: 20px;
  margin-bottom: 90px;
}
#kakehoudai-type {
  width: 100%;
  max-width: 695px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#kakehoudai-type > div {
  width: 48.5%;
  position: relative;
}
#kakehoudai-type > div dl {
  position: relative;
  border: 1px solid #707070;
  background: #fff;
  width: 100%;
}
#kakehoudai-type > div dl dt {
  position: relative;
  background: #E3E0E0;
  text-align: center;
  font-size: 15px;
  padding: 30px 10px 20px;
}
#kakehoudai-type > div:first-child dl dt::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/option/kakehoudai/img_about-comment01.png) no-repeat left top /contain;
  width: 215px;
  height: 80px;
  top: -60px;
}
#kakehoudai-type > div:nth-child(2) dl dt::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/option/kakehoudai/img_about-comment02.png) no-repeat left top /contain;
  width: 215px;
  height: 80px;
  top: -60px;
}
#kakehoudai-type > div:nth-child(2) dl dt {
  background: #FCAEAE;
}
#kakehoudai-type > div dl dt span {
  font-size: 18px;
  font-weight: bold;
}
#kakehoudai-type > div dl dd {
  padding: 20px 30px;
}
#kakehoudai-type > div dl dd p {
  font-size: 18px;
  margin-bottom: 20px;
}
#kakehoudai-type > div dl dd p span {
  font-weight: bold;
}
#kakehoudai-type > div dl dd p img {
  display: block;
  width: 28px;
  margin: 10px auto;
}
#kakehoudai-type > div dl dd a {
  display: block;
  border: 1px solid #080707;
  text-align: center;
  font-size: 15px;
  padding: 10px;
  width: 230px;
  margin: 20px auto 0;
}
#kakehoudai-type > div:first-child figure,
#kakehoudai-type + figure{
  margin-top: 10px;
}
#kakehoudai-case {
  margin-top: 80px;
}
#kakehoudai-case dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
}
#howto-kakehoudai-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#howto-kakehoudai-box figure {
  margin-right: 30px;
}
#howto-kakehoudai-box > div {
  width: 390px;
}
#howto-kakehoudai-box > div p {
  font-size: 19px;
  letter-spacing: -.025em;
}
#howto-kakehoudai-box > div p span {
  font-weight: bold;
}
.howto-kakehoudai-caution ul li {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.howto-kakehoudai-caution p {
  font-size: 16px;
  margin-top: 20px;
}
#comparison-kakehoudai .howto-kakehoudai-caution ul li {
  font-size: 15px;
  margin-top: 15px;
}
#flow-kakehoudai .flow-sumarusu-box dl dd h3 + div > div:first-child {
  width: 50%;
}
#flow-kakehoudai .flow-sumarusu-box dl dd h3 + div > div:last-child {
  width: 50%;
}
#flow-kakehoudai .flow-sumarusu-box .option-app li {
  width: 50%;
  text-align: center;
}
#flow-kakehoudai .flow-sumarusu-box dl .flow-kakehoudai-dd {
  padding: 40px 0 40px 30px;
}
.flow-kakehoudai-icon {
  display: block;
  width: auto;
  height: auto;
  margin: 15px auto 0;
}
#flow-kakehoudai-icon_pc {
  width: 44px;
}
#flow-kakehoudai-icon_denwa {
  width: 67px;
}
#flow-kakehoudai-icon_denwa2 {
  width: 33px;
  margin-top: 5px;
}
#flow-kakehoudai .tellink {
  font-size: 15px;
}
#howto-kakehoudai-app h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
}
#howto-kakehoudai-app .col-2_2018 {
  margin-bottom: 20px;
}
#howto-kakehoudai-app .col-2_2018 dl {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 0;
}
#howto-kakehoudai-app .col-2_2018 dl:nth-child(2n) {
  margin-right: 2%;
}
#howto-kakehoudai-app .col-2_2018 dl:nth-child(3n) {
  margin-right: 0;
}
#howto-kakehoudai-app .col-2_2018 dl dt {
  font-size: 16px;
  padding: 10px;
  line-height: 1.2;
}
#howto-kakehoudai-app .col-2_2018 dl dd {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}
#howto-kakehoudai-app .col-2_2018 dl dd a {
  padding: 0;
  width: 125px;
  margin: 0 auto;
}
#howto-kakehoudai-app .col-2_2018 dl dd a img {
  width: 100%;
}
#howto-kakehoudai-app .col-2_2018 dl dd a:not(:first-of-type) {
  margin-top: 10px;
  display: block;
}
#howto-kakehoudai-app .col-2_2018 dl dd figure img {
  width: 85%;
  display: block;
  margin: 0 auto;
}
#howto-kakehoudai-app .caution {
  font-size: 12px;
  margin-bottom: 15px;
  color: #de2219;
}
.howto-appapp-manual {
  margin-bottom: 30px;
}
.howto-appapp-manual p {
  margin-bottom: 10px;
}
.howto-appapp-manual ul li:not(:last-child) {
  margin-bottom: 10px;
}
.howto-appapp-manual ul li a {
  color: #1169ab;
}
#caution-kakehoudai ul li {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.4;
}
#caution-kakehoudai ul li:last-child {
  margin-bottom: 0;
}
#caution-kakehoudai ul > li {
  margin-left: 1em;
  text-indent: -1em;
}
#caution-kakehoudai ul > li::before {
  content: "●";
}
#caution-kakehoudai ul > li ol {
  margin-left: .5em;
  margin-top: 10px;
}
#caution-kakehoudai ul > li ol li {
  margin-left: 1.5em;
  text-indent: -1.5em;
  font-size: 16px;
  line-height: 1.6;
}
#caution-kakehoudai ul li a {
  word-wrap: break-word;
  color: #1169ab;
}

/* タブホ */
#about-tabuho {
  padding-bottom: 0;
}
#about-tabuho .inner {
  background: url(../img/option/tabho/img_tabuho.png) no-repeat right bottom;
  min-height: 374px;
}
#about-tabuho p {
  font-size: 20px;
  padding-left: 60px;
}
#feature-tabuho dl {
  position: relative;
  border: 1px solid #C3C3C3;
  padding: 30px;
  padding-top: 0;
  max-width: 750px;
  margin: 0 auto 70px;
}
#feature-tabuho dl:first-of-type {
  margin-top: 30px;
}
#feature-tabuho dl:last-of-type {
  margin-bottom: 70px;
}
#feature-tabuho dl dt {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #E01C2C;
  border-radius: 30px;
  padding: 20px 10px;
  max-width: 415px;
  margin: 0 auto;
  top: -30px;
}
#feature-tabuho dl dd {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#feature-tabuho dl dd figure {
  width: 100px;
  margin-left: 40px;
  margin-right: 40px;
}
#feature-tabuho dl dd figure img {
  display: block;
  width: auto;
  margin: 0 auto;
}
#feature-tabuho dl dd div {
  width: calc(100% - 20px);
}
#feature-tabuho dl p {
  font-size: 14px;
}
#feature-tabuho dl .tabuho-caution {
  font-size: 10px;
  margin-top: 30px;
}
#feature-tabuho dl:nth-child(odd) dd figure {
  order: 1;
  margin-left: 20px;
  margin-right: 60px;
}
#feature-tabuho dl:nth-child(odd) dd div {
  order: 2;
}
#feature-tabuho h3 {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 40px;
}
#feature-tabuho h3 span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}
.tabuho-thumb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -2%;
}
.tabuho-thumb li {
  width: 18%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.tabuho-thumb li:nth-child(5n) {
  margin-right: 0;
}
.tabuho-thumb li img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.btn-tabuho {
  border: 1px solid #1C1C1C;
  border-radius: 30px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  max-width: 415px;
  margin: 30px auto 0;
  padding: 10px;
  line-height: 1.2;
}
.btn-tabuho span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

#operating-tabuho figure img {
  display: block;
  width: auto;
  margin: 0 auto;
}
#operating-tabuho h2 img + div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#operating-tabuho h2 img + div > div:first-child {
  padding: 0 15px 0 0;
}
#operating-tabuho h2 img + div > div:last-child {
  padding: 0 0 0 15px;
  border-left: 1px solid #838383;
}

#flow-tabuho .flow-sumarusu-box .option-app li {
  width: 50%;
  text-align: center;
}
#flow-tabuho .flow-sumarusu-box dl .flow-kakehoudai-dd {
  padding: 40px 0 40px 30px;
}

.flow-tabuho-icon {
  display: block;
  width: auto;
  height: auto;
  margin: 15px auto 0;
}
#flow-tabuho-icon_pc {
  width: 44px;
}
#flow-tabuho-icon_mail {
  width: 44px;
}
#flow-tabuho-icon_tabuho {
  width: 70px;
}
#flow-tabuho-icon_sphone {
  width: 33px;
  margin-top: 5px;
}

#flow-tabuho .tellink {
  font-size: 15px;
}
.btn-setup {
  display: block;
  background: #fff;
  color: #343434;
  text-align: center;
  padding: 15px 10px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  max-width: 500px;
  border: 1px solid #707070;
  margin: 0 auto;
  margin-top: 20px;
}
.btn-setup::before {
  content: "";
  background: url(../img/option/sumarusu/icon_apply.png) no-repeat left center /17px 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  margin-right: 10px;
  top: 2px;
}

.tabuho-kiyaku-pdf {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4%;
}
.tabuho-kiyaku-pdf li {
  width: 70%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.tabuho-kiyaku-pdf li:nth-child(2n) {
  margin-right: 0;
}
.tabuho-kiyaku-pdf li a {
  font-size: 20px;
  display: block;
  position: relative;
  padding-left: 33px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}
.tabuho-kiyaku-pdf li a::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon_pdf.png) no-repeat left center /23px 30px;
  width: 23px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}

.tel {
    cursor: default;
    pointer-events: none;
}




@media screen and (max-width:640px) {
  /*===== レイアウト =====*/
  #one-column {
    padding: 0;
    margin-bottom: 0;
  }
  /*===== オプション =====*/
  .option-box_2018 {
    margin-bottom: 9.375%;
  }
  .option-box_2018:last-child {
    margin-bottom: 0;
  }
  .col-2_2018 {
    flex-direction: column;
  }
  .col-2_2018 dl {
    width: 100%;
    margin-right: 0;
  }
  .col-2_2018 dl dt {
    font-size: 21px;
  }
  .col-2_2018 dl .tel-10min {
    background: #de2219 url(../img/option/index/icon_tel-10.png) no-repeat 15px center /40px auto;
  }
  .col-2_2018 dl dd {
    padding: 15px 10px;
    padding-bottom: 0;
    display: block;
    text-align: center;
  }
  .col-2_2018 dl dd img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .col-2_2018 dl dd a {
    font-size: 18px;
  }
  .option-block {
    padding: 15px 10px;
    margin-bottom: 4.6875%;
  }
  .option-block:last-of-type {
    margin-bottom: 0;
  }
  .option-block dt em {
    font-size: 21px;
    margin-right: 1em;
  }
  .option-block dt span {
    font-size: 16px;
  }
  .option-block .option-head {
    display: block;
  }
  .option-block .option-head span {
    display: block;
    margin-top: 5px;
  }
  .option-block .btn-option {
    max-width: 100%;
    font-size: 20px;
    padding: 15px 10px;
  }
  .option-block .btn-option::after {
    right: 10px;
  }
  .simulator-btn {
    width: auto;
    font-size: 24px;
    margin-bottom: 80px;
  }
  .simulator-btn span {
    font-size: 15px;
    display: block;
  }
  .simulator-btn a {
    font-size: 20px;
    line-height: 120%;
    padding: 10px;
  }
  .simulator-btn a:hover {
    background: #e2261a;
    color: #fff;
  }


  /* スマート留守電 */
  #option-contents2018 {
    margin-top: -7.8125%;
  }
  .option-nav {
    display: none;
  }
  .option-sec {
    /*padding: 6.25% 10px 12.5%;*/
    padding: 6.25% 6.6% 12.5%;
  }
  .option-sec h2 span {
    font-size: 20px;
  }
  #about-sumarusu-box {
    background: none;
    min-height: inherit;
  }
  #about-sumarusu-box p {
    font-size: 18px;
    margin: 0 0 20px 0;
    max-width: 100%;
    padding-top: 0;
  }
  #about-sumarusu-box p:last-of-type {
    font-size: 15px;
    padding-top: 0;
    margin-bottom: 15px;
  }
  #about-sumarusu-box figure img {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  #feature-sumarusu-box dl {
    max-width: 100%;
    margin-bottom: 4.6875%;
  }
  #feature-sumarusu-box dl:last-child {
    margin-bottom: 10%;
  }
  #feature-sumarusu-box dl dt {
    font-size: 17px;
    border-radius: 30px;
    padding: 15px 10px;
    width: 220px;
    left: -10px;
    z-index: 2;
  }
  #feature-sumarusu-box dl dd {
    padding: 40px 10px 20px;
    position: relative;
    margin-top: -30px;
  }
  #feature-sumarusu-box dl dd h3 {
    font-size: 19px;
    margin-bottom: 15px;
    line-height: 1.3;
  }
  #feature-sumarusu-box dl dd div {
    flex-direction: column;
  }
  #feature-sumarusu-box dl dd div figure {
    /*width: 280px;*/
    width: 90%;
    margin: 0 auto;
    margin-left: 0;
  }
  #feature-sumarusu-box dl dd div p {
    width: 100%;
    margin-bottom: 15px;
  }
  #feature-sumarusu-box dl:nth-child(even) dd div figure {
    margin: 0 auto 15px;
  }
  #feature-sumarusu-box dl:nth-child(even) dd div p {
    width: 100%;
  }
  #other-sumarusu-option h3 {
    font-size: 24px;
    margin-bottom: 12.5%;
    font-weight: bold;
  }
  #other-sumarusu-option div {
    margin: 0 auto -12.5%;
  }
  #other-sumarusu-option dl {
    padding: 15px 10px;
    padding-top: 0;
    width: 49%;
    margin-bottom: 12.5%;
  }
  #other-sumarusu-option dl:nth-child(2n) {
    margin-right: 0;
  }
  #other-sumarusu-option dl dt {
    /*font-size: 12px;*/
    font-size: 11px;
    letter-spacing: -.5px;
    padding: 10px 5px;
  }
  .flow-sumarusu-box {
    padding: 15px 10px;
  }
  .flow-sumarusu-box dl {
    flex-direction: column;
  }
  .flow-sumarusu-box dl dt {
    font-size: 18px;
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #838383;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
  }
  .flow-sumarusu-box dl dt span {
    font-size: 35px;
    margin-top: 0;
    margin-left: 0;
  }
  .flow-sumarusu-box dl dd {
    border-left: none;
    padding: 10px;
    width: 100%;
  }
  .flow-sumarusu-box dl dd h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: center;
  }
  .flow-sumarusu-box dl dd h3 br {
    display: none;
  }
  .flow-sumarusu-box dl dd p:first-child {
    margin-bottom: 20px;
  }
  .flow-sumarusu-box dl dd h3 + div {
    flex-direction: column;
  }
  .flow-sumarusu-box dl dd h3 + div > div:first-child {
    padding: 0;
  }
  .flow-sumarusu-box dl dd h3 + div > div:last-child {
    padding: 0;
    border-left: none;
    border-top: 1px solid #838383;
    margin-top: 15px;
    padding-top: 15px;
  }
  .btn-entry2018 {
    width: 100%;
    font-size: 16px;
  }
  .flow-sumarusu-box .option-app {
    margin-top: 15px;
  }
  .flow-sumarusu-box .option-app li:not(:last-child) {
    margin-right: 10px;
  }
  .option-btn {
    margin-top: 20px;
    display: block;
  }
  .option-btn li {
    width: 100%;
    margin-right: 0;
  }
  .option-btn li:nth-child(2n) {
    margin-top: 15px;
  }
  .option-btn a {
    line-height: 1.2;
  }
  .kiyaku-pdf {
    flex-direction: column;
  }
  .kiyaku-pdf li {
    width: 100%;
    margin-right: 0;
  }
  .kiyaku-pdf li a {
    font-size: 18px;
  }
  /* かけ放題ダブル */
  #about-kakehoudai-box > p {
    font-size: 16px;
    margin-bottom: 50px;
  }
  #kakehoudai-type {
    flex-direction: column;
  }
  #kakehoudai-type > div {
    width: 100%;
  }
  #kakehoudai-type > div:first-child {
    margin-bottom: 60px;
  }
  #kakehoudai-type > div dl dt {
    padding: 20px 10px 15px;
  }
  #kakehoudai-type > div:first-child dl dt::before {
    width: 160px;
    height: 60px;
    top: -40px;
    left: -10px;
  }
  #kakehoudai-type > div:nth-child(2) dl dt::before {
    width: 160px;
    height: 60px;
    top: -40px;
    left: -10px;
  }
  #kakehoudai-type > div dl dd {
    padding: 15px;
  }
  #kakehoudai-type > div:last-child dl dd p {
    margin-bottom: 0;
  }
  #kakehoudai-type > div dl dd p img {
    width: 38px;
  }
  #kakehoudai-type > div dl dd a {
    width: 80%;
  }
  #kakehoudai-case {
    margin-top: 12.5%;
  }
  #kakehoudai-case dt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #howto-kakehoudai-box {
    flex-direction: column;
    margin-bottom: 20px;
  }
  #howto-kakehoudai-box figure {
    width: 260px;
    margin: 0 auto 15px;
  }
  #howto-kakehoudai-box > div {
    width: 100%;
  }
  #howto-kakehoudai-box > div p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .howto-kakehoudai-caution p {
    font-size: 14px;
  }
  #comparison-kakehoudai .howto-kakehoudai-caution ul li {
    font-size: 14px;
  }
  #flow-kakehoudai .flow-sumarusu-box dl dd h3 + div > div:first-child {
    width: 100%;
  }
  #flow-kakehoudai .flow-sumarusu-box dl dd h3 + div > div:last-child {
    width: 100%;
  }
  #flow-kakehoudai .flow-sumarusu-box dl .flow-kakehoudai-dd {
    padding: 10px;
  }

  #howto-kakehoudai-app h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #howto-kakehoudai-app .col-2_2018 {
    margin-bottom: 0;
  }
  #howto-kakehoudai-app .col-2_2018 dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  #howto-kakehoudai-app .col-2_2018 dl:nth-child(2n) {
    margin-right: 0;
  }
  #howto-kakehoudai-app .col-2_2018 dl:nth-child(3n) {
    margin-right: 0;
  }
  .howto-appapp-manual {
    margin-bottom: 20px;
  }
  .howto-appapp-manual p,
  .howto-appapp-manual ul li a {
    font-size: 14px;
  }
  #caution-kakehoudai ul li {
    font-size: 16px;
  }
  #caution-kakehoudai ul > li ol {
    margin-left: 0;
  }
  #caution-kakehoudai ul > li ol li {
    font-size: 15px;
  }
  #caution-kakehoudai ul > li ol li br {
    display: none;
  }

  /* タブホ */
  #about-tabuho .inner {
    background: none;
    min-height: 420px;
  }
  #about-tabuho p {
    font-size: 16px;
    padding-left: 5px;
  }
  #about-tabuho p br {
    display: none;
  }
  .tabuho-kiyaku-pdf {
    flex-direction: column;
  }
  .tabuho-kiyaku-pdf li {
    width: 100%;
    margin-right: 0;
  }
  .tabuho-kiyaku-pdf li a {
    font-size: 18px;
  }

  .tel {
     pointer-events: auto;
  }

  #feature-tabuho dl {
      padding: 10px;
  }
}




@media screen and (max-width:340px) {
  /* スマート留守電 */
  #other-sumarusu-option div {
    flex-direction: column;
  }
  #other-sumarusu-option dl {
    width: 100%;
  }
  #other-sumarusu-option dl dt {
    font-size: 12px;
    letter-spacing: 0;
  }

  /* タブホ */
  #about-tabuho .inner {
    background: url(../img/option/tabho/img_tabuho.png) no-repeat right bottom;
    background-size: auto 45%;
    min-height: 540px;
  }
}