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

/* 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;
}
/* button--white */
.Button.Button--white > * {
  border: 1px solid #0092CC;
  color: #0092CC;
}
.Button.Button--white:hover > * {
  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;
}


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

a:hover,
a:active,
a:focus {
	text-decoration: underline;
	color: #0099dd;
}

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

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

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

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

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

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

[data-loading="true"] input,
[data-loading="true"] textarea {
	background: transparent url(/hc/theming_assets/01HZM46KWA5A9Q328Z4861VJ9C) 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;
}
a.subnotice{
  display: block;
  max-width: 680px;
	margin: 24px auto;
	padding: 12px;
	border: 2px solid #0099dd;
	color: #D13F57;
	text-align: center;
  text-decoration: none;
}
.subnotice p{
  color: #0099dd;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
a.notice{
	margin: 24px 5%;
	padding: 12px 6px;
	border: 1px solid #D13F57;
}
.notice p{
  font-size: 12px;
}
a.subnotice{
	margin: 24px 5%;
	padding: 12px 6px;
	border: 1px solid #0099dd;
}
.subnotice p{
  font-size: 12px;
}
}/* 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{
  margin: 8px 0;
}
table th,
table td{
  min-width: 127px;
  padding: 20px 48px 20px 10px;
	border-collapse: collapse;
  text-align: left;
}

table th{
  background: #0092CC;
  color: #fff;
  font-weight: bold;
}

table td {
	border-bottom: 1px #cdcdcd solid;
  color: #4C4948;
}

table tr:last-child td{
  border-bottom: none;
}

@media (max-width: 767px) {
  table{
    width: auto !important;
/*     display: contents; */
  }
  table th,
  table td{
    min-width: auto;
    padding: 20px 10px;
  }
}/* end less 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-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;
  clear: both;
}

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


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

@media (min-width: 1160px) {
	.container {
		padding: 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;
	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: 1110px) {
        .header{
            margin: 0;
            padding: 0 2% 0 4%;
            position: relative;
            align-items: center;
            display: flex;
            height: 71px;
            justify-content: space-between;
        }
    }/* end less tb -----------------------*/

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

/* .logo
-------------------------------------*/
.logo img {
	max-height: 37px;
}
    @media (max-width: 767px) {
        .logo {
            margin: 2% auto 0;
            padding-left: 22px;
        }
        .logo img {
            max-height: 18px;
        }
    }/* end less sp -----------------------*/

/* .nav
-------------------------------------*/
.nav{
	display: inline-block;
	position: fixed;
	white-space: nowrap;
}
.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: 100%;
	z-index: 1;
}

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

    @media (max-width: 767px) {
        .nav[aria-expanded="true"] {
            background-color: #19A3E0;
            padding: 91px 0 140px;
        }
    }/* end less sp -----------------------*/

