@charset "UTF-8";
/*=====================================

リセット

=====================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html, body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: bottom; }

button, hr {
  overflow: visible; }

button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button; }

pre, textarea {
  overflow: auto; }

:root, [aria-disabled] {
  cursor: default; }

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

[hidden], audio:not([controls]), template {
  display: none; }

b, strong {
  font-weight: bolder; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:-moz-focusring, input:-moz-focusring {
  outline: ButtonText dotted 1px; }

button, select {
  text-transform: none; }

details, main, summary {
  display: block; }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

input {
  -webkit-border-radius: 0; }

input[type=number] {
  width: auto; }

input[type=search] {
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

progress {
  display: inline-block; }

svg:not(:root) {
  overflow: hidden; }

textarea {
  resize: vertical; }

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-style: solid;
  border-width: 0; }

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

button, input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  background-color: transparent;
  color: inherit; }

[tabindex], a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

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

select::-ms-value {
  color: currentColor; }

svg {
  fill: currentColor; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden=false]:focus {
  clip: auto; }

:root {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font: 100%/1.5 sans-serif; }

a {
  text-decoration: none; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

[type=button], [type=reset], [type=email], [type=month], [type=password], [type=tel], [type=text], [type=time], [type=url], [type=week], [type=submit], [type=number], [type=search], [type=date], [type=datetime], [type=datetime-local], button, select, textarea {
  min-height: 1.5em; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

nav ol, nav ul {
  list-style: none; }

small {
  font-size: 75%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::selection {
  background-color: #b3d4fc;
  color: #fff;
  text-shadow: none; }

/*# sourceMappingURL=sanitize.min.css.map */
/*=====================================

ユーティリティ

=====================================*/
/*=====================================

clearfix

=====================================*/
/*=====================================

リンク色

=====================================*/
/*=====================================

リンクホバー

=====================================*/
/*=====================================

font-family

=====================================*/
/*=====================================

Retina

=====================================*/
/*=====================================

ベース

=====================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*::-webkit-input-placeholder {
  color: #cccaca; }

*::-ms-input-placeholder {
  color: #cccaca; }

*::placeholder {
  color: #cccaca; }

body {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px; }

.cf {
  *zoom: 1; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

small {
  font-size: 75%; }

a:link, a:visited {
  color: #000;
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: top;
  display: block; }

a:hover, a:hover img, button:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s; }

/*=====================================

レイアウト

=====================================*/
/*=====================================

テーマ

=====================================*/
/*=====================================

モジュール

=====================================*/
header {
  padding-bottom: 15px; }
  header .head-inner {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    header .head-innerL {
      width: 283px;
      padding-top: 0; }
      header .head-innerL a {
        text-decoration: none; }
      header .head-innerL .sub-text {
        color: #848484;
        padding: 5px;
        text-align: center;
        font-size: 16px;
        margin-top: -8px;
        background: #eaeaea; }
    header .head-innerR {
      padding-top: 5px;
      width: 15.6%;
      width: 188px; }
      header .head-innerR .yokogawa-logo {
        margin-bottom: 15px; }
      header .head-innerR .search_block.PC {
        display: block; }
        header .head-innerR .search_block.PC form {
          font-size: 0; }
          header .head-innerR .search_block.PC form input {
            padding-left: 5px; }

nav.gnav {
  background: url("../images/gnav_bg.png"); }
  nav.gnav a {
    text-decoration: none;
    color: #000000; }

nav.gnav {
  display: block; }
  nav.gnav .nav-inner {
    width: 1200px;
    margin: 0 auto; }
    nav.gnav .nav-inner .search_block.SP {
      display: none; }
    nav.gnav .nav-inner .nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      nav.gnav .nav-inner .nav-list > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        position: relative;
        border-left: 1px solid rgba(255, 255, 255, 0.6); }
        nav.gnav .nav-inner .nav-list > li > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          height: 50px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-transition-duration: 0.5s;
                  transition-duration: 0.5s; }
          nav.gnav .nav-inner .nav-list > li > a:hover {
            background-color: rgba(0, 0, 0, 0.15); }
        nav.gnav .nav-inner .nav-list > li:last-child {
          border-right: 1px solid rgba(255, 255, 255, 0.6); }
        nav.gnav .nav-inner .nav-list > li.twostep {
          position: relative; }
          nav.gnav .nav-inner .nav-list > li.twostep::after {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            right: 15px;
            width: 10px;
            height: 10px;
            margin: -8px 0 0 0;
            border-top: solid 2px #3c3c3c;
            border-right: solid 2px #3c3c3c;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
          nav.gnav .nav-inner .nav-list > li.twostep.active::after {
            top: 61%;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    nav.gnav .nav-inner .nav-sublist {
      display: none;
      position: absolute;
      top: 50px;
      width: 100%;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: #ebebeb;
      background: #f7f6f6;
      z-index: 5;
      left: 0; }
      nav.gnav .nav-inner .nav-sublist li {
        border-top: 1px solid rgba(216, 216, 216, 0.6); }
        nav.gnav .nav-inner .nav-sublist li a {
          display: block;
          line-height: 40px;
          text-align: left;
          padding-left: 10%; }
          nav.gnav .nav-inner .nav-sublist li a:hover {
            background-color: rgba(0, 0, 0, 0.15); }
          nav.gnav .nav-inner .nav-sublist li a span {
            padding-right: 5px; }
          nav.gnav .nav-inner .nav-sublist li a img {
            width: 22px;
            display: inline;
            vertical-align: sub; }

.breadcrumb {
  padding: 21px 0 0 2px;
  display: table; }
  .breadcrumb li {
    font-size: 12px;
    position: relative;
    padding-right: 20px;
    list-style-type: none;
    display: table-cell; }
    .breadcrumb li a {
      text-decoration: underline;
      white-space: nowrap; }
    .breadcrumb li:first-child {
      margin-left: 2px; }
    .breadcrumb li:after {
      content: url("../images/dirpath_arrow.png");
      width: 5px;
      height: 9px;
      position: absolute;
      top: 0;
      right: 6px; }
    .breadcrumb li:last-child:after {
      display: none; }

.main-visual {
  background: url("../images/mainvis.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  height: 400px;
  width: 100%; }
  .main-visual-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 6px #000;
    z-index: 4;
    color: #ffffff; }
    .main-visual-text p {
      font-size: 36px; }

.main-outer {
  width: 100%; }
  .main-outer.bg1 {
    background: #f0edeb; }

.main-inner {
  width: 1200px;
  margin: 0 auto; }
  .main-inner h1.contents-title {
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center; }
    .main-inner h1.contents-title span {
      border-bottom: 3px solid #b9b9b9;
      padding-bottom: 10px; }
    .main-inner h1.contents-title img {
      display: inline;
      width: 35px;
      margin-right: 10px; }
  .main-inner h2 {
    font-size: 20px;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid gray; }
  .main-inner section {
    padding: 20px 0; }
    .main-inner section.article-title {
      border-bottom: 2px solid #848484;
      padding: 10px;
      margin-top: 10px; }
      .main-inner section.article-title h1 {
        font-weight: bold;
        font-size: 1.25rem;
        padding: 5px 10px 0; }
    .main-inner section .type1 .list {
      display: table;
      width: 100%; }
      .main-inner section .type1 .list:not(:first-child) {
        background-image: -webkit-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
        background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
        background-repeat: repeat-x;
        background-position: left top;
        background-size: 4px 1px; }
      .main-inner section .type1 .list a:hover {
        text-decoration: underline; }
    .main-inner section .type1 .close .list {
      background-image: -webkit-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
      background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
      background-repeat: repeat-x;
      background-position: left top;
      background-size: 4px 1px; }
    .main-inner section .type1 .date {
      display: table-cell;
      vertical-align: middle;
      padding: 0 10px;
      white-space: nowrap;
      min-width: 120px; }
    .main-inner section .type1 .category {
      display: table-cell;
      vertical-align: middle;
      padding: 0 10px; }
      .main-inner section .type1 .category span {
        background: #276f0b;
        color: #ffffff;
        padding: 5px;
        margin-left: 10px;
        font-size: 10px;
        display: block;
        margin: 3px 0;
        white-space: nowrap;
        text-align: center; }
        .main-inner section .type1 .category span.green {
          background: #009629; }
        .main-inner section .type1 .category span.yellowgreen {
          background: #89c345; }
        .main-inner section .type1 .category span.skyblue {
          background: #56b7e7; }
        .main-inner section .type1 .category span.blue {
          background: #0078e8; }
        .main-inner section .type1 .category span.red {
          background: #fa601f; }
        .main-inner section .type1 .category span.gray {
          background: #a8a9a8; }
      .main-inner section .type1 .category.PC {
        min-width: 150px; }
      .main-inner section .type1 .category.SP {
        display: none; }
    .main-inner section .title {
      padding: 10px;
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
    .main-inner section.contact h2 {
      background: #e8e8e8;
      color: #484848;
      border: none;
      padding: 5px;
      padding-left: 15px;
      border-left: 10px solid #484848; }
    .main-inner section.contact .inner {
      padding: 15px; }
      .main-inner section.contact .inner > ul {
        padding: 20px; }
        .main-inner section.contact .inner > ul li {
          padding: 10px 0; }
      .main-inner section.contact .inner .method {
        font-size: 14px;
        font-weight: bold;
        line-height: 32px; }
        .main-inner section.contact .inner .method a {
          border: 3px dotted #07241C;
          padding: 10px 20px;
          border-radius: 20px;
          display: inline-block;
          color: #07241C;
          background: #f5f5f5; }
      .main-inner section.contact .inner .text-link {
        padding-left: 30px;
        font-size: 14px; }
        .main-inner section.contact .inner .text-link a {
          text-decoration: underline; }
    .main-inner section.contact ol {
      list-style-type: decimal;
      padding: 10px 30px; }
      .main-inner section.contact ol li > ul {
        list-style-type: disc;
        padding: 20px; }
    .main-inner section.contact span.large {
      font-weight: bold; }
    .main-inner section.contact span.icon {
      padding-right: 10px; }
      .main-inner section.contact span.icon img {
        width: 17px;
        display: inline;
        vertical-align: sub; }

.search_block input {
  border: 1px solid #e2e2e2;
  vertical-align: top;
  width: 157px;
  font-size: 15px;
  margin-right: 2px; }

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px; }
  .list-btn li {
    width: 33.33%;
    padding: 10px; }
    .list-btn li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s; }
      .list-btn li a span {
        padding-right: 5px; }
      .list-btn li a img {
        width: 22px; }
  .list-btn.large li {
    width: 50%; }
    .list-btn.large li a {
      height: 80px;
      font-size: 18px;
      position: relative;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .list-btn.large li a span {
        padding-right: 10px; }
      .list-btn.large li a img {
        width: 35px; }
    .list-btn.large li a::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      width: 15px;
      height: 15px;
      margin: -8px 0 0 0;
      border-top: solid 2px #626262;
      border-right: solid 2px #626262;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.past-date h2 {
  margin-bottom: 20px; }

.past-date .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .past-date .list li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 10px; }
    .past-date .list li a {
      border-top: 1px solid #d4d4d4;
      border-bottom: 1px solid #d4d4d4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-align: left;
          -ms-flex-align: left;
              align-items: left;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
      padding: 10px;
      position: relative; }
      .past-date .list li a span {
        background: #276f0b;
        position: absolute;
        height: 24px;
        width: 24px;
        right: 0;
        top: 7px; }
      .past-date .list li a::after {
        display: block;
        content: "";
        position: absolute;
        top: 44%;
        right: 10px;
        width: 10px;
        height: 10px;
        margin: -5px 0 0;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

.main-inner .faq-title-h2 {
  font-size: 22px;
  font-weight: bold;
  color: #484848;
  background: #e8e8e8;
  border: none;
  border-left: 10px solid #484848;
  padding: 10px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  margin-top: 20px; }

.faq-list {
  padding: 20px; }
  .faq-list dt {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #000; }
  .faq-list dd {
    padding: 10px 20px 20px;
    line-height: 1.5em; }
    .faq-list dd li {
      padding: 10px;
      padding-left: 50px;
      position: relative; }
      .faq-list dd li::before {
        content: "";
        background: url("../images/question_icon.png") no-repeat;
        width: 31px;
        height: 28px;
        position: absolute;
        left: 10px;
        top: 12px; }
      .faq-list dd li:not(:first-child) {
        background-image: -webkit-linear-gradient(left, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
        background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 3px);
        background-repeat: repeat-x;
        background-position: left top;
        background-size: 4px 1px; }
      .faq-list dd li a:hover {
        text-decoration: underline; }

.faq-title {
  border-bottom: 3px dotted rgba(216, 216, 216, 0.8);
  padding-bottom: 20px;
  padding-top: 20px; }
  .faq-title dt {
    font-size: 17px;
    position: relative;
    padding-left: 50px;
    padding-bottom: 20px;
    font-weight: bold; }
    .faq-title dt::before {
      content: "";
      background: url("../images/question_icon.png") no-repeat;
      width: 31px;
      height: 28px;
      position: absolute;
      left: 10px;
      top: 4px; }
  .faq-title dd {
    font-size: 17px;
    position: relative;
    padding-left: 80px;
    font-weight: bold; }
    .faq-title dd::before {
      content: "";
      background: url("../images/answer_icon.png") no-repeat;
      width: 31px;
      height: 28px;
      position: absolute;
      left: 40px;
      top: 4px; }
.faq-subtext {
  padding-left: 20px;
  padding-right: 20px;
}
footer {
  text-align: center; }
  footer nav {
    padding: 13px 0;
    background: #e2e2e2; }
  footer li {
    display: inline-block;
    border-left: 1px solid #000000;
    font-size: 14px; }
    footer li a {
      display: block;
      text-align: center;
      padding: 0 20px;
      position: relative; }
      footer li a:hover {
        text-decoration: underline; }
    footer li:first-child {
      border-left: none; }

.copyright {
  text-align: center;
  padding: 10px 0; }

.list-tab {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px; }
  .list-tab li {
    text-align: center;
    padding: 0 10px;
    position: relative;
    font-size: 15px;
    width: 20%; }
    .list-tab li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-transition-duration: 0.5s;
              transition-duration: 0.5s;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      font-size: 15px;
      padding: 10px;
      font-size: 15px;
      position: relative; }
    .list-tab li.current a::after {
      border: 10px solid transparent;
      border-top-color: transparent;
      border-top-color: #5944b0;
      width: 0;
      left: calc(50% - 10px);
      bottom: -20px;
      content: "";
      display: block;
      position: absolute; }
  .list-tab.type_green li a {
    border: 2px solid #276f0b;
    color: #276f0b; }
    .list-tab.type_green li a:hover {
      color: #ffffff;
      background: #276f0b; }
  .list-tab.type_green li.current a {
    background: #276f0b;
    color: #ffffff; }
    .list-tab.type_green li.current a::after {
      border-top-color: #276f0b; }
  .list-tab-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .list-tab-2 li {
      padding: 0 5px 10px;
      min-width: 14%; }
      .list-tab-2 li a {
        border: 1px solid #b9b9b9;
        white-space: nowrap;
        padding: 10px;
        display: block;
        -webkit-transition-duration: 0.5s;
                transition-duration: 0.5s;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .list-tab-2 li a span {
          padding-right: 10px; }
        .list-tab-2 li a img {
          display: inline;
          width: 22px; }
        .list-tab-2 li a:hover {
          padding: 8px 8px; }
          .list-tab-2 li a:hover.all {
            border: 3px solid #b9b9b9; }
          .list-tab-2 li a:hover.green {
            border: 3px solid #009629; }
          .list-tab-2 li a:hover.yellowgreen {
            border: 3px solid #89c345; }
          .list-tab-2 li a:hover.skyblue {
            border: 3px solid #56b7e7; }
          .list-tab-2 li a:hover.blue {
            border: 3px solid #0078e8; }
          .list-tab-2 li a:hover.red {
            border: 3px solid #fa601f; }
          .list-tab-2 li a:hover.gray {
            border: 3px solid #a8a9a8; }
      .list-tab-2 li.current a {
        padding: 8px 8px; }
        .list-tab-2 li.current a.all {
          border: 3px solid #b9b9b9; }
        .list-tab-2 li.current a.green {
          border: 3px solid #009629; }
        .list-tab-2 li.current a.yellowgreen {
          border: 3px solid #89c345; }
        .list-tab-2 li.current a.skyblue {
          border: 3px solid #56b7e7; }
        .list-tab-2 li.current a.blue {
          border: 3px solid #0078e8; }
        .list-tab-2 li.current a.red {
          border: 3px solid #fa601f; }
        .list-tab-2 li.current a.gray {
          border: 3px solid #a8a9a8; }
  .list-tab-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px; }
    .list-tab-3 li {
      width: 25%;
      padding: 0 10px; }
      .list-tab-3 li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-decoration: underline;
        white-space: nowrap; }
        .list-tab-3 li a::before {
          content: "";
          background: url("../images/icon-arrow_down.png") no-repeat;
          width: 20px;
          height: 20px;
          background-size: 20px;
          margin-right: 10px;
          margin-top: 3px; }

.link-btn {
  width: 100%;
  margin-top: 20px; }
  .link-btn a.btn-type1 {
    width: 250px;
    margin: 0 auto;
    text-align: center; }
    .link-btn a.btn-type1 span {
      background: url("../images/icon-plus-white.png") no-repeat;
      width: 20px;
      height: 20px;
      background-size: 20px;
      margin-left: 10px;
      margin-top: 3px;
      display: inline-block;
      vertical-align: sub; }
    .link-btn a.btn-type1:hover span {
      background: url("../images/icon-plus-black.png") no-repeat;
      background-size: 20px; }
    .link-btn a.btn-type1.open span {
      background: url("../images/icon-minus-white.png") no-repeat;
      background-size: 20px; }
    .link-btn a.btn-type1.open:hover span {
      background: url("../images/icon-minus-black.png") no-repeat;
      background-size: 20px; }

a.btn-type1 {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #626262;
  color: #ffffff;
  /*文字色*/
  border: 2px solid #626262;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }
  a.btn-type1:hover {
    background: #ffffff;
    color: #000000; }

a.btn-type2 {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ffffff;
  color: #000000;
  border: 1px solid #626262;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }
  a.btn-type2:hover {
    background: #626262;
    color: #ffffff;
    /*文字色*/ }

a.btn-type3 {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ffffff;
  color: #000000;
  border: 1px solid #626262;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s; }
  a.btn-type3:hover {
    background: #f1f1f1; }

a.btn-type4 {
  display: block;
  border: 2px solid #626262;
  font-size: 16px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 26px;
  padding-left: 13px;
  letter-spacing: 0;
  position: relative; }
  a.btn-type4::after {
    content: "";
    position: absolute;
    background-image: url("../images/icon-triangle-black.svg");
    background-repeat: no-repeat;
    background-size: 6px 10px;
    width: 6px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 7px; }
  a.btn-type4:hover {
    background: #626262;
    color: #ffffff;
    text-decoration: none; }
    a.btn-type4:hover::after {
      background-image: url("../images/icon-triangle-white.svg"); }

.fwpLink {
  font-size: 16px;
  line-height: 24px;
  float: left;
  padding-left: 58px;
  padding-right: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .fwpLink a.btn-type4 {
    margin-top: 5px;
    margin-left: 3px;
    max-width: 274px;
    white-space: nowrap; }

.sp-fwpLink {
  display: none;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  padding: 12px 12px 15px; }
  .sp-fwpLink a.btn-type4 {
    width: 241px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 13px;
    text-align: left;
    padding-right: 22px;
    margin-top: 6px;
    white-space: nowrap; }

.page-top {
  background-image: url("../images/btn_top.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px;
  bottom: 20px;
  display: none;
  height: 60px;
  position: fixed;
  right: 20px;
  width: 60px; }

@media screen and (min-width: 749px) and (max-width: 900px) {
  header .head-innerL {
    width: 31.13vw; }
  header .head-innerR {
    width: 20.68vw; }
  .search_block input {
    width: 16.27vw; }
  .fwpLink {
    font-size: 1.76vw;
    line-height: 2.64vw;
    float: left;
    padding-left: 4.38vw;
    padding-right: 4.38vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .fwpLink a.btn-type4 {
      margin-top: 5px;
      margin-left: 3px;
      max-width: 30.14vw;
      font-size: 1.76vw;
      line-height: 3.52vw; } }

@media screen and (min-width: 749px) and (max-width: 1200px) {
  header {
    padding: 0 10px 15px; }
    header .head-inner {
      width: 100%; }
  nav.gnav .nav-inner {
    width: 100%; }
  .main-visual {
    height: 300px; }
  .main-inner {
    width: 100%;
    padding: 0 10px; }
  .list-tab li a {
    font-size: 1.3vw; } }

@media screen and (max-width: 750px) {
  header {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 8px; }
    header .head-inner {
      width: 89.333%;
      height: auto;
      position: relative;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      header .head-innerL {
        width: 43.328%;
        padding-top: 10px; }
        header .head-innerL .sub-text {
          font-size: 2.5vw;
          min-width: 140px;
          margin-top: -4px;
          padding: 2px; }
        header .head-innerL img {
          min-width: 140px; }
      header .head-innerR {
        width: 30%;
        margin-right: 18%;
        padding-top: 22px;
        margin-left: 10%; }
        header .head-innerR .yokogawa-logo {
          margin-bottom: 15px; }
        header .head-innerR .search_block.PC {
          display: none; }
      header .head-inner .sp-btnMenu {
        display: inline-block;
        top: 40%;
        right: 0;
        position: absolute;
        z-index: 3;
        cursor: pointer;
        width: 40px;
        height: 24px;
        vertical-align: middle; }
        header .head-inner .sp-btnMenu .menu-trigger {
          position: relative;
          width: 100%;
          display: block;
          height: 24px; }
          header .head-inner .sp-btnMenu .menu-trigger span {
            position: absolute;
            left: 0;
            width: 100%;
            height: 4px;
            background-color: #000;
            border-radius: 4px; }
            header .head-inner .sp-btnMenu .menu-trigger span:nth-of-type(1) {
              top: 0; }
            header .head-inner .sp-btnMenu .menu-trigger span:nth-of-type(2) {
              top: 10px; }
            header .head-inner .sp-btnMenu .menu-trigger span:nth-of-type(3) {
              bottom: 0; }
          header .head-inner .sp-btnMenu .menu-trigger.active span:nth-of-type(1) {
            -webkit-transform: translateY(10px) rotate(-45deg);
                    transform: translateY(10px) rotate(-45deg); }
          header .head-inner .sp-btnMenu .menu-trigger.active span:nth-of-type(2) {
            left: 50%;
            opacity: 0;
            -webkit-animation: active-menu-bar02 .8s forwards;
                    animation: active-menu-bar02 .8s forwards; }
          header .head-inner .sp-btnMenu .menu-trigger.active span:nth-of-type(3) {
            -webkit-transform: translateY(-10px) rotate(45deg);
                    transform: translateY(-10px) rotate(45deg); }
        header .head-inner .sp-btnMenu .menu-trigger,
        header .head-inner .sp-btnMenu .menu-trigger span {
          display: inline-block;
          -webkit-transition: all .4s;
          transition: all .4s;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
  .fwpLink {
    display: none; }
  .sp-fwpLink {
    display: block; }
  nav.gnav {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10; }
    nav.gnav .nav-inner {
      width: 100%; }
      nav.gnav .nav-inner .search_block.SP {
        display: block;
        float: none;
        font-size: 0;
        padding-top: 10px;
        width: 84.8%;
        margin: 0 auto 10px; }
        nav.gnav .nav-inner .search_block.SP input {
          border: none;
          background: #fff;
          width: 87%;
          margin: 0 auto;
          font-size: 15px;
          margin-right: 1.5%;
          padding-left: 5px; }
      nav.gnav .nav-inner .nav-list {
        display: block; }
        nav.gnav .nav-inner .nav-list > li {
          display: block;
          border-bottom: 2px solid rgba(255, 255, 255, 0.6);
          border-right: 2px solid rgba(255, 255, 255, 0.6);
          border-left: 2px solid rgba(255, 255, 255, 0.6); }
          nav.gnav .nav-inner .nav-list > li a {
            font-size: 3.5vw;
            font-size: 14px; }
          nav.gnav .nav-inner .nav-list > li.twostep {
            border-bottom: none; }
            nav.gnav .nav-inner .nav-list > li.twostep a {
              border-bottom: none; }
          nav.gnav .nav-inner .nav-list > li:first-child {
            border-top: 2px solid rgba(255, 255, 255, 0.6); }
          nav.gnav .nav-inner .nav-list > li:last-child {
            border-top: 2px solid rgba(255, 255, 255, 0.6);
            border-right: 2px solid rgba(255, 255, 255, 0.6); }
          nav.gnav .nav-inner .nav-list > li > a {
            border: 1px solid #9c9898;
            border-left: 5px solid #9c9898; }
      nav.gnav .nav-inner .nav-sublist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        position: relative;
        top: 0;
        border: 1px solid #9c9898;
        border-top: none;
        border-left: 5px solid #9c9898; }
        nav.gnav .nav-inner .nav-sublist li {
          width: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          border-top: 1px solid rgba(216, 216, 216, 0.6);
          border-bottom: none; }
          nav.gnav .nav-inner .nav-sublist li:nth-child(odd) {
            border-right: 1px solid rgba(216, 216, 216, 0.6); }
          nav.gnav .nav-inner .nav-sublist li a {
            font-size: 3vw;
            font-size: 12px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-transition-duration: 0.5s;
                    transition-duration: 0.5s;
            padding: 0; }
            nav.gnav .nav-inner .nav-sublist li a img {
              width: 22px;
              display: block;
              vertical-align: sub; }
  .breadcrumb {
    padding-top: 10px; }
    .breadcrumb li {
      font-size: 10px; }
      .breadcrumb li::after {
        top: 2px; }
    .breadcrumb .sp {
      display: none; }
  .main-visual {
    height: 180px; }
    .main-visual-text p {
      font-size: 4.5vw; }
  .main-inner {
    width: 100%;
    padding: 0 10px; }
    .main-inner h1.contents-title {
      font-size: 1rem;
      padding-top: 20px;
      padding-bottom: 30px;
      text-align: center; }
      .main-inner h1.contents-title span {
        text-align: center;
        padding-bottom: 5px; }
      .main-inner h1.contents-title img {
        width: 25px;
        margin-right: 5px; }
    .main-inner h2 {
      font-size: 16px;
      padding-bottom: 5px;
      padding-top: 20px; }
    .main-inner section {
      padding: 10px 0; }
      .main-inner section.article-title {
        border-bottom: 2px solid #848484;
        padding: 0 0 5px;
        margin-top: 10px; }
        .main-inner section.article-title .date {
          font-size: 0.7rem; }
        .main-inner section.article-title h1 {
          font-size: 1rem;
          padding-top: 5px; }
      .main-inner section .type1 {
        font-size: 0.8rem; }
        .main-inner section .type1 .list {
          display: block;
          width: 100%;
          padding-top: 15px; }
        .main-inner section .type1 .date {
          display: block; }
        .main-inner section .type1 .category {
          display: block; }
          .main-inner section .type1 .category span {
            display: inline-block;
            margin-right: 5px;
            padding: 2px 5px; }
          .main-inner section .type1 .category.PC {
            display: none; }
          .main-inner section .type1 .category.SP {
            display: block; }
        .main-inner section .type1 .title {
          padding: 10px;
          display: table-cell;
          vertical-align: middle; }
      .main-inner section.contact h2 {
        font-size: 16px; }
      .main-inner section.contact .inner {
        font-size: 13px; }
        .main-inner section.contact .inner > ul {
          padding: 0 20px; }
          .main-inner section.contact .inner > ul li {
            padding: 10px 0; }
        .main-inner section.contact .inner .method {
          font-size: 12px;
          line-height: 14px; }
          .main-inner section.contact .inner .method a {
            border: 3px dotted #07241C;
            padding: 10px 20px;
            border-radius: 20px;
            display: inline-block;
            color: #07241C;
            white-space: nowrap; }
        .main-inner section.contact .inner .text-link {
          font-size: 12px; }
        .main-inner section.contact .inner .support {
          padding: 0; }
      .main-inner section.contact ol {
        padding: 10px 0 10px 15px; }
        .main-inner section.contact ol li > ul {
          padding: 10px; }
      .main-inner section.contact span.large {
        font-weight: bold; }
      .main-inner section.contact span.icon {
        padding-right: 10px; }
        .main-inner section.contact span.icon img {
          width: 17px;
          display: inline;
          vertical-align: sub; }
  .list-tab {
    margin: 0 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .list-tab li {
      width: 50%;
      padding: 0 2px 4px; }
    .list-tab.type_green li a {
      color: #276f0b;
      border: 2px solid #276f0b;
      font-size: 0.8rem;
      padding: 5px; }
      .list-tab.type_green li a:hover {
        color: #ffffff;
        background: #276f0b; }
    .list-tab.type_green li.current a {
      color: #ffffff;
      background: #276f0b; }
      .list-tab.type_green li.current a::after {
        display: none; }
    .list-tab-2 li {
      padding: 0 2px 5px;
      width: 50%; }
      .list-tab-2 li a {
        font-size: 12px; }
        .list-tab-2 li a img {
          display: inline;
          width: 16px; }
    .list-tab-3 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .list-tab-3 li {
        width: 50%;
        padding: 0;
        padding-bottom: 10px; }
        .list-tab-3 li a {
          -webkit-box-pack: left;
              -ms-flex-pack: left;
                  justify-content: left;
          font-size: 12px; }
          .list-tab-3 li a::before {
            width: 17px;
            height: 17px;
            background-size: 17px; }
  .list-btn {
    padding-top: 5px; }
    .list-btn li {
      width: 50%;
      padding: 5px; }
    .list-btn.large li {
      width: 100%; }
      .list-btn.large li a {
        height: 60px; }
  .past-date .list li {
    width: 50%;
    font-size: 0.8rem; }
  .faq-title-h2 {
    font-size: 16px;
    border-left: 10px solid #b9b9b9;
    padding: 5px !important; }
  .main-inner .faq-title-h2 {
    font-size: 2.86vw;
    border-left: 10px solid #484848;
    padding: 1.3vw !important;
    margin-bottom: 1.95vw;
    margin-top: 2.6vw; }
  .faq-list {
    padding: 20px 5px; }
    .faq-list dt {
      font-weight: bold;
      font-size: 4vw;
      font-size: 14px; }
    .faq-list dd {
      font-size: 3vw;
      font-size: 12px;
      padding: 10px 0px 20px; }
      .faq-list dd li {
        padding: 10px 0 10px 50px;
        padding-left: 50px; }
        .faq-list dd li::before {
          content: "";
          background: url("../images/question_icon.png") no-repeat;
          width: 31px;
          height: 28px;
          position: absolute;
          left: 10px; }
  .faq-title {
    padding-top: 10px;
    padding-bottom: 10px; }
    .faq-title dt {
      font-size: 15px;
      position: relative;
      padding-left: 50px;
      padding-bottom: 15px; }
      .faq-title dt::before {
        content: "";
        background: url("../images/question_icon.png") no-repeat;
        width: 31px;
        height: 28px;
        position: absolute;
        left: 10px;
        top: 2px; }
    .faq-title dd {
      font-size: 15px;
      position: relative;
      padding-left: 50px; }
      .faq-title dd::before {
        content: "";
        background: url("../images/answer_icon.png") no-repeat;
        width: 31px;
        height: 28px;
        position: absolute;
        left: 10px;
        top: 2px; }
  .faq-subtext {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
  footer nav {
    padding: 0;
    background: #f7f6f3;
    padding: 20px 10px; }
  footer li {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    border-left: none; }
    footer li:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.6); }
    footer li a {
      padding: 13px;
      text-align: left;
      position: relative;
      font-size: 12px; }
      footer li a::after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 15px;
        height: 15px;
        margin: -8px 0 0 0;
        border-top: solid 1px #3c3c3c;
        border-right: solid 1px #3c3c3c;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  .copyright {
    background: #e2e2e2;
    font-size: 0.6rem; }
  .link-btn {
    margin-top: 10px; }
  a.btn-type1 {
    font-size: 0.8rem; }
  a.btn-type2 {
    font-size: 0.6rem;
    min-height: 34px; } }

/* チャットボットここから　2019.5.9追加 */
#RefFrame {
  position: relative;
  padding-top: 26px; }
  #RefFrame ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0; }
    #RefFrame ul li {
      position: relative;
      background: #3c3c3c; }
      #RefFrame ul li a {
        display: block;
        width: 60px;
        height: 26px;
        cursor: pointer; }
        #RefFrame ul li a.btn_close::before {
          content: "";
          position: absolute;
          width: 12px;
          height: 1px;
          background: #ffffff;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
        #RefFrame ul li a.btn_scale::before {
          content: "";
          position: absolute;
          width: 9px;
          height: 9px;
          border: 1px solid #ffffff;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
        #RefFrame ul li a:hover {
          background: #283e92;
          border: 2px solid #3c3c3c; }

@media screen and (min-width: 0px) {
  .chat_pcbutton {
    display: none; }
  .chat_spbutton {
    display: block;
    max-width: 120px;
    cursor: pointer;
    position: fixed;
    right: 90px;
    bottom: 32px;
    z-index: 10001; } }

@media screen and (min-width: 737px) {
  .chat_pcbutton {
    display: block;
    max-width: 240px;
    cursor: pointer;
    position: fixed;
    right: 90px;
    bottom: 20px;
    z-index: 10001; }
  .chat_spbutton {
    display: none; } }

/* チャットボットここまで */
/*=====================================

テーマ

=====================================*/
/*=====================================

テーマ

=====================================*/
/* CSS Document detail.css */
/***************************/
/* Title (タイトル) */
/***************************/
h2.mod_title_h2_big {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  padding: 30px 0 20px;
  border-bottom: none; }

.mod_title_sub {
  text-align: center;
  font-size: 1.1rem;
  font-weight: normal;
  margin: 0 auto 60px; }

.mod_title_sub span {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  display: inline-block;
  padding: 15px;
  max-width: 80%; }

.mod_title_sub.border_dark span {
  border-color: #3c3c3c; }

h2.mod_title_h2 {
  background: #484848;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 60px 0 20px;
  padding: 5px 26px;
  border: none; }

.mod_title_h3 {
  background: #888888;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  margin: 60px 0 20px;
  padding: 3px 26px; }

.mod_title_h4 {
  background: #f7f6f3;
  border-left: 13px solid #484848;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 50px 0 20px;
  padding: 2px 13px; }

.mod_title_h5 {
  border-left: 13px solid #484848;
  font-size: 1.1rem;
  font-weight: normal;
  margin: 40px 0 20px;
  padding: 1px 13px; }

.mod_title_h5.normal {
  border-left: none;
  margin: 40px 0 20px;
  padding: 0; }

.mod_title_h6 {
  border-bottom: 1px solid #d4d4d4;
  font-size: 1.05rem;
  font-weight: normal;
  margin: 30px 0 20px;
  padding: 1px 26px; }

.title_left_blue {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.title_left_blue dt {
  background: #484848;
  color: #fff;
  font-size: 1.25rem;
  padding: 5px;
  text-align: center;
  width: 118px; }

.title_left_blue dd {
  background: #f7f6f3;
  padding: 10px 26px;
  width: calc(100% - 118px); }

@media screen and (max-width: 959px) {
  h2.mod_title_h2_big {
    padding: 20px 0 15px; }
  .mod_title_sub {
    margin: 0 auto 45px; }
  .mod_title_sub span {
    padding: 12px; }
  .mod_title_h6 {
    font-size: 1rem; }
  .title_left_blue dt {
    padding: 4px; }
  .title_left_blue dd {
    padding: 8px 26px; } }

@media screen and (max-width: 736px) {
  h2.mod_title_h2_big {
    font-size: 1.3rem;
    padding: 15px 0 10px; }
  .mod_title_sub {
    font-size: 0.9rem;
    margin: 0 auto 30px; }
  .mod_title_sub span {
    padding: 10px;
    max-width: 100%; }
  h2.mod_title_h2 {
    font-size: 1.2rem;
    padding: 5px 13px; }
  .mod_title_h3 {
    font-size: 1.1rem;
    padding: 3px 13px; }
  .mod_title_h4 {
    font-size: 1rem; }
  .mod_title_h5 {
    font-size: 0.9rem; }
  .mod_title_h6 {
    padding: 1px 10px; }
  .title_left_blue dt {
    padding: 3px;
    text-align: center;
    width: 80px;
    font-size: 1rem; }
  .title_left_blue dd {
    background: #f7f6f3;
    padding: 6px 15px;
    width: calc(100% - 80px); } }

/***************************/
/* Text (本文) */
/***************************/
.mod_text,
.mod_image {
  margin: 0 0 20px;
  word-wrap: break-word; }

.mod_text a {
  color: #233c97; }

.mod_text a:hover {
  color: #3c3c3c; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.bold {
  font-weight: bold; }

.mod_image {
  margin-top: .4rem;
  position: relative; }

.mod_image a:hover {
  opacity: .8; }

.mod_image img.center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.mod_image img {
  border: 1px solid #cccccc; }

.mod_col_image_1 img {
  border: 1px solid #cccccc; }

figure {
  display: table;
  margin: 0 auto 20px; }

figcaption {
  display: table-caption;
  caption-side: bottom;
  margin: 10px 0 0;
  word-wrap: break-word;
  font-size: 0.8rem; }

.mod_caption {
  display: block;
  margin: 10px 0 0;
  font-size: 0.8rem;
  word-wrap: break-word; }

figcaption a,
.mod_caption a {
  color: #233c97; }

figcaption a:hover,
.mod_caption a:hover {
  color: #3c3c3c; }

.mod_object {
  margin: 0 auto 20px;
  width: 80%; }

.mod_object iframe {
  border: none;
  width: 100%;
  height: 450px; }

.mod_border_style {
  background: #d4d4d4;
  display: block; }

.movie_play_mark {
  position: absolute;
  top: calc(50% - 23px);
  left: calc(50% - 23px);
  opacity: .8; }

.mod_indent {
  padding-left: 1rem; }

@media screen and (max-width: 736px) {
  .mod_image {
    text-align: center; }
  figcaption,
  .mod_caption {
    font-size: .875rem;
    font-size: .7rem; }
  .mod_image .mod_caption {
    text-align: left; }
  .mod_object {
    width: 100%; }
  .mod_object iframe {
    max-height: 200px; } }

/***************************/
/* Ankerlink (アンカーリンク) */
/***************************/
.mod_anker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-wrap: break-word; }

.mod_ankerlink {
  border-bottom: 1px solid #233c97;
  margin: 0 0 30px;
  padding: 0 0 10px;
  position: relative; }

.mod_ankerlink::before,
.mod_ankerlink::after {
  position: absolute;
  top: 100%;
  left: calc(50% - 7.5px);
  content: '';
  height: 0;
  width: 0;
  border: 10px solid transparent; }

.mod_ankerlink::before {
  border-top: 15px solid #233c97; }

.mod_ankerlink::after {
  margin-top: -2px;
  border-top: 15px solid #fff; }

.mod_ankerlink a {
  background: #f7f6f3;
  color: #233c97;
  display: block;
  padding: 10px;
  text-align: center; }

.mod_ankerlink a:hover {
  background: #233c97;
  background: #484848;
  color: #fff; }

@media screen and (max-width: 736px) {
  .mod_ankerlink {
    font-size: .875rem; }
    .mod_ankerlink a {
      font-size: .8rem; } }

/***************************/
/* Text + Image (本文+画像) */
/***************************/
/* 回り込み無 */
.mod_columnText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.mod_columnText_imgLeft {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 20px; }

.mod_columnText_imgRight {
  padding-left: 20px;
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.mod_columnText_imgLeft img,
.mod_columnText_imgRight img {
  max-width: none; }

.mod_columnText_dataRight {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.mod_columnText_dataLeft {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media only screen and (max-width: 736px) {
  .mod_columnText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .mod_columnText_imgLeft,
  .mod_columnText_imgRight {
    text-align: center;
    padding-right: 0;
    padding-left: 0; }
  .mod_columnText_imgLeft img,
  .mod_columnText_imgRight img {
    max-width: 100%; }
  .mod_columnText_imgRight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: inherit; }
  .mod_columnText_dataLeft {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .orderSpOpp .mod_columnText_imgLeft,
  .orderSpOpp .mod_columnText_imgRight {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .orderSpOpp .mod_columnText_dataLeft,
  .orderSpOpp .mod_columnText_dataRight {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

/* 回り込み有 */
.mod_columnTextAround:after {
  content: "";
  display: block;
  clear: both; }

.mod_columnTextAround_imgLeft {
  float: left;
  margin-right: 20px; }

.mod_columnTextAround_imgRight {
  float: right;
  margin-left: 20px; }

@media only screen and (max-width: 736px) {
  .mod_columnTextAround_imgLeft,
  .mod_columnTextAround_imgRight {
    width: auto;
    float: none;
    text-align: center;
    margin-right: 0;
    margin-left: 0; } }

/***************************/
/* List（リスト） */
/***************************/
/* 共通 */
.mod_list_circle,
.mod_list_num,
.mod_list_kome,
.mod_list_asterisk,
.mod_list_num_bracket {
  margin: 0 0 20px;
  word-wrap: break-word; }

.mod_list_circle a,
.mod_list_num a,
.mod_list_kome a,
.mod_list_asterisk a,
.mod_list_num_bracket a {
  color: #233c97; }

.mod_list_circle a:hover,
.mod_list_num a:hover,
.mod_list_kome a:hover,
.mod_list_asterisk a:hover,
.mod_list_num_bracket a:hover {
  color: #3c3c3c; }

.mod_list_circle li,
.mod_list_kome li {
  margin-left: 5px;
  padding-left: 1rem;
  padding-bottom: 5px;
  text-indent: -1rem; }

/* 黒丸リスト */
.mod_list_circle li:before {
  content: "●";
  position: relative;
  left: -5px; }

/* 番号付きリスト */
.mod_list_num li {
  margin: 0 0 0 1.2em;
  list-style: decimal; }

/* 米印リスト */
.mod_list_kome li:before {
  content: "※";
  position: relative;
  left: -5px; }

/* アスタリスクリスト */
.mod_list_asterisk li {
  margin-left: 5px;
  padding-left: 1rem;
  padding-bottom: 5px;
  text-indent: -.5rem; }

.mod_list_asterisk li:before {
  content: "*";
  position: relative;
  left: -8px; }

/* 番号括弧付きリスト */
.mod_list_num_bracket li {
  counter-increment: cnt;
  margin-left: 5px;
  padding-left: 1rem;
  padding-bottom: 5px;
  text-indent: -1.5rem; }

.mod_list_num_bracket li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
  position: relative;
  left: -2px; }

/* 2カラム、3カラム */
.mod_list_circle.mod_list_col_2,
.mod_list_circle.mod_list_col_3,
.mod_list_num.mod_list_col_2,
.mod_list_num.mod_list_col_3,
.mod_list_kome.mod_list_col_2,
.mod_list_kome.mod_list_col_3,
.mod_list_asterisk.mod_list_col_2,
.mod_list_asterisk.mod_list_col_3,
.mod_list_num_bracket.mod_list_col_2,
.mod_list_num_bracket.mod_list_col_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mod_list_circle.mod_list_col_2 li,
.mod_list_kome.mod_list_col_2 li,
.mod_list_asterisk.mod_list_col_2 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 1.5rem); }

.mod_list_num.mod_list_col_2 li,
.mod_list_num_bracket.mod_list_col_2 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 2rem); }

.mod_list_circle.mod_list_col_3 li,
.mod_list_kome.mod_list_col_3 li,
.mod_list_asterisk.mod_list_col_3 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.3333% - 1.5rem); }

.mod_list_num.mod_list_col_3 li,
.mod_list_num_bracket.mod_list_col_3 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.3333% - 2.5rem); }

.mod_list_num.mod_list_col_3 .empty {
  list-style: none; }

ul li.empty,
ol li.empty {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none; }

ul li.empty::before,
ol li.empty::before {
  content: ""; }

@media screen and (max-width: 736px) {
  .mod_list_circle > li,
  .mod_list_num > li,
  .mod_list_kome > li,
  .mod_list_asterisk > li,
  .mod_list_num_bracket > li {
    font-size: .875rem; }
  .mod_list_circle.mod_list_col_2 li,
  .mod_list_circle.mod_list_col_3 li,
  .mod_list_num.mod_list_col_2 li,
  .mod_list_num.mod_list_col_3 li,
  .mod_list_kome.mod_list_col_2 li,
  .mod_list_kome.mod_list_col_3 li,
  .mod_list_asterisk.mod_list_col_2 li,
  .mod_list_asterisk.mod_list_col_3 li,
  .mod_list_num_bracket.mod_list_col_2 li,
  .mod_list_num_bracket.mod_list_col_3 li {
    width: 100%; } }

/***************************/
/* Link-List（リンクリスト） */
/***************************/
.mod_link {
  margin: 0 0 20px;
  word-wrap: break-word; }

.mod_link li {
  padding: 0 0 10px; }

.mod_link li a {
  color: #233c97; }

.mod_link li a:hover {
  color: #3c3c3c; }

.icon_blank {
  margin: 0 8px;
  vertical-align: -3px;
  display: inline; }

.icon_pdf,
.icon_word,
.icon_excel,
.icon_pptx {
  margin: 0 8px;
  vertical-align: -6px;
  display: inline; }

/* 2カラム、3カラム */
.mod_link.mod_list_col_2,
.mod_link.mod_list_col_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mod_link.mod_list_col_2 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 15px);
  margin-bottom: 10px; }

.mod_link.mod_list_col_3 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.3333% - 20px);
  margin-bottom: 10px; }

.mod_link.mod_list_col_3 .empty::before {
  display: none; }

@media screen and (max-width: 736px) {
  .mod_link li {
    font-size: .875rem; }
  .mod_link.mod_list_col_2 li,
  .mod_link.mod_list_col_3 li {
    width: 100%; } }

/***************************/
/* List-Text（リストテキスト） */
/***************************/
.mod_list_text {
  margin: 0 0 20px;
  border-top: 1px solid #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mod_list_text dt {
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 0;
  width: 240px; }

.mod_list_text dt .mod_list_text_dt {
  background: #f7f6f3;
  padding: 20px 10px;
  height: calc(100% - 40px); }

.mod_list_text dd {
  border-bottom: 1px solid #d4d4d4;
  padding: 30px 0 10px 30px;
  width: calc(100% - 270px); }

.mod_list_history {
  display: table; }

.mod_list_history_month {
  display: table-cell;
  text-align: right;
  width: 3rem; }

.mod_list_history_text {
  display: table-cell;
  padding-left: 1rem; }

@media screen and (max-width: 736px) {
  .mod_list_text {
    font-size: .875rem; }
  .mod_list_text dt,
  .mod_list_text dd {
    width: 100%; }
  .mod_list_text dt {
    padding: 5px 0; }
  .mod_list_text dt .mod_list_text_dt {
    padding: 10px;
    height: auto; }
  .mod_list_text dd {
    padding: 10px; }
  .mod_list_history_month {
    width: 2rem; } }

/***************************/
/* Link-Button (リンクボタン) */
/***************************/
.mod_link_button {
  margin: 0 0 20px; }

.mod_link_button.mgtop {
  margin: 50px 0 20px; }

.mod_link_button.center a,
.mod_link_button.right a {
  text-align: left; }

.mod_link_button a {
  border-right: 26px solid #484848;
  background: #f7f6f3;
  color: #233c97;
  display: inline-block;
  font-size: 1rem;
  margin: 0 20px;
  padding: 10px 14px 10px 20px;
  position: relative;
  min-width: 320px;
  vertical-align: middle; }

.mod_link_button a.mod_nolink_button {
  border-right: 26px solid #f7f6f3;
  cursor: default; }

.mod_no_link_button {
  background: #f7f6f3;
  color: #233c97;
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 0 20px;
  padding: 10px 14px 10px 20px;
  position: relative;
  width: calc(100% - 40px);
  vertical-align: middle; }

.mod_link_button.mod_link_image a {
  padding: 0;
  min-width: auto; }

.mod_link_button a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  width: 10px;
  height: 10px;
  margin: -5px 0 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 99; }

.mod_link_button a.mod_nolink_button::after {
  border-top: solid 1px #f7f6f3;
  border-right: solid 1px #f7f6f3; }

.mod_link_button a:first-child {
  margin-left: 0; }

.mod_link_button a:last-child {
  margin-right: 0; }

.mod_link_button.type_dark a {
  border-right: 26px solid #000000;
  background: #ed7c0c;
  color: #fff; }

.mod_link_button_multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mod_link_button_multi.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .mod_link_button_multi.right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.mod_link_button_multi a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mod_col_1 .mod_link_button a,
.mod_col_2 .mod_link_button a,
.mod_col_3 .mod_link_button a,
.mod_col_4 .mod_link_button a,
.mod_col_5 .mod_link_button a {
  width: calc(100% - 66px);
  min-width: inherit; }

.mod_col_4 .mod_link_button a,
.mod_col_5 .mod_link_button a {
  font-size: 1.25rem; }

.mod_col_1 .mod_link_button.mod_link_image a,
.mod_col_2 .mod_link_button.mod_link_image a,
.mod_col_3 .mod_link_button.mod_link_image a,
.mod_col_4 .mod_link_button.mod_link_image a,
.mod_col_5 .mod_link_button.mod_link_image a {
  width: calc(100% - 26px);
  min-width: inherit; }

@media only screen and (max-width: 1199px) {
  .mod_link_button a {
    font-size: 1rem;
    margin: 0 10px;
    min-width: 250px;
    padding: 10px 20px; }
  .mod_no_link_button {
    font-size: 1rem;
    margin: 0 10px 20px 0;
    padding: 10px 20px; }
  .mod_col_4 .mod_link_button a,
  .mod_col_5 .mod_link_button a {
    font-size: 1rem; } }

@media only screen and (max-width: 736px) {
  .mod_link_button.mgtop {
    margin: 40px 0 20px; }
  .mod_link_button a {
    display: block;
    font-size: 0.8rem;
    margin: 0 auto 20px;
    min-width: auto; }
  .mod_no_link_button {
    font-size: 1rem; }
  .mod_col_4 .mod_link_button a,
  .mod_col_5 .mod_link_button a {
    font-size: 1rem; }
  .mod_link_button a:first-child {
    margin-left: auto; }
  .mod_link_button a:last-child {
    margin-right: auto; }
  .mod_link_button_multi {
    display: block; } }

/***************************/
/* Table (表組) */
/***************************/
.mod_tableScroll {
  margin: 0 0 20px; }

.mod_table {
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  width: 100%;
  table-layout: fixed; }

.mod_table a {
  color: #233c97; }

.mod_table a:hover {
  color: #3c3c3c; }

.mod_table th {
  background-color: #f7f6f3;
  font-size: 1.25rem;
  font-size: 1rem;
  text-align: center; }

.mod_table th,
.mod_table td {
  min-width: 6rem;
  padding: 15px;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  word-wrap: break-word; }

.mod_table td.bg_beige {
  background-color: #fffcf3; }

.mod_table_dis {
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  width: 100%; }

.mod_table_dis th {
  background-color: #f7f6f3;
  font-size: 1.25rem;
  text-align: center; }

.mod_table_dis th,
.mod_table_dis td {
  min-width: 6rem;
  padding: 10px;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  word-wrap: break-word; }

/***********************************************/
/* Table (表組列見出し) 2018_06_27 BIGLOBE 久保田 */
.mod_table th.vmiddle,
.mod_table td.vmiddle {
  vertical-align: middle; }

/***********************************************/
@media only screen and (max-width: 736px) {
  .mod_tableScroll {
    overflow-x: auto; }
  .mod_tableScroll::-webkit-scrollbar {
    width: 5px;
    background: #F1F1F1; }
  .mod_tableScroll::-webkit-scrollbar:horizontal {
    height: 5px;
    background: #F1F1F1; }
  .mod_tableScroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
    border-radius: 2px; }
  .mod_tableScroll::-webkit-scrollbar-thumb:horizontal {
    background: #BCBCBC;
    border-radius: 2px; }
  .mod_table {
    font-size: .875rem; }
  .mod_table th {
    font-size: .875rem; }
  .mod_table caption {
    text-align: left; }
  .mod_table th,
  .mod_table td {
    padding: 7px 10px; } }

/***************************/
/* Column (2カラム、３カラム) */
/***************************/
.mod_col_1 {
  margin: 0 auto;
  width: 700px; }

.mod_col_2,
.mod_col_3,
.mod_col_4,
.mod_col_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mod_col_2 .mod_col_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 15px); }

.mod_col_3 .mod_col_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.3333% - 15px); }

.mod_col_4 .mod_col_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(25% - 15px); }

.mod_col_5 .mod_col_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(20% - 15px); }

.mod_col_box.empty {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

@media screen and (max-width: 736px) {
  .mod_col_1,
  .mod_col_2 .mod_col_box,
  .mod_col_3 .mod_col_box,
  .mod_col_4 .mod_col_box,
  .mod_col_5 .mod_col_box {
    width: 100%; } }

/***************************/
/* Products Search (商品検索) */
/***************************/
section.product_search {
  padding: 40px 0; }

.product_search dt {
  float: left;
  font-size: .875rem;
  line-height: 1.5;
  margin: 26px 0 0;
  width: 165px; }

.product_search dt span {
  font-size: 1.5rem;
  letter-spacing: 8px; }

.product_search dd {
  float: right;
  width: calc(100% - 165px); }

.product_search dd .ps_btn {
  background: url(/common/images/bg_psbtn_off.gif);
  padding: 10px;
  width: calc(49% - 20px); }

.product_search dd .ps_btn:hover {
  background: url(/common/images/bg_psbtn_on.gif); }

.product_search dd .ps_btn a {
  background: #fff;
  display: block;
  font-size: 1.125rem;
  letter-spacing: 5px;
  padding: 30px 0 36px;
  text-align: center; }

.product_search dd .ps_btn a span {
  font-size: 1.5rem; }

.product_search dd .ps_btn a:after {
  content: url(/common/images/mark_loupe.png);
  position: relative;
  top: 5px;
  left: 5px; }

.product_search dd .ps_btn:first-child {
  float: left; }

.product_search dd .ps_btn:last-child {
  float: right; }

@media screen and (max-width: 959px) {
  section.product_search {
    padding: 30px 0; }
  .product_search dt {
    margin: 18px 0 0; }
  .product_search dd .ps_btn a {
    font-size: 1rem;
    letter-spacing: 3px;
    padding: 20px 0 24px; }
  .product_search dd .ps_btn a span {
    font-size: 1.375rem; } }

@media screen and (max-width: 736px) {
  section.product_search {
    padding: 20px 0; }
  .product_search dt {
    font-size: .6875rem;
    margin: 36px 0 0;
    width: 96px; }
  .product_search dt span {
    font-size: 1rem;
    letter-spacing: 5px;
    border-bottom: 1px solid #3c3c3c; }
  .product_search dd {
    width: calc(100% - 96px); }
  .product_search dd .ps_btn {
    margin: 5px 0;
    padding: 7px;
    width: auto; }
  .product_search dd .ps_btn a {
    font-size: .75rem;
    letter-spacing: 3px;
    padding: 0px 0 10px; }
  .product_search dd .ps_btn a span {
    font-size: 1rem; }
  .product_search dd .ps_btn a:after {
    top: 8px;
    left: 5px; }
  .product_search dd .ps_btn:first-child,
  .product_search dd .ps_btn:last-child {
    float: none; } }

/***************************/
/* FAQ (質問＆回答) */
/***************************/
.faq_area {
  border-bottom: 1px solid #d4d4d4;
  margin: 0 0 20px; }

.faq_area dt {
  border-top: 1px solid #d4d4d4;
  clear: both;
  padding: 15px 0; }

.faq_area dt .faq_q {
  background: #233c97;
  color: #fff;
  font-size: 3rem;
  float: left;
  padding: 0 0 10px;
  text-align: center;
  width: 80px; }

.faq_area dt .faq_q_text {
  color: #233c97;
  float: right;
  font-size: 1.25rem;
  padding: 20px 10px 20px;
  width: calc(100% - 115px); }

.faq_area dd {
  clear: both;
  border-top: 1px solid #d4d4d4;
  float: right;
  padding: 15px 0 0;
  width: calc(100% - 95px); }

.faq_area dd .faq_a {
  background: #f7f6f3;
  color: #233c97;
  font-size: 2.25rem;
  float: left;
  margin: 0 0 15px;
  padding: 0 0 7px;
  text-align: center;
  width: 60px; }

.faq_area dd .faq_a_text {
  float: right;
  padding: 16px 10px 5px;
  width: calc(100% - 90px); }

@media screen and (max-width: 959px) {
  .faq_area dt {
    padding: 12px 0; }
  .faq_area dt .faq_q {
    font-size: 2.25rem;
    width: 65px; }
  .faq_area dt .faq_q_text {
    font-size: 1.125rem;
    padding: 15px 10px 15px;
    width: calc(100% - 100px); }
  .faq_area dd {
    padding: 12px 0 0;
    width: calc(100% - 95px); }
  .faq_area dd .faq_a {
    font-size: 1.75rem;
    margin: 0 0 12px;
    width: 50px; }
  .faq_area dd .faq_a_text {
    padding: 10px 10px 5px;
    width: calc(100% - 80px); } }

@media screen and (max-width: 736px) {
  .faq_area dt {
    padding: 10px 0; }
  .faq_area dt .faq_q {
    font-size: 1.5rem;
    width: 45px; }
  .faq_area dt .faq_q_text {
    font-size: .9375rem;
    padding: 10px 0 15px;
    width: calc(100% - 55px); }
  .faq_area dd {
    padding: 10px 0 0;
    width: 100%; }
  .faq_area dd .faq_a {
    font-size: 1.25rem;
    margin: 0 0 10px;
    width: 45px; }
  .faq_area dd .faq_a_text {
    padding: 5px 0 5px;
    width: calc(100% - 55px); } }

/***************************/
/* 汎用 */
/***************************/
.btn_left_blue,
.btn_right_blue {
  margin: 0 0 40px;
  position: relative; }

.btn_left_blue a,
.btn_right_blue a {
  color: #233c97;
  display: block;
  font-size: 1.2rem; }

.btn_left_blue a {
  padding-left: 34px; }

.btn_left_blue a > span {
  background: #233c97;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px; }

.btn_right_blue a > span {
  background: #233c97;
  display: block;
  float: right;
  position: relative;
  margin: 3px 0 0 10px;
  height: 24px;
  width: 24px; }

.btn_left_blue a > span::after,
.btn_right_blue a > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin: -5px 0 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn_left_blue a:hover,
.btn_right_blue a:hover {
  color: #3c3c3c; }

.btn_left_blue a:hover > span,
.btn_right_blue a:hover > span {
  background: #3c3c3c; }

.btn_right_green a {
  color: #276f0b;
  display: block;
  font-size: 1.2rem; }

.btn_right_green a > span {
  background: #276f0b;
  display: block;
  float: right;
  position: relative;
  margin: 3px 0 0 10px;
  height: 24px;
  width: 24px; }

.btn_right_green a > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin: -5px 0 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn_right_green a:hover {
  color: #3c3c3c; }

.btn_right_green a:hover > span {
  background: #3c3c3c; }

.btn_right_red a {
  color: #db0000;
  display: block;
  font-size: 1.2rem; }

.btn_right_red a > span {
  background: #db0000;
  display: block;
  float: right;
  position: relative;
  margin: 3px 0 0 10px;
  height: 24px;
  width: 24px; }

.btn_right_red a > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin: -5px 0 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.btn_right_red a:hover {
  color: #3c3c3c; }

.btn_right_red a:hover > span {
  background: #3c3c3c; }

@media screen and (max-width: 959px) {
  .btn_left_blue,
  .btn_right_blue {
    margin: 0 0 30px; }
  .btn_left_blue a,
  .btn_right_blue a,
  .btn_right_green a,
  .btn_right_red a {
    font-size: 1rem; }
  .btn_left_blue a > span {
    top: 0; }
  .btn_right_blue a > span,
  .btn_right_green a > span,
  .btn_right_red a > span {
    margin: 0 0 0 10px; } }

/***************************/
/* banner Slider (バナースライダー) */
/***************************/
.banner_slider {
  width: calc(100% - 50px);
  margin: 0 auto; }

.banner_slider li img {
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto; }

.banner_slider li img.dummy {
  background: #eee;
  height: 80px;
  text-align: center; }

.banner_slider_prev,
.banner_slider_next {
  position: absolute;
  cursor: pointer;
  top: calc(50% - 13px); }

.banner_slider_prev {
  left: -16px; }

.banner_slider_next {
  right: 10px; }

.banner_slider_prev::after,
.banner_slider_next::after {
  display: block;
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-top: solid 1px #3c3c3c;
  border-right: solid 1px #3c3c3c; }

.banner_slider_prev::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.banner_slider_next::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.banner_parts {
  width: calc(100% - 50px);
  margin: 0 auto; }

.banner_parts li {
  float: right;
  width: 25%;
  text-align: center; }

.banner_parts li:nth-of-type(4n+1) {
  clear: both; }

.banner_parts li img {
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto 20px; }

@media screen and (max-width: 959px) {
  .banner_parts li {
    width: 33.33%; }
  .banner_parts li:nth-of-type(4n+1) {
    clear: none; }
  .banner_parts li:nth-of-type(3n+1) {
    clear: both; } }

@media screen and (max-width: 599px) {
  .banner_parts li {
    width: 50%; }
  .banner_parts li:nth-of-type(3n+1) {
    clear: none; }
  .banner_parts li:nth-of-type(2n+1) {
    clear: both; } }

@media screen and (max-width: 479px) {
  .banner_parts li {
    float: none;
    width: 100%; } }

/***************************/
/* Problem (課題と対策) */
/***************************/
.problem_area_title,
.problem_area_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.problem_col_left,
.problem_col_right {
  width: 50%; }

.problem_area_title {
  font-size: 1.5rem;
  padding: 0 10px 20px;
  text-align: center; }

.problem_area_text {
  background: url(/common/images/bg_gray.gif);
  margin: 0 0 20px;
  padding: 10px; }

.problem_area_text .problem_col_left .problem_inner {
  background: #fff;
  height: 100%; }

.problem_area_text .problem_col_left .problem_inner .problem_inner_frame {
  background: #233c97;
  color: #fff;
  padding: 20px;
  position: relative;
  height: calc(100% - 40px);
  width: calc(100% - 60px); }

.problem_area_text .problem_col_left .problem_inner .problem_inner_frame:after {
  border: 20px solid transparent;
  border-left-color: #233c97;
  border-right-width: 0;
  width: 0;
  right: -20px;
  content: "";
  display: block;
  top: calc(50% - 10px);
  position: absolute; }

.problem_area_text .problem_col_right .problem_inner {
  background: #fff;
  padding: 20px 20px 10px;
  height: calc(100% - 30px); }

.problem_area_text .problem_q_title {
  border-bottom: 1px solid #fff;
  display: block;
  font-size: 1.875rem;
  margin: 20px auto 40px;
  padding-left: 10px;
  letter-spacing: 10px;
  text-align: center;
  width: 8rem; }

.problem_area_text .problem_q_text {
  font-size: 1.5rem;
  margin: 0 0 20px;
  text-align: center; }

.problem_area_text .problem_a_title {
  border-bottom: 1px solid #d4d4d4;
  margin: 0 0 10px;
  padding: 0 0 10px; }

.problem_area_text .problem_a_title a {
  color: #233c97; }

.problem_area_text .problem_a_title a:hover {
  color: #3c3c3c; }

.problem_area_text .problem_a_text {
  margin: 0 0 20px; }

@media screen and (max-width: 959px) {
  .problem_area_title {
    font-size: 1.25rem;
    padding: 0 10px 15px; }
  .problem_area_text .problem_col_left .problem_inner .problem_inner_frame {
    padding: 15px;
    height: calc(100% - 30px);
    width: calc(100% - 50px); }
  .problem_area_text .problem_col_right .problem_inner {
    padding: 15px 15px 5px;
    height: calc(100% - 20px); }
  .problem_area_text .problem_q_title {
    font-size: 1.75rem;
    margin: 15px auto 30px;
    width: 7rem; }
  .problem_area_text .problem_q_text {
    font-size: 2vw;
    margin: 0 0 15px; } }

@media screen and (max-width: 736px) {
  .problem_area_title {
    font-size: 1rem;
    padding: 0 0 15px; }
  .problem_area_title .problem_title {
    padding: 0 10px; }
  .problem_area_text {
    padding: 5px; }
  .problem_area_text .problem_q_title {
    font-size: 1.25rem;
    width: 5rem; }
  .problem_area_text .problem_q_text {
    font-size: 1rem;
    text-align: left; }
  .problem_area_text .problem_a_text {
    font-size: .875rem; } }

/***************************/
/* Index (トップページ) */
/***************************/
.bxslider_top li img {
  width: 100%; }

.tag_index li {
  background: #233c97;
  color: #fff;
  display: inline-block;
  font-size: .875rem;
  margin: 0 0 5px;
  padding: 3px 0;
  position: relative;
  text-align: center;
  width: 48%;
  z-index: 99; }

.tag_index_pickup {
  margin: -30px 0 15px 2%; }

.tag_index_info {
  margin: 0 0 0 2%; }

.tag_index_info li {
  background: #276f0b; }

.info_index {
  background: url(/common/images/bg_line.gif), url(/common/images/bg_line.gif);
  background-position: top, bottom;
  background-repeat: repeat-x, repeat-x;
  border: 1px solid #d4d4d4;
  margin: 0 0 20px;
  padding: 30px 10px 10px; }

.index_info_date {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 10px;
  padding-bottom: 3px; }

.white {
  background: #fff; }

/* btn_more */
.btn_more {
  margin: 30px auto 0;
  width: 280px; }

.btn_more a {
  border: 1px solid #d4d4d4;
  display: block;
  letter-spacing: 5px;
  text-align: center;
  padding: 15px; }

.btn_more.type_more a {
  background: url(/common/images/mark_more.png) no-repeat #fff;
  background-position: 90% 50%; }

.btn_more.type_more a:hover {
  color: #3c3c3c;
  background: url(/common/images/mark_more.png) no-repeat #f7f6f3;
  background-position: 90% 50%; }

.btn_more.type_plus a {
  background: url(/common/images/mark_plus.png) no-repeat #fff;
  background-position: 90% 50%; }

.btn_more.type_plus a:hover {
  color: #3c3c3c;
  background: url(/common/images/mark_plus.png) no-repeat #f7f6f3;
  background-position: 90% 50%; }

.btn_more.type_minus a {
  background: url(/common/images/mark_minus.png) no-repeat #fff;
  background-position: 90% 50%; }

.btn_more.type_minus a:hover {
  color: #3c3c3c;
  background: url(/common/images/mark_minus.png) no-repeat #f7f6f3;
  background-position: 90% 50%; }

/* toggle btn */
.btn_more_toggle {
  background: url(/common/images/mark_plus.png) no-repeat #fff;
  background-position: 90% 50%;
  border: 1px solid #d4d4d4;
  cursor: pointer;
  display: block;
  letter-spacing: 5px;
  margin: 30px auto 0;
  padding: 15px;
  text-align: center;
  width: 250px; }

.btn_more_toggle:hover {
  color: #3c3c3c;
  background: url(/common/images/mark_plus.png) no-repeat #f7f6f3;
  background-position: 90% 50%; }

.btn_more_toggle.close {
  background: url(/common/images/mark_minus.png) no-repeat #fff;
  background-position: 90% 50%; }

.btn_more_toggle.close:hover {
  color: #3c3c3c;
  background: url(/common/images/mark_minus.png) no-repeat #f7f6f3;
  background-position: 90% 50%; }

@media screen and (max-width: 959px) {
  .tag_index li {
    font-size: .75rem; }
  .tag_index_info li {
    font-size: 1vw; } }

@media screen and (max-width: 736px) {
  .tag_index li,
  .tag_index_info li {
    font-size: .625rem;
    width: 33%; }
  .mod_title_h5.index_pickup {
    border-bottom: 1px solid #d4d4d4;
    padding: 0 0 10px; } }

/***************************/
/* Category (カテゴリーページ) */
/***************************/
.bxslider li img {
  width: 100%; }

.cat_text_area {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin: 0 0 15px;
  padding: 15px 0 0; }

.mod_link_button.cat_link_button {
  border-bottom: 1px solid #d4d4d4;
  margin: 0 0 20px;
  padding: 0 0 20px; }

.mod_link_button.cat_link_button a {
  background: none;
  color: #3c3c3c;
  display: block;
  font-size: 1rem;
  padding: 0 20px 20px 0;
  min-width: auto; }

.cat_info {
  background: url(/common/images/bg_line.gif), url(/common/images/bg_line.gif);
  background-position: top, bottom;
  background-repeat: repeat-x, repeat-x;
  border: 1px solid #d4d4d4;
  margin: 0 0 40px;
  padding: 30px 15px 0; }

.cat_info_title {
  background: #233c97;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0 0 20px;
  padding: 5px 10px;
  text-align: center; }

.cat_info_text {
  border-bottom: 1px solid #d4d4d4;
  padding: 0 0 20px; }

.cat_info_more {
  margin: 0 auto;
  width: 160px; }

.cat_faq {
  border-top: 1px solid #d4d4d4;
  padding: 20px 0 0; }

.mod_link_button.cat_faq_button {
  border-bottom: 1px solid #d4d4d4;
  padding: 0 0 20px; }

.mod_link_button.cat_faq_button a {
  background: none;
  color: #3c3c3c;
  padding: 0 20px 10px 0;
  min-width: auto;
  width: calc(100% - 46px); }

@media screen and (max-width: 959px) {
  .cat_info_title {
    font-size: 1.25rem; } }

@media screen and (max-width: 736px) {
  .cat_info_title {
    font-size: 1.125rem; }
  .mod_link_button.cat_link_button {
    padding: 0; }
  .mod_link_button.cat_link_button a {
    font-size: .875rem; }
  .mod_link_button.cat_faq_button {
    padding: 0; } }

/***************************/
/* ListPage (一覧ぺージ) */
/***************************/
.list_year_area {
  background: url(/common/images/bg_gray_list.gif) repeat-x;
  padding: 0 20px; }

.list_year_area_normal {
  padding: 40px 0 20px; }

.list_year_num {
  padding: 20px 0 30px;
  text-align: center; }

.list_year_num span {
  border-bottom: 5px solid #d4d4d4;
  display: inline;
  font-size: 3.125rem;
  font-weight: normal; }

.list_year_tab {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px; }

.list_year_tab li {
  border: solid 2px #3c3c3c;
  background: #fff;
  cursor: pointer;
  padding: 10px 0;
  text-align: center; }

.list_year_tab li.current {
  background: #3c3c3c;
  color: #fff;
  position: relative; }

.list_year_tab li.current:after {
  border: 10px solid transparent;
  border-top-color: #3c3c3c;
  width: 0;
  left: calc(50% - 10px);
  bottom: -20px;
  content: "";
  display: block;
  position: absolute; }

.list_year_tab.type_green li {
  color: #276f0b;
  border: solid 2px #276f0b; }

.list_year_tab.type_green li.current {
  color: #fff;
  background: #276f0b; }

.list_year_tab.type_green li.current:after {
  border-top-color: #276f0b; }

.list_year_tab.type_blue li {
  color: #233c97;
  border: solid 2px #233c97; }

.list_year_tab.type_blue li.current {
  color: #fff;
  background: #233c97; }

.list_year_tab.type_blue li.current:after {
  border-top-color: #233c97; }

.list_year_tab.type_col_2 li {
  width: 47.5%; }

.list_year_tab.type_col_3 li {
  width: 32%; }

.list_year_tab.type_col_4 li {
  width: 23.5%; }

.list_year_tab.type_col_5 li {
  width: 18.5%; }

.list_year_tab.type_col_6 li {
  width: 15.5%; }

.list_year_content {
  padding: 40px 0 20px;
  border-bottom: 1px solid #d4d4d4; }

.list_year_date {
  float: left;
  width: 96px; }

.list_year_tag {
  float: right;
  text-align: right;
  width: calc(100% - 96px); }

.list_year_tag li {
  background: #3c3c3c;
  color: #fff;
  display: inline-block;
  font-size: .875rem;
  text-align: center;
  padding: 3px 0;
  width: 8rem; }

.list_year_tag.type_green li {
  background: #276f0b; }

.list_year_tag.type_blue li {
  background: #233c97; }

.list_year_title {
  clear: both;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 20px 0; }

.list_year_num_past {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin: 0 0 20px;
  padding: 10px 0; }

.list_year_num_past.current {
  opacity: .5; }

.list_service_tag {
  min-height: 30px; }

.list_service_tag li {
  background: #3c3c3c;
  color: #fff;
  display: inline-block;
  font-size: .75rem;
  padding: 3px 0;
  text-align: center;
  width: 6rem; }

.list_service_link {
  border-bottom: 1px solid #d4d4d4;
  position: relative;
  margin: 0 0 10px; }

.list_service_link a {
  color: #233c97;
  padding: 7px 15px;
  display: block; }

.list_service_link a:hover {
  color: #3c3c3c; }

.list_service_link a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 0;
  border-top: solid 1px #3c3c3c;
  border-right: solid 1px #3c3c3c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.list_service_tag.type_red li {
  background: #db0000; }

.list_service_tag.type_green li {
  background: #276f0b; }

.list_service_tag.type_blue li {
  background: #233c97; }

.list_service_link:last-child {
  margin-bottom: 40px; }

.course_schedule_table {
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  width: 100%; }

.course_schedule_table th {
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background: #233c97;
  color: #fff;
  font-size: 1.125rem;
  padding: 10px;
  text-align: center; }

.course_schedule_table td {
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px;
  text-align: center;
  vertical-align: middle; }

.course_schedule_table td a {
  color: #233c97; }

.course_schedule_table td a:hover {
  color: #3c3c3c; }

.course_schedule_table td.bg_blue {
  background: #d1eeff; }

.course_schedule_table td.bg_red {
  background: #ffd1d1; }

.course_schedule_table td.bg_gray {
  background: #f7f6f3;
  color: #d4d4d4; }

.course_schedule_table td.link {
  color: #233c97; }

.course_schedule_table td.left {
  text-align: left; }

.course_schedule_table td.right {
  text-align: right; }

/* campaign */
.campaign_image {
  background: #eaeaea; }

.campaign_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 60px; }

.campaign_tab li {
  cursor: pointer;
  background: #faf9e7;
  border: 1px solid #d4d4d4;
  padding: 9px;
  width: 25%; }

.campaign_tab li.current {
  position: relative;
  background: #fffa98;
  border: solid 3px #ffec00;
  padding: 7px; }

.campaign_tab li.current:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fffa98;
  z-index: 2; }

.campaign_tab li.current:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #ffec00;
  z-index: 1; }

.campaign_tab li .campaign_tab_title {
  border-bottom: 1px solid #1b2985;
  font-size: 1.125rem;
  margin: 0 0 10px;
  padding: 0 0 5px; }

.toggleCloseArea {
  display: none; }

@media screen and (max-width: 959px) {
  .list_year_num span {
    font-size: 2.5rem; }
  .list_year_tab li {
    font-size: .75rem; }
  .list_year_tag li {
    font-size: .6875rem;
    width: 6rem; }
  .list_year_content {
    padding: 30px 0 10px; }
  .list_year_title {
    font-size: 1.375rem;
    padding: 15px 0; }
  .course_schedule_table th {
    font-size: .875rem;
    padding: 7px; }
  .course_schedule_table td {
    font-size: .75rem;
    padding: 7px; }
  .campaign_tab {
    margin: 0 0 40px; } }

@media screen and (max-width: 736px) {
  .list_year_num span {
    font-size: 2rem; }
  .list_year_tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .list_year_tab li.current:after {
    display: none; }
  .list_year_tab.type_col_2 li,
  .list_year_tab.type_col_3 li,
  .list_year_tab.type_col_4 li,
  .list_year_tab.type_col_5 li,
  .list_year_tab.type_col_6 li {
    margin: 0 0 5px;
    width: 100%; }
  .list_year_content {
    padding: 20px 0 0; }
  .list_year_date {
    float: none; }
  .list_year_tag {
    float: none;
    text-align: left;
    width: auto; }
  .list_year_tag li {
    font-size: .625rem;
    width: 5.25rem;
    padding: 2px 0; }
  .list_year_title {
    font-size: 1rem; }
  .list_year_num_past {
    margin: 0 0 10px; }
  .list_service_tag {
    min-height: auto; }
  .course_schedule_table th {
    font-size: .75rem;
    padding: 5px 2px;
    min-width: 2.5rem; }
  .course_schedule_table td {
    font-size: .5625rem;
    padding: 5px 2px;
    min-width: 2.5rem; }
  .campaign_tab {
    margin: 0 0 30px; }
  .campaign_tab li .campaign_tab_title {
    font-size: 1rem;
    padding: 0 0 10px; }
  .campaign_tab li .campaign_tab_subtitle {
    font-size: .875rem; } }

/***************************/
/* ListDetailPage (一覧詳細ぺージ) */
/***************************/
.item_tag {
  margin: 15px 0 -40px; }

.item_tag li {
  background: #3c3c3c;
  color: #fff;
  display: inline-block;
  font-size: .875rem;
  padding: 3px 0;
  text-align: center;
  width: 8rem; }

.item_tag.type_red li {
  background: #db0000; }

.item_tag.type_green li {
  background: #276f0b; }

.item_tag.type_blue li {
  background: #233c97; }

.item_title {
  font-size: 1.5rem;
  padding: 5px 0;
  word-break: break-all; }

.item_name {
  padding: 5px 0;
  border-top: 1px solid #3c3c3c;
  word-break: break-all; }

.item_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0 0; }

.item_image {
  -ms-flex-preferred-size: 23.3333%;
      flex-basis: 23.3333%; }

.item_grade {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%; }

.item_price {
  -ms-flex-preferred-size: 23.3333%;
      flex-basis: 23.3333%; }

.item_grade_table,
.item_price_table {
  border-top: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
  margin: 0 0 20px;
  width: 100%; }

.item_grade_table th,
.item_price_table th {
  background: #f7f6f3;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 5px 15px;
  font-size: 1.125rem;
  text-align: center; }

.item_grade_table td,
.item_price_table td {
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 5px 15px;
  min-width: 4.375rem;
  word-break: break-all; }

.item_price_table td {
  vertical-align: middle; }

.item_grade_table tr td:first-child {
  width: 116px; }

.item_price_table th {
  background: #ffec00; }

.item_price_table tr td:first-child {
  background: #3c3c3c;
  color: #fff;
  text-align: right;
  width: 96px; }

.item_price_table tr td:last-child {
  color: #db0000;
  font-weight: bold;
  text-align: right; }

@media screen and (max-width: 959px) {
  .item_title {
    font-size: 1.25rem; }
  .item_image {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
  .item_grade {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%; }
  .item_price {
    -ms-flex-preferred-size: 28%;
        flex-basis: 28%; }
  .item_grade_table th,
  .item_price_table th {
    font-size: 1rem;
    padding: 5px 7px; }
  .item_grade_table td,
  .item_price_table td {
    font-size: .875rem;
    padding: 5px 7px; }
  .item_grade_table tr td:first-child {
    width: 6.125rem; } }

@media screen and (max-width: 736px) {
  .item_tag li {
    font-size: .75rem;
    padding: 2px 0;
    width: 6rem; }
  .item_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .item_title {
    font-size: 1rem; }
  .item_grade_table th,
  .item_price_table th {
    padding: 5px 10px; }
  .item_grade_table td,
  .item_price_table td {
    padding: 5px 10px; }
  .item_grade_table tr td:first-child,
  .item_price_table tr td:first-child {
    width: 7rem; } }

/***************************/
/* フォントサイズ（全般） */
/***************************/
.mod_list_circle,
.mod_list_num,
.mod_list_kome,
.mod_list_asterisk,
.mod_list_num_bracket {
  font-size: 1.125rem;
  font-size: 1rem; }

@media screen and (max-width: 959px) {
  .mod_text,
  .mod_image,
  .mod_ankerlink,
  .mod_link,
  .mod_list_text dt,
  .mod_table th,
  .mod_table td,
  .title_left_blue dd {
    font-size: .9375rem; }
  .mod_list_circle,
  .mod_list_num,
  .mod_list_kome,
  .mod_list_asterisk,
  .mod_list_num_bracket {
    font-size: .9375rem; } }

@media screen and (max-width: 736px) {
  .mod_text,
  .mod_image,
  .mod_ankerlink,
  .mod_link,
  .mod_list_text dt,
  .mod_table th,
  .mod_table td,
  .title_left_blue dd {
    font-size: .875rem; }
  .mod_list_circle,
  .mod_list_num,
  .mod_list_kome,
  .mod_list_asterisk,
  .mod_list_num_bracket {
    font-size: .875rem; } }

/*=====================================

CMSプレビュー時

=====================================*/
