@charset 'utf-8';

/* ------------------------------
 トップページ
------------------------------ */

/* メイン */

#main {
  height: 700px;
  background:url(../img/top/bg_main.png) no-repeat center top;
  box-sizing: border-box;
  background-size: cover;
}

#main_nav {
  padding: 43px 0 49px;
  border-bottom: 2px solid #ebebeb;
  background-color: white;
}

#main_nav ul li {
  float: left;
}

#main_nav ul li:not(:last-child) {
  margin-right: 60px;
}


#main #cvbtn01 a {
  color: #000000;
  text-decoration: none;
}

#main #cvbtn01 {
  display: inline-block;
  margin: 0 10px;
  padding: 12px 35px;
  font-size: 17px;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-decoration: none;
  background: #00C9A5;
  text-align: center;
  box-shadow: 0 3px 5px #444444;
  border: 1px solid #0000000a;
  border-radius: 50px;
  width: 285px;
}


#main #cvbtn02 a {
  color: #000000;
  text-decoration: none;
}

#main #cvbtn02 {
  display: inline-block;
    margin: 0 10px;
    padding: 12px 35px;
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-decoration: none;
    background: #ff6666;
    text-align: center;
    box-shadow: 0 3px 5px #444444;
    border: 1px solid #00000000;
    border-radius: 50px;
    width: 285px;
}


#fv-cv-btn {
  display: flex;
  margin: -250px 10px;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

#fv-cv-btn2 {
  display: flex;
  margin: -100px 10px;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
}



/* 大見出し設定 */

#t_point_1 {
  text-align: center;
  padding: 10px 0px;
}

#t_point_2 {
  text-align: center;
  padding: 10px 0px;
}

#t_point_1 .inbox {
  width: 960px;
  padding-left: 10px;
  text-align: center;
}

#t_point_3 {
  text-align: center;
  padding: 10px 0px;
}

/* リード文 */

.leadbox {
  width: 825px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.leadbox h3 {
  margin-bottom: 0px;
  font-size: 25px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  background: url(../img/top/ico_t_plan.png) no-repeat left center;
  padding: 10px 0 10px 50px;
  border-bottom: 0px dotted #6660;
}

.leadbox h2 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  padding: 10px 0 10px 50px;
  border-bottom: 0px dotted #6660;
}


.leadbox h3 span {
    font-size: 23px;
    color: #f23071;
    background: -webkit-linear-gradient(transparent 60%, #fffe92 60%);
    background: linear-gradient(transparent 70%, #92ffcb 60%);
}

/* コンテンツ背景設定 */

.bg_blue,
.bg_gray,
.bg_white {
  padding: 70px 0 100px;
}

.bg_blue {
  background-color: #f4f9ff;
}

.bg_gray {
  background-color: #ffffff;
}

.bg_white {
  background-color: #fff;
}

.bg_blue.closing_bg {
  padding: 0;
}

/* 料金プラン・対象機種一覧（共通） */

#tab_plan li,
#tab_lineup li {
  height: 0;
  padding-top: 80px;
  width: 475px;
  overflow: hidden;
  cursor: pointer;
  float: left;
}

#tab_plan li {
  background-image: url(../img/top/tab_plan.png);
}

#tab_lineup li {
  background-image: url(../img/top/tab_lineup.png);
}

#tab_plan li:not(:last-child),
#tab_lineup li:not(:last-child) {
  margin-right: 10px;
}

#tab_plan li:nth-child(1),
#tab_lineup li:nth-child(1) {
  background-position: 0 0;
}

#tab_plan li:nth-child(2),
#tab_lineup li:nth-child(2) {
  background-position: -475px 0;
}

#tab_plan li:nth-child(1).on,
#tab_lineup li:nth-child(1).on {
  background-position: 0 -80px;
}

#tab_plan li:nth-child(2).on,
#tab_lineup li:nth-child(2).on {
  background-position: -475px -80px;
}

#cont_plan,
#cont_lineup {
  border-top: 5px solid #35a9d4;
  background-color: #eee;
}

#cont_plan {
  background-color: #fff;
}

#cont_lineup {
  background-color: #eee;
}

.cont_plan,
.cont_lineup {
  padding: 27px 0px;
  background-image: url(../img/top/tab_lineup_polygon.png);
  background-repeat: no-repeat;
}

.cont_plan:nth-child(1),
.cont_lineup:nth-child(1) {
  background-position: 215px 0;
}

.cont_plan:nth-child(2),
.cont_lineup:nth-child(2) {
  background-position: 700px 0;
}

/* 料金プラン */

.cont_plan h3 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  background: url(../img/top/ico_t_plan.png) no-repeat left center;
  padding: 10px 0 10px 50px;
  border-bottom: 1px dotted #666;
}

