@charset "UTF-8";
/*gridのpadding*/
/*****************************/
/*reset.css*/
/*****************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*************/
/*f_base.scss*/
/*************/
body {
  color: #333333;
  line-height: 1.6;
  min-width: 1070px;
}

main {
  display: block;
  padding-bottom: 110px;
}

input::-ms-clear {
  display: none;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

::-moz-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

:-ms-input-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input, select, textarea, button {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

button {
  cursor: pointer;
  outline: none;
}

::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

sub {
  font-size: 74%;
}

sup {
  vertical-align: super;
  font-size: 74%;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}

[lang="en"] body {
  font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
}

/*****************/
/*l_base*/
/*****************/
.l-main-content {
  width: 1060px;
  padding-left: 5px;
  padding-right: 5px;
  margin: auto;
  margin-top: 35px;
}

.l-main-content:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.l-main-content .l-content-single {
  box-sizing: border-box;
}

.l-main-content .l-content-single--narrow {
  padding-left: 80px;
  padding-right: 80px;
}

.l-main-content .l-content-left {
  box-sizing: border-box;
  margin-right: 45px;
  width: 790px;
  float: left;
  min-height: 1px;
}

.l-main-content .l-content-right {
  box-sizing: border-box;
  width: 225px;
  float: left;
}

/*************/
/*u_utility.scss*/
/*************/
.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

.u-text-middle {
  vertical-align: middle !important;
}

.u-mt-em {
  margin-top: 1em !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-font-bold {
  font-weight: bold !important;
}

.u-font-red {
  color: #dd0000;
}

.u-font-lightblue {
  color: #2bb9ec !important;
}

.u-font-lightgreen {
  color: #a2cd00 !important;
}

.u-font-lightorange {
  color: #e88746 !important;
}

.u-font-gstblue {
  color: #0e3192;
}

.u-font-black {
  color: #333333 !important;
}

@media print {
  .u-print-hide {
    display: none;
  }
}

/*****************/
/*grid*/
/*****************/
.c-grid-row-12__multi-row-3 > [class*="c-grid-col-"]:nth-child(n + 4) {
  margin-top: 20px;
}

.c-grid-row-12__multi-row-3 > [class*="c-grid-col-"]:nth-child(3n + 1) {
  clear: both;
}

.c-grid-row-12 > .c-grid-col-1 {
  width: 8.3333%;
}

.c-grid-row-12 > .c-grid-col-2 {
  width: 16.6666%;
}

.c-grid-row-12 > .c-grid-col-3 {
  width: 25%;
}

.c-grid-row-12 > .c-grid-col-4 {
  width: 33.33334%;
}

.c-grid-row-12 > .c-grid-col-5 {
  width: 41.6666%;
}

.c-grid-row-12 > .c-grid-col-6 {
  width: 50%;
}

.c-grid-row-12 > .c-grid-col-7 {
  width: 58.3333%;
}

.c-grid-row-12 > .c-grid-col-8 {
  width: 66.6666%;
}

.c-grid-row-12 > .c-grid-col-9 {
  width: 75%;
}

.c-grid-row-12 > .c-grid-col-10 {
  width: 83.3333%;
}

.c-grid-row-12 > .c-grid-col-11 {
  width: 91.6666%;
}

.c-grid-row-12 > .c-grid-col-12 {
  width: 100%;
}

[class*="c-grid-row-"] {
  width: calc(100% + 10px + 10px);
  margin-left: -10px;
  box-sizing: border-box;
}

[class*="c-grid-row-"]:after {
  content: '';
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

[class*="c-grid-row-"] > [class*="c-grid-col-"] {
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
}

[class*="c-grid-row-"] > [class*="c-grid-col-"] > img {
  max-width: 100%;
}

[class*="c-grid-row-"].c-grid-row--flexible {
  display: flex;
}

[class*="c-grid-row-"].c-grid-row--flexible > [class*=c-grid-col-] {
  display: flex;
}

[class*="c-grid-row-"].c-grid-row--flexible > [class*=c-grid-col-] > div {
  align-items: stretch;
}

[class*="c-grid-row-"].c-grid-row--flexible-center {
  display: flex;
  justify-content: center;
}

.c-grid__flex-child {
  box-sizing: border-box;
  padding: 0 10px;
  flex-grow: 3;
}

/*************/
/*c_components.scss*/
/*************/
/**main内パーツ**/
.c-catch-copy {
  font-size: 18px;
  font-weight: bold;
}

.c-text {
  margin-top: 30px;
  font-size: 15px;
}

.c-text:first-child {
  margin-top: 0;
}

.c-text--extra-small {
  font-size: 12px;
}

.c-text--small {
  font-size: 13px;
}

.c-text--medium {
  font-size: 14px;
}

.c-text--large {
  font-size: 18px;
}

.c-text--larger {
  font-size: 22px;
}

.c-text--extra-large {
  font-size: 24px;
}

.c-text--h02 {
  min-height: 3.2em;
}

.c-text--wide-line {
  line-height: 2.3;
}

.c-text--lead {
  font-size: 28px;
}

.c-title-text {
  font-weight: bold;
  color: #0e3192;
}

.c-title-text + .c-text {
  margin-top: 0;
}

.c-link-list {
  margin-top: 30px;
  font-size: 15px;
}

.c-link-list:first-child {
  margin-top: 0;
}

.c-link-list > .c-angle {
  margin-right: 8px;
}

.c-link-list.c-link-list--horizontal li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 0;
}

.c-link-list.c-link-list--medium {
  line-height: 2;
}

.c-link-list.c-link-list--medium li {
  margin-right: 25px;
}

ul.c-square {
  margin-top: 30px;
  margin-left: 2px;
  font-size: 15px;
  list-style: square;
}

ul.c-square:first-child {
  margin-top: 0;
}

ul.c-square > li {
  margin-top: calc(20px + 1em - 1em * 1.6);
  margin-left: 1em;
}

ul.c-square > li:first-child {
  margin-top: 0;
}

ul.c-square > li > ul {
  list-style: disc;
}

ul.c-square > li > ul:first-child {
  margin-top: calc(20px + 1em - 1em * 1.6);
}

ul.c-square > li > ul > li {
  margin-left: 2em;
}

ul.c-square > li > ul > li:not(:first-child) {
  margin-top: calc(20px + 1em - 1em * 1.6);
}

ul.c-link-list {
  margin-top: 30px;
  font-size: 15px;
}

ul.c-link-list:first-child {
  margin-top: 0;
}

ul.c-link-list > li {
  margin-top: calc(20px + 1em - 1em * 1.6);
}

ul.c-link-list > li:first-child {
  margin-top: 0;
}

.c-decimal {
  margin-top: 30px;
  font-size: 15px;
  list-style: none;
  counter-reset: decimal0;
}

.c-decimal > li {
  margin-left: 1.6em;
}

.c-decimal > li:before {
  counter-increment: decimal0;
  content: counter(decimal0) ".";
  margin-left: -1.6em;
  display: inline-block;
  width: 1.6em;
}

figure > img {
  max-width: 100%;
  display: block;
  margin: auto;
}

figure > img + figcaption {
  margin-top: 11px;
}

figure > figcaption {
  font-size: 13px;
}

figure > figcaption .c-figcaption__title {
  font-size: 15px;
  font-weight: bold;
}

figure > figcaption > .c-figcaption {
  margin-top: 0;
  font-size: 15px;
}

table.c-table {
  margin-top: 30px;
  line-height: 1.2;
  width: 100%;
  border: 1px solid #c9c9c9;
  font-size: 15px;
  font-weight: normal;
}

table.c-table:first-child {
  margin-top: 0;
}

table.c-table > thead th {
  padding-left: 0;
  padding-right: 0;
  background: #e4e8f2;
}

table.c-table > thead th.u-text-left, table.c-table > thead th.u-text-right {
  padding-left: 12px;
  padding-right: 12px;
}

table.c-table > thead + tbody th {
  background: #eff1f6;
}

table.c-table > tbody th {
  text-align: left;
  background: #e4e8f2;
}

table.c-table--result-table {
  word-wrap: break-word;
  border: 1px solid #ffffff;
}

table.c-table--result-table tr {
  border-bottom: 1px solid #ffffff;
}

table.c-table--result-table tr > th, table.c-table--result-table tr > td {
  border-left: 1px solid #ffffff;
  padding: 8px 5px;
}

table.c-table--result-table tr.c-table__row--h02 > th, table.c-table--result-table tr.c-table__row--h02 > td {
  padding-top: 17px;
  padding-bottom: 17px;
}

table.c-table--result-table > thead {
  font-size: 13px;
}

table.c-table--result-table > thead th {
  background: #666;
  color: #ffffff;
}

table.c-table--result-table > tbody {
  font-size: 13px;
}

table.c-table--result-table > tbody tr {
  background: #f3f3f3;
}

table.c-table--result-table > tbody tr:nth-child(2n) {
  background: #e9e9e9;
}

table.c-table--result-table > tbody tr > td:first-child {
  background: #e9e9e9;
}

table.c-table--result-table > tbody tr .c-table__cell--remarks a {
  display: block;
}

table.c-table--result-table > tbody tr .c-table__cell--remarks a:not(:first-child) {
  margin-top: 8px;
}

table.c-table--result-table > tbody tr .c-table__cell--remarks p:not(:first-child) {
  margin-top: 8px;
}

table.c-table--result-table:not(.c-table--col-3) > thead th:first-child {
  width: 14em;
}

table.c-table--result-table:not(.c-table--col-3) > thead th:nth-child(5) {
  width: 5em;
}

table.c-table--result-table:not(.c-table--col-3) > thead th:nth-child(6), table.c-table--result-table:not(.c-table--col-3) > thead th:nth-child(7) {
  width: 7em;
}

table.c-table--result-table:not(.c-table--col-3) > tbody tr > td:nth-last-child(7) {
  background: transparent !important;
}

table.c-table--result-table.c-table--col-3 > tbody tr > td:nth-last-child(2) {
  background: transparent !important;
}

table.c-table--form-table {
  margin-top: 16px;
}

table.c-table--form-table th {
  width: 194px;
  padding-top: 17px;
  padding-bottom: 17px;
}

table.c-table--form-table th .c-label {
  margin-top: 4px;
}

table.c-table--form-table th.c-table__cell--heading {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #eff1f6;
  font-weight: bold;
}

table.c-table--form-table td {
  padding: 17px;
}

table.c-table--form-table td label:not(:last-child) {
  margin-right: 16px;
}

table.c-table--form-table .c-text {
  line-height: 1.6;
}

table.c-table--form-table .c-scroll-box:not(:first-child) {
  margin-top: 4px;
}

table.c-table--join {
  margin-top: 0;
  border-top: none;
}

table.c-table > caption.is-bottom {
  caption-side: bottom;
  margin-top: 1em;
}

table.c-table--vr-regular td {
  line-height: 1.6;
}

table.c-table--vr-regular th {
  line-height: 1.6;
}

.c-table__cell {
  vertical-align: top;
  padding: 8px 12px;
  border-left: 1px solid #c9c9c9;
  box-sizing: border-box;
}

.c-table__cell--dark {
  background: #e4e8f2;
}

.c-table__cell--light {
  background: #f6f6f6 !important;
}

.c-table__cell--pale {
  background: #eff1f6;
}

.c-table__cell.u-text-center {
  padding-left: 0;
  padding-right: 0;
}

.c-table__cell.u-text-left, .c-table__cell.u-text-right {
  padding-left: 12px;
  padding-right: 12px;
}

.c-table__cell--v-align-middle {
  vertical-align: middle;
}

.c-table__cell--vertical {
  padding-left: 16px;
  padding-right: 16px;
  width: calc(1em + 16px + 16px);
}

.c-table__cell--w01 {
  width: calc(1em + 26px);
}

.c-table__cell--w02 {
  width: calc(2em + 26px);
}

.c-table__cell--w03 {
  width: calc(3em + 26px);
}

.c-table__cell--w04 {
  width: calc(4em + 26px);
}

.c-table__cell--w05 {
  width: calc(5em + 26px);
}

.c-table__cell--w06 {
  width: calc(6em + 26px);
}

.c-table__cell--w07 {
  width: calc(7em + 26px);
}

.c-table__cell--w08 {
  width: calc(8em + 26px);
}

.c-table__cell--w09 {
  width: calc(9em + 26px);
}

.c-table__cell--w10 {
  width: calc(10em + 26px);
}

.c-table__cell--w11 {
  width: calc(11em + 26px);
}

.c-table__cell--w12 {
  width: calc(12em + 26px);
}

.c-table__cell--w13 {
  width: calc(13em + 26px);
}

.c-table__cell--w14 {
  width: calc(14em + 26px);
}

.c-table__cell--w15 {
  width: calc(15em + 26px);
}

.c-table__cell--w18 {
  width: calc(18em + 26px);
}

.c-table__cell--w19 {
  width: calc(19em + 26px);
}

.c-table__cell--w20 {
  width: calc(20em + 26px);
}

.c-table__cell p + .c-link-list {
  margin-top: .6em;
}

.c-table__row {
  border-bottom: 1px solid #c9c9c9;
}

.c-table__row--h02 > th, .c-table__row--h02 > td {
  padding-top: 17px;
  padding-bottom: 17px;
}

.c-table__row > th {
  font-weight: normal;
}

.c-table-line {
  margin-top: 30px;
  line-height: 1.2;
  width: 100%;
  font-size: 15px;
}

.c-table-line:first-child {
  margin-top: 0;
}

.c-table-line > tbody > tr > td, .c-table-line > tbody > tr > th {
  border-top: 1px solid #c9c9c9;
  padding: 17px 0;
}

.c-table-line > tbody > tr:first-child > td, .c-table-line > tbody > tr:first-child > th {
  border-top: none;
}

.c-table-line > tbody > tr > th {
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
}

.c-table-line > tbody > tr > th + th {
  width: 4em;
}

.c-table-line > tbody > tr > td {
  padding-left: 115px;
}

.c-table-line > tbody > tr.c-table-line--noborder > td, .c-table-line > tbody > tr.c-table-line--noborder > th {
  border-top: none;
  padding-top: 5px;
}

.c-result-caption {
  font-weight: bold;
  font-size: 14px;
  margin-top: 30px;
}

.c-result-caption:first-child {
  margin-top: 0;
}

.c-result-caption + .c-table--result-table {
  margin-top: 20px;
}

.c-result-caption__span--large {
  font-size: 20px;
}

.c-step-flow {
  margin-top: 30px;
}

.c-step-flow:first-child {
  margin-top: 0;
}

.c-step-flow:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.c-step-flow > .c-step-flow__child > figure > img {
  width: 100%;
}

.c-step-flow .c-step-flow__caption {
  font-size: 15px;
}

.c-step-flow .c-step-flow__caption > dl {
  display: table;
  width: 100%;
}

.c-step-flow .c-step-flow__caption > dl > dt {
  padding-right: .8em;
  color: #0e3192;
  font-weight: bold;
  font-size: 18px;
  width: 30px;
  box-sizing: border-box;
}

.c-step-flow .c-step-flow__caption > dl > dt, .c-step-flow .c-step-flow__caption > dl > dd {
  display: table-cell;
}

.c-step-flow.c-step-flow--horizontal > .c-step-flow__child {
  float: left;
  box-sizing: border-box;
  width: calc(33.3333% + 40px / 3);
  padding-right: 40px;
}

.c-step-flow.c-step-flow--horizontal > .c-step-flow__child:not(:last-child) > figure:after {
  content: '';
  height: 24px;
  width: 14px;
  position: absolute;
  top: calc(50% - 13px);
  right: -27px;
  display: inline-block;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -93px -12px;
}

.c-step-flow.c-step-flow--horizontal > .c-step-flow__child:last-child {
  box-sizing: content-box;
  width: calc(33.3333% - 40px + 40px / 3);
  padding-right: 0;
}

.c-step-flow.c-step-flow--horizontal > .c-step-flow__child > figure {
  position: relative;
}

.c-step-flow.c-step-flow--horizontal > .c-step-flow__child > figure + .c-step-flow__caption {
  padding: 1em;
  background: #f3f3f3;
}

.c-step-flow.c-step-flow--vertical > .c-step-flow__child {
  width: 100%;
  padding: 1em;
  background: #f3f3f3;
  position: relative;
  box-sizing: border-box;
  display: table;
}

.c-step-flow.c-step-flow--vertical > .c-step-flow__child:not(:last-child) {
  margin-bottom: 36px;
}

.c-step-flow.c-step-flow--vertical > .c-step-flow__child:not(:last-child):before {
  content: '';
  height: 24px;
  width: 14px;
  transform: rotate(90deg);
  position: absolute;
  left: calc(50% - 8px);
  bottom: -30px;
  display: inline-block;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -93px -12px;
}

.c-step-flow.c-step-flow--vertical > .c-step-flow__child:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.c-step-flow.c-step-flow--vertical .c-step-flow__caption {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}

.c-step-flow.c-step-flow--vertical .c-step-flow__caption:not(:last-child) {
  padding-right: 30px;
}

.c-step-flow.c-step-flow--vertical .c-step-flow__figure {
  display: table-cell;
  width: 230px;
}

.c-step-flow--horizontal-text {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.c-step-flow--horizontal-text > .c-step-flow__child {
  display: flex;
  box-sizing: border-box;
  width: calc(33.3333% + 40px / 3);
  padding-right: 40px;
  position: relative;
  align-items: stretch;
}

.c-step-flow--horizontal-text > .c-step-flow__child:not(:last-child):after {
  content: '';
  height: 24px;
  width: 14px;
  position: absolute;
  top: calc(50% - 13px);
  right: 13px;
  display: inline-block;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -93px -12px;
}

.c-step-flow--horizontal-text > .c-step-flow__child:last-child {
  box-sizing: content-box;
  width: calc(33.3333% - 40px + 40px / 3);
  padding-right: 0;
}

.c-step-flow--horizontal-text .c-step-flow__caption {
  box-sizing: border-box;
  padding: 1em;
  background: #f3f3f3;
}

.p-heading-3 + .c-text,
.p-heading-3 + .c-step-flow,
.p-heading-3 + .c-video-wrapper,
.p-heading-3 + .c-grid-row-12 {
  margin-top: 18px;
}

.c-video-wrapper {
  margin-top: 30px;
}

.c-video-wrapper > video, .c-video-wrapper > iframe {
  width: 100%;
}

/***box***/
.c-box {
  padding: 14px 18px;
  box-sizing: border-box;
  background: #f3f3f3;
}

.c-box:not(:first-child) {
  margin-top: 30px;
}

.c-box > .c-box__head {
  color: #0e3192;
  font-size: 15px;
  font-weight: bold;
}

.c-box > .c-box__head + .c-box__body {
  margin-top: 2px;
}

.c-box--white {
  background: transparent;
  border: 1px solid #c9c9c9;
}

.c-box--result {
  padding-top: 40px;
  background: transparent;
  border: 2px solid #0e3192;
  border-radius: 3px;
  position: relative;
}

.c-box--result:after {
  content: '';
  display: block;
  left: calc(50% - 14px);
  width: 26px;
  height: 26px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background: #ffffff;
  position: absolute;
  top: -15px;
  border-bottom: 2px solid #0e3192;
  border-right: 2px solid #0e3192;
}

/**リンク**/
a {
  color: #0066cc;
}

a:visited {
  color: #660066;
}

a:hover {
  color: #0066cc;
  text-decoration: none;
}

a:hover img {
  opacity: .7;
}

a:active {
  color: #0e3192;
}

a img {
  transition-duration: 300ms;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
}

a.c-angle {
  text-decoration: none;
  text-indent: -13px;
  margin-left: 13px;
  display: inline-block;
}

a.c-angle:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-right: 8px;
  margin-bottom: .1em;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -132px -12px;
}

a.c-angle.c-angle--down:before {
  height: 9px;
  transform: rotate(90deg);
}

a.c-angle.c-angle--down:visited {
  color: #0066cc;
}

a.c-angle.c-angle--bold {
  font-weight: bold;
}

a.c-angle.c-angle--small {
  font-size: 13px;
}

a.c-angle.c-angle--black {
  color: #333333;
}

a.c-angle.c-angle--black:visited {
  color: #660066;
}

a.c-angle:hover {
  text-decoration: underline;
}

a.c-blank:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 9px;
  margin-left: 8px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat 0 0;
}

a.c-blank:hover {
  text-decoration: underline;
}

a.c-pdf:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-left: 8px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -12px 0;
}

a.c-pdf:hover {
  text-decoration: underline;
}

/**wrapper**/
.c-wrapper {
  margin: auto;
}

.c-wrapper--agree-btn {
  width: 440px;
}

.c-wrapper--close-btn {
  width: 250px;
}

.c-wrapper--confirm-btns {
  width: 670px;
}

.c-wrapper--msg {
  width: 420px;
}

/**ボタン**/
.c-btn {
  border: none;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  padding: 11px 1em 9px 1em;
  box-sizing: border-box;
  text-decoration: none;
  color: #333333;
}

.c-btn--default {
  box-shadow: 0 2px 0 #c8ccd5;
  margin-bottom: 2px;
  background: #e4e8f2;
  font-weight: bold;
}

.c-btn--default:active, .c-btn--default:visited {
  color: #333333;
}

.c-btn--default:hover {
  box-shadow: 0 2px 0 #ced1d7;
  background: #ebeef5;
  color: #333333;
}

.c-btn--blue {
  color: #ffffff;
  background: #0e3192;
  margin-bottom: 2px;
  box-shadow: 0 2px 0 #081a4a;
  font-weight: bold;
}

.c-btn--blue:active, .c-btn--blue:visited {
  color: #ffffff;
}

.c-btn--blue:hover {
  color: #ffffff;
  background: #4a65ad;
  box-shadow: 0 2px 0 #3b518a;
}

.c-btn--white {
  background: #ffffff;
  color: #0e3192;
  margin-bottom: 2px;
  box-shadow: 0 2px 0 #cccccc;
  font-weight: bold;
}

.c-btn--white:active, .c-btn--white:visited {
  color: #0e3192;
}

.c-btn--white:hover {
  color: #4862ac;
  background: #f4f6fa;
  box-shadow: 0 2px 0 #c3c5c8;
}

.c-btn--block {
  display: block;
  width: 100%;
}

.c-btn--ghost-btn {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #c4c4c4;
  padding: 6px 18px 6px 10px;
  border-radius: 0;
}

.c-btn--ghost-btn:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-right: 18px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -132px -12px;
}

