@charset "UTF-8";
/* ==========================================================================
 * Netprotections
 * zendesk faq theme
 *
 * style sheet
========================================================================== */

/* ==========================================================================
 * base / ベース　リセットCSS
========================================================================== */
/* reset
---------------------------------------------- */
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	color: #4D4D4D;
	font-size: 1.4rem;
}

/* all
---------------------------------------------- */
* {
	box-sizing: border-box;
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

/* html,body
-------------------------------------*/
html{
	font-size: 10px;
}
body {
	background-color: #ffffff;
	color: rgba(77, 77, 77, 1);
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
	body > main {
		min-height: 65vh;
	}
}/* end over tb -----------------------*/

@media (max-width: 767px) {
	body {
		font-size: 1.6rem;
	}
}/* end less sp -----------------------*/

/* ==========================================================================
 * generals / 汎用クラス
========================================================================== */
/* ==========================================================================
 *
 * generals.scss
 *
========================================================================== */
/* PC/SP出し分けクラス
-------------------------------------*/
@media screen and (min-width: 769px) {
  /* line 10, common/asset/css/parts/_00_generals.scss */
  .only--sp {
    display: none !important;
  }
}

/* end over smallbreak */
@media screen and (max-width: 768px) {
  /* line 14, common/asset/css/parts/_00_generals.scss */
  .only--pc {
    display: none !important;
  }
}

/* end less SP */
/* CSSアニメーション用ページロード時非表示クラス
-------------------------------------*/
@media screen and (min-width: 769px) {
  /* line 21, common/asset/css/parts/_00_generals.scss */
  .load-hide--pc {
    display: none !important;
  }
}

/* end over smallbreak */
@media screen and (max-width: 768px) {
  /* line 24, common/asset/css/parts/_00_generals.scss */
  .load-hide--sp {
    display: none !important;
  }
}

/* end less SP */
/* text styles
-------------------------------------*/
/* text aligns */
/* line 30, common/asset/css/parts/_00_generals.scss */
.align--c {
  text-align: center !important;
}

/* line 31, common/asset/css/parts/_00_generals.scss */
.align--l {
  text-align: left !important;
}

/* line 32, common/asset/css/parts/_00_generals.scss */
.align--r {
  text-align: right !important;
}

/* PCのみ */
@media screen and (min-width: 769px) {
  /* line 36, common/asset/css/parts/_00_generals.scss */
  .align--c--pc {
    text-align: center !important;
  }
  /* line 37, common/asset/css/parts/_00_generals.scss */
  .align--l--pc {
    text-align: left !important;
  }
  /* line 38, common/asset/css/parts/_00_generals.scss */
  .align--r--pc {
    text-align: right !important;
  }
}

/* end more SP */
/* SPのみ */
@media screen and (max-width: 768px) {
  /* line 43, common/asset/css/parts/_00_generals.scss */
  .align--c--sp {
    text-align: center !important;
  }
  /* line 44, common/asset/css/parts/_00_generals.scss */
  .align--l--sp {
    text-align: left !important;
  }
  /* line 45, common/asset/css/parts/_00_generals.scss */
  .align--r--sp {
    text-align: right !important;
  }
}

@media screen and (min-width: 426px) {
  .sp_only426 {
    display: none !important;
  }
}

/* end end less SP */
/* text decorations */
/* line 50, common/asset/css/parts/_00_generals.scss */
.td--n {
  text-decoration: none !important;
}

/* line 51, common/asset/css/parts/_00_generals.scss */
.td--u {
  text-decoration: underline !important;
}

/* line 52, common/asset/css/parts/_00_generals.scss */
.td--o {
  text-decoration: overline !important;
}

/* vertical aligns */
/* line 55, common/asset/css/parts/_00_generals.scss */
.valign--t {
  vertical-align: top !important;
}

/* line 56, common/asset/css/parts/_00_generals.scss */
.valign--m {
  vertical-align: middle !important;
}

/* line 57, common/asset/css/parts/_00_generals.scss */
.valign--b {
  vertical-align: bottom !important;
}

/* indent */
/* line 60, common/asset/css/parts/_00_generals.scss */
.indent--1 {
  text-indent: -1em !important;
}

/* line 61, common/asset/css/parts/_00_generals.scss */
.indent--2 {
  text-indent: -2em !important;
}

/* line 62, common/asset/css/parts/_00_generals.scss */
.indent--3 {
  text-indent: -3em !important;
}

/* colors */
/* line 65, common/asset/css/parts/_00_generals.scss */
.color--red {
  color: #FF0F0F !important;
}

/* line 66, common/asset/css/parts/_00_generals.scss */
.color--gray {
  color: #757575 !important;
}

/* line 67, common/asset/css/parts/_00_generals.scss */
.color--blue {
  color: #070D59 !important;
}

/* font weight */
/* line 70, common/asset/css/parts/_00_generals.scss */
.weight--n {
  font-weight: normal !important;
}

/* line 71, common/asset/css/parts/_00_generals.scss */
.weight--b {
  font-weight: bold !important;
}

/* font size */
/* line 74, common/asset/css/parts/_00_generals.scss */
.size--xxl {
  font-size: 3.5rem !important;
}

/* line 77, common/asset/css/parts/_00_generals.scss */
.size--xl {
  font-size: 2.2rem !important;
}

/* line 78, common/asset/css/parts/_00_generals.scss */
.size--l {
  font-size: 1.8rem !important;
}

/* line 80, common/asset/css/parts/_00_generals.scss */
.size--m {
  font-size: 1.6rem !important;
}

/* line 81, common/asset/css/parts/_00_generals.scss */
.size--s {
  font-size: 1.1rem !important;
}

/* line 82, common/asset/css/parts/_00_generals.scss */
.size--xs {
  font-size: 0.875rem !important;
}

/* block styles
-------------------------------------*/
/* position */
/* line 88, common/asset/css/parts/_00_generals.scss */
.pos--r {
  position: relative !important;
}

/* line 89, common/asset/css/parts/_00_generals.scss */
.pos--a {
  position: absolute !important;
}

/* line 90, common/asset/css/parts/_00_generals.scss */
.pos--s {
  position: static !important;
}

/* float */
/* line 93, common/asset/css/parts/_00_generals.scss */
.float--l {
  float: left !important;
}

/* line 94, common/asset/css/parts/_00_generals.scss */
.float--r {
  float: right !important;
}

/* line 95, common/asset/css/parts/_00_generals.scss */
.float--n {
  float: none !important;
}

/* display*/
/* line 98, common/asset/css/parts/_00_generals.scss */
.disp--b {
  display: block !important;
}

/* line 99, common/asset/css/parts/_00_generals.scss */
.disp--f {
  display: flex !important;
}

/* flex */
/* line 102, common/asset/css/parts/_00_generals.scss */
.flex--s {
  justify-content: flex-start !important;
}

/* line 103, common/asset/css/parts/_00_generals.scss */
.flex--e {
  justify-content: flex-end !important;
}

/* margin / padding
========================================================================== */
/* margin */
/* line 112, common/asset/css/parts/_00_generals.scss */
.m-top--none {
  margin-top: 0px !important;
}

/* line 113, common/asset/css/parts/_00_generals.scss */
.m-top--xs {
  margin-top: 8px !important;
}

/* line 114, common/asset/css/parts/_00_generals.scss */
.m-top--s {
  margin-top: 16px !important;
}

/* line 115, common/asset/css/parts/_00_generals.scss */
.m-top--m {
  margin-top: 24px !important;
}

/* line 116, common/asset/css/parts/_00_generals.scss */
.m-top--l {
  margin-top: 48px !important;
}

/* line 117, common/asset/css/parts/_00_generals.scss */
.m-top--xl {
  margin-top: 60px !important;
}

/* line 118, common/asset/css/parts/_00_generals.scss */
.m-top--xxl {
  margin-top: 97px !important;
}

/* line 112, common/asset/css/parts/_00_generals.scss */
.m-right--none {
  margin-right: 0px !important;
}

/* line 113, common/asset/css/parts/_00_generals.scss */
.m-right--xs {
  margin-right: 8px !important;
}

/* line 114, common/asset/css/parts/_00_generals.scss */
.m-right--s {
  margin-right: 16px !important;
}

/* line 115, common/asset/css/parts/_00_generals.scss */
.m-right--m {
  margin-right: 24px !important;
}

/* line 116, common/asset/css/parts/_00_generals.scss */
.m-right--l {
  margin-right: 48px !important;
}

/* line 117, common/asset/css/parts/_00_generals.scss */
.m-right--xl {
  margin-right: 60px !important;
}

/* line 118, common/asset/css/parts/_00_generals.scss */
.m-right--xxl {
  margin-right: 97px !important;
}

/* line 112, common/asset/css/parts/_00_generals.scss */
.m-left--none {
  margin-left: 0px !important;
}

/* line 113, common/asset/css/parts/_00_generals.scss */
.m-left--xs {
  margin-left: 8px !important;
}

/* line 114, common/asset/css/parts/_00_generals.scss */
.m-left--s {
  margin-left: 16px !important;
}

/* line 115, common/asset/css/parts/_00_generals.scss */
.m-left--m {
  margin-left: 24px !important;
}

/* line 116, common/asset/css/parts/_00_generals.scss */
.m-left--l {
  margin-left: 48px !important;
}

/* line 117, common/asset/css/parts/_00_generals.scss */
.m-left--xl {
  margin-left: 60px !important;
}

/* line 118, common/asset/css/parts/_00_generals.scss */
.m-left--xxl {
  margin-left: 97px !important;
}

/* line 112, common/asset/css/parts/_00_generals.scss */
.m-bottom--none {
  margin-bottom: 0px !important;
}

/* line 113, common/asset/css/parts/_00_generals.scss */
.m-bottom--xs {
  margin-bottom: 8px !important;
}

/* line 114, common/asset/css/parts/_00_generals.scss */
.m-bottom--s {
  margin-bottom: 16px !important;
}

/* line 115, common/asset/css/parts/_00_generals.scss */
.m-bottom--m {
  margin-bottom: 24px !important;
}

/* line 116, common/asset/css/parts/_00_generals.scss */
.m-bottom--l {
  margin-bottom: 48px !important;
}

/* line 117, common/asset/css/parts/_00_generals.scss */
.m-bottom--xl {
  margin-bottom: 60px !important;
}

/* line 118, common/asset/css/parts/_00_generals.scss */
.m-bottom--xxl {
  margin-bottom: 97px !important;
}

/* padding */
/* line 124, common/asset/css/parts/_00_generals.scss */
.p-top--none {
  padding-top: 0px !important;
}

/* line 125, common/asset/css/parts/_00_generals.scss */
.p-top--xs {
  padding-top: 8px !important;
}

/* line 126, common/asset/css/parts/_00_generals.scss */
.p-top--s {
  padding-top: 16px !important;
}

/* line 127, common/asset/css/parts/_00_generals.scss */
.p-top--m {
  padding-top: 24px !important;
}

/* line 128, common/asset/css/parts/_00_generals.scss */
.p-top--l {
  padding-top: 48px !important;
}

/* line 129, common/asset/css/parts/_00_generals.scss */
.p-top--xl {
  padding-top: 60px !important;
}

/* line 130, common/asset/css/parts/_00_generals.scss */
.p-top--xxl {
  padding-top: 97px !important;
}

/* line 124, common/asset/css/parts/_00_generals.scss */
.p-right--none {
  padding-right: 0px !important;
}

/* line 125, common/asset/css/parts/_00_generals.scss */
.p-right--xs {
  padding-right: 8px !important;
}

/* line 126, common/asset/css/parts/_00_generals.scss */
.p-right--s {
  padding-right: 16px !important;
}

/* line 127, common/asset/css/parts/_00_generals.scss */
.p-right--m {
  padding-right: 24px !important;
}

/* line 128, common/asset/css/parts/_00_generals.scss */
.p-right--l {
  padding-right: 48px !important;
}

/* line 129, common/asset/css/parts/_00_generals.scss */
.p-right--xl {
  padding-right: 60px !important;
}

/* line 130, common/asset/css/parts/_00_generals.scss */
.p-right--xxl {
  padding-right: 97px !important;
}

/* line 124, common/asset/css/parts/_00_generals.scss */
.p-left--none {
  padding-left: 0px !important;
}

/* line 125, common/asset/css/parts/_00_generals.scss */
.p-left--xs {
  padding-left: 8px !important;
}

/* line 126, common/asset/css/parts/_00_generals.scss */
.p-left--s {
  padding-left: 16px !important;
}

/* line 127, common/asset/css/parts/_00_generals.scss */
.p-left--m {
  padding-left: 24px !important;
}

/* line 128, common/asset/css/parts/_00_generals.scss */
.p-left--l {
  padding-left: 48px !important;
}

/* line 129, common/asset/css/parts/_00_generals.scss */
.p-left--xl {
  padding-left: 60px !important;
}

/* line 130, common/asset/css/parts/_00_generals.scss */
.p-left--xxl {
  padding-left: 97px !important;
}

/* line 124, common/asset/css/parts/_00_generals.scss */
.p-bottom--none {
  padding-bottom: 0px !important;
}

/* line 125, common/asset/css/parts/_00_generals.scss */
.p-bottom--xs {
  padding-bottom: 8px !important;
}

/* line 126, common/asset/css/parts/_00_generals.scss */
.p-bottom--s {
  padding-bottom: 16px !important;
}

/* line 127, common/asset/css/parts/_00_generals.scss */
.p-bottom--m {
  padding-bottom: 24px !important;
}

/* line 128, common/asset/css/parts/_00_generals.scss */
.p-bottom--l {
  padding-bottom: 48px !important;
}

/* line 129, common/asset/css/parts/_00_generals.scss */
.p-bottom--xl {
  padding-bottom: 60px !important;
}

/* line 130, common/asset/css/parts/_00_generals.scss */
.p-bottom--xxl {
  padding-bottom: 97px !important;
}

/* ==========================================================================
 * parts / 汎用パーツ
========================================================================== */
/* line 17, common/asset/css/parts/_02_button.scss */
.button-block {
  margin: 16px auto;
  /* end less SP */
}

@media screen and (max-width: 768px) {
  /* line 17, common/asset/css/parts/_02_button.scss */
  .button-block {
    margin: 16px auto;
  }
}

.Button {
  position: relative;
  display: inline-block;
  margin: 12px 8px;
  /* end less SP */
}
.Button > * {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 8px;
  transition: all .2s linear;
}
.Button > *:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  /* line 25, common/asset/css/parts/_02_button.scss */
  .Button {
    margin: 16px 8px;
  }
  /* line 49, common/asset/css/parts/_02_button.scss */
  .Button > * {
    font-size: 1.4rem;
    font-weight: bold;
  }
}