/* nav-list */
.nav-list {
	margin-right: 185px;
}
.nav-list > li{
	display: inline-block;
}
.nav[aria-expanded="true"] .nav-list > li{
	display: block;
	margin: 20px;
}
    @media (max-width: 1110px) {
        .nav-list{
            margin-right: 130px;
        }
    }/* end less tb -----------------------*/

		@media (max-width: 767px) {
        .nav[aria-expanded="true"] .nav-list{
						margin-right: 0;
        }
        .nav[aria-expanded="true"] .nav-list > li{
            margin: 10px 30px;
        }
      	.nav[aria-expanded="true"] .nav-list > li > a{
            display: block;
        }

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

/* .menu-button
-------------------------------------*/
.menu-button {
	border: 0;
	color: #0099dd;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	width: auto;
  font-size: 2.5rem;
}
.menu-button[aria-expanded="true"] {
  position: fixed;
  z-index: 2;
  top: 12px;
  right: 10px;
  color: #fff !important;
}
.menu-button:focus {
	outline: none;
}
.menu-button::before {
	content: "\2630";
		font-family: "copenhagen-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}
.menu-button[aria-expanded="true"]::before{
  content: "\2715";
}
[dir="rtl"] .menu-button {
	margin-left: 10px;
	margin-right: 0;
}
.menu-button:hover,
.menu-button:focus,
.menu-button:active {
	background-color: transparent;
	color: #0099dd;
}

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


.nav a {
	border: 0;
	color: #0099dd;
	font-size: 1.4rem;
	padding: 0 7px 0 0;
	width: auto;
	text-decoration: none;
}
[dir="rtl"] .nav a {
	padding: 0 0 0 20px;
}
.nav a:hover,
.nav a:focus,
.nav a:active {
	background-color: transparent;
	color: #0099dd;
	text-decoration: underline;
}
.nav .link--blank::after{
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12.098" height="12.098"><path d="M10.754 5.04V2.285l-4.369 4.1-1.009-1.009 4.3-4.032H7.058V0h3.7A1.348 1.348 0 0112.1 1.344v3.7zm-9.409 5.713h8.738V7.729h1.344v3.024a1.348 1.348 0 01-1.345 1.347H1.344A1.348 1.348 0 010 10.754V2.016A1.348 1.348 0 011.344.672h3.024v1.344H1.344v8.738z" fill="%230099dd"/></svg>');
  margin-left: 4px;
}

.nav .link--shop-support{
  color: #4D4D4D;
}
.nav .link--shop-support::after{
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12.098" height="12.098"><path d="M10.754 5.04V2.285l-4.369 4.1-1.009-1.009 4.3-4.032H7.058V0h3.7A1.348 1.348 0 0112.1 1.344v3.7zm-9.409 5.713h8.738V7.729h1.344v3.024a1.348 1.348 0 01-1.345 1.347H1.344A1.348 1.348 0 010 10.754V2.016A1.348 1.348 0 011.344.672h3.024v1.344H1.344v8.738z" fill="%234D4D4D"/></svg>');
  margin-left: 4px;
}
.nav .link--shop-support:hover::after{
  content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12.098" height="12.098"><path d="M10.754 5.04V2.285l-4.369 4.1-1.009-1.009 4.3-4.032H7.058V0h3.7A1.348 1.348 0 0112.1 1.344v3.7zm-9.409 5.713h8.738V7.729h1.344v3.024a1.348 1.348 0 01-1.345 1.347H1.344A1.348 1.348 0 010 10.754V2.016A1.348 1.348 0 011.344.672h3.024v1.344H1.344v8.738z" fill="%230099dd"/></svg>');
}
    @media (max-width: 1110px) {
        .nav a {
            padding: 0 5px 0 0;
            font-size: 1.2rem;
    		}
    }/* end less tb -----------------------*/

    @media (max-width: 767px) {
        .nav a {
            color: #ffffff;
            padding-bottom: 0.5em;
            padding-top: 0.3em;
            border-bottom: 1px #ffffff solid;
            margin-bottom: 1px;
            font-size: 2.0rem;
        }
        .nav .link--blank::after{
          content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12.098" height="12.098"><path d="M10.754 5.04V2.285l-4.369 4.1-1.009-1.009 4.3-4.032H7.058V0h3.7A1.348 1.348 0 0112.1 1.344v3.7zm-9.409 5.713h8.738V7.729h1.344v3.024a1.348 1.348 0 01-1.345 1.347H1.344A1.348 1.348 0 010 10.754V2.016A1.348 1.348 0 011.344.672h3.024v1.344H1.344v8.738z" fill="%23fff"/></svg>');
          margin-left: 4px;
        }
      	.nav .link--shop-support{
          color: #fff;
        }
        .nav .link--shop-support::after{
          content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12.098" height="12.098"><path d="M10.754 5.04V2.285l-4.369 4.1-1.009-1.009 4.3-4.032H7.058V0h3.7A1.348 1.348 0 0112.1 1.344v3.7zm-9.409 5.713h8.738V7.729h1.344v3.024a1.348 1.348 0 01-1.345 1.347H1.344A1.348 1.348 0 010 10.754V2.016A1.348 1.348 0 011.344.672h3.024v1.344H1.344v8.738z" fill="%23fff"/></svg>');
        }
        .nav .link--shop-support:hover::after{
          content: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12.098" height="12.098"><path d="M10.754 5.04V2.285l-4.369 4.1-1.009-1.009 4.3-4.032H7.058V0h3.7A1.348 1.348 0 0112.1 1.344v3.7zm-9.409 5.713h8.738V7.729h1.344v3.024a1.348 1.348 0 01-1.345 1.347H1.344A1.348 1.348 0 010 10.754V2.016A1.348 1.348 0 011.344.672h3.024v1.344H1.344v8.738z" fill="%23fff"/></svg>');
        }

        .nav a:hover,
        .nav a:active,
        .nav a:focus {
            color: #ffffff;
            text-decoration: none;
        }
    }/* end less sp -----------------------*/

/* .nav btn
-------------------------------------*/
.nav .btn {
	width: 180px;
	position: absolute;
	right: 0;
	top: -5px;
}
.nav .btn a,
.nav .btn a:hover {
	display: block;
	padding: 5px 0;
	border: 1px solid #0099dd;
	border-radius: 0px;
	text-decoration: none;
	text-align: center;
	transition: .3s background cubic-bezier(0.165, 0.84, 0.44, 1);
	font-size: 1.2rem;
}
    @media (max-width: 1110px) {
        .nav .btn{
            width: 125px;
        }
    }/* end less tb -----------------------*/

		@media (max-width: 767px) {
        .nav a.btn {
            padding: 11px 0;
            border: 1px solid #ffffff;
            text-align: center;
            border-radius: 4px;
            width: 60%;
        }
        .nav[aria-expanded="true"] a.btn {
            margin: 0 auto;
            margin-top: 50px;
        }
    }/* end less sp -----------------------*/

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


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

@media screen and (max-width: 767px) {
	.footer_nav {
		padding: 16px;
		;
	}
	.footer_nav li {
		width: 20%;
		text-align: center;
	}
	.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 {
		color: #8c8a8a;
		font-size: 10px;
		line-height: 2em;
	}
	.footer_nav li a:hover,
	.footer_nav li a.btn:hover {
		color: #8c8a8a;
	}

	.footer_nav {
		display: flex;
		display: -webkit-flex;

		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;

		justify-content: space-around;
		-webkit-justify-content: space-around;

		flex-wrap: wrap;
	}
}

/* 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: 9px;
	}

}/* 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;
  margin: 50px auto 0;
}

.search input[type="search"] {
	border: 1px solid #4D4D4D;
	color: #999;
	height: 50px;
	padding: 15px 20px 15px 55px;
	-webkit-appearance: none;
	width: 600px;
}

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

.search input[type="search"]:focus {
	border: 1px solid #0099dd;
	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"] {}

/* 検索ワード */
.search_topics{
	margin: 1em auto 0;
	width: 600px;
  padding: 24px 0 24px 24px;
  background: #F2F5F7;
}
.search_topics__head{
  margin-bottom: 16px;
  text-align: left;
  font-weight: bold;
}
.search_topics__words{
  text-align: left;
}
.search_topics__words a{
  display: inline-block;
  position: relative;
  margin-right: 29px;
  font-size: 14px;
  line-height: 2;
}
.search_topics__words a:not(:last-child):after{
  content: "/";
  position: absolute;
  right: -14px;
  color: #999;
  pointer-events: none;
}

@media (max-width: 767px) {
  .search {
    margin: 12px auto 0;
  }
	.search input[type="search"] {
		border: 1px solid #4D4D4D;
		border-radius: 0px;
		color: #999;
		height: 40px;
		padding-left: 43px;
		padding-right: 20px;
		padding-top: 22px;
		padding-bottom: 20px;
		-webkit-appearance: none;
		width: 100%;
		height: 30px;
		font-size: 13px;
	}

	.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: 18px;
		width: 18px;
		height: 13px;
		border-radius: 30px;
		padding-top: 5px;
	}
	.search_topics {
		font-size: 13px;
	}
	.search_topics a {
		font-size: 13px;
	}

  /* 検索ワード */
  .search_topics{
    width: auto;
    padding: 24px 0 24px 5%;
    background: #F2F5F7;
  }
  .search_topics__words a{
    line-height: 2.3;
  }
}/* 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/01HZM46QAFG5MBXQFKZT9AG3G7);
	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/01HZM46Q4812BJNN11CK2DYXF3) no-repeat top;
	background-size: contain;
/* 	height: 320px; */
	width: 100%;
	margin: 40px 0 0;
	padding: 0 20px;
	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/01HZM46PPQ7P5Y4B5T78BZGE45);
	}
}/* end over 1400 */

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

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