.c-btn--ghost-btn:hover {
  opacity: .7;
}

.c-btn--ghost-btn:hover, .c-btn--ghost-btn:active, .c-btn--ghost-btn:visited {
  color: #333333;
}

.c-btn--close, .p-modal__btn-close > a {
  position: relative;
}

.c-btn--close:before, .p-modal__btn-close > a:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 1em;
  width: 9px;
  height: 9px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -65px -61px;
}

.c-btn--error {
  background: #fff3f3;
  color: #dd0000;
  font-weight: bold;
  margin-bottom: 2px;
  box-shadow: 0 2px 0 #ccc2c2;
  cursor: not-allowed;
}

.c-btn.c-angle:hover, .c-btn.c-blank:hover, .c-btn.c-pdf:hover {
  text-decoration: none;
}

.c-btn--large {
  font-size: 17px;
}

/**パネル**/
.c-panel {
  margin-top: 30px;
}

.c-panel:first-child {
  margin-top: 0;
}

.c-panel > .c-panel__head {
  background: #0e3192;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 1em;
}

.c-panel > .c-panel__body {
  border: 1px solid #0e3192;
  border-top: none;
  padding: 22px;
}

.c-panel > .c-panel__body > div, .c-panel > .c-panel__body p, .c-panel > .c-panel__body a, .c-panel > .c-panel__body table {
  margin-top: 20px;
}

.c-panel > .c-panel__body > div:first-child, .c-panel > .c-panel__body p:first-child, .c-panel > .c-panel__body a:first-child, .c-panel > .c-panel__body table:first-child {
  margin-top: 0;
}

/**ラベル**/
.c-label {
  min-width: 120px;
  height: 19px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border-radius: 9px;
  font-size: 12px;
  padding: 1px 1em 0 1em;
  margin-right: 4px;
  box-sizing: border-box;
  color: #ffffff;
  background: #ccc;
}

.c-label--blue {
  background: #73c6db;
}

.c-label--pink {
  background: #eca3c0;
}

.c-label--green {
  background: #77c786;
}

.c-label--orange {
  background: #df5900;
}

.c-label--lightorange {
  background: #edad74;
}

.c-label--square {
  height: 17px;
  border-radius: 3px;
  padding: 2px .8em 0 .8em;
  min-width: 0;
}

.c-label--liquid {
  min-width: 0;
  width: 100%;
  white-space: nowrap;
}

/**ラベル横によくくっついている日付*/
.c-date {
  font-size: 14px;
  display: inline-block;
  min-width: 120px;
}

/**TOP用途から探す**/
.c-uses {
  padding: 16px 0 0 0;
  box-sizing: border-box;
}

.c-uses a {
  text-decoration: none;
}

.c-uses .c-circle {
  margin: auto;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
}

.c-uses .c-circle:after {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.c-uses .c-circle img {
  width: 70px;
  vertical-align: middle;
}

.c-uses .c-angle.c-caption {
  font-size: 16px;
  text-align: center;
  margin-top: 1em;
  color: #333333;
}

/**縦scroll**/
.c-scroll-box {
  overflow-y: scroll;
  border: 1px solid #ddd;
  padding: 16px;
}

.c-scroll-box:not(.c-scroll-box:first-child) {
  margin-top: 30px;
}

.c-scroll-box--h03 {
  height: 98px;
}

.c-scroll-box--h04 {
  height: 122px;
}

.c-scroll-box--h05 {
  height: 146px;
}

.c-scroll-box--h06 {
  height: 170px;
}

/**img caption**/
.c-overlay-caption {
  position: relative;
  display: block;
}

.c-overlay-caption.is-mouseout .c-overlay:not(.c-overlay--blue) {
  animation-name: c-caption-return;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
}

.c-overlay-caption img {
  max-width: 100%;
  display: block;
}

.c-overlay-caption .c-overlay {
  background: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: table !important;
  width: 100%;
  box-sizing: border-box;
  padding: .2em 1em .2em 25px;
  text-decoration: none;
  text-indent: -13px;
  color: #333333;
  border: 3px solid transparent;
}

.c-overlay-caption .c-overlay:after {
  content: '';
  display: inline-block;
  min-height: 40px;
}

.c-overlay-caption .c-overlay > .c-caption {
  display: table-cell;
  vertical-align: middle;
}

.c-overlay-caption .c-overlay > .c-caption span {
  font-weight: bold;
}

.c-overlay-caption .c-overlay > .c-caption span:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-right: 8px;
  margin-bottom: .1em;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -132px -12px;
}

.c-overlay-caption .c-overlay--blue {
  background: rgba(14, 49, 146, 0.5);
  color: #ffffff;
  transition-duration: .16s;
}

.c-overlay-caption .c-overlay--blue > .c-caption span:before {
  width: 5px;
  height: 10px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -151px -12px;
}

.c-overlay-caption:hover .c-overlay:not(.c-overlay--blue) {
  animation-name: c-caption;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  color: #333333;
}

.c-overlay-caption:hover .c-overlay:not(.c-overlay--blue) > .c-caption {
  transform: scale(1.05);
  transition-delay: 100ms;
  transition-duration: 200ms;
  transition-timing-function: linear;
}

.c-overlay-caption:hover .c-overlay--blue {
  opacity: .7;
}

.c-overlay-caption:hover img {
  opacity: 1;
}

.c-overlay-caption.c-overlay-caption--for-slider > img {
  margin: auto;
  width: 265px !important;
}

.c-overlay-caption.c-overlay-caption--for-slider:hover .c-overlay {
  animation-name: c-caption-2;
}

@keyframes c-caption {
  0% {
    height: 0;
    border: 3px solid transparent;
  }
  70% {
    height: 250px;
    border: 3px solid transparent;
  }
  100% {
    height: 250px;
    border: 3px solid #999;
  }
}

@keyframes c-caption-return {
  0% {
    height: 250px;
    border: 3px solid #999;
  }
  100% {
    height: 0;
    border: 3px solid transparent;
  }
}

@keyframes c-caption-2 {
  0% {
    height: 0;
    border: 3px solid transparent;
  }
  70% {
    height: 265px;
    border: 3px solid transparent;
  }
  100% {
    height: 265px;
    border: 3px solid #999;
  }
}

/**section**/
.c-section {
  margin-top: 90px;
}

.c-section:first-child {
  margin-top: 0;
}

/**日付つきテキスト（リンク）頻出スタイル（上日付/下リンクテキスト）**/
.c-dated-text__date {
  font-size: 14px;
  display: inline-block;
}

.c-dated-text__text {
  font-size: 15px;
  font-weight: bold;
}

.c-dated-text__text:not(:first-child) {
  margin-top: 4px;
}

/**カテゴリトップのコンテンツリストで使用されるような枠つきリンク**/
a.c-link-btnlike {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  text-indent: 0;
  margin-left: 0;
  padding: 5px 10px;
  line-height: 1.2;
  border: 1px solid transparent;
  min-height: 60px;
  background: #f3f3f3;
  color: #333333;
  transition: background-color 0.4s,border-color 0.16s;
  text-decoration: none;
}

a.c-link-btnlike:before {
  flex-shrink: 0;
}

