@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}
body {
  background-color: #fffffe;
  color: rgba(69, 66, 69, 1);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Roboto", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* 旧："Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/  
  /* 旧："ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  margin-top: 110px;
  overflow: hidden;
}
@media (min-width: 768px) {
  body > main {
  	margin-top: 115px;
    min-height: 65vh;
    overflow: hidden;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Roboto", "Noto Sans JP", YuGothic, "游ゴシック体", Meiryo,"メイリオ", sans-serif;
  /* 旧："Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/  
  /* 旧："ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 44px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
hr {
  border: none;
  height: 1px;
  background-color: rgba(0,0,0,0);
}
.bold {
  font-weight: bold !important;
}
.red {
  color: #DC143C;
}
.pink {
  color: #ff2668;
}

.no-border {
	border: none !important;
}

.attentionConainer {
  margin-top:30px;
  border: 1px solid #ddd;
  padding: 0 20px;
  background-color: #fffffe;
}

.keyword-label {
  padding: 15px 0;
}
.footer-txtLink {
  display: inline-flex;
}

.footer-txtLink li {
  font-size: 10px;
  padding-right: 20px;
}
.anchor {
  display: block;
  padding-top: 40px;
  margin-top: -40px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}
.f10{
  font-size: 10px !important; 
}
.f12{
  font-size: 12px !important; 
}
.f14{
  font-size: 14px !important; 
}
.w280{
  width: 280px !important;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important; 
}
.sp {
  display: none !important; 
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; 
  }
  .sp {
    display: block !important; 
  }
}

.padding-none {
  padding: 0 !important;
}
.margin-none {
  margin: 0 !important;
}

.help-h1 {
  font-size: 36px;
  font-weight:bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.help-h2 {
  font-size: 20px;
  text-align: center;
  margin: 10px 0 30px 0;
}

.help-h3 {
  font-size: 18px;
  text-align: center;
  margin: 10px 0 20px 0;
}

.help-h4 {
  font-size: 28px;
  font-weight:bold;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.help-h5 {
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0px 0;
  color: rgba(69, 66, 69, 1);
}
@media (min-width: 768px) {
  .help-h5 {
    font-size: 16px;
  }
}

.section h2{
  font-size: 28px;
  /*text-align: center;*/
  margin: 25px 0 15px 0;
}

a {
  color: rgba(0, 102, 192, 1);
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid rgba(0, 102, 192, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/hc/theming_assets/01K6MHX9776BBZG70W6765F068") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(0, 102, 192, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(0, 102, 192, 1);
}

.container {
  max-width: 1048px;
  margin: 0 auto 5em auto;
  padding: 0 4%;
}
@media (min-width: 1048px) {
  .container {
    padding: 0 1%;
    width: 90%;
  }
}
section {
  padding: 10px 0;
}
/* 記事本文内の section は HTML エディタが自動挿入する構造タグのため余白を持たせない
   （2026-08-26 h2/h3 下余白肥大対処。margin 相殺も復活し section なし時代と同一レイアウトになる） */
.article-body section {
  padding: 0;
}

.search-results-container {
  margin: 0 auto;
  max-width: 1048px;
  display: flex;
  flex-direction: column;
  padding: 10px 1em 0 1em;
  background-color:#ffffff;
}

.search-results-footer {
  margin: 0 auto;
  max-width: 1048px;
  display: flex;
  flex-direction: column;
  padding: 20 0px;
  background-color: #ffffff;
  text-align:center;
}

.chuiTxt {
  text-align: left !important;
  font-size: 14px !important;
}

.numberList {
	list-style-type: decimal;
  margin-left:1em;
}
p.discP:before {
  content: "・";
}
.discP {
  margin-left:1em;
	text-indent:-1em;
  padding-left:1em;  
}
.discList {
  list-style-type: disc;
  margin-left:1em;
  margin-top:12px;
}

.container-divider {
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1240px;
  margin: 150px auto;
  padding: 0 5%;
}

.inquireTxt {
  font-size: 32px;
  text-align: center;
}

.service-link {
  display: flex;
  width: 100%;
}

.service-link li {
  width: 50%;
  margin: 20px 20px 20px 0;
  padding: 20px;
  border: solid 1px #ddd;
  background-color: white;
}
.service-link li:hover {
	border: solid 1px #0072ef;
}
.service-link li a:hover {
	border: solid 1px #0072ef;
}

.recent-articles　{
 border-top: none;
}
.related-articles {
  border-top: none;
}
.related-articles li {
  text-indent: -1.2em !important; 
}


@media (max-width: 768px) {
  .ttleDescription {
  font-size: 1em;
  margin:0;
}
  .inquireTxt {
    font-size: 1.5em;
    text-align: center;
  }
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}
.ttleDescription {
  font-size: 18px;
  margin-top:0;
}

.dropdown-toggle::after {
  color: inherit;
}

/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid rgba(0, 102, 192, 1);
  border-radius: 4px;
  color: rgba(0, 102, 192, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, [role="button"] {
    width: auto;
  }
}

.button::after, [role="button"]::after {
  color: rgba(0, 102, 192, 1);
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: rgba(0, 102, 192, 1);
  color: #ffffff;
  text-decoration: none;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #00305a;
  border-color: #00305a;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  background-color: #e50914;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.72;
	max-width: 500px;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
    font-size: 20px;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #af0000;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}
.button-submit-microcopy {
  text-align: center;
}
.button-submit-microcopy .fa-check-square{
	display: inline;
  vertical-align: middle;
  font-size: 28px;
  color:#e50914;
  margin: 0 10px 0 0;
}


.button-secondary {
  color: #5f5b5f;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(69, 66, 69, 1);
  border: 1px solid #ddd;
  background-color: #ededed;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #5f5b5f;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  background-color:#f0f0f0;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
  background-color:#f0f0f0;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1240px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .ttleDescription {
  font-size:18px;
  margin-top:0;
}

  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

th.width30 {
    width: 30% !important;
}
th.width70 {
    width: 70% !important;
}
th.width50 {
    width: 50% !important;
}
td.width30 {
    width: 30% !important;
}
td.width70 {
    width: 70% !important;
}
td.width50 {
    width: 50% !important;
}

/************************************** Forms ***********************************************/
.form {
  max-width: 1048px;
  margin: 0 auto;
  display: none;
}

.form-field ~ .form-field {
  margin-top: 50px;
}

.form-field label {
  display: inline;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(0, 102, 192, 1);
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(0, 102, 192, 1);
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(0, 102, 192, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field p {
  color: #777;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01K67HJ5MC7266BV3K00X2J1M8") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
  text-align:center;
}

.form footer a {
  color: rgba(0, 102, 192, 1);
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 16px;
  margin: 30px 0 40px 0;
}

.form .suggestion-list label {
  /*border-bottom: 1px solid #ddd;
  padding-bottom: 5px;*/
  display: block;
  color: rgba(69, 66, 69, 1);
  font-size: 28px;
  font-weight: 700;
}
.searchbox{
  border: 1px solid #eee;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
  transition: .15s ease-out;
  padding: 10px;
  background: #f7f7f7;
}

.form .suggestion-list label::before {
  font-family: FontAwesome;
  content: "\f0eb";
  color: #6246ea;
  font-size: 32px;
  margin: 0 20px 0 10px;
}

.form .suggestion-list li {
  padding: 12px 0;
  margin-left: 12px;
}
.form .suggestion-list li a:visited {
  color: rgba(0, 102, 192, 1)/*#00305a;*/
}
.form .suggestion-list li::before {
  font-family: FontAwesome;
  content: "\f0da";
  color: #999;
  margin: 0 5px 0 -10px;
  text-decoration: none !important;
}
.form .searchbox-suggestions{
  padding: 18px 0;
  font-size: 16px;
}

.block-title {
  border-top: 2px solid #ddd;
  margin: 60px 0 40px 0;
  padding: 60px 0 0 0;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .block-title {
    border-top: 2px solid #ddd;
    margin: 60px 0 40px 0;
    padding: 60px 0 0 0;
    font-size: 32px;
    font-weight: 600;
  }
}

.attentionContainer {
  border: 1px solid #ddd;
  background-color: #f7f7f7;
  margin: 25px 0;
  padding: 25px;
}
.span-note{
  font-size: 14px;
  margin-left: 10px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .span-note{
    font-size: 16px;
  }
}

/***** form ※Zendesk設定と連動しないようにしたもの *****/

.request_form_wrapper {
  display: none;
}

.request_forms{
  max-width: 1048px;
  margin:30px auto;
}

.request_form_any_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.request_form_any_list ul{
	padding-left: unset;
 	margin: unset;
}

@media (min-width: 768px) {
  .request_form_any_list {
    margin: 0 0px;
  }
}

.request_form_any_item {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(0, 102, 192, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 350px;
  min-width: 200px;
  text-align: center;
  height: 100px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .0s ease-out;
  flex: 1 0 200px;
  margin: 10px;
  padding: 15px;
}
@media (min-width: 768px) {
  .request_form_any_item {
    max-width: 250px;
    height: 200px;
  }
}
.request_form_any_item p{
  font-size: 14px;
  margin: 1em 0 0.2em 0;
}
.request_form_any_item li {
  margin: 50px;
}
.request_form_any_item li a {
	text-decoration: none !important;
  display: block;
  line-height: 0;
  padding: 20px 0;
  width:100%;
  height:100%；
}
.request_form_any_item:hover, .request_form_any_item:focus, .request_form_any_item:active {
  color: #ffffff;
  background-color: rgba(0, 102, 192, 1);
}
.request_form_any_item:hover *, .request_form_any_item:focus *, .request_form_any_item:active * {
  color: #ffffff;
}
.request_form_any_item.active{
  color: rgba(69, 66, 69, 1);
  font-weight: bold;
  background-color: #eee;
  cursor: auto;
}
.request_form_any_item.active *{
  color: rgba(69, 66, 69, 1);
}
.request_form_any_item-link {
  color: rgba(0, 102, 192, 1);
}
.request_ticket_form_id{
  display: none;
}

.request_title ul, .article-body ol {
  padding-left: 5px;
  list-style-position: outside;
  margin:  0 0 10px 5px;
}
.request_title li{
  margin:  0 0 10px 0;
}

.request_title ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol {
  margin: 0px 0px 20px 0px;
}

/*accordion article 一行用 202004*/
.request-accordion-box {
  border: solid 1px #ddd;
  border-radius: 4px;
  margin: 10px 0;
  box-shadow: 0 2px 0px 0px rgb(0 0 0 / 10%);
}
.request-accordion-box ol.list-colored {
  margin: 20px 0;
}
dl.request-accordion-single { 
  width:100%; 
  margin:0 auto 0px; 
}
dl.request-accordion-single dt {
  padding: 10px 10px 10px 20px;
  color:#4c4a4a;
  cursor:pointer;
  justify-content: space-between;
  display: flex;
  background-color: #fff500;
  border-radius: 4px;
}
dl.request-accordion-single dt p  {
	margin:auto 0;
  margin-right: auto;
  font-weight: 700;
}
dl.request-accordion-single dt span  {
margin: 0 10px 0 0;
top: auto;
left: 0;
text-align: center;
font-size: 16px;
font-weight: 700;
width: 30px;
height: 30px;
background-color: #ff2668;
border-radius: 60%;
z-index: 1;
color: #fff;
line-height: 30px;
}
dl.request-accordion-single dt::after { 
  font-family:fontawesome;
  content: "\f067";
  font-weight: 700;
  font-size:16px;
  color: #4c4a4a;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
dl.request-accordion-single dt.open {
  background-color:#f9f9f9;
}
dl.request-accordion-single dt.open::after {
  font-family:fontawesome;
  content: "\f068";
  font-weight: 700;
  font-size:16px;
  color: #4c4a4a;
  margin: 0 10px;
  align-items: center;
	display: flex;
}
dl.request-accordion-single dd { 
  background:#fff; 
  padding:10px 10px 10px 20px; 
  display:none;
  margin-inline-start: unset;
}

/***** Header *****/
.pre-header {
  height: 50px;
  margin-top: -50px;
}
.header {
  width: 100%;
  height: 0px;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.5);*/
	background-color: black;
}
.header-top {
  background-color: black;
}
.header-mini1{
  height: 64px; 
  position: fixed;
  top: 0;
  z-index: 10;
}
.header-mini2{
  display: none;
}

.header-inner {
  max-width: 1240px;
  display: flex;
	/**justify-content: flex-end;**/
	align-items: center;
  margin: 0 auto;
  height: 46px;
}
.header-inner img {
	max-height: 40px;
  align-items: center;
  padding: 5px 0 0 0;
}
.header-inner ul {
	display: flex;
  padding: 0 10px 0 0;
}
.header-inner li {
	margin-left: 10px;
  margin-top: 5px;
  font-size: 13px;
  color: #ddd;
  padding: 5px 5px;
  border: 1px solid #fff;
  border-radius: 2px;
}
.header-inner a {
  color: white;
  text-decoration: none;
}
.header-item {
	margin-left:	auto;
}

.header-inner-mypage:visited,
.header-inner-request:visited {
  color: #ddd;
}
.header-inner-mypage:link,
.header-inner-request:link {
  color: #ddd;
}
.header-inner-mypage:hover,
.header-inner-request:hover  {
  background-color: #e50914;
  border: solid 1px #e50914;
  /*background-color: #666;*/
  text-decoration:none;
  cursor: pointer;
}
.header-inner-mypage:active,
.header-inner-request:active {
  background-color: #2b2b2b;
}
.header-logo {
	margin-right: auto;
  display: flex;
  align-items: center;
}
.header-text-add p{
    color: white;
    font-size: 18px;
  	font-weight: 700;
    margin: 5px 0 0 0;
}
.header-text-add::before {
  font-family: fontawasome;
  content: "";
}
.header-bottom {
/**  background-image: linear-gradient(to bottom, #333333 0%, black 70%); **/
	background-color: black;
  background-position: center;
  text-align: center;
  width: 100%;
  height: 64px;
}
.header-bottom-inner {
  position: relative;
  max-width: 1048px;
  margin: 0 auto;
  padding: 12px 10px;
}

@media (min-width: 768px) {
  .header {
    width: 100%;
    height: 115px;
    position: fixed;
    top: 0;
    z-index: 10;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.5);*/
    background-color: black;
  }
  .header-mini1{
    height: 115px;
  }
  .header-mini2{
    display: block;
  }
  .header-inner li {
    margin-left: 10px;
  	margin-top: 5px;
  	font-size: 16px;
  	color: #ddd;
  	padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 2px;
  }
  .header-bottom {
    background-color: black;
    background-position: center;
    text-align: center;
    width: 100%;
    height: 69px;
  }
  .header-bottom-inner {
    position: relative;
    max-width: 1048px;
    margin: 0 auto;
    padding: 12px 10px;
  }
} 

/**
.search-ttl {
  font-size:20px;
  color: white ;
  margin:0 0 10px;
}
.search-ttls {
  font-size:９px;
  color: white ;
  margin: 3px 0;
}
**/


/** user-nav系 → 以下のヘッダー内ログイン用機能は、ログイン実装まで封印 **/
.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}
.user-nav[aria-expanded="true"] {
  margin-left: auto;
  Width: 90%;
  background-color: #f5f5f5;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}
.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

/** nav-wrapper **/
.nav-wrapper a {
  border: 0;
  color: rgba(0, 102, 192, 1);
  display: none;
  font-size: 16px;
  padding: 0 20px 0 0;
  width: auto;
}
@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}
[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}
.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: rgba(0, 102, 192, 1);
  text-decoration: underline;
}
.nav-wrapper a.login {
  /*display: inline-block;*/
  display: none;
}
.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: rgba(0, 102, 192, 1);
}
@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}
[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

/** 謎 **/
@media (min-width: 1160px) {
  .ttleDescription {
    font-size: 18px;
    margin-top:0;
  }
}
@media (min-width: 768px) {
  .ttleDescription {
    font-size: 18px;
    margin-top:0;
  }
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: rgba(0, 102, 192, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: rgba(0, 102, 192, 1);
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: rgba(0, 102, 192, 1);
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 16px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: rgba(0, 102, 192, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "\1F464";
  font-size: 16px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}
.ttleDescription {
  font-size: 18px;
  margin-top:0;
}
/** user-nav系 → 以上のヘッダー内ログイン用機能は、ログイン実装まで封印 **/

/***** Footer *****/
/* BB footer */
#bb_footer a,
#ex_footer a {
  color: #333;
  text-decoration: underline;
  cursor:pointer; }
#bb_footer a:hover,
#ex_footer a:hover {
  color: #333;
  text-decoration: none;}
#bb_footer {
  margin: 0;
  padding: 0;
  font-size: 13px;
  background: #fff;
  color: #333;
  line-height: 1.4;
  border-top: 1px #aaa solid;
  text-align: left;
  overflow: hidden;}