/* button size
-------------------------------------*/
/* line 85, common/asset/css/parts/_02_button.scss */
.Button--m {
}
.Button--m > * {
  min-width: 285px;
  padding: 1em 2.5em;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .Button--m {
    margin: 12px auto;
  }
  .Button--m > * {
	  min-width: inherit;
    width: 60vw;
    padding: 12px 0;
  }
}

/* button type
-------------------------------------*/
/* button--blue */
.Button.Button--blue > * {
  background: #0092CC;
  color: #fff;
}

/* ==========================================================================
 * tags / HTMLタグ
========================================================================== */
/* heading
-------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 400;
	margin-top: 0;
}

h1 {
	font-size: 2.0rem;
}
h2 {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.4rem;
}
h4 {
	font-size: 1.4rem;
}

@media (max-width: 767px) {
	h1 {
		font-size: 20px;
		color: #4D4D4D;
		padding-bottom: 18px;
	}
	h2 {}
	h3 {
		font-size: 1.4rem;
		font-weight: 300;
    margin-bottom: 8px;
	}
	h4 {
		font-size: 15px;
	}
}/* end less sp -----------------------*/


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


/* table
-------------------------------------*/
table {
	display: contents;
}
td {
	border-top: 1px #cdcdcd solid;
	border-collapse: collapse;
}
th {

	border-collapse: collapse;
	border-bottom: 1px #cdcdcd solid;
}

/* first-answer-box
-------------------------------------*/
.first-answer-box {
  margin: 10px 0 10px;
  padding: 8px 15px;
  background: #c7edf7;
  font-size: 0.9em;
  border-radius: 6px;
  padding-left: 2em;
  text-indent: 0em;
}

/* second-answer-box
-------------------------------------*/
.second-answer-box {
  margin: 10px 0 10px;
  padding: 8px 15px;
  font-size: 0.9em;
  padding-left: 2em;
  text-indent: -1em;
}
.second-answer-box span {
  background: linear-gradient(transparent 50%, yellow 50%);
}

/* third-answer-box
-------------------------------------*/
.third-answer-box {
  margin: 10px 0 10px;
  padding: 8px 15px;
  font-size: 0.9em;
}


/* link
-------------------------------------*/
a,
a:visited{
	color: #0099dd;
	text-decoration: none;
}

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


/* input
-------------------------------------*/
input,
textarea {
	color: #000;
	font-size: 1.4rem;
}

input,
input[type="search"]{
	font-weight: 300;
	max-width: 100%;
	outline: none;
	transition: all .3s ease-in-out;
	box-sizing: border-box;
}

input[type="search"]:hover {
  /* -webkit-box-shadow: 5px 5px 10px 2px rgba(71,71,71,0.4);
	-moz-box-shadow: 5px 5px 10px 2px rgba(71,71,71,0.4);
	box-shadow: 5px 5px 10px 2px rgba(71,71,71,0.4); */
}

input:focus {
	border: 1px solid #0099dd;
}

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

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(/hc/theming_assets/01KV9H29X7Z30ET0YXTX2BJSZJ) 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 #0099dd;
}

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 #0099dd;
}


/* form
-------------------------------------*/
.form {
	max-width: 700px;
	margin: 0 auto;
}
form.request-form {
	padding-bottom: 80px;
}

.form input::placeholder,
.form textarea::placeholder {
	color: #AAAAAA;
}

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

.form-field label {
	display: block;
	font-size: 1.3rem;
	margin-bottom: 5px;
}

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

.form-field input:focus {
	border: 1px solid #0099dd;
}

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

.form-field input[type="text"]:focus {
	border: 1px solid #0099dd;
}

/* checkbox/radiobox
----------------------- */
.form-field input[type="checkbox"] {
	width: auto;
  margin-bottom: 6px;
}

.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 #0099dd;
	text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
	outline: none;
	border: 1px solid #0099dd;
	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: gray;
	font-size: 1.2rem;
	margin: 5px 0;
  display: inline-block;
  vertical-align: bottom;
}

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

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

.form footer a {
	color: gray;
	cursor: pointer;
	margin-right: 15px;
}

.form .suggestion-list {
	font-size: 1.3rem;
	margin-top: 30px;
}

.form .suggestion-list label {
	border-bottom: 1px solid #ddd;
	display: block;
	padding-bottom: 5px;
}

.form .suggestion-list li {
	padding: 10px 0;
}

.form .suggestion-list li a:visited {
	color: #005277;
}

.form-field input[type="text"],
.form-field textarea,
.upload-dropzone,
.form-field .nesty-input {
	border: 1px solid #4d4d4d;
	border-radius: 0px;
}

form.request-form .email_hint {
	color: gray;
	font-size: 1.2rem;
	margin: 5px 0;
}

label#request_custom_fields_360017779554_label {
	margin: 30px 0 0;
	display: block;
}
#request_custom_fields_360017779554_hint {
	display: inline-block;
}


/* ==========================================================================
 * classes / 汎用クラス
========================================================================== */
/* pc / sp change content
-------------------------------------*/
@media (min-width: 768px) {
	.u-sp {
		display: none !important;
	}
}/* end over sp -----------------------*/

@media (max-width: 767px) {
	.u-pc {
		display: none !important;
	}
}/* end less sp -----------------------*/

/* color
-------------------------------------*/
.wysiwyg-color-cyan {
	color: #0092CC;
}

.wysiwyg-color-pink {
	color: #D13F57;
}

.wysiwyg-color-black70 {
	color: #222222;
}
.wysiwyg-color-black60 {
	color: #6C7882;
}
.wysiwyg-color-black10 {
	color: #ffffff;
}

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


/* ==========================================================================
 * parts / コンポーネントパーツ
========================================================================== */
/* notice
-------------------------------------*/
a.notice{
  display: block;
  max-width: 680px;
	margin: 24px auto;
	padding: 12px;
	border: 2px solid #D13F57;
	color: #D13F57;
	text-align: center;
  text-decoration: none;
}
.notice p{
  color: #D13F57;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
a.notice{
	margin: 24px 5%;
}
}/* end less sp -----------------------*/


.yokuaru li a {
	/* visibility: hidden; */
}

/* button
-------------------------------------*/
.button,
[role="button"] {
	border: 1px solid #0099dd;
	border-radius: 4px;
	color: #0099dd;
	cursor: pointer;
	display: inline-block;
	font-size: 2.5rem;
	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;
}

.button::after,
[role="button"]::after {
	color: #0099dd;
}

.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: #0099dd;
	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: #005277;
	border-color: #005277;
}

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

.button-large,
input[type="submit"] {
	background-color: #0099dd;
	border: 0;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.72;
	min-width: 190px;
	padding: 0 1.9286em;
	width: 100%;
	height: 60px;
}


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

.button-large[disabled],
input[type="submit"][disabled] {
	background-color: #ddd;
}

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

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


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

.table th,
.table th a {
	color: gray;
	font-size: 1.3rem;
	font-weight: 300;
	text-align: left;
}

.table td {
	display: block;
}

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

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

@media (min-width: 1024px) {
	.table td,
	.table th {
		padding: 20px 30px;
	}
}/* end over tb -----------------------*/

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

	.table tr {
		display: table-row;
	}

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

	.table td {
		display: table-cell;
	}
}/* end over sp -----------------------*/


/* 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-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:focus {
	outline: none;
}

.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";
}


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

.meta-group * {
	display: inline;
}

.meta-data {
	color: rgba(77, 77, 77, 1);
	font-size: 1.3rem;
	font-weight: 300;
}

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

/* Modal 
-------------------------------------*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 600px;
  padding: 30px 0 30px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.1);
  z-index: 1;
  cursor: pointer;
}
.popup-heading {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 32px;
  padding: 0 20px;
}
.popup-heading span {
  background: linear-gradient(transparent 50%, yellow 50%);
}
.popup-txtarea-inner {
  background-color: #f4f4f4;
  padding: 20px;
}
.popup-txtarea {
  width: 410px;
  margin: 0 auto 15px;
}
.popup-txtarea span {
  color: #0099dd;
  margin-right: 5px;
}
.popup-txtarea p {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
.popup-txtarea li {
  font-size: 16px;
  font-weight: bold;
  line-height: 24.2px;
}
.popup-btnarea {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}
.popup-btnarea button {
  background: none;
  border: 1px solid #0099dd;
  padding: 15px 35px;
  border-radius: 25px;
  color: #0099dd;
  outline: none;
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .popup-inner {
    padding: 10px 0 20px;
  }
  .popup-heading {
    font-size: 18px;
    margin-bottom: 2rem;
    line-height: 24px;
    padding: 0 10px;
  }
  .popup-txtarea p {
    font-size: 14px;
  }
  .popup-txtarea li {
    font-size: 14px;
    line-height: 20px;
  }
  .popup-btnarea {
    margin-top: 20px;
  }
}
 
/* Status labels
-------------------------------------*/
.status-label {
	background-color: #1eb848;
	border-radius: 4px;
	color: #fff;
	font-size: 1.2rem;
	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: #0099dd;
}