a.c-link-btnlike:hover {
  text-decoration: none;
  border: 1px solid #c9c9c9;
  background: #ffffff;
  transition: background-color 0.16s;
}

/**略称の説明に使用されるテキスト揃え**/
.c-layout-table {
  display: table;
  margin-top: 30px;
  overflow: hidden;
}

.c-layout-table__row {
  display: table-row;
}

.c-layout-table__row:first-child .c-layout-table__cell {
  padding-top: 0;
}

.c-layout-table__cell {
  display: table-cell;
  line-height: 1.4;
  padding: 1.2em 0 0 0.4em;
}

.c-layout-table__cell:first-child {
  padding-left: 0;
}

/**アイコン**/
.c-icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.c-icon--abs {
  position: absolute;
  top: 0;
  left: 0;
}

.c-icon--abs .c-icon__question {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.c-icon--abs:hover .c-icon__question {
  color: #ffffff;
  background: #4a65ad;
}

.c-icon--abs:hover .c-icon__baloon {
  display: block;
}

.c-icon--hide {
  opacity: 0;
}

.c-icon__question {
  width: 17px;
  height: 17px;
  background: #0e3192;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
}

.c-icon__question > span {
  vertical-align: middle;
  font-family: Meiryo;
}

.c-icon__question:after {
  content: '';
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}

.c-icon__baloon {
  display: none;
  text-align: left;
  position: absolute;
  max-width: 400px;
  background: #e4e8f2;
  padding: .6em 1em;
  box-sizing: border-box;
  border-bottom: 1px solid #b9bab5;
  line-height: 1.6;
  color: #333333;
  font-size: 15px;
  left: -26px;
  z-index: 1000;
  box-shadow: 2px 2px 3px rgba(100, 100, 100, 0.5);
}

.c-icon__baloon:before {
  content: '';
  display: block;
  position: absolute;
  left: 26px;
  width: 16px;
  height: 8px;
  box-sizing: border-box;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.c-icon__baloon--top {
  bottom: 6px;
}

.c-icon__baloon--top:before {
  bottom: -8px;
  border-bottom: 0;
  border-top: 8px solid #e4e8f2;
  z-index: 2;
}

.c-icon__baloon--top:after {
  content: '';
  display: block;
  position: absolute;
  left: 25px;
  width: 20px;
  height: 10px;
  box-sizing: border-box;
  bottom: -10px;
  border-bottom: 0;
  border-top: 10px solid #b9bab5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1;
}

.c-icon__baloon--bottom {
  top: 23px;
}

.c-icon__baloon--bottom:before {
  top: -8px;
  border-top: 0;
  border-bottom: 8px solid #e4e8f2;
}

.c-relative {
  position: relative;
}

.c-fraction {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: smaller;
}

.c-fraction__sep {
  background: #333333;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 3px 0;
}

.c-units {
  position: relative;
  padding: 0 5em 0 .8em;
}

.c-units--underline {
  border-bottom: 1px solid #b3b3b3;
}

.c-units__unit {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: .8em;
}

.c-description-list:not(:first-child) {
  margin-top: 18px;
}

.c-description-list__head {
  font-weight: bold;
}

.c-description-list__body {
  margin-top: 5px;
}

.c-card {
  overflow: hidden;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  width: 100%;
  text-decoration: none;
}

.c-card__head {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #ffffff;
}

.c-card__head--breathing {
  background: #56c5ed;
}

.c-card__head--photosynthesis {
  background: #a2cd00;
}

.c-card__head--combustion {
  background: #ff9d5c;
}

.c-card__body {
  line-height: 1.2;
  padding: .5em 0 0 0;
  color: #333333;
  font-size: 14px;
}

.c-card__angle-down:after {
  content: '';
  text-align: center;
  display: inline-block;
  width: 5px;
  height: 9px;
  transform: rotate(90deg);
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -132px -12px;
}

.c-card:hover .c-card__head--breathing {
  background: #9edbef;
}

.c-card:hover .c-card__head--photosynthesis {
  background: #c8e069;
}

.c-card:hover .c-card__head--combustion {
  background: #fdc59d;
}

.c-card-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: space-between;
  justify-content: space-between;
}

.c-card-wrapper .c-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 19%;
}

.c-download {
  position: relative;
  font-size: 15px;
  padding: 1em 60px 1em 1em;
  display: block;
  background: #e4e8f2;
  border-radius: 3px;
  box-shadow: 0 2px 0 #c8ccd5;
  margin-bottom: 2px;
  text-decoration: none;
}

.c-download > p {
  color: #333333;
}

.c-download:hover {
  box-shadow: 0 2px 0 #ced1d7;
  background: #ebeef5;
  color: #333333;
}

.c-download:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 1em;
  top: calc(50% - 15px);
  background: url("/files/user/asset/img/common/sprite.png") no-repeat 0px -101px;
}

[lang=en] .c-icon__baloon {
  max-width: 500px;
}

.c-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.c-loading__text {
  padding: 0 10px;
}

.c-loading__text > p {
  font-weight: bold;
  font-size: 14px;
}

.c-loading__img {
  overflow: hidden;
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  z-index: 1;
}

.c-loading__img > span {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: #0e3192;
}

.c-loading__img > span:before {
  animation-name: rotate-load;
  animation-duration: 600ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform-origin: 0% 50%;
  position: absolute;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
  z-index: 1;
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.1));
}

.c-loading__img:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 2;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #ffffff;
}

@keyframes rotate-load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/**************/
/*c_formparts.scss*/
/**************/
.c-input-search {
  position: relative;
}

.c-input-search > input[type=search] {
  font-size: 15px;
  padding: .8em 40px .8em .8em;
  width: 100%;
  border: none;
  outline: none;
  border-top: 1px solid #dadadb;
  border-radius: 4px;
  box-sizing: border-box;
}

.c-input-search > input[type=search]:focus {
  box-shadow: 0 0 5px 1px #608ebf;
}

.c-input-search > input[type=search]:focus + button:after {
  background-position: 0px -81px;
}

.c-input-search button {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 35px;
  height: 100%;
  padding: 10px 0;
  background: none;
  border: none;
}

.c-input-search button:after {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat 0px -61px;
}

.c-input-text:not(:first-child) {
  margin-top: 4px;
}

.c-input-text > textarea,
.c-input-text > input[type=text], .c-input-text input[type=email], .c-input-text input[type=tel] {
  font-size: 15px;
  padding: .8em;
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: inset 0 1px 0 0 #dddddd;
}

.c-input-text > textarea:focus,
.c-input-text > input[type=text]:focus, .c-input-text input[type=email]:focus, .c-input-text input[type=tel]:focus {
  box-shadow: 0 0 7px 0 rgba(14, 49, 146, 0.25);
}

.c-input-text > textarea:disabled, .c-input-text > textarea[readonly],
.c-input-text > input[type=text]:disabled,
.c-input-text > input[type=text][readonly], .c-input-text input[type=email]:disabled, .c-input-text input[type=email][readonly], .c-input-text input[type=tel]:disabled, .c-input-text input[type=tel][readonly] {
  background: #ebebe4;
}

.c-input-text--thin > textarea,
.c-input-text--thin > input[type=text], .c-input-text--thin input[type=email], .c-input-text--thin input[type=tel] {
  padding-top: .6em;
  padding-bottom: .6em;
}

.c-input-text.is-error > textarea,
.c-input-text.is-error > input[type=text], .c-input-text.is-error input[type=email], .c-input-text.is-error input[type=tel] {
  background: #fff3f3;
  color: #dd0000;
  border-color: transparent;
}

.c-input-text.is-error > textarea:focus,
.c-input-text.is-error > input[type=text]:focus, .c-input-text.is-error input[type=email]:focus, .c-input-text.is-error input[type=tel]:focus {
  box-shadow: 0 0 7px 0 rgba(221, 0, 0, 0.25);
}

.c-input-text__textarea {
  resize: none;
}

.c-input-text__textarea--h03 {
  height: 98px;
}

.c-input-text__textarea--h04 {
  height: 122px;
}

.c-input-text__textarea--h05 {
  height: 146px;
}

.c-input-text__textarea--h06 {
  height: 170px;
}

.c-input-select {
  position: relative;
  background: #ffffff;
  border-radius: 4px;
}

.c-input-select--horizontal {
  display: inline-block;
}

.c-input-select--horizontal:not(:last-child) {
  margin-right: 10px;
}

.c-input-select > select {
  position: relative;
  font-size: 15px;
  padding: 6px 40px 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 0 #d9d9d9;
  width: 100%;
  background: transparent;
  z-index: 2;
}

.c-input-select > select:focus {
  box-shadow: 0 0 7px 0 rgba(14, 49, 146, 0.25);
}

.c-input-select > select:disabled {
  background: #ebebe4;
}

.c-input-select--thick > select {
  padding-top: 9px;
  padding-bottom: 9px;
}

.c-input-select:before {
  content: '';
  display: block;
  width: 7px;
  height: 13px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -126px -12px;
  position: absolute;
  top: calc(50% - 7px);
  right: 11px;
  z-index: 1;
  transform: rotate(90deg);
}

.c-input-select:after {
  content: '';
  display: block;
  width: 27px;
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  right: 1px;
  background: #d0d0d0;
  z-index: 0;
  border-radius: 0 4px 4px 0;
  box-shadow: inset 0 -2px 0 0 #b1b1b1;
}

.c-input-radios:not(:first-child) {
  margin-top: 8px;
}

.c-input-radios__row {
  width: 100%;
}

.c-input-radios__row > label {
  cursor: pointer;
  padding: 2px 0;
}

.c-input-radios__row > label > span {
  margin-right: 4px;
  top: 2px;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #ffffff;
}

.c-input-radios__row > label > span:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333333;
  display: none;
}

.c-input-radios__row > label input[type=radio] {
  display: none;
}

.c-input-radios__row > label input[type=radio]:checked + span:after {
  display: block;
}

.c-input-checks:not(:first-child) {
  margin-top: 8px;
}

.c-input-checks__row {
  width: 100%;
}

.c-input-checks__row > label {
  cursor: pointer;
  padding: 2px 0;
}

.c-input-checks__row > label > span {
  margin-right: 4px;
  top: 2px;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  background: #ffffff;
}

.c-input-checks__row > label > span:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  background: transparent;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: rotate(45deg);
  display: none;
}

.c-input-checks__row > label input[type=checkbox] {
  display: none;
}

.c-input-checks__row > label input[type=checkbox]:checked + span:after {
  display: block;
}

.c-input--w03 {
  width: calc(3em + 26px);
}

.c-input--w04 {
  width: calc(4em + 26px);
}

.c-input--w05 {
  width: calc(5em + 26px);
}

.c-input--w06 {
  width: calc(6em + 26px);
}

.c-input--w07 {
  width: calc(7em + 26px);
}

.c-input--w08 {
  width: calc(8em + 26px);
}

.c-input--w09 {
  width: calc(9em + 26px);
}

.c-input--w10 {
  width: calc(10em + 26px);
}

.c-input--w11 {
  width: calc(11em + 26px);
}

.c-input--w12 {
  width: calc(12em + 26px);
}

.c-input--w13 {
  width: calc(13em + 26px);
}

.c-input--w14 {
  width: calc(14em + 26px);
}

.c-input--w15 {
  width: calc(15em + 26px);
}

.c-input--w18 {
  width: calc(18em + 26px);
}

.c-input--w20 {
  width: calc(20em + 26px);
}

.c-input--w22 {
  width: calc(22em + 26px);
}

.c-input--borderless.c-input-select:after {
  height: 100%;
  top: 0;
  right: 0;
}

.c-input--borderless > select {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #dadadb;
}

.c-input--borderless > textarea,
.c-input--borderless > input[type=text], .c-input--borderless input[type=email], .c-input--borderless input[type=tel] {
  box-shadow: none;
  border: none;
  border-top: 1px solid #dadadb;
}

[data-msg] {
  margin-top: 4px;
  display: none;
}

.is-hidden {
  display: none;
}

/***********/
/*c_pagination.scss*/
/***********/
.c-pagination {
  margin-top: 30px;
  text-align: center;
}

.c-pagination:first-child {
  margin-top: 0;
}

.c-pagination > .c-pagination__inner {
  display: inline-block;
}

.c-pagination > .c-pagination__inner:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.c-pagination > .c-pagination__inner > ul {
  float: left;
}

.c-pagination > .c-pagination__inner > ul:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.c-pagination > .c-pagination__inner > ul > li {
  float: left;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  display: table;
  width: 36px;
  height: 36px;
}

.c-pagination > .c-pagination__inner > ul > li > a {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  text-decoration: none;
  color: #333333;
}

.c-pagination > .c-pagination__inner > ul > li + li {
  margin-left: 2px;
}

.c-pagination > .c-pagination__inner > ul > li:hover, .c-pagination > .c-pagination__inner > ul > li.is-active {
  background: #0e3192;
  border: none;
  font-weight: bold;
}

.c-pagination > .c-pagination__inner > ul > li:hover > a, .c-pagination > .c-pagination__inner > ul > li.is-active > a {
  color: #ffffff;
}

.c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow > a:before {
  content: '';
  height: 100%;
  widht: 0;
  display: inline-block;
  vertical-align: middle;
}

.c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow > a:after {
  content: '';
  height: 10px;
  display: inline-block;
  vertical-align: middle;
}

.c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow--end > a:after, .c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow--begin > a:after {
  width: 9px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -142px -12px;
}

.c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow--end > a:hover:after, .c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow--end > a.is-active:after, .c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow--begin > a:hover:after, .c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow--begin > a.is-active:after {
  background-position: -156px -12px;
}

.c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow--prev > a:after, .c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow--next > a:after {
  width: 5px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -137px -12px;
}

.c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow--prev > a:hover:after, .c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow--prev > a.is-active:after, .c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow--next > a:hover:after, .c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow--next > a.is-active:after {
  background-position: -151px -12px;
}

.c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow--prev > a, .c-pagination > .c-pagination__inner > ul > li.c-pagination__arrow--begin > a {
  transform: rotate(180deg);
}

.c-pagination > .c-pagination__inner > ul + ul {
  margin-left: 20px;
}

.p-product-list + .c-pagination {
  margin-top: 40px;
}

/*************/
/*p_header.scss*/
/*************/
.p-header {
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid #999;
  width: 100%;
}

.p-header.p-header--floating {
  min-width: 1070px;
  position: absolute;
  z-index: 91;
  top: 0;
}

.p-header.p-header--floating + .p-slider .p-slider__inner {
  height: 558px;
}

.p-header > .p-header__top {
  background: #0e3192;
  font-size: 13px;
  color: #ffffff;
  height: 36px;
  line-height: 36px;
}

.p-header > .p-header__top:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.p-header > .p-header__top h1.p-header__discriptiion {
  font-weight: normal;
}