#bb_footer_inr {
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 0 20px;
  overflow: hidden;}
#clm_logo {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0 0 60px;
  padding: 0;
  text-align: left;
  position: relative;}
#clm_logo h3 {
  display: inline-block;
  padding:0;
  margin: 0;
  font-size: 0;
  position: absolute;
  top:0;
  left: 20px;}
#clm_logo img.bbfooter_logo {
  height: 50px;}
#clm_logo .footer_bb_toplink {
  display: inline-block;
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 5px;
  left: 210px;}
#section_serv {
  display: block;
  width: 100%;
  margin:0;
  padding:0;}
#section_serv_inr01,
#section_serv_inr02 {
  display: block;
  width: 50%;
  margin:0;
  padding:0;
  float: left;}
#bb_footer .bb_footer_clm_r01,
#bb_footer .bb_footer_clm_r02 ,
#bb_footer .bb_footer_clm_r03,
#bb_footer .bb_footer_clm_r04 {
  display:block;
  width: 50%;
  margin:0;
  padding:0;
  float: left;}
#bb_footer .footer_section {
  display: block;
  margin: 0 20px 40px;
  padding: 0;}
#bb_footer .footer_section a {
  color: #333;
  text-decoration: underline;}
#bb_footer .footer_section a:hover {
  text-decoration: none;}
#bb_footer h2 {
  display: none;}
#section_serv h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0;
  color: #333;
  text-align: left;}
#section_serv h3:after{
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(to right, #ff0000 0%, #ddd 100%);
  margin: 1px 0 0;}
#bb_footer h4 {
  border-left:4px #ff0000 solid;
  padding-left: 6px;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;}
#bb_footer .no_br {
  white-space: nowrap;
  display: inline-block;}
#bb_footer a .no_br {
  text-decoration: underline;}
#bb_footer a:hover .no_br {
  text-decoration: none;}
#bb_footer .footer_section .ctg_top {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 20px;}
#bb_footer .footer_section ul {
  margin: 0 0 40px;
  padding: 0;
  font-size: 0; }
#bb_footer .footer_section li {
  margin:0 0 10px;
  padding:0;
  font-size: 13px;
  list-style: none;}
#bb_footer .footer_section ul.cnt_2nd {
  margin: 0 0 40px 14px;}

/* excite footer */
#ex_footer {
  margin: 0;
  padding: 0 20px;
  font-size: 11px;
  line-height: 1.4;
  background: #333;
  color: #fff;
  text-align: center;}
#ex_footer_inr {
  max-width: 2000px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;}
#ex_footer a {
  color: #fff; }
.company_name {
  font-size: 13px;
  margin: 0 0 20px;}
#ex_footer address {
  margin: 0 auto;
  font-style: normal;
  font-weight: normal;}

/*******************************
PC
********************************/
@media (min-width: 1025px) {
.ver_pc { display: block;}
.ver_sp { display: none; }
}

/*******************************
tablet
********************************/
@media screen and (max-width: 1024px) {
.ver_pc { display: block;}
.ver_sp { display: none; }
#section_serv_inr01,
#section_serv_inr02 {
  display: block;
  width: 100%;
  margin:0;
  padding:0;
  float: left;}
}

/*******************************
SP
********************************/
@media screen and (max-width: 767px) {
.ver_pc { display: none; }
.ver_sp { display: block; }

#bb_footer {
  margin: 0;
  padding: 20px 20px 10px;
  background: #BBBEC7;}
#bb_footer_inr {
  margin: 0;
  padding: 0;}
#clm_logo {
  display: none;}
#section_serv {
  float: none;
  width: 100%;}
#bb_footer .bb_footer_clm_r01,
#bb_footer .bb_footer_clm_r02,
#bb_footer .bb_footer_clm_r03,
#bb_footer .bb_footer_clm_r04 {
  width:100%;
  float: none;
  display: block;}
#bb_footer .footer_section {
  margin: 0 0 10px;
  padding: 0;
  background: #fff;}
#bb_footer .footer_section a {
  display: block;
  padding: 15px 10px;
  color: #333;}
#bb_footer h2 {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  margin: 0 0 10px;
  padding: 0;}
#section_serv h3 {
  background: #333;
  background: linear-gradient(to right, #333 50%, #555);
  color: #fff;
  border: none;
  margin: 0;
  padding: 10px;
  font-size: 14px;
  border-left: #ff0000 4px solid;}
#section_serv h3:after{
  content: "";
  display: block;
  height: 2px;
  background:#fff;}
#bb_footer h4 {
  background: #333;
  background: linear-gradient(to right, #333 50%, #555);
  color: #fff;
  margin: 0 10px 10px;
  padding: 10px;
  border-left:none;
  font-size:14px;}
#bb_footer .footer_section .ctg_top {
  display: block;
  margin:0;
  padding: 20px 10px;
  font-size: 14px;}
#bb_footer .footer_section ul {
  margin: 0;
  padding: 0;
  font-size: 0;}
#bb_footer .footer_section li {
  margin: 0;
  padding: 0;
  font-size: 14px;}
#bb_footer .footer_section ul.cnt_2nd {
  background: #fff;
  color: #333;
  margin: -10px 10px 10px;
  padding: 0;
  border: 1px #BBBEC7 solid}
#bb_footer .footer_section ul.cnt_2nd li {}
#bb_footer .footer_section ul.cnt_2nd li a {}
.accordion__title {
  position: relative;
  cursor: pointer;
  user-select: none;}
.accordion__title::before,
.accordion__title::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 10px;}
.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s;}
.accordion__title.is-active::before {
  opacity: 0;}
.accordion__title.is-active::after {
  transform: rotate(0);}
.accordion__content {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;}
.accordion__content.is-open {
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;}
.footer_bb_toplink {
  clear: both;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 10px;}
.footer_bb_toplink a {
  color: #333;}
#ex_footer_inr {
  padding: 30px 0;}
#ex_footer li.ver_pc {
  display: none;}

}

/***************** 20211014までのフッターCSS ***************/
/*
.footer {
  background-color: #e0e0e0;
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
  text-align: center;
}

.footer a {
  color: #5f5b5f;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

.copyright {
  text-align: center;
  font-size: 0.8em;
}

@media (min-width: 768px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  color: #5f5b5f;
  display: inline-block;
  font-weight: 300;
}
*/
/***** service_Footer *****/
/*
div.service_footer{
  background-color:#ffffff;
}
div.service_footer .inner{
  display:-ms-flexbox;
  display:block;
  justify-content:space-between;
}
div.service_footer .inner dl.fnav{
  flex-basis:33.33%;
  box-sizing:border-box;
}
div.service_footer .inner dl.fnav:first-child{
  border:none;
}
div.service_footer .inner dl.fnav dt{
  padding:2em 0 .5em 2em;
  font-weight:bold;
}
div.service_footer .inner dl.fnav dt a{
  color:#223;
}
div.service_footer .inner dl.fnav dd{
  padding-left:.2em;
  margin-top:.5em;
}
div.service_footer .inner dl.fnav dd a{
  position:relative;
  color:#494951;
  text-decoration: underline;
  color: rgba(0, 102, 192, 1);
}
div.service_footer .inner dl.fnav dd a::before{
  font-family: FontAwesome;
  content: "\f054";
  left: 0;
  top: 1px;
  margin-left: -1.5em;
  position: absolute;
  color: rgba(69, 66, 69, 1);
  font-size: 8px;
}
div.footer .inner {
    display: block;
    justify-content: space-between;
}
@media (min-width: 768px) {
  div.footer .inner {
      display: flex;
      justify-content: space-between;
  }
  div.service_footer .inner{
    display:-ms-flexbox;
    display:flex;
    justify-content:space-between;
	}
}
.str-contentInner {
    max-width: 960px;
    margin: 0 auto;
    max-height: calc(0%);
}
.cmnTitleG {
	text-align:center;	background:url(https://image.excite.co.jp/jp/bb.excite.co.jp/images/common/150630/arrow_img_001.gif) center 100% no-repeat;
	padding:0;
	padding-bottom:15px;
	margin-bottom:20px;
	height: 85px;
}
.cmnTitleG h3{
text-align:center;
font-size:30px;
font-weight:bold;
background-color:#e8e8e8;
padding:20px;
color:#000;
}
#exTopLink {
	display: flex;
	align-items: center;
  margin: 20px 0 0 0;
}
#exTopLink a {
	text-decoration: underline;
	font-weight: bold;
}
#exTopLink:before, #exTopLink:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #ddd;
	display: block;
}
#exTopLink:before {
	margin-right: .4em;
}
#exTopLink:after {
	margin-left: .4em;
}
#bbexFooter {
	background-color: white;
	padding: 2px 20px 30px 20px;
	clear: both;
  font-size: 11px;
}

#exMediaLinksWrapper {
    margin-top: 10px;
}
#bbexFooter .exMediaLinks {
    clear: both;
    text-align: center;
}
#bbexFooter .exMediaLinks li {
	display: inline;
	float: none;
	border-right:solid 1px #666;
	padding-right: 5px;
	margin:0 6px 5px 0;
	font-size: 11px;
	line-height: 2.3;
	text-decoration: underline;
}
#bbexFooter .exMediaLinks li.last::after {
	content: '\A';
	white-space: pre;
}

#bbexFooter .exMediaLinks ul {
	display: inline;
}
#bbexFooter .exMediaLinks .linkGroup {
	font-weight: bold;
	display: inline-block;
}

#copyright {
}
#copyright address {
  text-align:center;
  color:#666;
  margin-top: 20px;
  font-style: normal;
}
*/


/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 10px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 10px 0;
  }
}

.breadcrumbs li {
  color: #777;
  display: inline;
  font-weight: 300;
  font-size: 12px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 3px;
  color: #999;
}
.breadcrumbs li a:link, 
.breadcrumbs li a:visited {
  color: #999; /*#999*/
}

/***** Search field *****/
.search {
  position: relative;
}

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
	-moz-box-shadow: inset 1px 3px 3px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 3px 3px 3px -3px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 3px 3px -3px rgba(0,0,0,0.2);
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .search input[type="search"] {
    height: 45px;
    font-size: 17px;
	}
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid #aaa;
  color: #333;
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  color: black;
  content: "\F002";
  font-size: 20px;
  position: absolute;
  left: 15px;
}

[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type="search"] {
  border: 1px solid #eee;
  background-color: #ffffff;
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01K67HJ8C0HD8PX26AWY8E21AB);
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}


/**
.hero-bb {
  background: linear-gradient(#1a1a1a , #2b2b2b);
  background-position: center;
  text-align: center;
  width: 100%;
}
  **/

.bb-important {
  background-color: #fffffe;
  background-position: center;
  text-align: center;
  width: 100%;
}

.bb-important-text{
  display: inline-block;
  width: 250px;
　　margin: 0 0 5 auto;
  padding: 5px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size:22px;
  font-style: bold;
  background-color: #e50914;
  color:white;
}

.bb-important-inner {
  position: relative;
  top: 10%;
  max-width: 700px;
  margin: 0 auto;
}

#bb-important-list{
  text-align: left; 
}
#bb-important-list li{
  margin: 0 10px;
  padding-left: 8em;
  padding-bottom: 5px;
  text-indent: -8em;
}
.bb-top-tagcloud section {
  background-color: #eee;
}
.bb-top-tagcloud div {
  max-width: 1240px;
  padding: 10px;
}
.bb-top-tagcloud h3 {
  text-align: center;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  background-color: black;
  color: white;
  border-radius: 40px;
}
.bb-top-tagcloud-box {
  margin: 10px auto;
  display: block;
  position: relative;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .bb-top-tagcloud-box {
    margin: 10px auto;
    display: flex;
    position: relative;
    justify-content: flex-start;
  }
}
.bb-top-tagcloud-box p{
  text-align: center;
  padding: 10px 20px;
  margin: 0 0 20px 0;
  background-color: rgba(69, 66, 69, 1);
  color: #ffffff;
  border-radius: 10px;
  font-weight: 700;
}
.bb-top-tagcloud ul {
	margin: 10PX 5px 0 15px;
	padding: 0;
	list-style: none;
}
.bb-top-tagcloud ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
  vertical-align: middle;
}
.bb-top-tagcloud ul li a {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 8px 0 0;
  /*border-right: 1px solid #ccc;*/
  box-sizing: border-box;
  text-align: center;
  font-size:14px;
}
.bb-top-tagcloud ul li:last-child a{
  border-right: unset;
}
.bb-top-tagcloud ul li a:link,
.bb-top-tagcloud ul li a:visited{
  color: #333;
}