.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;
	}
}/* end over sp -----------------------*/

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

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

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

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

.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,
.status-label-answered {
	text-transform: lowercase;
}


/* 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: gray;
	display: block;
	font-size: 2.3rem;
	text-align: center;
	width: 100%;
}

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

.share a:hover::before {
	color: #0099dd;
}

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

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

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

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



/* Pagination / ページネーション
-------------------------------------*/
.pagination {
	margin: 20px 0;
	text-align: center;
}

.pagination * {
	display: inline-block;
}

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

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

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

.pagination li:hover:not(.pagination-current) span,
.pagination li:hover:not(.pagination-current) a {
	color: rgba(77, 77, 77, 1);
	text-decoration: none;
}

.pagination a,
.pagination span {
	font-size: 1.5rem;
	color: gray;
	padding: 10px 12px;
}

.pagination-current {
	background-color: #0099dd;
}

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

.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;
}

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

	.pagination a,
	.pagination span {
		font-size: 1.3rem;
		padding: 5px 12px;
	}
}/* end over sp -----------------------*/

@media (max-width: 767px) {
	.pagination li {
		border-radius: 50%;
		height: 26px;
		float: left;
		margin-left: 5px;
		width: 26px;
	}
	.pagination a,
	.pagination span {
		font-size: 10px;

		padding: 6px 6px;
	}
}/* end less sp -----------------------*/


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

.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: #f7f7f7;
}

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


/* 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: gray;
	display: block;
	margin: 3px 0;
}

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

.vote-up:hover::before,
.vote-down:hover::before {
	color: #0099dd;
}

.vote-up::before,
.vote-down::before {
	color: gray;
	font-size: 2.4rem;
}

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

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

.vote-voted::before {
	color: #0099dd;
}

.vote-voted:hover::before {
	color: #005277;
}


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

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

.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;
}

.profile-header .options [data-action="edit-profile"] {
	background-color: #0099dd;
	border: 0;
	color: #ffffff;
	line-height: normal;
	padding: 8px 20px;
	outline-color: #0099dd;
}

.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: 1.3rem;
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
}

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

.profile-stats .stat-label {
	color: gray;
	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;
}

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

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

.profile-private-badge {
	flex-basis: 100%;
	border: solid 1px #0099dd;
	border-radius: 4px;
	color: #0099dd;
	padding: 5px 20px;
	font-size: 1.2rem;
	text-align: center;
}

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

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

.profile-section {
	width: 100%;
}

.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: gray;
	font-weight: 300;
	font-size: 1.3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.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;
}

.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: 1.5rem;
	vertical-align: middle;
}

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

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

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

.profile-contribution-list>.profile-contribution::before {
	left: 0;
	position: absolute;
	font-size: 1.6rem;
	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;
}



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

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
	padding-right: 30px;
	padding-left: 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: 1.2rem;
	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;
}

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

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

.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: #f7f7f7;
}

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

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

.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;
}

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

	.profile-stats-counters .stat {
		flex-direction: row;
	}

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

	.profile-stats-counters .stat-label {
		flex: 0 0 100px;
	}
}/* end over tb -----------------------*/

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

	.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-stats-activity {
		border-top: 0;
		flex-direction: row;
	}

	.profile-stats-activity .stat {
		flex-direction: column;
	}

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

	.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;
	}

	.profile-stats-activity .stat-label {
		flex: 0 1 auto;
	}

	.profile-stats-counters {
		flex: 0 0 200px;
		border-bottom: 0;
		margin-left: 40px;
	}
	[dir="rtl"] .profile-stats-counters {
		margin-left: 0;
		margin-right: 40px;
	}

	.profile-stats-counters .stat {
		flex-direction: column;
	}

	.profile-stats-counters .stat:not(:last-child) {
		margin-bottom: 15px;
	}

	.profile-stats-counters .stat-label {
		flex: 0 1 auto;
	}

	.profile-private-badge {
		flex-basis: auto;
	}

	.profile-section-description {
		flex: 1 0 50%;
		padding-bottom: 0;
	}

	.profile-section-sorter .dropdown-toggle::after {
		position: relative;
	}

	.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-list>.profile-contribution {
		padding-left: 30px;
	}
	[dir="rtl"] .profile-contribution-list>.profile-contribution {
		padding-right: 30px;
		padding-left: 0;
	}

	.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: 0;
	}
	[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
		padding-right: 0;
	}

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

	.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 {
		margin-left: 0;
	}
	[dir="rtl"] .profile-activity-header {
		margin-right: 0;
	}

	.profile-activity-contribution {
		margin-top: 0;
		margin-left: 50px;
	}
	[dir="rtl"] .profile-activity-contribution {
		margin-left: 0;
		margin-right: 50px;
	}

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

}/* end over sp -----------------------*/


/* ==========================================================================
 * block / レイアウトブロック
========================================================================== */
/* --------------------------------------------------------------------------------------------
 * container
---------------------------------------------- */
.container {
	max-width: 1160px;
	margin: 0 auto 55px;
	padding: 0 5%;
}
.container-divider {
	margin-bottom: 20px;
}
.container.toppage {
  max-width: 872px;
}
.container.toppage .blocks-list {
  justify-content: center;
  gap: 16px;
}
.blocks-item-link {
  padding: 84px 25px 16px 25px;
  display: inline-block;
  width: 280px;
  height: 190px;
}

@media (min-width: 1160px) {
	.container {
		padding: 70px 0 0;
		width: 90%;
	}
}/* end over tb -----------------------*/

@media (max-width: 767px) {
	.container {
		margin: 16px auto 80px;
		max-width: 100%!important;
		width: 100%;
	}

}/* end less sp -----------------------*/


/* --------------------------------------------------------------------------------------------
 * header
---------------------------------------------- */
.header {
	max-width: 1160px;
	margin: 0 auto 48px;
	padding: 0 5%;
	position: relative;
	align-items: center;
	display: flex;
	height: 71px;
	justify-content: space-between;
}

@media (min-width: 1160px) {
	.header {
		padding: 0;
		width: 90%;
	}
}/* end over tb -----------------------*/

@media (max-width: 767px) {
	header {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
  .header {
    justify-content: flex-end;
  }
}/* end less sp -----------------------*/


.logo img {
	/*max-height: 37px;*/
  width: 380px;
  height: auto;
}
@media (max-width: 767px) {
	.logo {
    position: relative;
		margin: 22px 0 0 0;
    z-index: 999;
	}
	.logo img {
    width: unset;
    height: unset;
	}

  .logo .sp-helpCenter {
  	display: inline-block;
    float: left;
    margin-top: 4px;
  }
  
  .logo .sp-kameiten {
  	display: inline-block;
    float: right;
  }
}/* end less sp -----------------------*/

.user-nav {
	display: inline-block;
	position: fixed;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.user-nav {
		position: relative;
	}
}/* end over sp -----------------------*/

.user-nav[aria-expanded="true"] {
	background-color: #fff;
	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: 0;
    height: 85%;
    min-height: 572px;
	z-index: 1;
}

.user-nav[aria-expanded="true"]>a {
	display: block;
	margin: 20px;
}

.drawer {
  display: none;
}

.btn-area {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
}

.nav-wrapper .drawer a {
  color: #011A30;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}

.nav-wrapper .drawer .btn {
  color: #0096FF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.u-sp.btn + .u-sp.btn {
  margin-top: 16px;
}

.user-nav[aria-expanded="true"] .drawer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  max-width: 260px;
    width: 100%;

}

@media (max-width: 767px) {
  body[aria-expanded="true"] {
    overflow: hidden;
  }
	.user-nav[aria-expanded="true"] {
		background-color: #fff;
		padding: 137px 0 140px;
	}
	.user-nav[aria-expanded="true"]>a.btn {
		margin: 0 auto;
		margin-top: 50px;
	}
	.user-nav[aria-expanded="true"]>a {
		display: block;
		margin: 10px 30px;
	}
  
  
}/* end less sp -----------------------*/


/* nav-wrapper
-------------------------------------*/
.nav-wrapper a {
	border: 0;
	color: #0096FF;
	font-size: 1.4rem;
	padding: 0 20px 0 0;
	width: auto;
}

@media (min-width: 768px) {
	.nav-wrapper a {
		display: inline-block;
	}
}/* end over sp -----------------------*/

[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: #0099dd;
	text-decoration: underline;
}

.nav-wrapper a.login {
	display: inline-block;
}

.nav-wrapper .icon-menu {
	border: 0;
	color: #0099dd;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	width: auto;
}
.nav-wrapper .icon-menu[aria-expanded="true"] {
  z-index: 2;
  top: 22px;
}
.nav-wrapper .icon-menu[aria-expanded="true"]::before{
  content: "\2715";
}

@media (min-width: 768px) {
	.nav-wrapper .icon-menu {
		display: none;
	}
}/* end over sp -----------------------*/

@media (max-width: 767px) {
  .nav-wrapper .icon-menu {
		border: 0;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    width: 30px;
    height:24px;
    line-height:0.5em;
    position: absolute;
    left: 0;
    top: 22px;
  }
  
  .nav-wrapper .icon-menu .burger-top,
  .nav-wrapper .icon-menu .burger-mid,
  .nav-wrapper .icon-menu .burger-btm{
    float:left;
    display:inline-block;
    border-top:2px solid #74868E;
    width:100%;
    height:2px;
  }
  
  .icon-menu::before {
    display:none;
  }
  
  .icon-menu::after {
      display:block;
    	content:"";
    	clear:both;
  }
}

[dir="rtl"] .nav-wrapper .icon-menu {
	margin-left: 10px;
	margin-right: 0;
}

.nav-wrapper .icon-menu:hover,
.nav-wrapper .icon-menu:focus,
.nav-wrapper .icon-menu:active {
	background-color: transparent;
	color: #0099dd;
}

@media (max-width: 1110px) {
	.header {
		margin: 0;
		padding: 2% 2% 0 4%;
		position: relative;
		align-items: flex-start;
		display: flex;
		height: 105px;
	}
	.nav-wrapper a {
		padding: 0 5px 0 0;
	}
}/* end tb */

@media (max-width: 767px) {
	.header {
		padding: 0 2% 0 4%;
	}
	.nav-wrapper a {
		color: #ffffff;
		padding-bottom: 0.5em;
		padding-top: 0.3em;
		border-bottom: 1px #ffffff solid;
		margin-bottom: 1px;
	}

	.nav-wrapper a:hover,
	.nav-wrapper a:active,
	.nav-wrapper a:focus {
		color: #011A30;
		text-decoration: none;
	}
	.nav-wrapper [role="button"] {
		font-size: 25px;
	}
	.nav-wrapper a {
		text-decoration: none;
		font-size: 20px;
	}

}/* end less sp -----------------------*/


/* nav-wrap
-------------------------------------*/
.nav-wrap {
	display: flex;
}
.nav-wrap a,
.nav-wrap a:hover {
	text-decoration: none;
}
@media (max-width: 767px) {

}/* end less sp -----------------------*/


/* nav btn
-------------------------------------*/
nav div.btn:first-of-type {
	margin-right: 16px;
}
nav div.btn a,
nav div.btn a:hover {
	display: block;
	padding: 12px 16px;
	border: 1px solid #0096FF;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	transition: .3s background cubic-bezier(0.165, 0.84, 0.44, 1);
	font-size: 1.2rem;
  line-height: 1;
}
@media (max-width: 767px) {
	nav a.btn {
		padding: 11px 0;
		border: 1px solid #0096FF;
    color: #0096FF;
		text-align: center;
		border-radius: 4px;
		width: 60%;
	}

}/* end less sp -----------------------*/

/***** 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;
	}
}/* end over sp -----------------------*/

.user-info>[role="button"] {
	border: 0;
	color: #0099dd;
	min-width: 0;
	padding: 0;
	white-space: nowrap;
}

.user-info>[role="button"]:hover {
	color: #0099dd;
	background-color: transparent;
}

.user-info>[role="button"]::after {
	color: #0099dd;
	padding-right: 15px;
}

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

#user #user-name {
	display: none;
	font-size: 1.4rem;
}