.p-header > .p-header__top .p-header__discriptiion {
  display: inline-block;
}

.p-header > .p-header__top .p-header__sub-nav {
  float: right;
}

.p-header > .p-header__top .p-header__sub-nav ul:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.p-header > .p-header__top .p-header__sub-nav ul > li {
  float: left;
}

.p-header > .p-header__top .p-header__sub-nav ul > li > a {
  box-sizing: border-box;
  border-left: 1px solid #999;
  padding: 0 16px;
  color: #ffffff;
  text-decoration: none;
}

.p-header > .p-header__top .p-header__sub-nav ul > li > a:hover {
  text-decoration: underline;
}

.p-header > .p-header__top .p-header__sub-nav ul > li:last-child > a {
  border-right: 1px solid #999;
}

.p-header .p-header__logo {
  padding: 22px 0;
}

.p-header .p-header__logo > img {
  display: block;
}

.p-header .p-header__logo a {
  width: 180px;
  display: block;
}

.p-header .p-header__logo a > img {
  display: block;
}

.p-header .p-header__logo a > img:hover {
  opacity: 1;
}

.p-header .p-header__inner {
  width: 1060px;
  padding-left: 5px;
  padding-right: 5px;
  margin: auto;
}

.p-header .p-header__global-nav > ul:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.p-header .p-header__global-nav > ul > li {
  line-height: 1;
  height: 37px;
  font-size: 17px;
  box-sizing: border-box;
  float: left;
  width: 171px;
  text-align: center;
  border-left: 1px solid #999;
  position: relative;
}

.p-header .p-header__global-nav > ul > li > a {
  display: block;
  padding: 10px 3px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  height: 100%;
}

.p-header .p-header__global-nav > ul > li > a.is-active, .p-header .p-header__global-nav > ul > li > a:hover {
  color: #0036cc;
}

.p-header .p-header__global-nav > ul > li > a.is-active:after, .p-header .p-header__global-nav > ul > li > a:hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0e3192;
  position: absolute;
  bottom: -2px;
  left: 0px;
  z-index: 100;
}

.p-header .p-header__global-nav > ul > li:not(.p-header__home) > a:hover:before, .p-header .p-header__global-nav > ul > li:not(.p-header__home) > a.is-hover:before {
  box-sizing: border-box;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-top: 8px solid #0e3192;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 8px);
  z-index: 100;
}

.p-header .p-header__global-nav > ul > li:not(.p-header__home) > a:hover:after, .p-header .p-header__global-nav > ul > li:not(.p-header__home) > a.is-hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #0e3192;
  position: absolute;
  bottom: -2px;
  left: 0px;
  z-index: 100;
}

.p-header .p-header__global-nav > ul > li.p-header__home {
  width: 52px;
  min-height: 37px;
}

.p-header .p-header__global-nav > ul > li.p-header__home > a:before {
  content: '';
  display: block;
  margin: auto;
  height: 14px;
  width: 13px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -37px -61px;
}

.p-header .p-header__global-nav > ul > li.p-header__home > a.is-active:before, .p-header .p-header__global-nav > ul > li.p-header__home > a:hover:before {
  background-position: -37px -81px;
}

.p-header .p-header__global-nav > ul > li.p-header__search {
  float: right;
  text-align: left;
  width: 153px;
  border-right: 1px solid #999;
}

.p-header .p-header__global-nav > ul > li.p-header__search > form {
  height: 100%;
  box-sizing: border-box;
  position: relative;
  line-height: 0;
}

.p-header .p-header__global-nav > ul > li.p-header__search input {
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
  border: none;
  width: calc(100% - 41px);
  font-size: 14px;
  background: transparent;
}

.p-header .p-header__global-nav > ul > li.p-header__search input:focus {
  outline: none;
}

.p-header .p-header__global-nav > ul > li.p-header__search input:focus + span {
  display: block;
  width: 100%;
  height: 2px;
  background: #0e3192;
  position: absolute;
  bottom: -2px;
  z-index: 100;
}

.p-header .p-header__global-nav > ul > li.p-header__search input:focus + span + button:after {
  background-position: -20px -81px;
}

.p-header .p-header__global-nav > ul > li.p-header__search button {
  box-sizing: border-box;
  width: 35px;
  height: 100%;
  padding: 10px 0;
  background: none;
  border: none;
}

.p-header .p-header__global-nav > ul > li.p-header__search button:after {
  content: '';
  display: block;
  height: 17px;
  width: 17px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -20px -61px;
}

.p-header .p-header__global-nav > ul > li:before, .p-header .p-header__global-nav > ul > li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  width: 1px;
  height: 2px;
  background: #ffffff;
  z-index: 1;
}

.p-header .p-header__global-nav > ul > li:before {
  left: -1px;
}

.p-header .p-header__global-nav > ul > li:after {
  right: -1px;
}

.p-header .p-header__mega-header {
  overflow: hidden;
  border-bottom: 1px solid #a1a4a6;
  background: #e9e9e9;
  width: 100%;
  z-index: 99;
  position: absolute;
  top: 161px;
}

.p-header .p-header__mega-header .p-mega-header__inner {
  width: 1060px;
  margin: auto;
  padding: 30px 0;
  padding-left: 5px;
  padding-right: 5px;
}

.p-header .p-header__mega-header .p-mega-header__inner > .p-header__mega-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 1em;
}

.p-header .p-header__mega-header .p-mega-header__inner > .p-header__mega-title:first-child {
  margin-top: 0;
}

.p-header .p-header__mega-header .p-mega-header__inner > .p-header__mega-title + ul {
  margin-top: 1em;
}

.p-header .p-header__mega-header .p-mega-header__inner > ul:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.p-header .p-header__mega-header .p-mega-header__inner > ul li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  font-size: 15px;
  padding-right: 1em;
  margin-top: 1em;
}

.p-header .p-header__mega-header .p-mega-header__inner > ul li > a {
  color: #333333;
  font-size: 15px;
}

.p-header .p-header__mega-header .p-mega-header__inner > ul li:nth-child(1), .p-header .p-header__mega-header .p-mega-header__inner > ul li:nth-child(2), .p-header .p-header__mega-header .p-mega-header__inner > ul li:nth-child(3), .p-header .p-header__mega-header .p-mega-header__inner > ul li:nth-child(4) {
  margin-top: 0;
}

.p-header .p-header__mega-header .p-mega-header__inner > ul li:nth-child(4n + 1) {
  clear: both;
}

[lang="en"] .p-header .p-header__global-nav > ul > li {
  font-size: 15px;
}

/*************/
/*p-heading.scss*/
/*************/
.p-heading-wrapper {
  background: #f3f3f3;
}

.p-heading-wrapper > .p-heading {
  width: 1060px;
  margin: auto;
  padding: 22px 0 30px 0;
  padding-left: 5px;
  padding-right: 5px;
}

.p-heading-wrapper > .p-heading .p-heading__h1 {
  font-size: 32px;
  font-weight: bold;
}

.p-heading-wrapper > .p-heading .p-heading__h1 > span {
  display: inline-block;
}

.p-heading-wrapper > .p-heading .p-heading__h1 > span:not(:last-child):after {
  content: '\a0\a0\a0';
}

.p-heading-wrapper > .p-heading .p-heading__sub {
  font-size: 22px;
  margin-left: 20px;
}

.p-heading-wrapper > .p-heading .p-breadcrumb {
  font-size: 12px;
}

.p-heading-wrapper > .p-heading .p-breadcrumb li {
  display: inline-block;
}

.p-heading-wrapper > .p-heading .p-breadcrumb li > a:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -132px -12px;
  margin: 0 4px 0 8px;
}

.p-heading-wrapper > .p-heading .p-breadcrumb + .p-heading__h1 {
  margin-top: 30px;
}

.p-heading-wrapper > .p-heading--lower {
  padding-top: 19px;
  padding-bottom: 19px;
}

.p-heading-wrapper.p-heading-wrapper--category-top {
  background: transparent;
  height: 288px;
}

.p-heading-wrapper.p-heading-wrapper--category-top .p-h-wrapper {
  display: table;
  width: 100%;
}

.p-heading-wrapper.p-heading-wrapper--category-top .p-h-wrapper .p-heading__h1 {
  line-height: 1.4;
  margin-top: 0;
  display: table-cell;
  height: 2.2em;
  vertical-align: middle;
  text-shadow: 0 0 6px #ffffff;
}

.p-heading-wrapper.p-heading-wrapper--category-top .p-breadcrumb + .p-h-wrapper {
  margin-top: 56px;
}

.p-heading-wrapper.p-heading-wrapper--category-top.p-heading-wrapper--product-top {
  background: url("/files/user/asset/img/product/pht_product_cathead.jpg") no-repeat center;
}

.p-heading-wrapper.p-heading-wrapper--category-top.p-heading-wrapper--whatsnew-top {
  background: url("/files/user/asset/img/whatsnew/pht_whatsnew_cathead.jpg") no-repeat center;
}

.p-heading-wrapper.p-heading-wrapper--category-top.p-heading-wrapper--inquiry-top {
  background: url("/files/user/asset/img/inquiry/pht_inquiry_cathead.jpg") no-repeat center;
}

.p-heading-wrapper.p-heading-wrapper--category-top.p-heading-wrapper--faq-top {
  background: url("/files/user/asset/img/faq/pht_faq_cathead.jpg") no-repeat center;
}

.p-heading-wrapper.p-heading-wrapper--category-top.p-heading-wrapper--gastec-news-top {
  background: url("/files/user/asset/img/gastec_news/pht_gastec_news_cathead.jpg") no-repeat center;
}

.p-heading-wrapper.p-heading-wrapper--category-top.p-heading-wrapper--technology-top {
  background: url("/files/user/asset/img/technology/pht_technology_cathead.jpg") no-repeat center;
}

.p-heading-wrapper.p-heading-wrapper--category-top.p-heading-wrapper--company-top {
  background: url("/files/user/asset/img/company/pht_company_cathead.jpg") no-repeat center;
}

.p-heading-wrapper.p-heading-wrapper--category-top.p-heading-wrapper--school-top {
  background: url("/files/user/asset/img/school/pht_school_cathead.jpg") no-repeat center;
}

.p-heading-wrapper.p-heading-wrapper--category-top.p-heading-wrapper--kids-top {
  background: url("/files/user/asset/img/kids/pht_kids_cathead.jpg") no-repeat center #ffffff;
}

.p-heading-wrapper .p-heading-wrapper__discription {
  margin-top: 6px;
  font-weight: bold;
  font-size: 15px;
  text-shadow: 0 0 6px #ffffff;
}

.p-heading-2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 90px;
  padding: 8px 20px 7px 20px;
  border-bottom: 2px solid #0e3192;
  background: #e4e8f3;
}

.p-heading-2:first-child {
  margin-top: 0;
}

.p-heading-2 .c-angle {
  color: #333333;
}

.p-heading-2 .c-angle:active, .p-heading-2 .c-angle:visited, .p-heading-2 .c-angle:hover {
  color: #333333;
}

.p-heading-2 .c-angle:before {
  width: 8px;
  height: 14px;
  margin-right: 10px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -118px -12px;
}

.p-heading-2--kids-top {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.p-heading-2--kids-top img {
  position: relative;
  z-index: 1;
}

.p-heading-2--kids-top:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 100%;
  background: #5d99eb;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}

.p-heading-3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 60px;
  padding: 0 0 0 .8em;
  border-left: 2px solid #0e3192;
}

.p-heading-3:first-child {
  margin-top: 0;
}

.p-heading-default-2 {
  font-size: 22px;
  font-weight: bold;
}

/*************/
/*p_footer.scss*/
/*************/
.p-footer {
  background: #142031;
  color: #ffffff;
}

.p-footer > .p-footer-content {
  padding: 50px 0 25px;
}

.p-footer > .p-footer-content > .p-footer__inner {
  width: 1060px;
  padding-left: 5px;
  padding-right: 5px;
  margin: auto;
}

.p-footer__title {
  font-weight: bold;
  width: 220px;
}

.p-footer__list {
  margin-top: 10px;
}

.p-footer__list li {
  box-sizing: border-box;
  font-size: 12px;
  margin-top: 4px;
}

.p-footer__list li > a {
  color: #ffffff;
  text-decoration: none;
}

.p-footer__list li > a:hover {
  text-decoration: underline;
}