.cont_plan h3 span {
  font-size: 28px;
  color: #f23071;
  background: -webkit-linear-gradient(transparent 60%, #fffe92 60%);
  background: linear-gradient(transparent 70%, #92ffcb 60%);
}

#cont_plan .stxt {
  margin: 10px;
    font-size: 12px;
    padding: 0 25px 0 0;
    color: #666;
    line-height: 1.6;
    float: right;
}

#cont_plan .price_cv {
  margin: 0px 0px 10px 90px;
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  float: left;
}



#cont_plan .xsmall {
  font-feature-settings: 'palt';
}

#cont_plan .fphone {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #cacaca;
  margin: 0px 0px;
}




.simulation_container {
  /*コメントアウト
  border-right: 6px solid #003f95;
  border-bottom: 6px solid #003f95;
  border-left: 6px solid #003f95;
  */
}

.simulation_top {
  padding: 0px;
  text-align: center;
  background: #fffff4 url(../img/top/bg_simulation_top.png) no-repeat;
}

#cont_simulation_switch .inner {
  background: url(https://www.houjin-keitai.com/images/pt_bc/back_sim_switch.png) no-repeat left 25px;
}

#input_simulation_new,
#input_simulation_switch {
  margin: 0 auto 20px;
}

#input_simulation_new {
  width: 350px;
}

#input_simulation_switch {
  width: 350px;
}

#input_simulation_new div,
#input_simulation_switch div {
  float: left;
}

#input_simulation_new_1,
#input_simulation_switch_1 {
  margin-right: 10px;
  padding-top: 18px;
}

#input_simulation_new_1 {
  width: 174px;
}

#input_simulation_switch_1 {
  width: 174px;
}

#input_simulation_new_2,
#input_simulation_switch_2 {
  width: 120px;
  margin-right: 10px;
}

#input_simulation_new_3,
#input_simulation_switch_3 {
  width: 26px;
  margin-left: 10px;
  padding-top: 17px;
}

#input_simulation_new_2 input,
#input_simulation_switch_2 input {
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  width: 118px;
  height: 58px;
  text-align: center;
  border: 4px solid #9c9c9c;
  border-radius: 2px;
  background-color: #fff;
}

#input_simulation_new_2 input:focus,
#input_simulation_switch_2 input:focus {
  background-color: #fff5bf;
  -webkit-box-shadow: #ccc 0 0 3px;
  -moz-box-shadow: #ccc 0 0 3px;
  box-shadow: #ccc 0 0 3px;
}

.simulation_answer {
  display: none;
  position: relative;
}

.ar_answer {
  display: block;
  width: 114px;
  height: 37px;
  margin: 0 auto;
  background: url(../img/top/ar_simulation_answer.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.simulation_answer .answerbox {
  margin: 0 auto;
  padding: 58px 146px 60px 130px;
  background: url(../img/top/bg_simulation_answer.png) no-repeat right bottom, url(../img/top/1805/ar_simulation_answer.png) no-repeat;
  position: relative;
}

.simulation_answer .cost {
  display: table;
}

.simulation_answer_info {
  display: table-cell;
  width: 390px;
  vertical-align: bottom;
}

.simulation_answer_zero {
  display: table-cell;
  width: 190px;
  text-align: right;
  vertical-align: bottom;
}

.simulation_answer table {
  font-size: 20px;
  width: 100%;
  color: #666;
  background-color: #f3f3f3;
}

.simulation_answer th,
.simulation_answer td {
  padding: 10px;
}

.simulation_answer th span {
  font-size: 16px;
}

.simulation_answer i {
  font-style: normal;
}

.simulation_answer td {
  text-align: right;
}

.del_simulation_answer {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  color: #b00004;
}

.simulation_answer .answerbox .xsmall {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* 対象機種一覧 */

.cont_lineup ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cont_lineup ul::after {
  display: block;
  width: 260px;
  content: '';
}

.cont_lineup li {
  width: 313px;
  border-bottom: 4px solid #dbdbdb;
  padding: 30px 7px;
  background-color: #fff;
}

.cont_lineup li:nth-of-type(1)
.cont_lineup li:nth-of-type(2),
.cont_lineup li:nth-of-type(3) {
  margin-bottom: 0px;
}

.cont_lineup li div {
  margin-bottom: 20px;
  border-bottom: 1px solid #cbcbcb;
}

.cont_lineup li p {
  font-size: 15px;
  line-height: 23px;
  color: #333;
  margin: 0 10px;

}

/* 機種変更の流れ */

#flow_wrapper {
  padding: 0px 10px 0px 10px;
  background-color: #fff;
}

#flow_wrapper ul {
  text-align: right;
}

#steps {
  display: flex;
  align-items: center;
  width: 825px;
}

