@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/*----------------------------------------------------------------------
  PC
--------------------------------------------------------------------- */

/*-------------------------------------------------
  common
-------------------------------------------------*/
div.contents_ {
  margin-bottom: 80px;
}

#handbook_wrapper_ {
  color: #333;
  font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo,sans-serif;
  font-weight: 500;
}
#handbook_wrapper_ .sp_only_ {
  display: none;
}
#handbook_wrapper_ .section_ {
  margin-top: -140px;
  padding-top: 140px;
}
#handbook_wrapper_ .article_ {
  margin-top: -150px;
  padding-top: 140px;
}
#handbook_wrapper_ .article_+.article_ {
  margin-top: -130px;
}

/* Google Webアイコン
-------------------------------------------------*/
.material-icons {
  font-size: inherit;
  font-weight: bold;
  vertical-align: middle;
}

/* タイトル
-------------------------------------------------*/
/* h2タイトル */
#handbook_wrapper_ .handbook_h2_wrapper_ {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
#handbook_wrapper_ .handbook_h2_wrapper_ .ico_ {
  margin-right: 10px;
}
/* 商品検索 */
#handbook_wrapper_ .handbook_h2_wrapper_ .ico_.ico_01_ img {
  width: 35px;
}
/* 注文 */
#handbook_wrapper_ .handbook_h2_wrapper_ .ico_.ico_02_ img {
  width: 36px;
}
/* 見積 */
#handbook_wrapper_ .handbook_h2_wrapper_ .ico_.ico_03_ img {
  width: 33px;
}
/* 注文・見積の便利機能 */
#handbook_wrapper_ .handbook_h2_wrapper_ .ico_.ico_04_ img {
  width: 33px;
}
/* アカウント・設定 */
#handbook_wrapper_ .handbook_h2_wrapper_ .ico_.ico_05_ img {
  width: 35px;
}
/* 一部会員様限定機能 */
#handbook_wrapper_ .handbook_h2_wrapper_ .ico_.ico_06_ img {
  width: 51px;
  padding-top: 5px;
}
#handbook_wrapper_ .handbook_h2_wrapper_ h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

/* h3タイトル */
#handbook_wrapper_ .section_ h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #333;
  margin: 50px auto 30px;
}
#handbook_wrapper_.handbook_pages_ .section_ h3 {
  margin-top: 30px;
}

/* h4タイトル */
#handbook_wrapper_ .article_ h4 {
  color: #154da3;
  font-size: 18px;
  font-weight: 600;
  border-left: 5px solid #d6a64c;
  padding-left: 10px;
  margin: 10px 0 20px;
}

/* ページ内リンクナビ
-------------------------------------------------*/
#handbook_wrapper_ .handbook_pagelink_nav_ {
  background-color: #ededea;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#handbook_wrapper_ .handbook_pagelink_nav_ li {
  display: flex;
  width: calc(50% - 5px);
  height: 40px;
}
#handbook_wrapper_ .handbook_pagelink_nav_ li:nth-child(even) {
  margin-left: 10px;
}
#handbook_wrapper_ .handbook_pagelink_nav_ li:nth-child(n+3) {
  margin-top: 10px;
}
#handbook_wrapper_ .handbook_pagelink_nav_ li a {
  color: inherit;
  display: flex;
  width: 100%;
  text-decoration: none;
  padding: 0 15px;
  background-color: #fff;
}
#handbook_wrapper_ .handbook_pagelink_nav_ li span {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0;
  font-size: 14px;
  padding-left: 18px;
}
#handbook_wrapper_ .handbook_pagelink_nav_ li span:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(135deg);
  margin: auto;
}