.p-footer > .p-footer__copyrights {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.p-footer > .p-footer__copyrights > .p-footer__copyrights-inner {
  width: 1060px;
  padding-left: 5px;
  padding-right: 5px;
  margin: auto;
  height: 73px;
  display: table;
}

.p-footer > .p-footer__copyrights > .p-footer__copyrights-inner > .p-footer__logo {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}

.p-footer > .p-footer__copyrights > .p-footer__copyrights-inner > .p-footer__copyrights {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  font-size: 13px;
}

.p-page-top {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 10000;
  background: #8695aa;
  border-radius: 5px;
  height: 54px;
  width: 54px;
  text-align: center;
  transition-duration: 300ms;
  transition-property: opacity;
  transform: rotate(-90deg);
  opacity: 1;
}

.p-page-top:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.p-page-top:after {
  content: '';
  display: inline-block;
  height: 30px;
  width: 18px;
  vertical-align: middle;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -75px -12px;
}

.p-page-top.p-page-top--hide {
  opacity: 0;
  z-index: -1;
}

[lang=en] .p-footer__list li {
  margin-top: 10px;
  line-height: 1.4;
}

/*************/
/*p_search.scss*/
/*************/
.p-search-wrapper {
  background: #e4e8f2;
}

.p-search-wrapper--wide {
  background: none;
  width: 100%;
  border-bottom: 1px solid #cacaca;
}

.p-search-wrapper--wide > .p-search.p-product-search {
  padding-bottom: 16px;
}

.p-search {
  /*side用*/
  /*top用*/
  /*product top用*/
}

.p-search__title {
  font-size: 14px;
  font-weight: bold;
}

.p-search__keywords-link {
  margin-top: 20px;
}

.p-search__keywords-link > .p-search__keyword-list > a {
  font-size: 14px;
  margin-right: 8px;
  display: inline-block;
}

.p-search.p-side-search {
  background: #e4e8f2;
  border-radius: 3px;
  padding: 16px 10px;
}

.p-search.p-side-search > h2 {
  border-left: 2px solid #0e3192;
  padding-left: .8em;
  font-weight: bold;
  font-size: 16px;
}

.p-search.p-side-search .c-input-search {
  margin-top: 8px;
}

.p-search.p-side-search .c-input-search > input[type=search] {
  font-size: 15px;
  height: 42px;
}

.p-search.p-side-search .c-input-radios .c-input-radios__row {
  display: table;
}

.p-search.p-side-search .c-input-radios .c-input-radios__row > label {
  font-size: 13px;
  display: table-cell;
  width: 55%;
}

.p-search.p-side-search .c-input-radios .c-input-radios__row > label:nth-child(1), .p-search.p-side-search .c-input-radios .c-input-radios__row > label:nth-child(3) {
  width: 45%;
}

.p-search.p-side-search .p-search__keywords-link > .p-search__keyword-list > a {
  font-size: 13px;
}

.p-search.p-top-search {
  padding-bottom: 10px;
}

.p-search.p-top-search .p-search__keywords-link {
  width: 425px;
}

.p-search.p-top-search > h2 {
  vertical-align: top;
  display: table-cell;
  font-size: 30px;
  width: 180px;
}

.p-search.p-product-search {
  padding-top: 27px;
  padding-bottom: 27px;
}

.p-search.p-product-search .p-search__keywords-link {
  width: 516px;
}

.p-search.p-top-search, .p-search.p-product-search {
  width: 1060px;
  padding-left: 5px;
  padding-right: 5px;
  margin: auto;
  display: table;
}

.p-search.p-top-search > form, .p-search.p-product-search > form {
  display: table-cell;
}

.p-search.p-top-search .p-search__keywords-link, .p-search.p-product-search .p-search__keywords-link {
  display: table-cell;
  padding-left: 20px;
}

.p-search.p-top-search .p-search__keywords-link .p-search__title, .p-search.p-product-search .p-search__keywords-link .p-search__title {
  display: inline-block;
}

.p-search.p-top-search .p-search__keywords-link > .p-search__keyword-list, .p-search.p-product-search .p-search__keywords-link > .p-search__keyword-list {
  display: inline-block;
}

.p-search.p-top-search > form .c-input-search > input[type=search], .p-search.p-product-search > form .c-input-search > input[type=search], .p-search.p-dct-search > form .c-input-search > input[type=search] {
  font-size: 18px;
  height: 51px;
}

.p-search.p-top-search > form .c-input-radios .c-input-radios__row, .p-search.p-product-search > form .c-input-radios .c-input-radios__row, .p-search.p-dct-search > form .c-input-radios .c-input-radios__row {
  display: table;
}

.p-search.p-top-search > form .c-input-radios .c-input-radios__row > label, .p-search.p-product-search > form .c-input-radios .c-input-radios__row > label, .p-search.p-dct-search > form .c-input-radios .c-input-radios__row > label {
  font-size: 14px;
  display: inline-block;
}

.p-search.p-top-search > form .c-input-radios .c-input-radios__row > label:not(:last-child), .p-search.p-product-search > form .c-input-radios .c-input-radios__row > label:not(:last-child), .p-search.p-dct-search > form .c-input-radios .c-input-radios__row > label:not(:last-child) {
  margin-right: 10px;
}

[lang=en] .p-search.p-side-search .c-input-radios .c-input-radios__row > label {
  display: block;
  width: 100%;
}

[lang=en] .p-search.p-product-search .p-search__keywords-link {
  width: 500px;
}

[lang=en] .p-search.p-top-search > h2 {
  line-height: 1.2;
}

[lang=en] .p-search.p-top-search .p-search__keywords-link {
  width: 320px;
}

/**************/
/*p_search_area.scss*/
/**************/
.p-search-area {
  background: #e4e8f2;
  border-radius: 3px;
  padding: 16px 20px;
  margin-top: 30px;
}

.p-search-area:first-child {
  margin-top: 0;
}

.p-search-area .p-search-area__title {
  border-left: 2px solid #0e3192;
  padding-left: .8em;
  padding-right: 4px;
  font-weight: bold;
  font-size: 16px;
}

.p-search-area .p-search-area__title + .p-search, .p-search-area .p-search-area__title + .p-search-inner {
  margin-top: 10px;
}

.p-search-area .p-search-inner {
  width: 100%;
}

.p-search-area .p-search-inner:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.p-search-area .p-search-inner .p-search-initial__btn, .p-search-area .p-search-inner .p-search-category__btn {
  cursor: pointer;
  font-weight: bold;
  background: #ffffff;
  border-radius: 3px;
  text-align: center;
  float: left;
  display: table;
}

.p-search-area .p-search-inner .p-search-initial__btn > span, .p-search-area .p-search-inner .p-search-category__btn > span {
  vertical-align: middle;
  display: table-cell;
}

.p-search-area .p-search-inner .p-search-initial__btn.is-hidden, .p-search-area .p-search-inner .p-search-category__btn.is-hidden {
  visibility: hidden;
}

.p-search-area .p-search-inner .p-search-initial__btn.is-disabled, .p-search-area .p-search-inner .p-search-category__btn.is-disabled {
  cursor: default;
  background: #d3d7dc;
  box-shadow: 0 2px 0 #a9acb0;
  color: rgba(51, 51, 51, 0.5);
}

.p-search-area .p-search-inner .p-search-initial__btn:not(.is-disabled):hover, .p-search-area .p-search-inner .p-search-initial__btn.is-active, .p-search-area .p-search-inner .p-search-category__btn:not(.is-disabled):hover, .p-search-area .p-search-inner .p-search-category__btn.is-active {
  background: #0e3192;
  color: #ffffff;
}

.p-search-area .p-search-inner .p-search-initial__btn {
  font-size: 14px;
  box-shadow: 0 2px 0 #ccc;
  width: calc(10% - 4.5px);
  height: 30px;
  margin-bottom: 5px;
}

.p-search-area .p-search-inner .p-search-initial__btn + .p-search-initial__btn {
  margin-left: 5px;
}

.p-search-area .p-search-inner .p-search-initial__btn + .p-search-initial__btn:nth-child(10n + 1) {
  margin-left: 0;
}

.p-search-area .p-search-inner .p-search-initial__btn.is-disabled {
  box-shadow: 0 2px 0 #a9acb0;
}

.p-search-area .p-search-inner .p-search-initial__btn:not(.is-disabled):hover, .p-search-area .p-search-inner .p-search-initial__btn.is-active {
  box-shadow: 0 2px 0 #0b2775;
}

.p-search-area .p-search-inner .p-search-category__btn {
  line-height: 1.3;
  font-size: 13px;
  box-shadow: 0 3px 0 #ccc;
  width: calc(10% - 9px);
  height: 45px;
}

.p-search-area .p-search-inner .p-search-category__btn + .p-search-category__btn {
  margin-left: 10px;
}

.p-search-area .p-search-inner .p-search-category__btn.is-disabled {
  box-shadow: 0 3px 0 #a9acb0;
}

.p-search-area .p-search-inner .p-search-category__btn:not(.is-disabled):hover, .p-search-area .p-search-inner .p-search-category__btn.is-active {
  box-shadow: 0 2px 0 #0b2775;
}

.p-search-area--calc {
  padding: 28px 26px 40px 26px;
}

.p-search-area--calc .c-text + .c-text {
  margin-top: 5px;
}

.p-search-area--calc select, .p-search-area--calc input[type=text] {
  height: 42px;
}

.p-search-area--result .c-units {
  min-height: 36px;
}

.p-search-area--result .c-text + .c-text {
  margin-top: 5px;
}

.p-search-area__row {
  margin-top: .6em;
}

.p-search-area__cell {
  display: inline-block;
}

.p-search-area__cell--title {
  width: 5.3em;
}

.p-search-area__cell + .p-search-area__cell {
  padding-left: 6px;
}

.p-search-area__cell + .p-search-area__cell--title {
  padding-left: 2em;
  width: 4.6em;
}

.p-search-area__cell + .p-search-area__cell--bottom {
  padding-bottom: 2px;
  vertical-align: bottom;
}

.p-search-area__notes {
  font-size: 13px;
  font-weight: bold;
  color: #0e3192;
  margin-left: 96px;
  margin-top: .3em;
}

[lang=en] .p-search-area .p-search-inner .p-search-category__btn {
  width: calc(20% - 9px);
}

[lang=en] .p-search-area .p-search-inner + .p-search-inner {
  margin-top: 9px;
}

[lang=en] .p-search-area__cell--title {
  vertical-align: middle;
  width: 7em;
}

[lang=en] .p-search-area .p-search-area__title {
  font-size: 15px;
}

[lang=en] .p-search-area__notes {
  margin-left: 124px;
}

[lang=en] .p-permeater .p-search-area__cell + .p-search-area__cell--title {
  width: 9em;
}

[lang=en] .p-search-area__row {
  margin-top: .9em;
}

/***********/
/*p-side-nav.scss*/
/***********/
.p-side-nav {
  margin-top: 19px;
}

.p-side-nav:first-child {
  margin-top: 0;
}

.p-side-nav > ul {
  margin-bottom: 1px;
  box-shadow: 0 1px 0 0 #ffffff;
}

.p-side-nav > ul .p-side-nav__title {
  background: #0e3192;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  font-size: 15px;
  padding: 10px;
  padding-right: 44px;
}

.p-side-nav > ul .p-side-nav__title span {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
}

.p-side-nav > ul .p-side-nav__title span:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 18px;
  width: 7px;
  height: 13px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -126px -12px;
}

.p-side-nav > ul .p-side-nav__title.is-close > span {
  transform: rotate(-90deg) scale(-1, 1);
}

.p-side-nav > ul .p-side-nav__title.is-open > span {
  transform: rotate(-90deg);
}

.p-side-nav > ul .p-side-nav__title:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.p-side-nav > ul .p-side-nav__title--anchor {
  padding: 0;
}

.p-side-nav > ul .p-side-nav__title--anchor > a {
  padding: 10px;
  padding-right: 44px;
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.p-side-nav > ul .p-side-nav__title--anchor > a:hover {
  text-decoration: underline;
}

.p-side-nav > ul:last-child .p-side-nav__group ul li:last-child {
  border-bottom: 1px solid #c9c9c9;
}

.p-side-nav > ul .p-side-nav__group ul li:first-child {
  border-top: none;
}

.p-side-nav > ul .p-side-nav__group ul li:last-child {
  border: none;
}

.p-side-nav__group ul li {
  border-bottom: 1px solid #c9c9c9;
}

.p-side-nav__group ul li:first-child {
  border-top: 1px solid #c9c9c9;
}

.p-side-nav__group ul li > a {
  font-size: 14px;
  margin: 0;
  padding: 11px 11px 11px 24px;
  display: block;
  background: #f3f3f3;
}

.p-side-nav__group ul li.p-side-nav__child > a {
  padding-left: 38px;
}

.p-side-nav__group ul li.is-active > a {
  background: #ffffff;
  color: #0e3192;
  font-weight: bold;
}

[lang=en] .p-side-nav > ul .p-side-nav__title,
[lang=en] .p-side-nav__group ul li {
  line-height: 1.3;
}

/*************/
/*p_side_banner.scss*/
/*************/
.p-side-banner {
  margin-top: 37px;
}

.p-side-banner:first-child {
  margin-top: 0;
}

.p-side-banner > ul > li {
  margin-top: 9px;
}

.p-side-banner > ul > li:first-child {
  margin-top: 0;
}

.p-side-banner > ul > li > a {
  display: block;
  position: relative;
  text-align: center;
  color: #ffffff;
}

.p-side-banner > ul > li > a > img {
  display: block;
  max-width: 100%;
}

.p-side-banner > ul > li > a > .p-side-banner__caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 0 6px 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.p-side-banner > ul > li > a > .p-side-banner__caption > .p-side-banner__title {
  font-size: 15px;
}

.p-side-banner > ul > li > a > .p-side-banner__caption > .p-side-banner__sub-title {
  font-size: 13px;
}

/*******************/
/*p_top_product_info.scss*/
/*******************/
.p-top-product-info {
  background: url("/files/user/asset/img/bkg_top_product_inf.jpg") no-repeat #e4e8f2;
  background-position: center bottom;
  padding-top: 34px;
}

.p-top-product-info + .l-main-content {
  margin-top: 70px;
}

.p-top-product-info .p-uses {
  padding-top: 40px;
  padding-bottom: 30px;
}

/*******************/
/*p-top-info-content.scss*/
/*******************/
.p-top-info-content {
  margin-top: 48px;
  width: 100%;
  display: table;
}

.p-top-info-content:first-child {
  margin-top: 0;
}

.p-top-info-content__head {
  display: table-cell;
  width: 180px;
}

.p-top-info-content__head > .p-top-info-content__title {
  font-weight: bold;
  font-size: 24px;
}

.p-top-info-content__head > .p-top-info-content__title:after {
  content: '';
  display: block;
  height: 2px;
  width: 15px;
  margin-top: 18px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -50px -61px;
}

.p-top-info-content__head .c-link-list {
  margin-top: 20px;
}

.p-top-info-content__head .c-link-list .c-angle {
  font-size: 14px;
}

.p-top-info-content__body {
  padding-top: 4px;
  display: table-cell;
  vertical-align: top;
}

[lang=en] .p-top-info-content__head > .p-top-info-content__title {
  line-height: 1.3;
}

/*******************/
/*p-info-content.scss*/
/*******************/
.p-info-content {
  margin-top: 30px;
}

.p-info-content:first-child {
  margin-top: 0;
}

.p-info-content li {
  display: table;
  margin-top: 20px;
}

.p-info-content li:first-child {
  margin-top: 0;
}

.p-info-content li > .p-info-content__thumbnail {
  width: 92px;
  display: table-cell;
}

.p-info-content li > .p-info-content__thumbnail > img {
  width: 72px;
}

.p-info-content li > .p-info-content__details {
  vertical-align: top;
  display: table-cell;
}

.p-info-content li .p-info-content__date {
  min-width: 120px;
}

.p-info-content li .p-info-content__text {
  font-size: 14px;
  display: inline-block;
}

.p-info-content li .p-info-content__detail {
  font-size: 15px;
  font-weight: bold;
}

.p-info-content li .p-info-content__detail:not(:first-child) {
  margin-top: 4px;
}

.p-info-content.p-info-content--singleline li {
  margin-top: 30px;
  width: 100%;
}

.p-info-content.p-info-content--singleline .p-info-content__date {
  float: left;
}

.p-info-content.p-info-content--singleline .c-label {
  float: left;
  margin-top: 0.1em;
}

.p-info-content.p-info-content--singleline .p-info-content__detail {
  overflow: hidden;
  padding-left: 16px;
}

.p-info-content.p-info-content--singleline .p-info-content__detail:not(:first-child) {
  margin-top: 0px;
}

[lang=en] .p-info-content li .p-info-content__date {
  min-width: 90px;
}

/*******************/
/*p_exhibition_info.scss*/
/*******************/
.p-exhibition-info .p-exhibition-info__detail {
  font-size: 14px;
  font-weight: bold;
}

.p-exhibition-info .p-exhibition-info__detail:not(:first-child) {
  margin-top: 4px;
}

.p-exhibition-info:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.p-exhibition-info dt, .p-exhibition-info dd {
  font-size: 12px;
  display: inline-block;
  margin-top: 4px;
  float: left;
}

.p-exhibition-info dt {
  clear: both;
}

/*******************/
/*p_uses_search.scss*/
/*******************/
.p-uses-search {
  display: table;
  width: 100%;
}

.p-uses-search > a {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
}

.p-uses-search > a > img {
  max-width: 100%;
}

.p-uses-search > .p-uses__caption {
  padding-left: 20px;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

/******************/
/*p_product_list.scss*/
/******************/
.p-product-list {
  margin-top: 30px;
}

.p-product-list:first-child {
  margin-top: 0;
}

.p-product-list > ul > li {
  background: #f3f3f3;
  padding: 18px;
}

.p-product-list > ul > li:nth-child(2n) {
  background: #e9e9e9;
}

.p-product-list > ul > li > article {
  display: table;
  width: 100%;
}

.p-product-list > ul > li > article .p-product-list__sub-title {
  font-size: 13px;
  font-weight: bold;
  margin-top: 4px;
}

.p-product-list > ul > li > article .p-product-list__sub-title:first-child {
  margin-top: 0;
}

.p-product-list > ul > li > article .p-product-list__labels .c-label {
  vertical-align: top;
}

.p-product-list > ul > li > article .p-product-list__title {
  font-weight: bold;
  margin-top: 2px;
}

.p-product-list > ul > li > article .p-product-list__title:first-child {
  margin-top: 0;
}

.p-product-list > ul > li > article .p-product-list__title > a > span {
  text-decoration: underline;
  display: inline-block;
}

.p-product-list > ul > li > article .p-product-list__title > a > span:not(:last-child):after {
  content: '\a0\a0\a0';
}

.p-product-list > ul > li > article .p-product-list__title > a.c-pdf:after, .p-product-list > ul > li > article .p-product-list__title > a.c-blank:after {
  content: none;
}

.p-product-list > ul > li > article .p-product-list__title > a.c-pdf > span:last-child:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-left: 8px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -12px 0;
}

.p-product-list > ul > li > article .p-product-list__title > a.c-blank > span:last-child:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 9px;
  margin-left: 8px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat 0 0;
}

