/*------全体への指定------*/
#wrapper {
  width: 100%;
  overflow: hidden;
}

body {
  font-size: 16px;
  /* font-family: "M PLUS Rounded 1c"; */
  font-family:  "Helvetica Neue","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  letter-spacing: .1em;
  font-feature-settings: "palt";
  text-align: justify;
  color: #333333;
}

h1 {
  font-size: 2em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  letter-spacing: 0.1em;
}

h2 {
  font-size: 1.6em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

h5 {
  margin: 1rem auto 0;
  letter-spacing: 0.1em;
}

p {
  font-size: 16px;
  transform: rotate(0.03deg);
  /* フォントシャギー対応 */
  line-height: 1.65em
}

li {
  transform: rotate(0.03deg);
  /* フォントシャギー対応 */
}

/*------複数セクションで使用する部品の指定------*/

/*太字にする*/

.text-bold-c {
  font-weight: 600;
}

/* テキストアクセントカラー */
.text-accent {
  color: #337AE3;
}

.text-jizume {
  letter-spacing: 0;
}

/*コンテンツ最大横幅を指定する*/
.content-width-c {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

/*AppStoreボタン*/
.appstore-button-c {
  height: 40px;
  text-decoration: none;
}

/*マージン*/
.margin-section-c {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.margin-middle-c {
  margin-top: 40px;
  margin-bottom: 40px;
}

.margin-small-c {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-bottom-40-c {
  margin-bottom: 40px !important;
}

.margin-top-100-c {
  margin-top: 100px;
}

.regi-paddingtop {
  padding-top: 50px;
}

.remocon-paddingtop {
  padding-top: 100px;
}

.padding-small-c {
  padding-left: 20px;
  padding-right: 20px;
}

/*------ヘッダー------*/

.header-custom {
  background-color: #F0F0F0;
}

.header-custom a {
  color: #337AE3 !important;
}

.logo-c {
  height: 40px;
  width: auto;
}

/*------メイン画像 (index.html)------*/

/*背景指定*/
.main-bgimage {
  width: 100%;
  margin-bottom: 30px;
  background-image: url(../assets/images/uchitas_background.jpeg);
  background-size: cover;
  background-position: center;
}

/*配置*/
.mainarea-margin {
  margin-top: 100px;
  margin-bottom: 50px;
}

.maintextarea-pc {
  width: 300px;
  margin: 0 0 0 auto;
}

.bottom-align {
  position: absolute;
  bottom: 0;
}

/*文字指定（smはスマホ用）*/

.maincatchcopy {
  color: #FFF;
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1.5em;
}

.maincatchcopy-sm {
  color: #FFF;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}

.mainappname {
  color: #FFF;
  font-size: 1.9em;
  font-weight: bold;
}

.mainappname-sm {
  color: #337AE3;
  font-size: 2em;
  font-weight: bold;
}

.subcatchcopy {
  color: #FFF;
  font-size: 0.8em;
  font-weight: bold;
}

.subcatchcopy-sm {
  color: #337AE3;
  font-size: 1.1em;
  font-weight: bold;
}

.subcopy-store-sm {
  width: 100%;
  margin-top: 20px;
}

.mainalign-sm {
  text-align: center;
}

/*iPhone画像の配置（smはスマホの指定）*/

.iphone-image {
  height: 350px;
}

.iphone-topa {
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 100px;
}

.iphone-topa-mobaile{
  max-width: 250px;
}

.mainimage-pc {
  text-align: left;
  vertical-align: middle;
  position: relative;
  max-width: 320px;
}

.outer-mainimage-sm {
  height: 250px;
  width: 100%;
  position: relative;
}

.inner-mainimage-sm {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

/*------ABOUT------*/

.about-lead {
  max-width: 500px;
  margin: 0 auto;
}

.about-img {
  max-width: 250px;
  margin: 0 auto;
}

.feature-c {
  padding: 60px 0;
  display: block;
}

.feature-text-c {
  max-width: 300px;
  margin: 0 auto;
}

/* 利用シーン */

.usecase-textbox-c {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/*--「家電手帳」とは--*/

.first-images-c {
  width: 80%;
  margin: 0 auto;
}

.first-text-c {
  max-width: 80%;
  margin: 0 auto;
}

/*------使い方------*/

.howto-images-c {
  width: 300px;
  margin: 0 auto;
}

.tips-img-c {
  margin: 0 auto;
  max-width: 180px;
  height: auto;
}

.siri-width-c {
  max-width: 600px;
  margin: 0 auto;
}

.siri-h2-c {
  font-weight: 600;
  border-bottom: 1px solid #707070;
  padding-bottom: 15px;
}

.siri-h3-c {
  font-weight: 600;
  padding-bottom: 10px;
  color: #337AE3;
}

.siri-margin-c {
  margin-bottom: 30px;
}

.voice-padding-c {
  padding-left: 20px;
  padding-right: 20px;
}

.voice-margin-c {
  margin-left: 20px;
  margin-right: 20px;
}

.voice-img-c {
  margin: 0 auto;
  width: 75%;
}

.voice-box-c {
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  margin-bottom: 10px;
  border: 1px solid #707070;
  width: 100%;
}

.voice-box2-c {
  background-color: #FFFFC3;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
}

/*------その他こんな機能もあります------*/

.other-box-c {
  padding: 40px;
  max-width: 700px;
}

/* IEレイアウト対応 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .margin-section-c {
    display: block;
  }

  .other-box-c {
    width: 700px;
    margin: 0px auto;
  }
}

ul.cp_list {
  border-top: solid #337AE3 2px;
  border-bottom: solid #337AE3 2px;
  padding: 0.5em 0 0.5em 1.5em;
  list-style-type: none;
}

ul.cp_list li {
  position: relative;
  padding: 0em 0.5em 0.5em 1.3em;
  line-height: 1.5;
}

ul.cp_list li:after, ul.cp_list li:before {
  position: absolute;
  content: '';
  display: block;
  background: #337AE3;
  top: 0.43em;
  left: 0.5em;
  height: 11px;
  width: 4px;
  border-radius: 10px;
  transform: rotate(45deg);
}

ul.cp_list li:before {
  top: 0.6em;
  left: 0.2em;
  height: 8px;
  transform: rotate(-45deg);
}

/*------宅外操作の説明------*/
.connect-setting-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*------その他の情報------*/

.other-img-c {
  margin: 0 auto;
  max-width: 400px;
  height: auto;
}

/*横長画像用*/
.other-img-wide-c {
  margin: 0 auto;
  max-width: 600px;
  height: auto;
}

/*------よくある質問------*/

.faq-c {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-box-c {
  max-width: 700px;
  margin: 0 auto;
}

/* IEレイアウト対応 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .faq-c {
    display: block;
  }

  .faq-box-c {
    width: 700px;
    margin: 0px auto;
  }
}

ul.faq_list {
  padding: 10px 0 20px;
  list-style-type: none;
}

ul.faq_list li {
  margin-bottom: 20px;
  padding-left: 45px;
}

ul.faq_list li.qus {
  font-weight: bold;
  margin-top: 60px;
}

ul.faq_list li.qus::before, ul.faq_list li.ans::before {
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 6px 0 -40px;
  text-align: center;
  border-radius: 18px;
  padding: 0px 11px 3px;
  font-weight: bold;
}

ul.faq_list li.qus::before {
  background-color: #337AE3;
  color: #fff;
  content: "Q";
}

ul.faq_list li.ans::before {
  background-color: #fff;
  border: 1px solid #337AE3;
  color: #337AE3;
  content: "A";
}

/* 家電手帳の目指すところ */

.future-bg {
  background-color: #F0F0F0;
  background-image: url("../assets/images/future-bgimage.jpg");
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.future-textbox {
  max-width: 700px;
}

/*------ダウンロード------*/

.download-c {
  background-color: #F0F0F0;
  padding: 30px;
}

/*------お知らせ------*/

.info-c {
  padding: 30px;
}

.info-table-c {
  max-width: 700px;
  padding-bottom: 30px;
  margin: 0 auto;
}

/* IEレイアウト対応 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .info-c {
    display: block;
  }

  .info-table-c {
    width: 700px;
    margin: 0px auto;
  }
}

.msr_newslist01 {
  border-top: 1px solid #AAAAAA;
  background-color: #FFF;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.msr_newslist01 li {
  border-bottom: 1px solid #AAAAAA;
  font-size: 14px;
}

.msr_newslist01 li>div {
  /* .msr_newslist01 li a { */
  box-sizing: border-box;
  color: #000000;
  display: table;
  padding: 10px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 100%;
}

.msr_newslist01 li .news-date {
  display: table-cell;
  width: 144px;
}

.msr_newslist01 li p {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}

/* 時間の設定 */

.msr_newslist01 li time {
  display: table-cell;
  vertical-align: top;
  width: 90px;
  margin-bottom: 1em;
}

/* カテゴリの設定 */

.msr_newslist01 li .cat01, .msr_newslist01 li .cat02 {
  background-color: #FFF;
  border-radius: 1px;
  font-size: 9px;
  padding: 0 2px;
  text-align: center;
  width: 50px;
}

.msr_newslist01 li .cat01 {
  color: #21C4FD;
  border: 1px solid #21C4FD;
}

.msr_newslist01 li .cat02 {
  color: #337AE3;
  border: 1px solid #337AE3;
}

.cat01{
  white-space: nowrap;
}

.cat02{
  white-space: nowrap;
}

.news-text {
  margin-top: 10px;
}

.news-link {
  color: #333;
  text-decoration: underline;
}

.news-more {
  margin-top: 20px;
  text-align: center;
}

/*------下ナビゲーション-----*/

.under-nav-deco {
  background-color: #337AE3;
  padding-top: 10px;
  padding-bottom: 10px;
}

.under-nav-deco a {
  color: #FFF;
}

.under-nav-deco a:hover {
  text-decoration: none;
}

/*------フッター-----*/

.footer-c {
  padding: 20px;
  /* margin: 20px; */
  background-color: #555555;
  color: #FFF;
  font-size: 0.8em;
}

.footer-mark-c {
  max-width: 100px;
  margin-bottom: 1rem;
}

.footer-c ul {
  padding-inline-start: 0 !important;
  font-size: 0.5em;
  color: #D5D5D5;
}

ul li.reg {
  font-size: 0.9em;
  list-style: none;
}

ul li.reg:before {
  content: "＊"
}

/*  youtube  */

.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* SafariやIEなどflexboxに不安があるブラウザ向けのベンダープレフィックス */
/* -webkit-boxがSafari、msがIE向け */
/* 親要素のFlexコンテナ */

/* 基本 */

.f-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* row */

.f-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* wrap */

.f-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* justify-content */

.f-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.f-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-container {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* align-items */

.f-container {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.f-container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.f-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-container {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.f-container {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/* align-content */

.f-container {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.f-container {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.f-container {
  -ms-flex-line-pack: center;
  align-content: center;
}

.f-container {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.f-container {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

/* 子要素のFlexアイテム */

.f-item {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.f-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.f-item {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.f-item {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.f-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
}

.f-item {
  -ms-flex-item-align: auto;
  align-self: auto;
}

.f-item {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.f-item {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.f-item {
  -ms-flex-item-align: center;
  align-self: center;
}

.f-item {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.f-item {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/*------サブページの指定------*/

/*メイン画像の配置・サイズ指定*/

.page-main-bgimage-c {
  width: 100%;
  /* min-height: 200px; */
  background: #DEF4FD;
  /* padding-top: 20px; */
  margin-bottom: 30px;
}

.page-main-bg {
  background-color: #337AE3;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
}

.main-color-text-c{
  color: #337AE3;
}

/* ディスプレイがsmサイズの時の文字位置調整 */

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .sm-centertext {
    text-align: center;
  }
}

/* コンテンツのブロック化 */

.common-c {
  display: block;
}

/* h2装飾　登録ページ、リモコンページなど */

.h2-c h2 {
  /* display: inline-block; */
  text-align: center;
  font-weight: bold;
  margin: 47px 0;
  /* text-shadow: 0 0 4px white; */
}

.h2-circle-c h2 {
  background-color: #fff;
  /* display: inline-block; */
  text-align: center;
  position: relative;
  font-weight: bold;
  margin: 47px 0;
  /* text-shadow: 0 0 4px white; */
}

.h2-circle-c h2:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border: 2px solid #337AE3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.data-circle-c {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #FFF;
  background: #337AE3;
}

.data-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

a:hover.data-link-c {
  text-decoration: none;
}

.data-link-c h4 {
  color: #333;
}

/* テーブル１ 枠なし*/
.kadentable-c {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  margin: 20px;
  text-align: left;
}

.kadentable-c th {
  color: #337AE3;
  font-weight: bold;
  padding: 10px;
  border-bottom: 3px solid #337AE3;
  white-space: nowrap;
  text-align: center;
}

.kadentable-c td {
  padding: 10px;
  color: #666;
  border-bottom: 1px solid #CCC;
  text-align: center;
}
/* 左端td 1行目 テキスト左寄せ*/
.align-left1 td:nth-child(1) {
  text-align: left;
  white-space: nowrap;
}

/* 左端td 2行目 テキスト左寄せ*/
.align-left2 td:nth-child(2) {
  text-align: left;
  white-space: nowrap;
}

/* テーブルの親要素に指定して横スクロール */
@media (max-width: 1024px) {
  .kadentable-scroll {
    margin: 0px;
    padding: 0px;
    overflow-x: auto;
  }
}

/* テーブル２ Bootstrapの表クラスと組み合わせて横スクロール*/
.kadenteble2-c {
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
}

.kadenteble2-c th {
  padding: 5px;
}

.kadenteble2-c ttd {
  padding: 5px;
}

.kadentable2-bgcolor-c {
  background-color: #DEF4FD;
  font-weight: bold;
  text-align: left;
  padding: 5px;
}

.data-description-c {
  font-size: 16px;
}

.graph-image-c {
  max-height: 350px;
  max-width: 100%;
  margin: 0 auto;
}

.data-margin-c {
  margin: 20px;
}

.data-date-c {
  color: grey;
  font-size: 0.7em;
}

.data-Thumbnails-c {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.data-Thumbnails-img-c {
  width: 100%;
  border-radius: 5px;
}

.data-Thumbnails-date-c {
  color: grey;
  font-size: 0.7em;
  text-align: right;
  margin-top: 5px;
  margin-bottom: 5px;
}

.data-Thumbnails-h4-c {
  margin: 0;
  font-size: 1.1em;
}

/* 引用装飾 */
blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.howto-h3-c {
  vertical-align: middle;
  margin-top: 1em;
  margin-bottom: 0;
}

.howto-icon-c {
  width: 90px;
  margin: 10px;
}

.howto-discription-c {
  font-size: 0.6em;
  color: #707070;
}

.howto-underline-c {
  text-decoration: underline;
}

.howto-break-c {
  /* 文字の折り返し */
  word-break: break-all;
}

.howto-wifi-image {
  margin: 0 auto;
  max-width: 300px;
}

/* campaign */
.under_stripe-c {
  position: relative;
  text-align: center;
  /* 文字の中央寄せ */
}

.under_stripe-c:after {
  background-color: #337AE3;
  /* 線の色 */
  bottom: -20px;
  /* 線の位置 */
  content: "";
  height: 5px;
  /* 線の高さ */
  left: 50%;
  /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%);
  /* 線の中央寄せ */
  width: 40px;
  /* 線の長さ */
}

/* ボタンリンク装飾 */
.under_stripe-link {
  position: relative;
  text-align: center;
  /* 文字の中央寄せ */
}

.under_stripe-link:after {
  background-color: #337AE3;
  /* 線の色 */
  bottom: -5px;
  /* 線の位置 */
  content: "";
  height: 5px;
  /* 線の高さ */
  left: 50%;
  /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%);
  /* 線の中央寄せ */
  width: 40px;
  /* 線の長さ */
}

.function-img-c {
  max-width: 150px;
}

/* キャンペーン終了時、画像上に文字をのせるCSS */
.img-end-c{
  background-color:#000;
  display:inline-block;
  position: relative;
}
.img-end-c img{
  opacity: 0.4;
  display:block;
}
.end-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.5 em;
  font-weight: 600;
}

.max-w-220-c{
  max-width: 220px;
}
.faq-image-c {
  width: 80%;
  max-width: 350px;
}

/* タグカラー */
.tag-takusan{
  font-size: .8em;
  width: fit-content; 
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background: #EAC1B7; 
  border-radius: 9999px;
  color: #001E42;
}
.tag-plus{
  font-size: .8em;
  width: fit-content; 
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background: #E28683; 
  border-radius: 9999px;
  color: #001E42;
}
.tag-advance{
  font-size: .8em;
  width: fit-content; 
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background: #BD99E7; 
  border-radius: 9999px;
  color: #001E42;
}
.tag-premium{
  font-size: .8em;
  width: fit-content; 
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background: #E3D97E; 
  border-radius: 9999px;
  color: #001E42;
}
/* 
a#id-collapse[aria-expanded="false"]:after {
  margin-left: .5em;
  font-size:1.25em;
  font-family: "Font Awesome 5 Free";
  content: '\f0d7';
  font-weight: 900;
}

a#id-collapse[aria-expanded="true"]:after {
  margin-left: .5em;
  font-size:1.25em;
  font-family: "Font Awesome 5 Free";
  content: '\f0d8';
  font-weight: 900;
} */