/* テキスト・画像
-------------------------------------------------*/
#handbook_wrapper_ .handbook_text_ {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 35px;
}
#handbook_wrapper_ .handbook_text_ p+p {
  margin-top: 1em;
}
#handbook_wrapper_ .handbook_text_ a:hover {
  text-decoration: none;
}
#handbook_wrapper_ .handbook_img_ {
  margin-bottom: 35px;
  text-align: center;
}
#handbook_wrapper_ .handbook_img_ img {
  max-width: 100%;
  height: auto;
  border: 1px solid #e4e4e4;
}
#handbook_wrapper_ .handbook_img_.noborder_ img {
  border: none;
}

/* ex（～の場合）
-------------------------------------------------*/
#handbook_wrapper_ .handbook_ex_ {
  margin-bottom: 30px;
}
#handbook_wrapper_ .handbook_ex_title_ {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
#handbook_wrapper_.handbook_limited_ #sec04_01 .handbook_ex_+.handbook_ex_ {
  margin-top: 50px;
}

/* 表
-------------------------------------------------*/
#handbook_wrapper_ .handbook_table_ {
  width: 100%;
  margin-bottom: 30px;
}
#handbook_wrapper_ .handbook_table_ th,
#handbook_wrapper_ .handbook_table_ td {
  display: table-cell;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
}
#handbook_wrapper_ .handbook_table_ th {
  min-width: 160px;
  white-space: nowrap;
  background-color: #ededea;
}

/* ヒント
-------------------------------------------------*/
#handbook_wrapper_ .handbook_tips_ {
  background-color: #ebf0f6;
  padding: 20px;
  margin-bottom: 30px;
}
#handbook_wrapper_ .handbook_tips_ .tips_title_ {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  min-height: 21px;
}
#handbook_wrapper_ .handbook_tips_ .tips_title_ dt {
  color: #d6a64c;
  background: url("/img/usr/freepage/handbook/handbook_tips_ico_01.png") no-repeat left center;
  background-size: 20px 21px;
  padding-left: 26px;
}
#handbook_wrapper_ .handbook_tips_ .tips_text_ {
  font-size: 14px;
  line-height: 1.8;
}
#handbook_wrapper_ .handbook_tips_ .handbook_img_,
#handbook_wrapper_ .handbook_tips_ .handbook_table_ {
  margin: 20px 0 0;
}
#handbook_wrapper_ .handbook_tips_ .handbook_img_ img {
  width: 100%;
  height: auto;
}

/* 機能ガイド目次
-------------------------------------------------*/
#handbook_wrapper_ .handbook_menu_ > ul {
  display: flex;
  flex-wrap: wrap;
}
#handbook_wrapper_ .handbook_menu_ > ul > li {
  width: 294.5px;
}
#handbook_wrapper_ .handbook_menu_ > ul >  li:nth-of-type(3n-1) {
  margin: 0 24px;
}
#handbook_wrapper_ .handbook_menu_ > ul >  li:nth-of-type(n+4) {
  margin-top: 24px;
}
#handbook_wrapper_ .handbook_menu_ dl {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
#handbook_wrapper_ .handbook_menu_ dt a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px 0;
  text-decoration: none;
}
#handbook_wrapper_ .handbook_menu_ dt .ico_ {
  line-height: 1;
}
#handbook_wrapper_ .handbook_menu_ dt .ico_ img {
  margin-bottom: 15px;
}
#handbook_wrapper_ .handbook_menu_ dt .text_ {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: auto;
}
#handbook_wrapper_ .handbook_menu_ dt .text_ sup {
  font-size: 11px;
  vertical-align: top;
}
#handbook_wrapper_ .handbook_menu_ dd li,
#handbook_wrapper_ .handbook_menu_ dd .empty_line_ {
  display: flex;
  width: 100%;
  height: 35px;
}
#handbook_wrapper_ .handbook_menu_ dd li:nth-of-type(odd),
#handbook_wrapper_ .handbook_menu_ dd .color_line_ {
  background-color: #f2f2f2;
}
#handbook_wrapper_ .handbook_menu_ dd li span {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0 15px;
  font-size: 13px;
}
#handbook_wrapper_ .handbook_menu_ dd li span:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
  margin: auto;
}
#handbook_wrapper_ .handbook_menu_ dd li a {
  color: inherit;
  display: flex;
  width: 100%;
  text-decoration: none;
}
.mainframe_ #handbook_wrapper_ .handbook_menu_ dt a:hover,
.mainframe_ #handbook_wrapper_ .handbook_menu_ dd li:hover {
  background-color: #e8eff7;
}
#handbook_wrapper_ .handbook_menu_ .handbook_spec_attention_ {
  width: 232px;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 10px 0 0 auto;
}