/* パーツ ------------------------------*/
h1.toppage-hero-title {
	font-size: 5.0rem;
	text-align: center;
	color: #0099dd;
	padding-bottom: 12px;
}

.section h2.toppage-hero-text {
	margin: 0 auto;
	text-align: center;
}

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

.toppage h5 {
	font-size: 2.0rem;
	margin-bottom: 16px;
	margin-top: 78px;
}

.toppage .section .articles {
	flex: 0 0 100%;
	margin-left: 0%;
}

@media (max-width: 767px) {
	h1.toppage-hero-title {
		font-size: 3.0rem;
		text-align: left;
		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: 0px;
		margin-top: 40px;
	}


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


/* block-item / トップページカテゴリメニュー
 * Blocks
 * Used in Homepage#categories and Community#topics
-------------------------------------*/
.blocks-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	justify-content: space-between;
	list-style: none;
	padding: 0;
}
.blocks-list:after{
  content: "";
  display: block;
  width: calc(33.3% - 5px);
}
@media (min-width: 768px) {
	.blocks-list {
		margin: 0px;
	}
}/* end over sp -----------------------*/

/* blocks-item
-------------------------------------*/
.blocks-item,
.blocks-list > *{
	position: relative;
	display: flex;
/* 	flex: 1 0 380px; */
	flex-direction: column;
	justify-content: center;
  width 33%;
	width: calc(33.3% - 5px);

  /* 	max-width: 380px; */
	margin: 0 0 10px;
	border: 1px solid #0099dd;
	color: #0099dd;
	text-align: center;
}

