@charset "UTF-8";
/* CSS Document */
@import "_reset.css";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #0033CC;
}
a img {
  transition: 0.4s;
}
a:hover img {
  opacity: 0.7;
}

li {
  list-style: none;
}

html {
  font-size: 62.5%; /*pxだと10px;*/
  /*max-width:$width;*/
  width: 100%;
  -webkit-text-size-adjust: 100%; /* safari たまにテキストサイズが大きくなってしまうのを解消 */
  overflow-x: hidden; /*横スクロール禁止*/
  overflow-y: auto;
  margin-top: 0 !important;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  color: #333;
  /*width: 772px;*/
  width: 830px;
  margin: auto;
}

img {
  width: auto;
  max-width: 100%;
}

table {
  border: 0;
  border-collapse: collapse;
  width: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.4rem;
}

.blue {
  color: #0033CC;
}

.header01Wrap {
  background: url(../wp-content/themes/sumiju/img/h02.png) no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header01Wrap .header01 {
  color: #fff;
  margin-left: 2rem;
  font-weight: bold;
  font-size: 1.6rem;
}

.header02Wrap {
  background-color: #e7e7e7;
  height: 80px;
  box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.header02Wrap p {
  font-size: 1.22rem;
  margin-top: 5px;
  line-height: 1.25rem;
  position: relative;
  bottom: -5px;
  letter-spacing: 0.001rem;
}

.contentWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

#sidebar {
  width: 185px;
}
#sidebar .catLiTit {
  border-bottom: dotted 1.75px #333;
  padding-bottom: 2px;
}
#sidebar .catLiTit a {
  display: flex;
  justify-content: space-between;
  background-color: #a3afbb;
  padding: 5px 10px 0;
  font-weight: bold;
}
#sidebar .catLiTit a:after {
  content: "▶";
  color: #fff;
  font-size: 10px;
  position: relative;
  top: 2px;
}
#sidebar .sub {
  padding: 10px 0 0 10px;
}
#sidebar .sub li {
  background-color: #FEE;
}
#sidebar .sub li a {
  line-height: 3rem;
  font-size: 1.2rem;
  width: 100%;
  display: inline-block;
  padding: 0 5px 0 3px;
}
#sidebar .sub li a:before {
  content: "▶";
  color: #a3afbb;
  font-size: 10px;
  position: relative;
  margin-right: 3px;
}
#sidebar .sub li + li {
  margin-top: 3px;
}
#sidebar .contactbox01 {
  background-color: #6585b0;
  padding: 10px 0 5px;
  margin-top: 30px;
}
#sidebar .contactbox01 p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2rem;
}
#sidebar .contactbox01 h4 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-top: 3px;
}
#sidebar .contactbox02 {
  background-color: #e5e5e5;
  padding: 20px 0;
  text-align: center;
}
#sidebar .contactbox02 p {
  text-align: left;
  display: inline-block;
  font-size: 1.2rem;
}
#sidebar .contactbox02 p.comNam {
  font-weight: bold;
  margin-bottom: 5px;
}
#sidebar .contactbox02 p.telP {
  font-weight: bold;
  font-size: 1.35rem;
  margin-top: 5px;
}
#sidebar .contactWrap {
  border-bottom: #6585b0 5px solid;
}
#sidebar .sub-menu {
  display: none;
  padding: 0 0 0 10px;
}
#sidebar .sub-menu li {
  background-color: #FEE;
  margin-bottom: 3px;
}
#sidebar .sub-menu li a {
  line-height: 1.8rem;
  font-size: 1.3rem;
  width: 100%;
  display: inline-block;
  padding: 7px 5px 7px 20px;
  text-indent: -15px;
}
#sidebar .sub-menu li a::before {
  content: "▶";
  color: #a3afbb;
  font-size: 10px;
  position: relative;
  margin-right: 3px;
}
#sidebar .sub-menu.active {
  display: block;
}
#sidebar .menu .page_item {
  display: none;
}
#sidebar .menu .page_item.current-menu-item {
  display: block;
}
#sidebar .menu button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
#sidebar .menu > li {
  position: relative;
  margin-top: 10px;
}
#sidebar .menu > li > a {
  /*border-bottom: dotted 1.75px #333;*/
  display: flex;
  justify-content: space-between;
  background-color: #a3afbb;
  padding: 5px 10px 2px;
  font-weight: bold;
  position: relative;
  margin-bottom: 12px;
  /*&::after {
  	content: "▶";
  	color: #fff;
  	font-size: 10px;
  	position: relative;
  	top: 2px;
  }*/
}
#sidebar .menu > li > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: dotted 1.75px #333;
  position: absolute;
  bottom: -3px;
  left: 0;
}
#sidebar .current-menu-item .sub-menu,
#sidebar .current-menu-parent .sub-menu {
  display: block;
}