/* その他の機能についてはこちらから */
#handbook_wrapper_ .bottom_otherlink_nav_ {
  margin-top: 60px;
}
#handbook_wrapper_ .bottom_otherlink_nav_ h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
  padding-top: 20px;
}

/*-------------------------------------------------
  [handbook_top_] TOP
-------------------------------------------------*/

/* mv_section_
-------------------------------------------------*/
.handbook_top_ .mv_section_ .img_ {
  margin-bottom: 20px;
}
.handbook_top_ .mv_section_ .text_ {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}

/* sec02 機能比較表
-------------------------------------------------*/
.handbook_top_ #sec02 .handbook_spec_table_ {
  width: 100%;
  border: none;
  margin: 0;
}
.handbook_top_ #sec02 .handbook_spec_table_ th,
.handbook_top_ #sec02 .handbook_spec_table_ td {
  display: table-cell;
  letter-spacing: 0.05em;
  padding: 0;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}
.handbook_top_ #sec02 .handbook_spec_table_ thead th {
  color: #fff;
  font-size: 16px;
  text-align: center;
  height: 44px;
}
.handbook_top_ #sec02 .handbook_spec_table_ thead th:nth-child(2) {
  background-color: #d6a64c;
}
.handbook_top_ #sec02 .handbook_spec_table_ thead th:nth-child(3) {
  background-color: #999;
}
.handbook_top_ #sec02 .handbook_spec_table_ tbody th {
  font-size: 16px;
  text-align: left;
  height: 80px;
  padding-left: 20px;
}
.handbook_top_ #sec02 .handbook_spec_table_ tbody td {
  width: 250px;
}
.handbook_top_ #sec02 .handbook_spec_table_ tbody tr td:nth-of-type(1) {
  color: #b88119;
  background-color: #f7f3ea;
}
.handbook_top_ #sec02 .handbook_spec_table_ tbody tr td.attention_color_ {
  color: #666;
}
.handbook_top_ #sec02 .handbook_spec_table_ tbody tr td:nth-of-type(2) {
  color: #666;
  background-color: #f2f2f2;
}
.handbook_top_ #sec02 .handbook_spec_table_ tbody td dl {
  display: flex;
  align-items: center;
  padding-left: 55px;
}
.handbook_top_ #sec02 .handbook_spec_table_ tbody td dt {
  padding-right: 15px;
}
.handbook_top_ #sec02 .handbook_spec_table_ tbody td .mark_attention_ {
  position: relative;
}
.handbook_top_ #sec02 .handbook_spec_table_ tbody td .mark_attention_:after {
  position: absolute;
  content: "※";
  top: 0;
  right: 5px;
  color: #898989;
  font-size: 11px;
  line-height: 1;
}
.handbook_top_ #sec02 .handbook_spec_table_ tbody td dd {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.handbook_top_ #sec02 .handbook_spec_attention_ {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 20px;
}

/*----------------------------------------------------------------------
  SP
--------------------------------------------------------------------- */