#steps li {
  width: 235px;
  min-height: 380px;
  float: left;
  padding-bottom: 20px;
  background-color: #f6f6f6;
  position: relative;
  border-bottom: 4px solid #e3e3e3;
}

#steps li:not(:last-child) {
  margin-right: 60px;
}

#steps li:not(:last-child):after {
  content: '';
  height: 44px;
  top: 163px;
  right: -40px;
  width: 21px;
  position: absolute;
}

#steps li:not(:last-child) div {
  padding-top: 12px;
}

#steps li p {
  padding: 0 20px;
}

/* お客さまの声 */

#t_voice {
  text-align: right;
  padding-top: 21px;
}

#voices {
  padding: 0px 0px 0px;
  background-color: #ffffff;
  border-top: 5px solid #ffffff;
}

.voice {
  padding: 20px 250px 20px 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right top;
}

.voice:not(:last-child) {
  margin-bottom: 0px;
}

.voice:nth-child(1) {
}

.voice:nth-child(2) {
}

.voice:nth-child(3) {
  background-image: url(../img/top/bg_voice_3.jpg);
}

.voice:nth-child(4) {
  background-image: url(../img/top/bg_voice_3.jpg);
}

.voice h3 {
  border-bottom: 1px dotted rgb(255, 255, 255);
  padding-bottom: 10px;
}

/* よくあるご質問 */

#t_qa h2 {
  width: 646px;
  padding: 48px 0 0 170px;
}

.t_qa {
  margin-bottom: 20px;
  color: #002b65;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}

.t_qa:not(:first-child) {
  margin-top: 60px;
}

.qa dt {
  background: #ececec url(../img/top/tg_qa_q_off.png) no-repeat 900px center;
}

.qa dt.on {
  border-bottom: none;
  background: #ececec url(../img/top/tg_qa_q_on.png) no-repeat 900px center;
}

.qa dt:not(:first-child) {
  margin-top: 30px;
}

.qa dt span {
  display: block;
  font-weight: bold;
  line-height: 32px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  border-bottom: 3px solid #dfdfdf;
  padding: 25px 80px 25px 106px;
  background: #ececec url(../img/top/tg_qa_q_off.png) no-repeat 900px center;
}

.inbox .qa:nth-of-type(1) dt:nth-of-type(1) span {
  background: url(../img/top/ico_qa_q_1.png) no-repeat 28px center;
}

.inbox .qa:nth-of-type(1) dt:nth-of-type(2) span {
  background: url(../img/top/ico_qa_q_2.png) no-repeat 28px center;
}

.inbox .qa:nth-of-type(2) dt:nth-of-type(1) span {
  background: url(../img/top/ico_qa_q_3.png) no-repeat 28px center;
}

.inbox .qa:nth-of-type(2) dt:nth-of-type(2) span {
  background: url(../img/top/ico_qa_q_4.png) no-repeat 28px center;
}

.inbox .qa:nth-of-type(3) dt:nth-of-type(1) span {
  background: url(../img/top/ico_qa_q_4.png) no-repeat 28px center;
}

.inbox .qa:nth-of-type(4) dt:nth-of-type(1) span {
  background: url(../img/top/ico_qa_q_6.png) no-repeat 28px center;
}

.inbox .qa:nth-of-type(4) dt:nth-of-type(2) span {
  background: url(../img/top/ico_qa_q_7.png) no-repeat 28px center;
}

.qa dd {
  line-height: 26px;
  font-size: 18px;
  color: #333;
  padding: 30px 30px 30px 106px;
  border-bottom: 1px solid #ededed;
  background-position: 28px 50%;
  background-repeat: no-repeat;
  background-color: #fffff4;
}

.qa_a_1 {
  background-image: url(../img/top/ico_qa_a_1.png);
}

.qa_a_2 {
  background-image: url(../img/top/ico_qa_a_2.png);
}

.qa_a_3 {
  background-image: url(../img/top/ico_qa_a_3.png);
}

.qa_a_4 {
  background-image: url(../img/top/ico_qa_a_4.png);
}

.qa_a_5 {
  background-image: url(../img/top/ico_qa_a_4.png);
}

.qa_a_6 {
  background-image: url(../img/top/ico_qa_a_6.png);
}

.qa_a_7 {
  background-image: url(../img/top/ico_qa_a_7.png);
}

/* bnrbox */

.bnrbox {
  margin: 0 auto 0px;
  
  height: 890px;
  background: url(../img/top/1811/bnr_background.png) no-repeat center top;
  box-sizing: border-box;
  background-color: #ffff;
  text-align: center;
}




/*無料トライアル*/

#freetrial {
font-size: 20px;
margin: 0 auto;

}


--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