#main {
  /*width: 557px;*/
  width: 610px;
}
#main .titH1Wrap {
  background-image: linear-gradient(0deg, rgb(227, 197, 199) 5%, rgb(249, 239, 238) 50%, rgb(227, 197, 199) 95%);
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
#main .titH1Wrap h1 {
  font-size: 1.8rem;
}
#main .titH1Wrap .red_mark {
  margin-right: 7px;
}
#main .mainCon {
  margin-top: 30px;
}
#main .mainCon .mainConIn {
  background-color: #eee;
  border: #ccc 1px solid;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
#main .mainCon .mainConIn .catTit {
  width: 135px;
}
#main .mainCon .mainConIn .mainUlWrap {
  width: calc(100% - 155px);
}
#main .mainConSec {
  padding-top: 10px;
}
#main.one-column {
  width: 830px;
}
#main.one-column .titH1Wrap {
  margin-bottom: 40px;
}

#footer {
  background-color: #808080;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
#footer .copyright {
  font-size: 1.2rem;
  padding: 5px 10px;
}

.mainCon-tbWrap table {
  border-top: 2px solid #333;
  border-right: 1px solid #ccc;
}
.mainCon-tbWrap table thead th {
  font-size: 1.2rem;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #E0E0E0;
  text-align: left;
  padding: 5px 10px;
}
.mainCon-tbWrap table tbody tr:nth-child(even) {
  background-color: #F6F6F6;
}
.mainCon-tbWrap table tbody tr:nth-child(even) td:nth-child(2),
.mainCon-tbWrap table tbody tr:nth-child(even) td:nth-child(3) {
  background-color: #FFEEDD;
}
.mainCon-tbWrap table tbody td {
  font-size: 10px;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 5px 10px;
}
.mainCon-tbWrap .arrow01 {
  font-size: 2rem;
  line-height: 1rem;
  position: relative;
  top: 3px;
  margin: 0 10px;
}
.mainCon-tbWrap table + table {
  margin-top: 30px;
}

#form {
  position: relative;
}

#s-box {
  height: 40px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  border: solid 3px #eaeaea;
  outline: 0;
}

#s-btn-area {
  height: 50px;
  position: absolute;
  left: 250px;
  top: 0;
  background: none;
  color: #666;
  border: none;
  font-size: 20px;
  outline: 0;
}

#s-btn {
  background-color: black;
  width: 50px;
  height: 30px;
  position: relative;
  right: 20px;
  bottom: 10px;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  line-height: 31px;
}

.searchform {
  display: flex;
}
.searchform .button {
  display: inline-block;
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  padding: 8px; /* 余白       */
  background: #808080; /* 背景色     */
  color: #ffffff; /* 文字色     */
  line-height: 1em; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  border: 2px solid #808080; /* 枠の指定 */
  border-radius: 3px;
  font-weight: bold;
}
.searchform .button:hover {
  color: #808080; /* 背景色     */
  background: #ffffff; /* 文字色     */
}
.searchform input + input {
  margin-left: 15px;
}

.radioWrap {
  margin: 0 15px;
  display: flex;
  align-items: center;
}
.radioWrap > div + div {
  margin-left: 10px;
}