.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
	background-color: #ffffff;
}

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

.blocks-item a {
	text-decoration: none;
}

@media (max-width: 1288px) {
	.blocks-item {
		flex: 1 0 49%;
		border-radius: 0px;
		max-width: 49%;
	}
}/* 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;
	}

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

.blocks-item {
	background: url(/hc/theming_assets/01HZM46MWCPVPV1P2GWDAKZX96) 3% 50% no-repeat;
	background-size: 45px 45px;
}
	.blocks-item:first-child {
		background-image: url(/hc/theming_assets/01HZM46P30AMTTK1ZDEAYDYVBN);
	}

	.blocks-item:nth-child(2) {
		background-image: url(/hc/theming_assets/01HZM46P8E2EYCM35J9ZBKK68A);
	}
	.blocks-item:nth-child(3) {
		background-image: url(/hc/theming_assets/01HZM46NYFQ8G5YNVVM70AVN6N);
	}
	/*.blocks-item:nth-child(4) {
		background-image: url(/hc/theming_assets/01HZM46NQ31KKZCQQ84HWFQRV0);
	}*/
	.blocks-item:nth-child(4) {
		background-image: url(/hc/theming_assets/01HZM46NJKR10TZ1JG3ZR3X5J3);
	}
	.blocks-item:nth-child(5) {
		background-image: url(/hc/theming_assets/01HZM46NCSVGGR1DQMETQMVJEP);
	}
	.blocks-item:nth-child(6) {
		background-image: url(/hc/theming_assets/01HZM46N787K2BHT89TPH13A9M);
	}
	.blocks-item:nth-child(7) {
		background-image: url(/hc/theming_assets/01HZM46N1QB7TPB9S44XQNRDJX);
	}
	.blocks-item:nth-child(8) {
		background-image: url(/hc/theming_assets/01HZM46MWCPVPV1P2GWDAKZX96);
	}


	@media (max-width: 767px) {
		.blocks-item {
			background: url(/hc/theming_assets/01HZM46P30AMTTK1ZDEAYDYVBN) 3% 50% no-repeat;
			background-size: calc(77/768*100vw) calc(77/768*100vw);
		}
		.blocks-item:first-child {
			background-image: url(/hc/theming_assets/01HZM46P30AMTTK1ZDEAYDYVBN);
		}
		.blocks-item:nth-child(2) {
			background-image: url(/hc/theming_assets/01HZM46P8E2EYCM35J9ZBKK68A);
		}
		.blocks-item:nth-child(3) {
			background-image: url(/hc/theming_assets/01HZM46NYFQ8G5YNVVM70AVN6N);
		}
		.blocks-item:nth-child(4) {
			background-image: url(/hc/theming_assets/01HZM46NQ31KKZCQQ84HWFQRV0);
		}
		.blocks-item:nth-child(5) {
			background-image: url(/hc/theming_assets/01HZM46NJKR10TZ1JG3ZR3X5J3);
		}
		.blocks-item:nth-child(6) {
			background-image: url(/hc/theming_assets/01HZM46NCSVGGR1DQMETQMVJEP);
		}
		.blocks-item:nth-child(7) {
			background-image: url(/hc/theming_assets/01HZM46N787K2BHT89TPH13A9M);
		}
		.blocks-item:nth-child(8) {
			background-image: url(/hc/theming_assets/01HZM46N1QB7TPB9S44XQNRDJX);
		}
		.blocks-item:nth-child(9) {
			background-image: url(/hc/theming_assets/01HZM46MWCPVPV1P2GWDAKZX96);
		}
	}/* end less sp -----------------------*/