@media (min-width: 768px) {
	#user #user-name {
		display: inline-block;
	}
}/* end over sp -----------------------*/

#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: #0099dd;
	border: 2px solid #fff;
	border-radius: 50%;
	bottom: -4px;
	color: #ffffff;
	content: "\1F464";
	font-size: 1.4rem;
	height: 14px;
	line-height: 14px;
	position: absolute;
	right: -2px;
	text-align: center;
	width: 14px;
}


/* --------------------------------------------------------------------------------------------
 * footer
---------------------------------------------- */
.footer {
	font-size: 1.2rem;
}

.footer a {
	color: gray;
}

.footer-inner {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	background: #f0f0f0;
}
.footer-language-selector {
	color: gray;
	display: inline-block;
	font-weight: 300;
}

/* footer-nav
-------------------------------------*/
.footer_nav li {
	/*display: inline-block;*/
	text-align: left;
	vertical-align: top;
	letter-spacing: normal;
}
.footer_nav {
	max-width: 900px;
	margin: 0 auto;
	padding: 29px 0;
	text-align: center;
	letter-spacing: -.4em;
	display: flex;
	justify-content: space-around;
}
.footer_nav li a {
	font-size: 1.2rem;
}

.footer_nav a {
	color: #4d4d4d;
	font-weight: 200;
	text-decoration: none;
}
.footer_nav ul>li+li {
	margin-top: 9px;
}



/* footer_copy
-------------------------------------*/
.footer_copy {
	height: 50px;
	background: #606060;
	text-align: center;
	line-height: 50px;
}
.footer_copy small {
	color: #fff!important;
	font-size: 1.2rem;
}
@media (max-width: 767px) {
	.footer_copy {
		height: 40px;
		color: #fff;
	
		line-height: 40px;
	}
	.footer_copy small {
		color: #fff!important;
		font-size: 10px;
	}
	
}/* end less sp -----------------------*/


/* --------------------------------------------------------------------------------------------
 * page-header / ページヘッダー
---------------------------------------------- */
.page-header {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0;
}

@media (min-width: 768px) {
	.page-header {
		align-items: baseline;
		flex-direction: row;
		margin: 0;
	}
}/* end over sp -----------------------*/

@media (max-width: 767px) {
	.page-header {
		display: block;
	}
}/* end less sp -----------------------*/


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

@media (min-width: 768px) {
	.page-header .section-subscribe {
		margin-bottom: 0;
	}
}/* end over sp -----------------------*/

.page-header h1 {
	flex-grow: 1;
	margin-bottom: 6px;
}

.page-header-description {
	font-weight: 300;
	word-break: break-word;
	margin: 0 0 20px 0;
	flex-basis: 100%;
}

@media (min-width: 1024px) {
	.page-header-description {
		flex-basis: 100%;
	}
}/* end over 1024 */

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


/* --------------------------------------------------------------------------------------------
 * breadcrumbs / パンくずリスト
---------------------------------------------- */
.sub-nav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 30px;
	min-height: 50px;
}
.sub-nav input[type="search"]::after {
	font-size: 1.5rem;
}
@media (min-width: 768px) {
	.sub-nav {
		align-items: baseline;
		flex-direction: row;
	}
	.sub-nav input[type="search"] {
		min-width: 300px;
	}
}/* end over sp -----------------------*/

.breadcrumbs {
	overflow: hidden;
	padding: 0;
}
.breadcrumbs li {
	color: gray;
	display: inline;
	font-weight: 300;
	font-size: 1.4rem;
	color: #4d4d4d;
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumbs li+li::before {
	content: ">";
	margin: 0 4px;
}

.breadcrumbs li a:visited {
	color: #0099dd;
}

.breadcrumbs a {
	font-size: 1.4rem;
	text-decoration: none;
}

@media (max-width: 767px) {
	.breadcrumbs {
		overflow-x: auto;
		margin: 0 0 30px 0;
		/* white-space: nowrap; */
	}
	.breadcrumbs li {
		font-size: 13px;
	}
	.breadcrumbs li a {
		text-decoration: none;
		font-size: 13px;
	}
}/* end less sp -----------------------*/

/* --------------------------------------------------------------------------------------------
 * search
---------------------------------------------- */
.search {
	position: relative;
	text-align: center;
}

/* @media screen and (max-width: 1160px) {
  .search {
    display: none;
  }
} */

.search_topics {
	margin-top: 40px;
  line-height: 1.7;
}
.search_topics p {
  color: #5C6165;
  font-weight: 700;
}
.search_topics a {
  color: #5C6165;
  margin-right: 12px;
}
.search_topics a:last-of-type {
  margin-right: 0;
}
.search input[type="search"] {
	border: 1px solid #EEEEEE;
    border-radius: 4px;
	color: #999;
	height: 40px;
	padding: 15px 20px 15px 15px;
	-webkit-appearance: none;
	width: 450px;
}

.pcsp-kv .search input[type="search"] {
  width: 600px;
}

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

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

/*
.search::before {
	content: "\1F50D";
	position: absolute;
	top: 50%;
	left: 68px;
	display: inline-block;
	width: 23px;
	height: 17px;

	transform: translateY(-50%);
	background-color: #CCCCCC;
	font-size: 1.1rem;
	font-weight: bold;

	color: #ffffff;
	border-radius: 30px;
	padding-top: 6px;
}
*/

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

.search-full input[type="search"] {}

@media (max-width: 767px) {
	.search input[type="search"] {
        width: 100%;
		height: 40px;
		padding-left: 43px;
		padding-top: 8px;
		padding-bottom: 8px;
        border: 1px solid #EEEEEE;
		border-radius: 4px;
		-webkit-appearance: none;
        color: #EEEEEE;
		font-size: 14px;
        background-color: #ffffff;
	}
  .pcsp-kv .search input[type="search"] {
   	 width: 100%;
  }

	.search::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    width: 24px;
    height: 24px;
    content:url(/hc/theming_assets/01KV9H29ZAE0XYKEEJ35GZN16X);
	}
	.search_topics {
    width: 228px;
    margin: 38px auto;
		font-size: 13px;
	}
	.search_topics a {
		font-size: 13px;
	}
}/* end less sp -----------------------*/

/* searchWin */
.searchWin {
	position: relative;
	max-width: 600px;
	margin: 56px auto 72px;
}
.searchWin .search::before {
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	background-color: #CCCCCC;
	color: #ffffff;
	content: "\1F50D";
	font-size: 1.1rem;
	font-weight: bold;
	position: absolute;
	left: 20px;
	width: 23px;
	height: 17px;
	border-radius: 30px;
	padding-top: 6px;
}
@media (max-width: 767px) {
	.searchWin {
		margin: 40px auto;
		width: 100%;
	}
	.searchWin .search::before {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		background-color: #CCCCCC;
		color: #ffffff;
		content: "\1F50D";
		font-size: 10px;
		font-weight: bold;
		position: absolute;
		left: 16px;
		width: 18px;
		height: 13px;
		border-radius: 30px;
		padding-top: 5px;
		padding-left: 0;
	}
}/* end less sp -----------------------*/

/* --------------------------------------------------------------------------------------------
 * Recent activity / 不明
---------------------------------------------- */
.recent-activity-header {
	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: 1.6rem;
}

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

.recent-activity-item-link {
	font-size: 1.4rem;
	font-weight: 300;
}

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

.recent-activity-item-time,
.recent-activity-item-comment {
	color: gray;
	display: inline-block;
	font-size: 1.3rem;
	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: #0099dd;
	content: "\1F4AC";
	display: inline-block;
	font-size: 1.5rem;
	padding-right: 3px;
	vertical-align: middle;
}

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

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

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

	.recent-activity-item-meta {
		margin: 0;
		float: right;
	}
	[dir="rtl"] .recent-activity-item-meta {
		float: left;
	}
}/* end over sp -----------------------*/

/* --------------------------------------------------------------------------------------------
 * 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(77, 77, 77, 1);
	content: "\1F4CE";
	font-size: 1.5rem;
	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: gray;
}

/* --------------------------------------------------------------------------------------------
 * 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: gray;
	display: inline-block;
	font-weight: 300;
	font-size: 1.3rem;
	margin-bottom: 0;
}

.comment-callout a {
	color: #0099dd;
}

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

.comment-sorter a {
	color: gray;
	font-weight: 300;
	font-size: 1.3rem;
	text-decoration: none;
}

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

.comment-wrapper {
	display: flex;
	position: relative;
}

.comment-wrapper.comment-official {
	border: 1px solid #0099dd;
	padding: 40px 20px 20px;
}

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

.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;
	}
}/* end over sp -----------------------*/

.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;
	}
}/* end over sp -----------------------*/

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

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

.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;
	}
}/* end over sp -----------------------*/

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

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

.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: #0099dd;
}

.comment-body {
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	word-break: break-word;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	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;
}

[dir="rtl"] .comment-body ul,
[dir="rtl"] .comment-body ol {
	padding-right: 20px;
	padding-left: 0;
	margin-left: 0;
	margin-right: 20px;
}

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

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

.comment-body a:visited {
	color: #005277;
}

.comment-body code {
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 5px;
	margin: 0 2px;
}

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

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

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

/* --------------------------------------------------------------------------------------------
 * Community / 不明
---------------------------------------------- */
.community-hero {
	background-image: url(/hc/theming_assets/01JAVZKDVJ4XCQ0A5XPSHXTMNJ);
	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;
	}
}/* end over sp -----------------------*/

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

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

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

@media (min-width: 768px) {
	.topic-header {
		padding-bottom: 10px;
	}
}/* end over sp -----------------------*/

.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;
	}
}/* end over sp -----------------------*/

.no-posts-with-filter {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Topic, post and user follow button */

.community-follow {
	margin-bottom: 10px;
	width: 100%;
}

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

.community-follow .dropdown {
	width: 100%;
}

.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;
	}
}/* end over sp -----------------------*/

.community-follow [role="button"]:hover {
	background-color: #0099dd;
}

.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: #0099dd;
	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: #005277;
	border-color: #005277;
}

