/*
Theme Name: TOMEI POWERED INC. WEB CATALOGUE
Theme URI: https://www.tomei-p.mom/catalogue/
Author: MONOGRAPH ARTS INC.
Author URI: https://www.mn-arts.com/
Description: TOMEI POWERED INC. WEB CATALOGUE WordPress Theme
Version: 1.0
*/





body {
  background: #fff;
  color: #333;
  font-family: Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .03em;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #024597;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: .5;
}

.linkbtn {
  background: #024597;
  display: block;
  color: #fff;
  line-height: 1.5;
  margin: 60px auto 0;
  padding: 15px 0;
  text-align: center;
  width: 300px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

strong,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}

input:focus,
select:focus {
  outline: none;
}

#loading {
  background: #fff;
  background-size: cover;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

#loading div {
  animation: anime1 .2s linear infinite normal;
  border: 3px solid #024597;
  border-bottom-color: #E8ECF4;
  border-left-color: #E8ECF4;
  border-radius: 50%;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  position: fixed;
  top: 50%;
  width: 30px;
}

@keyframes anime1 {
  from {
  }

  to {
    transform: rotate(360deg);
  }
}

#wrapper {
  min-width: 1150px;
  padding-top: 125px;
}

.sp {
  display: none;
}



/* -------------------- header -------------------- */

#header-set {
  left: 0;
  min-width: 1050px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

header {
  background: #000;
  color: #fff;
  height: 35px;
  overflow: hidden;
  padding: 20px 30px;
}

header h1 {
  float: left;
}

header h1 a {
  color: #fff;
}

#header-nav {
  float: right;
}

#header-nav ul {
  overflow: hidden;
}

#header-nav li {
  float: left;
  font-size: 13px;
  line-height: 35px;
  margin: 0 0 0 18px;
}

#header-nav li:nth-child(2) {
  border-left: 1px solid #444;
  padding: 0 0 0 18px;
}

#header-nav a {
  color: #fff;
}

#header-nav img {
  padding: 0 4px 0 0;
  vertical-align: middle;
}

#header-nav input {
  background: #222;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  font-size: 13px;
  height: 35px;
  line-height: 13px;
  padding: 11px;
  -webkit-appearance: none;
  appearance: none;
}

#header-nav input[type=text] {
  width: 150px;
}

#header-nav input[type=submit] {
  background: #222 url(/wp2016/wp-content/uploads/2017/01/s.png) center center no-repeat;
  background-size: 25px 25px;
  cursor: pointer;
  width: 35px;
}

#g-navi {
  background: #024597;
  text-align: center;
}

#g-navi li {
  display: inline;
}

#g-navi a {
  color: #fff;
  display: inline-block;
  line-height: 50px;
  padding: 0 3%;
}



/* -------------------- footer -------------------- */

#footer-contents {
  background: #024597;
  padding: 70px 0;
}

#footer-contents nav {
  margin: 0 auto;
  max-width: 1150px;
  overflow: hidden;
  width: 95%;
}

#footer-contents ul {
  float: left;
  width: 25%;
}

#footer-contents li {
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
}

#footer-contents li:first-child {
  font-size: 15px;
  margin: 0 0 15px;
}

#footer-contents a {
  color: #fff;
}

footer {
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  overflow: hidden;
  padding: 20px 30px;
}

#pagetop {
  bottom: 85px;
  opacity: 0;
  position: fixed;
  right: 25px;
  transition: .2s;
  z-index: 100;
}

#pagetop.on {
  opacity: 1;
}

#footer-nav {
  float: left;
}

#footer-nav ul {
  overflow: hidden;
}

#footer-nav li {
  float: left;
  margin: 0 40px 0 0;
}

#footer-nav a {
  color: #fff;
}

#copyright {
  float: right;
}




/* -------------------- main -------------------- */

#main {
  font-size: 13px;
  line-height: 1.75;
  margin: 0 auto;
  padding: 80px 0 160px;
  max-width: 1100px;
  width: 80%;
}

article:nth-child(n+2) {
  margin-top: 160px;
}



.name {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.category {
  font-size: 13px;
  margin-top: 20px;
  text-align: center;
}

.photo {
  background: #000;
  margin: 40px 0;
}

.photo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}

.photo-text {
  background: #f8f8f8;
  font-size: 13px;
  line-height: 1.75;
  margin: -40px 0 40px;
  padding: 15px;
}

.caption {
  color: #024597;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

.description {
  line-height: 1.75;
}

.table-box {
  overflow: auto;
  width: 100%;
}

table {
  min-width: 650px;
  width: 100%;
}

th,
td {
  border: 1px solid #ddd;
  border-collapse: collapse;
  line-height: 1.5;
  padding: 8px;
  text-align: left;
}

th {
  background: #f4f4f4;
  font-weight: bold;
}

td > img {
  vertical-align: top;
}

.noboder th,
.noboder td {
  border: 0;
}



#main h2 {
  border-bottom: 3px solid #000;
  color: #000;
  font-family: Roboto,'游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin: 80px auto 40px;
  padding: 0 0 10px;
}

.kaihei-header {
  background: #024597;
  border-bottom: 2px solid #024597;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 50px;
  padding-top: 2px;
  position: relative;
  text-align: center;
  transition: .3s;
}