/*-------------------------------------------------
  [SP] common
-------------------------------------------------*/
#contentArea #handbook_wrapper_ {
  max-width: 750px;
  margin: 0 auto 60px;
}
#contentArea #handbook_wrapper_ .pc_only_ {
  display: none;
}
#contentArea #handbook_wrapper_ .sp_only_ {
  display: block;
}
#contentArea #handbook_wrapper_ img.sp_only_,
#contentArea #handbook_wrapper_ span.sp_only_ {
  display: inline;
}
#contentArea #handbook_wrapper_ .section_ {
  margin-top: 0;
  padding-top: 0;
}
#contentArea #handbook_wrapper_ .article_ {
  margin-top: 0;
  padding-top: 5px;
}
#contentArea #handbook_wrapper_ .article_+.article_ {
  margin-top: 10px;
}
#contentArea #handbook_wrapper_ .inner_ {
  margin: 0 12px;
}

/* [SP] タイトル
-------------------------------------------------*/
/* h2タイトル */
#contentArea #handbook_wrapper_ .handbook_h2_wrapper_ {
  margin: 20px 0;
}
#contentArea #handbook_wrapper_ .handbook_h2_wrapper_ h2 {
  font-size: 24px;
  padding: 0;
}
/* 一部会員様限定機能 */
#contentArea #handbook_wrapper_ .handbook_h2_wrapper_ .ico_.ico_06_ img {
  padding-top: 3px;
}

/* h3タイトル */
#contentArea #handbook_wrapper_ .section_ h3 {
  font-size: 20px;
  padding: 15px 0 10px;
  border-bottom-width: 1px;
  margin: 0 auto 20px;
}

/* h4タイトル */
#contentArea #handbook_wrapper_ .article_ h4 {
  font-size: 14px;
  border-left: 5px solid #d6a64c;
  padding-left: 7px;
  margin: 0 0 15px;
}

/* [SP] ページ内リンクナビ
-------------------------------------------------*/
#contentArea #handbook_wrapper_ .handbook_pagelink_nav_ {
  padding: 10px;
  margin-bottom: 30px;
}
#contentArea #handbook_wrapper_ .handbook_pagelink_nav_ li {
  width: calc(50% - 4px);
}
#contentArea #handbook_wrapper_ .handbook_pagelink_nav_ li:nth-child(even) {
  margin-left: 8px;
}
#contentArea #handbook_wrapper_ .handbook_pagelink_nav_ li:nth-child(n+3) {
  margin-top: 8px;
}
#contentArea #handbook_wrapper_ .handbook_pagelink_nav_ li a {
  padding: 0 10px;
}
#contentArea #handbook_wrapper_ .handbook_pagelink_nav_ li span {
  font-size: 12px;
  padding-left: 15px;
}
#contentArea #handbook_wrapper_ .handbook_pagelink_nav_ li span:before {
  width: 4px;
  height: 4px;
}

/* [SP] テキスト・画像
-------------------------------------------------*/
#contentArea #handbook_wrapper_ .handbook_text_ {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 30px;
}
#contentArea #handbook_wrapper_ .handbook_img_ {
  margin-bottom: 30px;
}
#contentArea #handbook_wrapper_ .handbook_img_ img {
  max-height: inherit;
}
/* 画像 (オリジナルサイズの1/2) */
#contentArea #handbook_wrapper_ .handbook_img_.size_01_ img {
  width: 371px;
}
#contentArea #handbook_wrapper_ .handbook_img_.size_02_ img {
  width: 160px;
}
#contentArea #handbook_wrapper_ .handbook_img_.size_03_ img {
  width: 350px;
}

/* [SP] ex（～の場合）
-------------------------------------------------*/
#contentArea #handbook_wrapper_ .handbook_ex_ {
  margin-bottom: 30px;
}
#contentArea #handbook_wrapper_ .handbook_ex_title_ {
  font-size: 14px;
  margin-bottom: 10px;
}
#contentArea #handbook_wrapper_.handbook_limited_ #sec04_01 .handbook_ex_+.handbook_ex_ {
  margin-top: 35px;
}