.community-follow [role="button"]::after {
	border-left: 1px solid #0099dd;
	content: attr(data-follower-count);
	color: #0099dd;
	display: inline-block;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	margin-left: 15px;
	padding-left: 10px;
	position: absolute;
	right: 10px;
}

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

[dir="rtl"] .community-follow [role="button"]::after {
	border-left: 0;
	border-right: 1px solid #0099dd;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
}

/* --------------------------------------------------------------------------------------------
 * Striped 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;
	}
}/* end over sp -----------------------*/

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

.striped-list-title {
	color: #0099dd;
	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: #005277;
}

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

.striped-list-count {
	color: gray;
	font-weight: 300;
	font-size: 1.3rem;
	justify-content: flex-start;
	text-transform: capitalize;
}

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

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

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

.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(77, 77, 77, 1);
		display: block;
		font-weight: 400;
	}
}/* end over sp -----------------------*/

/* --------------------------------------------------------------------------------------------
 * 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: 1.4rem;
}

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

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

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

.collapsible-nav-list li {
	color: rgba(77, 77, 77, 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;
	}
}/* end over sp -----------------------*/

.collapsible-nav-list li a {
	color: rgba(77, 77, 77, 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;
	}
}/* end over sp -----------------------*/

.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 #0099dd;
		order: 1;
		padding: 15px 0 11px 0;
	}
}/* end over sp -----------------------*/

.collapsible-nav-list li[aria-selected="true"] a {
	color: rgba(77, 77, 77, 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;
	}
}/* end over sp -----------------------*/

[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;
}

@media (min-width: 1024px) {
	.collapsible-sidebar {
		max-height: none;
		padding: 0;
	}
}

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

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

@media (min-width: 1024px) {
	.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
		display: none;
	}
}

.collapsible-sidebar-title {
	margin-top: 0;
}

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

@media (min-width: 1024px) {
	.collapsible-sidebar-title::after {
		display: none;
	}
}

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


/* ==========================================================================
 * pages / 各種テンプレートページ
========================================================================== */
/* --------------------------------------------------------------------------------------------
 * Top page / トップページ( https://faq.atone.be/hc/ja )
---------------------------------------------- */
/* hero / トップページファーストビュー
-------------------------------------*/
.hero {
	background: url(/hc/theming_assets/01KV9H29ZCMFD82D2NK8T3E3YN) no-repeat center;
	background-size: cover;
	height: 408px;
	width: 100%;
	margin: 0;
	padding: 0 20px 117px;
	text-align: center;
}

.hero-inner {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}

.hero + .container {
	margin-top: 56px;
}

@media (min-width: 1400px) {
	/*.hero {
		background-image: url(/hc/theming_assets/01JAVZK5RZKTKFNR5TEE8NDXZP);
	}*/
}/* end over 1400 */

@media (max-width: 767px) {
	.hero {
		background-position: center;
		background-size: cover;
		height: 408px;
		width: 100%;
		margin: 0px 0 0;
		padding: 0 5% 63px;
		text-align: center;
	}
	.hero-inner {
		position: relative;
		top: 45%;
		transform: translateY(-50%);
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}

	.hero + .container {
		margin-top: 27px;
	}
}/* end less sp -----------------------*/

/* パーツ ------------------------------*/
h1.toppage-hero-title {
	font-size: 3.6rem;
	text-align: center;
	color: #00A0E9;
	padding-bottom: 3%;
}

.section h2.toppage-hero-text {
	margin-bottom: 50px;
	text-align: center;
}

.toppage h3 {
	font-size: 2.0rem;
	margin-bottom: 16px;
}

.toppage h5 {
	font-size: 2.0rem;
	margin-bottom: 16px;
	margin-top: 78px;
  text-align: center;
}
.articles {
  background: #EAEEF0;
}
.articles h5 {
  color: #011A30;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 auto 32px;
  padding-top: 40px;
  text-align: center;
}
.toppage .section .articles {
	flex: 0 0 100%;
  width: 480px;
  margin: 0 auto;
  
}

@media (max-width: 767px) {
  .toppage .section .articles {
    width: 100%;
    margin: 0 auto;
  }
	h1.toppage-hero-title {
		font-size: 3.0rem;
		text-align: center;
		padding-bottom: 8px;
	}
	.section h2.toppage-hero-text {
		font-size: 1.6rem;
		text-align: left;
		padding-bottom: 5%;
		margin-bottom: inherit;
	}
	.toppage h3 {
		font-size: 2.0rem;
    font-weight: 400;
		margin-top: 16px;
	}

	.toppage h5 {
		font-size: 2.0rem;
		margin-bottom: 15px;
		margin-top: 40px;
    
	}
  
  .knowledge-base {
    
  }


}/* end less sp -----------------------*/


/* block-item / トップページカテゴリメニュー
 * Blocks
 * Used in Homepage#categories and Community#topics
-------------------------------------*/
.blocks-list {
	/* display: flex;
	flex-wrap: wrap;
	justify-content: flex-start; */
	list-style: none;
	padding: 0;
    width: 110%;
    max-width: 888px;
}

.blocks-list:after {
    display: block;
    content: "";
    clear:both;
}

@media (min-width: 768px) {
	.blocks-list {
		margin: 0px;
	}
}/* end over sp -----------------------*/

/* blocks-item
-------------------------------------*/
.blocks-item {
	position: relative;
	display: flex;
	justify-content: center;
  width: 100%;
  height: 190px;
	max-width: 280px;
	margin: 0 0 10px;
	text-align: center;
}
.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}
@media (max-width: 768px) {
	.blocks-item {
		flex: 1 0 49%;
		border-radius: 0px;
		max-width: 49%;
		margin-bottom: 10px;
	}
	.blocks-item:nth-child(odd) {
		margin-left: 0px;
		margin-right: 6px;
	}
	.blocks-item:nth-child(even) {
		margin-left: 6px;
		margin-right: 0px;
	}
}/* end less tb -----------------------*/

@media (max-width: 767px) {
	.blocks-item {
		position: relative;
		flex: 1 0 100%;
		flex-direction: column;
		justify-content: center;
		border-radius: 0px;
		max-width: 100%;
		margin-bottom: 8px;
	}

	.blocks-item:nth-child(odd) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.blocks-item:nth-child(even) {
		margin-left: 0px;
		margin-right: 0px;
	}
}/* end less sp -----------------------*/

.blocks-item {
	background: url($assets-category_icon_1-png) no-repeat;
	background-size: 50px 50px;
  background-position-x: 50%;
  background-position-y: 20px;
  float: left;
  margin: 8px;
}
	.blocks-item:first-child {
		background-image: url(/hc/theming_assets/01KV9H29X27Z3BDJYAKSXC9BW6);
	}

	.blocks-item:nth-child(2) {
		background-image: url(/hc/theming_assets/01KV9H29X27Z3BDJYAKSXC9BW6);
	}
	.blocks-item:nth-child(3) {
		background-image: url(/hc/theming_assets/01KV9H29XBWCQFR163FFYAPYE8);
	}
	.blocks-item:nth-child(4) {
		background-image: url(/hc/theming_assets/01KV9H29WYB7TBCE2P9G64KSZR);
	}
	.blocks-item:nth-child(5) {
		background-image: url(/hc/theming_assets/01KV9H29SGRDS8ESJ4DCHD9YYQ);
	}
	.blocks-item:nth-child(6) {
		background-image: url(/hc/theming_assets/01KV9H29W9NBEMDAH1AJ4MEQNF);
	}
	.blocks-item:nth-child(7) {
		background-image: url(/hc/theming_assets/01KV9H29ZB7B35834TXRMS9N71);
	}
	.blocks-item:nth-child(8) {
		background-image: url(/hc/theming_assets/01KV9H29T9HY9RS7XMDNB6KDYX);
	}


/* パーツ ------------------------------*/
.blocks-item a:active .blocks-item-description,
.blocks-item a:focus .blocks-item-description,
.blocks-item a:hover .blocks-item-description {
	color: #4D4D4D;
}

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

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

.blocks-item-internal a {
	color: rgba(77, 77, 77, 1);
}

.blocks-item-link {
	color: #0099dd;
	padding: 84px 50px 16px 50px;
}

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

