@charset "UTF-8";
/**common.scss**/
/*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;
  }
}

/*************/
/*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("/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("/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("/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("/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("/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("/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("/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 {
  position: relative;
}

.c-btn--close:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 1em;
  width: 9px;
  height: 9px;
  background: url("/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("/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("/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("/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("/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("/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--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--thick > select {
  padding-top: 9px;
  padding-bottom: 9px;
}

.c-input-select:before {
  content: '';
  display: block;
  width: 7px;
  height: 13px;
  background: url("/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;
}

.p-activation-code > .c-input-text {
  float: left;
  width: 12em;
  margin-top: 0;
}

.p-activation-code > .c-input-text > input[type=text] {
  width: calc(100% - 40px);
}

.p-activation-code > .c-input-text:not(:last-child):after {
  content: '-';
  display: inline-block;
  width: calc(40px - 1em);
  text-align: center;
}

.p-activation-code:after {
  content: '';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

/*************/
/*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("/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("/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__sub {
  font-size: 22px;
  margin-left: 20px;
}

.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-breadcrumb + .p-h-wrapper {
  margin-top: 56px;
}

.p-heading-wrapper.p-heading-wrapper--category-top.p-heading-wrapper--product-top {
  background: url("/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("/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("/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("/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("/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("/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("/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("/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("/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("/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_heading_4.scss******/
.p-heading-4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 18px;
}

.p-heading-4:first-child {
  margin-top: 0;
}

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

[lang=en] .p-footer__list li {
  margin-top: 10px;
  line-height: 1.4;
}

/***********/
/*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("/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_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("/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-accordion-qa__num {
  width: auto;
}

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