/* パーツ ------------------------------*/
.blocks-item a:active h4.blocks-item-title,
.blocks-item a:focus h4.blocks-item-title,
.blocks-item a:hover h4.blocks-item-title {
	color: #0099dd;
}
.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: 20px 20px 20px 70px;
}

.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/01HZM46PD5CT6679C8Z046RWF8) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.blocks-item-title {
	margin-bottom: 0;
	font-size: 2.0rem;
	font-weight: 400;
	text-align: left;
	color: #0099dd;
}

.blocks-item-description {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: left;
}

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

@media (max-width: 767px) {
	.blocks-item-link {
		color: #0099dd;
		padding: 18px 38px 18px 65px;
    padding-left: calc(120/768*100vw);
	}

	h4.blocks-item-title {
		font-size: 1.8rem;
		color: #0099dd;
		text-align: left;
	}

	.blocks-item-description {
		font-size: 1.2rem;
		text-align: left;
		margin-top: 0;
	}
	.blocks-item .icoNext {
		background: url(/hc/theming_assets/01HZM46PD5CT6679C8Z046RWF8) 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{
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.promoted h6{
  margin: 18px 0 0;
}
.promoted__inner{

}
.promoted__outer{
  max-width: 980px;
  margin: 0 auto;
}
.promoted-articles {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

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

@media (min-width: 1024px) {
	.promoted-articles {
	}
	.promoted-articles-item {
	}
	[dir="rtl"] .promoted-articles-item {
		padding: 0 0 0 30px;
	}
}/* end over 1024 -----------------------*/

.promoted-articles-item:nth-child(3n) {
	padding-right: 0;
}
.promoted-articles-item a {
	color: $lonk_color;
	display: inline-block;
	padding: 8px 0;
	text-decoration: underline;
}
.promoted-articles-item:last-child a {
	border: 0;
}

@media (max-width: 767px) {
	.promoted-articles-item a {
		border-bottom: none;
		font-size: 1.4rem;
	}
	.promoted-articles-item a {
		padding: 8px 0;
	}
}/* end less sp -----------------------*/


/* Community section in homepage / 現在非表示
---------------------------------------------- */
.community {
	text-align: center;
}
.community-image {
	min-height: 300px;
	background-image: url(/hc/theming_assets/01HZM46QGB6D390W48EYP7GRFS);
	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;
}

@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: #0099dd;
		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 {
	margin-top: 40px;
}
.category-content h3 {
	background: url(/hc/theming_assets/01HZM46PJ25NMAK2D2Y15HSF43) 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/01HZM46PJ25NMAK2D2Y15HSF43) 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::before {
	color: #0099dd;
	font-size: 1.8rem;
}

/* --------------------------------------------------------------------------------------------
 * 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/01HZM46PJ25NMAK2D2Y15HSF43) 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/01HZM46PJ25NMAK2D2Y15HSF43) 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/01HZM46PJ25NMAK2D2Y15HSF43) 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 {
		color: #0099dd;
		text-decoration: underline;
		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;
	}
	.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 pre{
  position:relative;margin:24px auto 16px;padding:8px;padding-left:48px;border:1px solid #f9f1e8;border-radius:8px;
  border-color:#0092cc;background:rgba(0,146,204,.1);
  white-space: inherit;
}
.article-body pre:before{content:"！";display:block;background:#0092cc;border-radius: 50%;color:#fff;text-align:center;position:absolute;top:12px;left:16px;height:24px;width:24px}
*/

.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 0;
  padding-top: 56px;
  border-top: 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;
}

.related-articles{
  border-top: 1px solid #ddd;
  padding-top: 50px;
}

.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 .request-notice__sub{
  margin-bottom: 8px;
  font-size: 1.3rem;
  color: #222;
}

/* atoneログインボタン */
.button-atone-login{
  background: #FFF;
  margin-top: 30px;
}
.button-atone-login a{
  display: block;
  height: 48px;
  width: 238px;
  background: url(/hc/theming_assets/01JJK4ZRB3NVKEJ1WKKSK8RCZ5) no-repeat;
  background-size: contain;
  
  cursor: pointer;
  transition: all .2s linear;
}
.button-atone-login a:hover{
  opacity: 0.8;
}
.button-atone-login span{
  display: none;
}

/* pタグ */
.request-notice p{
  position: relative;
  margin-bottom: 8px;
  color: #333333;
  font-size: 1.4rem;
}

/* ulタグ */
.request-notice li{
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 8px;
  color: #333333;
}
.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;
}

/* Zendesk 複数選択ボックスのデザイン修正 */
.hc-multiselect-toggle{
  border: 1px solid #4d4d4d;
  border-radius: 0;
}

/* Zendesk datepickerのデザイン修正 */
body .pika-single{
  width: auto;
}
body .pika-table th, body .pika-table td{
  min-width: auto;
  padding: 4px 6px;
}
body .pika-table th abbr{
  color: #FFF;
}

/* Zendesk selectボックスのデザイン修正 */
.nesty-panel{
  max-height: 220px
}

/* Zendesk 項目非表示用属性 */
.form *[data-form-hidden="true"]{
  display: none;
}

/* お問い合わせ概要に応じた記事サジェストを非表示 */
#new_request .suggestion-list{
  display: none !important;
}



/* --------------------------------------------------------------------------------------------
 * 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 -----------------------*/