/* [SP] 表
-------------------------------------------------*/
#contentArea #handbook_wrapper_ .handbook_table_ {
  margin-bottom: 30px;
}
#contentArea #handbook_wrapper_ .handbook_table_ th,
#contentArea #handbook_wrapper_ .handbook_table_ td {
  font-size: 12px;
}
#contentArea #handbook_wrapper_ .handbook_table_ th {
  min-width: inherit;
  font-weight: inherit;
}

/* [SP] ヒント
-------------------------------------------------*/
#contentArea #handbook_wrapper_ .handbook_tips_ {
  padding: 12px 12px 15px;
  margin: 0 -12px 30px;
}
#contentArea #handbook_wrapper_ .handbook_tips_ .tips_title_ {
  font-size: 12px;
  padding: 5px 8px;
  margin-bottom: 15px;
  min-height: 23px;
}
#contentArea #handbook_wrapper_ .handbook_tips_ .tips_title_ dt {
  background-size: 21px 23px;
}
#contentArea #handbook_wrapper_ .handbook_tips_ .tips_text_ {
  font-size: 12px;
  line-height: 1.5;
}
#contentArea #handbook_wrapper_ .handbook_tips_ .handbook_img_,
#contentArea #handbook_wrapper_ .handbook_tips_ .handbook_table_ {
  margin: 15px 0 0;
}

/* [SP] 機能ガイド目次
-------------------------------------------------*/
#contentArea #handbook_wrapper_ .handbook_menu_ > ul {
  flex-direction: column;
}
#contentArea #handbook_wrapper_ .handbook_menu_ > ul > li {
  width: calc(100% - 24px);
  margin: 0 auto !important;
}
#contentArea #handbook_wrapper_ .handbook_menu_ > ul > li+li {
  margin-top: 20px !important;
}
#contentArea #handbook_wrapper_ .handbook_menu_ dt a {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 65px !important;
  padding: 0;
	color: #011b8f;
}
#contentArea #handbook_wrapper_ .handbook_menu_ dt .ico_ {
  margin-right: 10px;
}
#contentArea #handbook_wrapper_ .handbook_menu_ dt .ico_ img {
  margin-bottom: 0 !important;
}
/* 商品検索 */
#contentArea #handbook_wrapper_ .handbook_menu_ dt .ico_.ico_01_ img {
  width: 35px;
}
/* 注文 */
#contentArea #handbook_wrapper_ .handbook_menu_ dt .ico_.ico_02_ img {
  width: 36px;
}
/* 見積 */
#contentArea #handbook_wrapper_ .handbook_menu_ dt .ico_.ico_03_ img {
  width: 33px;
}
/* 注文・見積の便利機能 */
#contentArea #handbook_wrapper_ .handbook_menu_ dt .ico_.ico_04_ img {
  width: 33px;
}
/* アカウント・設定 */
#contentArea #handbook_wrapper_ .handbook_menu_ dt .ico_.ico_05_ img {
  width: 35px;
}
/* 一部会員様限定機能 */
#contentArea #handbook_wrapper_ .handbook_menu_ dt .ico_.ico_06_ img {
  width: 51px;
}
#contentArea #handbook_wrapper_ .handbook_menu_ dt .text_ {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#contentArea #handbook_wrapper_ .handbook_menu_ dd .empty_line_ {
  display: none;
}
#contentArea #handbook_wrapper_ .handbook_menu_ dd li {
  height: 30px;
}
#contentArea #handbook_wrapper_ .handbook_menu_ dd li span {
  font-size: 12px;
}
#contentArea #handbook_wrapper_ .handbook_menu_ dd li span:after {
  width: 4px;
  height: 4px;
  right: 17px;
}
#contentArea #handbook_wrapper_ .handbook_menu_ .handbook_spec_attention_ {
  width: auto;
  font-size: 10px;
  text-align: center;
  margin: 12px 0 0;
}