.blocks-item .icoNext {
	width: 10px;
	height: 15px;
	background: url(/hc/theming_assets/01JAVZK6BMNESAZD3SZ9XKEBMK) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.blocks-item-title {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
  line-height: 1.33;
	text-align: center;
	color: #011A30;
}

.blocks-item-description {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 400;
  line-height: 1.37;
	text-align: center;
}

.blocks-item-description:not(:empty) {}

@media (max-width: 767px) {
  .blocks-item {
    margin-bottom: 16px;
    padding-left: 25px;
    height: 100px;
    background-position: 25px center;
  }
	.blocks-item-link {
		color: #0099dd;
		padding: 18px 38px 18px 65px;
        width: 100%;
        max-width: 330px;
        display: grid;
        place-items: center left;
	}

	h4.blocks-item-title {
		font-size: 1.6rem;
		text-align: left;
    margin-bottom: 3px;
	}

	.blocks-item-description {
		font-size: 1.4rem;
		text-align: left;
		margin-top: 0;
	}
	.blocks-item .icoNext {
		background: url(/hc/theming_assets/01JAVZK6BMNESAZD3SZ9XKEBMK) no-repeat;
		display: inline-block;
		width: 20px;
		height: 20px;
		position: absolute;

		top: 50%;
		right: 8px;
		transform: translateY(-50%);
	}

}/* end less sp -----------------------*/


/* --------------------------------------------------------------------------------------------
 * homepage / ホームページ
---------------------------------------------- */
/* Section / ページセクション
-------------------------------------*/
.section {}

.section h2 {
	font-size: 2.0rem;
	margin-bottom: 15px;
	padding-bottom: 0;
	margin-top: 15px;
	text-align: left;
}

.section .articles {
	flex: 0 0 90%;
	margin-left: 5%;
}

@media (min-width: 768px) {
	.section {}
}/* end over sp -----------------------*/

/* Promoted articles / 「特によくある質問」
-------------------------------------*/
.promoted-articles {
	/* display: flex;
	flex-wrap: wrap;
    justify-content: space-between; */
    max-width: 1050px;
  margin: auto;
  padding-bottom: 25px;
}

.promoted-articles-item {
    float: left;
    box-sizing: border-box;
    margin: 15px;
    padding: 18px 40px;
    max-width: 320px;
    width: 30%;
    height: 170px;
    overflow-y: hidden;

    background: #FFFFFF;
    border-radius: 6px;
}
.promoted-articles:after {
    display: block;
    content:"";
    clear:both;
}
.promoted-articles-item:last-of-type {
  
}

@media (min-width: 1024px) {
	.promoted-articles {
    
	}
    .promoted-articles:after {
        display: block;
        content:"";
        clear:both;
    }

	.promoted-articles-item {
        /* width: 320px;
        height: 170px;
        float: left; */
	}
	[dir="rtl"] .promoted-articles-item {
		padding: 0 0 0 30px;
	}
}/* end over 1024 -----------------------*/

.promoted-articles-item a {
	color: #00A0E9;
	display: inline-block;
  font-size: 1.5rem;
	margin-bottom: 10px;
}
.promoted-articles-item:last-child a {
	border: 0;
}

@media (max-width: 767px) {
  .sec-yokuaru {
    padding-bottom:45px;
  }
  .yokuaru_wrapper {
    box-sizing: initial;
    width: 255px;
    height: 151px;
    margin: 0 auto;
    padding: 0 47px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
	.promoted-articles {
    max-width:initial;
    width:2000px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;  
	}
	.promoted-articles-item {
    float:left;
    width:255px;
    height:150px;
    padding: 20px;
        margin: unset;
	}
	.promoted-articles-item a {
		border-bottom: none;
		font-size: 1.4rem;
    margin-bottom: 0;
	}
	.promoted-articles-item a {
		padding: 0 0 2px;
	}
  .promoted-articles-item p {
    line-height: 1.5em;
  }

}/* end less sp -----------------------*/

/* Community section in homepage / 現在非表示
---------------------------------------------- */
.community {
	text-align: center;
}
.community-image {
	min-height: 300px;
	background-image: url(/hc/theming_assets/01KV9H2BXZMY2QV1FZME8MC749);
	background-position: center;
	background-repeat: no-repeat;
	max-width: 100%;
}
.community,
.activity {
	border-top: 1px solid #ddd;
	padding: 30px 0;
}

/* --------------------------------------------------------------------------------------------
 * Category pages / カテゴリーページ
---------------------------------------------- */
.category-container {
	display: flex;
	justify-content: flex-end;
}

.category-content {
	flex: 1;
	color: #4D4D4D;
	justify-content: center;
	padding-bottom: 0px;
}

.category-content .articles {
	flex: 0 0 90%;
	margin-left: 5%;
}
.category-content .page-header {
	margin-bottom: 16px;
}
.category-content ul.article-list {
	/* margin-bottom: 15px; */
    margin-left: 18px;
    padding-top: 16px;
}

@media (min-width: 768px) {
	.category-content .section {
		flex: 0 0 90%;
		margin-left: 5%;
	}
}/* end over sp -----------------------*/

@media (max-width: 767px) {
	.category-content {
		padding-bottom: 0px;
	}
	.category-content header {
		height: inherit!important;
	}
	.category-content .article-list-item {
		padding: 12px 0;
		line-height: 1.8;
	}
	.category-content .article-list-item:first-child {
		border-top: 1px solid #ddd;
		margin-top: 6px;
	}
	.category-content .article-list-item a {
		color: #5C6165;
		font-size: 1.4rem;
	}
	.category-content a.see-all-articles {
		text-align: right;
		text-decoration: none;
		font-size: 1.3rem;
	}

	.category-content .articles {
		flex: 0 0 90%;
		margin-left: 0%;
	}

}/* end less sp -----------------------*/

/* パーツ ------------------------------*/
.section-tree-title a,
.article-list-item a {
	text-decoration: uderline;
	color: #0099dd;
}

.category-content h1 {
	font-size: 3.0rem;
}
.category-content h1 .page-header-description {
	font-size: 1.8rem;
	padding-left: 20px;
}
.category-content h3.section-tree-title a {
	color: #4D4D4D;
	font-size: 1.8rem;
	text-decoration: none;
}
.category-content h3.section-tree-title {
  position: relative;
	margin-top: 40px;
}
.category-content h3 {
	background: url(/hc/theming_assets/01JAVZK5QMWCK5YQJWMKR6FY18) no-repeat 0 0px;
	padding-left: 35px;

	background-size: 25px 25px;
}
.category-content h4 {
	font-size: 2.0rem;
	margin-bottom: 15px;
	padding-bottom: 0;
	margin-top: 130px;
}

@media (max-width: 767px) {
	.category-content h1 {
		font-size: 2.4rem;
		flex-grow: 1;
		margin-bottom: 6px;
		padding-bottom: 6px;
	}

	.category-content h1 .page-header-description {
		font-size: 13px;
		margin-bottom: 27px;
		padding-left: 0px;
	}
	.category-content h3 {
		font-size: 1.8rem;
		text-align: left;
		padding-left: 38px;
		margin-top: 40px;
		margin-bottom: 0;
		padding-bottom: 6px;
		background: url(/hc/theming_assets/01JAVZK5QMWCK5YQJWMKR6FY18) no-repeat 0 0px;
		background-size: 27px 27px;
	}

	.category-content h3.section-tree-title a {
		font-size: 17px;
	}
	.category-content h4 {
		font-size: 20px;
		margin-bottom: 6px;
		padding-bottom: 6px;
		margin-top: 65px;
	}
}/* end less sp -----------------------*/

/* section-tree */
.section-tree {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-tree .section {
	flex: initial;
}
.section-tree .icon-lock::before {
	vertical-align: baseline;
}
.section-tree-title {
	margin-bottom: 0;
}
.section-tree-title a {
	color: rgba(77, 77, 77, 1);
}
.section-tree .see-all-articles {
	display: block;
	padding: 0;
	text-align: right;
}
@media (min-width: 768px) {

	.section-tree .section {
		flex: 0 0 90%;
		margin-left: 5%;
		/* Two columns for tablet and desktop. Leaving 5% separation between columns */
	}
}/* end over sp -----------------------*/

@media (max-width: 767px) {
	.section-tree {
		display: block;
	}
}/* end less sp -----------------------*/

/* article-list-item / カテゴリーの記事名一覧 */
.article-list-item {
	border-bottom: 1px solid #ddd;
	font-size: 1.6rem;
	padding: 15px 0;
}
.article-list-item:first-child {
	border-top: 1px solid #ddd;
	/* margin-top: 16px; */
}

.icon-star {
    vertical-align: middle;
}
.icon-star::before {
	color: #0099dd;
	font-size: 1.8rem;
    vertical-align: baseline;
}

/* --------------------------------------------------------------------------------------------
 * Section pages / セクションページ
---------------------------------------------- */
.section-container {
	display: flex;
	justify-content: center;
}

.section-content {
	flex: 0 0 90%;
}

@media (min-width: 1024px) {
	.section-content {
		flex: 0 0 80%;
	}
}/* end over 1024 -----------------------*/

@media (max-width: 767px) {
	.section-content {
		flex: 0 0 100%;
	}
}/* end less sp -----------------------*/

/* パーツ ------------------------------*/
.section-content h1 {
	padding-left: 40px;
	background: url(/hc/theming_assets/01JAVZK5QMWCK5YQJWMKR6FY18) no-repeat 0 0px;
	background-size: 25px 25px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.section-subscribe .dropdown-toggle::after {
	display: none;
}

@media (max-width: 767px) {
	.section-content h1 {

		background: url(/hc/theming_assets/01JAVZK5QMWCK5YQJWMKR6FY18) no-repeat 0 0px;
		background-size: 27px 27px;
		padding-left: 38px;
		padding-left: 38px;
		margin-bottom: 0;
	}
	.section-content .page-headre h1 {
		font-size: 17px;
		text-align: left;
		padding-left: 38px;
		margin-bottom: 6px;
		padding-bottom: 6px;
		background: url(/hc/theming_assets/01JAVZK5QMWCK5YQJWMKR6FY18) no-repeat 0 0px;
		background-size: 27px 27px;
		margin-top: 30px;
	}
	.section-content .article-list-item {
		padding: 14px 0;
		line-height: 1.8;
	}
	.section-content .article-list-item:first-child {
		border-top: 1px solid #ddd;
	}
	.section-content .article-list-item a {
		font-size: 13px;
	}
	.section-container header {
		height: 43px!important;
	}
	.section h2 {
		font-size: 20px;
		color: #4D4D4D;
		text-align: left;
		margin-top: 0;
	}

	.section .articles {
		flex: 0 0 100%;
		margin-left: 0%;
	}
}/* end less sp -----------------------*/


/* --------------------------------------------------------------------------------------------
 * Article / 記事ページ
---------------------------------------------- */
.article {
	flex: 1 0 90%;
	max-width: 867px;
	margin: 0 auto;
	padding: 0;
}
/*.article-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 0px;
}*/
.article-header {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 20px;
}
.article-relatives {
	padding: 0px 0 0px;
}
.article-content {
	line-height: 1.6;
	margin: 0px 0 20px;
	word-wrap: break-word;
}
@media (min-width: 768px) {
	.article-header {
		flex-direction: row;
		margin-top: 0;
	}
}/* end over sp -----------------------*/

@media (max-width: 767px) {
	.article-header {
		margin-top: 10px;
    margin-bottom: 0;
	}
	.article-content {
		margin: 0 0 22px;
		word-wrap: break-word;
	}
}/* end less sp -----------------------*/

/* パーツ ------------------------------*/
.meta-group {
	text-align: right;
	padding-top: 13px;
}
.meta-group time {
	font-size: 1.2rem;
}

.article-relatives {
	border-top: none;
}


.related-articles h3 {
	font-size: 2.0rem;
	margin-top: 0;
}

.article-more-questions {
	margin: 65px 0 40px;
	text-align: center;
}

.article-return-to-top {
	text-align: right;
}

@media (max-width: 767px) {
	.recent-articles h3,
	.related-articles h3 {
		font-size: 20px;
	}

	.recent-articles ul li a,
	.related-articles ul li a {
		font-size: 1.4rem;
	}


	.article-list-item {
		font-size: 13px;
	}
	.article-author {
		margin-bottom: 0px;
	}
	.sub-nav {
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.article-body {
		padding-top: 0;
	}
	.article-body p {
		font-size: 1.4rem;
	}
	.article-body a {
		font-size: 13px;
	}
	.article-return-to-top a {
		font-size: 12px;
	}
	.meta-group li,
	.meta-group li time {
		font-size: 12px;
	}
	.article-info {
		margin-bottom: 6px;
	}
	.article-more-questions {
		margin: 38px 0 38px;
		text-align: center;
		font-size: 13px;
	}
	.article-more-questions a {
		font-size: 13px;
	}

	.recent-articles li,
	.related-articles li {
		margin-bottom: 22px;
	}
	.meta-group {
		text-align: right;
		padding-top: 0;
	}
}

.article-title {
	font-size: 1.8rem;
	font-weight: 600;
  color: #222222;
	padding-bottom: 16px;
	border-bottom: 1px solid #CFCFCF;
}

@media (max-width: 767px) {
	.article-title {
		font-size: 1.8rem;
		font-weight: 600;
		padding-bottom: 18px;
		border-bottom: 1px solid #CFCFCF;
		width: 100%;
	}
}/* end less sp -----------------------*/


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

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

@media (min-width: 768px) {
	.article-title {
		flex-basis: 100%;
	}
}/* end over sp -----------------------*/

.article-title .icon-lock::before {
	content: "\1F512";
	font-size: 2.0rem;
	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;
	}
}/* end over sp -----------------------*/

.article-info {
	max-width: 100%;
	border-bottom: 1px solid #CFCFCF;
}

.article-meta {
	display: inline-block;
	vertical-align: middle;
}

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

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

[dir="rtl"] .article-body ul,
[dir="rtl"] .article-body ol {
	padding-right: 20px;
	padding-left: 0;
	margin-left: 0;
	margin-right: 20px;
}

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

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

.article-body code {
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 5px;
	margin: 0 2px;
}

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

.article-body blockquote {
	border-left: 1px solid #ddd;
	color: gray;
	font-style: italic;
	padding: 0 15px;
}

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

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

.article-comment-count {
	color: gray;
	font-weight: 300;
}

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

.article-comment-count .icon-comments {
	color: #0099dd;
	content: "\1F4AC";
	display: inline-block;
	font-size: 1.8rem;
	padding: 5px;
}

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

@media (min-width: 1024px) {
	.article-sidebar {
		border: 0;
		flex: 0 0 17%;
		height: auto;
	}
}/* end over 1024 */

.article-relatives {
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.article-relatives {
		flex-direction: row;
	}
}/* end over sp -----------------------*/

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

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

@media (min-width: 768px) {
	.article-relatives>* {
		margin-right: 20px;
	}
}/* end over sp -----------------------*/


/* atone-votes
-------------------------------------*/
.atone-votes {
	margin: 27px auto 50px;
	padding: 0 0 50px;
	border: 1px solid #ddd;
	border-width: 0 0 1px;
	text-align: center;
	line-height: 2;
	color: #707070;
}
@media (max-width: 768px) {
	.atone-votes p,
	.atone-votes a {
		font-size: 1.4rem;
	}
}

.atone-votes a {
	text-decoration: none;
}

.atone-votes .atone-votes__button,
.atone-votes .atone-votes__button[aria-selected="true"] {
	background: transparent;
	border: 1px solid #0099dd;
	color: #0099dd;
	margin: 10px 5px;
	min-width: 130px;
	width: auto;
	text-decoration: none;
	font-size: 1.4rem;
  font-weight: bold;
	line-height: 3.5;
	border-radius: 8px;
}
.atone-votes__button::before {
	font-size: 8px;
	margin-right: 10px;
}
[dir="rtl"] .atone-votes__button::before {
	margin-right: 0;
	margin-left: 10px;
}
.atone-votes__button::after {
	content: attr(title);
	/* Yes/No label*/
}
.atone-votes .atone-votes__button:hover,
.atone-votes .atone-votes__button[aria-selected="true"],
.atone-votes .atone-votes__button:hover::after,
.atone-votes .atone-votes__button[aria-selected="true"]::after {
	background-color: #0099dd;
	color: #fff;
}

/* end atone-votes */

.article-votes {
	border-top: 1px solid #ddd;
	padding: 30px 0;
	text-align: center;
}

.article-vote {
	background: transparent;
	border: 1px solid #0099dd;
	color: #0099dd;
	margin: 10px 5px;
	min-width: 90px;
	width: auto;
}

.article-vote::before {
	font-size: 8px;
	margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
	margin-right: 0;
	margin-left: 10px;
}

.article-vote::after {
	content: attr(title);
	/* Yes/No label*/
}

.article-vote:focus,
.article-vote:active {
	background-color: transparent;
	color: #0099dd;
}

.article-vote:hover {
	background-color: #0099dd;
}

.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: "\2713";
}
.article-vote-down::before {
	content: "\2715";
}

/* request-block
-------------------------------------*/
.request-block{
  margin: 56px auto;
  padding-bottom: 56px;
  border-bottom: 1px solid #ddd;
}


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

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

@media (min-width: 1024px) {
	.article-return-to-top {
		display: none;
	}
}/* end over 1024 */

.article-return-to-top a {
	color: rgba(77, 77, 77, 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: 1.6rem;
	margin-left: 5px;
}

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

.article-unsubscribe {
	background-color: #0099dd;
	color: #ffffff;
	text-decoration: none;
}

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

.sidenav-title {
	font-size: 1.5rem;
	position: relative;
}

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

.sidenav-item.current-article,
.sidenav-item:hover {
	background-color: #0099dd;
	color: #ffffff;
	text-decoration: none;
}

.recent-articles h3,
.related-articles h3 {
	font-size: 1.5rem;
	margin: 20px 0;
}

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

.recent-articles li a,
.related-articles li a {
	text-decoration: underline;
}

@media (max-width: 768px) {
  .recent-articles h3,
  .related-articles h3 {
    font-size: 2.0rem;
    font-weight: 400;
  }
}/* end less sp -----------------------*/

/* --------------------------------------------------------------------------------------------
 * Post / 記事ページ
---------------------------------------------- */
.post {
	flex: 1;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.post {
		flex: 1 0 70%;
		max-width: 70%;
	}
}/* end over 1024 */

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

@media (min-width: 1024px) {
	.post-container {
		flex-direction: row;
	}
}/* end over 1024 */

.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;
	}
}/* end over sp -----------------------*/

.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;
	}
}/* end over sp -----------------------*/

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