.p-product-list > ul > li > article .p-product-list__title > a:hover {
  text-decoration: none;
}

.p-product-list > ul > li > article .p-product-list__title > a:hover > span {
  text-decoration: none;
}

.p-product-list > ul > li > article .p-product-list__description {
  font-size: 13px;
  margin-top: 4px;
}

.p-product-list > ul > li > article .p-product-list__description:first-child {
  margin-top: 0;
}

.p-product-list > ul > li > article .c-link-list {
  margin-top: 4px;
}

.p-product-list > ul > li > article > div {
  display: table-cell;
  vertical-align: top;
}

.p-product-list > ul > li > article > div.p-product-list__img {
  padding-left: 10px;
  width: 140px;
}

.p-product-list > ul > li > article > div.p-product-list__img > figure {
  width: 140px;
}

.p-product-list > ul > li > article > div.p-product-list__img > figure > img {
  max-width: 100%;
}

/*******************/
/*p-anchors.scss*/
/*******************/
.p-anchors {
  margin-left: 30px;
}

.p-anchors + .c-section {
  margin-top: 50px;
}

.p-tab__content .p-anchors {
  margin-left: 0px;
}

/*************/
/*p_step_pagination.scss*/
/*************/
.p-step-pagination {
  overflow-y: hidden;
  overflow-x: visible;
  padding: 0 53px 0 57px;
}

.p-step-pagination > ul {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #888;
}

.p-step-pagination > ul > li {
  position: relative;
  width: calc(33.33334% - 8px);
  margin-right: 8px;
  float: left;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border-bottom: 2px solid #f3f3f3;
}

.p-step-pagination > ul > li.is-active {
  border-color: #0e3192;
  color: #0e3192;
}

.p-step-pagination > ul > li.is-active > div:after {
  border-left-color: #0e3192;
}

.p-step-pagination > ul > li.is-complete {
  border-color: #e4e8f2;
  color: #e4e8f2;
}

.p-step-pagination > ul > li.is-complete > div:after {
  border-left-color: #e4e8f2;
}

.p-step-pagination > ul > li > div:before {
  position: absolute;
  right: -15px;
  top: -15px;
  content: '';
  display: block;
  height: 90px;
  width: 33px;
  box-sizing: border-box;
  border-right: none;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 33px solid #ffffff;
  z-index: -1;
}

.p-step-pagination > ul > li > div:after {
  position: absolute;
  right: -22px;
  top: -15px;
  content: '';
  display: block;
  height: 90px;
  width: 33px;
  box-sizing: border-box;
  border-right: none;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 33px solid #f3f3f3;
  z-index: -2;
}

.p-step-pagination > ul:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/*************/
/*p_btnlike-list.scss*/
/*************/
.p-btnlike-list {
  font-size: 15px;
}

.p-btnlike-list__item > a {
  width: 100%;
  font-weight: bold;
}

.p-btnlike-list + .p-btnlike-list {
  margin-top: 18px;
}

/*******************/
/*p_accordion.scss*/
/*******************/
.p-accordion {
  margin-top: 30px;
}

.p-accordion:first-child {
  margin-top: 0;
}

.p-accordion__block {
  margin-top: 48px;
}

.p-accordion__block:first-child {
  margin-top: 0;
}

.p-accordion__trigger {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #b3b3b3;
  padding-left: 20px;
  padding-bottom: 7px;
  padding-right: 50px;
  position: relative;
}

.p-accordion__trigger:after {
  content: "";
  display: block;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -118px -12px;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -10px;
  transform: rotate(90deg);
}

.p-accordion__trigger.is-open:after {
  transform: rotate(270deg);
}

.p-accordion__target {
  font-size: 15px;
  padding-left: 20px;
  padding-right: 50px;
}

.p-accordion__target-inner {
  padding-top: 20px;
}

.p-accordion__target-inner > *:first-child {
  margin-top: 0;
}

.p-accordion__link-list {
  margin-left: 44px;
  margin-top: 11px;
}

.p-accordion--blue .p-accordion__block {
  margin-top: 30px;
}

.p-accordion--blue .p-accordion__block:first-child {
  margin-top: 0;
}

.p-accordion--blue .p-accordion__trigger {
  background: #e4e8f3;
  padding-top: 11px;
  padding-bottom: 9px;
}

.p-accordion--blue .p-accordion__trigger:after {
  margin-top: -8px;
}

/* QA専用 */
.p-accordion-qa {
  padding-left: 44px;
  text-indent: -44px;
}

.p-accordion-qa__num {
  display: inline-block;
  width: 39px;
  text-indent: 0;
  box-sizing: border-box;
}

.p-accordion-qa__num--a {
  padding-left: 2px;
}

.p-accordion-qa__text {
  display: inline;
}

.p-accordion-qa .p-wysiwyg {
  text-indent: 0;
  margin-top: 30px;
}

/*******************/
/*p-link-with-summary.scss*/
/*******************/
.p-link-with-summary {
  margin-top: 30px;
}

.p-link-with-summary__block {
  margin-top: 20px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
}

.p-link-with-summary__block:first-child {
  margin-top: 0;
}

.p-link-with-summary__block--large {
  margin-bottom: 30px;
}

.p-link-with-summary__block--large .p-link-with-summary__link .c-dated-text__text {
  font-size: 18px;
}

.p-link-with-summary__block--large .c-grid-row-12 > * {
  width: 748px;
}

.p-link-with-summary__summary {
  padding-top: 29px;
}

.p-link-with-summary__thumb {
  float: right;
}

.p-link-with-summary__thumb img {
  border: 1px solid #c9c9c9;
  max-width: 252px;
}

.p-accordion__target-inner > .p-link-with-summary .p-link-with-summary__block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/*******************/
/*p_box.scss*/
/*******************/
.p-box {
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  padding: 24px 30px;
  margin-top: 30px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start !important;
}