/* その他の機能についてはこちらから */
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ {
  margin-top: 45px;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ h3 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-top: 15px;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ > ul {
  border-top: 1px solid #e4e4e4;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ > ul > li {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ > ul > li+li {
  margin: 0 !important;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ dl {
  border: none;
  border-radius: 0;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ dt {
  position: relative;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ dt a {
  width: calc(100% - 33px);
  height: 49px !important;
  justify-content: flex-start;
  padding-left: 15px;
  box-sizing: border-box;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ dt .ico_ img {
  width: auto !important;
  height: 23px !important;
}

/* toggle */
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ dt .toggle_ico_ {
  width: 39px;
  height: 49px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ dt .toggle_ico_ span {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 13px;
  width: 13px;
  height: 1px;
  background-color: #333;
}

/* + icon */
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ dt .toggle_ico_ span:nth-of-type(1) {
  transform: rotate(0deg);
  transition: all 0.5s;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ dt .toggle_ico_ span:nth-of-type(2) {
  transform: rotate(90deg);
  transition: all 0.5s;
}

/* - icon */
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ dt .toggle_ico_.active span:nth-of-type(1) {
  display:none;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ dt .toggle_ico_.active span:nth-of-type(2) {
  transform: rotate(180deg);
}

#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ dt .text_ {
  font-size: 14px;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ dd,
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ .handbook_spec_attention_ {
  display: none;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ dd li {
  height: 35px;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ dd li span {
  padding: 0 15px 0 30px;
}
#contentArea #handbook_wrapper_ .bottom_otherlink_nav_ .handbook_menu_ .handbook_spec_attention_ {
  padding-bottom: 12px;
}

/*-------------------------------------------------
  [SP][handbook_top_] TOP
-------------------------------------------------*/
#contentArea #handbook_wrapper_.handbook_top_ .section_ {
  margin-top: 25px;
}

/* [SP] mv_section_
-------------------------------------------------*/
#contentArea .handbook_top_ .mv_section_ .img_ {
  margin-bottom: 12px;
}
#contentArea .handbook_top_ .mv_section_ .img_ img {
  width: 100%;
  max-height: inherit;
  margin: 0 auto;
}
#contentArea .handbook_top_ .mv_section_ .text_ {
  font-size: 12px;
  line-height: 1.6;
  padding: 0 12px;
}

/* [SP] sec02 機能比較表
-------------------------------------------------*/
#contentArea .handbook_top_ #sec02 .handbook_spec_table_ {
  width: calc(100% - 24px);
  margin: 0 auto;
}
#contentArea .handbook_top_ #sec02 .handbook_spec_table_ thead th {
  font-size: 12px;
  height: 27px;
}
#contentArea .handbook_top_ #sec02 .handbook_spec_table_ tbody th {
  font-size: 11px;
  height: 50px;
  padding: 0 2%;
  white-space: nowrap;
}
#contentArea .handbook_top_ #sec02 .handbook_spec_table_ tbody td {
  width: 40%;
}
#contentArea .handbook_top_ #sec02 .handbook_spec_table_ tbody td dl {
  padding-left: 5px;
}
#contentArea .handbook_top_ #sec02 .handbook_spec_table_ tbody td dt {
  padding-right: 10px;
}
#contentArea .handbook_top_ #sec02 .handbook_spec_table_ tbody td dt img {
  width: 6vw;
  max-width: 20px;
  height: auto;
}
#contentArea .handbook_top_ #sec02 .handbook_spec_table_ tbody td .mark_attention_:after {
  font-size: 8px;
  top: -4px;
  right: 1px;
}
#contentArea .handbook_top_ #sec02 .handbook_spec_table_ tbody td dd {
  font-size: 10px;
  line-height: 1.4;
  white-space: nowrap;
}
#contentArea .handbook_top_ #sec02 .handbook_spec_attention_ {
  font-size: 10px;
  text-align: center;
  margin-top: 12px;
}