@keyframes flash {
  0% {
    opacity: .4;
  }

  100% {
    opacity: 1;
  }
}

.kaihei-header:hover {
  animation: flash .3s;
}

.kaihei-header:nth-of-type(n+2) {
  margin-top: 50px;
}

.kaihei-header::before,
.kaihei-header::after {
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  margin-top: -1px;
  overflow: hidden;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: rotate(45deg);
  transition: .3s;
  width: 10px;
}

.kaihei-header::after {
  right: 24px;
  transform: rotate(-45deg);
}

.kaihei-header.x {
  background: #fff;
  color: #024597;
  font-size: 18px;
}

.kaihei-header.x::before,
.kaihei-header.x::after {
  background: #024597;
  right: 22px;
  width: 18px;
}

.kaihei-body {
  display: none;
  line-height: 1.75;
  margin: 30px 0 0;
}

.kaihei-body > * {
  margin: 0;
}

.kaihei-body > *:nth-child(n+2) {
  margin-top: 20px;
}



.open:nth-of-type(n+2) {
  margin-top: 50px;
}

.open > * {
  margin: 0;
}

.open > *:nth-child(n+2) {
  margin-top: 20px;
}

.open h3 {
  border-bottom: 2px solid #024597;
  color: #024597;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 50px;
  text-align: center;
}





@media screen and (max-width: 768px) {

body {
  font-size: 13px;
}

a:hover {
  opacity: 1;
}

.sp {
  display: initial;
}

.pc {
  display: none;
}



/* -------------------- header -------------------- */

#header-set {
  min-width: inherit;
}

header {
  height: 26px;
  padding: 12px 5%;
}

header h1 {
  margin: 0;
}

header h1 img {
  height: 26px;
}

#g-navi {
  display: none;
  max-height: 80vh;
  overflow: auto;
}

#g-navi > ul li {
  display: block;
  padding: 0 5%;
  width: 90%;
}

#g-navi > ul a {
  display: block;
  line-height: 40px;
  padding: 0 0 0 20px;
  position: relative;
  text-align: left;
}

#g-navi > ul li:nth-child(n+2) a {
  border-top: 1px solid rgba(255,255,255,.2);
}

#g-navi > ul a:before {
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  box-sizing: border-box;
  content: '';
  height: 6px;
  left: 0;
  position: absolute;
  top: 16px;
  transform: rotate(45deg);
  width: 6px;
}

#header-nav {
  background: #000;
  float: none;
  text-align: left;
}

#header-nav img {
  vertical-align: middle;
}

#g-navi #header-nav li {
  display: block;
  float: none;
  margin: 0;
  text-align: left;
}

#g-navi #header-nav li:nth-child(2) {
  border-left: 0;
  margin: 0;
  padding: 0;
}

#g-navi #header-nav li a {
  line-height: 35px;
  padding: 0 0 0 5%;
}

#g-navi #header-nav li:first-child {
  padding-top: 10px;
}

#g-navi #header-nav li:nth-child(5) {
  padding-bottom: 10px;
}

#g-navi #header-nav li:last-child {
  display: none;
}

#g-navi-btn {
  height: 26px;
  position: absolute;
  right: 5%;
  top: 12px;
  width: 26px;
}

#g-navi-btn img {
  height: 26px;
  width: 26px;
}

#wrapper {
  min-width: inherit;
  overflow: auto;
  padding-top: 50px;
}



/* -------------------- footer -------------------- */

#footer-contents {
  padding: 30px 0;
}

#footer-contents nav {
  width: 90%;
}

#footer-contents ul {
  float: none;
  width: 100%;
}

#footer-contents ul:nth-child(n+2) {
  margin-top: 20px;
}

#footer-contents li {
  font-size: 12px;
}

#footer-contents li:first-child {
  font-size: 13px;
  margin: 0 0 10px;
}

footer {
  padding: 20px 5%;
}

#footer-nav {
  float: none;
}

#footer-nav li {
  margin: 0;
  padding: 5px 15px 5px 0;
}

#footer-nav li:first-child {
  float: none;
}

#footer-nav img {
  height: 14px;
  padding: 0 0 10px;
}

#copyright {
  float: none;
  font-size: 10px;
  padding: 10px 0 0;
}

#pagetop {
  bottom: 5%;
  right: 5%;
}

#pagetop img {
  height: 36px;
  width: 36px;
}



#main {
    line-height: 1.66;
    padding: 40px 0;
    width: 86%;
}

.name {
    font-size: 18px;
}

.category {
    margin-top: 0;
}

.photo {
    margin: 10px 0 15px;
}

.photo-text {
  margin: -15px 0 15px;
}

.caption {
    font-size: 16px;
}

#main h2 {
    border-bottom: 2px solid #000;
    font-size: 14px;
    line-height: 30px;
    margin: 50px auto 25px;
    padding: 0 0 5px;
}

.open h3 {
    font-size: 14px;
    line-height: 40px;
}

.kaihei-header,
.kaihei-header.x {
    font-size: 13px;
    line-height: 30px;
}

.kaihei-header:nth-of-type(n+2) {
    margin-top: 25px;
}


}