.p-box__head {
  color: #0e3192;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}

.p-box__body {
  width: 100%;
}

.p-box__btn {
  padding-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
  flex-grow: 3;
}

.p-box__btn .c-btn {
  width: 280px;
}

.p-box--btn-right {
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.p-box--btn-right .p-box__head {
  width: 100%;
}

.p-box--btn-right .p-box__body {
  width: calc(100% - 300px);
}

.p-box--btn-right .p-box__btn {
  padding-top: 0;
}

.c-grid-row--flexible > [class*="c-grid-col-"] > .p-box {
  width: 100%;
}

/*************/
/*p_modal.scss*/
/*************/
.p-modal {
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
  padding: 50px 60px 40px;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -530px;
  width: 1060px;
  background: #fff;
}

.p-modal:not(.showing) {
  opacity: 0;
  z-index: -999;
}

.p-modal.in {
  opacity: 1;
  transition: opacity 0.3s;
}

.p-modal__inner {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100%;
  position: relative;
}

.p-modal__btn-close {
  width: 250px;
  margin: 0 auto;
}

.p-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.p-modal__close > a {
  position: relative;
  padding: 0;
  display: block;
  width: 26px;
  height: 15px;
}

.p-modal__close > a:after, .p-modal__close > a:before {
  content: '';
  height: 24px;
  width: 14px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -93px -12px;
}

.p-modal__close > a:before {
  transform: rotate(180deg);
  left: 10px;
}

.p-modal__foot {
  margin-top: 40px;
}

.p-modal__modal {
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.p-modal__modal:not(.showing) {
  opacity: 0;
  z-index: -999;
}

.p-modal__modal.in {
  opacity: 1;
  transition: opacity 0.3s;
}

.p-modal__modal--abs {
  position: absolute;
  left: 0;
}

.p-modal__title {
  font-size: 22px;
  color: #0e3192;
}

.p-modal__body {
  margin-top: 30px;
}

.p-modal--abs {
  position: absolute;
  width: 100%;
  background: none;
  margin-left: -50%;
  padding: 0;
}

/*******************/
/*p_tab.scss*/
/*******************/
.p-tab__tab {
  border-radius: 4px 4px 0 0;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  display: block;
  padding: 14px 5px 12px;
  outline: none;
  position: relative;
}

.p-tab__tab:not(.is-active) {
  background: #dddddd;
  border: 1px solid transparent;
  color: #ffffff;
  border-bottom: none;
}

.p-tab__tab.is-active {
  border: 1px solid #c9c9c9;
  color: #333333;
  border-bottom: 1px solid #ffffff;
  margin-bottom: -1px;
  pointer-events: none;
  cursor: default;
  z-index: 9;
}

.p-tab__tab.is-active span {
  padding-bottom: 6px;
  border-bottom: 4px solid #0e3192;
}

.p-tab__tab--purple:not(.is-active) {
  background: #cec4ea;
}

.p-tab__tab--purple.is-active span {
  border-bottom-color: #cec4ea;
}

.p-tab__tab--blue:not(.is-active) {
  background: #eed4bb;
}

.p-tab__tab--blue.is-active span {
  border-bottom-color: #eed4bb;
}

.p-tab__tab--green:not(.is-active) {
  background: #f2c7ce;
}

.p-tab__tab--green.is-active span {
  border-bottom-color: #f2c7ce;
}

.p-tab__tab--orange:not(.is-active) {
  background: #c1e9c1;
}

.p-tab__tab--orange.is-active span {
  border-bottom-color: #c1e9c1;
}

.p-tab__tab--pink:not(.is-active) {
  background: #b5d9f5;
}

.p-tab__tab--pink.is-active span {
  border-bottom-color: #b5d9f5;
}

.p-tab__content {
  border: 1px solid #c9c9c9;
  padding: 30px 40px;
}

.p-tab__content:not(.is-active) {
  display: none;
}

.p-tab__external:not(.is-active) {
  display: none;
}

.p-tab nav .c-grid-row--Instruction-manual {
  width: calc(100% + 8px);
  margin-left: -4px;
}

.p-tab nav .c-grid-row--Instruction-manual .c-grid__child {
  padding-left: 4px;
  padding-right: 4px;
  box-sizing: border-box;
  float: left;
  width: 20%;
}

.p-tab nav .c-grid-row--Instruction-manual .c-grid__child:last-child {
  float: right;
}

.p-tab nav .c-grid-row--Instruction-manual .c-grid__child:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

/*******************/
/*p_timeline.scss*/
/*******************/
.p-timeline {
  margin-left: 58px;
  margin-top: 60px;
  border-left: 2px solid #0e3192;
}

.p-timeline__heading {
  position: relative;
  margin-top: 40px;
}

.p-timeline__heading:first-child {
  margin-top: 0;
}

.p-timeline__heading:first-child > span {
  margin-bottom: 45px;
}

.p-timeline__heading > span {
  border: 2px solid #0e3192;
  border-radius: 50%;
  font-size: 22px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  text-align: center;
  padding-top: 14px;
  box-sizing: border-box;
  display: block;
  color: #0e3192;
  margin: 0 0 75px -36px;
}

.p-timeline__year {
  border-top: 1px solid #c9c9c9;
  position: relative;
  margin-top: 40px;
}

.p-timeline__year-header {
  position: absolute;
  top: -13px;
  left: -58px;
  width: 58px;
  font-weight: bold;
  font-size: 15px;
}

.p-timeline__year-header:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #0e3192;
  border-radius: 50%;
  position: absolute;
  right: -4px;
  top: 7px;
}

.p-timeline__article {
  padding: 20px 0 0 85px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.p-timeline__text {
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 100px);
  box-sizing: border-box;
}

.p-timeline__image {
  display: table-cell;
  width: 100px;
  padding-left: 10px;
}

.p-timeline__image img {
  max-width: 100%;
  vertical-align: top;
}

/****************/
/*p_calendar.scss*/
/****************/
.p-calendar {
  border: 1px solid #ddd;
  padding: 20px 7px 10px 7px;
  position: relative;
}

.p-calendar > .p-calendar__arrow {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 34px;
  width: 11px;
  height: 20px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -107px -12px;
}

.p-calendar > .p-calendar__arrow--left {
  left: 14px;
  transform: rotate(180deg);
}

.p-calendar > .p-calendar__arrow--right {
  right: 14px;
}

.p-calendar > .p-calendar__arrow > a {
  display: block;
  height: 20px;
}

.p-calendar__year {
  font-size: 12px;
  display: inline-block;
}

.p-calendar__month {
  vertical-align: middle;
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  padding: 0 0 0 6px;
}

.p-calendar > .p-calendar__inner {
  position: relative;
}

.p-calendar > .p-calendar__inner > .p-calendar__head {
  text-align: center;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table {
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  border: none;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table > thead {
  font-size: 10px;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table > thead tr {
  border-color: transparent;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table > thead tr > th {
  border-color: transparent;
  border-width: 2px;
  padding: 8px 0;
  background: none;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table > tbody {
  font-size: 12px;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table > tbody tr {
  border-color: #ffffff;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table > tbody tr > td {
  border-color: #ffffff;
  background: #eef0f3;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table tr {
  box-sizing: border-box;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table tr > th, .p-calendar > .p-calendar__inner > .p-calendar__body table tr > td {
  padding: 0;
  width: 14.2%;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table tr > th > div, .p-calendar > .p-calendar__inner > .p-calendar__body table tr > td > div {
  padding: 8px 0;
  height: 100%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border-width: 2px;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table tr > th.is-sun, .p-calendar > .p-calendar__inner > .p-calendar__body table tr > td.is-sun {
  color: #cc0000;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table tr > th.is-active, .p-calendar > .p-calendar__inner > .p-calendar__body table tr > td.is-active {
  cursor: pointer;
  background: #d9e3ff;
  color: #0e3192;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table tr > th.is-active > div:after, .p-calendar > .p-calendar__inner > .p-calendar__body table tr > td.is-active > div:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 8px;
  height: 8px;
  border-left: transparent 4px solid;
  border-bottom: transparent 4px solid;
  border-right: #0e3192 4px solid;
  border-top: #0e3192 4px solid;
  box-sizing: border-box;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table tr > th.is-active:hover, .p-calendar > .p-calendar__inner > .p-calendar__body table tr > td.is-active:hover {
  background: #e3eaff;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table tr > th.is-active.is-today:hover, .p-calendar > .p-calendar__inner > .p-calendar__body table tr > td.is-active.is-today:hover {
  background: #fcefdf;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table tr > th.is-active.is-today > div:after, .p-calendar > .p-calendar__inner > .p-calendar__body table tr > td.is-active.is-today > div:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 8px;
  height: 8px;
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #f28100;
  border-top: 4px solid #f28100;
  box-sizing: border-box;
}

.p-calendar > .p-calendar__inner > .p-calendar__body table tr > th.is-today, .p-calendar > .p-calendar__inner > .p-calendar__body table tr > td.is-today {
  background: #fbe9d4;
}

.p-calendar > .p-calendar__inner > .p-calendar__baloons > ul > li {
  z-index: 2;
  display: none;
  position: absolute;
  background: #ffffff;
  padding: 10px;
  width: calc(100% + 20px);
  left: -15px;
  border: 1px solid #bec0bf;
  box-sizing: border-box;
}

.p-calendar > .p-calendar__inner > .p-calendar__baloons > ul > li > .p-info-content__details {
  display: inherit;
  margin-top: 1em;
}

.p-calendar > .p-calendar__inner > .p-calendar__baloons > ul > li > .p-info-content__details:first-child {
  margin-top: 0;
}

.p-calendar > .p-calendar__inner > .p-calendar__baloons > ul > li > .p-baloons__arrow {
  position: absolute;
  bottom: -7px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-bottom: 1px solid #bec0bf;
  border-right: 1px solid #bec0bf;
  box-sizing: border-box;
  transform: rotate(45deg);
}

.p-calendar > .p-calendar__inner > .p-calendar__baloons > ul > li.is-active {
  display: inherit;
}

[lang=en] .p-calendar__month {
  padding: 0;
}

[lang=en] .p-calendar__year {
  padding: 0 0 0 6px;
}

/*****************/
/*p_slider.scss*/
/*****************/
.p-slider {
  position: relative;
  max-width: 2880px;
  margin: auto;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}

.p-slider__arrow {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 90;
  cursor: pointer;
  height: 37px;
  width: 22px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -31px -12px;
}

.p-slider__arrow--for-top {
  top: 342px;
}

.p-slider__arrow--large {
  height: 47px;
  width: 31px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat 0 -13px;
}

.p-slider__arrow--black {
  height: 37px;
  width: 22px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -53px -12px;
}

.p-slider__arrow--left {
  left: calc(50% - 576px);
  transform: rotate(180deg);
}

.p-slider__arrow--right {
  right: calc(50% - 576px);
}

.p-slider > .p-slider__inner {
  overflow: visible;
  margin: auto;
  position: relative;
}

.p-slider > .p-slider__inner > .p-slider__group {
  position: absolute;
  top: 0;
  transition-duration: 500ms;
  transition-property: transform;
  -ms-transition-duration: 500ms;
  -ms-transition-property: transform;
  /*top用*/
}

.p-slider > .p-slider__inner > .p-slider__group.p-slider__group--bg {
  background: #ffffff;
}

.p-slider > .p-slider__inner > .p-slider__group:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

.p-slider > .p-slider__inner > .p-slider__group > li {
  float: left;
}

.p-slider > .p-slider__inner > .p-slider__group a {
  display: block;
}

.p-slider > .p-slider__inner > .p-slider__group img {
  width: 100%;
  display: block;
}

.p-slider > .p-slider__inner > .p-slider__group .c-uses .c-circle:hover {
  border: 2px solid #0e3192;
  box-sizing: border-box;
}

.p-slider > .p-slider__inner > .p-slider__group .c-uses .c-circle:hover img {
  opacity: 1;
}

.p-slider > .p-slider__inner > .p-slider__group .c-uses .c-circle img {
  width: 70px;
  display: inline-block;
}

.p-slider > .p-slider__inner > .p-slider__group > .p-slider__overlay-text {
  position: absolute;
  left: calc(50% - 530px);
  bottom: 0;
  height: 386px;
  padding-top: 64px;
  box-sizing: border-box;
}

.p-slider > .p-slider__inner > .p-slider__group > .p-slider__overlay-text > .p-slider__overlay-title {
  font-size: 40px;
  color: #0e3192;
  text-shadow: 2px 2px 2px #fff;
}

.p-slider > .p-slider__inner > .p-slider__group > .p-slider__overlay-text > .p-slider__overlay-description {
  font-size: 16px;
  margin-top: 26px;
  line-height: 1.8;
  text-shadow: 1px 1px 1px #fff;
}

.p-slider > .p-slider__inner > .p-slider__group > .p-slider__overlay-text > .c-btn--ghost-btn {
  display: inline-block;
  margin-top: 48px;
}

.p-slider > .p-slider__inner > .p-silder__overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 89;
}

.p-slider > .p-slider__inner > .p-silder__overlay--left {
  left: -100%;
}

.p-slider > .p-slider__inner > .p-silder__overlay--right {
  right: -100%;
}

.p-slider.p-slider--mode-hidden > .p-slider__inner {
  overflow-x: hidden;
}

.p-slider.p-slider--mode-hidden .arrow {
  top: inherit;
}

.p-slider.p-slider--mode-hidden .p-slider__pagination.p-slider__pagination--default {
  top: inherit;
}

.p-slider .p-slider__pagination {
  width: auto;
  position: absolute;
  right: calc(50% - 530px);
  z-index: 90;
}

.p-slider .p-slider__pagination:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

.p-slider .p-slider__pagination li {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  float: left;
  cursor: pointer;
}

.p-slider .p-slider__pagination li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #999;
  border-radius: 50%;
  margin: auto;
}

.p-slider .p-slider__pagination li.is-active:before {
  background: #0e3192;
}

.p-slider .p-slider__pagination.p-slider__pagination--position-overlay {
  bottom: 22px;
}

.p-slider .p-slider__pagination.p-slider__pagination--default {
  bottom: 0;
  top: -32px;
  z-index: 0;
}

.p-slider > .p-slider__title {
  width: 1060px;
  margin: auto;
}

.p-slider > .p-slider__title > p {
  font-size: 22px;
  font-weight: bold;
}

.p-slider > .p-slider__category-title {
  width: 1060px;
  margin: auto;
}

.p-slider > .p-slider__category-title:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

.p-slider > .p-slider__category-title > li {
  float: left;
  display: inline-block;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 0 14px 0;
}

.p-slider > .p-slider__category-title > li.is-active > a {
  color: #333333;
  position: relative;
}

.p-slider > .p-slider__category-title > li.is-active > a:after {
  content: '';
  height: 4px;
  background: #0e3192;
  width: calc(100% - 20px);
  display: block;
  margin: auto;
  position: absolute;
  bottom: -6px;
  left: 10px;
}

.p-slider > .p-slider__category-title > li > a {
  padding: 0 10px;
  text-decoration: none;
  color: #999;
}

.p-slider > .p-slider__category-title > li:first-child > a {
  border-right: 1px solid #999;
}

/**toggle**/
.js-toggle-trigger {
  cursor: pointer;
}

.p-toggle-hide {
  display: none;
  height: 0;
}

.p-toggle-show {
  display: inherit;
}

.p-toggle-animation {
  display: inherit;
  overflow: hidden;
  transition-duration: 300ms;
  transition-property: height;
  -ms-transition-duration: 300ms;
  -ms-transition-property: height;
}

/*******************/
/*p-wysiwyg.scss*/
/*******************/
.p-wysiwyg {
  font-size: 15px;
}

.p-wysiwyg ol {
  margin-top: 30px;
  font-size: 15px;
  list-style: none;
  counter-reset: decimal0;
}

.p-wysiwyg ol > li {
  margin-left: 1.6em;
}

.p-wysiwyg ol > li:before {
  counter-increment: decimal0;
  content: counter(decimal0) ".";
  margin-left: -1.6em;
  display: inline-block;
  width: 1.6em;
}

.p-wysiwyg ul {
  margin-top: 30px;
  margin-left: 2px;
  font-size: 15px;
  list-style: square;
}

.p-wysiwyg ul:first-child {
  margin-top: 0;
}

.p-wysiwyg ul > li {
  margin-top: calc(20px + 1em - 1em * 1.6);
  margin-left: 1em;
}

.p-wysiwyg ul > li:first-child {
  margin-top: 0;
}

.p-wysiwyg div {
  font-size: 15px;
}

.p-wysiwyg p {
  margin-top: 30px;
  font-size: 15px;
}

.p-wysiwyg a {
  text-decoration: none;
  display: inline-block;
}

.p-wysiwyg a:hover {
  text-decoration: underline;
}

.p-wysiwyg a[target=_blank]:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 9px;
  margin-left: 8px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat 0 0;
}

.p-wysiwyg a[target=_blank]:hover {
  text-decoration: underline;
}

.p-wysiwyg a[href$=".pdf"]:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-left: 8px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -12px 0;
}

.p-wysiwyg a[href$=".pdf"]:hover {
  text-decoration: underline;
}

.p-wysiwyg table {
  margin-top: 30px;
  line-height: 1.2;
  width: 100%;
  border: 1px solid #c9c9c9;
  font-size: 15px;
  font-weight: normal;
}

.p-wysiwyg table:first-child {
  margin-top: 0;
}

.p-wysiwyg table caption {
  margin-bottom: 0.3em;
}

.p-wysiwyg table > thead th {
  padding-left: 0;
  padding-right: 0;
  background: #e4e8f2;
  vertical-align: middle;
}

.p-wysiwyg table > thead th.u-text-left, .p-wysiwyg table > thead th.u-text-right {
  padding-left: 12px;
  padding-right: 12px;
}

.p-wysiwyg table > thead + tbody th {
  background: #eff1f6;
}

.p-wysiwyg table > tbody th {
  text-align: left;
  background: #e4e8f2;
}

.p-wysiwyg table td, .p-wysiwyg table th {
  vertical-align: top;
  padding: 8px 12px;
  border-left: 1px solid #c9c9c9;
  box-sizing: border-box;
}

.p-wysiwyg table td.w04, .p-wysiwyg table th.w04 {
  width: calc(4em + 26px);
}

.p-wysiwyg table tr {
  border-bottom: 1px solid #c9c9c9;
}

.p-wysiwyg table tr > th {
  font-weight: normal;
}

.p-wysiwyg h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 90px;
  padding: 8px 20px 7px 20px;
  border-bottom: 2px solid #0e3192;
  background: #e4e8f3;
}

.p-wysiwyg h2:first-child {
  margin-top: 0;
}

.p-wysiwyg h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 60px;
  padding: 0 0 0 .8em;
  border-left: 2px solid #0e3192;
}

.p-wysiwyg h3:first-child {
  margin-top: 0;
}

.p-wysiwyg h4 {
  font-weight: bold;
  color: #0e3192;
}

.p-wysiwyg ins {
  background: none;
  text-decoration: underline;
}

.p-wysiwyg img {
  border-color: #c9c9c9;
}

/*******************/
/*p_autocomplete.scss*/
/*******************/
.p-autocomplete {
  position: relative;
}

.p-autocomplete__text {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 27px);
  z-index: 1;
}

.p-autocomplete__text input[type=text] {
  border: none;
  border-radius: 4px 0 0 4px;
}

.p-autocomplete__select {
  position: relative;
  z-index: 0;
}

.p-autocomplete__list {
  position: absolute;
  z-index: 100;
  top: 43px;
  min-width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.p-autocomplete__list li {
  padding: 1px .8em;
  cursor: pointer;
  font-size: 15px;
}

.p-autocomplete__list li:hover, .p-autocomplete__list li.is-selected {
  background: #0e3192;
  color: #ffffff;
}

.p-autocomplete__list.is-hidden {
  display: none;
}

/*******************/
/*p_kids.scss*/
/*******************/
.p-kids {
  background: #f6f1e5;
}

.p-kids a:not(.p-kids__animation) figure img {
  border-radius: 9px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.p-kids a.p-kids__animation figure {
  transition-duration: 300ms;
  transition-property: transform ,box-shadow;
  transform: scale(0.98551, 0.98551);
  border-radius: 20px;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.p-kids a.p-kids__animation figure img {
  opacity: 1;
}

.p-kids a.p-kids__animation:hover figure {
  transform: scale(1, 1);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.p-kids a.p-kids__animation:hover figure img {
  opacity: 1;
}

.p-kids .p-heading-wrapper {
  background: none;
}

.p-kids .p-heading-wrapper .p-heading {
  padding-bottom: 0;
}

.p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper {
  height: 182px;
  padding-left: 146px;
  padding-top: 30px;
  box-sizing: border-box;
}

.p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper .p-heading__sub {
  font-size: 18px;
  margin-left: 0;
  font-weight: bold;
  color: #0761dd;
}

.p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper .p-heading__h1 {
  margin-top: 10px;
}

.p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper .p-heading-wrapper__discription {
  margin-top: 0;
  font-size: 14px;
}

.p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper--breathing {
  background: url("/files/user/asset/img/kids/experiment/breathing/pht_breathing_head.png") no-repeat center top;
}

.p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper--environment {
  background: url("/files/user/asset/img/kids/environment/pht_environment_head.png") no-repeat center top;
}

.p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper--faq {
  background: url("/files/user/asset/img/kids/faq/pht_faq_head.png") no-repeat center top;
}

.p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper--photosynthesis {
  background: url("/files/user/asset/img/kids/experiment/photosynthesis/pht_photosynthesis_head.png") no-repeat center top;
}

.p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper--combustion {
  background: url("/files/user/asset/img/kids/experiment/combustion/pht_combustion_head.png") no-repeat center top;
}

.p-kids .p-side-nav > ul:last-child {
  border-bottom: none;
}

.p-kids .p-side-nav > ul:last-child .p-side-nav__group ul li:last-child {
  border-bottom-color: #5d99eb;
}

.p-kids .p-side-nav > ul .p-side-nav__title {
  background: #5d99eb;
}

.p-kids .p-side-nav__group ul li {
  border-bottom-color: #5d99eb;
}

.p-kids .p-side-nav__group ul li > a {
  background: #eae7e0;
  color: #4f88d6;
}

.p-kids .p-side-nav__group ul li > a:hover {
  color: #4f88d6;
}

.p-kids .p-side-nav__group ul li > a:visited {
  color: #7b607b;
}

.p-kids .p-side-nav__group ul li.is-active > a {
  background: #ffffff;
  color: #4f88d6;
}

.p-kids .c-section.c-section__faq {
  position: relative;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 9px;
  overflow: hidden;
}

.p-kids .c-section.c-section__faq:not(:first-child) {
  margin-top: 20px;
}

.p-kids .c-section.c-section__faq .c-section__head {
  background: #dfe8f6;
  position: relative;
  border-radius: 9px 9px 0 0;
  display: table;
  width: 100%;
  font-weight: bold;
}

.p-kids .c-section.c-section__faq .c-section__head + .c-section__body {
  border-radius: 0 0 9px 9px;
}

.p-kids .c-section.c-section__faq .c-section__head .c-section__faq-label {
  padding-left: 18px;
  box-sizing: border-box;
  color: #ffffff;
  background: #3082f1;
  display: table-cell;
  width: 88px;
  font-size: 24px;
}

.p-kids .c-section.c-section__faq .c-section__head .c-section__faq-text {
  padding: 12px 46px 10px 10px;
  color: #0761dd;
  font-size: 17px;
  display: table-cell;
}

.p-kids .c-section.c-section__faq .c-section__head span {
  width: 49px;
  height: 49px;
  position: absolute;
  top: 0;
  right: 0;
}

.p-kids .c-section.c-section__faq .c-section__head span:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 7px;
  height: 12px;
  background: url("/files/user/asset/img/common/sprite.png") no-repeat -46px -6px;
  background-size: 200px 100px;
}

.p-kids .c-section.c-section__faq .c-section__head.is-open span {
  transform: rotate(-90deg);
}

.p-kids .c-section.c-section__faq .c-section__head.is-close span {
  transform: rotate(-90deg) scale(-1, 1);
}

.p-kids .c-section.c-section__faq .c-section__body {
  border-radius: 9px;
  background: #ffffff;
}

.p-kids .c-section.c-section__faq .c-section__body-inner {
  display: table;
  padding-top: 20px;
  padding-bottom: 26px;
}

.p-kids .c-section.c-section__faq .c-section__body-inner .c-section__faq-label {
  font-weight: bold;
  padding-left: 18px;
  box-sizing: border-box;
  color: #3082f1;
  display: table-cell;
  width: 88px;
  font-size: 24px;
  vertical-align: top;
}

.p-kids .c-section.c-section__faq .c-section__body-inner > div {
  padding: 6px 28px 0 10px;
  display: table-cell;
}

.p-kids .c-section.c-section__faq .c-section__headding-3 + .c-text {
  margin-top: 0;
  color: #0761dd;
}

.p-kids .c-section.c-section__faq .c-text + .c-text {
  margin-top: 1em;
}

.p-kids .c-section.c-section__flow {
  position: relative;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 9px;
}

.p-kids .c-section.c-section__flow:not(:first-child) {
  margin-top: 50px;
}

.p-kids .c-section.c-section__flow .c-section__head {
  padding: 16px 1em 16px 130px;
  position: relative;
  border-radius: 9px 9px 0 0;
  font-weight: bold;
  font-size: 28px;
}

.p-kids .c-section.c-section__flow .c-section__head--breathing {
  color: #26a3cf;
  border-bottom: 2px solid #56c5ed;
  background: #e1f1f7;
}

.p-kids .c-section.c-section__flow .c-section__head--breathing > span {
  border: 2px solid #56c5ed;
}

.p-kids .c-section.c-section__flow .c-section__head--combustion {
  color: #e88746;
  border-bottom: 2px solid #ff9d5c;
  background: #ffede1;
}

.p-kids .c-section.c-section__flow .c-section__head--combustion > span {
  border: 2px solid #ff9d5c;
}

.p-kids .c-section.c-section__flow .c-section__head--photosynthesis {
  color: #95bc00;
  border-bottom: 2px solid #a2cd00;
  background: #eaf3c6;
}

.p-kids .c-section.c-section__flow .c-section__head--photosynthesis > span {
  border: 2px solid #a2cd00;
}

.p-kids .c-section.c-section__flow .c-section__head > span {
  position: absolute;
  top: calc(50% - 47px);
  left: 20px;
  height: 94px;
  width: 94px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 32px;
  background: #ffffff;
}

.p-kids .c-section.c-section__flow .c-section__head > span:after {
  content: '';
  display: inline-block;
  height: 104%;
  width: 0;
  vertical-align: middle;
}

.p-kids .c-section.c-section__flow .c-section__head + .c-section__body {
  border-radius: 0 0 9px 9px;
}

.p-kids .c-section.c-section__flow .c-section__body {
  border-radius: 9px;
  background: #ffffff;
  padding: 30px;
}

.p-kids .c-section.c-section__flow .c-section__body figure {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-kids .c-section.c-section__flow .c-section__body .c-grid-col-8 {
  clear: both;
}

.p-kids .c-section.c-section__flow .c-section__body .c-grid-col-8:first-child .p-kids__discription-list:first-child {
  border-top: none;
}

.p-kids .c-section.c-section__flow .c-section__body .c-grid-col-4 {
  float: right;
}

.p-kids .c-section.c-section__flow:not(.c-section__flow--last-child):after {
  content: '';
  position: absolute;
  bottom: -32px;
  left: calc(50% - 12px);
  height: 12px;
  width: 24px;
  box-sizing: border-box;
  border-top: 12px solid #00addf;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.p-kids .c-section.c-section__flow--photosynthesis:not(.c-section__flow--last-child):after {
  border-top: 12px solid #a2cd00;
}

.p-kids .c-section.c-section__flow--photosynthesis .c-section__headding-3:before {
  background: #a2cd00;
  border-top: 1px solid #eaf3c6;
  border-right: 1px solid #eaf3c6;
}

.p-kids .c-section.c-section__flow--breathing .c-section__headding-3:before {
  background: #56c5ed;
  border-top: 1px solid #b7e3f6;
  border-right: 1px solid #b7e3f6;
}

.p-kids .c-section.c-section__flow--combustion:not(.c-section__flow--last-child):after {
  border-top: 12px solid #ff9d5c;
}

.p-kids .c-section.c-section__flow--combustion .c-section__headding-3:before {
  background: #ff9d5c;
  border-top: 1px solid #ffede1;
  border-right: 1px solid #ffede1;
}

.p-kids .c-section .c-section__headding-3 {
  font-size: 18px;
  font-weight: bold;
}

.p-kids .c-section .c-section__headding-3:not(:first-child) {
  margin-top: 30px;
}

.p-kids .c-section .c-section__headding-3:before {
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
  background: #3082f1;
  border-top: 1px solid #dfe8f6;
  border-right: 1px solid #dfe8f6;
  margin-right: 8px;
}

.p-kids .c-section .c-section__headding-3 + .c-table {
  margin-top: 8px;
}

.p-kids .c-table > thead th {
  background: #fdf6ea;
}

.p-kids__experiment ul {
  display: flex;
  justify-content: center;
}

.p-kids__experiment ul li {
  font-weight: normal;
}

.p-kids__experiment ul li:not(:last-child) {
  border-right: 1px solid #c9c9c9;
}

.p-kids__experiment ul li.is-active a {
  font-weight: bold;
  color: #333333;
}

.p-kids__experiment ul li.is-active a:visited {
  color: #333333;
}

.p-kids__experiment ul li a {
  color: #0066cc;
  text-decoration: none;
  padding: 0 1.2em;
}

.p-kids__experiment ul li a:hover {
  text-decoration: underline;
}

.p-kids__experiment ul li a:visited {
  color: #660066;
}

.p-kids__experiment ul li a:active {
  color: #0e3192;
}

.p-kids__discription-list {
  border-top: 1px dashed #b2b2b2;
  padding: 14px 0;
  display: table;
  width: 100%;
}

.p-kids__discription-list dt {
  display: table-cell;
  width: 44px;
}

.p-kids__discription-list dt > span {
  background: #b2b2b2;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}

.p-kids__discription-list dt > span:before {
  content: '';
  display: inline-block;
  height: 104%;
  width: 0;
  vertical-align: middle;
}

.p-kids__discription-list dd {
  display: table-cell;
  padding-left: .8em;
}

[lang=en] .p-kids .p-heading-wrapper.p-heading-wrapper--category-top .p-breadcrumb + .p-h-wrapper {
  margin-top: 70px;
}

[lang=en] .p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper.p-heading__h1-wrapper--breathing, [lang=en] .p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper.p-heading__h1-wrapper--combustion, [lang=en] .p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper.p-heading__h1-wrapper--photosynthesis, [lang=en] .p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper.p-heading__h1-wrapper--environment {
  padding-top: 22px;
}

[lang=en] .p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper.p-heading__h1-wrapper--breathing .p-heading__h1, [lang=en] .p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper.p-heading__h1-wrapper--combustion .p-heading__h1, [lang=en] .p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper.p-heading__h1-wrapper--photosynthesis .p-heading__h1, [lang=en] .p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper.p-heading__h1-wrapper--environment .p-heading__h1 {
  margin-top: 4px;
}

[lang=en] .p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper.p-heading__h1-wrapper--breathing .p-heading__h1 > img, [lang=en] .p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper.p-heading__h1-wrapper--combustion .p-heading__h1 > img, [lang=en] .p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper.p-heading__h1-wrapper--photosynthesis .p-heading__h1 > img, [lang=en] .p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper.p-heading__h1-wrapper--environment .p-heading__h1 > img {
  display: block;
}

[lang=en] .p-kids .p-heading-wrapper .p-heading .p-heading__h1-wrapper--combustion {
  background: url("/files/user/asset/img/en/kids/experiment/combustion/pht_combustion_head.png") no-repeat center top;
}

/*******************/
/*p_google_search.scss*/
/*******************/
form.gsc-search-box {
  background-color: #e4e8f2 !important;
  padding: 20px !important;
  box-sizing: border-box !important;
}

input.gsc-search-button-v2, input.gsc-search-button:hover, input.gsc-search-button:focus {
  background: #0e3192 !important;
  border: none !important;
  margin-bottom: 2px !important;
  box-shadow: 0 2px 0 #081a4a !important;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
  border-radius: 4px !important;
}

.gsc-input-box, .gst-input-box-hover {
  padding: 0.8em !important;
  width: 100% !important;
  border: none !important;
  outline: none;
  border-top: 1px solid #dadadb !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
  height: 51px !important;
  box-shadow: none !important;
}

.gsc-input-box-focus {
  box-shadow: 0 0 5px 1px #608ebf !important;
}

.gsc-tabsArea {
  border-bottom: 1px solid #c9c9c9 !important;
}

.gsc-tabHeader {
  color: #ffffff !important;
  background: #dddddd !important;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #c9c9c9 !important;
}

.gsc-tabHeader:first-child {
  margin-right: 6px;
}

.gsc-tabhActive {
  color: #333333 !important;
  background: #ffffff !important;
  border-color: #c9c9c9 !important;
  border-bottom-color: transparent !important;
}

.gsc-control-cse {
  padding-top: 0 !important;
}

/*******************/
/*p_suggest_custom.scss*/
/*******************/
.ui-menu {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif !important;
  background: #ffffff !important;
  border: 1px solid #cccccc !important;
}

.ui-menu .ui-menu-item {
  padding: 1px 0.8em !important;
  cursor: pointer !important;
  font-size: 15px !important;
}

.ui-menu .ui-menu-item:hover, .ui-menu .ui-menu-item.ui-state-focus {
  background: #0e3192 !important;
  color: #ffffff !important;
}

.ui-menu .ui-menu-item:nth-child(n + 11) {
  display: none;
}

/*******************/
/*p-section.scss*/
/*******************/
.p-section--specifications .c-table th:first-child {
  width: 10em;
}

.p-section--related-products figcaption > .c-figcaption, .p-section--option figcaption > .c-figcaption {
  font-size: 13px;
}

/*******************/
/*p_permeater.scss*/
/*******************/
.p-permeater .p-tab__tab {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

.p-permeater .p-tab__tab.is-active > span {
  padding: 0;
}

.p-permeater .p-tab__tab > span {
  line-height: 2;
}

.p-permeater .p-tab__content {
  padding-left: 20px;
  padding-right: 20px;
}

.p-permeater .p-search-area__cell--title {
  width: 9em;
  line-height: 1.2;
}

.p-permeater .p-search-area__cell--title .p-search-area__title {
  padding-right: 0;
}

.p-permeater .p-search-area--calc {
  padding: 28px 20px 40px 20px;
}

.p-permeater .p-search-area__cell {
  vertical-align: middle;
}

.p-permeater .p-search-area__cell + .p-search-area__cell--title {
  padding-left: 1em;
}

.p-permeater .js-toggle-target_inner {
  padding-top: 1em;
}

.p-permeater .p-search-area--result .p-search-area {
  background: none;
  padding: 0;
}

.p-permeater .p-search-area--result .p-search-area .p-search-area__cell--title {
  width: 13em;
}

.p-permeater .js-toggle-trigger {
  position: relative;
  border-bottom: 1px solid #333;
}

.p-permeater .js-toggle-trigger:after {
  content: "";
  display: block;
  background: url(/files/user/asset/img/common/sprite.png) no-repeat -118px -12px;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -10px;
  transform: rotate(90deg);
}

.p-permeater .js-toggle-trigger.is-open:after {
  transform: rotate(270deg);
}

.p-permeater .p-search-area__notes {
  margin-left: 160px;
}

.p-permeater .p-search-area__notes.p-search-area__notes--col2 {
  margin-left: 520px;
}

.p-permeater .c-units {
  padding-right: .8em;
}

.p-permeater .c-table__cell--gray {
  background: #f2eee4;
}

.p-permeater .c-table {
  table-layout: fixed;
}

.p-permeater .c-table thead th {
  vertical-align: middle;
}

.p-permeater .p-search-area__row > .c-table {
  margin-left: 156px;
  width: calc(100% - 156px);
}

.p-permeater .p-search-area__row > .c-table td {
  text-align: center;
  background: #fff;
  vertical-align: middle;
}

[lang=en] .p-permeater .p-tab__tab[data-target="tab01"] > span, [lang=en] .p-permeater .p-tab__tab[data-target="tab02"] > span {
  line-height: 4;
}