@media (min-width: 768px) {
	.post-title h1 {
		margin-right: 5px;
	}
}/* end over sp -----------------------*/

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

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

.post-content {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 1.6;
	word-break: break-word;
}

.post-info-container {
	display: flex;
	margin-bottom: 40px;
}

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

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

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

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

.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;
}

[dir="rtl"] .post-body ul,
[dir="rtl"] .post-body ol {
	padding-right: 20px;
	padding-left: 0;
	margin-left: 0;
	margin-right: 20px;
}

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

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

.post-body code {
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 5px;
	margin: 0 2px;
}

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

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

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

.post-comment-count {
	color: gray;
	font-weight: 300;
}

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

.post-comment-count .icon-comments {
	color: #0099dd;
	content: "\1F4AC";
	display: inline-block;
	font-size: 1.8rem;
	padding: 5px;
}

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

@media (min-width: 1024px) {
	.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 h5 {
	font-weight: 600;
}

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

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

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


/* --------------------------------------------------------------------------------------------
 * Search results / 検索結果
---------------------------------------------- */
.search-results {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.search-results-column {
	flex: 0 0 90%;
}

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

.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;
}
.search-result-description em {
  font-style: normal;
}

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

.search-result-votes::before,
.search-result-meta-count::before {
	color: #0099dd;
}

[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;
}

.search-result-breadcrumbs {
	margin: 0;
}

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

#search-result .search_topics {
	text-align: center;
	margin-bottom: 100px;
}

#search-result .searchWin {
	position: relative;

	width: 600px;
	margin: 70px auto 70px;
}
#search-result {
	padding-bottom: 0px;
}

#search-result h4 {
	font-size: 2.0rem;
}
#search-result .page-header {
	width: 90%;

	margin: 0 auto;
}
#search-result .articles {
	width: 90%;
	margin: 78px auto 0;
}

@media (max-width: 1110px) {
	#search-result .page-header {
		width: 90%;
	}
	.search-results-column p {
		width: 90%;
		margin: 0 auto;
	}
}/* end over tb -----------------------*/

@media (max-width: 767px) {
	#search-result .page-header {
		width: 100%;
		margin-bottom: 14px;
	}
	#search-result .page-header-description {
		font-size: 1.4rem;
    margin-bottom: 0;
	}
	#search-result .search-result-description {
		font-size: 1.4rem;
	}
  #search-result .search-results-list a {
		font-size: 1.4rem;
	}
	#search-result .searchWin {
		margin: 10px auto;
		width: 100%;
	}
	#search-result h1 {
		margin-top: 26px;
		padding-bottom: 0;
	}
	#search-result h4 {
    margin-top: 20px;
		font-size: 2.0rem;
	}
	.search-results-column {
    	flex: 0 0 100%;
  }
	.search-results-column p,
	.search-results-column p a {
		font-size: 13px;
	}
	#search-result .articles {
		width: 100%;
		margin: 0 auto;
	}
	#search-result .search_topics {
		text-align: center;
		margin-bottom: 62px;
	}
	.search-results-list {
		margin-bottom: 0px;
	}
	#search-result section {
		margin-bottom: 27px;
	}
}/* end over sp -----------------------*/


/* --------------------------------------------------------------------------------------------
 * Request / お問い合わせ(新規リクエスト)ページ
---------------------------------------------- */
.request-wrap{
/*   background: url(//theme.zdassets.com/theme_assets/1909373/db4d5ec7d4e1488012802e80b194f80530da4834.png) no-repeat top center; */
	background-size: contain;
	min-height: 320px;
	width: 100%;
	margin: 20px 0 0;
  padding: 40px 0 0;
}
@media (max-width: 767px) {
	.request-wrap{
    padding-top: 0px;
  }
}

.request-container {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

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

.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;
}

.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: gray;
	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 #0099dd;
}

.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 #0099dd;
}

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

.request-title {
	width: 100%;
}

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

.request-sidebar h5 {
	font-size: 1.5rem;
	font-weight: 600;
	position: relative;
}

.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: 1.3rem;
	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: gray;
	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: 20px;
}


@media (min-width: 1024px) {
	.request-container {
		align-items: flex-start;
		flex-direction: row;
	}
}
@media (min-width: 1024px) {
	.request-breadcrumbs {
		margin-bottom: 60px;
	}
}
@media (min-width: 1024px) {
	.request-main {
		flex: 0 0 66%;
		order: 0;
		min-width: 0;
	}
}
@media (min-width: 1024px) {
	.request-title {
		border-bottom: 1px solid #ddd;
		margin-bottom: 0;
		max-width: 66%;
		padding-bottom: 20px;
	}
}
@media (min-width: 1024px) {
	.request-sidebar {
		background-color: #f7f7f7;
		border: 0;
		font-size: 1.3rem;
		flex: 0 0 auto;
		padding: 0 20px;
		width: 30%;
	}
}
@media (min-width: 1024px) {
	.request-sidebar h5 {
		display: none;
	}
}


/* お問い合わせカテゴリ選択時に表示されるメッセージ */
.request-notice{
  margin-top: 8px;
  background-color: #F2F5F7;
  padding: 24px 40px;
}
.request-notice .request-notice__head{
  margin-bottom: 16px;
  font-size: 1.6rem;
  color: #222;
}
.request-notice li{
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
  color: gray;
}
.request-notice li:before{
    content: "";
    display: inline-block;
    margin-right: 1em;
    background: gray;
    width: 4px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 4px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0;
    padding: 0;
}
@media (max-width: 768px) {
.request-notice{
  padding: 16px 6vw;
}
}/* end less sp -----------------------*/

/* --------------------------------------------------------------------------------------------
 * 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;
	}
}/* end over sp -----------------------*/

.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;
	}
}/* end over sp -----------------------*/

.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;
	}
}/* end over sp -----------------------*/

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

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

.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;
	}
}/* end over sp -----------------------*/

.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;
	}
}/* end over sp -----------------------*/

.requests-table-toolbar .organization-unsubscribe {
	background-color: #0099dd;
	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;
}

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

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

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

	.requests .requests-table thead {
		display: table-header-group;
	}

	.requests .requests-table-info {
		display: table-cell;
		vertical-align: middle;
		width: auto;
	}
}/* end over sp -----------------------*/

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

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


/* Following table */

.subscriptions-unsubscribe a {
	background: #0099dd;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 2.34;
	padding: 0 20px;
	text-align: center;
	width: 100%;
}

@media (min-width: 768px) {
	.subscriptions-unsubscribe a {
		width: auto;
	}
}/* end over sp -----------------------*/

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

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

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

.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: gray;
	font-size: 1.3rem;
	font-weight: 300;
}

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

.no-activities {
	color: gray;
}


/* --------------------------------------------------------------------------------------------
 * My activities / 不明
---------------------------------------------- */
.my-activities-nav {
	background-color: #f2f2f2;
	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;
	}
}/* end over sp -----------------------*/

.my-activities-sub-nav li[aria-selected="true"] {
	border-color: #0099dd;
}

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

@media (min-width: 1024px) {
	.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;
	}
}/* end over sp -----------------------*/

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

@media (min-width: 1024px) {
	.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;
	}
}/* end over sp -----------------------*/


/* --------------------------------------------------------------------------------------------
 * error-page / エラーページ
---------------------------------------------- */
.error-page {
	max-width: 1160px;
	margin: 0 auto 0;
	padding: 0 5%;
}

.error-page h1 {
	font-size: 2.0rem;
	color: #4D4D4D;
	padding-bottom: 50px;
	padding-top: 50px;
}
.error-page p {
	padding-bottom: 50px;
	padding-top: 20px;
}

@media (min-width: 1160px) {
	.error-page {
		padding: 0;
		width: 90%;
	}
}

@media (max-width: 767px) {
	.error-page {
		padding-bottom: 80px;
	}
	.error-page h1 {
		font-size: 20px;
		color: #4D4D4D;
		padding-bottom: 24px;
		padding-top: 18px;
	}
	.error-page p {
		padding-bottom: 43px;
		padding-top: 18px;
	}

}/* end less sp -----------------------*/

/* NPkakebaraiデザインリニューアル追記CSS */
.header-outer .header-home,
.header-outer .header-others {
  display: none;
}
#home .header-outer .header-home {
  display: block;
}
body:not(#home) .header-outer .header-others {
  display: block;
}

@media screen and (max-width: 767px) {
  body:not(#home) .header-outer .header-others .header {
    height: 105px;
    align-items: flex-start;
  }
}
.header-others {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.header-others a {
  color: #0096FF;
}
.header-others nav div.btn a {
  border-color: #0096FF;
}
nav div.btn a:hover {
  background: #E5F4FF;
  border-color: #0078CC;
  color: #0078CC;
}
.header-others .search input[type="search"] {
  max-width: 450px;
  max-height: 36px;
}

@media screen and (max-width: 767px) {
  body:not(#home) .header-outer .header-others {
    padding: 0 5%;
  }
}

/* 検索窓の出し入れ */
.search-wrap {
    display: none;
}

/* パターンA
.search-wrap.pcsp-kv
    → PCSP共通、トップページのkvの中、何かお困りですかの下
    body#homeである */
body#home .search-wrap.pcsp-kv {
    display:block;
}

/* パターンB
.search-wrap.pc-header
    → PC版のみ、トップ以外のヘッダー内
    body#homeではない */
body:not(#home) .search-wrap.pc-header {
    display:block;
}

@media screen and (max-width: 1240px)and (min-width: 767px){

    .search-wrap.pc-header,
    .search-wrap.follow-header {
        padding: 0 10px;
    }

    body:not(#home) .search-wrap.pc-header #query {
        width:350px;
    }
    
    .search-wrap.follow-header #query {
        width:350px;
    }    
}


@media screen and (max-width: 767px) {
/* パターンC
.search-wrap.sp-static
    → SP版のみ、トップ以外のパンクズ下
    768px未満、body#homeではない */
    body:not(#home) .search-wrap.sp-static {
        display:block;
    }

/* パターンD
.search-wrap.sp-follow
    → SP版のみ、スクロール時の追従ヘッダー
    768px未満、body#homeかどうかは関係ない */
    .search-wrap.sp-static {
        /* display:block; */
    }

    .search-wrap.pc-header,
    .search-wrap.follow-header {
        width: 80%;
        background: #ffffff;
    }

    /* パターンB の非表示 */
    body:not(#home) .search-wrap.pc-header {
        display:none;
    }
}



.announcement-area {
  background-color: #FAFAFA;
  padding: 14px 0;
  text-align: center;
}

.announcement-text {
  color: #E9365C;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .announcement-text {
    font-size: 14px;
    text-align: left;
    padding: 0 5%;
  }
}

.category-content h3 {
  background: none;
  padding-left: 0;
}
.category-content h3.section-tree-title {
  margin-left: 18px;
}
.category-content h3.section-tree-title a {
  color: #00A0E9;
  font-size: 18px;
  font-weight: 700;
	line-height: 24px;
}
.article-list-item {
  border-bottom: none;
}
.article-list-item:first-child {
  border-top: none;
}
.section-content h1 {
  color: #00A0E9;
  font-weight: 700;
  line-height: 24px;
  background: none;
  padding-left: 0;
  /* margin-left: 18px; */
}
.section-content .article-list {
    padding-top: 16px;
}

.footer .footer-home,
.footer .footer-others {
  display: none;
}
#home .footer .footer-home {
  display: block;
}
body:not(#home) .footer .footer-others {
  display: block;
  border-top: 1px solid #EAEEF0;
}
.footer-inner {
  background: #fff;
}
.footer_nav {
  justify-content: space-between;
  max-width: 960px;
  padding: 102px 0 29px;
}
.footer-others .footer_nav {
  padding: 20px 0 29px;
}
.footer_nav ul {
  display: flex;
}
.footer_nav ul li {
  margin-right: 40px;
}
.footer_nav ul li:last-of-type {
  margin-right: 0;
}
.footer_nav ul>li+li {
  margin-top: 0;
}
.footer_copy {
  background: none;
}
.footer_copy small {
  color: #5C6165 !important;
}

@media screen and (max-width: 767px) {
  .footer_nav ul {
    justify-content: space-between;
  }
}

.category-icon {
  margin-right: 22px;
  vertical-align: bottom;
}
.article-list-item {
  padding: 0;
  margin-bottom: 10px;
}
.article-list-item a {
    display: inline-block;
    color: #5C6165;
    font-size: 16px;
    width: auto;
    /* padding: 10px 0 10px 0px; */
}
.article-list-item a:hover {
  background: #F2F3F5;
  border-radius: 4px;
  text-decoration: none;
}
/* .icon-star::before {
  content: none;
} */
.breadcrumbs li+li::before {
  content: "";
  display: inline-block;
  background-image: url(/hc/theming_assets/01KV9H29XAVNPE17WE6MFJ11RK);
  background-size: contain;
  width: 6px;
  height: 12px;
}
.breadcrumbs li {
  font-size: 1.2rem;
}
.breadcrumbs a {
  color: #00A0E9;
  font-size: 1.2rem;
}
.searchWin .search::before {
  display: none;
}
@media (min-width: 768px) {
 .section-tree .section {
    flex: 0 0 45%;
    margin: 0 50px 95px 0;
	} 
}
.faq-image-1:after {
  position: absolute;
  content: "";
  background: url(/hc/theming_assets/01KV9H29XFHS04DDXEZCCRD8T8) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    padding-right:27px;
    padding-left:27px;
  }
  
  .footer_nav {
    margin-top:30px;
    display: block;
    text-align: left;
    padding: 0;
	}

  .footer_nav ul {
    margin-top:10px;
  }
	.footer_nav li {
/* 		width: 20%; */
		text-align: center;
	}
  .footer_nav ul li.u-sp {
    margin-right:0;
  }
	.footer_nav li:nth-child(1) {
/* 		width: 22%; */
		text-align: center;
	}
	.footer_nav li:nth-child(2) {
/* 		width: 15%; */
		text-align: center;
/* 		border-left: 1px solid #cfcfcf; */
		padding-left: 6px;
	}
	.footer_nav li:nth-child(3) {
/* 		width: 26%; */
		text-align: center;
/* 		border-left: 1px solid #cfcfcf; */
		padding-left: 6px;
	}
	.footer_nav li:nth-child(4) {
/* 		width: 32%; */
		text-align: center;
/* 		border-left: 1px solid #cfcfcf; */
		padding-left: 7px;
	}
	.footer_nav li:nth-child(5) {
/* 		width: 20%; */
		text-align: center;
		margin-top: 20px;
		padding-left: 6px;
	}
	.footer_nav li:nth-child(6) {
/* 		width: 15%; */
		text-align: center;
		margin-top: 20px;
/* 		border-left: 1px solid #cfcfcf; */
		padding-left: 10px;
	}
	.footer_nav li:nth-child(7) {
/* 		width: 18%; */
		text-align: center;
		margin-top: 20px;
/* 		border-left: 1px solid #cfcfcf; */

		padding-left: 6px;
	}
	.footer_nav li:nth-child(8) {
/* 		width: 32%; */
		text-align: center;
		margin-top: 20px;
/* 		border-left: 1px solid #cfcfcf; */

		padding-left: 8px;
	}

	.footer_nav li a {
    font-size:11px;
    line-height:24px;
    letter-spacing:0.25px;
    color:#5C6165;
	}
	.footer_nav li a:hover,
	.footer_nav li a.btn:hover {
		color: #8c8a8a;
	}
  
  .footer_copy {
    margin-top:40px;
  }
}

.header.scroll-nav { 
    /* display: none; */
}

.header-parent.scroll-parent {
    position: fixed;
    background: #ffffff;
    z-index: 99999;
    width: 100%;
    max-height:70px;
    left: 0;
    top: 0;
}

@media (max-width: 768px) {
.header.scroll-nav {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding: 0 7%;
  align-items: center;
  max-width: 100%;
  width: 100%;
  height: 76px;
  z-index: 9999;
}

body:not(#home) .header-outer .header-others .header.scroll-nav {
  align-items: center;
  height: 76px;
}

.header.scroll-nav .nav-wrapper .icon-menu {
  left: 22px;
}

.header.scroll-nav .logo {
  display: none;
}
.header.scroll-nav .search {
  display: block;
}
body[aria-expanded="true"] .logo {
  display: block;
}
}


/* --------------------------------------------------------------------------------------------
 * MARKETING-11048 / FAQ記事の注釈テキストエリア
---------------------------------------------- */
.p-note {
	position: relative;
	box-sizing: border-box;
	margin: 20px auto;
	width: 100%;
	min-height: 16px;
	padding: 16px 20px 16px 56px;
	border: 1px solid #000000;
	border-radius: 8px;
  
	color: #0C1011;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-align: left;
  }
  .p-note:after {
	position: absolute;
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	top: 16px;
	left: 20px;
	background:center center url(/hc/theming_assets/01KV9H29X2FK3FD2G3B1DGP9HT);
	background-repeat: no-repeat;
  }
  
  @media (max-width: 767px) {
	.p-note {
	  width: 100%;
	  padding: 12px;
	  padding-left: 44px;
	}
	.p-note:after {
	  top: 12px;
	  left: 12px;
	}
  }
  
  .p-note--red01 {
	border-color:#FF4446;
	background-color: #FFF4F4;
  }
  .p-note--red01:after {
	background-image:url(/hc/theming_assets/01KV9H29X2FK3FD2G3B1DGP9HT);
  }
  
  .p-note--yellow01 {
	border-color:#AC9A2E;
	background-color:#FEF7D7;
  }
  .p-note--yellow01:after {
	background-image:url(/hc/theming_assets/01KV9H29W81N6C4D82N3Y7J784);
  }
  
  .p-note--gray01 {
	border-color:#8B959A;
	background-color: #F9FAFA;
  }
  .p-note--gray01:after {
	background-image:url(/hc/theming_assets/01KV9H29SS4665CHZTD5M98E0D);
  }
  
  .p-note--blue01 {
	border-color:#00A0E9;
	background-color: #F2FAFE;
  }
  .p-note--blue01:after {
	background-image:url(/hc/theming_assets/01KV9H29ZCH0352FJRE9T2SFE3);
  }
  
  .p-note .u-strong {
	font-weight: 700;
  }
  .p-note .u-paragram {
	margin: 0;
	padding: 0;
  }
  .u-paragram.u-paragram--indent {
	padding-left: 1em;
	text-indent: -1em;
	  }
  .p-note--red01 .u-strong {
	color: #BA393C;
  }
  .p-note--yellow01 .u-strong {
	color: #6D6629;
  }
  .p-note--gray01 .u-strong {
	color: #657279;
  }
  .p-note--blue01 .u-strong {
	color: #0586C1;
  }
 #request_custom_fields_43208783078681_hint{ white-space: pre !important; } 
 #request_custom_fields_43208680147737_hint{ white-space: pre !important; } 
 #request_custom_fields_43925815347097_hint{ white-space: pre !important; } 
 #request_custom_fields_43925856194713_hint{ white-space: pre !important; }