.page-header-area{
  background: #fffffe;
}
.page-header {
  color: #000;
  margin: 0 auto;
  max-width: 1048px;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.page-header .tip {
  font-size: 14px;
}
@media (min-width: 768px) {
  .page-header {
    color: #000;
    margin: 0 auto;
    max-width: 1048px;
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
 .page-header .tip {
    font-size: 16px;
  } 
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
  .page-header h1 {
  flex-grow: 1;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 44px;
  }
}

.page-header-description {
  font-style: normal;
  font-weight: 300;
  margin: 0 0 20px 0;
  word-break: break-word;
}

@media (min-width: 768px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 22px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav-area{
  background-color: #fffffe;
}
.sub-nav {
  margin: 0 auto;
  max-width: 1048px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 10px 20px 10px;
}

@media (min-width: 768px) {
  .sub-nav {
    margin: 0 auto;
    max-width: 1048px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 50px;
    padding: 0 10px 20px 10px;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 280px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 16px;
}

.search-results-sub-nav {
  margin: 0 auto;
	max-width: 1048px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*margin-bottom: 30px;*/
  min-height: 50px;
  padding: 0 10px 20px 10px;
}

@media (min-width: 768px) {
  .search-results-sub-nav {
    align-items: baseline;
    flex-direction: row;
    padding: 0 10px 20px 10px;
  }
}

@media (min-width: 768px) {
  .search-results-sub-nav input[type="search"] {
    min-width: 280px;
  }
}

.search-results-sub-nav input[type="search"]::after {
  font-size: 16px;
}


/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.service-blocks{
  background-color: #fffffe;
  padding: 30px 0;
}

.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  .blocks-list {
    margin: 0px;
    justify-content: flex-start;
  }
}

.blocks-item {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 6px;
  box-sizing: border-box;
  color: rgba(69, 66, 69, 1);
  display: flex;
  flex: 1 0 350px;
  flex-direction: column;
  justify-content: center;
  margin: 0 15px 20px;
  max-width: 100%;
  text-align: center;
  font-size:28px;
  font-weight:600;
  height: 100px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
  -webkit-tap-highlight-color: transparent;
  transition: .15s ease-out;
	text-decoration: none;
}

.categories-small {
  max-width: 1240px;
  margin: 0 auto;
}

.categories-small .blocks-item .button-bolocks-item {
  flex: 1 0 240px;
  height: 63px;
}

.blocks-item a {
  display: block;
  line-height: 0;
  padding: 20px 0;
	text-decoration: none;
  width:100%;
  height:100%；
}

@media (min-width: 768px) {
.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  box-shadow: none; /*0px 2px 20px rgba(0,0,0,0.25);*/
  text-decoration: none;
  opacity: 0.8;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  text-decoration: none;
}

.blocks-item a {
  display: block;
  line-height: 0;
  padding: 20px 0;
	text-decoration: none;
  width:100%;
  height:100%；
}
  
.blocks-item-link {
  color: rgba(0, 102, 192, 1);
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}
}

/***** tool-Blocks *****/
/* Used in Homepage #topics */
.tool-blocks {
  background: #f7f7f7;
  padding: 1em 0 3em 0;
}
.tool-blocks section {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}

.tool-blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
.tool-blocks-item {
  background-color: #fffffe;
  box-sizing: border-box;
  color: rgba(69, 66, 69, 1);
  display: flex;
  flex: 1 0 200px;
  flex-direction: column;
  justify-content: center;
  margin: 0 5px 10px;
  max-width: 100%;
  text-align: center;
  font-size:22px;
  font-weight:600;
  height: 120px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
  transition: .15s ease-out;
	text-decoration: none;
  border-radius: 10px;
  border: 1px solid #eee;
}

@media (min-width: 768px) {
  .tool-blocks-list {
    margin: 0px;
  }
  .tool-blocks-item {
    margin: 0 15px 10px;
    font-size:28px;
	}
}
.tool-blocks-item .tool-bolocks-item {
  flex: 1 0 100px;
  height: 20px;
}
.tool-blocks-item a {
  display: block;
  line-height: 0;
  padding: 20px 0;
	text-decoration: none;
  width:100%;
  height:100%；
}
@media (min-width: 768px) {
.tool-blocks-item:hover, .tool-blocks-item:focus, .tool-blocks-item:active {
  box-shadow: none; /*0px 2px 20px rgba(0,0,0,0.25);*/
  text-decoration: none;
  opacity: 0.9;
  }
}  
.tool-blocks-item:hover *, .tool-blocks-item:focus *, .tool-blocks-item:active * {
  text-decoration: none;
}
.tool-blocks-item a {
  display: block;
  line-height: 0;
  padding: 20px 0;
	text-decoration: none;
  width:100%;
  height:100%；
}
/*.tool-blocks-item p::after{
	font-family: FontAwesome;
  content: "\f054";
  color: rgba(69, 66, 69, 1);
  position: relative;
  left: 10px;
  font-size: 12px;
}*/
.icon_red {
  color: #e50914;
}
.tool-blocks-item-link {
  color: rgba(0, 102, 192, 1);
}

.tool-blocks-item-link:hover, .tool-blocks-item-link:focus, .tool-blocks-item-link:active {
  text-decoration: none;
}

.tool-blocks-item-title {
  margin-bottom: 0;
}

.tool-blocks-title-description {
	font-weight: 300;
  margin: 0 0 30px 0;
  text-align: center;
}
.tool-blocks-item-description {
	font-weight: 300;
  margin: 0 30px;
  text-align: center;
  font-size: 14px;
}

.tool-blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** support-Blocks *****/
/* Used in Homepage #topics */
.support-blocks {
  background: #ffffff;
  padding: 1em 0 3em 0;
}
.support-blocks section {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}
.support-blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.support-blocks-item {
  background-color: #fffffe;
  box-sizing: border-box;
  color: rgba(69, 66, 69, 1);
  display: flex;
  flex: 1 0 200px;
  flex-direction: column;
  justify-content: center;
  margin: 0 5px 10px;
  max-width: 100%;
  text-align: center;
  font-size:36px;
  font-weight:600;
  height: 210px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
  transition: .15s ease-out;
	text-decoration: none;
  border-radius: 10px;
  border: 1px solid #eee;
}
@media (min-width: 768px) {
  .support-blocks-list {
    margin: 0px;
  }
  .support-blocks-item {
    margin: 0 15px 10px;
    max-width: 50%;
    font-size:40px;
	}
}
.support-blocks-item .support-bolocks-item {
  flex: 1 0 100px;
  height: 20px;
}
.support-blocks-item a {
  display: block;
  line-height: 0;
  padding: 20px 0;
	text-decoration: none;
  width:100%;
  height:100%；
}
@media (min-width: 768px) {
.support-blocks-item:hover, .support-blocks-item:focus, .support-blocks-item:active {
  box-shadow: none; /*0px 2px 20px rgba(0,0,0,0.25);*/
  text-decoration: none;
  opacity: 0.9;
  }
}  
.support-blocks-item:hover *, .support-blocks-item:focus *, .support-blocks-item:active * {
  text-decoration: none;
}
.support-blocks-item a {
  display: block;
  line-height: 0;
  padding: 20px 0;
	text-decoration: none;
  width:100%;
  height:100%；
}
/*.support-blocks-item p::after{
	font-family: FontAwesome;
  content: "\f054";
  color: rgba(69, 66, 69, 1);
  position: relative;
  left: 10px;
  font-size: 12px;
}*/
.icon_red {
  color: #e50914;
}
.support-blocks-item-link {
  color: rgba(0, 102, 192, 1);
}
.support-blocks-item-link:hover, .support-blocks-item-link:focus, .support-blocks-item-link:active {
  text-decoration: none;
}
.support-blocks-item-title {
  margin-bottom: 0;
}
.support-blocks-title-description {
  font-weight: 600;
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 22px;
}
.support-blocks-item-description {
	font-weight: 300;
  margin: 0 30px;
  text-align: center;
  font-size: 14px;
}
.support-blocks-item-description:not(:empty) {
  margin-top: 10px;
}




/***** button-Blocks *****/
/* Used in Homepage #topics */
.button-blocks {
  background: #f7f7f7;
  padding: 1em 0 2em 0;
}
.button-blocks section {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}

.button-blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
.button-blocks-item {
  background-color: #fffffe;
  border: 1px solid #eee;
  border-radius: 20px;
  box-sizing: border-box;
  color: #e50914;
  display: flex;
  flex: 1 0 140px;
  flex-direction: column;
  justify-content: center;
  margin: 0 10px 20px;
  max-width: 100%;
  text-align: center;
  font-size:40px;
  font-weight:600;
  height: 120px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
  transition: .15s ease-out;
	text-decoration: none;
}

@media (min-width: 768px) {
  .button-blocks-list {
    margin: 0px;
  }
  .button-blocks-item {
    border-radius: 10px;
    flex: 1 0 240px;
    margin: 0 15px 20px;
	}
}

.button-blocks-item .button-bolocks-item {
  flex: 1 0 100px;
  height: 20px;
}

.button-blocks-item a {
  display: block;
  line-height: 0;
  padding: 20px 0;
	text-decoration: none;
  width:100%;
  height:100%；
}

@media (min-width: 768px) {
  .button-blocks-item:hover, .button-blocks-item:focus, .button-blocks-item:active {
    box-shadow: none; /*0px 2px 20px rgba(0,0,0,0.25);*/
    text-decoration: none;
    opacity: 0.9;
  }
}  

.button-blocks-item:hover *, .button-blocks-item:focus *, .button-blocks-item:active * {
  text-decoration: none;
}

.button-blocks-item a {
  display: block;
  line-height: 0;
  padding: 20px 0;
	text-decoration: none;
  width:100%;
  height:100%；
}
  
.button-blocks-item-link {
  color: rgba(0, 102, 192, 1);
}

.button-blocks-item-link:hover, .button-blocks-item-link:focus, .button-blocks-item-link:active {
  text-decoration: none;
}

.button-blocks-item-title {
  margin-bottom: 0;
}

.button-blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.button-blocks-item-description:not(:empty) {
  margin-top: 10px;
}
  
/***** Homepage *****/
}

@media (min-width: 768px) {
  .section {
  }
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1240px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1;
}

@media (min-width: 1240px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 33%;
    /* Three columns on desktop */
    padding-right: 30px;
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  color: rgba(69, 66, 69, 1);
  display: block;
  padding: 15px 0;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1240px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  margin-top:100px;
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(/hc/theming_assets/01K6MHXB9VC4MWQV2E7QFNY429);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 16px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 18px;
}

.recent-activity-item-parent{
  margin: 3px 0;
  color: rgba(69, 66, 69, 1);
  display: inline-block;
  width: 100%;
}


.recent-activity-item-link {
  margin: 6px 0;
  color: rgba(0, 102, 192, 1);
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    font-size: 14px;
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 16px;
  font-weight: 300;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #5f5b5f;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-item-comment span::before {
  color: rgba(0, 102, 192, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 16px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Category pages *****/


.category-container {
  display: flex;
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

.category-introduction {
  font-size: 22px;
  font-weight:bold;
  margin: 40px 0 20px 0;
}
.category-introduction h3:before{
  float: left;
  margin: -20px 10px 0 0;
  padding: 0;
  font-family: FontAwesome;
  content: "\f059";
  font-size: 56px;
  color: #d9d4e7;
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-tree section {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 10px 0 30px 0;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
  .section-tree section {
  border-top: 1px solid #ddd;
	padding: 10px 0 30px 0;
}
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    /*flex: 0 0 45%;*/
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree-title a {
  /*padding-left:10px;*/
  color: rgba(69, 66, 69, 1);
  line-height: 40px;
}
/*.section-tree-title a::before {
  font-family: FontAwesome;
  content: "\f105";
}*/
.section-tree .see-all-articles {
  display: block;
  padding: 10px 5px;
  width: 150px;
  margin: 10px 0;
  color: #ffffff;
  font-weight: 700;
  background-color: #0e172c;
  text-align: center;
	border-radius: 4px;
  font-size: 14px;
}

.article-list-item {
  font-size: 18px;
  padding: 15px 0 15px 10px;
  /*border-top: 1px solid #ddd;*/
}

.article-list-item li:last-child {
  border-bottom: 1px solid #ddd;
}

.article-list-item::before {
  font-family: FontAwesome;
  content: "\f0da";
  color: #999;
  margin: 0 10px 0 -10px;
  text-decoration: none !important;
}
.article-list-item li {
  font-size: 18px;
  padding: 10px 0 10px 10px;
  border-top: 1px solid #ddd;
}
.article-list-item a {
  color: rgba(69, 66, 69, 1);
}

.icon-star::before {
  color: rgba(0, 102, 192, 1);
  font-size: 20px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1240px) {
  .section-content {
    flex: 0 0 100%;
  }
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}
.article-list-section-item {
  font-size: 18px;
  padding: 30px 10px 30px 20px;
  border-top: 1px solid #dedede;
  text-indent: -10px;
}
.article-list-section-item a {
  color: rgba(0, 102, 192, 1);
}
.article-list-section-item::before {
  font-family: FontAwesome;
  content: "\f0da";
  color: #999;
  margin: 0 10px 0 -10px;
}
/*li.article-list-section-item  {
  font-size: 14px;
  padding: 15px 0 15px 10px;
}
article-list-section-item :last-child {
  border-bottom: 1px solid #ddd;
}*/



/***** Article *****/

/***** Article内のパーツ構成 start *****/
.article-container {
  margin: 0 auto;
  max-width: 1048px;
  /*background-color: #fffffe;*/
  display: flex;
  flex-direction: column;
  padding: 0 25px;
}

.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

/***** 題名箇所 *****/
.article-breadcrumbs{
  padding: 0; /*5px 0*/
  background-color: #f5f5f5;/*#e5e6e7*/
  font-size: 14px;
}
.article-sub-nav {
  max-width: 1048px;
  margin: 0 auto;
  display: flex;
  padding: 0 10px;
}
.article-breadcrumbs-add a {
  color: #777;
}
.article-breadcrumbs-add::after {
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 3px;
  	margin: 0 3px;
    color: #999;
}
.article-header-area {
  margin: -1px calc(50% - 50vw);
  width: 100vw;
  background: #f5f5f5;
  /*padding-top: 30px;*/
  padding-bottom: 10px;
}
.article-header {
  margin: 0 auto;
  padding: 50px 15px;
  max-width: 1048px;
  background-color: #f5f5f5;
  color: #000;
}
.article-header h1 {
  font-size: 28px;
  font-weight:700;
}
@media (min-width: 768px) {
  .article-header-area {
    margin: -1px calc(50% - 50vw);
    width: 100vw;
    background: #f5f5f5;
    /*padding-top: 30px;*/
    padding-bottom: 10px;
  }
  .article-header {
    margin: 0 auto;
    padding: 50px 15px;
    max-width: 1048px;
    background-color: #f5f5f5;
	  color: #000;
  }
  .article-header h1{
    flex-basis: 100%;
    font-size: 36px;
    font-weight: 700;
  }
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 22px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
  padding:0;
}

.article-content {
  line-height: 1.6;
  margin: 20px 0;
  word-wrap: break-word;
}

.article-container-sub {
  margin: 0 auto;
  max-width: 1048px;
  display: flex;
  flex-direction: column;
  padding: 0 20px 50px 20px;
}

.article-footer-area {
  /*background-color: #f5f5f5;*/
}

/***** 本文系 *****/
.article-body img {
  height: auto;
  max-width: 100%;
  font-size: 17px;
}
.article-body hr{
  border: none;
  height: 1px;
  background-color: rgba(0,0,0,0);
}
}

.article-body ul, .article-body ol {
  padding-left: 10px;
  list-style-position: outside;
  margin:  0 0 10px 10px;
}
.article-body li{
  margin:  0 0 10px 0;
}


.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol {
  margin: 0px 0px 20px 0px;
}

.article-body ul {
  list-style-type: disc;
  padding-left: 10px;
  list-style-position: outside;
  margin:  0 0 10px 10px;
}
.article-body a {
  margin: 0 3px;
  font-weight: 700;
}
a.article-body:visited {
  color: rgba(0, 102, 192, 1);
}

.article-body pre {
  background: #ededed;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 3px solid #ddd;
  color: #5f5b5f;
  font-style: normal;
  font-size: 15px;
  padding: 0 0 0 15px;
  margin: 0 0 0 5px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-img-pc {
  display: none;
}
.article-img-sp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .article-img-pc {
    display: block;
  }
  .article-img-sp {
    display: none;
  }
}

/***** 検索系 *****/
.article-search-footer {
  text-align:center;
  font-size: 20px;
  font-weight:bold;
	border-top:none;
  margin:20px auto;
  width:100%;
}
@media only screen and (min-width: 768px) {
  .article-search-footer {
    font-size: 22px;
  }
}

/***** 投票系 *****/
.article-vote-container {
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.article-votes {
  border-top: none;
  text-align: center;
  margin: 10px 0;
}
.article-vote {
  background: #fffffe;
  border: 1.5px solid rgba(0, 102, 192, 1);
  color: #0066c0;
  margin: 10px 15px;
  min-width: 120px;
  width: auto;
  padding: 7px 10px;
  font-size: 15px
}
.article-vote::before {
  font-size: 17px;
  margin-right: 10px;
}
.article-vote::after {
  content: attr(title);
  color: unset;
}
.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: rgba(0, 102, 192, 1);
}
.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #ffffff;
}
.article-vote-up::before {
  content: "\f164";
}
.article-vote-down::before {
  content: "\f165";
}
.article-votes-question {
  font-weight: 700;
  font-size: 20px;
}

/***** 関連記事系 *****/
.article-relatives {
  border-top: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.article-relatives a {
  font-weight: 700;
}
.article-relatives li {
  margin-left: 1em; /* ブロック全体を 1em 右に */
  text-indent: -1em; /* 先頭の1文字のみ 1em 左に */
}
.article-relatives li::before {
  font-family: FontAwesome;
  content: "\f0da";
  color: #ccc;
  margin: 0 10px 0 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 50px;
    border-top: none;
  }
}

.recent-articles h2,
.recent-articles h3,
.related-articles h2,
.related-articles h3 {
  font-size: 15px;
  margin: 20px 0;
  border-top:none;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 20px;
}

/***** Article内のパーツ構成　非表示群 start *****/

/***** 担当者情報系 *****/

.article-author {
  margin-bottom: 10px;
}

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

/***** コメント系 *****/
.article-comment-count {
  color: #5f5b5f;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: rgba(0, 102, 192, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

/***** sidebar系*****/
.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
}

.sidenav-item {
  border-radius: 4px;
  color: rgba(69, 66, 69, 1);
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 10px;
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(0, 102, 192, 1);
  color: #ffffff;
  text-decoration: none;
}

/***** 謎 *****/
.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

.article-return-to-top a {
  color: rgba(69, 66, 69, 1);
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: rgba(0, 102, 192, 1);
  color: #ffffff;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #00305a;
  border-color: #00305a;
}

/***** Article内のパーツ構成 end *****/

/***** Article-body内のitem構成 start *****/
.article-body {
 font-size: 15px;
 font-weight: 450;
}
@media (min-width: 768px){
  .article-body {
   font-size: 16px;
   font-weight: 450;
  }
}
.article-body h2 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
	padding: 0 0 0 10px;
	margin: 3em 0 2em 0;
  border-left: solid 8px #d9d4e7;
  color: #1c1d1c;
}
/* 左側のボーダー部分 丸いやつ
.article-body h2::before {
  position: absolute;
  left: 0px;
  bottom: 0;
  content: '';
  width: 8px;
  height: 100%;
  background-color: #000;
  border-radius: 4px;
}*/
/* 左側のボーダー　二重のやつ
.article-body h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #22B24C;
}
.article-body h2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  width: 4px;
  height: 100%;
  background-color: #027924;
}*/
@media (min-width: 768px){
  .article-body h2 {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    padding: 0 0 0 15px;
    margin: 3em 0 2em 0;
	  border-left: solid 8px #d9d4e7;
    color: #1c1d1c;
  }
	/* 左側のボーダー部分 丸いやつ
  .article-body h2::before {
    position: absolute;
    left: 0px;
    bottom: 0;
    content: '';
    width: 8px;
    height: 100%;
    background-color: #000;
    border-radius: 10px;
  } */
  /* 左側のボーダー　二重のやつ
  .article-body h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #22B24C;
  }
  .article-body h2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: 4px;
    height: 100%;
    background-color: #027924;
  }*/
} 
.article-body h3 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
	padding: 0.5em 0 0 0;
	margin: 2em 0 1em 0;
  border-bottom: solid 1px #ddd;
  color: #1c1d1c;
}
@media (min-width: 768px){
  .article-body h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 2.5em 0 1em 0;
	  border-bottom: solid 1px #ddd;
    color: #1c1d1c;
    /**
    border-left: 6px solid black;
    border-radius: 4px;
    **/
  }
} 
.article-body h4 {
  font-size: 17px;
  font-weight: 700;
  padding: 1.5em 0 1em 0;
}
@media (min-width: 768px){
  .article-body h4 {
    font-size: 19px;
    font-weight: 700;
  }
} 

/***** 対象サービス *****/
.article-banner {
  text-align: center;
}
.article-banner-title {
  text-align: unset;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 1em 0;  
}
.article-banner-text{
  margin: 0 0 1em 0;
  font-size: 18px;
}
.article-banner-microcopy {
  font-size: 12px;
  margin: -1.5em 0 0 0;  
}
@media (min-width: 768px){
  .article-banner-title {
    text-align: unset;
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 1em 0;
  }
  .article-banner-text{
    margin: 0 0 1em 0;
  font-size: 24px;
  }
  .article-banner-microcopy {
    font-size: 12px;
    margin: -1.5em 0 0 0;  
  }
}

.article-service ul {
  list-style-type: none;
  margin: 40px 0 40px 0;
  padding: unset;
}
.article-service multiple ul {
  list-style-type: none;
  margin: 0 0 70px 0;
  padding: unset;
  display: inline-grid;
}
@media (min-width: 768px){
 .article-service multiple ul {
  list-style-type: none;
  margin: 0 0 70px 0;
  padding: unset;
  } 
}
.article-service ul li{
  display: inline-block;
  padding: 5px 0;
  vertical-align: middle;
  text-decoration: none;
  padding-left: none;
}
.article-service li:first-child{
  text-align: center;
  Width:60px;
  background-color: #e50914;
  color: #fff;
  font-size: 11px;
  border-radius: 6px;
}
.article-service li:last-child{
  font-size: 12px;
}
.article-service a{
  text-decoration: none;
  color: unset;
  font-size: 12px;
  font-weight: 400;
  padding: 0 5px;
  vertical-align: middle;
}
a.article-service:link,
a.article-service:visited {
    color: #333;
}

.article-discription {
  font-size: 17px;
  color:#222;
}
@media (min-width: 768px){
  .article-discription {
  font-size: 17px;
  color:#222;
  }
}
.article-discription .note p{
  font-size: 15px;
}

.article-description {
  font-size: 17px;
  color:#222;
}
@media (min-width: 768px){
  .article-description {
  font-size: 17px;
  color:#222;
  }
}
.article-description .note p{
  font-size: 15px;
}

.article-space {
  margin: 0;
  border:	unset;
}
.article  hr{
  border: unset;
}

.article-linklist {
  font-size: 15px;
	padding: 1em 1.5em;
  text-indent: -1em;
	border-radius: 6px;
  background-color: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
  margin: 1em 0;
}
.article-linklist a {
  margin: 0;
}
.article-linklist ul {
  list-style: none;
  margin: unset;
}
.article-linklist li::before {
  font-family: fontawesome;
  content: "\f0da";
  margin: 0 10px 0 0;
  color: #c7c7c7;
}
.article-linklist li:last-child {
  margin: unset;
}
.article-linklist p {
	margin: 5px 0 5px 1em;
  text-indent: 0em;
}

a.article-link-text {
  font-size: 15px;
	font-weight: 700;
  margin: 20px 0;
}
.article-link-text::after{
	font-family: FontAwesome;
  content: "\f054";
  color: rgba(0, 102, 192, 1);/*アイコンの色*/
  position: relative;
  left: 10px;
  font-size: 12px;
}

.article-note-text {
    margin-left: 2em; /* ブロック全体を 1em 右に */
    text-indent: -2em; /* 先頭の1文字のみ 1em 左に */
    font-size: 12px;
}
.article-note-text::before {
    content: "※";
    display: inline-block;
    width: 2em;
    text-indent: 0;
    font-size: 12px;
}
.article-note-num {
    counter-increment: calc-ex9;
    margin-left: 2em;
    text-indent: -2em;
    font-size: 12px;
}
.article-note-num::before{
    content: "\203B" counter(calc-ex9);
    display: inline-block;
    width: 2em;
    text-indent: 0;
    font-size: 12px;
}
p.article-note-num {
  margin: 0 0 0 2em;
}
p.article-note-text {
  margin: 0 0 0 2em;
}
.bug p.article-note-num {
  margin: 0 0 0 2em;
}
.bug p.article-note-text {
  margin: 0 0 0 2em;
}
.note p.article-note-num {
  margin: 0 0 0 2em;
}
.note p.article-note-text {
  margin: 0 0 0 2em;
}
.tip p.article-note-num {
  margin: 0 0 0 2em;
}
.tip p.article-note-text {
  margin: 0 0 0 2em;
}
.login-bar p.article-note-num {
  margin: 0 0 0 2em;
  text-align: left;
}
.login-bar p.article-note-text {
  margin: 0 0 0 2em;
  text-align: left;
}
.boxed p.article-note-num {
  margin: 0 0 0 2em;
  text-align: left;
}
.boxed p.article-note-text {
  margin: 0 0 0 2em;
  text-align: left;
}
.article-table p.article-note-num {
  margin: 0 0 0 2em;
  text-align: left;
}
.article-table p.article-note-text {
  margin: 0 0 0 2em;
  text-align: left;
}
.note-margin-reset {
  margin: 0 0 0 2em !important;
}
@media (min-width: 768px){
  .login-bar p.article-note-num {
    margin: 0 17em;
  }
  .login-bar p.article-note-text {
    margin: 0 17em;
  }
  .article-table p.article-note-num {
    margin: 0 0 0 2em;
  }
  .article-table p.article-note-text {
    margin: 0 0 0 2em;
  }
}
.accordion-box .login-bar p.article-note-num {
  margin: 0 1em 0 3em;
  text-align: left;
}
.accordion-box .login-bar p.article-note-text {
  margin: 0 1em 0 3em;
  text-align: left;
}
@media (min-width: 768px){
  .accordion-box .login-bar p.article-note-num {
    margin: 0 10.5em;
  }
  .accordion-box .login-bar p.article-note-text {
    margin: 0 10.5em;
  }
}

.article-FAQ-BOX{
  margin: 0 0 30px 0;
}
.article-FAQ-BOX h4{
  font-size: 17px;
}
.article-FAQ-BOX p{
  font-size: 14px;
  margin: 10px 0 10px 0;
}
.article-FAQ-BOX li{
  font-size: 14px;
}
@media (min-width: 768px){
  .article-note-text {
    margin-left: 2em; /* ブロック全体を 1em 右に */
    text-indent: -2em; /* 先頭の1文字のみ 1em 左に */
    font-size: 12px;
}
  .article-note-text::before {
    content: "※";
    display: inline-block;
    width: 2em;
    text-indent: 0;
    font-size: 12px;
}
  .article-note-num {
    counter-increment: calc-ex9;
    margin-left: 2em;
    text-indent: -2em;
    font-size: 12px;
}
  .article-note-num::before{
    content: "\203B" counter(calc-ex9);
    display: inline-block;
    width: 2em;
    text-indent: 0;
    font-size: 12px;
}
  .article-FAQ-BOX{
    margin: 0 0 40px 0;
  }
  .article-FAQ-BOX p{
    font-size: 14px;
    margin: 10px 0 10px 0;
  }
}

/***** STEP系 *****/
.article-steps{
  counter-reset: step-counter;
  counter-increment: steps-counter;
  content: counter(steps-counter) ;
}

.article-stepswrap{
	position: relative;
	padding-left:30px;
	margin-top:40px;
}

.article-stepswrap:nth-of-type(1){
  counter-reset: step-counter;
}

.article-stepswrap:not(:nth-of-type(1)){
  counter-increment: steps-counter;
}

.article-stepswrap::before{
  content: counter(steps-counter) ;
  position: absolute;
  left: -10px;
  color: #ff2668;
  opacity: 0.1;
  font-size: 130px;
  top: -64px;
  z-index: -10;
  /* グレーパターン
    color: #f5f5f5; */
}

.article-stepswrap::after{
	content:".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}

.article-step{
	counter-reset: steps-counter;
}

/***** リンクボタン系 *****/
.article-button {
  width: 300px;
}
.article-button-link {
  display: inline-block;
  width: 260px;
  margin: 0.3em;
  padding: 1.2em 1em;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border: none; 
  font-size: 15px;
  text-align: center;
  background-color: rgba(0, 102, 192, 1);
  color: white;
}
.article-button-link:hover {
  background-color: #006ecf;
  box-shadow: none;
  text-decoration:none;
  cursor: pointer;
}
.article-button-link:active{
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  background-color: #0076df;
}
.article-button-link:after {
  font-family: FontAwesome;
  content: "\f054";
  color: #ffffff;/*アイコンの色*/
  position: absolute;
  right: 1em;
}
a.article-button-link:visited{
  color: #fff;
}

/** ページTOPへ戻るボタン **/
.article-pagetop {
  text-align: right;
}
a.article-pagetop {
  margin: 10px 0;
  padding: 10px;
  font-size: 12px;
  background-color: #fffffe;
  color: #333;  
}
a.article-pagetop::after{
  font-family: FontAwesome;
  content: "\f139";
  margin: 0 0 0 5px;
}
a.article-pagetop:visited{
  color: #333;
}
a.article-pagetop:hover{
  text-decoration: none;
  cursor: pointer;
}

.article-item {
  font-size: 20px;
  font-weight:bold;  
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #333;
  border-bottom: 2px solid #333;
}

/** パターンブロック **/
.article-pattern{
  margin: 10px;
  padding: 10px;
}

.article-pattern-ttl{
  font-size:18px;
  text-decoration: underline;
}

.article-pattern-list {
  counter-reset: counter-name;
}
.article-pattern-list li {
  margin: 0; 
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.article-pattern-list li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  color: #000;
  font-weight:bold;
  position: absolute;
  left: 0;
}

/*accordion 複数行用　元々の分*/
dl.accordion { 
  background:#fff; 
  width:100%; 
  margin:0 auto 0px; 
  padding:10px; 
  font-size:14px;
}
dl.accordion dt {
  background-color:#fafafa;
  border:1px solid #ddd; 
  padding: 18px 10px;
  color:#333;
  cursor:pointer;
}
dl.accordion dt.open {
  background-color:#d0d0d0;
}
dl.accordion dd { 
  background:#fff; 
  padding:0px; 
  line-height:1.5; 
  display:none;
}

/*accordion article 一行用 202004*/
.accordion-box {
  border: solid 1px #ddd;
  border-radius: 6px;
  margin: 15px 0;
  background-color: #fff;  
}
.accordion-box .accordion-box {
  border: none;
  border-radius: 6px;
  margin: 15px 0;
  background-color: #faf6f1;  
}
.login-bar .accordion-box {
  border: none;
  border-radius: 6px;
  margin: 15px 0;
  background-color: #faf6f1;  
}
.accordion-box ol.list-colored {
  margin: 20px 0;
}
dl.accordion-single { 
  width:100%; 
  margin:0 auto 0px; 
}
dl.accordion-single dt {
  padding: 10px 10px 10px 20px;
  color:#555;
  cursor:pointer;
  justify-content: space-between;
  display: flex;
}
dl.accordion-single dt p  {
	margin:auto 0;
  margin-right: auto;
  font-weight: 700;
}
dl.accordion-single dt span  {
margin: 0 10px 0 0;
top: auto;
left: 0;
text-align: center;
font-size: 14px;
font-weight: 700;
width: 30px;
height: 30px;
background-color: #ff2668;
border-radius: 60%;
z-index: 1;
color: #fff;
line-height: 30px;
}
dl.accordion-single dt::after { 
  font-family:fontawesome;
  content: "\f078";
  font-weight: 700;
  font-size:14px;
  color: #555;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
dl.accordion-single dt.open {
  /*background-color:#f9f9f9; white化 */
  color: #000;
  font-weight: 700;
}
dl.accordion-single dt.open::after {
  font-family:fontawesome;
  content: "\f077";
  font-weight: 700;
  font-size:14px;
  color: #000;
  margin: 0 10px;
  align-items: center;
	display: flex;
}
dl.accordion-single dd { 
  /*background:#fff; 20230808 white化 */
  padding:10px 10px 10px 10px; 
  display:none;
  margin-inline-start: unset;
}

/***** artcle-Tables start *****/

.article-table-info {
  width: 100%;
  margin: 0 auto;
}
.article-table-info thead {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #f5f5f5;
}
.article-table-info thead th {
	padding: 10px 5px;
	font-weight: bold;
	vertical-align: middle;
}
.article-table-info tbody th {
  min-width: 120px;	
  max-width: 150px;
	padding: 5px;
	font-weight: bold;
  vertical-align: middle;
	background: #f5f5f5;
}
.article-table-info td {
	width: auto;
	padding: 10px;
	vertical-align: top;
}
.article-table-info table,
.article-table-info thead,
.article-table-info tbody,
.article-table-info tr,
.article-table-info th,
.article-table-info td {
	border: 1px solid #ddd;
}

.article-table {
  width: 100%;
}

.article-table table {
	border-collapse: collapse;
	line-height: 1.5;
	border: 1px solid #ddd;
	max-width: 600px;
	table-layout: auto;
	word-wrap: break-word;
}

.article-table thead {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #9BA4B5;
}
.article-table thead th {
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
}
.article-table tbody th {
	padding: 5px;
  min-width: 80px;
  max-width: 100px;
	font-weight: bold;
  vertical-align: middle;
	background: #f5f5f5;
}
.article-table td {
	width: auto;
	padding: 10px;
	vertical-align: middle;
}
.article-table table,
.article-table thead,
.article-table tbody,
.article-table tr,
.article-table th,
.article-table td {
	border: 1px solid #e9e9e9;
  font-size: 14px;
}

@media (min-width: 768px) {
  .article-table table,
  .article-table thead,
  .article-table tbody,
  .article-table tr,
  .article-table th,
  .article-table td {
    border: 1px solid #e9e9e9;
    font-size: 14px;
  }
  .article-table tbody th {
    min-width: 150px;
    max-width: 200px;
  }
}
 
.article-table-tdmiddle {
  vertical-align: middle;
}

.scroll-table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .scroll-table {
    display: inline-table;
  }
}

/***** 謎 *****/
.article-number-item {
  font-size: 20px;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #333;
}

/***** Article Container内のitem構成 end *****/


/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: rgba(69, 66, 69, 1);
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #5f5b5f;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #5f5b5f;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: rgba(0, 102, 192, 1);
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

.share-googleplus::before {
  content: "\e902";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #5f5b5f;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(0, 102, 192, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #5f5b5f;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(0, 102, 192, 1);
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-published {
  color: #5f5b5f;
  display: block;
  font-weight: 300;
  font-size: 13px;
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1240px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(0, 102, 192, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  line-height: 1.6;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: rgba(0, 102, 192, 1);
}

.comment-body pre {
  background: #ededed;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #5f5b5f;
  font-style: normal;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #5f5b5f;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: rgba(0, 102, 192, 1);
}

.vote-up::before, .vote-down::before {
  color: #5f5b5f;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #ededed;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #5f5b5f;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01K67HJ8ZXXDDTAZ3HEYDDK1SP);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

.topics-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.topics-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.topics-item-internal a {
  color: rgba(69, 66, 69, 1);
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: rgba(0, 102, 192, 1);
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #ffffff;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(0, 102, 192, 1);
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #00305a;
  border-color: #00305a;
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(0, 102, 192, 1);
  content: attr(data-follower-count);
  color: rgba(0, 102, 192, 1);
  display: inline-block;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(0, 102, 192, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(0, 102, 192, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: rgba(0, 102, 192, 1);
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #5f5b5f;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(69, 66, 69, 1);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(0, 102, 192, 1);
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #5f5b5f;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1240px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1240px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h2 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h2 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.post-info {
  flex: 1;
}

@media (min-width: 1240px) {
  .post-info {
    padding-right: 20px;
  }
}

[dir="rtl"] .post-info {
  padding-left: 45px;
  padding-right: 0;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-published {
  color: #5f5b5f;
  font-weight: 300;
  font-size: 13px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: : rgba(0, 102, 192, 1);
}

.post-body pre {
  background: #ededed;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #5f5b5f;
  font-style: normal;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #5f5b5f;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(0, 102, 192, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1240px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h4 {
  font-weight: 600;
}

@media (min-width: 1240px) {
  .post-sidebar h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1240px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: rgba(69, 66, 69, 1);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: rgba(69, 66, 69, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid rgba(0, 102, 192, 1);
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: rgba(69, 66, 69, 1);
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  border-top:none;
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}

.collapsible-sidebar-title {
  margin-top: 0;
  margin-left: 0px;
  text-align:center;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}


[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #e8e8e8;
  border: 0;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: rgba(0, 102, 192, 1);
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1240px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1240px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(0, 102, 192, 1);
  color: #ffffff;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: rgba(0, 102, 192, 1);
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #00305a;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #5f5b5f;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #5f5b5f;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: /**space-between;**/
}

@media (min-width: 768px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 768px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #5f5b5f;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(0, 102, 192, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(0, 102, 192, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 768px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 67%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 768px) {
  .request-sidebar {
    background-color: #ededed;
    border: 0;
    font-size: 13px;
    flex: 0 0 30%;
    padding: 0 20px;
  }
}

.request-sidebar h4 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 768px) {
  .request-sidebar h4 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #5f5b5f;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 40px;
}

.request_title {
  max-width: 1048px;
  margin:0 auto;
}
.request_q1{
  max-width: 1048px;
  margin:0 auto;
}
.request_title h1 {
  font-size: 24px;
	padding: 40px 0 30px 0;
}
.request_title h2 {
  font-size: 20px;
  padding-top: 20px;
}
.request_title h3 {
  font-size: 16px;
  padding-top: 20px;
}
.request_title h4 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 15px;
}
.request_q1 h1 {
  font-size: 24px;
  padding-top: 20px;
}
.request_q1 h2 {
  font-size: 20px;
  padding-top: 20px;
}
.request_q1 h3 {
  font-size: 16px;
  padding-top: 20px; 
}
.request_q1 h4 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .request_title
  .request_q1{
    max-width: 1048px;
    margin:0 auto;
  }
  .request_title h1 {
    font-size: 40px;
	  padding: 60px 0 40px 0;
  }
  .request_title h2 {
    font-size: 32px;
  }
  .request_title h3 {
    font-size: 24px;
  }
  .request_title h4 {
    font-size: 16px;
  }
  .request_q1 h1 {
    font-size: 40px;
  }
  .request_q1 h2 {
    font-size: 32px;
  }
  .request_q1 h3 {
    font-size: 24px;
  }
  .request_q1 h4 {
    font-size: 16px;
  }
}
.bar{
  background-color: gray;
  color: white;
  text-align: center;
  padding-top: unset !important;
  margin-top: 50px;
  margin-bottom: 30px;
}
/* スマホ販売専用ページ */
.deviceArea{
	background-color: #fffffe;
  border: 1px solid #eee;
  border-radius: 10px;
  box-sizing: border-box;
  flex: auto;
  justify-content: center;
  margin: 0 5px 20px;
  padding: 20px 10px;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
  transition: .15s ease-out;
  text-decoration: none;
}
.deviceimageArea{
  display: flex;
  margin-top: 30px;
}
.devicebox{
  max-width: 200px;
}
.deviceColor{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #777;
  margin: 20px 0 10px 0;
}
.deviceimage{
  width: 100%;
}
.deviceIntroductionArea{
  margin-top: 30px;
}
.IntroductionBox{
  margin-bottom: 20px;
}
.IntroductionBox h4{
  font-size: 18px;
  border-bottom: solid 1px #ddd;
}
.IntroductionBox ul{
	list-style-position: inside;
	list-style: circle;
  padding-left: 15px;
}
.deviceArea h3{
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .deviceblock{
  	display: flex;
	}
  .deviceimageArea {
    display: block;
  }
  .devicebox{
  	max-width: 400px;
	}
  .IntroductionBox{
    padding: 0 30px;
  }
  .deviceArea h3{
    font-size: 28px;
  }
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1240px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1240px) {
  .search-results-column {
    flex: 0 0 100%;
    margin:0 auto;
  }
}

.search-results-list {
  margin-bottom: 25px;
  font-size: 18px;
}

@media (min-width: 1240px) {
  .search-results-list {
    font-size: 20px;
  }
}


.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-result-description {
  margin-top: 15px;
  font-size: 12px;
  color: #888;
  font-weight: 200;
  font-style: unset;
}
.search-result-description em {
  font-style: unset;
}
.search-results-subheading{
  margin: 20px 0;
}
.search-results-subheading h3:before{
  float: left;
  margin: -20px 10px 0 0;
  padding: 0;
  font-family: FontAwesome;
  content: "\f002";
  font-size: 50px;
  color: #d9d4e7;
}

.search-result-votes, .search-result-meta-count {
  color: #5f5b5f;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: rgba(0, 102, 192, 1);
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  align-items: center;
  margin-top:10px;
  line-height: 1.0;
}

.search-result-breadcrumbs {
  margin: 0;
}
.search-result-breadcrumbs:link,
.search-result-breadcrumbs:visited {
  color: #333;
}

.search-result-breadcrumbs li:last-child::after {
  content: "";
  display: inline-block;
  margin: 0 5px;
}
.search-result-link{
  font-weight: bold;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 0%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 70px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 100px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: none;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  background-color: #f5f5f5;
  text-decoration: none;
  border-RADIUS: 4px;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #0066c0;
  padding: 10px 0px;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 5px 5px;
  }
}

.pagination-current {
  background-color: #0066c0;
}

.pagination-current a, .pagination-current span {
  color: #0066c0;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}
.article-updated{
  color: #999 !important; 
  margin: 20px 0 0 3px !important;
}

.meta-data {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  margin: 20px 0 0 0;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #ededed;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.icSection {
  width: 48%;
  height: 60px;
  padding: 10px;
  
}
.icSection h3 {
  font-size: 18px; 
}
.icSection h3 > a:hover {
 color: #0072ef;
 font-weight: bold;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: rgba(0, 102, 192, 1);
  border: 0;
  color: #ffffff;
  line-height: normal;
  padding: 8px 20px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #5f5b5f;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1240px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1240px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1240px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(0, 102, 192, 1);
  border-radius: 4px;
  color: rgba(0, 102, 192, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #e8e8e8;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1240px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #5f5b5f;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #ededed;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

/*スマホ表示 */

@media (max-width:768px) {
  .help-h1 {
    text-align: center;
    font-size: 24px;
    font-weight:bold;
    margin-bottom: 30px;
  }
  .section h2 {
    font-size: 1.5em;
    /*text-align: center;*/
  }
  .help-h2 {
    font-size: 1.5em;
    text-align: center;
  }
  .help-h2-txt {
    text-align: center;
  }
  .help-h3 {
    font-size: 14px;
    text-align: center;
  }
  .icSection {
    width: 100%;
  }
  .icSection h3 {
    font-size: 1.1em;
  } 
  .ttleDescription {
    text-align: center;
    margin-top:0;
  }
  .service-link {
    display: block;
  }
  .service-link li {
    width: 100%;
  }
  .footer-txtLink {
    display:inline-block;
  }
  .footer-txtLink li {
    font-size:0.8em;
    padding-bottom: 20px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/* ホーム画面 サービスリンク */

/* BB.exciteカスタム ネクストPPPoE接続 */
.service_link_115000578307:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 40px;
  background:url(/hc/theming_assets/01KHJKZQZ9EB5DZSW7ZHJ90WQ9);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* BB.exciteコネクト with ドコモ光 */
.service_link_115000581128:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 40px;
  background:url(/hc/theming_assets/01K67HJ5XGZ9XN2G7RE1DESPQ1);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* BB.excite光 with フレッツ */
.service_link_115000581068:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 40px;
  content:url(/hc/theming_assets/01K67HJ5AHB4JKS884TM6D9V05);
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* BB.exciteカスタム ネクストIPoE接続*/
.service_link_360000033802:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 40px;
  background:url(/hc/theming_assets/01KHJM1605X6Q2W2MA4HS3QMBZ);
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* BB.exciteカスタム クロスIPoE接続*/
.service_link_900000034606:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 40px;
  background:url(/hc/theming_assets/01KHJM1DW4DDSN48M1Y9DJWV5Q);
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* BB.exciteカスタム クロス回線 */
.service_link_36959186223385:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 40px;
  background:url(/hc/theming_assets/01KHJM1VKAZEVKE0CY7E16TGAZ);
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-position-x: center;
}
/* BB.exciteカスタム ネクスト回線 */
.service_link_36959212826009:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 40px;
  background:url(/hc/theming_assets/01KHJM1MSWMKRK52KJJ40HYHZS);
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-position-x: center;
}
/* BB.excite光 10G */
.service_link_900000101963:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 40px;
  background:url(/hc/theming_assets/01K67HJ51XZ1F0ZZJ8012PHZRD);
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-position-x: center;
}
/* BB.excite光 Fit */
.service_link_900000015543:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 40px;
  content:url(/hc/theming_assets/01K67HJ5HBMP29X7KNBABWWHNT);
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-position-x: center;
}
/* BB.excite光 MEC */
.service_link_115000581088:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 40px;
  content:url(/hc/theming_assets/01K67KST5V2DPX1E81DRMYRKH3);
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-position-x: center;
}
/* BB.excite光 Classic */
.service_link_115000581108:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 40px;
  content:url(/hc/theming_assets/01K67KSV2NNYHVVTZWZDZWY4M1);
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-position-x: center;
}
/* BB.exciteモバイル */
.service_link_115000578327:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 40px;
  background:url(/hc/theming_assets/01K67HJ5GJHQNCH6RX44JM62JW);
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-position-x: center;
}
/* BB.exciteモバイルWiFi */
.service_link_900000138903:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 40px;
  background:url(/hc/theming_assets/01K67HJ5MAYRW4N3WCC6WG47JY);
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-position-x: center;
}
/* BB.exciteモバイルLTE 7/19削除
.service_link_115000581148:before {
content:url("/hc/theming_assets/01K67HJ57JXQD54FNR4AS5JRR9");
}*/
/* BB.excite有料オプション */
.service_link_115000581168:before {
  content: "";
  display: inline-block;
  width: 300px;
  height: 40px;
  background:url(/hc/theming_assets/01K67HJ5M814HQ8ME7RBN12DK2);
  color: #000;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-position-x: center;
}
/* よくある質問 */
.service_link_204079087 {
}
/* 一般情報 */
.service_link_203735408 {
}

li[data-service_id="115000014181"] {
display:none;
}
li[data-service_id="360000050481"] {
display:none;
}

.do-hide-container {
display:none;
}

/* コンテンツ用CSSパーツ */

.contents-hr{
  clear: both;
  border: 0;
  height: 1px;
  margin: 30px 0 ;
  background-image: -webkit-linear-gradient(left, #fff, #c9c903, #fff);
}

.contents-ttl{
  font-size:36px;
	padding: 20px;
	border: 1px solid #eeeeee;
  margin: 20px 0px 20px 0px;
  background-color: #eeeeee;
}

.contents-ttl span{
    font-size:20px;
}

.steps{
  counter-reset: step-counter;
  counter-increment: steps-counter;
  content: counter(steps-counter) ;
}

.stepswrap{
	position: relative;
	padding-left:30px;
	margin-top:40px;
}

.stepswrap:nth-of-type(1){
  counter-reset: step-counter;
}

.stepswrap:not(:nth-of-type(1)){
  counter-increment: steps-counter;
}

.stepswrap::before{
  content: counter(steps-counter) ;
  position: absolute;
	left: 0;
	top: -20px;
	color: #08083e;
	font-size: 40px;
}

.stepswrap::after{
	content:".";
	display: block;
	height:0;
	clear: both;
	visibility: hidden;
}

.contents-step{
  font-size: 20px;
  font-weight:bold;
	padding: .25em 0 .25em 0;
	counter-reset: steps-counter;
}

.contents-item{
	font-size: 20px;
  font-weight:bold;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #c9c903;
	counter-reset: steps-counter;
}

.contents-point{
	font-size:24px;
	font-weight:bold;
	color: #08083e;
}

.contents-ttl-sub{
  font-size:24px;
	padding: .2em 0 .2em .5em;
  margin: 40px 0px 20px 0px;
  background-color: #08083e;
  color:#fff;
}

.top-entry{
  text-align: center;
}

a.entry{
  width: 300px;
  display: inline-block;
  clear: both;
  margin: 5px 0;
  padding: 10px 0;
  background: #c9c903;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

a.entry:visited{
  color: #fff;
}

a.entry:hover{
  background: #d9d913;
  text-decoration: none;
  cursor: pointer;
}

.contents-pattern{
  margin: 10px 0 20px 0;
}

.contents-pattern-ttl{
  font-size:16px;
}

.contents-pattern-list {
  counter-reset: counter-name;
}
.contents-pattern-list li {
  margin: 0; 
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.contents-pattern-list li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  color: #000;
  font-weight:bold;
  position: absolute;
  left: 0;
}

.contents-end {
  font-weight:bold;
  font-size: 18px;
  color: #08083e;
  text-align: center;
}

.contents-table-info {
  width: 100%;
  margin: 0 auto;
}

.contents-table-info thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #efefef;
}

.contents-table-info thead th {
	padding: 10px;
	font-weight: bold;
  text-align:center;
	vertical-align: middle;
}

.contents-table-info tbody th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
  text-align:center;
  vertical-align: middle;
	background: #efefef;
}

.contents-table-info td {
	width: auto;
	padding: 10px;
	vertical-align: top;
}

.contents-table-info table,
.contents-table-info thead,
.contents-table-info tbody,
.contents-table-info tr,
.contents-table-info th,
.contents-table-info td {
	border: 1px solid #ccc;
}

.contents-table table {
	border-collapse: collapse;
	line-height: 1.5;
	border: 1px solid #ccc;
	max-width: 600px;
	table-layout: auto;
	word-wrap: break-word;
}

.contents-table thead {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #08083e;
}

.contents-table thead th {
	padding: 10px;
	font-weight: bold;
  text-align:center;
	vertical-align: middle;
	color: #fff;
}

.contents-table tbody th {
  max-width: 150px;
  min-width: 80px;
	font-weight: bold;
  text-align: center;
  vertical-align: middle;
	background: #efefef;
}

.contents-table td {
	width: auto;
	padding: 10px;
	vertical-align: middle;
}

.contents-table table,
.contents-table thead,
.contents-table tbody,
.contents-table tr,
.contents-table th,
.contents-table td {
	border: 1px solid #ccc;
}

.top-tenyou{
  text-align: center;
}

a.tenyou{
  display: inline-block;
  clear: both;
  margin: 5px 0;
  padding: 10px;
  background: #08083e;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

a.tenyou:visited{
  color: #fff;
}

a.tenyou:hover{
  background-color: #18184e;
  text-decoration: none;
  cursor: pointer;
}

.contents-blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.contents-blocks-list ul{
	padding-left: unset;
 	margin: unset;
}

@media (min-width: 768px) {
  .contents-blocks-list {
    margin: 0 -15px;
  }
}

.contents-blocks-item {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(0, 102, 192, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 250px;
  text-align: center;
  height: 100px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
	text-decoration: none;
  flex: 1 0 200px;
  height: 63px;
  font-weight: 700;
}

.contents-blocks-item a {
  display: block;
  line-height: 0;
  padding: 20px 0;
	text-decoration: none;
  width:100%;
  height:100%；
}
.contents-blocks-item li {
  margin: 50px;
}

@media (min-width: 768px) {
.contents-blocks-item:hover, .contents-blocks-item:focus, .contents-blocks-item:active {
  text-decoration: none;
  box-shadow: none; /*0px 2px 7px rgba(0,0,0,0.2);*/
}

.contents-blocks-item:hover *, .contents-blocks-item:focus *, .contents-blocks-item:active * {
  color: rgba(0, 102, 192, 1);
  text-decoration: none;
}

.contents-blocks-item-link {
  color: rgba(0, 102, 192, 1);
  text-align: center;
}

.contents-blocks-item-link:hover, .contents-blocks-item-link:focus, .contents-blocks-item-link:active {
  text-decoration: none;
}

.contents-blocks-item-title {
  margin-bottom: 0;
}

.contents-blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.contents-blocks-item-description:not(:empty) {
  margin-top: 10px;
}
}

/* ページTOPへ戻るボタン */
.contents-pagetop {
  text-align: right;
}
a.contents-pagetop {
  display: inline-block;
  clear: both;
  margin: 5px 0;
  padding: 10px;
  background-color: #ddd;
  color: #999;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
	border: 1px solid #ccc;
  border-radius: 4px;
}
a.contents-pagetop:visited{
  color: #999;
}
a.contents-pagetop:hover{
  background-color: #eee;
  text-decoration: none;
  cursor: pointer;
}

/* --- フッタナビゲーション --- */
div.contents-topmenu {
	font-size: 100%;
}
div.contents-topmenu a{
	color: #000;
}

/* --- メニューエリア --- */
div.contents-topmenu ul.nl {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right; /* メニューの右寄せ */
}

/* --- メニュー項目 --- */
div.contents-topmenu ul.nl li {
	margin: 0 4px; /* 項目のパディング（上下、左右） */
	display: inline;
}

.contents-topmenu-entry {
    display: inline-block;
    background: #c9c903;
    color: #fff;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

/* --- 202004追加：CSSだけのアコーディオン --- */
/* --- 開始 --- */


/* --- 終了 --- */
  
/* --- 202004追加：リストパターン --- */
/* --- 開始 --- */
.list-colored,
.list-bullet {
  counter-reset: list;
  list-style-type: none;
  padding-left: 0 !important;
}
.list-colored table,
.list-bullet table {
  margin: 20px 0;
}

.list-colored > li {
  position: relative;
  padding-left: 42px;
  counter-increment: list;
  margin-bottom: 20px !important;
  list-style-type: none;
}

.list-colored > li:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: counter(list);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  background-color: #948e99;
  border-radius: 60%;
  z-index: 1;
  color: #fff;
  line-height: 30px;
}

.list-colored ol {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 14px;
}

.list-bullet li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  list-style-type: none;
}

.list-bullet li:before {
  position: absolute;
  left: 0;
  top: -3px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  content: "\f14a";
  color: #6246ea;
  background-color: transparent;
  width: auto;
  height: auto;
}

.list-bullet ul {
  list-style: none;
  margin-bottom: 14px;
}
.list-note {
  margin-left: 46px;
}
/* --- 終了 --- */
  
/* --- 202004追加：ボックスパターン --- */
/* --- 開始 --- */

/***** 注釈系 *****/

.article-memo {
  font-size: 14px;
	padding: .5em .75em;
  margin: .5em 0;
	/*border: 1px solid #fbf2d0;*/
	border-radius: 4px;
  background-color: #fbf2d0;
}

.article-hints {
  font-size: 14px;
	padding: .5em .75em;
  margin: .5em 0;
	/*border: 1px solid #def1f4;*/
	border-radius: 4px;
  background-color: #def1f4;
}

.article-caution {
  font-size: 14px;
	padding: .5em .75em;
  margin: .5em 0;
	/*border: 1px solid #FFCCFF;*/
	border-radius: 4px;
  background-color: #FFCCFF;
}

.article-aid {
  font-size: 14px;
	padding: .5em .75em;
  margin: .5em 0;
	/*border: 1px solid #b3b3b3;*/
	border-radius: 4px;
}

.article-caution,
.article-hints,
.article-memo,
.send,
.bug,
.note,
.tip {
  display:block;
  padding:12px 10px 12px 40px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  /*border:1px solid;*/
  line-height:1.5rem;
  margin-top:18px;
  margin-bottom:18px;
  position:relative;
}

.bug .list-bullet li:before,
.note .list-bullet li:before,
.tip .list-bullet li:before {
  position: absolute;
  top: 0px;
}
.bug .list-bullet li,
.note .list-bullet li,
.tip .list-bullet li {
	font-size:15px;
}

.article-caution b,
.article-caution strong,
.article-hints b,
.article-hints strong,
.article-memo b,
.article-memo strong,
.send b,
.send strong,
.bug b,
.bug strong,
.note b,
.note strong,
.tip b,
.tip strong {
  font-weight:900;
}
.article-caution::before,
.article-hints::before,
.article-memo::before,
.send::before,
.bug::before,
.note::before,
.tip::before {
  font-family: FontAwesome;
  content:"\f1d8";
  font-size:26px;
  font-weight:300;
  position:absolute;
  left:10px;
  top:22px;
  vertical-align:middle;
  color:	#4B56D2;
}
@media (min-width: 768px) {
  .article-caution,
  .article-hints,
  .article-memo,
  .send,
  .bug,
  .note,
  .tip {
    padding:12px 18px 12px 56px;
  }
  .article-caution::before,
  .article-hints::before,
  .article-memo::before,
  .bug::before,
  .note::before,
  .tip::before {
    left:18px;
  }
}
.article-memo::before,
.article-hints::before,
.article-caution::before,
.bug::before,
.note::before,
.tip::before{
  top:12px;
}
.article-caution p,
.article-memo p,
.article-hints p,
.send p,
.bug p,
.note p,
.tip p{
  margin: 0 0 10px 0;
}
.article-caution h3,
.article-memo h3,
.article-hints h3,
.send h3,
.bug h3,
.note h3,
.tip h3{
  padding: 0;
  margin: 0 0 10px 0;
  border-bottom: none;
}
.send a.article-btn,
.bug a.article-btn,
.note a.article-btn,
.tip a.article-btn{
	margin: 1em auto;
}

.bug.multiline::before,
.note.multiline::before,
.tip.multiline::before {
  top:15px;
}
.bug.singleline::before,
.note.singleline::before,
.tip.singleline::before {
  top:11px;
}

.article-memo,
.note {
  border-color:#007a5a;
  background-color:#f8f8f8;
}
.article-memo::before,
.note::before {
  font-family: FontAwesome;
  content: "\f15c";
  color:#007a5a;
}
.article-memo h4,
.note h4 {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 .3em 0;
  border-bottom: dashed 1px black;
  margin: 0 0 20px 0;
}
.article-memo h5,
.note h5 {
  font-size: 15px;
  font-weight: bold;
  padding: .5em 0 .3em .0;
  border-top: dashed 1px black;
}
.send::before{
  left:3px;
  top:12px;
}
@media (min-width: 768px) {
	.article-memo h4,
	.note h4 {
	  font-size: 16px;
	  font-weight: bold;
	  padding: 0 0 .3em 0;
	  border-bottom: dashed 1px black;
	  margin: 0 0 20px 0;
	}
	.article-memo h5,
	.note h5 {
	  font-size: 16px;
	  font-weight: bold;
	  padding: .5em 0 .3em .0;
	  border-top: dashed 1px black;
	}
  .send::before{
    left:18px;
  }
}

.send {
  background-color:#fff;
  padding:30px 18px 30px 40px;
  font-size: 14px;
  margin: .5em 0;
	/*border: 1px solid #FFCCFF;*/
	border-radius: 6px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.send::before {
  font-family: FontAwesome;
  content: "\f1d8";
  color:#4B56D2;
  top:30px !important;
}
.send h4 {
  font-size: 15px;
  color:#4B56D2;
  font-weight: bold;
  padding: 0 0 .3em 0;
  border-bottom: dashed 1px #4B56D2;
  margin: 0 0 20px 0;
}
.send h5 {
  font-size: 15px;
  font-weight: bold;
  padding: .5em 0 .3em .0;
  border-top: dashed 1px #4B56D2;
}
.boxed .send {
  box-shadow: none;
}
.accordion-box .send {
  box-shadow: none;
}
@media (min-width: 768px) {
  .send {
    padding:30px 56px;
  }
	.send h4 {
	  font-size: 16px;
	  padding: 0 0 .3em 0;
	  margin: 0 0 20px 0;
	}
	.send h5 {
	  font-size: 16px;
	  padding: .5em 0 .3em .0;
	}
}

.article-hints,
.tip{
  border-color:#1d9bd1;
  background-color:#e8f5fa;
}
.article-hints::before,
.tip::before{
  font-family: FontAwesome;
  content: "\f05a";
  color:#1d9bd1;
}

.article-caution,
.bug{
  border-color:#f2c744;
  background-color:#fcf4da;
}
.article-caution::before,
.bug::before{
  font-family: FontAwesome;
  content: "\f06a";
  color:#f2c744;
}
.article-caution::before,
.bug::before{
  top:12px;
}

.type-p{
  border-color:#e53170;
  background-color:#ffc6c7;
}
.type-p::before{
  font-family: FontAwesome;
  content: "\f06a";
  color:#e53170;
}

.aid {
  font-size: 14px;
	padding: .5em .75em;
  margin: .5em 0;
	border: 3px solid #ddd;
	border-radius: 6px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .aid {
  	font-size: 15px;
		padding: .5em .75em;
	  margin: .5em 0;
	}
}

.wysiwyg-vertical-align-center img{
	margin-right:8px;
	vertical-align: middle;
}
.wysiwyg-vertical-align-center span{
	vertical-align: middle;
}
.wysiwyg-vertical-align-center a{
	margin: 8px 25px 8px 0px;
  display: inline-block;
}


/* --- 終了 --- */

/* --- 202004追加：ボックスパターン --- */
/* お問い合わせボタン */
.article-contact{
  margin: 80px 0 15px;
  padding: 10px 30px;
  border: 1px solid #bdc3c4;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: flex;
}
.article-contact-content{
  background: url("//theme.zdassets.com/theme_assets/760728/0cb4a94637f1187856bda875add0d5a9b26ef6c3.svg") left no-repeat transparent;
  background-size: 55px;
  padding:20px 20px 20px 80px;
}
.article-contact-content h4{
  margin: 10px 0 5px 0;
}
.article-contact-content p{
  margin: 0;
  font-size: .9rem;
}
.rc_AAQButton {
  padding: 0 0;
  text-align: center;
}
.contact_btn {
  text-align: center;
}
.contact_btn input {
  /*background: url("//theme.zdassets.com/theme_assets/760728/0066370a55eda6f790e451cb59538b2be706d0e0.svg") 85% center no-repeat transparent;*/
  background-color: #20aee5;
  background-size: 6px;
  color: #FFF;
  border-radius: 999px;
  text-align: center;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 2rem auto;
  padding: 11px 40px auto;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.12);
}
.contact_btn input:hover {
  background: url("//theme.zdassets.com/theme_assets/760728/0066370a55eda6f790e451cb59538b2be706d0e0.svg") 85% center no-repeat transparent;
  background-color: #20aee5;
  background-size: 6px;
}
.contact_btn {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact_btn:hover {
  opacity: 0.5;
}
/* --- 終了 --- */

/* --- 202004追加：ログインバー --- */
/* --- 開始 --- */
.align-center{
  text-align: center !important;
}
.align-left{
  text-align: left !important;
}
.margin-center{
  margin: 0 auto !important;
}
a.btn {
  text-decoration: none;
  border: 2px solid;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 1em 2.5em 1em 2em;
  display: inline-block;
  line-height: 1;
  margin: 2em auto;
  font-weight: bold;
  position: relative;
  /* overwrite start */
  background: none;
  color: inherit;
  /* overwrite end */
}
a.btn:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
a.btn::after {
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: -100%;
  bottom: -100%;
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
  margin: auto;
  background: url(https://theme.zdassets.com/theme_assets/532076/0066370a55eda6f790e451cb59538b2be706d0e0.svg) center center no-repeat transparent;
}
a.primary {
  color: white;
  background: #0066c0;
  min-width: 280px;
}
a.secondary {
  color: white;
  background: #ff2668;
  min-width: 280px;
}
a.external::after {
  content: "";
  width: 1em;
  height: 1.2em;
  background: url("//theme.zdassets.com/theme_assets/532076/fe7ab1ab0b647437bc72a9c50725cc10149638b0.svg") left top no-repeat transparent;
}
a.external-bl::after {
  font-family: fontawesome;
  content: "\f105";
  width: 1em;
}
@media only screen and (max-width: 500px) {
  #new_article a.primary {
    min-width: 100px;
  }
}
.login-bar {
  margin:1em 0;
  background-color:#ffffff;
  padding:1.2em 0.5em 1em 0.5em;
  position:relative;
  -webkit-border-radius:15px;
  border-radius:6px;
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .login-bar {
    padding:1.2em 1.2em 1em 1.2em;
    position:relative;
  }
}
.accordion-box .login-bar {
  margin:1em 0;
  background-color:#f9f5f1;
  padding:1.2em 0.5em 1em 0;
  position:relative;
  -webkit-border-radius:15px;
  border-radius:6px;
  border: none;
}
@media (min-width: 768px) {
  .accordion-box .login-bar {
    margin:1em 5em;
    padding:1.2em 1.2em 1em 1.2em;
  }
}
.login-bar h4{
  margin:0 0 10px;
  color:#333;
  padding: 0 5px;
}
.login-bar .external{
  border:none;
  min-width:280px;
  margin:0.5em;
  font-weight:bold;
  padding:1rem 2rem 1rem 1rem;
  text-decoration:none;
  border-radius:30px
}
.login-bar .external-al{
  border:none;
  min-width:280px;
  margin:0.5em;
  font-weight:bold;
  padding:1rem 2rem 1rem 1rem;
  text-decoration:none;
  border-radius:30px
}
.login-bar .external-bl{
  color:#777;
  min-width:280px;
  margin:0.5em;
  font-weight:bold;
  padding:1rem 2rem 1rem 1rem;
  text-decoration:none;
  background-color:#fff;
  border-radius:60px;
  color: rgba(0, 102, 192, 1);
}

.login-bar-noborder {
  margin:1em 0;
  background-color:#ffffff;
  padding:1.2em 0 1em 0;
  position:relative;
  -webkit-border-radius:15px;

}
@media (min-width: 768px) {
  .login-bar-noborder {
    margin:1em 0;
    background-color: #ffffff;
    padding:1.2em 1.2em 1em 1.2em;
    position:relative;
    -webkit-border-radius:15px;
  }
}
.login-bar-noborder h4{
  margin:0 0 10px;
  color:#333;
  text-align: center;
}
.login-bar-noborder .external{
  border:none;
  min-width:280px;
  margin:0.5em;
  font-weight:bold;
  padding:1rem 2rem 1rem 1rem;
  text-decoration:none;
  border-radius:30px
}
.login-bar-noborder .external-al{
  border:none;
  min-width:280px;
  margin:0.5em;
  font-weight:bold;
  padding:1rem 2rem 1rem 1rem;
  text-decoration:none;
  border-radius:30px
}
.login-bar-noborder .external-bl{
  color:#777;
  min-width:280px;
  margin:0.5em;
  font-weight:bold;
  padding:1rem 2rem 1rem 1rem;
  text-decoration:none;
  background-color:#fff;
  border-radius:60px;
  color: rgba(0, 102, 192, 1);
}
/* --- 終了 --- */

/* --- 202004追加：TOPヘッダーニュース --- */
/* --- 開始 --- */

.header-news {
  padding: 10px 0;
  margin: 15px auto 10px auto;
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
}
@media (min-width: 768px) {
  .header-news {
    max-width: 1048px;
  }
}
.header-news h2 {
  font-size: 24px;
  margin: 0 auto 10px 0;
}
.header-news h2 a {
  font-size: 14px;
  margin: 0 auto 0 20px;
  font-weight: 500;
  text-decoration: underline;
}
/*.header-news h2 a::before {
  font-family: fontawesome;
  content: "\f0da";
  display: inline-block;
  padding: .3em 0 0 0;
  width: 10px;
  height: 16px;
  line-height: 1;
  background-size: 7px;
}*/
.header-news a {
  color: #333;
}
.header-news section {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}
.header-news-list {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.header-news-list li {
  position: relative;
  list-style: none;
  padding: 0 0 0 50px;
  margin-bottom: 10px;
}
.header-news-list li::before {
  display: none;
}
.header-news-list li+li {
  margin-top: .3em;
}
.header-news-list li.sp-news-num {
  display: none;
  position: relative;
  padding-left: 3.5em;
}
.header-news-list li.sp-news-num::before,.header-news-list li.pc-news-num::before, .label-new {
  display: inline-block;
  background: #e50914;
  color: white;
  line-height: 1;
  padding: .3em .8em;
  border-radius: 3px;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  top: .3em;
  left: 0;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: .5rem;
}
.header-news-list li.sp-news-num::before,.header-news-list li.pc-news-num::before {
  content: "New";
  position: absolute;
  padding: 0.1em .6em;
  line-height: 16px;
}
.header-news .header-news-list span {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  padding-right: .6em;
  color: #333;
}
.header-news .header-news-list a {
  color: #333;
  font-size: 14px;
}
@media (min-width: 768px) {
  .header-news .header-news-list a {
    font-size: 16px;
  } 
}
.header-news aside {
  float: right;
  display: inline-block;
}
.header-news aside p{
  margin: 5px 0;
}
.header-news aside a {
  position: relative;
  display: inline-block;
}
.header-news aside a::before {
  font-family: fontawesome;
  content: "\f0da";
  display: inline-block;
  padding: .3em 0 0 0;
  width: 20px;
  height: 16px;
  line-height: 1;
  vertical-align: top;
  background-size: 7px;
}
/* 1件もない場合 */

.news-non .header-news-list::before {
  content: "最新のお知らせはありません";
  color: #333;
}
.header-news.news-non aside {
  display: inline-block;
}
.news-non .header-news-list li.sp-news-num {
  display: none;
}
.news-non .header-news-list li {
  display: none;
}
@media only screen and (max-width: 1240px) {
  .header-news section {
    width: 100%;
  }
}
/* SPでも必ず表示の場合 */

@media only screen and (max-width: 640px) and (orientation: portrait) {
  /* 通常 */
  /*.header-news aside {
    display: none;
  }*/
  .header-news-list li {
    display: none;
  }
  .header-news-list li.sp-news-num {
    display: block;
  }
  /* 重要がある場合 */
  .news-important .header-news-list {
    width: 100%;
    float: none;
  }
  .news-important .header-news-list li.sp-news-num {
    display: none;
  }
  .news-important .header-news-list li:first-child {
    display: block;
  }
  .news-important aside {
    display: inline-block;
  }
}
/* お知らせ一覧カテゴリ／セクションのNEW */

li.article-list-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/* --- 終了 --- */

/* --- 202004追加：レイアウト：横並び2つで表示 --- */
/* --- 開始 --- */

.column2 {
    margin: 1em 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-content: stretch;
    align-content: stretch;
  }
  .column2>*:first-child {
    margin-top: 0 !important;
  }
  .column2>*:last-child {
    margin-bottom: 0 !important;
  }
  .column2>p {
    display: block;
    width: 100%;
  }
  /* 画像説明タイプ　４：６ */

  .column2>.column2-l,.column2>.column2-r {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: normal;
    position: relative;
    display: inline-block;
    width: 38%;
    vertical-align: top;
    min-height: 0%;
  }
  .column2>.column2-l *:first-child, .column2>.column2-r *:first-child {
    margin-top: 0;
  }
  .column2>.column2-r {
    width: 60%;
  }
  .column2>.column2-l>ul,.column2>.column2-r>ul, .column2>.column2-l>ol, .column2>.column2-r>ol {
    margin-top: 0;
  }
  .column2>.column2-l>*+ul, .column2>.column2-r>*+ul, .column2>.column2-l>*+ol, .column2>.column2-r>*+ol {
    margin-top: 1em;
  }
  /* 中にリスト */

  ol.space-in {
    counter-reset: olstep;
  }

  .steplist, .column2-in>li+li, .space-in>li+li, .steplist>li+li {
    margin-top: 2em;
  }
  ol.column2-in>li+li::before, ol.space-in>li+li::before, ol.steplist>li+li::before {
    top: .1em;
  }
  ul.column2-in>li+li::before,ul.space-in>li+li::before, ul.steplist>li+li::before {
    top: .5em;
  }
  /* タイプ　5：5 */

  .column2>.column {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: normal;
    position: relative;
    width: 48%;
    min-height: 0%;
  }
  .column>*:first-child {
    margin-top: 0;
  }
  /* タイプ　3：7 */

  .column2>.column2ex-l, .column2>.column2ex-r {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: normal;
    position: relative;
    display: inline-block;
    width: 67%;
    vertical-align: top;
    min-height: 0%;
  }
  .column2>.column2ex-l {
    width: 30%;
    text-align: center;
  }
  .column2>.column2ex-r+.column2ex-l, .column2>.column2ex-l+.column2ex-r {
    padding-left: 1em;
  }
  .column2ex-l>*:first-child, .column2ex-r>*:first-child {
    margin-top: 0 !important;
  }
  .column2 img, .column3 img {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .column2 img:not(.nobdr), .column3 img:not(.nobdr) {
    border: 1px solid #bdc3c4;
  }
  @media only screen and (max-width: 640px) and (orientation: portrait) {
    .column2 {
      flex-flow: column wrap;
    }
   .column2>.column2-l, .column2>.column2-r, .column2>.column2ex-l, .column2>.column2ex-r, .column2>.column {
      width: 100% !important;
      margin: 0;
      padding: 0;
    }
    .column2>.column2ex-r {
      padding-top: 2em;
    }
    .h3step+.indent {
      margin: 0;
    }
    .column2-in>li, .space-in>li {
      /*padding-left: 0;*/
    }
    .column2-in>li::before, .space-in>li::before {
      /*left: -1.6em;*/
    }
    ul.space-in>li::before {
      left: 0;
    }
    ul.space-in>li {
      padding-left: 1em;
    }
    .column2-l+.column2-r {
      margin-top: 1em;
    }
    .column+.column {
      margin-top: 1rem;
    }
  }
/* --- 終了 --- */

/* --- 202004追加：記事内カード囲い --- */
/* --- 開始 --- */
.boxed,br+img{
  /*border:1px solid #ddd;*/
  box-shadow:0 1px 5px 0 rgba(0,0,0,.14);
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  max-width:100%
}
.boxed.emoji,.boxed.noborder,.boxed.small,br+img.emoji,br+img.noborder,br+img.small{
  border:none;
  box-shadow:none;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box
}
.boxed{
  padding:10px 5px 30px 10px;
}
@media (min-width: 768px) {
.boxed{
  padding:10px 20px 40px 20px;
}
}
.boxed h3{
  padding: 0 0 0.5em 0;
}
.boxed img{
  box-shadow:none
}
.boxed .wysiwyg-font-size-large:first-child,.boxed a.zd_anchor:first-child+h1.anchor, {
  margin-top:0
}
.boxed ol{
  margin-bottom:4px
}
.boxed ol:last-child li:last-child{
  margin-bottom:0
}
.boxed+p{
  margin-top:22px
}
.boxed>.wysiwyg-font-size-large:first-child,.boxed>ol:first-child,.boxed>ul:first-child{
  margin-top:0
}
.boxed p:last-child{
  margin-bottom:0
}
.boxed ol:not(.takeaway){
  counter-reset:list;
  list-style-type:none;
  padding-left:0
}
.boxed ol:not(.takeaway) li{
  text-indent:-40px;
  margin-left:40px;
  counter-increment:list
}
.boxed ol:not(.takeaway) li:before{
  background-color:#e50914;
  width:24px;
  text-indent:8px;
  padding-left:0;
  height:24px;
  line-height:24px;
  vertical-align:top;
  -webkit-border-radius:13px;
  -moz-border-radius:13px;
  border-radius:60%;
  -moz-background-clip:padding;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  color:#fff;
  display:inline-block;
  font-weight:700;
  content:counter(list);
  margin-right:15px;
  font-size:14px
}
.boxed ol:not(.takeaway) li:nth-child(n+10):nth-child(-n+15):before{
  text-indent:4px
}
.boxed .article-note-text li {
  list-style-type: none;
}
/* --- 終了 --- */

/* --- 202004追加：解約手続きページ案内用 --- */
/* --- 1.article-headline-body */
.article-headline-body {
  margin: 0 calc(50% - 50vw);
  background: #fafafa;
}
/* --- 2.article-headline-area */
.article-headline-area {
  max-width: 1048px;
  margin: 30px auto;
  padding: 10px 10px 70px 10px;
}
/* --- 3.article-headline-tax-caution */
.article-headline-tax-caution p{
  text-align: right;
  font-size: 10px;
  margin: 0 0 30px 0;
}
/* --- 4.article-headline-card-area */
.article-headline-card-area {
	background-color: #fff;  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /* box-shadow: 0 1px 5px 0 rgba(0,0,0,.14);*/
  /*-moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;*/
}
/* --- 5.article-headline-card-title */
.article-headline-card-title {
	background-color: #163E85;
  padding: 20px 10px;
  border-radius: 4px 4px 0 0;
}
.article-headline-card-title h2{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-bottom: unset;
  	border-left: unset;
  	padding: unset;
    margin: unset;
}
.article-headline-card-title h2::before {
  font-family: fontawesome;
  content: "\f071";
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin: 0 10px 0 0;
  display: inline;
  align-items: center;
}
@media (min-width: 768px) {
	.article-headline-card-title h2{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    border-bottom: unset;
    border-left: unset;
  	padding: unset;
    margin: unset;
  }
  .article-headline-card-title h2::before {
    font-family: fontawesome;
    content: "\f071";
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    margin: 0 10px 0 0;
    display: inline;
    align-items: center;
  }
}
/* --- 6.article-headline-text */
.article-headline-text h2{
	text-align: center;
  font-size: 20px;
	font-weight: 700;
  border-bottom: unset;
  border-left: unset;
  padding: unset;
  margin: 30px 15px
}
@media (min-width: 768px) {
  .article-headline-text h2{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    border-bottom: unset;
    border-left: unset;
  	padding: unset;
    margin: 50px 15px
	}
}
/* --- 7.article-headline-img */
.article-headline-img {
	margin: 30px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .article-headline-img {
    margin: 30px 50px;
    text-align: center;
	}
}
.article-headline-img img{
  border: solid 1px #ddd;
}
/* --- 8.article-headline-accordion */
.article-headline-accordion-area {
	margin: 30px 15px;
}
@media (min-width: 768px) {
  .article-headline-accordion-area {
    margin: 30px 50px;
	}
}
.article-headline-accordion-box {
  /*border: solid 1px #ddd;*/
  border-radius: 6px;
  margin: 60px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
}
.article-headline-accordion-box list-colored {
  margin: 10px 0;
}
dl.article-headline-accordion { 
  width:100%; 
  margin:0 auto 0px; 
}
dl.article-headline-accordion dt {
  padding: 10px;
  color:#333;
  cursor:pointer;
  justify-content: space-between;
  display: flex;
}
dl.article-headline-accordion dt p  {
	margin:auto 0;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 768px) {
dl.article-headline-accordion dt p  {
    margin:auto 0;
    margin-right: auto;
    font-weight: 700;
    font-size: 20px;
  }
}
dl.article-headline-accordion dt span  {
  margin: 0 10px 0 0;
  top: auto;
  left: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  background-color: #163E85;
  border-radius: 60%;
  z-index: 1;
  color: #fff;
  line-height: 30px;
}
dl.article-headline-accordion dt::before { 
  font-family:fontawesome;
  content: "\f058";
  font-weight: 700;
  font-size:24px;
  color: #ddd;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
dl.article-headline-accordion dt::after { 
  font-family:fontawesome;
  content: "\f067";
  font-weight: 700;
  font-size:15px;
  margin: 0 10px;
  display: flex;
  align-items: center;
}
dl.article-headline-accordion dt.open {
  background-color:#163E85;
  color: #fff;
}
dl.article-headline-accordion dt.open::before { 
  font-family:fontawesome;
  content: "\f058";
  font-weight: 700;
  font-size:24px;
  color: #fff;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}
dl.article-headline-accordion dt.open::after {
  font-family:fontawesome;
  content: "\f068";
  font-weight: 700;
  font-size:14px;
  color: #fff;
  margin: 0 10px;
  align-items: center;
	display: flex;
}
dl.article-headline-accordion dd { 
  background: #fff; 
  padding: 20px; 
  display: none;
  margin-inline-start: unset;
}
@media (min-width: 768px) {
  dl.article-headline-accordion dd {
  	padding: 20px 50px; 
  }
}
dl.article-headline-accordion dd h2 { 
  margin-top: 30px;
  border-left: unset;
  border-bottom: solid 2px #ff2668;
  padding: 0;
}

/* --- 9.article-headline-hr */
.article-headline-hr {
  border: solid 1px #eee !important;
  margin: 50px 15px 0 15px;
}

/* --- 10.article-headline-button-area */
a.article-headline-btn {
  text-decoration: none;
  border: 1px solid;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 1em 2.5em 1em 2em;
  display: inline-block;
  line-height: 1;
  margin: 2em auto;
  font-weight: bold;
  position: relative;
  /* overwrite start */
  background: none;
  color: inherit;
  /* overwrite end */
}
a.article-headline-btn:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
a.article-headline-btn::after {
	font-family: fontawesome;
  content: "\f105";
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: -100%;
  bottom: -100%;
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
  margin: auto;
}
a.article-headline-primary {
  color: white;
  background: #0066c0;
  min-width: 315px;
}
a.article-headline-external::after {
  font-family: fontawesome;
  content: "\f105";
  width: 1em;
}
@media only screen and (max-width: 500px) {
  a.article-headline-primary {
    min-width: 100px;
  }
}
.article-headline-button-area {
  margin:1em 0;
  background-color:#fff;
  padding:1.2em 1.2em 3em 1.2em;
  position:relative;
  -webkit-border-radius:15px;
  border-radius:6px;
}
.article-headline-button-area h3{
  margin: 1em 0;
  border-bottom: unset;
}
.article-headline-button-area h3::after{
  font-family: fontawesome;
  content: "\f105";
  width: 1em;
  margin: 0 10px;
  color: #0066c0;
}
.article-headline-button-area .article-headline-external-b1{
  border:none;
  min-width:280px;
  margin:0.5em;
  font-weight:bold;
  padding:1rem 2rem 1rem 1rem;
  text-decoration:none;
  border-radius:60px;
}
.article-headline-button-area .article-headline-external-b2{
  color:#777;
  min-width:280px;
  margin:0.5em;
  font-weight:bold;
  padding:1rem 2rem 1rem 1rem;
  text-decoration:none;
  background-color:#fff;
  border-radius:60px;
}
.article-headline-button-area .article-headline-external-b3{
  color:#fff;
  min-width:280px;
  margin:0.5em;
  font-weight:bold;
  padding:1rem 2rem 1rem 1rem;
  text-decoration:none;
  background-color:#ff2668;
  border-radius:60px;
}

/* --- 11.article-headline-note */
.article-headline-note {
  margin: 10px 0;
  margin-left: 2em; /* ブロック全体を 1em 右に */
  text-indent: -3em; /* 先頭の1文字のみ 1em 左に */
  font-size: 12px;
}
.article-headline-note::before {
    content: "※";
    display: inline-block;
    text-indent: 1em;
    font-size: 12px;
    padding-left:1em;
}
@media (min-width: 768px){
  .article-headline-note {
    margin: 10px 100px 10px 110px;
    text-indent: -3em; /* 先頭の1文字のみ 1em 左に */
    font-size: 14px;
  }
  .article-headline-note::before {
	  content: "※";
    display: inline-block;
    width: 2em;
    padding-left:1em;
    position:relative;
    font-size: 14px;
  }
}

/* --- その他：article-headline系 */
.article-headline-accent{
  color: #FF2668;
  font-weight: 700;
}

/* --- 普段使いのボタン系 */
a.article-btn {
  text-decoration: none;
  border: 2px solid;
  display: inline-block;
  line-height: 1;
  margin: 2em 0.5em;
  font-weight: bold;
  position: relative;
  text-align: center;
}
th:has(a.article-btn) {
  text-align: left;
}
@media (min-width: 768px){
	a.article-btn {
    width: 300px;
  }
}
a.article-btn:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
/*a.article-btn::after {
	font-family: fontawesome;
  content: "\f105";
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: -100%;
  bottom: -100%;
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
  margin: auto;
}*/
.b1{
  background-color:#0066c0;
  color:#fff;
  border:none;
  min-width:220px;
  padding:1rem 2rem 1rem 1rem;
  border-radius:60px
}
.b2{
  background-color:#fff;
  color:#777;
  min-width:220px;
  padding:1rem 2rem 1rem 1rem;
  border-radius:60px;
  border: 2px solid rgba(0, 102, 192, 1) !important;
  color: rgba(0, 102, 192, 1);
}
.b3{
  background-color:#ff2668;
  color:#fff;
  border:none;
  min-width:220px;
  padding:1rem 2rem 1rem 1rem;
  border-radius:60px
}
.b4{
  border: 2px solid rgba(0, 102, 192, 1) !important;
  color: rgba(0, 102, 192, 1) !important;
  background-color:#fff;
  color:#777;
  min-width:220px;
  padding:1rem 2rem 1rem 1rem;
  border-radius:60px
}
b4.article-btn::after  {
	font-family: fontawesome;
  content: "\f35d";
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: -100%;
  bottom: -100%;
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
  margin: auto;
}
.b5{
  background-color:#fff;
  color:#0066c0;
  border: solid 1px #0066c0;
  min-width:220px;
  padding:1rem 2rem 1rem 1rem;
  border-radius:60px
}
a.b1::after,a.b2::after,a.b3::after,a.b5::after {
	font-family: fontawesome;
  content: "\f105";
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: -100%;
  bottom: -100%;
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
  margin: auto;
}
a.b4::after {
	font-family: fontawesome;
  content: "\f08e";
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: -100%;
  bottom: -100%;
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
  margin: auto;
}

/************ tab用 20211024 ********/
[dir] .tabs {
  margin-bottom: calc(16px * 1.5);
}

.tab {
  display: block;
}

[dir] .tab {
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
}

[dir=ltr] .tab {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

[dir=rtl] .tab {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

[dir] .tab p:last-child {
    margin-bottom: 0;
  }

[dir] .tab pre {
    margin-top: 0;
  }

@media (min-width: 768px) {

[dir=ltr] .tab {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
}

[dir=rtl] .tab {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}
  }

[dir=ltr] .tab:nth-child(2) {
    border-top-left-radius: 0;
}

[dir=rtl] .tab:nth-child(2) {
  border-top-right-radius: 0;
}

.tabs-link {
  display: block;
  font-weight: 600;
  color: #2c2d30;
}

[dir] .tabs-link {
  padding: 8px 30px;
  margin: 0;
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0;
}

.tabs-link:hover {
    color: #107cd5;
  }

@media (max-width: 767px) {

[dir] .tabs-link {
    border-top-color: #ddd
}

[dir=ltr] .tabs-link {
        border-right-color: #ddd;
        border-left-color: #ddd
}

[dir=rtl] .tabs-link {
    border-left-color: #ddd;
    border-right-color: #ddd
}

    [dir=ltr] .tabs-link:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    [dir=rtl] .tabs-link:first-child {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
    }
  }

@media (min-width: 768px) {

.tabs-link {
    display: inline-block
}
  }

.tabs-link.is-active {
  color: #107cd5;
}

[dir] .tabs-link.is-active {
  cursor: pointer;
  border-color: #ddd;
}

.tabs-link.is-active:hover {
    color: #107cd5;
  }

[dir] .tabs-link.is-active:hover {
    cursor: default;
  }

@media (min-width: 768px) {

[dir] .tabs-link.is-active {
    border-bottom: 1px solid #fff
}

[dir=ltr] .tabs-link.is-active {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
}

[dir=rtl] .tabs-link.is-active {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}
  }

[dir] .tabs--colored-1 .tab {
    background-color: #fcfcfc !important;
  }

[dir] .tabs--colored-1 .tabs-link.is-active {
    background-color: #fcfcfc;
    border-bottom-color: #fcfcfc;
  }

.tabs--colored-2 .tabs-link:hover {
      color: #107cd5;
    }

.tabs--colored-2 .tabs-link.is-active {
    color: #fff;
  }

[dir] .tabs--colored-2 .tabs-link.is-active {
    background-color: #107cd5;
    border-color: #107cd5;
  }

.tabs--colored-2 .tabs-link.is-active:hover {
      color: #fff;
    }

[dir] .tabs--colored-2 .tab {
    background-color: #fcfcfc !important;
  }
.is-hidden{
  display: none;
}

/************ tab用終わり ********/




/*カテゴリーページ  カテゴリー項目 */

/* BB.excite光回線 クロス10ギガ > サービス／オプションのお申込み */
.category_item_36959416671897:before,
/* BB.excite光回線 ネクスト1ギガ > サービス／オプションのお申込み */
.category_item_36959599121433:before,
/* BB.excite（ISP） > サービス／オプションのお申込み */
.category_item_115000900348:before,
/* BB.excite光 with フレッツ > サービス／オプションのお申込み */ 
.category_item_115001076888:before,
/*BB.excite光 MEC 接続プラン > サービス／オプションのお申込み */
/*7/19修正要：カテゴリidの差し替え */
.category_item_360000005582:before,
/*BB.exciteコネクト IPoE接続プラン 10G > サービス／オプションのお申込み */
.category_item_900000067203:before,
/*BB.excite光 Fit> サービス／オプションのお申込み */
.category_item_900000036486:before,
/*BB.excite光 MEC > サービス／オプションのお申込み */
.category_item_115001069507:before,
/*BB.excite光 Classic > サービス／オプションのお申込み */
.category_item_115001077168:before,
/*ドコモ光（ISP） > サービス／オプションのお申込み */
.category_item_115001069767:before,
/*BB.exciteモバイル > サービス／オプションのお申込み */
.category_item_115000892967:before,
/*BB.exciteモバイルWiFi　> サービス／オプションのお申込み */
.category_item_900000308103:before,
/*BB.exciteモバイルLTE > サービス／オプションのお申込み */
/*7/19修正要：削除 
.category_item_115001077388:before,*/
/*BB.excite有料オプション > サービス／オプションのお申込み */
.category_item_115001070107:before, 
/* BB.excite光 10G > サービス／オプションのお申込み */
.category_item_900000238606:before {
  float: left;
  margin: 5px 15px 0 0;
  padding: 0;
  font-family: FontAwesome;
  content: "\f07a";
  font-size: 50px;
  color: #2cb67d;
}

/* BB.excite光回線 クロス10ギガ > 各種お手続き */
.category_item_36959535496857:before,
/* BB.excite光回線 ネクスト1ギガ > 各種お手続き */
.category_item_36959706762009:before,
/* BB.excite光 10G > 各種お手続き */
.category_item_900000238666:before,
/* BB.excite（ISP） > 各種お手続き */
.category_item_115000900368:before,
/* BB.excite光 with フレッツ > 各種お手続き */ 
.category_item_115001069307:before,
/*BB.excite光 MEC 接続プラン > 各種お手続き */ 
/*7/19修正要：カテゴリidの差し替え */
.category_item_360000041641:before,
/*BB.exciteコネクト IPoE接続プラン 10G > 各種お手続き */ 
.category_item_900000072686:before,
/*BB.excite光 Fit > 各種お手続き */ 
.category_item_900000028963:before,
/*BB.excite光 MEC > 各種お手続き */ 
.category_item_115001069467:before,
/*BB.excite光 Classic > 各種お手続き */ 
.category_item_115001069607:before,
/* ドコモ光（ISP） > 各種お手続き */ 
.category_item_115001077228:before,
/* BB.exciteモバイル > 各種お手続き */ 
.category_item_115000893007:before,
/* BB.exciteモバイルWiFi > 各種お手続き */ 
.category_item_900000316306:before,
/* BB.exciteモバイルLTE > 各種お手続き */
/*7/19修正要：削除 
.category_item_115001069947:before,*/
/* BB.excite有料オプション > 各種お手続き */
.category_item_115001070067:before {
  float: left;
  margin: 5px 15px 0 0;
  padding: 0;
  font-family: FontAwesome;
  content: "\f044";
  font-size: 50px;
  color: #8c7851;
}

/* BB.excite光回線 クロス10ギガ > サービス・機器の仕様 */
.category_item_36959470150553:before,
/* BB.excite光回線 ネクスト1ギガ > サービス・機器の仕様 */
.category_item_36959670042265:before,
/* BB.excite光 10G > サービス・機器の仕様 */
.category_item_900000235403:before,
/* BB.excite（ISP） > サービス・機器の仕様 */
.category_item_115000892807:before,
/* BB.excite光 with フレッツ > サービス・機器の仕様 */ 
.category_item_115001076908:before,
/*BB.excite光 MEC 接続プラン > サービス・機器の仕様 */ 
/*7/19修正要：カテゴリidの差し替え */
.category_item_360000042002:before,
/*BB.exciteコネクト IPoE接続プラン 10G > サービス・機器の仕様 */ 
.category_item_900000072706:before,
/*BB.excite光 Fit > サービス・機器の仕様 */ 
.category_item_900000028983:before,
/*BB.excite光 MEC > サービス・機器の仕様 */ 
.category_item_115001069447:before,
/*BB.excite光 Classic > サービス・機器の仕様 */ 
.category_item_115001069587:before,
/*ドコモ光（ISP） > サービス・機器の仕様 */ 
.category_item_115001069747:before,
/*BB.exciteモバイル > サービス・機器の仕様 */ 
.category_item_115000900468:before,
/*BB.exciteモバイルWiFi > サービス・機器の仕様 */ 
.category_item_900000308183:before,
/*BB.exciteモバイルLTE > サービス・機器の仕様 */
/*7/19修正要：削除 
.category_item_115001069927:before,*/
/*BB.excite有料オプション > サービス・機器の仕様 */
.category_item_115001077508:before {
  float: left;
  margin: 5px 15px 0 0;
  padding: 0;
  font-family: FontAwesome;
  content: "\f05a";
  font-size: 50px;
  color: #6246ea;
}

/* BB.excite光回線 クロス10ギガ > 設定方法 */
.category_item_36959484453017:before,
/* BB.excite光回線 ネクスト1ギガ > 設定方法 */
.category_item_36959665745561:before,
/* BB.excite光 10G > 利用方法／設定方法 */
.category_item_900000235503:before,
/* BB.excite（ISP） > 利用方法／設定方法 */
.category_item_115000892847:before,
/* BB.excite光 with フレッツ > 利用方法／設定方法 */ 
.category_item_115001076968:before,
/*BB.excite光 MEC 接続プラン > 利用方法／設定方法 */ 
/*7/19修正要：カテゴリidの差し替え */
.category_item_360000041581:before,
/*BB.exciteコネクト IPoE接続プラン 10G > 利用方法／設定方法 */ 
.category_item_900000072726:before,
/*BB.excite光 Fit > 利用方法／設定方法 */ 
.category_item_900000029043:before,
/*BB.excite光 MEC > 利用方法／設定方法 */ 
.category_item_115001077068:before,
/*BB.excite光 Classic > 利用方法／設定方法 */ 
.category_item_115001077088:before,
/* ドコモ光（ISP） > 利用方法／設定方法 */ 
.category_item_115001069687:before,
/*BB.exciteモバイル > 利用方法／設定方法 */
.category_item_115000893047:before,
/*BB.exciteモバイルWiFi > 利用方法／設定方法 */
.category_item_900000308223:before,
/*BB.exciteモバイルLTE > 利用方法／設定方法 */
/*7/19修正要：削除 
.category_item_115001077348:before,*/
/*BB.excite有料オプション > 利用方法／設定方法 */ 
.category_item_115001077468:before {
  float: left;
  margin: 5px 15px 0 5px;
  padding: 0;
  font-family: FontAwesome;
  content: "\f0ad";
  font-size: 50px;
  color: #d1d1e9;
}

/* BB.excite光回線 クロス10ギガ > 料金請求・お支払い */
.category_item_36959489697561:before,
/* BB.excite光回線 ネクスト1ギガ > 料金請求・お支払い */
.category_item_36959677028761:before,
/* BB.excite光 10G > 料金請求・お支払い */
.category_item_900000238886:before,
/* BB.excite（ISP） > 料金請求・お支払い */
.category_item_115000892867:before,
/* BB.excite光 with フレッツ > 料金請求・お支払い */ 
.category_item_115001076988:before,
/*BB.excite光 MEC 接続プラン > 料金請求・お支払い */ 
/*7/19修正要：カテゴリidの差し替え */
.category_item_360000041561:before,
/*BB.exciteコネクト IPoE接続プラン 10G > 料金請求・お支払い */ 
.category_item_900000067303:before,
/*BB.excite光 Fit > 料金請求・お支払い */ 
.category_item_900000029083:before,
/*BB.excite光 MEC > 料金請求・お支払い */ 
.category_item_115001077048:before,
/*BB.excite光 Classic > 料金請求・お支払い */ 
.category_item_115001069547:before,
/*ドコモ光（ISP）  > 料金請求・お支払い */ 
.category_item_115001077208:before,
/*BB.exciteモバイル > 料金請求・お支払い */ 
.category_item_115000893087:before,
/*BB.exciteモバイルWiFi > 料金請求・お支払い */ 
.category_item_900000316366:before,
/*BB.exciteモバイルLTE > 料金請求・お支払い */
/*7/19修正要：削除 
.category_item_115001069867:before,*/
/*BB.excite有料オプション > 料金請求・お支払い */
.category_item_115001069987:before {
  float: left;
  margin: 5px 15px 0 0;
  padding: 0;
  font-family: FontAwesome;
  content: "\f157";
  font-size: 50px;
  color: #faae2b;
}

/* BB.excite光回線 クロス10ギガ > サービス解約 */
.category_item_36959581884953:before,
/* BB.excite光回線 ネクスト1ギガ > サービス解約 */
.category_item_36959710237209:before,
/* BB.excite光 10G > サービス解約 */
.category_item_900000238866:before,
/* BB.excite（ISP） > サービス解約 */
.category_item_115000892887:before,
/* BB.excite光 with フレッツ > サービス解約 */ 
.category_item_115001077008:before,
/* BB.excite光 MEC 接続プラン > サービス解約 */ 
/*7/19修正要：カテゴリidの差し替え */
.category_item_360000041541:before,
/*BB.exciteコネクト IPoE接続プラン 10G > サービス解約 */ 
.category_item_900000072946:before,
/* BB.excite光 Fit > サービス解約 */ 
.category_item_900000036526:before,
/* BB.excite光 MEC > サービス解約 */ 
.category_item_115001069367:before,
/* BB.excite光 Classic > サービス解約 */ 
.category_item_115001069527:before,
/* ドコモ光（ISP） > サービス解約 */ 
.category_item_115001069627:before,
/* BB.exciteモバイル > サービス解約 */
.category_item_115000893107:before,
/* BB.exciteモバイルWiFi > サービス解約 */
.category_item_900000308243:before,
/* BB.exciteモバイルLTE > サービス解約 */
/*7/19修正要：削除 
.category_item_115001077308:before,*/
/* BB.excite有料オプション > サービス解約 */
.category_item_115001077408:before {
  float: left;
  margin: 5px 15px 0 0;
  padding: 0;
  font-family: FontAwesome;
  content: "\f007";
  font-size: 50px;
  color: #BE1E2F;
}

.w600 {
  width: 100%;
  max-width: 600px;
}

/***** 生成AI同意バナー *****/
.ai-consent-banner {
  display: none; /* JavaScript未実行時は非表示 */
  background-color: #fff;
  border: 2px solid #e50914;
  border-radius: 8px;
  margin: 20px 0;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.ai-consent-content {
  max-width: 100%;
}

.ai-consent-title {
  font-size: 18px;
  font-weight: bold;
  color: #e50914;
  margin: 0 0 15px 0;
}

.ai-consent-description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.ai-consent-description p {
  margin: 0 0 10px 0;
}

.ai-consent-list {
  margin: 10px 0;
  padding-left: 20px;
}

.ai-consent-list li {
  margin-bottom: 5px;
  color: #5f5b5f;
}

.ai-consent-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ai-consent-btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ai-consent-accept {
  background-color: #e50914;
  color: #fff;
}

.ai-consent-accept:hover {
  background-color: #c70812;
}

.ai-consent-decline {
  background-color: #f5f5f5;
  color: #5f5b5f;
  border: 1px solid #ccc;
}

.ai-consent-decline:hover {
  background-color: #e0e0e0;
}

@media (max-width: 768px) {
  .ai-consent-banner {
    padding: 15px;
  }

  .ai-consent-title {
    font-size: 16px;
  }

  .ai-consent-description {
    font-size: 13px;
  }

  .ai-consent-actions {
    flex-direction: column;
  }

  .ai-consent-btn {
    width: 100%;
  }
}