.itemTB {
  margin-bottom: 40px;
}
.itemTB .tb-tit {
  background-color: #E0E0E0;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  border: #ccc solid 1px;
  border-bottom: none;
  border-top: #333 solid 2px;
}
.itemTB .tb-tit span {
  font-size: 1.6rem;
  color: #0033CC;
}
.itemTB tr:nth-child(even) td {
  background-color: #F6F6F6;
}
.itemTB tr:nth-child(even) td:nth-child(2), .itemTB tr:nth-child(even) td:nth-child(3) {
  background-color: #FFEEDD;
}
.itemTB tr:nth-child(odd) td:nth-child(2), .itemTB tr:nth-child(odd) td:nth-child(3) {
  background-color: #FFFCF6;
}
.itemTB td {
  padding: 5px 10px;
  text-align: left;
  font-size: 1.25rem;
  border: #ccc solid 1px;
  border-top: none;
}

.searchUl {
  margin-top: 30px;
}
.searchUl li {
  margin-bottom: 10px;
}

.noneP {
  margin-top: 30px;
}

.noneLi {
  text-indent: -3rem;
  padding-left: 3rem;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links .page-numbers {
  margin-left: 10px;
  margin-right: 10px;
}
.nav-links a.page-numbers {
  text-decoration: none;
  background-color: #0033CC;
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
}
.nav-links a.page-numbers.next {
  color: #0033CC;
  background-color: transparent;
  font-size: 2rem;
}
.nav-links a.page-numbers.prev {
  color: #0033CC;
  background-color: transparent;
  font-size: 2rem;
}

.pagination {
  margin-top: 50px;
}

.pdf_mark {
  display: inline-block;
  vertical-align: middle;
}

.pageUl li {
  margin-bottom: 2rem;
}

.dlBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.dlBox .dl_mark {
  width: 158px;
}
.dlBox p {
  width: calc(100% - 178px);
}

.shiPage {
  padding-left: 15px;
}

.shiDiv h2 {
  font-size: 1.6rem;
}
.shiDiv p {
  margin-top: 1rem;
}
.shiDiv section + section {
  margin-top: 3rem;
}
.shiDiv table {
  margin-top: 3rem;
}
.shiDiv table th, .shiDiv table td {
  padding: 8px 15px;
  border: #ccc solid 1px;
  font-size: 1.4rem;
}
.shiDiv table tbody th {
  text-align: left;
}
.shiDiv table tbody td {
  padding-left: 4rem;
}
.shiDiv table thead th {
  font-size: 1.5rem;
  background-color: #CCC;
}
.shiDiv.knowWrap table tbody td {
  padding-left: 15px;
}
.shiDiv.knowWrap table tbody th {
  text-align: center;
}
.shiDiv.knowWrap table .bg_blue {
  background-color: #CCFFFF;
}
.shiDiv.knowWrap table .bg_pink {
  background-color: #FFCCFF;
}
.shiDiv.knowWrap table .bg_yellow {
  background-color: #FFFFCC;
}
.shiDiv.knowWrap table .bg_green {
  background-color: #CCFF99;
}
.shiDiv.knowWrap table .bg_gray {
  background-color: #C0C0C0;
}
.shiDiv .know_mark img {
  margin: auto;
}

.swpm-login-widget-form .goMenu {
  display: none;
}
.swpm-login-widget-logged .goMenu {
  display: block;
}

.swpm-login-form-inner {
  width: 230px;
  margin: auto;
}

.swpm-username-input,
.swpm-password-input {
  margin-bottom: 20px;
  margin-top: 5px;
}

.swpm-remember-me {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swpm-remember-checkbox {
  margin-right: 5px;
}

.swpm-login-submit {
  text-align: center;
}
.swpm-login-submit .swpm-login-form-submit {
  width: 80px;
  font-weight: bold;
  color: #404040;
}

.swpm-forgot-pass-link {
  margin-top: 50px;
  margin-bottom: 5px;
  display: none;
}

.swpm-join-us-link {
  display: none;
}

.swpm-pw-reset-widget-inside {
  width: 505px;
  margin: auto;
}

.swpm-pw-reset-submit-button {
  text-align: center;
  margin-top: 20px;
}
.swpm-pw-reset-submit-button input {
  color: #404040;
  font-weight: bold;
  padding: 3px 8px;
}

.swpm-post-not-logged-in-msg {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swpm-post-not-logged-in-msg .swpm-login-link {
  display: block;
  padding: 2px 15px;
  border: 1px #818181 solid;
  border-radius: 3px;
  background-color: #eaeaea;
  color: #333;
  margin-top: 15px;
  font-weight: bold;
}

.swpm_profile_not_logged_in_msg {
  text-align: center;
}

.swpm-login-widget-logged {
  width: 170px;
  margin: auto;
}

.swpm-edit-profile-link,
.swpm-logged-logout-link {
  margin-top: 25px;
}
.swpm-edit-profile-link a,
.swpm-logged-logout-link a {
  display: block;
  padding: 2px 3px;
  border: 1px #818181 solid;
  border-radius: 3px;
  background-color: #eaeaea;
  color: #404040;
  text-align: center;
  font-weight: bold;
}

.swpm-logged-logout-link {
  margin-top: 15px;
}

.swpm-edit-profile-link {
  display: none;
}

.swpm-login-action-msg {
  margin-top: 30px;
}

.swpm-registration-firstname-row,
.swpm-registration-lastname-row,
.swpm-registration-membership-level-row,
.swpm-profile-firstname-row,
.swpm-profile-lastname-row,
.swpm-profile-phone-row,
.swpm-profile-street-row,
.swpm-profile-city-row,
.swpm-profile-state-row,
.swpm-profile-zipcode-row,
.swpm-profile-country-row,
.swpm-profile-company-row,
.swpm-profile-membership-level-row {
  display: none;
}

.swpm-registration-widget-form table,
.swpm-edit-profile-form table {
  width: 450px;
  margin: auto;
}
.swpm-registration-widget-form table tr td:first-child,
.swpm-edit-profile-form table tr td:first-child {
  width: 140px;
}
.swpm-registration-widget-form table td,
.swpm-edit-profile-form table td {
  font-size: 1.4rem;
  padding-bottom: 20px;
}

.swpm-registration-submit,
.swpm-edit-profile-submit {
  font-weight: bold;
  color: #404040;
  width: 60px;
  cursor: pointer;
}

.swpm_error {
  text-align: center;
  margin-bottom: 30px;
}

.swpm-edit-profile-form table {
  width: 550px;
}

.swpm-profile-update-success {
  text-align: center;
  margin-bottom: 20px;
}

.con_mes {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.con_mes p {
  text-align: center;
}
.con_mes .swpm-login-link {
  padding: 2px 15px;
  border: 1px #818181 solid;
  border-radius: 3px;
  background-color: #eaeaea;
  color: #333;
  margin-top: 15px;
  font-weight: bold;
  display: inline-block;
}

.swpm-post-not-logged-in-msg {
  margin-top: 40px;
}

.shiTB01 {
  margin-top: 30px;
}
.shiTB01 th, .shiTB01 td {
  padding: 10px;
  border-color: #c0c0c0;
  line-height: 1.75rem;
  text-align: left;
}
.shiTB01 tbody th {
  background-color: #f6f6f6;
}
.shiTB01 tbody.shiTbody01 th {
  text-indent: -3rem;
  padding-left: 4rem;
}
.shiTB01 thead th {
  background-color: #dfdfdf;
  text-align: center;
}

.shiTB02 {
  margin-top: 10px;
}
.shiTB02 th, .shiTB02 td {
  padding: 10px 5px;
  border-color: #c0c0c0;
  line-height: 1.75rem;
  text-align: left;
  white-space: nowrap;
}
.shiTB02 thead th {
  background-color: #DEF8FE;
  text-align: center;
}
.shiTB02 tbody th, .shiTB02 tbody td {
  font-size: 12.5px;
}
.shiTB02 tbody th {
  background-color: #FDD2FD;
}
.shiTB02 tbody.strucTB tr td:not(:nth-of-type(5)) {
  text-align: center;
}
.shiTB02 tbody.strucTB02 td {
  text-align: center;
}

.tbWrap {
  overflow-x: scroll;
  width: 610px;
}
.tbWrap.mt30 {
  margin-top: 30px;
}
.tbWrap .shiTB02H2 {
  font-size: 1.75rem;
}

.strucSec {
  margin-top: 30px;
}
.strucSec h2 {
  font-size: 17.5px;
  margin-bottom: 10px;
}
.strucSec ul {
  margin-bottom: 10px;
}

.shiTB03 th, .shiTB03 td {
  padding: 10px 5px;
  border-color: #c0c0c0;
  line-height: 1.75rem;
  text-align: left;
  white-space: nowrap;
}
.shiTB03 thead th {
  background-color: #CACAFF;
  text-align: center;
}
.shiTB03 tbody th, .shiTB03 tbody td {
  font-size: 12.5px;
}
.shiTB03 tbody th {
  background-color: #FEDAFA;
}
.shiTB03 tbody.bayerTB tr td:not(:first-of-type) {
  text-align: center;
}

.mt30 {
  margin-top: 30px;
}

.shiTit {
  font-size: 17px;
  margin-bottom: 10px;
}

.shiTB04 {
  margin-top: 30px;
}
.shiTB04 th, .shiTB04 td {
  padding: 10px 5px;
  border-color: #c0c0c0;
  line-height: 1.75rem;
  text-align: left;
  white-space: nowrap;
}
.shiTB04 thead th {
  background-color: #E2B5FD;
  text-align: left;
}
.shiTB04 tbody th, .shiTB04 tbody td {
  font-size: 15px;
}
.shiTB04 tbody th {
  background-color: #DCFC9A;
  text-align: left;
}
.shiTB04 tbody td {
  text-align: center;
}

.shiTB05 {
  margin-top: 30px;
}
.shiTB05 th, .shiTB05 td {
  padding: 10px;
  border-color: rgb(239, 239, 239);
  line-height: 1.75rem;
  text-align: left;
}
.shiTB05 tbody th, .shiTB05 tbody td {
  font-size: 14px;
}
.shiTB05 tbody th {
  background-color: rgb(239, 239, 239);
  text-align: left;
  color: #0000cc;
}
.shiTB05 tbody td {
  text-align: left;
}
.shiTB05 tbody td:last-child {
  text-align: center;
}
.shiTB05 tbody td:last-child img {
  margin: auto auto 5px auto;
}

.ObjNameText1 {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.shiTB06 {
  margin-top: 30px;
}
.shiTB06 th, .shiTB06 td {
  padding: 10px;
  border-color: rgb(239, 239, 239);
  line-height: 1.75rem;
  text-align: left;
}
.shiTB06 thead th {
  color: #fff;
  text-align: left;
  background-color: #0000cc;
}
.shiTB06 tbody th, .shiTB06 tbody td {
  font-size: 14px;
}
.shiTB06 tbody th {
  background-color: rgb(239, 239, 239);
  text-align: left;
  color: #0000cc;
}
.shiTB06 tbody td {
  text-align: left;
}
.shiTB06 tbody td:last-child {
  text-align: center;
}
.shiTB06 tbody td:last-child img {
  margin: auto auto 5px auto;
}

.shiTB07 tbody tr td:nth-child(2) img {
  width: 100px;
  margin: auto;
}

.shiTB08 {
  margin-top: 30px;
}
.shiTB08 th, .shiTB08 td {
  padding: 10px 5px;
  border-color: rgb(239, 239, 239);
  line-height: 1.75rem;
}
.shiTB08 th {
  color: #0000cc;
  text-align: left;
  background-color: rgb(239, 239, 239);
  font-size: 14px;
}
.shiTB08 td {
  text-align: center;
  font-size: 13px;
}
.shiTB08 td img {
  margin: auto auto 5px auto;
}

.px9000Note {
  margin-top: 30px;
}
.px9000Note p {
  text-indent: -3.5rem;
  padding-left: 3.5rem;
}

.blueTD {
  background-color: #0044f9;
  padding: 5px !important;
}

.greenF td {
  color: rgb(0, 153, 0);
}

.gearPage {
  margin-top: 30px;
}
.gearPage ul li {
  margin-bottom: 5px;
  list-style: disc inside;
  text-indent: -2rem;
  padding-left: 2rem;
}
.gearPage ul li ul {
  margin-top: 5px;
  padding-left: 1.5rem;
}
.gearPage ul li ul li {
  list-style: none;
}

.cycTB01 {
  margin-top: 30px;
}
.cycTB01 .silverbg {
  background: silver;
}
.cycTB01 .yellowbg {
  background: #ff9;
}
.cycTB01 .pinkbg {
  background: #f9c;
}
.cycTB01 .bluebg {
  background: #cff;
}
.cycTB01 th, .cycTB01 td {
  padding: 5px 3px;
}
.cycTB01 td {
  font-size: 1.2rem;
}
.cycTB01 th {
  font-size: 1.3rem;
  border-left: solid 1px #9a9a9a;
  border-top: solid 1px #9a9a9a;
}

.bt {
  border-top: solid 1px #9a9a9a;
}

.bb {
  border-bottom: solid 1px #9a9a9a;
}

.br {
  border-right: solid 1px #9a9a9a;
}

.cycTB02Img,
.cycTB03Img {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.cycTB02Img p,
.cycTB03Img p {
  margin-right: 20px;
  margin-bottom: 20px;
}

.cycTB02 {
  margin-top: 10px;
  width: 1067px;
}
.cycTB02 th, .cycTB02 td {
  text-align: center;
  padding: 3px;
  white-space: nowrap;
  border-color: #9b9b9b;
}
.cycTB02 td {
  font-size: 1.25rem;
}
.cycTB02 tr:nth-child(even) {
  background: #FFFF99;
}
.cycTB02 tr.trGray {
  background: silver;
}
.cycTB02 thead th {
  background: #cff;
}

.cycTB02Wrap,
.cycTB03Wrap,
.cycTB04Wrap {
  overflow-x: scroll;
}

.cycTB03 {
  margin-top: 10px;
  width: 1067px;
}
.cycTB03 th, .cycTB03 td {
  text-align: center;
  padding: 3px;
  white-space: nowrap;
  border-color: #9b9b9b;
}
.cycTB03 td {
  font-size: 1.25rem;
}
.cycTB03 tr:nth-child(even) {
  background: #FFFF99;
}
.cycTB03 tr.trGray {
  background: silver;
}
.cycTB03 thead th {
  background: #cff;
}

.cycTB03Wrap {
  overflow-x: scroll;
}

.cyc03Img {
  margin-top: 30px;
}
.cyc03Img img {
  margin: auto;
}

.cyc03Text {
  margin-top: 30px;
}
.cyc03Text .cyc03TextTit {
  text-align: center;
  margin-bottom: 15px;
}
.cyc03Text h3 {
  display: inline-block;
  padding: 2px 15px 0;
  border: 1px solid #909090;
  color: red;
}

.cycTB04 {
  margin-top: 30px;
}
.cycTB04 th, .cycTB04 td {
  text-align: center;
  padding: 3px;
  white-space: nowrap;
  border-color: #9b9b9b;
}
.cycTB04 td {
  font-size: 1.25rem;
}
.cycTB04 tr:nth-child(even) {
  background: #FFFF99;
}
.cycTB04 tr.trGray {
  background: silver;
}
.cycTB04 thead th {
  background: #cff;
}

.login-no .button {
  display: none;
}

.logoutBTN {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 40px;
}
.logoutBTN a {
  padding: 5px 15px;
  border-radius: 3px;
  /*background-color: #eaeaea;*/
  /*margin-top: 20px;
  margin-bottom: 15px;*/
  font-weight: bold;
  display: inline-block;
  border: 2px solid #808080;
  background: #808080;
  color: #ffffff;
  transition: 0.3s;
}
.logoutBTN a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #808080;
}

.header02WrapIn {
  display: flex;
  align-items: center;
}/*# sourceMappingURL=mystyle.css.map */