@charset "UTF-8";
/*
Theme Name: Tokyomotronics Frame
Theme URI: https://t2japan.co.jp/
Author: T2Japan Inc.
Description: Tokyomotronics WebSite
Version: 1.0
*/
/* ============================================
Lib
============================================ */
/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

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

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

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

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

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

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/* ============================================
FLOCCS
============================================ */
/* Foundation ----------------- */
/* ============================================
FLOCCS
============================================ */
/* Foundation ----------------- */
/* ============================================
FLOCCS
============================================ */
/* Foundation ----------------- */
:root {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  vertical-align: text-bottom;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}

body {
  color: #4B4B4B;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  vertical-align: text-bottom;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

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

strong {
  font-weight: bolder;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a,
button {
  color: inherit;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
a:hover,
button:hover {
  opacity: 0.6;
}

.p-headerNews .p-headerNews__title:hover, .p-headerNews .p-headerNews__more:hover, .l-footer__nav a:hover {
  color: #FF8001;
}

.p-indexBlog .p-indexBlog__item > a:hover, .p-indexAbout .p-indexAbout__list .p-indexAbout__item > a:hover, .c-btn:hover, .c-btn--small:hover, .l-footer__social .l-footer__sns a:hover {
  opacity: 0.85;
}

p > a {
  text-decoration: underline;
}

a:hover,
a:active {
  outline-width: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type=text],
input[type=email],
textarea {
  display: inline-block;
  width: 100%;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

textarea {
  height: 8rem;
  resize: vertical;
}

[type=search] {
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  font: inherit;
}

[hidden] {
  display: none;
}

/* Layout ----------------- */
/* ============================================
FLOCCS
============================================ */
/* Foundation ----------------- */
.l-content {
  width: 100%;
  margin: 3.5rem auto auto;
  overflow: hidden;
}
.l-content.idx {
  margin: auto;
}

@media (min-width: 960px) {
  .otherwrap {
    width: 78rem;
    margin: auto;
  }
}

.idx_youtube_wrap {
  width: 1280px;
  margin: auto auto 5rem;
}
@media (max-width: 599px) {
  .idx_youtube_wrap {
    width: 98%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .idx_youtube_wrap {
    width: 98%;
  }
}

.l-container--fluid, .l-container {
  padding: 0 1rem;
}

.l-container {
  max-width: 1280px;
  margin: 0 auto;
}

.leadtext {
  margin: auto;
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}
@media (min-width: 960px) {
  .leadtext {
    width: 75rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .leadtext {
    width: 96%;
    line-height: 2rem;
    text-align: left;
  }
}
@media (max-width: 599px) {
  .leadtext {
    font-size: 1rem;
    line-height: 1.75rem;
    text-align: left;
  }
}

.c-btn--small.angle_1 {
  padding: 0.5rem 1rem;
  border: 0;
  color: white;
  line-height: 1;
  position: relative;
}
.c-btn--small.angle_1::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 100%;
  background-color: #FF8001;
  position: absolute;
  top: 0;
  right: -1rem;
  transform: skewX(-24deg);
}
@media (max-width: 599px) {
  .c-btn--small.angle_1 {
    min-width: 6rem;
    padding: 1rem 2rem;
    font-size: 0.75rem;
  }
  .c-btn--small.angle_1::after {
    width: 2rem;
  }
  .c-btn--small.angle_1 > .c-icon--arrow {
    width: 2rem;
    height: 0.5rem;
    margin-left: 0.5rem;
  }
}
@media (min-width: 600px) {
  .c-btn--small.angle_1 {
    padding: 1.5rem;
  }
}

.c-icon {
  display: inline-block;
  line-height: 1;
}
.c-icon img {
  width: 1em;
  height: auto;
  margin-top: -2px;
}

.c-icon--sns {
  margin: 1rem auto;
  text-align: center;
}
.c-icon--sns > li {
  display: inline-block;
  height: 100%;
}
.c-icon--sns > li ~ li {
  margin-left: 1.5rem;
}
.c-icon--sns img {
  width: 1.75rem;
  height: 1.75rem;
}
.c-icon--sns a img {
  width: 1.75rem;
  height: 1.75rem;
}

ul.c-list--keywords {
  margin: 1rem auto;
}
ul.c-list--keywords > .c-list__item {
  display: inline-block;
  margin: 0 0.2rem 0.5rem 0;
  padding: 0.1rem 0.25rem;
  font-size: 0.75rem;
}
ul.c-list--keywords > .c-list__item a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ============================================
FLOCCS
============================================ */
/* Foundation ----------------- */
.l-header {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 960px) {
  .l-header--index {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 15;
    overflow: hidden;
  }
  .l-header--index .fv-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    height: 100vh;
    z-index: 23;
    margin: auto;
    background-repeat: repeat;
    background-blend-mode: overlay;
    background-position: 0px;
    background-size: auto, cover;
    background-image: url(/wp-content/themes/tokyomotronics/images/pattern_line_01.png);
  }
  .l-header--index video {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    background: url(/wp-content/themes/tokyomotronics/images/bg-index-header.png) no-repeat;
    background-size: cover;
    z-index: -1;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .l-header--index {
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background: url(/wp-content/themes/tokyomotronics/images/bg-index-header.png) center top/cover no-repeat;
    background-attachment: fixed;
    position: relative;
    background-size: auto;
  }
}
@media (max-width: 599px) {
  .l-header--index {
    width: 100%;
    overflow: hidden;
    height: 100vh;
    background: url(/wp-content/themes/tokyomotronics/images/bg-index-header.png) center top/cover no-repeat;
    background-attachment: fixed;
    position: relative;
    background-size: auto;
  }
}

.l-header__catch {
  color: white;
  position: relative;
  z-index: 901;
}
.l-header__catch::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FF8001;
  position: absolute;
  top: 0;
  left: -6rem;
  transform: skewX(-24deg);
}
.l-header__catch > p {
  position: relative;
  z-index: 902;
  font-weight: normal;
}
@media (max-width: 599px) {
  .l-header__catch > p {
    font-size: 1.6rem;
  }
}
@media (min-width: 960px) {
  .l-header__catch {
    z-index: 1500;
  }
}
@media (max-width: 599px) {
  .l-header__catch {
    width: 480px;
    max-width: 90vw;
    margin-top: 4rem;
    padding: 1rem 1rem 1rem 0.5rem;
    font-size: 8vw;
  }
}
@media (min-width: 600px) {
  .l-header__catch {
    width: 640px;
    max-width: 90vw;
    margin-top: 6rem;
    padding: 1rem 2.5rem;
    font-size: 3.5rem;
    line-height: 1.5;
  }
}

.l-glonav {
  display: flex;
  width: 100%;
  height: 3.5rem;
  align-items: center;
  z-index: 1033;
  position: relative;
  top: 0;
  transition: top 0.2s;
  border-bottom: 1px solid #FF8001;
}
.l-glonav.is-fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  transition: top 0.2s 0.2s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 959px) {
  .l-glonav {
    background: white;
  }
}
@media (min-width: 960px) {
  .l-glonav {
    justify-content: space-between;
    background: #FF8001;
  }
}

.l-glonav__sitename {
  color: #4B4B4B;
  order: -1;
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.l-glonav__sitename > h1 {
  height: 100%;
  padding: 0.25rem 0.5rem;
  line-height: 3rem;
}
.l-glonav__sitename > h1 a > img {
  width: auto;
  height: 100%;
}
@media (max-width: 959px) {
  .l-glonav__sitename {
    margin-right: auto;
  }
  .l-glonav__sitename > h1 {
    font-size: 0.75rem;
  }
  .l-glonav__sitename > h1 a > img {
    margin-right: 0.75rem;
  }
}
@media (min-width: 960px) {
  .l-glonav__sitename {
    width: 600px;
    max-width: 47.5vw;
  }
  .l-glonav__sitename::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    left: -1rem;
    transform: skewX(-24deg);
  }
  .l-glonav__sitename > h1 {
    font-size: 1.25rem;
    position: relative;
    z-index: 1001;
  }
  .l-glonav__sitename > h1 > img {
    margin-right: 1rem;
  }
  .l-header--index .l-glonav:not(.is-fixed) .l-glonav__sitename::before {
    height: 540px;
    left: -8rem;
  }
  .l-header--index .l-glonav:not(.is-fixed) .l-glonav__sitename > h1 {
    padding: 1rem;
    line-height: 6rem;
  }
  .l-header--index .l-glonav:not(.is-fixed) .l-glonav__sitename > h1 a > img {
    height: 6rem;
    margin-right: 2rem;
  }
}
@media (max-width: 320px) {
  .l-glonav__sitename > h1 {
    font-size: 0.7rem;
  }
}

.l-glonav__list {
  color: white;
}
@media (max-width: 959px) {
  .l-glonav__list {
    order: 1;
    height: 3.5rem;
    padding: 0.75rem 1rem 0 2rem;
    background-color: #FF8001;
  }
}
@media (min-width: 960px) {
  .l-glonav__list {
    width: calc(100% - 600px - 3.5rem);
    max-width: 50vw;
    min-width: calc(100% - 47.5vw - 3.5rem);
    line-height: 3.5rem;
  }
}
@media (max-width: 320px) {
  .l-glonav__list {
    padding: 0.75rem 0.75rem 0 1.75rem;
  }
}
.l-glonav__list > ul {
  list-style: none;
}
@media (max-width: 959px) {
  .l-glonav__list > ul {
    position: absolute;
    width: 100vw;
    top: 3.45rem;
    right: 0;
    z-index: 990;
  }
}
@media (min-width: 960px) {
  .l-glonav__list > ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding-left: 1rem;
    padding-right: 2rem;
    justify-content: space-between;
  }
}
@media (max-width: 959px) {
  .l-glonav__list > ul > li {
    display: block;
    background-color: #FF8001;
    border-top: 1px solid white;
  }
  .l-glonav__list > ul > li:last-child {
    border-bottom: 1px solid white;
  }
  .l-glonav__list > ul > li > a {
    display: block;
    padding: 1rem 0.5rem;
  }
}
[id=l-glonav__flg] {
  display: none !important;
}
@media (max-width: 959px) {
  [id=l-glonav__flg]:not(:checked) ~ ul {
    display: none;
  }
}

.l-glonav__menuBtn {
  display: inline-block;
  width: 2rem;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
}

.l-glonav__icon {
  display: inline-block;
  width: 1.75rem;
  height: 1.25rem;
  margin-bottom: 0.25rem;
  position: relative;
}
.l-glonav__icon > span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.l-glonav__icon > span:nth-of-type(1) {
  top: 0;
}
.l-glonav__icon > span:nth-of-type(2) {
  top: 10px;
}
.l-glonav__icon > span:nth-of-type(3) {
  bottom: 0;
}

[id=l-glonav__flg]:checked ~ .l-glonav__menuBtn span:nth-of-type(1) {
  transform: translateY(8px) rotate(-315deg);
}
[id=l-glonav__flg]:checked ~ .l-glonav__menuBtn span:nth-of-type(2) {
  opacity: 0;
}
[id=l-glonav__flg]:checked ~ .l-glonav__menuBtn span:nth-of-type(3) {
  transform: translateY(-11px) rotate(315deg);
}

@media (max-width: 599px) {
  [id=l-glonav__flg]:checked ~ ul {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
}
.l-glonav__lang {
  height: 100%;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0;
}
.l-glonav__lang > a {
  display: inline-block;
  background-color: #343434;
  margin-left: auto;
  vertical-align: middle;
  color: white;
  line-height: 3.5rem;
}
.l-glonav__lang > a:hover {
  color: #FF8001;
}
@media (max-width: 959px) {
  .l-glonav__lang > a {
    order: 0;
    padding: 0 0.5rem;
    position: relative;
  }
  .l-glonav__lang > a::before, .l-glonav__lang > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: #343434;
    border-style: solid;
    border-width: 1.75rem 0.75rem;
  }
  .l-glonav__lang > a::before {
    left: -1.5rem;
    border-top-color: rgba(52, 52, 52, 0);
    border-left-color: rgba(52, 52, 52, 0);
  }
  .l-glonav__lang > a::after {
    right: -1.5rem;
    border-bottom-color: rgba(52, 52, 52, 0);
    border-right-color: rgba(52, 52, 52, 0);
  }
}
@media (min-width: 960px) {
  .l-glonav__lang > a {
    width: 3.5rem;
  }
}
@media (max-width: 320px) {
  .l-glonav__lang > a {
    padding: 0;
    font-size: 0.875rem;
  }
}

/* ============================================
FLOCCS
============================================ */
/* Foundation ----------------- */
.l-footer {
  display: flex;
  flex-wrap: wrap;
  background-color: #4B4B4B;
  color: white;
}
@media (max-width: 959px) {
  .l-footer {
    padding: 2.5rem 0 0;
  }
}
@media (min-width: 960px) {
  .l-footer {
    padding: 3.5rem 0 0;
  }
}

.l-footer__social {
  padding: 0 1rem;
}
.l-footer__social > p {
  white-space: nowrap;
}
.l-footer__social a > img {
  width: 4rem;
  height: auto;
  margin: 0.5rem 0 1rem;
}
@media (max-width: 959px) {
  .l-footer__social {
    width: 100%;
  }
  .l-footer__social a > img {
    width: 5rem;
    height: auto;
  }
}
@media (min-width: 960px) {
  .l-footer__social {
    width: 360px;
    max-width: 33.3333333333%;
  }
  .l-footer__social a > img {
    width: 6rem;
    height: auto;
    margin: 1.25rem 0 2rem;
  }
}
.l-footer__social .l-footer__sns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 8rem;
  margin: 0 auto;
  list-style: none;
}
@media (min-width: 960px) {
  .l-footer__social .l-footer__sns li {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .l-footer__social .l-footer__sns li {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 599px) {
  .l-footer__social .l-footer__sns li {
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 600px) {
  .l-footer__nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 600px) {
  .l-footer__nav > div {
    width: 25%;
  }
  .l-footer__nav > div:nth-of-type(1) {
    width: 35%;
  }
}
@media (max-width: 599px) {
  .l-footer__nav > div {
    width: 100%;
  }
  .l-footer__nav > div .u-bold {
    border-bottom: 1px solid #ccc;
    margin-top: 1rem;
  }
}
.l-footer__nav ul {
  list-style: none;
}
.l-footer__nav ul li.bnrimg {
  width: auto;
  height: 1.5rem;
}
@media (max-width: 599px) {
  .l-footer__nav ul li.bnrimg {
    width: 30%;
    height: auto;
    margin: 1.4rem 0 0;
  }
}
.l-footer__nav ul li.bnrimg img {
  width: 100%;
}
@media (min-width: 600px) and (max-width: 959px) {
  .l-footer__nav ul li.bnrimg img {
    width: auto;
    height: 1.5rem;
  }
}
@media (min-width: 960px) {
  .l-footer__nav ul li.bnrimg img {
    width: auto;
    height: 1.5rem;
  }
}
.l-footer__nav a {
  display: block;
  padding: 0 0 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
@media (max-width: 599px) {
  .l-footer__nav {
    width: 100%;
    padding: 1rem 1.5rem 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .l-footer__nav {
    width: 100%;
    padding: 3rem 0.5rem 0;
  }
}
@media (min-width: 960px) {
  .l-footer__nav {
    width: calc(100% - 360px);
    min-width: 50%;
    border-left: 1px solid white;
    padding: 0 5rem;
  }
}

.l-footer__copyright {
  width: 100%;
  margin-top: 2.5rem;
  padding: 1rem;
  font-size: 0.8rem;
  background-color: #000;
}

.p-breadcrumb {
  margin: auto;
  font-size: 0.75rem;
  z-index: 850;
}
.p-breadcrumb .c-list {
  display: block;
}
.p-breadcrumb .c-list__item {
  display: inline;
}
.p-breadcrumb .c-list__item ~ .c-list__item::before {
  content: ">";
  display: inline-block;
  padding: 0 0.5rem;
}
@media (max-width: 599px) {
  .p-breadcrumb {
    width: 98%;
    padding: 1rem 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-breadcrumb {
    width: 98%;
    padding: 1rem;
  }
}
@media (min-width: 960px) {
  .p-breadcrumb {
    width: 75rem;
    padding: 2rem 0;
  }
}

/* ============================================
FLOCCS
============================================ */
/* Foundation ----------------- */
.p-pager {
  margin: 1rem auto;
  line-height: 2;
}
.p-pager a {
  display: block;
  color: white;
  background: #ccc;
}
.p-pager .p-pager__prev,
.p-pager .p-pager__next {
  display: inline-block;
  width: 3rem;
  margin-bottom: 0.5rem;
}

.p-pager__list {
  display: inline-block;
}
.p-pager__list .c-list__item {
  display: inline-block;
  width: 1.75rem;
  margin: 0 0.25rem 0.5rem;
}
.p-pager__list .c-list__item.is-current {
  border: 1px solid #ccc;
}

.p-pager--single .c-title {
  margin-bottom: 0.25rem;
  font-size: inherit;
  font-weight: bolder;
}
@media (max-width: 599px) {
  .p-pager--single {
    padding: 0.5rem;
  }
  .p-pager--single .p-pager__prev,
  .p-pager--single .p-pager__next {
    padding: 0.5rem 0;
  }
  .p-pager--single .p-pager__next {
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 600px) {
  .p-pager--single {
    display: flex;
    margin: 0 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid #ccc;
  }
  .p-pager--single .p-pager__prev,
  .p-pager--single .p-pager__next {
    width: 50%;
    padding: 0 0.5rem 0 0;
  }
  .p-pager--single .p-pager__next {
    order: 1;
    padding: 0 0 0 0.5rem;
    text-align: right;
    border-left: 1px solid #ccc;
  }
}

/* ============================================
FLOCCS
============================================ */
/* Foundation ----------------- */
@media (max-width: 599px) {
  .l-sidebar {
    margin: 0 0.5rem 2rem;
  }
}
@media (min-width: 600px) {
  .l-sidebar {
    float: right;
    width: 25%;
  }
}

.l-sidebar__content {
  padding: 1rem 0;
  font-size: 0.875rem;
  border-bottom: 1px solid #ccc;
}
.l-sidebar__content:first-child {
  border-top: 1px solid #ccc;
}
.l-sidebar__content > .c-title {
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: inherit;
  font-weight: bold;
}

.serach_wrap {
  width: 100%;
  margin: 1rem auto auto;
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}
.serach_wrap > .c-title {
  margin: 0 0 0.5rem;
  padding: 0;
  font-size: inherit;
  font-weight: bolder;
}
.serach_wrap input[type=text], .serach_wrap select {
  width: 100%;
  padding: 0.2rem 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.serach_wrap .search_select {
  display: block;
}
.serach_wrap .search_select select {
  background: url(/wp-content/themes/tokyomotronics/images/form_arrow.svg) right center/2rem 2rem no-repeat;
  padding-right: 2.5rem;
}
.serach_wrap .search_text {
  margin-top: 1rem;
}
.serach_wrap .search_text .searchform > div {
  position: relative;
  display: flex;
}
.serach_wrap .search_text .searchform > div .screen-reader-text {
  display: none;
}
.serach_wrap .search_text .searchform > div input[type=text] {
  display: block;
  width: 100%;
  padding-right: 10px;
}
.serach_wrap .search_text .searchform > div input[type=submit] {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 10%;
  height: 100%;
  margin: auto;
  cursor: pointer;
  text-indent: -9999px;
  background: url(/wp-content/themes/tokyomotronics/images/icn_glass.svg) right center/1.1rem 1.1rem no-repeat;
}

/* ============================================
FLOCCS
============================================ */
/* Foundation ----------------- */
.c-form {
  padding: 0.5rem;
  border-radius: 0;
  border: 1px solid #4B4B4B;
}
.c-form::-moz-placeholder {
  color: rgb(178.5, 178.5, 178.5);
}
.c-form::placeholder {
  color: rgb(178.5, 178.5, 178.5);
}
.c-form:-ms-input-placeholder {
  color: rgb(178.5, 178.5, 178.5);
}
.c-form::-ms-input-placeholder {
  color: rgb(178.5, 178.5, 178.5);
}
.c-form.u-mb1.u-w25 {
  width: 25%;
}

select.c-form {
  background: url(/wp-content/themes/tokyomotronics/images/form_arrow.svg) right center/2rem 2rem no-repeat;
  padding-right: 2.5rem;
}

.p-inquiry {
  width: 50rem;
  max-width: 100%;
  margin: 0 auto 4.375rem;
}
.p-inquiry .c-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  .p-inquiry .c-title {
    margin: 1rem auto 0.5rem;
  }
}
.p-inquiry em.u-red {
  display: block;
  height: 1rem;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
}
.p-inquiry .esse {
  display: inline-block;
  margin-left: 0.8rem;
  padding: 2px 4px;
  font-size: 0.75rem;
  color: #A8002F;
}
.p-inquiry .form_lead {
  margin: 3rem auto 2rem;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .p-inquiry .form_lead {
    padding: 0 0.5rem;
  }
}
.p-inquiry .contact_hdln {
  width: 100%;
  margin: 1rem auto 2.5rem;
  padding: 2rem 1rem;
  box-sizing: border-box;
  border: 1px solid #FF8001;
  font-size: 2rem;
  font-weight: bold;
}
.p-inquiry .contact_hdln > span {
  display: block;
  font-size: 1rem;
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-inquiry .contact_hdln {
    width: 98%;
  }
}
.p-inquiry table {
  width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .p-inquiry table {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-inquiry table {
    width: 98%;
  }
}
.p-inquiry table th, .p-inquiry table td {
  box-sizing: border-box;
  padding: 30px 20px;
  font-size: 14px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
}
@media (max-width: 599px) {
  .p-inquiry table th, .p-inquiry table td {
    padding: 1rem 0.5rem;
    border: 0;
  }
}
.p-inquiry table th {
  width: 30%;
  background-color: rgb(240, 240, 240);
}
@media (max-width: 599px) {
  .p-inquiry table th {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ccc;
  }
}
.p-inquiry table td {
  width: 70%;
  border-left: 0;
  text-align: left;
}
@media (max-width: 599px) {
  .p-inquiry table td {
    display: block;
    width: 100%;
    padding: 1.5rem 0.5rem 2rem;
    border-bottom: 1px solid #4B4B4B;
  }
}
.p-inquiry table td label {
  display: block;
}
.p-inquiry table td + label {
  margin-top: 14px;
}
.p-inquiry input, .p-inquiry textarea {
  font-size: 1rem;
  border: 1px solid #ccc;
  padding: 8px 10px;
}
.p-inquiry [type=number] {
  width: 50px;
  margin-left: 20px;
  padding: 4px 10px;
  text-align: center;
}
.p-inquiry [type=text], .p-inquiry [type=email] {
  width: 80%;
}
@media (max-width: 959px) {
  .p-inquiry [type=text], .p-inquiry [type=email] {
    width: 100%;
  }
}
.p-inquiry textarea {
  width: 80%;
  height: 80px;
}
@media (max-width: 959px) {
  .p-inquiry textarea {
    width: 100%;
  }
}
.p-inquiry.inq textarea {
  height: 120px;
}
.p-inquiry .btn_set {
  margin: 30px auto 0;
  text-align: center;
}
.p-inquiry [type=submit] {
  width: 160px;
  padding: 14px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 0;
  background-color: #FF8001;
}
@media (max-width: 959px) {
  .p-inquiry [type=submit] {
    width: 65%;
  }
}
.p-inquiry .submit_text {
  width: 800px;
  margin: 2rem auto 1rem;
  text-align: center;
}
@media (max-width: 959px) {
  .p-inquiry .submit_text {
    width: 100%;
  }
}
.p-inquiry .privacy_wrap {
  display: block;
  width: 85%;
  margin: 5% auto 0;
}
.p-inquiry .privacy_wrap li {
  line-height: 2rem;
  font-size: 1rem;
  list-style: none;
}
.p-inquiry .privacy_wrap li a {
  line-height: 2rem;
  font-size: 1rem;
}
.p-inquiry .privacy_wrap li > ul {
  margin-left: 10px;
}
@media (max-width: 959px) {
  .p-inquiry .privacy_wrap {
    width: 96%;
  }
  .p-inquiry .privacy_wrap li {
    line-height: 1.6rem;
    font-size: 1rem;
  }
  .p-inquiry .privacy_wrap li a {
    line-height: 1.6rem;
    font-size: 1rem;
  }
}
.p-inquiry .privacy_bdr {
  width: 85%;
  margin: 2rem auto;
}
.p-inquiry .privacy_bdr > p {
  line-height: 2rem;
  font-size: 1rem;
}
.p-inquiry .privacy_bdr > p a {
  line-height: 2rem;
  font-size: 1rem;
  vertical-align: baseline;
  text-decoration: underline;
}
@media (max-width: 599px) {
  .p-inquiry .privacy_bdr {
    width: 96%;
    margin: 5% auto 0;
  }
  .p-inquiry .privacy_bdr p {
    line-height: 1.6rem;
    font-size: 1rem;
  }
  .p-inquiry .privacy_bdr p a {
    line-height: 1.6rem;
    font-size: 1rem;
  }
}
@media (max-width: 959px) {
  .p-inquiry .form_btn_wrap {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-inquiry .c-btn {
  display: inline-block;
  margin: 2rem auto 0;
  min-width: 8rem;
  max-width: 100%;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
}

.privacy_wrap {
  display: block;
  width: 85%;
  margin: 5% auto 0;
}
.privacy_wrap.mt2 {
  margin: 2% auto 0;
}
.privacy_wrap li {
  line-height: 2rem;
  font-size: 1rem;
  list-style: none;
}
.privacy_wrap li a {
  line-height: 2rem;
  font-size: 1rem;
}
.privacy_wrap li > ul {
  margin-left: 10px;
}
@media (max-width: 599px) {
  .privacy_wrap {
    width: 96%;
  }
  .privacy_wrap li {
    line-height: 1.6rem;
    font-size: 1rem;
  }
  .privacy_wrap li a {
    line-height: 1.6rem;
    font-size: 1rem;
  }
}

.privacy_bdr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 85%;
  margin: 3% auto 0;
  padding: 20px 0;
}
.privacy_bdr > p {
  line-height: 2rem;
  font-size: 1rem;
}
.privacy_bdr > p a {
  line-height: 2rem;
  font-size: 1rem;
  vertical-align: baseline;
  text-decoration: underline;
}
@media (max-width: 599px) {
  .privacy_bdr {
    width: 96%;
    margin: 5% auto 0;
  }
  .privacy_bdr p {
    line-height: 1.6rem;
    font-size: 1rem;
  }
  .privacy_bdr p a {
    line-height: 1.6rem;
    font-size: 1rem;
  }
}

.c-btn--main {
  background: #FF8001;
  color: white;
}

.c-btn--white {
  background: white;
  border: 1px solid #ccc;
}

.c-btn--red {
  background: #A8002F;
  color: white;
}

.c-btn--gray {
  background: #ccc;
  color: white;
}

.c-btn--d_gray {
  background: #FF8001;
  color: white;
}

.c-btn--arrow {
  position: relative;
  padding: 0.5rem 2.5rem 0.5rem 1.5rem;
}
.c-btn--arrow::after {
  content: ">";
  display: inline-block;
  position: absolute;
  line-height: 1.6;
  right: 0.5rem;
}

.c-btn--triangle {
  position: relative;
}
.c-btn--triangle::after {
  content: "";
  width: 0;
  height: 0;
  margin-top: -0.5rem;
  border: 0.5rem solid transparent;
  border-left-color: white;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
}

/* Object ----------------- */
/* ============================================
FLOCCS
============================================ */
/* Foundation ----------------- */
/* ============================================
FLOCCS
============================================ */
/* Foundation ----------------- */
.u-small {
  font-size: 0.75rem;
}

.u-text-orange {
  color: #FF8001;
}

.u-text-purple {
  color: #5F2890;
}

.u-text-white {
  color: white;
}

.u-bold, .p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section h3, .p-indexAbout .p-indexAbout__list .p-indexAbout__item .p-indexAbout__title, .c-ttl--index, .c-btn, .c-btn--small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

.u-bg--blue {
  background-color: #F0F8FA;
}

.u-bg--yellow {
  background-color: #FFFBF4;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-tac {
  text-align: center;
}

@media (max-width: 599px) {
  .u-hide--sp {
    display: none;
  }
  .u-show--tab {
    display: none;
  }
}
@media (min-width: 600px) {
  .u-show--sp {
    display: none;
  }
}
@media (min-width: 960px) {
  .u-hide--pc {
    display: none;
  }
  .u-show--tab {
    display: none;
  }
}
@media (max-width: 959px) {
  .u-show--pc {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .u-hide--tab {
    display: none;
  }
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.c-ttl--index {
  margin-bottom: 1rem;
}
@media (max-width: 599px) {
  .c-ttl--index {
    font-size: 1.5rem;
  }
}
@media (min-width: 600px) {
  .c-ttl--index {
    font-size: 2rem;
  }
}

.c-btn, .c-btn--small {
  display: inline-block;
  max-width: 100%;
  padding: 1rem 2rem;
  background-color: white;
  border: 1px solid;
  font-size: 1.25rem;
  text-align: center;
}
.c-btn > .c-icon--arrow, .c-btn--small > .c-icon--arrow {
  margin-left: 1rem;
}
.c-btn.mt16, .mt16.c-btn--small {
  margin-top: 1rem;
}

.c-btn--small {
  min-width: 240px;
  padding: 0.75rem 2rem;
  font-size: 0.875rem;
}
.c-btn--small.mt16 {
  margin-top: 1rem;
}
.c-btn--small > img {
  width: auto;
  height: 1.2rem;
  vertical-align: middle;
  padding-left: 0.5rem;
}

.c-btn--orange {
  border-color: #FF8001;
  color: #FF8001;
}

.c-btn--purple {
  border-color: #5F2890;
  color: #5F2890;
}

.c-btn--bg_orange {
  background-color: #FF8001;
  color: white;
}

.c-icon--arrow {
  display: inline-block;
  width: 3rem;
  height: 0.75rem;
  margin-right: 6px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: inherit;
  transform: skewX(45deg);
}

.conact_box {
  margin: 4.375rem auto auto;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #FF8001;
}
@media (max-width: 599px) {
  .conact_box {
    width: 96%;
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .conact_box {
    width: 90%;
    padding: 2rem 1rem;
  }
}
@media (min-width: 960px) {
  .conact_box {
    width: 40rem;
    padding: 2.5rem 2rem;
  }
}
.conact_box > h5 {
  margin-bottom: 2.5rem;
  font-size: 1.375rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .conact_box > h5 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }
}

.conact_box_min {
  width: 26rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.375rem auto auto;
  padding: 2rem 3rem;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #FF8001;
}
@media (max-width: 599px) {
  .conact_box_min {
    width: 80%;
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .conact_box_min {
    width: 60%;
    padding: 2rem 1rem;
  }
}
.conact_box_min > h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: normal;
}

/* ============================================
FLOCCS
============================================ */
/* Foundation ----------------- */
.p-headerNews {
  display: flex;
  position: absolute;
  right: 0;
}
@media (max-width: 959px) {
  .p-headerNews {
    padding: 0.75rem 0.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background: white;
    bottom: 0;
    border-bottom: 1px solid #5F2890;
  }
}
@media (min-width: 960px) {
  .p-headerNews {
    flex-wrap: nowrap;
    width: calc(800px - 3rem);
    height: 3rem;
    bottom: 1px;
    z-index: 34;
  }
  .p-headerNews::before {
    content: "";
    display: block;
    width: 800px;
    height: 100%;
    background: white;
    transform: skewX(-24deg);
    box-shadow: 0 0 0 1px #5F2890;
    position: absolute;
    bottom: 0;
    right: -1.75rem;
  }
}
.p-headerNews > * {
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .p-headerNews > * {
    line-height: 3rem;
    position: relative;
    z-index: 1;
  }
}
.p-headerNews .p-headerNews__date {
  margin-right: 0;
}
@media (max-width: 959px) {
  .p-headerNews .p-headerNews__date {
    order: 1;
  }
}
@media (min-width: 960px) {
  .p-headerNews .p-headerNews__date {
    width: 6.5rem;
  }
}
.p-headerNews .p-headerNews__title {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 959px) {
  .p-headerNews .p-headerNews__title {
    order: 3;
    width: 100%;
    margin-top: 0.5rem;
  }
}
@media (min-width: 960px) {
  .p-headerNews .p-headerNews__title {
    width: calc(100% - 14rem);
  }
}
.p-headerNews .p-headerNews__more {
  margin-left: auto;
  text-align: center;
}
@media (max-width: 959px) {
  .p-headerNews .p-headerNews__more {
    order: 2;
    width: 4rem;
  }
}
@media (min-width: 960px) {
  .p-headerNews .p-headerNews__more {
    width: 7.5rem;
  }
}

.p-indexProduct {
  padding: 5rem 0;
  overflow: hidden;
}
.p-indexProduct .p-indexProduct__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8vw;
}
@media (max-width: 599px) {
  .p-indexProduct .p-indexProduct__item {
    margin-bottom: 15vw;
  }
}
.p-indexProduct .p-indexProduct__item .p-indexProduct__caption {
  color: white;
  position: relative;
}
.p-indexProduct .p-indexProduct__item .p-indexProduct__caption::before {
  content: "";
  display: block;
  width: 125%;
  height: 100%;
  position: absolute;
  top: 0;
  transform: skewX(-24deg);
}
@media (max-width: 599px) {
  .p-indexProduct .p-indexProduct__item .p-indexProduct__caption {
    padding: 1rem 0 3rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-indexProduct .p-indexProduct__item .p-indexProduct__caption {
    padding: 3rem 0 6rem;
  }
}
@media (min-width: 960px) {
  .p-indexProduct .p-indexProduct__item .p-indexProduct__caption {
    padding: 4rem 0 8rem;
  }
}
.p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section {
  position: relative;
  z-index: 1;
}
.p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section h3 {
  font-size: 1rem;
}
@media (min-width: 960px) {
  .p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section h3 {
    font-size: 1.125rem;
  }
}
.p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section h3 .p-indexProduct__name {
  display: block;
  font-size: 2rem;
}
@media (max-width: 599px) {
  .p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section h3 .p-indexProduct__name {
    font-size: 1.5rem;
  }
}
.p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section p {
  margin-bottom: 2rem;
}
@media (max-width: 959px) {
  .p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section p {
    font-size: 0.875rem;
  }
}
@media (min-width: 960px) {
  .p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section p {
    margin-bottom: 4rem;
  }
}
.p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section .c-btn--small {
  padding: 0.5rem 1rem;
  border: 0;
  color: #4B4B4B;
  line-height: 1;
  position: relative;
}
.p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section .c-btn--small::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  transform: skewX(-24deg);
}
@media (max-width: 599px) {
  .p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section .c-btn--small {
    min-width: 6rem;
    font-size: 0.75rem;
  }
  .p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section .c-btn--small::after {
    width: 1rem;
  }
  .p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section .c-btn--small > .c-icon--arrow {
    width: 2rem;
    height: 0.5rem;
    margin-left: 0.5rem;
  }
}
@media (min-width: 600px) {
  .p-indexProduct .p-indexProduct__item .p-indexProduct__caption > section .c-btn--small {
    padding: 1.5rem;
  }
}
.p-indexProduct .p-indexProduct__item .p-indexProduct__figure {
  position: relative;
  margin-top: -1.5rem;
  width: 95%;
}
.p-indexProduct .p-indexProduct__item .p-indexProduct__figure img {
  width: 100%;
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-indexProduct .p-indexProduct__item .p-indexProduct__figure {
    margin-top: -3rem;
  }
}
@media (min-width: 960px) {
  .p-indexProduct .p-indexProduct__item .p-indexProduct__figure {
    margin-top: 4vw;
    transform: scale(1.1);
  }
}
.p-indexProduct .p-indexProduct__item:nth-child(1) > .p-indexProduct__caption, .p-indexProduct .p-indexProduct__item:nth-child(3) > .p-indexProduct__caption {
  padding-left: 5vw;
}
.p-indexProduct .p-indexProduct__item:nth-child(1) > .p-indexProduct__caption::before, .p-indexProduct .p-indexProduct__item:nth-child(3) > .p-indexProduct__caption::before {
  background-color: #FF8001;
  box-shadow: 0 0 0 1px white, 0 0 0 0.5rem #FF8001;
}
@media (max-width: 959px) {
  .p-indexProduct .p-indexProduct__item:nth-child(1) > .p-indexProduct__caption, .p-indexProduct .p-indexProduct__item:nth-child(3) > .p-indexProduct__caption {
    width: 80%;
  }
  .p-indexProduct .p-indexProduct__item:nth-child(1) > .p-indexProduct__caption::before, .p-indexProduct .p-indexProduct__item:nth-child(3) > .p-indexProduct__caption::before {
    right: 0;
  }
}
@media (min-width: 960px) {
  .p-indexProduct .p-indexProduct__item:nth-child(1) > .p-indexProduct__caption, .p-indexProduct .p-indexProduct__item:nth-child(3) > .p-indexProduct__caption {
    width: 35%;
  }
  .p-indexProduct .p-indexProduct__item:nth-child(1) > .p-indexProduct__caption::before, .p-indexProduct .p-indexProduct__item:nth-child(3) > .p-indexProduct__caption::before {
    width: 175%;
    left: -12vw;
  }
}
.p-indexProduct .p-indexProduct__item:nth-child(1) > .p-indexProduct__caption .c-btn--small::after, .p-indexProduct .p-indexProduct__item:nth-child(3) > .p-indexProduct__caption .c-btn--small::after {
  right: -1rem;
}
@media (max-width: 599px) {
  .p-indexProduct .p-indexProduct__item:nth-child(1) > .p-indexProduct__caption .c-btn--small::after, .p-indexProduct .p-indexProduct__item:nth-child(3) > .p-indexProduct__caption .c-btn--small::after {
    right: -0.5rem;
  }
}
@media (min-width: 960px) {
  .p-indexProduct .p-indexProduct__item:nth-child(1) > .p-indexProduct__figure, .p-indexProduct .p-indexProduct__item:nth-child(3) > .p-indexProduct__figure {
    width: 65%;
  }
}
.p-indexProduct .p-indexProduct__item:nth-child(1) > .p-indexProduct__figure, .p-indexProduct .p-indexProduct__item:nth-child(3) > .p-indexProduct__figure {
  margin-left: auto;
  transform-origin: 100% 0;
}
.p-indexProduct .p-indexProduct__item:nth-child(2) {
  flex-direction: row-reverse;
}
.p-indexProduct .p-indexProduct__item:nth-child(2) > .p-indexProduct__caption {
  padding-left: 10vw;
  padding-right: 2rem;
  margin-left: auto;
}
.p-indexProduct .p-indexProduct__item:nth-child(2) > .p-indexProduct__caption::before {
  background-color: #5F2890;
  box-shadow: 0 0 0 1px white, 0 0 0 0.5rem #5F2890;
}
@media (max-width: 959px) {
  .p-indexProduct .p-indexProduct__item:nth-child(2) > .p-indexProduct__caption {
    padding-left: 20vw;
    margin-left: 12vw;
  }
  .p-indexProduct .p-indexProduct__item:nth-child(2) > .p-indexProduct__caption::before {
    left: 0;
  }
}
@media (min-width: 960px) {
  .p-indexProduct .p-indexProduct__item:nth-child(2) > .p-indexProduct__caption {
    width: 40%;
  }
  .p-indexProduct .p-indexProduct__item:nth-child(2) > .p-indexProduct__caption::before {
    width: 140%;
    right: -10vw;
  }
}
.p-indexProduct .p-indexProduct__item:nth-child(2) > .p-indexProduct__caption .c-btn--small::after {
  left: -1rem;
}
@media (max-width: 599px) {
  .p-indexProduct .p-indexProduct__item:nth-child(2) > .p-indexProduct__caption .c-btn--small::after {
    left: -0.5rem;
  }
}
.p-indexProduct .p-indexProduct__item:nth-child(2) > .p-indexProduct__figure {
  margin-right: auto;
  transform-origin: 0 0;
}
@media (min-width: 960px) {
  .p-indexProduct .p-indexProduct__item:nth-child(2) > .p-indexProduct__figure {
    width: 60%;
  }
}

.p-indexBlog {
  padding: 3.5rem 1rem;
}
@media (max-width: 959px) {
  .p-indexBlog {
    padding: 2.5rem 0rem;
  }
}
.p-indexBlog .p-indexBlog__list {
  display: flex;
  margin-bottom: 2rem;
  list-style: none;
}
@media (max-width: 959px) {
  .p-indexBlog .p-indexBlog__list {
    flex-wrap: wrap;
  }
}
@media (min-width: 960px) {
  .p-indexBlog .p-indexBlog__list {
    flex-wrap: nowrap;
  }
}
@media (max-width: 599px) {
  .p-indexBlog .sp, .p-indexBlog .otherwrap {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .p-indexBlog .p-indexBlog__item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-indexBlog .p-indexBlog__item {
    width: 32%;
    margin-left: 1%;
  }
  .p-indexBlog .p-indexBlog__item:nth-of-type(1) {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .p-indexBlog .p-indexBlog__item {
    width: 33.3333333333%;
  }
}
.p-indexBlog .p-indexBlog__item > a {
  display: inline-block;
  width: 100%;
}
.p-indexBlog .p-indexBlog__item .p-indexBlog__image {
  position: relative;
  margin-bottom: 0.5rem;
}
.p-indexBlog .p-indexBlog__item .p-indexBlog__image > span {
  display: inline-block;
  background: #5F2890;
  padding: 0.5rem;
  color: white;
  white-space: nowrap;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.p-indexBlog .p-indexBlog__item .p-indexBlog__image > span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.5rem;
  border-color: #5F2890;
  border-style: solid;
  border-width: 1rem 0.5rem;
  border-right-color: rgba(95, 40, 144, 0);
  border-bottom-color: rgba(95, 40, 144, 0);
  position: absolute;
  top: 0;
}
.p-indexBlog .p-indexBlog__item .p-indexBlog__image > img {
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.p-indexBlog .p-indexBlog__item .p-indexBlog__article {
  font-size: 1.125rem;
}
.p-indexBlog .p-indexBlog__item .p-indexBlog__article > dt > * {
  display: inline-block;
}
.p-indexBlog .p-indexBlog__item .p-indexBlog__article > dd {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p-indexAbout {
  margin: 5rem 0;
  padding: 3.5rem 1rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%), url(/wp-content/themes/tokyomotronics/images/bg-index-about.png) center top/cover no-repeat fixed;
}
@media (max-width: 959px) {
  .p-indexAbout {
    padding: 2.5rem 0.2rem;
  }
}
.p-indexAbout > p {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
.p-indexAbout .p-indexAbout__list {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding: 1rem;
}
@media (max-width: 959px) {
  .p-indexAbout .p-indexAbout__list {
    flex-wrap: wrap;
  }
}
@media (min-width: 960px) {
  .p-indexAbout .p-indexAbout__list {
    flex-wrap: nowrap;
  }
}
.p-indexAbout .p-indexAbout__list .p-indexAbout__item {
  align-items: flex-start;
}
@media (max-width: 959px) {
  .p-indexAbout .p-indexAbout__list .p-indexAbout__item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media (min-width: 960px) {
  .p-indexAbout .p-indexAbout__list .p-indexAbout__item {
    width: 30%;
  }
}
.p-indexAbout .p-indexAbout__list .p-indexAbout__item > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 1rem;
  background-color: white;
}
@media (max-width: 599px) {
  .p-indexAbout .p-indexAbout__list .p-indexAbout__item > a {
    width: 100%;
  }
}
.p-indexAbout .p-indexAbout__list .p-indexAbout__item > a > * {
  display: inline-block;
  width: 100%;
}
.p-indexAbout .p-indexAbout__list .p-indexAbout__item .p-indexAbout__title {
  background-color: #FF8001;
  width: 240px;
  max-width: 80%;
  height: 3.5rem;
  margin-bottom: 1rem;
  padding: 0.25rem;
  position: relative;
  left: -1.5rem;
}
.p-indexAbout .p-indexAbout__list .p-indexAbout__item .p-indexAbout__title::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-color: #9a4d00;
  border-width: 0.25rem;
  border-style: solid;
  border-left-color: rgba(154, 77, 0, 0);
  border-bottom-color: rgba(154, 77, 0, 0);
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}
.p-indexAbout .p-indexAbout__list .p-indexAbout__item .p-indexAbout__title::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 3.5rem;
  background-color: #FF8001;
  position: absolute;
  top: 0;
  right: -1rem;
  transform: skewX(-24deg);
}
.p-indexAbout .p-indexAbout__list .p-indexAbout__item .p-indexAbout__title > span {
  display: inline-block;
  width: 100%;
  background-color: #FF8001;
  padding-left: 1.25rem;
  color: white;
  line-height: 3rem;
  box-shadow: 0 0 0 1px white inset;
  position: relative;
}
.p-indexAbout .p-indexAbout__list .p-indexAbout__item .p-indexAbout__title > span::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 3rem;
  background-color: #FF8001;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: white;
  position: absolute;
  top: 0;
  right: -1rem;
  z-index: 1;
  transform: skewX(-24deg);
}
.p-indexAbout .p-indexAbout__list .p-indexAbout__item .p-indexAbout__caption {
  padding-bottom: 1rem;
}
.p-indexAbout .p-indexAbout__list .p-indexAbout__item .p-indexAbout__more {
  margin-top: auto;
}

@media (max-width: 599px) {
  .l-container--fluid a.c-btn {
    font-size: 1rem;
    padding: 1rem;
  }
}

.p-indexInquiry {
  display: flex;
}
.p-indexInquiry p {
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  .p-indexInquiry {
    flex-wrap: wrap;
  }
  .p-indexInquiry > div {
    width: 100%;
    padding: 3rem 1rem;
  }
}
@media (min-width: 600px) {
  .p-indexInquiry {
    flex-wrap: nowrap;
  }
  .p-indexInquiry > div {
    width: 50%;
    padding: 4rem 1rem;
  }
}
@media (min-width: 960px) {
  .p-indexInquiry.not_idx {
    margin-top: 7.5rem;
  }
}
@media (max-width: 959px) {
  .p-indexInquiry.not_idx {
    margin-top: 5rem;
  }
}

.product .archive {
  position: relative;
}
.product .archive .c-title {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 11vh;
  padding-bottom: 11vh;
  z-index: 5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  background-image: url(/wp-content/themes/tokyomotronics/images/product/product_head_img.png);
}
@media (max-width: 599px) {
  .product .archive .c-title {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
.product .archive .c-title .title_text {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
@media (max-width: 599px) {
  .product .archive .c-title .title_text {
    font-size: 1.5rem;
  }
}
.product .archive .c-title.umbdm {
  background-image: url(/wp-content/themes/tokyomotronics/images/product/umbdm_head_img.png);
}
.product .archive .leadtext {
  margin: 3.75rem auto 4.375rem;
}
@media (max-width: 599px) {
  .product .archive .leadtext {
    line-height: 2rem;
    text-align: left;
  }
}
.product .archive .leadtext .product_catch_atn {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}
.product .archive .prodcut_list {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 960px) {
  .product .archive .prodcut_list > li {
    padding: 1.875rem 0;
  }
}
@media (max-width: 599px) {
  .product .archive .prodcut_list > li {
    padding: 1.875rem 0.2rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .archive .prodcut_list > li {
    padding: 3rem 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .archive .prodcut_list > li .p_list_wrap {
    display: flex;
    width: 100%;
    margin: auto;
  }
}
@media (min-width: 960px) {
  .product .archive .prodcut_list > li .p_list_wrap {
    display: flex;
    width: 75rem;
    margin: auto;
  }
}
.product .archive .prodcut_list > li:nth-of-type(odd) {
  background-color: #ffeedc;
}
.product .archive .prodcut_list > li .prodcut_thumb {
  width: 60%;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .product .archive .prodcut_list > li .prodcut_thumb {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .archive .prodcut_list > li .prodcut_thumb {
    width: 40%;
  }
}
@media (min-width: 960px) {
  .product .archive .prodcut_list > li .prodcut_thumb img {
    width: auto;
    height: 21.25rem;
  }
}
@media (max-width: 599px) {
  .product .archive .prodcut_list > li .prodcut_thumb img {
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .archive .prodcut_list > li .prodcut_thumb img {
    width: auto;
    height: auto;
  }
}
.product .archive .prodcut_list > li .prodcut_headline {
  width: 40%;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .product .archive .prodcut_list > li .prodcut_headline {
    padding-top: 2.5rem;
  }
}
@media (max-width: 599px) {
  .product .archive .prodcut_list > li .prodcut_headline {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .archive .prodcut_list > li .prodcut_headline {
    width: 60%;
  }
}
.product .archive .prodcut_list > li .prodcut_headline h4 {
  font-size: 2rem;
  font-weight: bold;
}
.product .archive .prodcut_list > li .prodcut_headline h4 > span {
  display: block;
  font-size: 1.125rem;
}
.product .archive .prodcut_list > li .prodcut_headline .catchcopy {
  margin-top: 1.125rem;
  margin-bottom: 3rem;
}
@media (max-width: 599px) {
  .product .archive .prodcut_list > li .prodcut_headline .catchcopy {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .archive .prodcut_list > li .prodcut_headline .catchcopy {
    margin-bottom: 1.125rem;
  }
}
.product .products .product_main_wrap {
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #ffeedc;
}
.product .products .product_main_wrap .product_main_div {
  margin: auto;
}
@media (min-width: 960px) {
  .product .products .product_main_wrap .product_main_div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 75rem;
    height: 25rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .products .product_main_wrap .product_main_div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .product .products .product_main_wrap .product_main_div {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0;
  }
}
.product .products .product_main_wrap .product_main_div .name_wrap {
  width: 45%;
  margin-top: 4rem;
}
@media (max-width: 599px) {
  .product .products .product_main_wrap .product_main_div .name_wrap {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .products .product_main_wrap .product_main_div .name_wrap {
    z-index: 303;
    width: 54%;
    margin: auto 2% auto;
    padding: 2rem 0;
  }
}
.product .products .product_main_wrap .product_main_div .name_wrap > h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .product .products .product_main_wrap .product_main_div .name_wrap > h2 {
    margin-bottom: 0.1rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .products .product_main_wrap .product_main_div .name_wrap > h2 {
    margin-bottom: 0.5rem;
  }
}
.product .products .product_main_wrap .product_main_div .name_wrap > h2 > span {
  display: block;
  font-size: 1rem;
}
.product .products .product_main_wrap .product_main_div .name_wrap > h3 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2rem;
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .products .product_main_wrap .product_main_div .name_wrap > h3 {
    line-height: 1.5rem;
  }
}
.product .products .product_main_wrap .product_main_div .img_wrap {
  width: 51%;
  z-index: 301;
  text-align: center;
}
@media (max-width: 599px) {
  .product .products .product_main_wrap .product_main_div .img_wrap {
    width: 100%;
    height: 15rem;
    padding: 1rem 1rem 0.6rem;
    box-sizing: border-box;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .products .product_main_wrap .product_main_div .img_wrap {
    width: 40%;
  }
}
.product .products .product_main_wrap .product_main_div .img_wrap::before {
  display: block;
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  transform: skewX(-24deg);
  background-color: white;
  box-shadow: 0 0 0 1px #FF8001;
  z-index: 300;
}
@media (min-width: 960px) {
  .product .products .product_main_wrap .product_main_div .img_wrap::before {
    top: 0;
    right: -20%;
  }
}
@media (max-width: 599px) {
  .product .products .product_main_wrap .product_main_div .img_wrap::before {
    bottom: 0;
    right: -20%;
    width: 120%;
    height: 15rem;
  }
}
.product .products .product_main_wrap .product_main_div .img_wrap > img {
  position: relative;
  width: auto;
  height: 21.25rem;
  padding-top: 3rem;
  z-index: 305;
}
@media (max-width: 599px) {
  .product .products .product_main_wrap .product_main_div .img_wrap > img {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .products .product_main_wrap .product_main_div .img_wrap > img {
    width: auto;
    height: 60%;
    padding-top: 0;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.product .products .explanation_wrap {
  width: 75rem;
  margin: 6.25rem auto auto;
}
@media (max-width: 599px) {
  .product .products .explanation_wrap {
    width: 100%;
    margin: 3rem auto auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .products .explanation_wrap {
    width: 100%;
    margin: 3rem auto auto;
  }
}
.product .products .explanation_wrap .explanation_list {
  overflow: hidden;
  list-style-type: none;
  padding-top: 1rem;
}
@media (min-width: 960px) {
  .product .products .explanation_wrap .explanation_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .products .explanation_wrap .explanation_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product .products .explanation_wrap .explanation_list li {
  position: relative;
  width: 48%;
  margin-bottom: 4.375rem;
  padding: 2.5rem;
  box-sizing: border-box;
  justify-content: space-between;
  border: 1px solid #FF8001;
  z-index: 404;
}
@media (max-width: 599px) {
  .product .products .explanation_wrap .explanation_list li {
    width: 98%;
    margin: auto auto 3rem;
    padding: 2rem 0.5rem 1rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .products .explanation_wrap .explanation_list li {
    padding: 1.5rem 0.5rem 0.5rem;
  }
}
.product .products .explanation_wrap .explanation_list li:nth-of-type(2n) {
  top: 2rem;
}
@media (max-width: 599px) {
  .product .products .explanation_wrap .explanation_list li:nth-of-type(2n) {
    top: 0;
  }
}
.product .products .explanation_wrap .explanation_list li h4 {
  position: absolute;
  top: -2rem;
  left: 2rem;
  font-size: 2rem;
  font-weight: bold;
  background-color: white;
  padding: 0.3rem 0.8rem;
  z-index: 405;
}
.product .products .explanation_wrap .explanation_list li h4.fnt_s {
  top: -1.6rem;
  font-size: 1.62rem;
}
.product .products .explanation_wrap .explanation_list li h4 > span {
  padding-left: 0.5rem;
  font-size: 1.2rem;
}
@media (max-width: 599px) {
  .product .products .explanation_wrap .explanation_list li h4 {
    top: -1.5rem;
    left: 0.6rem;
    font-size: 1.5rem;
  }
  .product .products .explanation_wrap .explanation_list li h4.fnt_s {
    top: -1.2rem;
    font-size: 1.2rem;
  }
  .product .products .explanation_wrap .explanation_list li h4 > span {
    padding-left: 0.2rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .products .explanation_wrap .explanation_list li h4 {
    top: -1.5rem;
    left: 1rem;
    font-size: 1.5rem;
  }
}
.product .products .explanation_wrap .explanation_list li .atn {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.product .products .explanation_wrap .explanation_list li .tokusei {
  width: 100%;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.product .products .explanation_wrap .explanation_list li .tokusei .th {
  font-weight: bold;
}
.product .products .explanation_wrap .explanation_list li .tokusei .l {
  width: 50%;
  padding: 0.2rem;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.product .products .explanation_wrap .explanation_list li .tokusei .l.last {
  border-bottom: 1px solid #ccc;
}
.product .products .explanation_wrap .explanation_list li .tokusei .r {
  width: 50%;
  padding: 0.2rem;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.product .products .explanation_wrap .explanation_list li .tokusei .r.last {
  border-bottom: 1px solid #ccc;
}
.product .relation_blog {
  margin-top: 7.5rem;
}
@media (max-width: 599px) {
  .product .relation_blog {
    margin-top: 3rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .product .relation_blog {
    margin-top: 3rem;
  }
}

.umbdm_top {
  margin-top: -2rem;
}
.umbdm_top .umbdm_c_list {
  overflow: hidden;
  list-style-type: none;
}
@media (min-width: 960px) {
  .umbdm_top .umbdm_c_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75rem;
    margin: auto auto 6.25rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .umbdm_top .umbdm_c_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: auto auto 6.25rem;
  }
}
@media (max-width: 599px) {
  .umbdm_top .umbdm_c_list {
    width: 100%;
    margin: auto auto 3rem;
  }
}
.umbdm_top .umbdm_c_list li {
  position: relative;
  width: 32%;
  height: auto;
  padding: 1.5rem 1rem 1.8rem;
  border: 1px solid #FF8001;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 959px) {
  .umbdm_top .umbdm_c_list li {
    padding: 1rem 0.5rem 1rem;
  }
}
@media (max-width: 599px) {
  .umbdm_top .umbdm_c_list li {
    width: 98%;
    height: auto;
    margin: auto auto 3rem;
  }
  .umbdm_top .umbdm_c_list li:nth-of-type(3) {
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .umbdm_top .umbdm_c_list li:nth-of-type(n+3) {
    margin-top: auto;
  }
}
.umbdm_top .umbdm_c_list li a {
  display: block;
  z-index: 605;
}
.umbdm_top .umbdm_c_list li a h4 {
  width: 100%;
  margin-bottom: 1rem;
  z-index: 607;
  font-size: 1.5rem;
  font-weight: bold;
}
.umbdm_top .umbdm_c_list li a h4 > span {
  display: block;
  font-size: 1rem;
}
@media (max-width: 599px) {
  .umbdm_top .umbdm_c_list li a h4 {
    font-size: 1.4rem;
  }
  .umbdm_top .umbdm_c_list li a h4 > span {
    display: block;
    font-size: 1.1rem;
  }
}
.umbdm_top .umbdm_c_list li a > div {
  width: 100%;
  margin: 2rem auto 1rem;
  z-index: 606;
}
@media (max-width: 959px) {
  .umbdm_top .umbdm_c_list li a > div {
    width: 98%;
  }
}
.umbdm_top .umbdm_c_list li a .icon_angle {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 0.5rem;
  margin: auto 0 auto auto;
  text-align: right;
  color: #FF8001;
}
.umbdm_top .umbdm_patent_list_wrap {
  margin: auto;
}
@media (min-width: 600px) {
  .umbdm_top .umbdm_patent_list_wrap {
    width: 60%;
  }
}
@media (max-width: 599px) {
  .umbdm_top .umbdm_patent_list_wrap {
    width: 100%;
  }
}
.umbdm_top .umbdm_patent_list_wrap .patent_header {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
.umbdm_top .umbdm_patent_list_wrap .patent_header span {
  font-size: 0.8em;
  vertical-align: bottom;
}
.umbdm_top .umbdm_patent_list_wrap .patent_list {
  width: 100%;
  margin: 1rem auto auto;
  list-style-type: none;
}
@media (min-width: 600px) {
  .umbdm_top .umbdm_patent_list_wrap .patent_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .umbdm_top .umbdm_patent_list_wrap .patent_list {
    display: block;
  }
}
.umbdm_top .umbdm_patent_list_wrap .patent_list li {
  width: 30%;
}
.umbdm_top .umbdm_patent_list_wrap .patent_list li img {
  width: 100%;
  border: 1px solid #ccc;
}
.umbdm_top .umbdm_patent_list_wrap .patent_list li p {
  margin-top: 0.4rem;
  font-size: 0.85rem;
  text-align: center;
}

.exsample .archive {
  position: relative;
}
.exsample .archive .c-title {
  position: relative;
  overflow: hidden;
  padding-top: 11vh;
  padding-bottom: 11vh;
  z-index: 5;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  background-image: url(/wp-content/themes/tokyomotronics/images/exsample/example_head_img.png);
}
@media (max-width: 599px) {
  .exsample .archive .c-title {
    width: 100%;
    margin: auto;
    padding-top: 6vh;
    padding-bottom: 6vh;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .exsample .archive .c-title {
    padding-top: 8vh;
    padding-botto: 8vh;
    padding-left: 0.5rem;
  }
}
.exsample .archive .c-title .title_text {
  display: block;
  text-align: left;
  margin: auto auto 1rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  width: 75rem;
}
@media (max-width: 599px) {
  .exsample .archive .c-title .title_text {
    width: 100%;
    margin: auto;
    font-size: 1.5rem;
  }
}
.exsample .archive .c-title .leadtext {
  margin: auto;
  display: block;
  line-height: 2rem;
  font-size: 1.24rem;
  font-weight: bold;
  text-align: left;
  width: 75rem;
}
@media (max-width: 599px) {
  .exsample .archive .c-title .leadtext {
    width: 100%;
    line-height: 1.5rem;
    font-size: 0.95rem;
  }
}
.exsample .archive .exsample_list {
  display: block;
  margin: 6.25rem auto;
  width: 75rem;
  list-style-type: none;
}
@media (max-width: 959px) {
  .exsample .archive .exsample_list {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.exsample .archive .exsample_list > li {
  position: relative;
  width: 46.25rem;
  margin: 8rem auto auto 0;
}
@media (max-width: 599px) {
  .exsample .archive .exsample_list > li {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .exsample .archive .exsample_list > li {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .exsample .archive .exsample_list > li:nth-of-type(1) {
    margin: auto auto auto;
  }
}
.exsample .archive .exsample_list > li:nth-of-type(2n) {
  margin: 8.75rem 0 auto auto;
}
@media (min-width: 600px) and (max-width: 959px) {
  .exsample .archive .exsample_list > li:nth-of-type(2n) {
    margin: 6rem auto auto;
  }
}
.exsample .archive .exsample_list > li a {
  display: block;
  position: relative;
  width: 100%;
}
.exsample .archive .exsample_list > li a img {
  width: 100%;
  height: auto;
}
.exsample .archive .exsample_list > li a .exsample_list__text {
  position: absolute;
  bottom: -3rem;
  left: 0;
  display: inline-block;
  background-color: #FF8001;
  width: auto;
  height: auto;
  margin-bottom: 1rem;
  padding: 0.3rem 0rem 0.3rem 0.3rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .exsample .archive .exsample_list > li a .exsample_list__text {
    width: 85%;
  }
}
.exsample .archive .exsample_list > li a .exsample_list__text:after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 100%;
  background-color: #FF8001;
  position: absolute;
  top: 0;
  right: -1.5rem;
  transform: skewX(-24deg);
}
@media (max-width: 599px) {
  .exsample .archive .exsample_list > li a .exsample_list__text:after {
    width: 4rem;
    right: -2rem;
  }
}
.exsample .archive .exsample_list > li a .exsample_list__text .wrap {
  display: inline-block;
  width: 100%;
  padding: 1rem 3rem 1rem 1.5rem;
  background-color: #FF8001;
  color: white;
  line-height: 3rem;
  box-shadow: 0 0 0 1px white inset;
  position: relative;
}
@media (max-width: 599px) {
  .exsample .archive .exsample_list > li a .exsample_list__text .wrap {
    height: 100%;
  }
}
.exsample .archive .exsample_list > li a .exsample_list__text .wrap:after {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 100%;
  background-color: #FF8001;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: white;
  position: absolute;
  top: 0;
  right: -1rem;
  z-index: 1;
  transform: skewX(-24deg);
}
@media (min-width: 600px) and (max-width: 959px) {
  .exsample .archive .exsample_list > li a .exsample_list__text .wrap:after {
    background-color: transparent;
  }
}
@media (max-width: 599px) {
  .exsample .archive .exsample_list > li a .exsample_list__text .wrap:after {
    width: 4rem;
    right: -1rem;
  }
}
.exsample .archive .exsample_list > li a .exsample_list__text .wrap .useproduct {
  display: block;
  z-index: 151;
  position: relative;
  height: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: normal;
  overflow: hidden;
}
.exsample .archive .exsample_list > li a .exsample_list__text .wrap .exsample_l_title {
  display: block;
  z-index: 152;
  height: 1.6rem;
  margin-top: 0.2rem;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
@media (max-width: 599px) {
  .exsample .archive .exsample_list > li a .exsample_list__text .wrap .exsample_l_title {
    height: auto;
  }
}

.exsample_s_wrap .exsample_s_main_wrap {
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #ffeedc;
}
.exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div {
  position: relative;
  margin: auto;
}
@media (min-width: 960px) {
  .exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 75rem;
    height: 25rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 15rem;
  }
}
@media (max-width: 599px) {
  .exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div {
    width: 100%;
    height: auto;
  }
}
.exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .name_wrap {
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .name_wrap {
    width: 52%;
    margin-top: 4rem;
    padding-right: 7.5rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .name_wrap {
    width: 60%;
    margin: auto;
    padding: 0 8% 0 3%;
  }
}
@media (max-width: 599px) {
  .exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .name_wrap {
    width: 98%;
    padding: 1rem 0.6rem 0;
  }
}
.exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .name_wrap > h2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .name_wrap > h2 {
    margin-bottom: 0.5rem;
  }
}
.exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .name_wrap > h2 > span {
  display: block;
  font-size: 1.2rem;
}
.exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .name_wrap > h3 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 2rem;
}
.exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .img_wrap {
  height: 100%;
  z-index: 301;
  text-align: center;
}
@media (min-width: 960px) {
  .exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .img_wrap {
    width: 48%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .img_wrap {
    width: 40%;
  }
}
@media (max-width: 599px) {
  .exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .img_wrap {
    width: 100%;
    height: 12rem;
  }
}
.exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .img_wrap::before {
  display: block;
  position: absolute;
  content: "";
  transform: skewX(-24deg);
  background-color: white;
  box-shadow: 0 0 0 1px #FF8001;
  z-index: 300;
}
@media (min-width: 960px) {
  .exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .img_wrap::before {
    top: 0;
    right: -20%;
    width: 80%;
    height: 100%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .img_wrap::before {
    top: 0;
    right: -20%;
    width: 68%;
    height: 100%;
  }
}
@media (max-width: 599px) {
  .exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .img_wrap::before {
    bottom: 0;
    left: -35%;
    width: 120%;
    height: 12rem;
  }
}
.exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .img_wrap > img {
  position: relative;
  width: auto;
  height: 100%;
  z-index: 305;
}
@media (max-width: 599px) {
  .exsample_s_wrap .exsample_s_main_wrap .exsample_s_main_div .img_wrap > img {
    width: auto;
    height: 12rem;
    left: -18%;
  }
}
.exsample_s_wrap .explanation_wrap {
  width: 75rem;
  margin: 6.25rem auto auto;
}
@media (max-width: 959px) {
  .exsample_s_wrap .explanation_wrap {
    width: 100%;
    margin: 3rem auto auto;
  }
}
.exsample_s_wrap .explanation_wrap .explanation_list {
  overflow: hidden;
  list-style-type: none;
  padding-top: 1rem;
}
@media (min-width: 960px) {
  .exsample_s_wrap .explanation_wrap .explanation_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .exsample_s_wrap .explanation_wrap .explanation_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.exsample_s_wrap .explanation_wrap .explanation_list li {
  position: relative;
  width: 48%;
  margin-bottom: 4.375rem;
  padding: 2.5rem;
  box-sizing: border-box;
  justify-content: space-between;
  border: 1px solid #FF8001;
  z-index: 404;
}
@media (max-width: 599px) {
  .exsample_s_wrap .explanation_wrap .explanation_list li {
    width: 98%;
    margin: auto auto 3rem;
    padding: 2rem 0.5rem 1rem;
  }
}
.exsample_s_wrap .explanation_wrap .explanation_list li:nth-of-type(2n) {
  top: 2rem;
}
.exsample_s_wrap .explanation_wrap .explanation_list li h4 {
  position: absolute;
  top: -2rem;
  left: 2rem;
  font-size: 2rem;
  font-weight: bold;
  background-color: white;
  padding: 0.3rem 0.8rem;
  z-index: 405;
}
.exsample_s_wrap .explanation_wrap .explanation_list li h4 > span {
  padding-left: 0.5rem;
  font-size: 1rem;
}
@media (max-width: 599px) {
  .exsample_s_wrap .explanation_wrap .explanation_list li h4 {
    top: -1.5rem;
    left: 1rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .exsample_s_wrap .explanation_wrap .explanation_list li h4 {
    top: -1.2rem;
    left: 0.5rem;
    font-size: 1.2rem;
    padding: 0.3rem 0.5rem;
  }
}
.exsample_s_wrap .explanation_wrap .explanation_list li .atn {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}
.exsample_s_wrap .explanation_wrap .explanation_list li .tokusei {
  width: 100%;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.exsample_s_wrap .explanation_wrap .explanation_list li .tokusei .th {
  font-weight: bold;
}
.exsample_s_wrap .explanation_wrap .explanation_list li .tokusei .l {
  width: 50%;
  padding: 0.2rem;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.exsample_s_wrap .explanation_wrap .explanation_list li .tokusei .l.last {
  border-bottom: 1px solid #ccc;
}
.exsample_s_wrap .explanation_wrap .explanation_list li .tokusei .r {
  width: 50%;
  padding: 0.2rem;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.exsample_s_wrap .explanation_wrap .explanation_list li .tokusei .r.last {
  border-bottom: 1px solid #ccc;
}
.exsample_s_wrap .contents_wrap {
  width: 75rem;
  margin: 4.375rem auto;
  padding: 2.5rem;
  background-color: #ffeedc;
}
@media (max-width: 959px) {
  .exsample_s_wrap .contents_wrap {
    width: 100%;
    margin: 3rem auto;
    padding: 1.5rem 0.5rem;
  }
}
.exsample_s_wrap .contents_wrap > h3 {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 2px;
  background-color: #FF8001;
}
@media (max-width: 599px) {
  .exsample_s_wrap .contents_wrap > h3 {
    margin-bottom: 1rem;
  }
}
.exsample_s_wrap .contents_wrap > h3 > span {
  display: block;
  padding: 0.5rem 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #FF8001;
  color: white;
  border: 1px solid white;
}
@media (max-width: 599px) {
  .exsample_s_wrap .contents_wrap > h3 > span {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
}
.exsample_s_wrap .contents_wrap > h4 {
  margin-bottom: 0.6rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.exsample_s_wrap .contents_wrap .ex_descri + h4 {
  margin-top: 1.5rem;
}

.company_top .company_top_title {
  position: relative;
  z-index: 904;
}
.company_top .company_top_title .c-title {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 18vh;
  padding-bottom: 18vh;
  z-index: 5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  background-image: url(/wp-content/themes/tokyomotronics/images/company_head_img.png);
}
@media (max-width: 599px) {
  .company_top .company_top_title .c-title {
    padding: 10vh 0.8rem 22vh;
  }
}
.company_top .company_top_title .c-title .title_text {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: white 2px 2px 0px;
}
@media (max-width: 599px) {
  .company_top .company_top_title .c-title .title_text {
    font-size: 1.5rem;
  }
}
.company_top .company_top_title .c_top_msg {
  position: absolute;
  z-index: 906;
  font-size: 3.5rem;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .company_top .company_top_title .c_top_msg {
    width: 40rem;
    max-width: 90vw;
    bottom: -5rem;
    margin-top: 4.5rem;
    padding: 2rem 10rem 2rem 2rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .company_top .company_top_title .c_top_msg {
    width: 40rem;
    max-width: 90vw;
    bottom: -5rem;
    margin-top: 4.5rem;
    padding: 2rem 10rem 2rem 2rem;
  }
}
@media (max-width: 599px) {
  .company_top .company_top_title .c_top_msg {
    width: 100%;
    bottom: -5rem;
    margin-top: 4.5rem;
    padding: 1rem 4rem 1.5rem 0.5rem;
  }
}
.company_top .company_top_title .c_top_msg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F0F8FA;
  position: absolute;
  top: 0;
  left: -7rem;
  transform: skewX(-24deg);
}
@media (max-width: 599px) {
  .company_top .company_top_title .c_top_msg:before {
    width: 120%;
    transform: skewX(-18deg);
  }
}
.company_top .company_top_title .c_top_msg h3 {
  position: relative;
  z-index: 912;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: bold;
  background-color: #F0F8FA;
}
@media (max-width: 599px) {
  .company_top .company_top_title .c_top_msg h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}
.company_top .company_top_title .c_top_msg h3:after {
  position: absolute;
  top: 1.5rem;
  z-index: 910;
  display: inline-block;
  width: 50%;
  margin-left: 1rem;
  border-top: 1px solid #4B4B4B;
  content: "";
}
.company_top .company_top_title .c_top_msg .c_top_c {
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
  z-index: 909;
}
.company_top .company_c_list {
  overflow: hidden;
  list-style-type: none;
}
@media (min-width: 960px) {
  .company_top .company_c_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 65rem;
    margin: 10rem auto 6.25rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .company_top .company_c_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 10rem auto 6.25rem;
  }
}
@media (max-width: 599px) {
  .company_top .company_c_list {
    width: 100%;
    margin: 10rem auto 3rem;
  }
}
.company_top .company_c_list li {
  width: 48%;
  height: 15rem;
  overflow: hidden;
  border: 1px solid #FF8001;
  overflow: hidden;
}
@media (max-width: 599px) {
  .company_top .company_c_list li {
    width: 98%;
    height: auto;
    margin: auto auto 3rem;
  }
  .company_top .company_c_list li:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.company_top .company_c_list li:nth-of-type(n+3) {
  margin-top: 3rem;
}
@media (max-width: 599px) {
  .company_top .company_c_list li:nth-last-of-type() {
    margin-top: auto;
  }
}
.company_top .company_c_list li a {
  display: block;
  position: relative;
  z-index: 605;
  box-sizing: border-box;
  border-top: 15rem solid #ffeedc;
  border-right: 6.5rem solid transparent;
}
@media (max-width: 599px) {
  .company_top .company_c_list li a {
    border-top: 12rem solid #ffeedc;
  }
}
.company_top .company_c_list li a h4 {
  position: absolute;
  top: -13rem;
  left: 2rem;
  width: 100%;
  z-index: 607;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .company_top .company_c_list li a h4 {
    top: -11rem;
    left: 1rem;
    font-size: 1.5rem;
  }
}
.company_top .company_c_list li a > div {
  position: absolute;
  top: -9rem;
  left: 2rem;
  width: 28rem;
  z-index: 606;
}
@media (min-width: 600px) and (max-width: 959px) {
  .company_top .company_c_list li a > div {
    width: 110%;
  }
}
@media (max-width: 599px) {
  .company_top .company_c_list li a > div {
    left: 1rem;
    top: -8rem;
    width: 98%;
  }
}
.company_top .company_c_list li a .icon_angle {
  position: absolute;
  top: -3rem;
  right: -5rem;
  color: #FF8001;
}

.philosophy .c-title {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
  z-index: 5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  background-image: url(/wp-content/themes/tokyomotronics/images/philosophy_head_img.png);
}
@media (max-width: 599px) {
  .philosophy .c-title {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
.philosophy .c-title .title_text {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
@media (max-width: 599px) {
  .philosophy .c-title .title_text {
    font-size: 1.5rem;
  }
}
.philosophy .ceo_wrap {
  position: relative;
  z-index: 75;
  box-sizing: border-box;
  background-color: #ffeedc;
  width: 65rem;
  margin: -5rem auto 6.25rem;
  padding: 2.5rem;
}
@media (max-width: 959px) {
  .philosophy .ceo_wrap {
    width: 96%;
    margin: -3rem auto 3rem;
    padding: 2.5rem 0.6rem;
  }
}
.philosophy .ceo_wrap > h3 {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 2px;
  background-color: #FF8001;
}
@media (max-width: 599px) {
  .philosophy .ceo_wrap > h3 {
    display: block;
    margin: auto auto 2rem;
  }
}
.philosophy .ceo_wrap > h3 span {
  display: block;
  padding: 0.5rem 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #FF8001;
  color: white;
  border: 1px solid white;
}
@media (max-width: 599px) {
  .philosophy .ceo_wrap > h3 span {
    padding: 0.3rem 0;
    font-size: 1.2rem;
    text-align: center;
  }
}
.philosophy .ceo_wrap .ceo_img_wrap {
  z-index: 52;
  height: auto;
}
@media (min-width: 960px) {
  .philosophy .ceo_wrap .ceo_img_wrap {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    width: 15rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .philosophy .ceo_wrap .ceo_img_wrap {
    position: absolute;
    top: 4%;
    right: 4%;
    width: 30%;
  }
}
@media (max-width: 599px) {
  .philosophy .ceo_wrap .ceo_img_wrap {
    width: 60%;
    margin: auto;
  }
}
.philosophy .ceo_wrap .ceo_img_wrap > img {
  width: 100%;
}
.philosophy .ceo_wrap .name {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 2.5rem auto;
  padding-left: 2.3rem;
}
@media (max-width: 599px) {
  .philosophy .ceo_wrap .name {
    width: 60%;
    margin: 1rem auto 2rem;
    padding-left: 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .philosophy .ceo_wrap .name {
    width: 96%;
    margin: 1rem auto 2rem;
    padding-left: 1.5rem;
  }
}
.philosophy .ceo_wrap .name > span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (max-width: 599px) {
  .philosophy .ceo_wrap .name > span {
    margin-bottom: 0;
  }
}
.philosophy .ceo_wrap .text {
  position: relative;
  z-index: 54;
  width: 100%;
  margin: auto auto auto 0;
  padding: 2.5rem;
  box-sizing: border-box;
  border: 1px solid #FF8001;
  background-color: white;
  line-height: 2rem;
}
@media (max-width: 599px) {
  .philosophy .ceo_wrap .text {
    margin: auto;
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .philosophy .ceo_wrap .text {
    width: 96%;
    margin: auto;
    padding: 1.5rem 1rem;
  }
}
.philosophy .point_wrap {
  width: 65rem;
  margin: 6.25rem auto;
}
@media (max-width: 959px) {
  .philosophy .point_wrap {
    width: 98%;
    margin: 4rem auto;
  }
}
.philosophy .point_wrap > h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  .philosophy .point_wrap > h3 {
    font-size: 1.5rem;
  }
}
.philosophy .point_wrap .lead {
  margin: 2.5rem auto 3.75rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.philosophy .point_wrap .point_list {
  list-style-type: none;
}
@media (min-width: 960px) {
  .philosophy .point_wrap .point_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .philosophy .point_wrap .point_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.philosophy .point_wrap .point_list .item {
  width: 45%;
  align-items: flex-start;
  border: 1px solid #FF8001;
  padding: 1rem 2rem 2rem;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .philosophy .point_wrap .point_list .item {
    width: 96%;
    padding: 1rem 1.5rem;
    margin: auto auto 3rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .philosophy .point_wrap .point_list .item {
    width: 48%;
    padding: 1rem 1.5rem;
    margin: 0 auto auto;
  }
}
.philosophy .point_wrap .point_list .item:nth-of-type(2n) {
  margin-left: 10%;
}
@media (max-width: 599px) {
  .philosophy .point_wrap .point_list .item:nth-of-type(2n) {
    margin-left: auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .philosophy .point_wrap .point_list .item:nth-of-type(2n) {
    margin-left: 4%;
  }
}
@media (min-width: 600px) {
  .philosophy .point_wrap .point_list .item:nth-of-type(n+3) {
    margin-top: 3.75rem;
  }
}
.philosophy .point_wrap .point_list .title {
  background-color: #FF8001;
  width: 10rem;
  height: 3.5rem;
  margin-bottom: 1rem;
  padding: 0.25rem;
  position: relative;
  left: -2.5rem;
}
@media (max-width: 599px) {
  .philosophy .point_wrap .point_list .title {
    left: -2rem;
  }
}
.philosophy .point_wrap .point_list .title:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-color: #9a4d00;
  border-width: 0.25rem;
  border-style: solid;
  border-left-color: rgba(154, 77, 0, 0);
  border-bottom-color: rgba(154, 77, 0, 0);
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}
@media (max-width: 599px) {
  .philosophy .point_wrap .point_list .title:before {
    bottom: -0.5rem;
    left: -0.03rem;
  }
}
.philosophy .point_wrap .point_list .title:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 3.5rem;
  background-color: #FF8001;
  position: absolute;
  top: 0;
  right: -1rem;
  transform: skewX(-24deg);
}
.philosophy .point_wrap .point_list .title > span {
  display: inline-block;
  width: 100%;
  background-color: #FF8001;
  padding-left: 1.25rem;
  color: white;
  line-height: 3rem;
  box-shadow: 0 0 0 1px white inset;
  position: relative;
}
.philosophy .point_wrap .point_list .title > span:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 3rem;
  background-color: #FF8001;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: white;
  position: absolute;
  top: 0;
  right: -1rem;
  z-index: 1;
  transform: skewX(-24deg);
}
.philosophy .point_wrap .point_list .cap {
  margin-top: 1rem;
  line-height: 2rem;
}

.about.iso .c-title {
  background-image: url(/wp-content/themes/tokyomotronics/images/iso_head_img.png);
}
.about .c-title {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 11vh;
  padding-bottom: 11vh;
  z-index: 5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  background-image: url(/wp-content/themes/tokyomotronics/images/about_head_img.png);
}
@media (max-width: 599px) {
  .about .c-title {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
.about .c-title .title_text {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
@media (max-width: 599px) {
  .about .c-title .title_text {
    font-size: 1.5rem;
  }
}
.about .overview {
  width: 65rem;
  margin: 4.375rem auto auto;
  padding: 4.375rem 6.25rem;
  background-color: #F8F8F8;
}
@media (max-width: 959px) {
  .about .overview {
    width: 98%;
    margin: 3rem auto auto;
    padding: 1.5rem 0.5rem 2.5rem;
  }
}
.about .overview table {
  width: 50rem;
  margin: auto;
  border-collapse: collapse;
}
@media (max-width: 959px) {
  .about .overview table {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .about .overview table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .about .overview table tr {
    display: block;
    width: 100%;
  }
}
.about .overview table tr th {
  width: 30%;
  padding: 1.875rem 1rem;
  box-sizing: border-box;
  border-bottom: 1px solid #4B4B4B;
}
@media (max-width: 599px) {
  .about .overview table tr th {
    display: block;
    width: 100%;
    padding: 1rem 0.5rem;
    text-align: left;
    border-bottom: 1px dotted #ccc;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .about .overview table tr th {
    width: 25%;
  }
}
.about .overview table tr td {
  width: 40%;
  padding: 1.875rem 1rem 1.875rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #4B4B4B;
}
.about .overview table tr td .atn {
  padding-top: 0.4rem;
  font-size: 0.9rem;
  text-align: right;
}
@media (max-width: 599px) {
  .about .overview table tr td {
    display: block;
    width: 100%;
    padding: 1rem 0.5rem;
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .about .overview table tr td {
    width: 75%;
  }
}
.about .certification {
  width: 65rem;
  margin: 5rem auto auto;
  padding: 0;
}
@media (max-width: 959px) {
  .about .certification {
    width: 98%;
    margin: 3rem auto auto;
    padding: 0 2%;
  }
}
.about .certification > h3 {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.about .certification table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
@media (max-width: 959px) {
  .about .certification table {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .about .certification table tbody {
    display: block;
    width: 100%;
  }
}
.about .certification table tr:nth-last-of-type(1) {
  border-bottom: 1px solid #4B4B4B;
}
.about .certification table tr:nth-last-of-type(1) th, .about .certification table tr:nth-last-of-type(1) td {
  padding-bottom: 2.4rem;
}
@media (max-width: 599px) {
  .about .certification table tr {
    display: block;
    width: 100%;
  }
}
.about .certification table tr th {
  width: 30%;
  padding: 1rem;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .about .certification table tr th {
    display: block;
    width: 100%;
    padding: 0.5rem;
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .about .certification table tr th {
    width: 25%;
  }
}
.about .certification table tr td {
  width: 70%;
  padding: 1rem 1rem 1rem 0;
  box-sizing: border-box;
}
.about .certification table tr td .atn {
  padding-top: 0.4rem;
  font-size: 0.9rem;
  text-align: right;
}
.about .certification table tr td.thumb_ninsho > img {
  width: auto;
  max-height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0.5%;
  border: 1px solid #ccc;
}
@media (max-width: 599px) {
  .about .certification table tr td {
    display: block;
    width: 100%;
    padding: 0.6rem;
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .about .certification table tr td {
    width: 75%;
  }
}
.about .history {
  width: 65rem;
  margin: 4.375rem auto auto;
  padding: 4.375rem 6.25rem;
}
@media (max-width: 959px) {
  .about .history {
    width: 98%;
    margin: 3rem auto;
    padding: 1.5rem 0.5rem 0;
  }
}
.about .history > h3 {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.about .history table {
  width: 60rem;
  margin: auto;
  border-collapse: collapse;
}
@media (max-width: 959px) {
  .about .history table {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .about .history table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .about .history table tr {
    display: block;
    width: 100%;
  }
}
.about .history table tr th {
  width: 19%;
  padding: 1.875rem 3.75rem 1.875rem 0;
  border-right: 1px solid #4B4B4B;
  text-align: left;
  vertical-align: text-top;
}
@media (max-width: 599px) {
  .about .history table tr th {
    display: block;
    width: 100%;
    padding: 1rem 0.5rem;
    border-right: 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .about .history table tr th {
    width: 20%;
    padding: 1.5rem 0.75rem;
  }
}
.about .history table tr td {
  width: 81%;
  padding: 2rem 0.5rem;
  vertical-align: text-top;
}
@media (max-width: 599px) {
  .about .history table tr td {
    display: block;
    width: 100%;
    padding: 0 0.5rem 2rem;
    border-bottom: 1px solid #4B4B4B;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .about .history table tr td {
    width: 80%;
    padding: 2rem 1.5rem;
  }
}
.about .history table tr td > img {
  width: 16.25rem;
  float: right;
  margin: 0 0 0.5rem 0.5rem;
}
@media (max-width: 599px) {
  .about .history table tr td > img {
    width: 100%;
    float: none;
    margin: 1rem 0;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .about .history table tr td > img {
    display: block;
    width: 50%;
    float: none;
    margin: 1rem 0;
  }
}

.business .c-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  .business .c-title {
    margin: 1.5rem auto 0;
  }
}
.business .business_c_wrap {
  position: relative;
  width: 65rem;
  margin: 8.75rem auto auto;
  padding: 4.375rem;
  box-sizing: border-box;
  background-color: #ffeedc;
}
@media (max-width: 599px) {
  .business .business_c_wrap {
    width: 96%;
    margin: 3rem auto auto;
    padding: 1.5rem 0.2rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .business .business_c_wrap {
    width: 92%;
    margin: 3rem auto auto;
    padding: 1.5rem 4%;
  }
}
.business .business_c_wrap .headline_wrap {
  position: relative;
  left: -4.9rem;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1.875rem;
  background-color: #FF8001;
}
@media (max-width: 599px) {
  .business .business_c_wrap .headline_wrap {
    left: -0.2rem;
    width: 80%;
    padding: 1.2rem 0.8rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .business .business_c_wrap .headline_wrap {
    left: -6%;
    width: 48%;
    padding: 1rem;
  }
}
@media (min-width: 600px) {
  .business .business_c_wrap .headline_wrap:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-color: #9a4d00;
    border-width: 0.25rem;
    border-style: solid;
    border-left-color: rgba(154, 77, 0, 0);
    border-bottom-color: rgba(154, 77, 0, 0);
    position: absolute;
    bottom: -0.5rem;
    left: 0;
  }
}
.business .business_c_wrap .headline_wrap:after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 100%;
  background-color: #FF8001;
  position: absolute;
  top: 0;
  right: -3rem;
  transform: skewX(-24deg);
  z-index: 36;
}
.business .business_c_wrap .headline_wrap h3 {
  color: white;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 42;
}
@media (max-width: 599px) {
  .business .business_c_wrap .headline_wrap h3 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 0.2rem;
  }
}
.business .business_c_wrap .headline_wrap .catch {
  position: relative;
  z-index: 39;
  font-size: 1.125rem;
  font-weight: bold;
  color: white;
}
@media (max-width: 599px) {
  .business .business_c_wrap .headline_wrap .catch {
    font-weight: normal;
  }
}
.business .business_c_wrap > img {
  display: block;
  height: auto;
}
@media (min-width: 960px) {
  .business .business_c_wrap > img {
    position: absolute;
    top: -4.375rem;
    right: -3rem;
    width: 30rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .business .business_c_wrap > img {
    position: absolute;
    top: -4%;
    right: -2%;
    width: 40%;
  }
}
@media (max-width: 599px) {
  .business .business_c_wrap > img {
    position: relative;
    width: 90%;
    margin: 1rem auto;
  }
}
.business .business_c_wrap > h4 {
  align-items: center;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .business .business_c_wrap > h4 {
    display: flex;
    margin: 4.375rem auto auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .business .business_c_wrap > h4 {
    display: flex;
    margin: 3rem auto 1rem;
  }
}
.business .business_c_wrap > h4:after {
  border-top: 1px solid #ccc;
  content: "";
  width: 100%;
  margin-left: 0.8rem;
}
.business .business_c_wrap .business_c_text {
  line-height: 2rem;
}
.business .business_c_wrap + .business_c_wrap {
  margin-top: 12rem;
}
@media (max-width: 959px) {
  .business .business_c_wrap + .business_c_wrap {
    margin-top: 4rem;
  }
}
.business .business_c_wrap.second {
  background-color: #F0F8FA;
}
.business .business_c_wrap.second .headline_wrap {
  position: relative;
  background-color: #5F2890;
}
@media (min-width: 960px) {
  .business .business_c_wrap.second .headline_wrap {
    right: -39.5rem;
    left: initial;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .business .business_c_wrap.second .headline_wrap {
    right: initial;
    left: 58%;
  }
}
@media (max-width: 599px) {
  .business .business_c_wrap.second .headline_wrap {
    right: initial;
    left: 21%;
  }
}
.business .business_c_wrap.second .headline_wrap:before {
  left: auto;
  right: 0;
  border-color: #220040;
  border-right-color: rgba(154, 77, 0, 0);
  border-bottom-color: rgba(154, 77, 0, 0);
}
.business .business_c_wrap.second .headline_wrap:after {
  left: -2.5rem;
  transform: skewX(24deg);
  background-color: #5F2890;
}
@media (min-width: 600px) and (max-width: 959px) {
  .business .business_c_wrap.second .headline_wrap:after {
    left: -16.5%;
  }
}
.business .business_c_wrap.second > img {
  right: auto;
  left: -3rem;
}
@media (max-width: 599px) {
  .business .business_c_wrap.second > img {
    right: auto;
    left: auto;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .business .business_c_wrap.second > img {
    left: -2%;
  }
}
.business .business_c_wrap + .leadtext {
  margin-top: 6.25rem;
}
@media (max-width: 599px) {
  .business .business_c_wrap + .leadtext {
    margin-top: 3rem;
  }
}

.iso .c-title {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 11vh;
  padding-bottom: 11vh;
  z-index: 5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
  background-image: url(/wp-content/themes/tokyomotronics/images/iso_head_img.png);
}
@media (max-width: 599px) {
  .iso .c-title {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
.iso .c-title .title_text {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
@media (max-width: 599px) {
  .iso .c-title .title_text {
    font-size: 1.5rem;
  }
}
.iso .quality_declaration .lead {
  text-align: center;
  font-size: 1.2rem;
}
.iso .quality_declaration .direction_header {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1.8rem auto 0.5rem;
}
.iso .quality_declaration .direction_list {
  max-width: 48rem;
  margin: auto;
  list-style-type: none;
}
.iso .quality_declaration .direction_list li {
  padding: 0.4rem 0;
}
.iso .quality_declaration .direction_list.mt_20 {
  margin-top: 2rem;
}
.iso .quality_declaration .enactment_sign {
  max-width: 48rem;
  margin: 1rem auto auto;
  text-align: right;
  font-size: 0.9rem;
}
.iso .certification {
  max-width: 48rem;
  margin: 5rem auto;
  padding: 0;
}
@media (max-width: 959px) {
  .iso .certification {
    width: 98%;
    margin: 3rem auto auto;
    padding: 0 2%;
  }
}
.iso .certification > h3 {
  border-bottom: 2px solid #FF8001;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 2.5rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.iso .certification table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
@media (max-width: 959px) {
  .iso .certification table {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .iso .certification table tbody {
    display: block;
    width: 100%;
  }
}
.iso .certification table tr:nth-last-of-type(1) {
  border-bottom: 1px solid #4B4B4B;
}
.iso .certification table tr:nth-last-of-type(1) th, .iso .certification table tr:nth-last-of-type(1) td {
  padding-bottom: 2.4rem;
}
@media (max-width: 599px) {
  .iso .certification table tr {
    display: block;
    width: 100%;
  }
}
.iso .certification table tr th {
  width: 32%;
  padding: 1rem;
  box-sizing: border-box;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .iso .certification table tr th {
    display: block;
    width: 100%;
    padding: 0.5rem;
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .iso .certification table tr th {
    width: 25%;
  }
}
.iso .certification table tr td {
  width: 68%;
  padding: 1rem 1rem 1rem 0;
  box-sizing: border-box;
  vertical-align: middle;
}
.iso .certification table tr td .atn {
  padding-top: 0.4rem;
  font-size: 0.9rem;
  text-align: right;
}
.iso .certification table tr td > img {
  vertical-align: middle;
}
.iso .certification table tr td.thumb_ninsho > img {
  width: auto;
  max-height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0.5%;
  border: 1px solid #ccc;
}
@media (max-width: 599px) {
  .iso .certification table tr td {
    display: block;
    width: 100%;
    padding: 0.6rem;
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .iso .certification table tr td {
    width: 75%;
  }
}

.p-article--archive .c-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  .p-article--archive .c-title {
    margin: 1.5rem auto 0;
  }
}
@media (min-width: 960px) {
  .p-article--archive .p-article__list {
    width: 75rem;
    margin: 4.375rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-article--archive .p-article__list {
    width: 98%;
    margin: 4.375rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  .p-article--archive .p-article__list {
    width: 98%;
    margin: 3rem auto;
  }
}
.p-article--archive .p-article__list:after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
.p-article--archive .p-article__list .c-list__item {
  width: 30%;
  margin: 0 0 2.5rem;
  background-color: #F0F8FA;
}
@media (max-width: 599px) {
  .p-article--archive .p-article__list .c-list__item {
    width: 98%;
    margin: auto auto 2.5rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .p-article--archive .p-article__list .c-list__item {
    width: 47.83%;
  }
}
.p-article--archive .p-article__list .c-list__item a {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.p-article--archive .p-article__list .c-list__item a img {
  width: 100%;
  height: 15.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.p-article--archive .p-article__list .c-list__item a .cat_tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 27;
  display: inline-block;
  width: auto;
  height: 2rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  line-height: 1rem;
  font-size: 0.8rem;
  background-color: #5F2890;
  color: white;
}
.p-article--archive .p-article__list .c-list__item a .cat_tag:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 100%;
  background-color: #5F2890;
  position: absolute;
  top: 0;
  right: -0.6rem;
  z-index: 26;
  transform: skewX(-24deg);
}
.p-article--archive .p-article__list .c-list__item a section {
  padding: 0.625rem;
}
.p-article--archive .p-article__list .c-list__item a section h3 {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 599px) {
  .p-article--archive .p-article__list .c-list__item a section h3 {
    text-align: left;
    margin: auto auto 0.2rem;
  }
}
.p-article--archive .p-article__list .c-list__item a section > span {
  display: inline;
  padding-right: 1rem;
  font-size: 1rem;
}
.p-article--archive .p-article__list .c-list__item a section .author {
  display: inline;
  font-size: 1rem;
}

.article_single_wrap {
  margin: auto auto 4.375rem;
}
@media (min-width: 960px) {
  .article_single_wrap {
    width: 75rem;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .article_single_wrap {
    width: 100%;
    margin: 1rem auto 3rem;
  }
}
@media (max-width: 599px) {
  .article_single_wrap {
    margin: 1rem auto 3rem;
  }
}
@media (min-width: 600px) {
  .article_single_wrap .p-article--single {
    width: 71%;
    float: left;
  }
}
.article_single_wrap .p-article--single .p-article__body {
  padding: 0 0.5rem;
}
.article_single_wrap .p-article--single .p-article__body p {
  margin-bottom: 1rem;
}
.article_single_wrap .p-article--single .p-article__body h2 {
  margin: 2rem auto;
  padding: 1rem 0.5rem;
  border-bottom: 2px solid #4B4B4B;
  font-size: 1.25rem;
  font-weight: bold;
}
.article_single_wrap .p-article--single .p-article__body h3 {
  margin: 2rem -0.5rem 0.8rem;
  padding: 1rem 0.5rem;
  border: solid #ccc;
  border-width: 1px 0;
  font-size: 1.1rem;
  font-weight: bolder;
}
.article_single_wrap .p-article--single .p-article__body h4 {
  padding: 2rem 0 1rem;
  font-size: 1rem;
  font-weight: bolder;
}
.article_single_wrap .p-article--single .p-article__body img {
  display: block;
  margin: 0 auto 1rem;
}
.article_single_wrap .p-article--single .p-article__body iframe {
  width: 100%;
  padding-bottom: 0%;
}
@media (min-width: 960px) {
  .article_single_wrap .p-article--single .p-article__body iframe {
    height: 500px;
    min-height: 460px;
  }
}
@media (max-width: 599px) {
  .article_single_wrap .p-article--single .p-article__body h3 {
    margin-left: 0;
    margin-right: 0;
  }
  .article_single_wrap .p-article--single .p-article__body iframe {
    margin-bottom: -25%;
    padding-bottom: 25%;
  }
}
@media (min-width: 600px) {
  .article_single_wrap .p-article--single .p-article__body img {
    max-width: 90%;
  }
}
.article_single_wrap .p-article--single .p-article__body table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
}
.article_single_wrap .p-article--single .p-article__body table th, .article_single_wrap .p-article--single .p-article__body table td {
  width: auto;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 2%;
}
.article_single_wrap .p-article--single .p-article__body table th {
  text-align: center;
}

.p-article__header {
  margin-bottom: 2rem;
  padding: 1rem 0.5rem;
  border: solid #5F2890;
  border-width: 1px 0;
}
.p-article__header .c-title {
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
}
@media (max-width: 599px) {
  .p-article__header {
    margin: 0 0.5rem 2rem;
    padding: 0.5rem 0;
  }
}

.p-article__eyecatch {
  margin-bottom: 2rem;
}
.p-article__eyecatch > img {
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .p-article__eyecatch {
    margin: 0 0.5rem 2rem;
  }
}

.p-article__footer {
  padding: 2rem 0.5rem;
}
@media (max-width: 599px) {
  .p-article__footer .c-icon--sns {
    text-align: center;
  }
  .p-article__footer .c-list--keywords {
    display: none;
  }
}

.notfound {
  width: 80%;
  margin: 3rem auto;
}

/* inview ----------------- */
.j-inview {
  transition: all 1s 0.3s ease;
}
.j-inview--slow {
  transition: all 1s 0.6s ease;
}

.j-inview--fadeIn {
  opacity: 0;
}
.j-inview--fadeIn.j-inview--complete {
  opacity: 1;
}

.j-inview--slidefromLeft {
  transform: translateX(-100vw);
}
.j-inview--slidefromLeft.j-inview--complete {
  transform: translateX(0);
}

.j-inview--slidefromRight {
  transform: translateX(100vw);
}
.j-inview--slidefromRight.j-inview--complete {
  transform: translateX(0);
}

.j-inview--slideUp {
  transform: translateY(2.5rem);
}
.j-inview--slideUp.j-inview--complete {
  transform: translateY(0);
}

.j-inview--slideDown {
  transform: translateY(-2.5rem);
}
.j-inview--slideDown.j-inview--complete {
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */