@charset "UTF-8";

#page-photocon-docs-2023012600028-index #photodocs #intro ul li a {
  background-color: #00a0d9;
}

#page-photocon-docs-2023012600028-index #photodocs #photoConResult #aword dt {
  color: #00a0d9 !important;
}

#page-photocon-docs-2023012600028-index #photodocs #photoConResult #sohyo h3 {
  background-color: #00a0d9 !important;
}

#order25 #detali p.btn {
  display: block;
  width: 280px;
  margin: 0 auto 30px auto;
  display: none;
}

#keyv {
  width: 1200px;
  margin: 0 auto 20px auto;
}

#footerbnr ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

#footerbnr ul li {
  flex-basis: calc(25.5% - 16px);
  margin: 0 5px 10px 5px;
}

.wshow {
  display: block;
}

.w-hid {
  display: none;
}

.back a {
  display: block;
  width: 95px;
  margin: 0px auto;
  padding: 3px 0px;
  border: 1px solid #999999;
  background-color: #ececec;
  text-align: center;
}

.contentGpArticleDocs+.back {
  display: none;
}

* {
  box-sizing: border-box;
}

.pc_show {
  display: block;
}

.pc_hide {
  display: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.flexbox {
  display: flex;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
td,
th,
dt,
dd {
  line-height: 1.9;
}

.red {
  color: #fa0d0d;
}

#breadCrumbs li:first-child {
  display: none;
}

/* =========================================================
   Base
========================================================= */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.bx-wrapper img {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 0;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  transform: translateZ(0);
  height: auto !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 50px;
  /*background: url("./images/bx_loader.gif") center center no-repeat #fff;*/
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  padding-top: 20px;
  color: #666;
  font-size: .85em;
  font-family: Verdana;
  font-weight: bold;
  text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
  /*background:*/
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #ccc;
  color: #ccc;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #2C8650;
  color: #2C8650;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  /*background: url("/_themes/images/controls.png") no-repeat 0 -32px;*/
}

.bx-wrapper .bx-next {
  right: 10px;
  /*background: url("/_themes/images/controls.png") no-repeat -43px -32px;*/
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  outline: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  width: 10px;
  height: 11px;
  margin: 0 3px;
  outline: 0;
  /*background: url("/_themes/images/controls.png") -86px -11px no-repeat;*/
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  width: 9px;
  height: 11px;
  margin: 0 3px;
  outline: 0;
  /*background: url("/_themes/images/controls.png") -86px -44px no-repeat;*/
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  width: 100%;
  text-align: center;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(80, 80, 80, 0.75);
}

.bx-wrapper .bx-caption span {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: .85em;
}

/* elements
----------------------------------------------- */
html,
body {
  width: 100%;
}

html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  border: 0 none;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

body,
td,
th,
select,
option,
input,
button,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Sans JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, sans-serif;
  font-weight: normal;
}

blockquote {
  margin: 10px 20px;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 115%;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Sans JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, sans-serif;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}

img.external {
  margin: 0 0.25em;
  vertical-align: middle;
}

.maps img,
#map_canvas img,
#canvas img {
  max-width: none;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

pre {
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Sans JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  empty-cells: show;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

li {
  list-style-position: outside;
}

rp,
rt {
  font-size: 80%;
  text-decoration: none;
}

a {
  color: #3a5ed2;
  word-break: break-all;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a[name] {
  color: #000;
  text-decoration: none;
}

.textRed {
  color: #ee0000;
}

.genjyuR,
.genjyuM,
.genjyuB {
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Sans JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, sans-serif;
  transform: rotate(0.05deg);
}

.genjyuR {
  font-weight: 400;
}

.genjyuM {
  font-weight: 500;
}

.genjyuB {
  font-weight: 600;
}

/* =========================================================
   Common Classes.
========================================================= */
/* Icons.
----------------------------------------------- */
.iconFile,
.iconDefault {
  min-height: 16px;
  padding-left: 22px;
  background-image: url("/_common/images/icons/default.png");
  background-position: left 0.3em;
  background-repeat: no-repeat;
}

.iconBmp {
  background-image: url("/_common/images/icons/bmp.png");
}

.iconCsv,
.iconTxt {
  background-image: url("/_common/images/icons/default.png");
}

.iconDoc,
.iconDocx {
  background-image: url("/_common/images/icons/doc.png");
}

.iconGif {
  background-image: url("/_common/images/icons/gif.png");
}

.iconJpg,
.iconJpe,
.iconJpeg {
  background-image: url("/_common/images/icons/jpg.png");
}

.iconJtd {
  background-image: url("/_common/images/icons/jtd.png");
}

.iconLzh {
  background-image: url("/_common/images/icons/lzh.png");
}

.iconPdf {
  background-image: url("/_common/images/icons/pdf.png");
}

.iconPng {
  background-image: url("/_common/images/icons/png.png");
}

.iconPpt,
.iconPptx {
  background-image: url("/_common/images/icons/ppt.png");
}

.iconXls,
.iconXlsx {
  background-image: url("/_common/images/icons/xls.png");
}

.iconZip {
  background-image: url("/_common/images/icons/zip.png");
}

/* Common
----------------------------------------------- */
/* more
---------------------- */
.more {
  text-align: right;
}

.more span {
  padding-right: 10px;
}

/*--#newslist
-------------------------------------*/
#newslist .content {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 12px;
  padding-bottom: 0;
}

#newslist .more {
  border-top: none;
  padding-top: 0;
}

#newslist .more a {
  border: none;
  text-align: left;
  width: 100%;
  padding: 0 20px 0 17px;
  font-size: 18px;
}

#newslist .tabs {
  margin: 0 0 0 0;
  /*--display: flex;--*/
  display: none;
}

#newslist .tabs span {
  width: 33.34%;
  text-align: center;
  font-weight: bold;
}

#newslist .tabs span a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 8px 0;
  background-color: #F1F1F1;
}

#newslist .tabs span:first-child a:hover,
#newslist .tabs a.current:hover,
#newslist .tabs a.current {
  font-weight: bold;
  color: #fff;
  background-color: #000;
}

.attributes .separator,
.attributes .unit {
  display: none;
}

#newslist .tabs li {
  border-right: medium none;
  color: #333333;
  float: left;
  font-size: 17px;
  height: auto !important;
  min-height: 28px;
  text-align: center;
  text-decoration: none;
  width: 50%;
  text-align: center;
}

span.category span {
  font-size: 95%;
  line-height: 1.2;
}

span.category {
  font-size: 74%;
  display: inline-block;
  line-height: 1.2;
}

/*span.publish_date {
  font-size: 86%;
}*/
h2.date {
  border-bottom: 1px solid #000;
}

.contentGpArticleDocs .docs ul {
  margin-left: 0;
}

.contentGpArticleDocs .docs li {
  padding: 0 0 10px;
  border-bottom: 1px dotted #ccc;
}

#sirebnr ul li {
  margin: 0 0 20px 0;
  text-align: center;
}

#newslist .content li {
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #938c86;
}

#newslist .content ul.news li:nth-child(n+3) {
  display: none;
}

/*--#alilist
-------------------------------------*/
/*#alilist .title_link a,
#newslist .title_link a {
  position: relative;
  padding: 0 0 0 20px;
}
#alilist .title_link a::before,
#newslist .title_link a::before {
  font-size: 70%;
  color: rgb(250, 3, 3);
  content: "＞";
  position: absolute;
  top: 0px;
  left: 0;
}*/
#resultlist .wrapper {
  clear: both;
}

/* pagination
---------------------- */
.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination a,
.pagination em,
.pagination span {
  display: inline-block;
  padding: 0 6px;
  vertical-align: middle;
}

.pagination .current {
  font-size: 150%;
  font-weight: bold;
  padding: 0 3px;
}

/* breadCrumbs
---------------------- */
#breadCrumbs {
  width: 1200px;
  margin: 0 auto;
}

#breadCrumbs::after {
  content: "";
  clear: both;
  display: block;
}

#breadCrumbs {
  margin-bottom: 20px;
}

#breadCrumbs ol,
#breadCrumbs li {
  list-style: none;
  margin-left: 0;
}

#breadCrumbs li {
  display: inline-block;
}

#breadCrumbs li:not(:first-child)::before {
  content: ">";
  margin: 0 5px;
}

#breadCrumbs li:nth-child(2)::before {
  display: none;
}

/* comments
---------------------- */
#comments h2 {
  padding: 7px 10px 4px 15px;
  border-radius: 4px 4px 0 0;
  background-color: #aaa;
}

#comments form {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #aaa;
  border-top: 0;
}

#comments table {
  table-layout: fixed;
  width: 100%;
}

#comments th,
#comments td {
  padding: 5px;
  text-align: left;
  vertical-align: middle;
}

#comments th {
  width: 15%;
}

#comments .note {
  color: #ee0000;
}

/* midashi
----------------------------------------------- */
.body {
  clear: both;
}

.mapttl h2,
.maps h2,
.rels h2,
.tags h2,
.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6 {
  margin: 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Sans JP", "Noto Sans JP", "Mplus 1p", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, sans-serif;
}

.body p {
  margin-bottom: 1.5em;
}

.body .clm p.leftArea,
.body .ouboha p.leftArea {
  float: none;
  text-align: center;
  width: 49%;
}

.body .ouboha p.rightArea {
  float: none;
  text-align: center;
  width: 49%;
  display: none;
}

.body .ouboha p.btn3,
.body .ouboha p.btn2 {
  margin-bottom: 0;
  margin-top: 16px;
}

.ttl2 {
  background-color: #eee;
  padding: 10px;
  margin-bottom: 20px;
  color: #000;
}

.mp25 #body #detali div p.ttl2 {
  background-color: #eee;
}

.body .ouboha p.btn2 {
  text-align: center;
}

.body .ouboha p.btn2 a {
  display: block;
  background-color: #0076c0;
  color: #fff;
  padding: 20px;
  position: relative;
  font-size: 140%;
  text-decoration: none;
  width: 100%;
  text-align: center;
}

.body .ouboha p.btn2 a::before {
  font-size: 70%;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 25px;
  left: 13px;
}

.clm p.btn2 a,
.body .ouboha p.btn3 a {
  display: block;
  background-color: #0076c0;
  color: #fff;
  padding: 20px;
  position: relative;
  font-size: 140%;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
}

.clm p.btn2 a:hover,
.body .ouboha p.btn3 a:hover,
.body .ouboha p.btn2 a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.clm p.btn2 a:before,
.body .ouboha p.btn3 a::before {
  font-size: 70%;
  color: rgb(255, 255, 255);
  content: "＞";
  position: absolute;
  top: 25px;
  left: 13px;
}

.body .qr {
  margin: 20px 0;
  border: 1px solid #ddd;
  padding: 10px;
  width: 180px;
  text-align: center;
}

.body .qr p {
  margin: 0;
}

.body .list {
  margin: 40px 0;
}

.body .list p {
  margin: 0;
}

.body ul+h2,
.body ul+h3,
.body p+h2,
.body p+h3 {
  margin-top: 1.5em;
}

.body p.indent {
  text-indent: 1em;
}

.body p.noMargin {
  margin: 0;
}

.body ul {
  list-style-type: disc;
  margin: 0 0 15px;
}

.body ul.col3 li {
  display: inline-block;
  vertical-align: top;
  width: 32.8%;
}

.body ul ul {
  list-style-type: circle;
}

.body ol {
  margin: 0 15px 25px 22px;
}

.body table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 1px;
  font-size: 12px;
}

.body table[align="center"] {
  margin-left: auto;
  margin-right: auto;
}

.body table caption {
  font-weight: bold;
  text-align: center;
  font-size: 170%;
}

.body table th,
.body table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  word-wrap: break-word;
  font-size: 140%;
  border: 1px solid #333333 !important;
}

.body table th {
  background: #f9ebdc;
  vertical-align: middle;
  overflow: visible;
  font-size: 150% !important;
  font-weight: bold;
}

.body table td {
  padding-left: 20px;
}

.body #outline table th {
  width: 20%;
}

.body #fee table th {
  width: 25%;
}

.body #oneday table td.zero {
  width: 43.5%;
}

.body table p {
  padding: 0;
}

.body table ul,
.body table ol {
  margin: 0 0 5px 20px;
}

.body sup {
  font-size: 85%;
  vertical-align: super;
}

.body sub {
  font-size: 85%;
  vertical-align: sub;
}

.body .warning {
  color: #ee0000;
  font-weight: bold;
}

.body .border {
  border: 1px solid #ccc;
  margin: 20px 0;
  padding: 10px;
}

.body table.noBorder,
.body table.noBorder th,
.body table.noBorder td {
  border: medium none;
}

.contentGpArticleDoc .body,
.contentGpArticleDoc .maps,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags {
  margin-bottom: 20px;
}

.maps h3 {
  margin-bottom: 5px;
}

.rels ul {
  list-style-type: disc;
  margin: 0 15px;
}

.tags ul {
  margin: 0 15px;
}

.tags ul li {
  display: inline-block;
  margin-right: 5px;
}

/* RSS Atom
---------------------- */
.feed {
  text-align: right;
}

#page-index .feed {
  text-align: left;
  float: left;
}

.contentGpArticleDocs .feed,
.contentGpCategoryDoc .feed,
.contentGpCategory .feed {
  justify-content: flex-end;
  margin-top: -10px;
}

.contentGpArticleDocs .feed {
  margin-bottom: 5px;
}

/* links
------------------------------------- */
.links>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feed {
  display: flex;
}

.feed a {
  display: inline-block;
}

.feed a.feedRss {
  width: 54px;
  height: 0;
  margin-left: 15px;
  padding-top: 23px;
  background-image: url("../../kaimono/base/images/bt-rss.gif");
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: middle;
}

.feed a.feedRss:hover {
  background-image: url("../../kaimono/base/images/bt-rss-on.gif");
}

.feed a.feedAtom {
  width: 54px;
  height: 0;
  margin-left: 5px;
  padding-top: 23px;
  background-image: url("../../kaimono/base/images/bt-atom.gif");
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: middle;
}

.feed a.feedAtom:hover {
  background-image: url("../../kaimono/base/images/bt-atom-on.gif");
}

#newslist .links .more {
  padding: 0;
}

.fb-wrapper {
  display: inline-block;
}

#sns.piece {
  margin: 20px auto;
  padding: 0;
}

.twitter-wrapper,
.g-wrapper,
.fb-wrapper,
.mixi-wrapper,
.line-wrapper {
  display: inline-block;
  line-height: 10px;
  vertical-align: top;
}

.twitter-wrapper iframe {
  width: 90px !important;
}

.g-wrapper div {
  width: 60px !important;
}

.dir-docs #sns {
  display: none;
}

#sns .pieceBody .fb-wrapper {
  display: inline;
  vertical-align: top;
}

.dir-docs .back-btn {
  display: none;
}

.back-btn,
.surveyForm .back {
  margin: 13px 0 20px;
  text-align: center;
}

.back-btn a,
.surveyForm .back a {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%) repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #000;
  display: block;
  margin: 0 auto;
  padding: 8px 0;
  text-decoration: none;
  width: 100px;
}

.pageTop {
  margin: 5px 0 30px;
  text-align: right;
}

.pageTop a {
  /*background-image: url("./images/ic-top.gif");*/
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 15px;
}

/* required
---------------------- */
.required {
  color: #ee0000;
}

.inquiry {
  margin: 0 0 20px;
}

.inquiry h2 {
  background-color: #ddd;
  border-radius: 4px 4px 0 0;
  padding: 7px 0 4px 15px;
}

/*.inquiry address {
  border-color: currentColor #ddd #ddd;
  border-image: none;
  border-radius: 0 0 4px 4px;
  border-style: none solid solid;
  border-width: 0 2px 2px;
  padding: 15px;
}*/
.top,
.middle {
  margin-bottom: 0;
}

.department,
.section,
.tel,
.fax {
  margin-right: 10px;
}

.inquiry .section {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

/* CKEditor templates
----------------------------------------------- */
.temp1,
.temp2,
.temp3,
.temp4 {
  clear: both;
  margin-bottom: 20px;
}

.temp1 .thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}

.temp1 ul,
.temp1 ol {
  display: inline-block;
  vertical-align: top;
}

.temp2 .thumb {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}

.temp3,
.temp4 {
  text-align: center;
}

.temp3 dl,
.temp4 dl {
  display: inline-block;
  margin: 0 5px;
  vertical-align: bottom;
}

.temp3 dl {
  max-width: 48%;
}

.temp4 dl {
  max-width: 31%;
}

.temp3 dl dt,
.temp4 dl dt {
  margin-bottom: 10px;
  text-align: center;
}

.temp3 dl dd,
.temp4 dl dd {
  text-align: center;
}

table.temp5 {
  width: 100%;
}

.temp7 {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ffaaaa;
  background-color: #fff3f3;
}

.temp7 p {
  margin: 0 0 10px;
}

/* adobeReader download
----------------------------------------------- */
.adobeReader,
.temp7 {
  clear: both;
  margin: 0 0 20px;
  /*padding: 10px 20px 10px 150px;*/
  padding: 10px 20px 10px 196px;
  /*background: #fff3f3 url("./images/adobe_bn.gif") no-repeat scroll 20px center;*/
  border: 1px solid #ffaaaa;
  background: #fff3f3 url("./images/adobe_bn.png") no-repeat scroll 20px center;
}

/* clearfix
----------------------------------------------- */
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/* =========================================================
   google custom search
========================================================= */
#gsearchbox * {
  box-sizing: content-box;
}

#gsearchresult table,
#gsearchresult th,
#gsearchresult td {
  margin: 0;
  padding: 0;
  border: 0;
}

#___gcse_0>.gsc-control-cse {
  background-color: transparent;
  border: medium none;
  padding: 0;
}

#___gcse_0 .gsc-input-box {
  border-color: #ccc;
  padding: 0;
  text-indent: 5px;
  width: 225px;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
}

.gsib_a {
  padding: 3px 8px;
}

table.gsc-search-box td {
  padding-top: 1px;
  vertical-align: bottom;
}

.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2,
input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
  background-color: #4d4d4d;
  margin: 0;
}

form.gsc-search-box,
.gsst_b,
input.gsc-input,
.gssb_c,
.gssb_e,
.gssb_f {
  font-size: 100%;
  margin: 0;
}

.gscb_a {
  font: 100%/normal arial, sans-serif !important;
}

input.gsc-input,
.cse input.gsc-search-button,
.gsc-usr-group-content-results,
.gs-webResult .gs-title .gsc-usr-group-all-results.gs-title b,
.gsc-completion-container,
.gsc-usr-group-head-results,
input.gsc-search-button,
.gs-promotion-text-cell .gs-visibleUrl,
.gs-promotion-text-cell .gs-snippet,
.gsc-tabsArea,
.gs-webResult .gs-title .gsc-usr-group-all-results.gs-title,
div.gs-results-attribution *,
form.gsc-search-box,
td.gsc-branding-text div.gsc-branding-text,
.gsc-control-cse .gsc-table-result,
.gs-result .gs-watermark,
.gsc-selected-option-container,
.gsc-control-cse .gs-result .gs-spelling-original,
.gsc-resultsHeader .gsc-configLabel,
.gsc-label-result-url-title,
.gsc-label-result-heading,
.gsc-label-result-labels,
.gsc-label-result-url,
.gsc-richsnippet-showsnippet-label,
.gs-promotion table .gs-snippet a span.gs-title,
td.gcsc-branding-text div.gcsc-branding-text,
span.gs-fileFormat,
.gsc-label-result-saving-popup,
.gs-videoResult *,
.gsc-resultsHeader .gsc-stats,
.gsc-result-selector,
.gsc-completion-container .gsc-completion-promotion-table,
.gsc-control-cse .gs-spelling,
span.gs-fileFormatType,
.gsc-tabsArea .gs-spacer,
.gsc-control-cse .gs-result .gs-title *,
.gs-promotion table .gs-snippet a span.gs-title *,
div.gs-results-attribution,
.gsc-result-info,
.gsc-richsnippet-individual-snippet-key,
.gsc-control-cse .gs-result .gs-title,
.gsc-getlink-box,
div.gs-infoWindow *,
.gsc-control-cse .gsc-option-menu,
.gsc-richsnippet-popup-box-title,
.gsc-keeper,
.gsc-completion-container,
.gsc-control-cse,
input.gsc-configSettingSubmit,
.gsc-label-result-form-label,
.gsc-getlink-label {
  font-size: 100% !important;
}

/* =========================================================
   accessibility-tool
========================================================= */
#accessibilityTool {
  background-color: #eee;
}

#accessibilityTool .pieceContainer {
  margin: 0 auto;
  padding: 4px 10px;
  width: 1000px;
}

#headerBody .piece {
  margin-bottom: 0;
}

#accessibilityTool .pieceBody {
  font-size: 90%;
  padding: 1px 0;
}

/* block-skip
----------------------------------------------- */
#nocssread {
  float: left;
}

#nocssread a {
  display: block;
  height: 0;
  overflow: hidden;
  width: 0;
}

#nocssread a:focus,
#nocssread a.show {
  background-color: #f2cfd8;
  height: auto;
  padding: 0 10px;
  width: auto;
}

/* tools
----------------------------------------------- */
#accessibilityTool .pieceBody ul {
  float: right;
}

#accessibilityTool .pieceBody li ul {
  float: none;
}

#accessibilityTool .pieceBody ul,
#accessibilityTool .pieceBody li {
  /*display: inline;*/
  display: inline-block;
}

#accessibilityTool .pieceBody li {
  border-left: 1px dotted #333;
  margin-left: 0.5em;
  padding: 2px 0 2px 0.5em;
  vertical-align: middle;
}

#accessibilityTool .pieceBody li:first-child,
#accessibilityTool .pieceBody li li {
  border-left: medium none;
  margin-left: 0;
  padding: 0;
}

#accessibilityTool .pieceBody a {
  color: #000;
  text-decoration: none;
}

#accessibilityTool .pieceBody a:focus,
#accessibilityTool .pieceBody a:hover {
  color: #007832;
}

#accessibilityTool .pieceBody li li a {
  background-color: #fdfdfd;
  border: 1px solid #c4c5c5;
  display: inline-block;
  font-size: 110%;
  line-height: 1;
  padding: 2px 2px 1px;
}

#accessibilityTool .pieceBody li li a:focus,
#accessibilityTool .pieceBody li li a:hover {
  color: #000;
}

#accessibilityTool .pieceBody .fontSize a:focus,
#accessibilityTool .pieceBody .fontSize a:hover {
  background-color: #e2fab2;
}

#accessibilityTool .pieceBody .themeColor #themeBlack {
  background-color: #000;
  color: #fff;
}

#accessibilityTool .pieceBody .themeColor #themeBlue {
  background-color: #1745cc;
  color: #fff;
}

#accessibilityTool .pieceBody img {
  vertical-align: middle;
}

#accessibilityTool .pieceBody img.kugiri {
  padding: 0 5px;
}

.head-tools {
  background-position: left top;
  margin: 0;
  padding: 4px 0 3px;
  text-align: right;
  width: 100%;
}

#furiganaAttention {
  background-color: #ececec;
  font-size: 120%;
  padding-left: 15px;
  padding-top: 5px;
  text-align: center;
}

.rubyOn #furiganaAttention {
  display: block;
}

.head-tools a {
  margin-right: 8px;
}

.head-tools img {
  margin-right: 3px;
  vertical-align: middle;
}

img.font {
  margin-top: 3px;
}

#navigationTalkPlayer {
  position: absolute;
}

#navigationTalkPlayer object {
  left: -280px;
  position: relative;
  top: 35px;
}

html:first-child #navigationTalkPlayer {
  position: absolute;
}

html:first-child #navigationTalkPlayer object {
  position: relative;
  left: 340px;
  top: 25px;
}

#navigationNotice {
  padding: 6px 10px;
  background-color: #ddd;
  font-weight: bold;
}

#accessibilityTool .pieceContainer::after {
  content: "";
  clear: both;
  display: block;
}

/* =========================================================
   toppage
========================================================= */
#keyvisual {
  width: 100%;
  margin: 0 auto 20px auto;
}

.swiper-container {
  height: 209px;
}

.swiper-container img {
  height: 100%;
  width: auto;
}

/* =========================================================
  #shepict
========================================================= */
#shepict div {
  margin: 0 10px 0 0;
}

#shepict div:last-child {
  margin: 0;
}

/* =========================================================
  #oneyear
========================================================= */
#oneyear .flexbox figure {
  margin: 0 20px 0 0;
}

#docsArea .contentGpArticleDoc .body ul {
  /*list-style: url("/_themes/images/ico_images.gif");*/
}

#tmenuArea {
  justify-content: space-between;
  margin: 0 0 45px 0;
}

#tmenuArea div {
  width: 380px;
}

#tmenuArea div h2 {
  margin: 8px 0;
  border-left: 28px solid #fa0303;
  padding: 5px;
  background-color: #d9d9da;
}

#newsArea {
  justify-content: space-between;
  margin: 0 0 45px 0;
}

#newsArea #newslist {
  width: 100%;
}

/* sitemapArea
------------------------------------------------------------- */
#sitemapArea ul li {
  list-style: none;
  border-top: none;
  border-bottom: 1px dotted #fad9e7;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

#sitemapArea ul li a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  padding: 5px 5px 5px 30px;
  position: relative;
}

#sitemapArea ul li a:hover {
  background-color: #eee4e5;
}

#sitemapArea ul li a::before {
  font-size: 55%;
  color: rgb(250, 3, 3);
  content: "＞";
  position: absolute;
  top: 10px;
  left: 10px;
}

/* calendarTop
------------------------------------------------------------- */
#calendarTop {
  width: 360px;
  padding: 10px;
  background-color: #d9d9da;
}

#calendarTop .pieceContainer {
  background-color: #fff;
  padding-bottom: 10px;
}

#calendarTop .pieceHeader h2,
#nenkangyojiCalendar .pieceHeader h2 {
  margin: 0 0 5px 0;
  color: #000;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  line-height: 1;
}

/*.contentGpArticleDocs .docs h2.date {
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: left;
  padding: 15px;
  background-color: #fa7fb5;
  line-height: 1;
}*/
#calendarTop .pieceContainer h3 {
  margin: 0 0 10px 0;
}

#calendarTop .pieceContainer .month {
  padding: 0;
  text-align: center;
  color: #003399;
}

#calendarTop .pieceHeader .pieceBody,
#nenkangyojiCalendar .pieceBody {
  clear: both;
  text-align: center;
}

#calendarTop .pieceBody table,
#nenkangyojiCalendar .pieceBody table {
  margin: 0 auto;
  width: 75%;
}

#calendarTop .pieceBody table th,
#calendarTop .pieceBody table td,
#nenkangyojiCalendar .pieceBody table th,
#nenkangyojiCalendar .pieceBody table td {
  border: 2px solid #eff2f9;
  font-size: 90%;
  padding: 2.5px 8.5px;
  text-align: center;
}

.calendarEvents table th.sun,
.calendarEvents table td.sun,
#calendarTop .pieceBody table th.sun,
#calendarTop .pieceBody table td.sun,
.calendarEvents table th.holiday,
.calendarEvents table td.holiday,
#calendarTop .pieceBody table th.holiday,
#calendarTop .pieceBody table td.holiday {
  background-color: #dfdfdf;
  color: #f00;
}

.calendarEvents table th.sat,
.calendarEvents table td.sat,
#calendarTop .pieceBody table th.sat,
#calendarTop .pieceBody table td.sat {
  background-color: #e1f5fe;
  color: #00f;
}

#calendarTop .pieceBody table td.prevMonth,
#calendarTop .pieceBody table td.nextMonth #nenkangyojiCalendar .pieceBody table td.prevMonth {
  color: #aaaaaa;
}

#day07 {
  background: #6E44CF;
  color: #fff;
}

/*--
#pageFooterBody {
  background-color: #eeb018;
}--*/

p.privacybtn {
  text-align: right;
}

p.privacybtn a {
  color: #000;
}

/* calendar
------------------------ */
.calendarCalendarEvents table {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.calendarCalendarEvents table th,
.calendarCalendarEvents table p {
  font-size: 82%;
}

.calendarCalendarEvents table p {
  line-height: 1.4;
  margin: 0 0 10px 0;
}

.calendarCalendarEvents table a {
  /*background: rgba(0, 0, 0, 0) url("/_themes/piece/images/ico_sankaku.gif") no-repeat scroll 2px center;*/
  color: #039;
  font-size: 100%;
  padding: 0 0 0 15px;
  text-decoration: none;
}

.calendarCalendarEvents th,
.calendarCalendarEvents td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 3px 10px;
  position: relative;
  vertical-align: middle;
}

.calendarCalendarEvents table td {
  width: 14%;
  vertical-align: top;
}

.calendarCalendarEvents table td:first-child::before {
  display: block;
  float: left;
  height: 100px;
  content: "";
}

.calendarCalendarEvents table td.prevMonth,
.calendarCalendarEvents table td.nextMonth {
  color: #cccccc;
}

.calendarCalendarEvents table ul {
  list-style: none;
  margin: 0;
}

/* =========================================================
   .contentGpCategory section
========================================================= */
#page-kaimono-category-index .contentGpCategory {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contentGpCategoryCategoryTypes section,
.contentGpCategoryCategoryType section,
.contentGpCategory section {
  flex-basis: calc(50% - 16px);
  font-size: 96%;
  margin-bottom: 30px;
}

.contentGpCategoryCategoryTypes section h2,
.contentGpCategoryCategoryType section h2,
.contentGpCategory section h2 {
  margin: 0 0 20px;
}

.contentGpCategoryCategoryTypes section h2 a,
.contentGpCategoryCategoryType section h2 a,
.contentGpCategory section h2 a {
  padding: 10px 10px 10px 30px;
  border: 3px solid #000;
  background-color: #F1F1F1;
  color: #000;
  position: relative;
  margin: 0 0 20px 0;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}

.contentGpCategoryCategoryTypes section h2 a::before,
.contentGpCategoryCategoryType section h2 a::before,
.contentGpCategory section h2 a::before {
  font-size: 70%;
  color: rgb(70, 70, 70);
  content: "＞";
  position: absolute;
  top: 14px;
  left: 10px;
}

.contentGpCategoryCategoryTypes section h2:hover,
.contentGpCategoryCategoryType section h2:hover,
.contentGpCategory section h2:hover {
  opacity: 0.6;
}

.contentGpCategory section .children div {
  border-bottom: 1px dotted #938c86;
}

.contentGpCategory section .children div a {
  position: relative;
  display: block;
  padding: 5px 0 5px 20px;
  text-decoration: none;
}

.contentGpCategory section .children div a::before {
  font-size: 70%;
  color: rgb(87, 59, 10);
  content: 鬯ッ繝ケ昴こ譏エ縺楢ュ上お邵コ讌「繝・荳翫♀驍オ繧ウ郢ァ繝サ陝カ蜥上こ繧。邵イ繧勤皮ケァ縲るΔ譏エ縺鈴ャッ繧・陝カ蜥上こ繧。邵イ繧九＠郢ァ縲劈阮吶☆驍オ繧ウ驕峨す郢ァ繧「郢ァ縲るΔ繧。郢昴う;
  position: absolute;
  top: 10px;
  left: 6px;
}

.contentGpCategory section .children div a:hover {
  text-decoration: underline;
}

.contentGpCategoryGroup .latest {
  display: none;
}

.contentArticleAttribute .latest ul,
.contentGpCategory .latest ul,
.contentGpCategoryGroup .categories ul {
  margin: 0 0 10px 0;
}

.contentArticleAttribute .latest ul li,
.contentGpCategory .latest ul li,
.contentGpCategoryGroup .categories li,
.contentGpCategoryCategory .docs li {
  padding: 5px 0;
  border-bottom: 1px dotted #938c86;
}

/* =========================================================
   .contentArticleAttribute .attribute
========================================================= */
#page-kaimono-attribute-index .contentArticleAttribute .attributes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#page-kaimono-attribute-index .contentArticleAttribute .attribute {
  flex-basis: calc(48% - 16px);
  font-size: 96%;
  margin-bottom: 30px;
  background-color: #e3f9e4;
  padding: 1%;
}

#page-kaimono-attribute-index .contentArticleAttribute .attribute h2 {
  background: none;
}

#page-kaimono-attribute-index .contentArticleAttribute .attribute h2 a {
  position: relative;
  display: block;
  padding: 5px 0 5px 25px;
  text-decoration: none;
  color: #50a901;
  line-height: 1.2;
}

#page-kaimono-attribute-index .contentArticleAttribute .attribute h2 a::before {
  font-size: 70%;
  color: rgb(80, 169, 1);
  content: "＞";
  position: absolute;
  top: 10px;
  left: 6px;
}

#page-kaimono-attribute-index .contentArticleAttribute .attribute h2 a:hover {
  opacity: 0.6;
}

.contentArticleAttribute .latest .feed,
.contentGpCategory .latest .feed {
  margin-top: 10px;
  margin-bottom: 10px;
}

.contentArticleAttribute .latest .feed a,
.contentGpCategory .latest .feed a {
  display: inline-block;
}

.contentArticleAttribute .latest a.feedRss,
.contentGpCategory .latest a.feedRss {
  width: 54px;
  height: 0px;
  margin-left: 15px;
  padding-top: 23px;
  background-image: url("../../kaimono/base/images/bt-rss.gif");
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: middle;
}

.contentArticleAttribute .latest .feed a.feedRss:hover,
.contentGpCategory .latest .feed a.feedRss:hover {
  background-image: url("../../kaimono/base/images/bt-rss-on.gif");
}

.contentArticleAttribute .latest .feed a.feedAtom,
.contentGpCategory .latest .feed a.feedAtom {
  width: 54px;
  height: 0px;
  margin-left: 5px;
  padding-top: 23px;
  background-image: url("../../kaimono/base/images/bt-atom.gif");
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: middle;
}

.contentArticleAttribute .latest .feed a.feedAtom:hover,
.contentGpCategory .latest .feed a.feedAtom:hover {
  background-image: url("../../kaimono/base/images/bt-atom-on.gif");
}

.banner {
  margin: 20px 0 0 0;
}

.banner a:hover {
  opacity: 0.6;
}

#greeting #message figure {
  float: right;
  width: 89px;
  margin: 0 0 0 30px;
}

#staff .text {
  width: 650px;
  margin: 0 20px 0 0;
}

#staff figure {
  width: 115px;
}

#staff p.ttl,
#greeting #message p.ttl {
  font-size: 160%;
  margin-bottom: 20px;
}

/* =========================================================
   content
========================================================= */
/* content globalNavi, content category, content docs
----------------------------------------------- */
.contentGnavMenuItems section::after,
.contentGnavMenuItem section::after,
.contentGpCategoryCategoryTypes section::after,
.contentGpCategoryCategoryType section::after {
  content: "";
  display: block;
  clear: both;
}

/*.contentGnavMenuItems section,*/
.contentGnavMenuItem section,
.contentGpCategoryCategoryTypes section {
  margin-bottom: 20px;
}

.contentGpCategoryCategoryType section {
  margin-bottom: 0;
}

.contentGpCategoryCategoryType section>ul {
  margin-bottom: 20px;
}

/* 鬯ッ繝ケ昴こ譏エ縺楢ュ上お邵コ讌「繝・荳翫♀驍オ繧ウ隶後繝・荳翫♀驍オ繧ウ鬪ー荵昴％郢ァ縲るし繧、郢ァ蜍、遒代Η荳翫♀驍オ繧ウ鬩、繧ィ郢昴繝ァ郢昴Η荳翫♀驍オ繧ウ陜薙す陋ケ螟ゅこ繧。郢ァ繧ァ鬩帙繧。郢ァ繧。鬩帙譏エ髣輔え郢ァ繧ェ驛「繧。郢昴う驛「繧。邵イ蝓シ縺礼ケァ繧ヲ髮銀彫縺幃Δ繧。郢ァ縲碁Δ繧。邵イ繧勤皮ケァ縲るΔ譏エ縺鈴ャッ繧・陝カ蜻オ繝・荳翫♀驍オ繧ウndex, 鬯ッ繧・陝カ蜥上こ繧。邵イ繧勤皮ケァ縲るΔ繧。郢昴し鬯ゥ蟶呵ュ上お＊郢昴ぉindex */
#articleCategoryGnav,
.contentGpCategory .docs-category,
.contentGpCategory section-docs-nest {
  letter-spacing: -0.4em;
}

#articleCategoryGnav .level1,
.contentGpCategory .docs-category section,
.contentGpCategory section-docs-nest section,
.contentGpCategoryCategory .classification {
  display: inline-block;
  width: 385px;
  padding: 0 15px 15px 0;
  vertical-align: top;
  letter-spacing: normal;
}

.contentGpCategory .docs-oshirase {
  margin-bottom: 30px;
}

#articleCategoryGnav .level1:nth-child(even),
.contentGpCategory .docs-category section:nth-child(even),
.contentGpCategory section-docs-nest>section:nth-child(even),
.contentGpCategoryCategory .classification:nth-child(even) {
  padding-right: 0;
}

.publicCategory .docs-category section {
  display: block;
  width: auto;
  padding: 0;
}

/*#articleCategoryGnav .level1 h3,
.contentGnavMenuItems section h2,
.contentGnavMenuItem section h2,
.contentGpCategoryCategoryTypes section h2,
.contentGpCategoryCategoryTypes section>ul>li>a,
.contentGpCategoryCategoryType section h2,
.contentGpCategory .docs-category section h2,
.contentGpCategory section-docs-nest section h2,
.contentGpCategory .docs-oshirase h2,
.contentGpCategoryCategory .classification h2,
.contentGpArticleDocs .docs h2,
.contentOrganization section h2,
.calendarHolidays h2.name {
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #fa7fb5;
  font-size: 140%;
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Sans JP", "Noto Sans JP", "Mplus 1p", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, sans-serif;
  color: #fff;
}*/
.dir-docs .contentGpArticleDocs .docs .date {
  font-weight: normal;
  padding: 10px;
}

.newscategory-event {
  display: inline-block;
  padding: 5px 10px;
  background-color: #D96D00;
  font-size: 80%;
  color: #fff;
}

.newscategory-recruit {
  display: inline-block;
  padding: 5px 10px;
  background-color: #265CFF;
  font-size: 80%;
  color: #fff;
}

.newscategory-news {
  display: inline-block;
  padding: 5px 10px;
  background-color: #A377D2;
  font-size: 80%;
  color: #fff;
}

/*.contentGnavMenuItems section h2 a,
.contentGnavMenuItem h2 a,
.contentGpCategoryCategoryTypes section h2 a,
.contentGpCategoryCategoryTypes section>ul>li>a,
.contentGpCategoryCategoryType section h2 a,
.contentGpCategoryCategory .classification h2 a,
.contentOrganization section h2 a,
.calendarHolidays h2.name a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 10px 15px 75px;
  border-radius: 5px;
}
.contentGpCategoryCategoryTypes section h2 a,
.contentGpCategoryCategoryType section h2 a {
  position: relative;
  font-weight: normal;
}
.contentGpCategoryCategoryTypes section h2 a::before,
.contentGpCategoryCategoryType section h2 a::before {
  font-size: 80%;
  color: rgb(250, 3, 3);
  content: "▶";
  position: absolute;
  top: 19px;
  left: 40px;
}
.contentGnavMenuItems section h2 a:hover,
.contentGnavMenuItem h2 a:hover,
.contentGpCategoryCategoryTypes section h2 a:hover,
.contentGpCategoryCategoryTypes section>ul>li>a:hover,
.contentGpCategoryCategoryType section h2 a:hover,
.contentGpCategoryCategory .classification h2 a:hover,
.contentOrganization section h2 a:hover,
.calendarHolidays h2.name a:hover {
  background-color: #fad9e7;
  color: #000;
}
.contentOrganization .articleHeader {
  display: none;
}
#articleCategoryGnav .level1 ul,
.contentGnavMenuItem section ul,
.contentGpCategoryCategoryTypes section ul ul,
.contentGpCategoryCategoryType section ul,
.contentGpCategory .docs-category section ul,
.contentGpCategory .docs-oshirase ul,
.contentGpCategoryCategory section ul,
.contentGpArticleDocs .docs ul,
.contentOrganization section ul {
  padding-left: 15px;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}*/
.contentGpCategoryCategoryType .docs ul::after,
.contentGnavMenuItem section ul::after,
.contentGpCategoryCategoryTypes section>ul::after,
.contentGpCategoryCategoryType section ul::after,
.contentOrganization section ul::after {
  content: "";
  display: block;
  clear: both;
}

.contentGpCategoryCategoryTypes section>ul>li {
  margin-left: 2%;
}

.contentGpCategoryCategoryType .docs ul {
  clear: both;
}

/*.contentGpCategoryCategoryType .docs ul li,
.contentGnavMenuItem section ul li,
.contentGpCategoryCategoryTypes section ul li li,
.contentGpCategoryCategoryType section ul li,
.contentGpCategory .docs-category section ul li,
.contentGpCategory .docs-kiji ul li,
.contentGpCategory .docs-oshirase ul li,
.contentGpCategoryCategory section ul:not(.feed) li,
.contentGpArticleDocs .docs ul li,
.contentOrganization section ul li,
.contentOrganization ul li {
  padding: 20px 0;
  border-bottom: 1px dotted #73BD4A;
}*/
.contentGpCategoryCategoryType .docs ul li::after,
.contentGnavMenuItem section ul li::after,
.contentGpCategoryCategoryTypes section ul li li::after,
.contentGpCategoryCategoryType section ul li::after,
.contentGpCategory .docs-category section ul li::after,
.contentGpCategory .docs-kiji ul li::after,
.contentGpCategory .docs-oshirase ul li::after,
.contentGpCategoryCategory section ul:not(.feed) li::after,
.contentGpArticleDocs .docs ul li::after,
.contentOrganization section ul li::after,
.contentOrganization ul li::after {
  content: "";
  clear: both;
  display: block;
}

.contentGpCategoryCategoryType .docs ul li .image,
.contentGnavMenuItem section ul li .image,
.contentGpCategoryCategoryTypes section ul li li .image,
.contentGpCategoryCategoryType section ul li .image,
.contentGpCategory .docs-category section ul li .image,
.contentGpCategory .docs-kiji ul li .image,
.contentGpCategory .docs-oshirase ul li .image,
.contentGpCategoryCategory section ul:not(.feed) li .image,
.contentGpArticleDocs .docs ul li .image,
.contentOrganization section ul li .image,
.contentOrganization ul li .image {
  display: block;
  float: left;
  height: 200px;
  margin: 0 20px 0 0;
  overflow: hidden;
  width: 280px;
}

/*#resultlist span.title_link a,
#resultmenu span.title_link a,
.contentGpCategoryCategoryType .docs ul li .title_link a,
.contentGnavMenuItem section ul li .title_link a,
.contentGpCategoryCategoryTypes section ul li li .title_link a,
.contentGpCategoryCategoryType section ul li .title_link a,
.contentGpCategory .docs-category section ul li .title_link a,
.contentGpCategory .docs-kiji ul li .title_link a,
.contentGpCategory .docs-oshirase ul li .title_link a,
.contentGpCategoryCategory section ul:not(.feed) li .title_link a,
.contentGpArticleDocs .docs ul li .title_link a,
.contentOrganization section ul li .title_link a,
.contentOrganization ul li .title_link a {
  padding: 0 20px 0 20px;
  position: relative;
  font-size: 120%;
  line-height: 1.4;
}
#resultlist span.title_link a::before,
#resultmenu span.title_link a::before,
.contentGpCategoryCategoryType .docs ul li .title_link a::before,
.contentGnavMenuItem section ul li .title_link a::before,
.contentGpCategoryCategoryTypes section ul li li .title_link a::before,
.contentGpCategoryCategoryType section ul li .title_link a::before,
.contentGpCategory .docs-category section ul li .title_link a::before,
.contentGpCategory .docs-kiji ul li .title_link a::before,
.contentGpCategory .docs-oshirase ul li .title_link a::before,
.contentGpCategoryCategory section ul:not(.feed) li .title_link a::before,
.contentGpArticleDocs .docs ul li .title_link a::before,
.contentOrganization section ul li .title_link a::before,
.contentOrganization ul li .title_link a::before {
  font-size: 70%;
  color: rgb(250, 3, 3);
  content: "▶";
  position: absolute;
  top: 3px;
  left: 0;
}*/
.contentGpCategoryCategoryTypes section ul li li:last-child {
  margin-bottom: 15px;
}

.contentOrganization section ul li:last-child {
  margin-bottom: 20px;
}

.contentGpCategory section-docs-nest section ul {
  padding: 15px;
  border-left: 2px solid #ffd23c;
  border-right: 2px solid #ffd23c;
}

.contentGpCategoryCategoryType section ul ul {
  padding-top: 0;
  border: 0;
}

.contentGpCategory section-docs-nest section .more {
  padding: 0 15px 15px;
  border: 2px solid #ffd23c;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc .date {
  margin-bottom: 1em;
  text-align: right;
}

.contentGpArticleDoc .date p {
  display: inline-block;
  color: #333;
}

/*.contentGpArticleDoc .date p.publishedAt {
  padding-right: 10px;
}*/
/* content tag
----------------------------------------------- */
.contentTagTag {
  margin-bottom: 20px;
}

.contentTagTag h2 {
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 2px solid #008746;
}

.contentTagTag ul {
  padding-left: 15px;
}

.contentTagTag ul li {
  margin-bottom: 10px;
  padding: 0 12px;
  /*background: url("./images/ic-list03.gif") no-repeat left 0.5em;*/
}

/* surveyForms
----------------------------------------------- */
.surveyForms .form h2,
.surveyForm .form h2 {
  margin-bottom: 10px;
  padding: 8px 5px 5px 15px;
  background-color: #008746;
}

.surveyForms .form h2 a {
  text-decoration: underline;
  color: #fff;
}

#page-contact-form .questions {
  background: #f8f8f8;
  padding: 20px;
  margin: 0 0 40px 0;
}

#page-contact-form .question {
  width: 100%;
  padding: 20px;
}

#new_survey_form_answer {
  font-size: 90%;
  padding: 0 0 30px 0;
}

#new_survey_form_answer .questions .question {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  background: none;
}

#new_survey_form_answer .questions .question .note {
  color: #ff0000;
}

#new_survey_form_answer .questions .question .question_content {
  padding: 0 10px;
  border: none;
  width: 100%;
  font-size: 110%;
  font-weight: bold;
}

#new_survey_form_answer .questions .question .body p {
  margin-bottom: 0;
}

#new_survey_form_answer .questions .question .answer_content {
  width: 71.5%;
}

.answer_content textarea {
  width: 100%;
}

#new_survey_form_answer .reload,
#new_survey_form_answer .talk {
  display: inline-block;
  border: 1px solid #aaa;
}

.reload a,
.talk a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
}

#new_survey_form_answer .field {
  margin-top: 15px;
}

#new_survey_form_answer .submit {
  margin-top: 20px;
  text-align: center;
}

/* error */
#new_survey_form_answer #errorExplanation {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ee0000;
}

#new_survey_form_answer #errorExplanation h2 {
  padding: 7px 0 4px 15px;
  border-radius: 4px;
  background-color: #fff;
  color: #ee0000;
}

#new_survey_form_answer #errorExplanation p {
  margin-left: 15px;
}

#new_survey_form_answer #errorExplanation ul {
  list-style-type: disc;
  margin-left: 30px;
}

#new_survey_form_answer #errorExplanation li {
  color: #ee0000;
}

#back-btn {
  margin: 13px 0 20px;
  text-align: center;
}

#back-btn a {
  display: block;
  position: relative;
  width: 100px;
  margin: 0 auto;
  padding: 8px 0;
  border: 1px solid #ccc;
  background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  color: #000;
  text-decoration: none;
}

/* content newsletter
----------------------------------------------- */
/* index */
.contentNewsletterForms .summary {
  padding: 0 15px;
}

.contentNewsletterForms h2 {
  margin-bottom: 10px;
  padding: 7px 0 4px 15px;
  border-radius: 4px;
  background-color: #ffd23c;
}

.contentNewsletterForms .form {
  margin-bottom: 20px;
}

.contentNewsletterForms .column {
  margin: 10px 0 30px 0;
}

.contentNewsletterForms .column .name {
  margin-bottom: 10px;
  padding: 5px 5px 5px 15px;
  background-color: #ffe99e;
  font-weight: bold;
}

.contentNewsletterForms .change {
  margin-top: 30px;
  padding: 0 0 5px 10px;
  /*background: url("./images/ic-list01.png") no-repeat left 0.4em;*/
}

.contentNewsletterForms .radioButton input {
  margin-top: 0;
  vertical-align: baseline;
}

/* error */
.contentNewsletterForms .errorExplanation {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ee0000;
}

.contentNewsletterForms .errorExplanation h2 {
  padding: 7px 0 4px 15px;
  border-radius: 4px;
  background-color: #fff;
  color: #ee0000;
}

.contentNewsletterForms .errorExplanation p {
  margin-left: 15px;
}

.contentNewsletterForms .errorExplanation ul {
  list-style-type: disc;
  margin-left: 30px;
}

.contentNewsletterForms .errorExplanation li {
  color: #ee0000;
}

/* map contents, calendar contents
----------------------------------------------- */
/* 郢晄ァュ繝」郢晏カコ繧ッ */
.contentMapMarkers #map_canvas {
  width: 100% !important;
}

.contentMapMarkers table,
.calendarEvents table {
  width: 100%;
  margin: 10px 0 20px;
}

.contentMapMarkers table th,
.contentMapMarkers table td,
.calendarEvents table th,
.calendarEvents table td {
  padding: 5px 15px;
  border: 1px solid #b3b3b3;
  vertical-align: middle;
}

.contentMapMarkers table th,
.calendarEvents table th {
  background-color: #f3f3f3;
}

.contentMapMarkers table .markerCategories {
  width: 20%;
}

.contentMapMarkers table .markerImage {
  width: 17%;
  padding: 5px;
  text-align: center;
}

.contentMapMarkers table .markerImage img {
  max-width: 100%;
  height: auto;
}

.contentMapMarkers table .marker {
  width: 13%;
  text-align: center;
}

/* 蜻ィ霎コ讀懃エ「 */
.contentMapNavigations {
  margin: 0 0 20px;
}

/* calendar contents
----------------------------------------------- */
.calendarEvents h2 {
  margin-bottom: 10px;
  padding: 5px 0;
  border-bottom: 2px solid #008746;
}

.upperPagination,
.lowerPagination {
  margin: 10px 0;
}

.calendarCalendarEvents table th,
.calendarCalendarEvents table td {
  width: 14%;
}

.calendarEvents table td {
  vertical-align: top;
}

.calendarMonthlyEvents table td,
.calendarTodayEvents table td {
  vertical-align: middle;
}

.calendarMonthlyEvents table td.image,
.calendarTodayEvents table td.image {
  width: 20%;
  padding: 5px;
  text-align: center;
}

.calendarMonthlyEvents table td.image img,
.calendarTodayEvents table td.image img {
  max-width: 100%;
}

.calendarEvents table .event p {
  display: inline;
}

.calendarEvents table .event p.category {
  margin-left: 5px;
}

.calendarEvents table .date .closeDate {
  display: block;
}

.calendarEvents table .sun,
.calendarEvents table .holiday {
  color: #ee0000;
}

.calendarEvents table .sat {
  color: #3366ff;
}

.calendarCalendarEvents table p.category span {
  display: block;
}

/* 譛ャ譌・縺ョ繧、繝吶Φ繝*/
.calendarTodayEvents h3 {
  padding: 6px 12px 4px;
  background-color: #ffe99e;
}

.calendarTodayEvents table td {
  width: 30%;
}

/* calendarLocationHolidays
----------------------------------------------- */
.calendarHolidays::after {
  content: "";
  clear: both;
  display: block;
}

.calendarHolidays section {
  float: left;
  width: 480px;
  margin: 0 10px;
}

.calendarHolidays table td {
  vertical-align: top;
  width: 14%;
}

.calendarHolidays table th {
  background-color: #f3f3f3;
}

.calendarHolidays table th.sun,
.calendarHolidays table td.sun,
.calendarHolidays table td.holiday {
  color: #ee0000;
}

.calendarHolidays table th.sat,
.calendarHolidays table td.sat {
  color: #3366ff;
}

.calendarHolidays table td.kyujitsu {
  background-color: #ffc4d1;
}

.calendarHolidays table td.prevMonth,
.calendarHolidays table td.nextMonth {
  background-color: #ffffff;
  color: #ffffff;
}

.calendarHolidays h3 {
  margin-bottom: 15px;
  padding: 0 0 0 5px;
  border: 1px solid #999;
  border-left: 3px solid #4d4d4d;
  font-size: 130%;
  font-weight: bold;
}

.calendarHolidays table {
  border: 1px solid #b3b3b3;
  margin: 10px 0 20px;
  width: 100%;
}

.calendarHolidays th,
.calendarHolidays td {
  border: 1px solid #b3b3b3;
  padding: 10px 5px;
  vertical-align: middle;
}

.calendarHolidays th {
  background-color: #f3f3f3;
}

.calendarHolidays table caption {
  font-weight: bold;
  text-align: left;
}

/* attributeList */
.calendarHolidays .attributeList {
  clear: both;
  margin-left: 10px;
}

.calendarHolidays ul.attributeList li {
  position: relative;
  padding-left: 23px;
  line-height: 2;
}

.calendarHolidays ul.attributeList li.kyujitsu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  background-color: #ffc4d1;
}

/* businessHours */
.calendarHolidays .businessHours {
  margin-left: 10px;
  margin-bottom: 30px;
}

.calendarHolidays .businessHours li {
  margin-bottom: 10px;
}

.calendarHolidays .businessHours li .date {
  padding: 0 15px;
  background-color: #cccccc;
}

/* sitemap
----------------------------------------------- */
ul.sitemap::after {
  content: "";
  clear: both;
  display: block;
}

ul.sitemap {
  margin-bottom: 20px;
}

ul.level1 {
  border-bottom: 1px dotted #888;
}

ul.sitemap li.level1 {
  padding: 8px 0;
  border-top: 1px dotted #aaa;
}

ul.sitemap li.level1 a {
  padding-left: 10px;
}

ul.sitemap ul.level2 {
  margin-top: 5px;
  padding: 10px 0px 10px 50px;
  border-top: 1px dotted #888;
}

ul.sitemap ul.level2 ul {
  padding: 10px 0 10px 50px;
}

ul.sitemap li.level2 {
  padding: 8px 0;
  border-bottom: 1px dotted #888;
}

ul.sitemap li.level2 a {
  margin-bottom: 3px;
  padding-left: 12px;
  /*background: url("./images/ic-list01.gif") no-repeat left 0.4em;*/
}

ul.sitemap li.inquiry {
  margin: 0;
  border-bottom: 0;
}

ul.sitemap ul.level2 ul {
  padding: 10px 0 10px 50px;
}

/* custom class define.
----------------------------------------------- */
h2.centerstyle01 {
  font-size: 180%;
  font-weight: bold;
  text-align: center;
}

div.centerstyle01 {
  padding: 10px;
  color: #ff6600;
  font-size: 150%;
  text-align: center;
}

div.centerstyle02 {
  padding: 6px 0 20px;
  color: #009900;
  font-size: 130%;
  text-align: center;
}

div.divstyle01 {
  margin: 20px 0 10px 10px;
}

h3.noborderstyle01 {
  padding: 10px;
  border: 0;
  background-color: #6eb92b;
  color: #fff;
  font-size: 130%;
}

div.divstyle02 {
  margin: 20px 0 20px 10px;
}

/* common menu style
----------------------------------------------- */
#content .piece {
  margin-bottom: 20px;
}

#menu .piece,
#links .piece {
  margin-bottom: 15px;
}

#menu .pieceHeader,
#links .pieceHeader {
  background: #985534;
  color: #fff;
}

#menu .pieceHeader h2,
#links .pieceHeader h2 {
  padding: 6px 2px 5px 18px;
  font-size: 110%;
  color: #fff;
}

#links #linksBody h2 {
  font-size: 150%;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

#links #linksBody h2 figure {
  width: 62px;
  margin: 0 15px 15px 0;
}

#links #linksBody ul {
  border: 4px solid #8ed1f4;
  margin: 0;
  padding: 10px;
  background-color: #F6F6F6;
}

#links #linksBody ul li a {
  color: #000;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 20px;
}

#links #linksBody ul li a:hover {
  text-decoration: none;
}

#links #linksBody ul li a::before {
  font-size: 60%;
  color: rgb(196, 215, 0);
  content: "▶";
  position: absolute;
  top: 0px;
  left: 0;
}

#aboutArea h2 {
  font-size: 150%;
  color: #000;
}

#aboutArea {
  padding: 15px;
  border: 3px dotted #abcd04;
  /*--  background-color: #F1F1F1;  --*/
  margin: 0 0 40px 0;
}

.clm:has(#aboutArea:not(:last-child)) {
  margin-bottom: 40px;
}

a.linkbtn {
  display: block;
  line-height: 1;
  margin: 0 auto;
  padding: 30px 0;
  border: 1px solid #abcd04;
  border-radius: 40px;
  background-color: #abcd04;
  color: #212529;
  font-size: 1.35rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}

a.linkbtn:hover,
a.linkbtn:focus {
  background-color: #fff;
}

/* common header
----------------------------------------------- */
#commonHeader {
  width: 100%;
}

#page-kaimono-index #commonHeader .pieceBody {
  padding: 20px 0 40px 0;
}

#commonHeader .pieceBody {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  background: url("./images/bg_topimg31.webp") no-repeat right bottom;
}

#commonHeader .pieceBody .logo {
  width: 333px;
  font-size: 150%;
  font-weight: bold;
  float: left;
  line-height: 1;
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "HGMaruGothicMPRO", sans-serif;
}

#commonHeader .pieceBody .logo a {
  color: #000;
  text-decoration: none;
}

#commonHeader .textmenu {
  float: left;
  margin: 15px 0 5px 0;
}

#commonHeader .textmenu p#tel {
  background-color: #867b6f;
  color: #fff;
  border-radius: 20px;
  padding: 0px 10px;
  font-size: 20px;
}

#commonHeader .textmenu ul li {
  float: left;
  margin: 5px 0 0 20px;
}

#commonHeader .textmenu a:hover {
  text-decoration: none;
}

#commonHeader .menu {
  float: right;
  margin: 0;
  font-size: 90%;
  text-align: right;
}

#commonHeader .menu ul {
  float: right;
  margin: 0;
}

#commonHeader .menu li {
  float: left;
  margin-left: 10px;
}

#commonHeader .menu li.riyo a,
#commonHeader .menu li.sitemap a {
  padding: 1px 0 1px 8px;
  /*background: url(".././images/ic-list01.gif") no-repeat left 0.5em;*/
}

#commonHeader .menu .language {
  float: right;
}

#commonHeader .menu .language a {
  display: block;
  float: left;
  margin-left: 5px;
  padding: 4px 8px 3px;
  border-radius: 3px;
  background-color: #c1d6d9;
  color: #000;
}

/* global navi
----------------------------------------------- */
#pageNav {
  width: 100%;
  background-color: #fff;
  margin: 0 0 0px 0;
}

#pageNav #pageNavContainer {
  width: 1200px;
  margin: 0 auto;
}

ul#gnavi {
  float: left;
  width: 100%;
  /*--  border-right: 1px solid #000;  --*/
  padding: 0;
  margin: 0;
}

ul#gnavi li {
  border-left: 8px solid #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Sans JP", "Noto Sans JP", "Mplus 1p", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, sans-serif;
  line-height: 1;
  float: left;
  width: 20%;
  font-size: 14px;
}

ul#gnavi li a {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
}

ul#gnavi li.n01 a {
  background-color: #b7d544;
}

ul#gnavi li.n02 a {
  background-color: #f4a200;
}

ul#gnavi li.n03 a {
  background-color: #f1a7b5;
}

ul#gnavi li.n04 a {
  background-color: #fef100;
}

ul#gnavi li.n05 a {
  background-color: #8ed1f4;
}

ul#gnavi li.n06 a {
  background-color: #abcd05;
}


ul#gnavi li a:hover {
  opacity: 0.6;
}

ul#gnavi li a.cur {
  color: #000;
  opacity: 0.6;
}

ul#gnavi li.logo a:hover {
  background: none;
}

/* search-navi box
----------------------------------------------- */
#searchNavi {
  width: 1000px;
  margin: 15px auto;
  background-color: #b4d459;
}

#page-index #searchNavi {
  margin: 20px auto;
}

#searchNavi .pieceContainer {
  width: 980px;
  margin: 0 auto;
}

#___gcse_0 {
  float: left;
  padding-top: 0px;
}

table.gsc-search-box {
  width: 197px;
  max-width: 197px;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  width: 100%;
}

.gsc-search-button .gsc-search-button {
  width: 80px !important;
  padding: 6px 10px !important;
}

#page-kaimono-torikumi-index #submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

#page-kaimono-torikumi-index #submenu ul li {
  flex-basis: calc(33.333333% - 16px);
  font-size: 96%;
  margin: 0 5px 10px 5px;
}

#page-kaimono-torikumi-index #submenu ul li a {
  color: #fff;
  position: relative;
  margin: 0 0 0 0;
  padding: 10px 10px 10px 20px;
  display: block;
  background: url("../../kaimono/base/images/bg_brown.jpg") repeat left center;
  text-decoration: none;
  font-weight: bold;
}

#page-kaimono-torikumi-index #submenu ul li a::before {
  font-size: 70%;
  color: rgb(255, 255, 255);
  content: "▶";
  position: absolute;
  top: 14px;
  left: 6px;
}

#page-kaimono-torikumi-index #submenu ul li a:hover {
  opacity: 0.6;
}

#smap {
  text-align: center;
  background-color: #fff;
}

#page-category-fag-index .contentGpCategoryCategoryType {
  margin: 40px 0 0 0;
}

#map {
  margin: 0 0 40px 0;
}

/*--------------------------------------------
photo contest docs
--------------------------------------------*/
#photoConResult * {
  line-height: 1;
  margin: 0;
  padding: 0;
}

#photoConResult #sohyo .temp1 .thumb {
  margin: 0 20px 20px 0;
}

.mp25 #attention {
  padding: 15px;
  border: 1px solid #f00;
  margin: 0 0 20px 0;
}

.mp25 #attention p {
  color: #f00;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.pvBtn li {
  font-size: 16px;
}

#photoConResult .mayor {
  width: 800px;
  margin: 0 auto;
}

#photoConResult .mayor .pict img {
  border: 10px solid #fafafa;
}

#photoConResult .mayor .pict {
  margin: 0 0 20px 0;
  box-shadow: 0 10px 8px -6px #8d8c8c;
}

#photoConResult .mayor .pict img {
  width: 100%;
}

#py {
  margin: 20px 0 0 0;
  padding: 10px;
  border: 1px solid #ccc;
}

#py a {
  color: #0088cc;
  text-decoration: none;
}

#py p {
  margin: 0;
}

#photoConResult .box {
  margin: 0 0 30px 0;
}

#photoConResult .bumon {
  margin: 0 0 15px 0;
}

#con15 #photoConResult .bumon {
  background: url("./images/img_ttl.gif") repeat center center;
}

#con9520 #photoConResult .bumon {
  background: url("./images/body_bcg.gif") repeat center center;
}

#photoConResult #sakuhinten dd,
#photoConResult #detail p,
#photoConResult #intro p {
  line-height: 1.6;
  margin: 0 0 20px 0;
  color: #000;
}

#photoConResult #intro ul {
  width: 680px;
  margin: 0 auto 40px auto;
  display: block;
  list-style-type: none;
}

#photoConResult #intro ul li {
  height: 42px;
  float: left;
  margin: 0 5px;
}

.y2015 #intro ul {
  width: 1020px !important;
}

.y2015 #intro ul li {
  width: 277px;
  height: 40px;
  border: 1px solid #e3e1e4;
}

.y2015 #intro ul li a {
  background-color: #f5eef5;
  color: #ca79bc;
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.y2016 #intro ul li a:hover {
  opacity: 0.8;
}

#photoConResult #intro ul li img {
  width: 300px;
  height: 42px;
}

#photoConResult .bumon h3 {
  padding: 20px 0 20px 60px;
  background-image: url("./images/img_cammera.gif");
  background-repeat: no-repeat;
  background-size: 50px;
  font-size: 200%;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo UI", Meiryo, sans-serif;
}

#con9520 #photoConResult .bumon h3 {
  color: #ab9536;
}

#con15 #photoConResult .bumon h3 {
  color: #ce6fbd;
}

#photoConResult #nature .bumon h3 {
  background-position: 0 center;
  margin: 0 auto;
}

#photoConResult #event .bumon h3 {
  background-position: 0 center;
  margin: 0 auto;
}

#photoConResult #town .bumon h3 {
  background-position: 0 center;
  margin: 0 auto;
}

#photoConResult .bumon h3,
#photoConResult #fc h3 {
  background-position: 0 center;
  margin: 0 auto;
  text-align: center;
}

#con9520 #photoConResult #ooban .bumon h3,
#con9520 #photoConResult #ippan .bumon h3 {
  width: 222px;
}

#con9520 #photoConResult #u15ika .bumon h3 {
  width: 350px;
}

#con9520 #photoConResult #ippanA4under2 .bumon h3,
#con9520 #photoConResult #ippanA4over2 .bumon h3 {
  width: 500px;
}

#con9520 #photoConResult #ippanA4under .bumon h3,
#con9520 #photoConResult #ippanA4over .bumon h3 {
  width: 700px;
}

#con9520 #photoConResult #service .bumon h3 {
  width: 345px;
}

#con9520 #photoConResult #digital .bumon h3 {
  width: 345px;
}

#con15 #photoConResult #ooban .bumon h3 {
  width: 222px;
}

#con15 #photoConResult #event .bumon h3 {
  width: 350px;
}

#con15 #photoConResult #town .bumon h3 {
  width: 345px;
}

#con15 #photoConResult .bumon h3,
#con15 #photoConResult #fc h3 {
  width: 590px;
}

.y2016 .bumon h3,
.y2016 #fc h3 {
  width: 510px;
}

#photoConResult #detail p.notes {
  font-size: 90%;
  color: #555;
  text-align: right;
}

#photoConResult .awordMark {
  text-align: center;
  margin: 0 0 30px 0;
  padding: 30px 0 0 0;
}

.mayorawordMark img {
  width: 200px;
  height: 100%;
}

#photoConResult .goldawordMark img,
#photoConResult .fcwordMark img {
  width: 200px;
  height: 100%;
}

#photoConResult .otherMark img,
#photoConResult .silverawordMark img,
#photoConResult .copperawordMark img,
#photoConResult .nyusenawordMark img {
  width: 180px;
  height: 100%;
}

#photoConResult .otherMark img {
  width: 150px;
}

#photoConResult .gold {
  width: 700px;
  margin: 0 auto;
}

#con9520 #photoConResult .gold {
  width: 300px;
  margin: 0 auto;
}

#photoConResult .gold .pict img {
  border: 10px solid #fafafa;
}

#photoConResult .gold .pict {
  margin: 0 0 20px 0;
  box-shadow: 0 10px 8px -6px #8d8c8c;
}

#photoConResult .gold .pict img {
  width: 100%;
}

#photoConResult #aword dt {
  font-size: 110%;
  font-weight: normal;
  color: #d07bbf;
  padding-bottom: 0 0 15px 0;
}

#photoConResult #aword dd {
  line-height: 1.6;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
}

#photoConResult #aword dd:last-child {
  border: none;
}

#con9520 #photoConResult #aword dt {
  color: #ab9536;
}

#photoConResult .pagetop p {
  text-align: right;
  font-size: 86%;
}

#photoConResult .silver .pict {
  margin: 0 0 20px 0;
  text-align: center;
  box-shadow: 0 10px 8px -6px #8d8c8c;
}

#photoConResult .silver .pict img {
  border: 10px solid #fafafa;
  width: 100%;
}

#photoConResult .silver .left {
  width: 47%;
  float: left;
}

#photoConResult .silver .right {
  width: 47%;
  float: right;
}

#con9520 #photoConResult .silver .left {
  width: 290px;
  margin: 0 0 0 130px;
  float: left;
}

#con9520 #photoConResult .silver .right {
  width: 290px;
  float: right;
  margin: 0 130px 0 0;
}

#con9520 #photoConResult .silverc {
  width: 300px;
  margin: 0 auto;
}

#con9520 #photoConResult .copperc {
  width: 300px;
  margin: 0 auto;
}

#photoConResult .copper {
  clear: both;
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #D388CA;
}

#con9520 #photoConResult .copper {
  border-top: 1px dotted #ab9536;
}

.y2016 .copper {
  border-top: 1px solid #db530f !important;
}

#photoConResult .nyusen {
  clear: both;
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #db530f;
}

#con9520 #photoConResult .fureai {
  border-top: 1px dotted #ab9536;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

#con9520 #photoConResult .kasaku {
  border-top: 1px dotted #ab9536;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

#con9520 #photoConResult .tokubetu {
  border-top: 1px dotted #ab9536;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

#con9520 #photoConResult .machikadoname {
  border-top: 1px dotted #ab9536;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

#con9520 #photoConResult .machikado {
  border-top: 1px dotted #ab9536;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

#con9520 #photoConResult .shorei {
  border-top: 1px dotted #ab9536;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

#con9520 #photoConResult .mishop {
  border-top: 1px dotted #ab9536;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

#con9520 #photoConResult .kankoguide {
  border-top: 1px dotted #ab9536;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

#con9520 #photoConResult .kanko {
  border-top: 1px dotted #ab9536;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

#con9520 #photoConResult .tokubetsu {
  border-top: 1px dotted #ab9536;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

#photoConResult .machikado .pict,
#photoConResult .tokubetsu .pict,
#photoConResult .kanko .pict,
#photoConResult .kankoguide .pict,
#photoConResult .fureai .pict,
#photoConResult .shorei .pict,
#photoConResult .machikadoname .pict,
#photoConResult .mishop .pict,
#photoConResult .tokubetu .pict,
#photoConResult .kasaku .pict,
#photoConResult .nyusen .pict,
#photoConResult .copper .pict {
  box-shadow: 0 10px 8px -6px #8d8c8c;
  margin: 0 0 20px;
}

#photoConResult .machikado .pict img,
#photoConResult .tokubetsu .pict img,
#photoConResult .kanko .pict img,
#photoConResult .kankoguide .pict img,
#photoConResult .fureai .pict img,
#photoConResult .shorei .pict img,
#photoConResult .machikadoname .pict img,
#photoConResult .mishop .pict img,
#photoConResult .machikado .pict img,
#photoConResult .tokubetu .pict img,
#photoConResult .kasaku .pict img,
#photoConResult .nyusen .pict img,
#photoConResult .copper .pict img {
  width: 100%;
  border: 10px solid #fafafa;
}

#photoConResult .nyusen .right,
#photoConResult .nyusen .center,
#photoConResult .nyusen .left,
#photoConResult .copper .right,
#photoConResult .copper .center,
#photoConResult .copper .left {
  width: 30%;
  float: left;
  margin: 01.6%;
}

#photoConResult .kanko .flexbox,
#photoConResult .kankoguide .flexbox,
#photoConResult .fureai .flexbox,
#photoConResult .shorei .flexbox,
#photoConResult .machikadoname .flexbox,
#photoConResult .mishop .flexbox,
#photoConResult .tokubetu .flexbox,
#photoConResult .machikado .flexbox,
#photoConResult .kasaku .flexbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-left: -10px;
}

#photoConResult .tokubetsu .flexbox,
#photoConResult .kanko .flexbox,
#photoConResult .machikadoname .flexbox,
#photoConResult .kankoguide .flexbox,
#photoConResult .fureai .flexbox {
  justify-content: center;
  flex-wrap: wrap;
}

#photoConResult .tokubetsu .item,
#photoConResult .tokubetu .item,
#photoConResult .kanko .item,
#photoConResult .kankoguide .item,
#photoConResult .fureai .item,
#photoConResult .shorei .item,
#photoConResult .machikadoname .item,
#photoConResult .mishop .item,
#photoConResult .machikado .item,
#photoConResult .kasaku .item {
  box-sizing: border-box;
  flex: 0 1 calc((100% / 3) - 10px);
  /* カラム間の隙間の分を引く */
  padding: 10px;
  margin-top: 10px;
  /* カラム間の隙間 */
  margin-left: 10px;
  /* カラム間の隙間 */
}

#photoConResult .mzmawaord,
#photoConResult .mtkawaord,
#photoConResult .fcawaord {
  width: 530px;
  margin: 0 auto;
}

#photoConResult .mzmawaord .pict img,
#photoConResult .mtkawaord .pict img,
#photoConResult .fcawaord .pict img {
  border: 10px solid #fafafa;
}

#photoConResult .mzmawaord .pict,
#photoConResult .mtkawaord .pict,
#photoConResult .fcawaord .pict {
  margin: 0 0 20px 0;
  box-shadow: 0 10px 8px -6px #8d8c8c;
}

#photoConResult .mzmawaord .pict img,
#photoConResult .mtkawaord .pict img,
#photoConResult .fcawaord .pict img {
  /*--width: 530px;--*/
  width: 100%;
}

#photoConResult #sohyo {
  clear: both;
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #D388CA;
}

.y2016 #sohyo {
  border-top: 1px solid #db530f !important;
}

#photoConResult #sohyo h3 {
  font-size: 120%;
  margin: 0 0 10px 0;
  padding: 10px;
  color: #B53E9F;
  background-color: #F9EEF7;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo UI", Meiryo, sans-serif;
}

#photoConResult #detail h2 {
  font-size: 130%;
  margin: 0 0 10px 0;
  color: #000;
}

.y2016 .bumon {
  background-image: none !important;
  background-color: #fdd000 !important;
}

.y2017 .bumon {
  background-image: none !important;
  background-color: #eb519a !important;
}

.y2018 .bumon {
  background-image: none !important;
  background-color: #e6003c !important;
}

.y2019 .bumon {
  background-image: none !important;
  background-color: #ea5404 !important;
}

.y2021 .bumon {
  background-image: none !important;
  background-color: #00A0C1 !important;
}

.y2016 .bumon h3 {
  color: #db530f !important;
}

.y2016 #general .bumon h3 {
  background-position: 0 center;
  margin: 0 auto;
  width: 235px;
}

.y2016 #u18 .bumon h3 {
  background-position: 0 center;
  margin: 0 auto;
  width: 235px;
}

.y2021 .bumon h3,
.y2019 .bumon h3,
.y2018 .bumon h3,
.y2017 .bumon h3 {
  color: #fff !important;
}

.y2019 #general .bumon h3,
.y2018 #general .bumon h3,
.y2017 #general .bumon h3 {
  background-position: 0 center;
  margin: 0 auto;
  width: 235px;
}

.y2019 #u18 .bumon h3,
.y2018 #u18 .bumon h3,
.y2017 #u18 .bumon h3 {
  background-position: 0 center;
  margin: 0 auto;
  width: 235px;
}

#mitakat .bumon h3 {
  width: 55%;
}

#fc .bumon h3 {
  width: 69%;
}

#mctk .bumon h3 {
  width: 45%;
}

.y2019 #detail .box dt,
.y2018 #detail .box dt,
.y2017 #detail .box dt {
  margin: 0 0 10px 0;
}

.y2019 #detail .box dd,
.y2018 #detail .box dd,
.y2017 #detail .box dd {
  line-height: 1.6;
  margin: 0 0 15px 0;
}

#photoConResult #event .bumon h3 {
  background-position: 0 center;
  margin: 0 auto;
  width: 350px;
}

#photoConResult #town .bumon h3 {
  background-position: 0 center;
  margin: 0 auto;
  width: 345px;
}

#con9520 #intro ul {
  width: 100%;
}

#con9520 #intro ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#con9520 #intro ul li:nth-child(3n+1) {
  margin-left: 0px;
}

#con9520 #intro ul li {
  width: 32%;
}

#con9520 #intro ul li span {
  font-size: 76%;
}

#con9520 #intro ul li a {
  background-color: #dfa70a;
  color: #fff;
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

#con9520 #intro ul li a:hover {
  opacity: 0.8;
}

.y2016 #intro h1 {
  color: #db530f !important;
}

.y2017 #intro h1 {
  color: #eb519a !important;
}

.y2018 #intro h1 {
  color: #e6003c !important;
}

.y2019 #intro h1 {
  color: #ea5404 !important;
}

.y2016 #intro ul {
  width: 1020px !important;
}

.y2016 #intro ul li {
  width: 279px;
  height: 42px;
}

.y2016 #intro ul li a {
  background-color: #00693e;
  color: #fff;
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.y2016 #intro ul li a:hover {
  opacity: 0.8;
}

.y2017 #intro ul {
  width: 1020px !important;
}

.y2017 #intro ul li {
  width: 279px;
  height: 42px;
}

.y2017 #intro ul li a {
  background-color: #eb519a;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.y2017 #intro ul li a:hover {
  opacity: 0.8;
}

.y2018 #intro ul {
  width: 1020px !important;
}

.y2018 #intro ul li {
  width: 279px;
  height: 42px;
}

.y2018 #intro ul li a {
  background-color: #e6003c;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.y2018 #intro ul li a:hover {
  opacity: 0.8;
}

.y2019 #intro ul {
  width: 1020px !important;
}

.y2019 #intro ul li {
  width: 279px;
  height: 42px;
  margin: 0 5px;
}

.y2019 #intro ul li a {
  background-color: #fff338;
  color: #6a3a0e;
  display: block;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.y2019 #intro ul li a:hover {
  opacity: 0.8;
}

/*----*/
.y2021 #intro ul {
  width: 100% !important;
}

.y2021 #intro ul li {
  width: 279px;
  height: 42px;
  float: unset !important;
  margin: 0 auto !important;
}

.y2023 #intro ul {
  width: 100% !important;
}

.y2023 #intro ul li {
  float: none !important;
  margin: 0 auto !important;
}


#page-photocon-docs-2023012600028-index .y2021 #intro ul {
  width: 279px !important;
}

#page-photocon-docs-2023012600028-index .y2021 #intro ul li {
  margin: 0 auto;
}

.y2021 #intro ul li a {
  background-color: #00A0C1;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.y2023 #intro ul li a {
  background-color: #f8b500;
  color: #002f7b;
}

.y2021 #intro ul li a:hover {
  opacity: 0.8;
}

#photoConResult #detail {
  clear: both;
}

#photoConResult #detail h2 {
  font-size: 130%;
  margin: 0 0 10px 0;
}

#photoConResult #sakuhinten dt {
  font-size: 105%;
  font-weight: normal;
}

#photoConResult #sakuhinten dd {
  margin-left: 1em;
}

#photoConResult #detail p.btm,
#photoConResult #detail dd.btm {
  margin-bottom: 0;
}

#photoConResult #detail p.notes {
  font-size: 90%;
  color: #555;
}

#photoConResult #detail p.notes02 {
  font-size: 76%;
}

#photoConResult .pagetop p {
  text-align: right;
}

.y2016 #aword dt {
  color: #db530f !important;
}

.y2018 #aword dt {
  color: #e6003c !important;
}

.y2019 #aword dt {
  color: #ea5404 !important;
}

.y2021 #aword dt {
  color: #009c79 !important;
}

.y2023 #aword dt {
  color: #f8b500 !important;
}

#photoConResult .silver {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #D388CA;
}

#con9520 #photoConResult .silver {
  border-top: 1px dotted #ab9536;
}

.y2016 .silver {
  border-top: 1px solid #db530f !important;
}

#photoConResult .silver .pict {
  margin: 0 0 20px 0;
  text-align: center;
  box-shadow: 0 10px 8px -6px #8d8c8c;
}

#photoConResult .silver .pict img {
  border: 10px solid #fafafa;
  width: 100%;
}

.y2016 .copper {
  border-top: 1px solid #db530f !important;
}

.y2018 .nyusen .flexbox {
  display: flex;
  justify-content: center;
}

.y2018 .nyusen {
  display: block;
}

.y2018 .nyusen .pict {
  display: block;
}

.y2018 .nyusen .pict img {}

.y2018 .nyusen .right,
.y2018 .nyusen .center,
.y2018 .nyusen .left {
  width: 324px;
  margin: 0 16px !important;
}

.y2019 .nyusen .flexbox {
  display: flex;
  justify-content: center;
}

.y2019 .nyusen {
  display: block;
}

.y2019 .nyusen .pict {
  display: block;
}

.y2019 .nyusen .pict img {}

.y2019 .nyusen .right,
.y2019 .nyusen .center,
.y2019 .nyusen .left {
  width: 324px;
  margin: 0 16px !important;
}

.y2019 #sohyo,
.y2019 .silver,
.y2019 .copper,
.y2019 .nyusen {
  border-top: 1px solid #ea5404 !important;
}

.y2021 #mitakat,
.y2021 #mctk {
  padding: 20px 0;
}

.y2021 .goldawordMark {
  padding: 20px 0 0 0;
}

.y2021 .goldawordMark,
.y2021 #mitakat,
.y2021 #mctk,
.y2021 #sohyo,
.y2021 .silver,
.y2021 .copper,
.y2021 .nyusen {
  border-top: 1px solid #009c79 !important;
}

#photoConResult .nyusen .clm01,
#photoConResult .nyusen .clm02,
#photoConResult .nyusen .clm03,
#photoConResult .nyusen .clm04 {
  width: 23%;
  float: left;
  margin: 1%;
}

.y2016 #sohyo h3 {
  color: #db530f !important;
  background-color: #fdd000 !important;
}

.y2017 #sohyo h3 {
  color: #eb519a !important;
  background-color: #ffcee5 !important;
}

.y2018 #sohyo h3 {
  color: #fff !important;
  background-color: #e6003c !important;
}

.y2019 #sohyo h3 {
  color: #fff !important;
  background-color: #ea5404 !important;
}

.y2021 #sohyo h3 {
  color: #fff !important;
  background-color: #00A0C1 !important;
}

.y2016 #sohyo h4 {
  color: #00693e;
}

.y2017 #sohyo h4 {
  color: #eb519a;
}

.y2018 #sohyo h4 {
  color: #e6003c;
}

.y2019 #sohyo h4 {
  color: #ea5404;
}

.y2021 #sohyo h4 {
  color: #00A0C1;
}

#page-photocon-docs-2023012600028-index #photoConResult .mayor,
#photoConResult .mzmawaord,
#photoConResult .mtkawaord,
#photoConResult .fcawaord {
  width: 530px;
  margin: 0 auto;
}

#photoConResult .mzmawaord .pict img,
#photoConResult .mtkawaord .pict img,
#photoConResult .fcawaord .pict img {
  border: 10px solid #fafafa;
}

#photoConResult .mzmawaord .pict,
#photoConResult .mtkawaord .pict,
#photoConResult .fcawaord .pict {
  margin: 0 0 20px 0;
  box-shadow: 0 10px 8px -6px #8d8c8c;
}

#photoConResult .mzmawaord .pict img,
#photoConResult .mtkawaord .pict img,
#photoConResult .fcawaord .pict img {
  /*--width: 530px;--*/
  width: 100%;
}

.mp22 p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

.mp22 #intro {
  margin: 0 0 35px 0;
}

.mp22 #intro h1 {
  background-color: #DB530F;
  color: #fff;
  padding: 10px;
  margin: 0 0 20px 0;
  line-height: 1.6;
  font-size: 170%;
}

.mp22 #aword ul::after,
.mp22 ul.menu::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.mp22 ul.menu {
  margin: 0 0 30px 0;
}

.mp22 ul.menu li {
  float: left;
  width: 268.7px;
  font-size: 18px;
  margin: 0;
  padding: 0;
  border-left: 1px solid #fff;
}

.mp22 ul.menu li:first-child {
  border: none;
}

.mp22 ul.menu li a {
  display: block;
  width: 100%;
  background-color: #00693E;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
}

.mp22 ul.menu li a:hover {
  opacity: 0.8;
}

.mp22 #body .clm {
  margin: 0 0 20px 0;
}

.mp22 #body h2 {
  font-size: 130%;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 2px solid #DB530F;
  color: #DB530F;
}

.mp22 #body #aword ul li {
  width: 483px;
  padding: 10px 20px;
  margin: 0 0 30px 0;
}

.mp22 #body #aword ul li:nth-child(odd) {
  float: left;
}

.mp22 #body #aword ul li:nth-child(even) {
  float: right;
}

.mp22 #body #aword ul li {}

.mp22 #body #aword ul li#bumon1 {
  background-color: #FFFAE1;
}

.mp22 #body #aword ul li#bumon2 {
  background-color: #FDEAE1;
}

.mp22 #body #aword ul li#bumon3 {
  background-color: #E8F7F0;
}

.mp22 #body #aword ul li h3 {
  font-size: 140%;
}

.mp22 #body #contact h2 {
  clear: both;
  padding: 10px;
  border: none;
  background-color: #FDD000;
  font-weight: bold;
  color: #000;
}

.mp22 #help #body h3 {
  position: relative;
  padding: .5em .75em;
  background-color: #fdd000;
  border-radius: 6px;
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: bold;
}

#help #body h3::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #fdd000;
}

.mp22 .notes {
  font-size: 96%;
  font-weight: bold;
  color: #333;
}

.mp22 #body ul li {
  font-size: 16px;
  line-height: 1.6;
}

.mp22 #body dl dt {
  font-size: 16px;
  line-height: 1.6;
}

.mp22 #body dl dd {
  font-size: 16px;
  line-height: 1.6;
}

.mp23 ul.menu::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.mp23 ul.menu {
  margin: 0 0 30px 0;
}

.mp23 ul.menu li {
  float: left;
  width: 268.7px;
  font-size: 18px;
  margin: 0;
  padding: 0;
  border-left: 1px solid #fff;
  position: relative;
}

.mp23 ul.menu li:first-child {
  border: none;
}

.mp23 ul.menu li a {
  display: block;
  width: 100%;
  background-color: #e95098;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
}

.mp23 ul.menu li a::before {
  /*疑似要素*/
  font-family: FontAwesome;
  font-size: 120px;
  content: "\f083";
  /*アイコンの種類*/
  position: absolute;
  left: 1em;
  /*左端からのアイコンまで*/
  color: #fff;
  /*アイコン色*/
}

.mp23 ul.menu li a:hover {
  opacity: 0.8;
}

.mp23 #body .clm {
  margin: 0 0 40px;
}

.mp23 .past {
  margin: 0 0 40px 0;
}

.mp23 #intro h1 {
  position: relative;
  padding: 0.25em 1em;
  border: solid 2px #e95098;
  background-color: #e95098;
  border-radius: 3px 0 3px 0;
  text-align: center;
  color: #fff;
  margin: 0 0 20px 0;
  font-size: 160%;
}

.mp23 #intro {
  margin: 0 0 40px 0;
}

.mp23 #intro p {
  line-height: 1.6;
}

#kiyaku23 h2,
.mp23 #contact h2,
#help23 .clm h2,
.mp23 #detali h2 {
  position: relative;
  background: #ffdfee;
  padding: 0.25em 0.5em;
  border-left: solid 2.2em #e95098;
}

#kiyaku23 h2::before,
.mp23 #contact h2::before,
#help23 .clm h2::before,
.mp23 #detali h2::before {
  font-family: FontAwesome;
  content: "\f030";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: normal;
  left: -1.60em;
  top: 50%;
  transform: translateY(-50%);
}

#kiyaku23 .clm,
.mp23 #detali .clm {
  margin: 0 0 40px 0;
}

.mp23 #body #detail h3 {
  position: relative;
  padding: .5em .75em;
  background-color: #e95098;
  color: #fff;
  border-radius: 6px;
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}

.mp23 #body #detail h3::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #e95098;
}

.mp23 #body dl dt {
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 35px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
  font-size: 20px;
  line-height: 1.6;
  margin: 15px 0 5px 10px;
}

.mp23 #body dl dt::before {
  font-family: FontAwesome;
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #4967b4;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.mp23 #body dl dt.tel::before {
  content: "\f095";
}

.mp23 #body dl dt.mail::before {
  content: "\f003";
}

.mp23 #body dl dt.madoguchi::before {
  content: "\f0db";
}

.mp23 #body dl dd {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.6;
}

.mp23 #body #detali p.ippan {
  background-color: #ffef6e !important;
  padding: 0.5em;
  color: #fff;
  width: 4em;
  float: left;
  margin: 0 20px 0 0;
}

.mp23 #body #detali p.u18 {
  background-color: #b6d44f !important;
  padding: 0.5em;
  color: #fff;
  width: 4.5em;
  float: left;
}

#youkou23 #body #detali #bosyubumon p {
  background-color: #fff;
  padding: 0.5em;
}

#youkou23 #body #detali .ippan {
  background-color: #ffef6e;
  padding: 1em 1.5em;
  width: 45%;
  float: left;
  margin: 0;
  box-sizing: content-box;
}

#youkou23 #body #detali .u18 {
  background-color: #b6d44f !important;
  padding: 1em 1.5em;
  width: 45%;
  float: right;
  box-sizing: content-box;
}

#youkou23 #bosyubumon {
  width: 100%;
}

#kiyaku23 ul,
#order23 #body ul,
#youkou23 #body ul {
  padding: 0 0 0 2.5em;
  position: relative;
}

#kiyaku23 ul li,
#youkou23 #body ul li {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  padding: 0.5em 0;
  list-style-type: none !important;
  /*ポチ消す*/
}

#kiyaku23 ul li,
#order23 #body ul li {
  padding: 0;
}

#kiyaku23 ul li::before,
#youkou23 #body ul li::before {
  /*疑似要素*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 0.5em;
  /*左端からのアイコンまで*/
  color: #e95098;
  /*アイコン色*/
}

#help23 #body .left {
  float: left;
  width: 45%;
}

#help23 #body .right {
  float: right;
  width: 54%;
}

#order23 #body ol {
  counter-reset: list;
  list-style-type: none;
  margin-left: 0;
}

#order23 #body ol li {
  position: relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 0px;
  border-bottom: dotted 1px #e95098;
  font-size: 16px;
}

#order23 #body ol li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #e95098;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

#kiyaku23 p,
.mp23 p {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.mp23 ul.clearfix::after,
.mp23 ul.menu::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.mp23 #body #aword ul li {
  width: 48%;
  padding: 10px 20px;
  margin: 0 0 30px 0;
  box-sizing: border-box;
}

.mp23 #body #aword ul li:nth-child(odd) {
  float: left;
}

.mp23 #body #aword ul li:nth-child(even) {
  float: right;
}

.mp23 #body #aword ul li ol li {
  width: auto;
  margin: 0 0 0 0;
  float: none;
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
  font-size: 16px;
}

.mp23 #body #aword ul li ol li div {
  font-weight: bold;
}

.mp23 #body #aword ul li ol li:nth-child(odd) {
  float: none;
}

.mp23 #body #aword ul li ol li:nth-child(even) {
  float: none;
}

.mp23 #body #aword ul li ol {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0.5em;
  background: #f5faff;
  margin: 0;
}

.mp23 #body #aword ul li ol li::before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  transform: translateY(-50%);
}

.mp23 #body #aword ul li#bumon1 {
  background-color: #ffef6e;
}

.mp23 #body #aword ul li#bumon2 {
  background-color: #b6d44f;
}

.mp23 #body #aword ul li#bumon3 {
  background-color: #bacfed;
}

.mp23 #body #aword ul li h3 {
  font-size: 140%;
}

#youkou23 #body #detali h3,
.mp23 #body #aword ul li h3 {
  position: relative;
  background: #eff4ff;
  padding: 8px 5px 8px 38px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

#youkou23 #body #detali h3::before,
.mp23 #body #aword ul li h3::before {
  font-family: FontAwesome;
  content: "\f0a2";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #e95098;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -0.5em;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}

#contact {
  clear: both;
}

#order23 #body .clm {
  margin: 0 0 0;
  padding: 0 0 40px;
}

#order23 #body #step01,
#order23 #body #step02,
#order23 #body #step03 {
  margin: 0 0 30px;
}

#flow23 h2 {
  position: relative;
  color: black;
  background: #ffdfee;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 0 0 0.5em;
  border-radius: 0 5px 5px 5px;
}

#flow23 h2::after {
  position: absolute;
  font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
  background: #e95098;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 5px;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.05em
}

#flow23 #step01 h2::after {
  content: '\f063 STEP1';
}

#flow23 #step02 h2::after {
  content: '\f063 STEP2';
}

#flow23 #step03 h2::after {
  content: '\f063 STEP3';
}

.mp24 ul.menu::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.mp24 ul.menu {
  margin: 0 0 30px 0;
}

.mp24 ul.menu li {
  float: left;
  width: 214.7px;
  font-size: 18px;
  margin: 0;
  padding: 0;
  border-left: 1px solid #fff;
  position: relative;
}

.mp24 ul.menu li:first-child {
  border: none;
}

.mp24 ul.menu li a {
  display: block;
  width: 100%;
  background-color: #e6003c;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
}

.mp24 ul.menu li a::before {
  /*疑似要素*/
  font-family: FontAwesome;
  font-size: 120px;
  content: "\f083";
  /*アイコンの種類*/
  position: absolute;
  left: 1em;
  /*左端からのアイコンまで*/
  color: #fff;
  /*アイコン色*/
}

.mp24 ul.menu li a:hover {
  opacity: 0.8;
}

.mp24 #body .clm {
  margin: 0 0 40px;
}

.mp24 .past {
  margin: 0 0 40px 0;
}

.mp24 #intro h1 {
  position: relative;
  padding: 0.25em 1em;
  border: solid 2px #e6003c;
  background-color: #e6003c;
  border-radius: 3px 0 3px 0;
  text-align: center;
  color: #fff;
  margin: 0 0 20px 0;
  font-size: 160%;
}

.mp24 #intro {
  margin: 0 0 40px 0;
}

.mp24 #intro p {
  line-height: 1.6;
}

#kiyaku24 h2,
.mp24 #contact h2,
#help24 .clm h2,
.mp24 #detali h2 {
  position: relative;
  background: #ffd9e3;
  padding: 0.25em 0.5em;
  border-left: solid 2.2em #e6003c;
}

#kiyaku24 h2::before,
.mp24 #contact h2::before,
#help24 .clm h2::before,
.mp24 #detali h2::before {
  font-family: FontAwesome;
  content: "\f030";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: normal;
  left: -1.60em;
  top: 50%;
  transform: translateY(-50%);
}

#kiyaku24 .clm,
.mp24 #detali .clm {
  margin: 0 0 40px 0;
  clear: both;
}

.mp24 #body #detail h3 {
  position: relative;
  padding: .5em .75em;
  background-color: #e6003c;
  color: #fff;
  border-radius: 6px;
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
}

.mp24 #body #detail h3::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #e6003c;
}

.mp24 #body dl dt {
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 35px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
  font-size: 20px;
  line-height: 1.6;
  margin: 15px 0 5px 10px;
}

.mp24 #body dl dt::before {
  font-family: FontAwesome;
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #4967b4;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.mp24 #body dl dt.tel::before {
  content: "\f095";
}

.mp24 #body dl dt.mail::before {
  content: "\f003";
}

.mp24 #body dl dt.madoguchi::before {
  content: "\f0db";
}

.mp24 #body dl dd {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.6;
}

.mp24 #body #detali p.ippan {
  background-color: #00a0c1 !important;
  padding: 0.5em;
  width: 4em;
  float: left;
  margin: 0 20px 0 0;
}

.mp24 #body #detali p.u18 {
  background-color: #009c79 !important;
  padding: 0.5em;
  width: 4.5em;
  float: left;
}

#youkou24 #body #detali #bosyubumon p {
  background-color: #fff;
  padding: 0.5em;
}

#youkou24 #body #detali .ippan {
  background-color: #00a0c1;
  padding: 1em 1.5em;
  width: 45%;
  float: left;
  margin: 0;
  box-sizing: content-box;
}

#youkou24 #body #detali .u18 {
  background-color: #009c79 !important;
  padding: 1em 1.5em;
  width: 45%;
  float: right;
  box-sizing: content-box;
}

#youkou24 #bosyubumon {
  width: 100%;
}

#kiyaku24 .clm ul,
#order24 #body ul,
#youkou24 #body ul {
  padding: 0 0 0 2.5em;
  position: relative;
}

#kiyaku24 .clm ul li,
#youkou24 #body ul li {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  padding: 0.5em 0;
  list-style-type: none !important;
  /*ポチ消す*/
}

#kiyaku24 .clm ul li,
#order24 #body ul li {
  padding: 0;
}

#kiyaku24 .clm ul li::before,
#youkou24 #body ul li::before {
  /*疑似要素*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 0.5em;
  /*左端からのアイコンまで*/
  color: #e6003c;
  /*アイコン色*/
}

#help24 #body .left {
  float: left;
  width: 45%;
}

#help24 #body .right {
  float: right;
  width: 54%;
}

#order24 #body ol {
  counter-reset: list;
  list-style-type: none;
  margin-left: 0;
}

#order24 #body ol li {
  position: relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 0px;
  border-bottom: dotted 1px #e6003c;
  font-size: 16px;
}

#order24 #body ol li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #e6003c;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

#kiyaku24 p,
.mp24 p {
  color: #000;
  font-size: 15.5px;
  line-height: 1.6;
}

.mp24 ul.clearfix::after,
.mp24 ul.menu::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.mp24 #body #aword ul li {
  width: 49%;
  padding: 10px 20px;
  margin: 0 0 30px 0;
  box-sizing: border-box;
}

.mp24 #body #aword ul li:nth-child(odd) {
  float: left;
}

.mp24 #body #aword ul li:nth-child(even) {
  float: right;
}

.mp24 #body #aword ul li ol li {
  width: auto;
  margin: 0 0 0 0;
  float: none;
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
  font-size: 16px;
}

.mp24 #body #aword ul li ol li div {
  font-weight: bold;
}

.mp24 #body #aword ul li ol li:nth-child(odd) {
  float: none;
}

.mp24 #body #aword ul li ol li:nth-child(even) {
  float: none;
}

.mp24 #body #aword ul li ol {
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0.5em;
  background: #f5faff;
  margin: 0;
}

.mp24 #body #aword ul li ol li::before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #7b1285;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  transform: translateY(-50%);
}

.mp24 #body #aword ul li#bumon1 {
  background-color: #00a0c1;
}

.mp24 #body #aword ul li#bumon2 {
  background-color: #009c79;
}

.mp24 #body #aword ul li#bumon3 {
  background-color: #bacfed;
}

.mp24 #body #aword ul li h3 {
  font-size: 140%;
}

#youkou24 #body #detali h3,
.mp24 #body #aword ul li h3 {
  position: relative;
  background: #eff4ff;
  padding: 8px 5px 8px 38px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

#youkou24 #body #detali h3::before,
.mp24 #body #aword ul li h3::before {
  font-family: FontAwesome;
  content: "\f0a2";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #e6003c;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -0.5em;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}

#contact {
  clear: both;
}

#order24 #body .clm {
  margin: 0 0 0;
  padding: 0 0 40px;
}

#order24 #body #step01,
#order24 #body #step02,
#order24 #body #step03 {
  margin: 0 0 30px;
}

#flow24 h2 {
  position: relative;
  color: black;
  background: #ffd9e3;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 0 0 0.5em;
  border-radius: 0 5px 5px 5px;
}

#flow24 h2::after {
  position: absolute;
  font-family: FontAwesome, 'Quicksand', 'Avenir', 'Arial', sans-serif;
  background: #e6003c;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 5px;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.05em
}

#flow24 #step01 h2::after {
  content: '\f063 STEP1';
}

#flow24 #step02 h2::after {
  content: '\f063 STEP2';
}

#flow24 #step03 h2::after {
  content: '\f063 STEP3';
}

#help #body dl dt {
  position: relative;
  padding: 0 .5em .5em 1.7em;
  border-bottom: 1px solid #00693E;
  margin: 0 0 10px 0;
}

#help #body dl dt::after {
  position: absolute;
  top: .4em;
  left: .4em;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #00693E;
  transform: rotate(45deg);
}

#top #body p.ippan {
  width: 4.0em;
  padding: 0.5em;
  background-color: #fffae1;
}

#top #body p.u18 {
  width: 5.0em;
  padding: 0.5em;
  background-color: #fdeae1;
}

#help #body dl dd {
  margin: 0 0 20px 0;
}

#order #body .clm ul,
#youkou #body ul {
  list-style-type: disc;
  margin: 0 0 0 20px;
}

#order #body #step01,
#order #body #step02,
#order #body #step03 {
  border: 1px solid #DB530F;
  padding: 15px;
}

#order #body .clm h2 {
  position: relative;
  padding: .5em .75em;
  background-color: #FDD000;
  border-radius: 6px;
  border-bottom: none;
  margin: 0 0 20px 0;
  font-size: 160%;
}

#order #body .clm h2::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #FDD000;
}

* {
  box-sizing: border-box;
}

/*---
.mp25 ul.menu li.n02,
.mp25 ul.menu li.n01{
width: 140px;
}
mp25 ul.menu li.n03{
width: 170px;
}
.mp25 ul.menu li.n04{
width: 225px;
}
.mp25 ul.menu li.n06,
.mp25 ul.menu li.n05{
width: 200.7px;
}
--*/
.mp25 ul.menu li.n06,
.mp25 ul.menu li.n05,
.mp25 ul.menu li.n04,
.mp25 ul.menu li.n01 {
  width: 216px;
}

.mp25 ul.menu li.n02 a,
.mp25 ul.menu li.n01 a {
  padding: 15px 0 15px 26px;
}

.mp25 ul.menu li.n03 a {
  padding: 15px 0 15px 30px;
}

.mp25 ul.menu li.n04 a {
  padding: 15px 0 15px 20px;
}

.mp25 ul.menu li.n04 a {
  padding: 15px 0 15px 33px;
}

.mp25 ul.menu li.n06 a,
.mp25 ul.menu li.n05 a {
  padding: 15px 0 15px 33px;
}

.mp25 ul.menu li a {
  background-color: #dd5311;
  width: auto;
}

.mp25 #intro h1 {
  border: solid 2px #dd5311;
  background-color: #dd5311;
}

.mp25 #contact h2,
.mp25 #detali h2 {
  background: #f2e947 !important;
  border-left: solid 2.2em #dd5311 !important;
  color: #67391c !important;
  font-weight: bold !important;
}

.mp25 #body #detali .ippan {
  background-color: #721c7b !important;
  padding: 1em 1.5em;
  width: 45%;
  float: left;
  margin: 0;
  box-sizing: content-box;
}

.mp25 #body #detali .u18 {
  background-color: #229359 !important;
  padding: 1em 1.5em;
  width: 45%;
  float: right;
  box-sizing: content-box;
}

.mp25 #body #detali div h3 {
  position: relative;
  background: #eff4ff;
  padding: 8px 5px 8px 38px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

.mp25 #body #detali div h3::before {
  font-family: FontAwesome;
  content: "\f0a2";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #e6003c;
  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -0.5em;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #4967b4;
}

.mp26 #contact h2,
.mp26 #detali h2 {
  background: #fff !important;
  color: #002f7b !important;
  font-weight: bold !important;
}

.oubo .clm ul {
  padding: 0 0 0 2em;
  position: relative;
}

.oubo .clm ul li {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  padding: 0.5em 0 0.5em;
  list-style-type: none !important;
}

.oubo .clm ul li::before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: 0.5em;
  color: #e6003c;
}

.mp25 #body #detali h3::before,
.mp25 #body #aword ul li h3::before {
  background: #dd5311 !important;
}

.mp25 #body #detali h3::before,
.mp25 #body #aword ul li h3::before {
  background: #dd5311 !important;
  border-bottom: solid 2px #727272 !important;
  color: #fff !important;
}

.mp25 ul li::before,
.mp25 #body ul li::before {
  color: #67391c !important;
}

.mp25 #body #detali div p {
  background-color: #fff;
}

.mp25 #body #shinsa ul {
  padding: 0 !important;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 50px;
}

.mp25 #body #shinsa ul li {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  padding: 0.5em 0;
  list-style-type: none !important;
  margin-right: 0 !important;
}

.mp25 #shinsa ul li::before,
.mp25 #shinsa #body ul li::before {
  display: none;
}

.mp25 h2::after {
  background: #dd5311 !important;
}

.mp25 h2 {
  color: #67391c !important;
  background: #f2e947 !important;
}

.mp25 #body ol li::before {
  color: #fff;
  background: #dd5311 !important;
}

.mp25 #body ol li {
  border-bottom: dotted 1px #dd5311 !important;
}

.mp25 h2,
.mp25 #contact h2,
.mp25 .clm h2,
.mp25 #detali h2 {
  border-left: solid 2.2em #dd5311 !important;
}

.mp25 #flow24 h2 {
  border-left: none !important;
}

.mp25 #body #detail h3 {
  background-color: #dd5311;
}

.mp25 #body #detail h3::after {
  border-top: 15px solid #dd5311;
}

.mp25 #body dl dt::before {
  background: #2196b5;
}

.mp25 ul li::before,
.mp25 #body ul li::before {
  color: #dd5311;
}

.mp25 #award ul,
.mp25 #body #award ul {
  padding: 0 !important;
  margin: 0 !important;
}

.mp25 #award ul li::before,
.mp25 #body #award ul li::before {
  display: none;
}

.content-view .mp25 #award ul li,
.content-view .mp25 #body #award ul li {
  padding: 0;
  margin: 0 20px;
}

/*--
.mp26 h2,
.mp26 #contact h2,
.mp26 .clm h2,
.mp26 #detali h2 {
  border-left: solid 2.2em #f8b500 !important;
}
--*/

.mp26 h2,
.mp26 #contact h2,
.mp26 .clm h2,
.mp26 #detali h2 {
  border-left: solid 2.2em #abcd05 !important;
}


.content-view .mp25 #award ul li#bumon1 h3 {
  background: #721c7b !important;
  color: #fff !important;
}

.content-view .mp25 #award ul li#bumon2 h3 {
  background: #229359 !important;
  color: #fff !important;
}

.content-view .mp25 #award ul li#bumon3 h3 {
  background: #eee !important;
  color: #000 !important;
}

.content-view .mp25 strong.name {
  font-size: 20px;
  display: block;
}

#order25 #flow24 #step01 {
  margin: 0 0 60px 0;
}

#order25 #body ol {
  counter-reset: list;
  list-style-type: none;
  margin-left: 0;
  margin: 0 0 60px 0;
}

#order25 #body ol li {
  position: relative;
  padding: 7px 5px 7px 40px;
  margin: 7px 0 10px 0px;
  border-bottom: dotted 1px #e6003c;
  font-size: 16px;
}

#order25 #body ol li::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: #e6003c;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.flexbox {
  display: flex;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

#shinsa ul li figure {
  float: left;
  width: 215px;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-right: 30px;
}

#shinsa ul li .txt {
  float: right;
  width: 612px;
  margin: 0;
}

.content-view .mp25 .clm a {
  color: #f00;
  font-weight: bold;
  text-decoration: underline;
}

#mitte-gallery .masonry-item {
  height: 260px !important;
}

#mitte-gallery .masonry-item img {
  max-width: 100% !important;
}

.pubEntryList .masonry-item {
  width: 211px !important;
}

/*
shopage
---------------------------*/
#shopage #no021y .flexbox,
#shopage #no016y .flexbox,
#shopage #no011y .flexbox,
#shopage #no06y .flexbox,
#shopage #no01y .flexbox {
  flex-wrap: wrap;
  justify-content: left;
}

#shopage .awordlist:nth-child(3n+1) {
  margin-left: 0px;
}

#shopage .awordlist {
  width: 32%;
  margin: 0 0.5% 10px 0.5%;
}

#shopage .awordlist .pict img {
  border: 10px solid #fafafa;
}

#shopage .awordlist .pict {
  margin: 0 0 20px 0;
  box-shadow: 0 10px 8px -6px #8d8c8c;
}

#shopage #con9520 #intro ul li {
  margin-bottom: 20px;
}

#shopage .caward .chichoawordMark img {
  width: 150px;
}

#shopage .bumon h3 {
  width: 360px;
}

#shopage #no021y .caward {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 768px) {
  .body .qr {
    display: none;
  }

  .body .clm p.leftArea,
  .body .ouboha p.leftArea {
    float: none;
    display: block;
    width: 100%;
  }

  .body .ouboha p.rightArea {
    float: none;
    display: none;
  }

  #commonHeader .pieceBody {
    background: none;
  }

  #keyv {
    width: 100%;
    margin: 0 auto 10px auto;
  }

  #photoConResult #detail p.notes {
    font-size: 70%;
  }

  #photoConResult #fc h3 {
    width: 96%;
    font-size: 95%;
  }

  #con9520 #photoConResult #ooban .bumon h3,
  #con9520 #photoConResult #ippan .bumon h3 {
    width: 45%;
  }

  #con9520 #photoConResult #digital .bumon h3 {
    width: 65%;
  }

  .y2019 #general .bumon h3,
  .y2018 #general .bumon h3,
  .y2017 #general .bumon h3,
  .y2016 #general .bumon h3,
  .y2019 #u18 .bumon h3,
  .y2018 #u18 .bumon h3,
  .y2017 #u18 .bumon h3,
  .y2016 #u18 .bumon h3 {
    width: 55%;
  }

  #con15 #photoConResult #fc h3 {
    width: 90%;
    font-size: 90%;
  }

  #photoConResult .silver .left {
    width: 47%;
    float: left;
  }

  #photoConResult .silver .right {
    width: 47%;
    float: right;
  }

  #con9520 #photoConResult .silver .left {
    width: 290px;
    float: none;
    margin: 0 auto;
  }

  #con9520 #photoConResult .silver .right {
    width: 290px;
    float: none;
    margin: 0 auto;
  }

  #con9520 #photoConResult #u15ika .bumon h3 {
    width: 52%;
  }

  #con9520 #photoConResult #ippanA4under2 .bumon h3,
  #con9520 #photoConResult #ippanA4over2 .bumon h3 {
    width: 70%;
  }

  #con9520 #photoConResult #ippanA4under .bumon h3,
  #con9520 #photoConResult #ippanA4over .bumon h3 {
    width: 98%;
  }

  #con9520 #photoConResult #service .bumon h3 {
    width: 65%;
  }

  #photoConResult .kanko .flexbox,
  #photoConResult .kankoguide .flexbox,
  #photoConResult .fureai .flexbox,
  #photoConResult .shorei .flexbox,
  #photoConResult .machikadoname .flexbox,
  #photoConResult .mishop .flexbox,
  #photoConResult .tokubetu .flexbox,
  #photoConResult .machikado .flexbox,
  #photoConResult .kasaku .flexbox {
    display: block;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -10px;
  }

  /*--fotocondocs--*/
  #mitte-gallery .masonry-item .entryInfo {
    width: 100% !important;
    padding: 0 11px;
  }

  #mitte-gallery .masonry-item {
    height: 100% !important;
  }

  .pubEntryList .masonry-item {
    width: 97% !important;
  }

  #photoConResult .mzmawaord,
  #photoConResult .mtkawaord,
  #photoConResult .fcawaord {
    width: 100%;
    margin: 0 auto;
  }

  .mp25 #body #detali .ippan {
    width: 80.5%;
    float: none;
    margin: 0 auto 40px auto;
  }

  .mp25 #body #detali .u18 {
    width: 80.5%;
    float: none;
    margin: 0 auto 0 auto;
  }

  #photoConResult .bumon h3,
  #photoConResult .bumon h3 {
    background-size: 35px auto;
    font-size: 110%;
    padding: 20px 0 20px 40px;
  }

  #photoConResult #nature .bumon h3 {
    margin: 0 auto;
    width: 77px;
  }

  #photoConResult #event .bumon h3 {
    margin: 0 auto;
    width: 105px;
    width: 78%;
  }

  #photoConResult #town .bumon h3 {
    margin: 0 auto;
    width: 130px;
    width: 78%;
  }

  #photoConResult #intro ul {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .y2016 #intro ul {
    width: 100% !important;
  }

  #photoConResult #intro ul li {
    float: none;
    width: 100%;
    height: 100%;
    margin: 0 0 10px 0;
  }

  #photoConResult #intro ul li img {
    width: 100%;
    height: 100%;
  }

  #photoConResult #sakuhinten dt {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.6;
  }

  #photoConResult #sakuhinten dd {
    margin-left: 0;
  }

  #photoConResult .gold {
    width: 100%;
  }

  #photoConResult .gold .pict {
    width: 100%;
    height: 100%;
  }

  #photoConResult .gold .pict img {
    width: 100%;
    height: 100%;
  }

  #photoConResult .silver .right,
  #photoConResult .silver .left {
    float: none;
    width: 100%;
  }

  #photoConResult .fcawaord {
    width: 100%;
    margin: 0 auto;
  }

  #photoConResult .mayor {
    width: 100% !important;
    margin: 0 auto;
  }

  #photoConResult .mayor .pict img {
    width: 100% !important;
  }

  .y2019 .nyusen .flexbox,
  .y2018 .nyusen .flexbox {
    display: block;
  }

  .y2019 .nyusen .right,
  .y2019 .nyusen .center,
  .y2019 .nyusen .left,
  .y2018 .nyusen .right,
  .y2018 .nyusen .center,
  .y2018 .nyusen .left {
    width: 100%;
    margin: 0 0 16px 0 !important;
  }

  #photoConResult .silver .pict {
    width: 100%;
    height: 100%;
  }

  #photoConResult .silver .pict img {
    width: 100%;
    height: 100%;
  }

  #photoConResult .nyusen .right,
  #photoConResult .nyusen .center,
  #photoConResult .nyusen .left,
  #photoConResult .copper .right,
  #photoConResult .copper .center,
  #photoConResult .copper .left {
    float: none;
    width: 100%;
  }

  #photoConResult .copper .pict {
    width: 100%;
    height: 100%;
  }

  #photoConResult .copper .pict img {
    width: 100%;
    height: 100%;
  }

  .mp22 #intro h1 {
    font-size: 120%;
  }

  .mp22 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp22 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp22 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  .mp22 #body #aword ul li {
    width: 100%;
    padding: 5px 10px;
  }

  .mp22 #body #aword ul li:nth-child(odd) {
    float: none;
  }

  .mp22 #body #aword ul li:nth-child(even) {
    float: none;
  }

  .mp23 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp23 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp23 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  .mp23 #body #aword ul li {
    width: 100%;
    padding: 5px 10px;
  }

  .mp23 #body #aword ul li:nth-child(odd) {
    float: none;
  }

  .mp23 #body #aword ul li:nth-child(even) {
    float: none;
  }

  .mp24 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp24 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp24 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  .mp24 #body #aword ul li {
    width: 100%;
    padding: 5px 10px;
  }

  .mp24 #body #aword ul li:nth-child(odd) {
    float: none;
  }

  .mp24 #body #aword ul li:nth-child(even) {
    float: none;
  }

  #shinsa ul li figure {
    float: none;
    width: 100%;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin-bottom: 20px;
  }

  #shinsa ul li .txt {
    float: none;
    width: 100%;
  }

  /*--fotocondocs--*/
  #footerbnr ul {
    justify-content: space-between;
  }

  #footerbnr ul li {
    flex-basis: calc(52% - 16px);
    margin: 0 0 10px 0;
  }

  .scroll {
    overflow-x: auto;
  }

  .scroll table {
    min-width: 640px;
    margin: 0 10px 50px;
  }

  .scroll table td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }

  #map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 40px;
  }

  #map iframe,
  #map object,
  #map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #___gcse_0::after {
    content: "";
    clear: both;
    display: table;
  }

  #___gcse_0 {
    float: none;
    width: 100%;
    margin: 0 0 0px;
  }

  #___gcse_0 .gsc-input-box {
    width: 100%;
    margin: 0 auto;
  }

  table.gsc-search-box {
    width: 300px;
    max-width: 300px;
    margin: 0 auto;
  }

  #commonHeader .pieceBody .logo {
    width: 230px;
    float: left;
  }
}

/* search navi menu
----------------------------------------------- */
#searchNavi ul {
  float: right;
  margin-left: 18px;
  padding: 10px 0;
  border-left: 1px solid #fff;
}

#searchNavi ul li:first-child {
  margin-left: 10px;
}

#searchNavi ul li {
  float: left;
  width: 182px;
  margin: 0 0 0 7px;
  border-radius: 3px;
}

#searchNavi ul li a {
  display: block;
  padding: 4px 0;
  background-color: #fff;
  color: #000;
  text-align: center;
}

/* footer-navi
----------------------------------------------- */
#pageFooter {
  clear: both;
  margin-top: 100px;
  padding-bottom: 10px;
  background: url("./images/bg_btmimges31.webp") repeat-x center top;
}

#footerNavi {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#footerNavi .pieceContainer {
  width: 1200px;
  margin: 0 auto;
}

#footerNavi .pieceBody {
  padding: 5px 10px;
}

#footerNavi .pieceBody li {
  display: inline;
  padding: 0 10px 0 12px;
  /*background: url(".././images/ic-list03.gif") no-repeat left center;*/
}

/* common-footer
----------------------------------------------- */
#commonFooter {
  padding: 130px 0 20px 0;
  /*-- background-color: #fff23f;--*/
  /*-- background: url("../images/img_footerm.webp") repeat-x center bottom;--*/
}

#commonFooter .pieceContainer,
#copyright .pieceContainer {
  width: 1200px;
  margin: 0 auto;
}

#commonFooter .pieceBody {
  padding: 20px 0 10px;
}

#commonFooter .pieceBody #address {
  float: left;
  width: 600px;
}

#commonFooter .pieceBody #address .footerlogo {
  width: 105px;
  margin: 0 20px 0 0;
}

#commonFooter .pieceBody .ad h2 {
  color: #000;
  line-height: 1.4;
  font-size: 140%;
  font-weight: normal;
}

#commonFooter .pieceBody .ad h2 span {
  display: block;
  font-size: 130%;
}

#commonFooter .pieceBody .ad p {
  line-height: 1.4;
  color: #000;
}

.footertxt {
  text-align: right;
}

.footertxt p {
  color: #fff;
}

.textmenu ul a,
.footertxt p a {
  color: #fff;
}

.textmenu ul a:hover,
.footertxt p a:hover {
  text-decoration: none;
  color: #fff;
}

.copy {
  clear: both;
  color: #000;
  text-align: center;
  font-size: 86%;
}

/* page-title
----------------------------------------------- */
#pageTitle,
#contentsTitle {
  width: 100%;
  margin: 0;
}

#page-kaimono-torikumi-index .pieceHeader,
#topimagesArea .pieceHeader,
#newsArea .pieceHeader,
#pageTitle .pieceBody {
  margin: 0 0 20px 0;
  padding: 10px;
  color: #002f7b;
  background-color: #eeaab5;
}

#topimagesArea h2 {
  font-size: 135%;
  color: #000;
  border-radius: 15px;
  padding-left: 15px;
  line-height: 1.6;
}

#newsArea #newslist h2,
#pageTitle .pieceBody h1 {
  font-size: 135%;
  color: #000;
  border-radius: 15px;
  padding-left: 15px;
  line-height: 1.6;
}

#page-kaimono-torikumi-index #newslist .tabs {
  display: none;
}

#page-kaimono-torikumi-index #newslist .content {
  border: none;
}

#page-kaimono-torikumi-index #newslist .more {
  border: none;
}

.contentArticleDoc .header h1 {
  display: none;
}

/*.publishedAt {
  text-align: right;
  margin-bottom: 20px;
}*/
p.ttl {
  color: #e57452;
  font-size: 120%;
  margin: 0 0 5px 0;
  line-height: 1.2;
}

.txtbtn {
  text-align: right;
}

.body h2,
.mapttl h2,
.maps h2,
.rels h2,
.tags h2 {
  font-size: 24px;
  color: #000;
  padding-left: 10px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

#kaimonodocs .body h2 {
  border-radius: 0;
  background: none;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 135%;
  padding-left: 15px;
  color: #7d4814;
  background-color: #efebe2;
  border-left: 9px solid #7d4814;
  border-bottom: 1px solid #7d4814;
}

#kaimonodocs .body h3 {
  border-bottom: solid 3px #efebe2;
  position: relative;
  line-height: 1.3;
  font-size: 110%;
  padding: 5px 10px 5px 0;
  font-weight: normal;
  margin: 0 0 10px 0;
}

#kaimonodocs .body h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #dfc484;
  bottom: -3px;
  width: 10%;
}

#kaimonodocs .body h4 {
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #a78c4b;
  font-size: 100%;
  padding: 5px 5px 5px 10px;
}

#kaimonodocs .body h5 {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #a78c4b;
  font-size: 100%;
  padding: 5px 5px 5px 10px;
}

#kaimonodocs .body h6 {
  color: #7d4814;
  margin-bottom: 10px;
}

#kaimonodocs .body ul {
  list-style: none;
  margin-left: 0;
}

#kaimonodocs .body ul li {
  padding: 0 0 0 20px;
  background: url("../../kaimono/base/images/img_ico.png") no-repeat left center;
}

.body .pieceBody,
.mapttl .pieceBody,
.maps .pieceBody,
.rels .pieceBody,
.tags .pieceBody {
  margin: 0 0 20px 0;
  padding: 10px;
  border-radius: 15px;
  background: url("../../kaimono/base/images/bg_brown.jpg") repeat left center;
}

/* newslist
----------------------------------------------- */
#newslist .content {
  border-top: 1px solid #000;
}

.links .more {
  padding: 16px 0px 16px 10px;
}

/* top recent-docs-tab
----------------------------------------------- */
#recentDocsTab .pieceBody .tabs::after {
  content: "";
  clear: both;
  display: block;
}

#recentDocsTab .pieceBody .tabs li {
  float: left;
  width: 20%;
  margin: 0 5px 0 0;
}

#recentDocsTab .pieceBody .tabs a {
  display: block;
  padding: 8px 0;
  border: 1px solid #aaa;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
  /*background: url("./images/bg-tab-off.gif") repeat-x left top;*/
  color: #000;
  font-size: 110%;
  text-align: center;
  text-decoration: none;
  vertical-align: bottom;
}

#recentDocsTab .pieceBody .tabs li.kanko_bunka {
  width: 95px;
}

#recentDocsTab .pieceBody .tabs li:last-child {
  width: 116px;
  margin: 0;
}

#recentDocsTab .pieceBody .tabs li.current a,
#recentDocsTab .pieceBody .tabs li a:hover {
  /*background-image: url("./images/bg-tab-on.gif");*/
}

#recentDocsTab .pieceBody .wrapper {
  padding: 15px;
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
}

#recentDocsTab .pieceBody .wrapper .content ul {
  margin-bottom: 15px;
}

#recentDocsTab .pieceBody .wrapper .content li {
  margin-bottom: 5px;
  /*padding-left: 12px;*/
  padding-left: 0;
  /*background: url(".././images/ic-list02.gif") no-repeat left 5px;*/
}

#recentDocsTab .pieceBody .wrapper .content li .category {
  display: inline-block;
  min-width: 6em;
  margin-right: 0.5em;
}

#recentDocsTab .pieceBody .wrapper .content li .category a {
  display: block;
  padding: 0 6px;
  background-color: #e8e8e8;
  color: #000;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
}

#recentDocsTab .pieceBody .wrapper .content li .category .kubun-tetsuzuki a {
  background-color: #b4d459;
}

#recentDocsTab .pieceBody .wrapper .content li .category .kubun-chumoku a {
  background-color: #fcdbbb;
}

#recentDocsTab .pieceBody .wrapper .content li .category a:hover,
#recentDocsTab .pieceBody .wrapper .content li .category a:focus {
  text-decoration: underline;
}

#recentDocsTab .pieceBody .wrapper .links {
  position: relative;
  width: 100%;
}

#recentDocsTab .pieceBody .wrapper .feed {
  position: absolute;
  top: 0;
  left: 0;
}

/* bnAdvertisementSide
----------------------------------------------- */
#bnAdvertisementSide .pieceBody {
  padding: 10px;
  background-color: #f5f5f5;
  text-align: center;
}

#bnAdvertisementSide .pieceBody ul {
  margin: 0;
  padding: 0;
  border: none;
  background-image: none;
}

#bnAdvertisementSide .pieceBody ul li {
  margin-bottom: 5px;
  padding: 0;
  background: none;
}

#bnAdvertisementSide .pieceBody .lower_text {
  margin-top: 10px;
}

/* bnAdvertisement
----------------------------------------------- */
#bnAdvertisement {
  width: 1000px;
  margin: 0 auto 20px;
}

#bnAdvertisement .pieceHeader h2 {
  padding: 7px 0 4px 15px;
  border-radius: 4px 4px 0 0;
  background-color: #ccc;
}

#bnAdvertisement .pieceBody {
  padding: 10px 30px;
  border: 2px solid #ccc;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

#bnAdvertisement .pieceBody ul {
  letter-spacing: -.40em;
}

#bnAdvertisement .pieceBody ul li {
  display: inline-block;
  margin: 0 19.2px 10px 0;
  letter-spacing: normal;
}

#bnAdvertisement .pieceBody ul li:nth-child(6n) {
  margin-right: 0;
}

#bnAdvertisement .pieceBody .lower_text {
  text-align: right;
}

/* feed-back
----------------------------------------------- */
#page-docs-index #feedBack,
#page-faq-index #feedBack {
  display: none;
}

#feedBack {
  margin-bottom: 20px;
}

#feedBack .pieceHeader h2 {
  padding: 7px 10px 4px 15px;
  border-radius: 4px 4px 0 0;
  background-color: #aaa;
}

#feedBack .pieceBody {
  padding: 15px;
  border: 1px solid #aaa;
  border-top: none;
  /border-radius: 0 0 4px 4px;
}

/*#feedBack iframe {
  height: 640px !important;
  overflow: visible;
}*/
/* menu piece list
----------------------------------------------- */
#categoryList .pieceBody,
#lifeeventList .pieceBody {
  border: 1px solid #aaa;
}

#categoryList section h3,
#lifeeventList section h3,
#categoryList ul li {
  margin-bottom: 3px;
  padding: 4px 2px 4px 20px !important;
  border-bottom: 1px solid #ccc;
  /*background-image: url(".././images/ic-list01.gif");*/
  background-position: 10px 10px !important;
  background-repeat: no-repeat;
  font-size: 100%;
  font-weight: normal;
}

#categoryList section:last-child h3,
#lifeeventList section:last-child h3,
#categoryList ul li:last-child {
  border-bottom: none;
}

#categoryList section h3 a,
#lifeeventList section h3 a,
#categoryList ul li a {
  display: block;
}

#categoryList .pieceBody ul {
  padding: 0;
  border: none;
}

/* tag list
----------------------------------------------- */
#tagList h2 {
  padding: 5px 0;
  border-bottom: 2px solid #008746;
}

#tagList .pieceBody {
  padding: 10px;
}

#tagList .pieceBody ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
}

#tagList .pieceBody ul li::after {
  content: "/";
  margin: 0 5px 0 10px;
}

#tagList .pieceBody ul li:last-child::after {
  display: none;
}

#tagList .pieceBody ul li a {
  display: inline;
}

/* map category
----------------------------------------------- */
#mapCategory .level1 li.shisetsu {
  padding: 0;
  background-image: none;
}

#mapCategory .level1 li.shisetsu>a {
  display: none;
}

#mapCategory .pieceBody ul {
  padding: 0;
}

#mapCategory .pieceBody ul li {
  margin-bottom: 3px;
  border-bottom: 1px solid #ccc;
  /*background-image: url(".././images/ic-list01.gif");*/
  background-position: 10px 10px !important;
  background-repeat: no-repeat;
}

#mapCategory .pieceBody ul li:last-child {
  border-bottom: none;
}

#mapCategory .pieceBody ul li a {
  display: block;
  padding: 4px 2px 4px 12px !important;
}

/* soshiki menu
----------------------------------------------- */
#soshikiIntroduce,
#soshikiInfo1,
#soshikiInfo2 {
  margin-bottom: 20px;
}

#soshikiIntroduce .pieceHeader h2,
#soshikiInfo1 .pieceHeader h2,
#soshikiInfo2 .pieceHeader h2,
#soshikiAddress .pieceHeader h2 {
  padding: 7px 0 4px 15px;
  border-radius: 4px 4px 0 0;
  background-color: #ffd23c;
}

#soshikiIntroduce .pieceBody,
#soshikiInfo1 .pieceBody,
#soshikiInfo2 .pieceBody,
#soshikiAddress .pieceBody {
  padding: 15px;
  border: 2px solid #ffd23c;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

#soshikiIntroduce .pieceBody ul,
#soshikiInfo1 .pieceBody ul,
#soshikiInfo2 .pieceBody ul,
#soshikiAddress .pieceBody ul {
  margin-left: 15px;
  list-style-type: disc;
}

/* 隍・尅縺ェ讌ュ蜍吝・螳ケ */
#soshikiInfo1 .gyoumunaiyou .col {
  margin-bottom: 15px;
}

#soshikiInfo1 .gyoumunaiyou h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 7px 0 4px 15px;
  border-radius: 4px;
  background-color: #ffd23c;
}

/* 豸磯亟譛ャ驛ィ */
#soshikiInfo1 .syobohonbu .col {
  margin-bottom: 15px;
}

#soshikiInfo1 .syobohonbu h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 7px 0 4px 15px;
  border-radius: 4px;
  background-color: #ffd23c;
}

/* 謨呵ご蟋泌藤莨壹∫、セ莨壻ス楢ご隱イ */
#soshikiInfo2 .kyoikuiinkai,
#soshikiInfo1 .shakaitaiikuka {
  letter-spacing: -.40em;
}

#soshikiInfo2 .kyoikuiinkai .col,
#soshikiInfo1 .shakaitaiikuka .col {
  display: inline-block;
  width: 50%;
  margin-bottom: 15px;
  letter-spacing: normal;
  vertical-align: top;
}

#soshikiInfo2 .kyoikuiinkai h3,
#soshikiInfo1 .shakaitaiikuka h3 {
  margin: 0 5px 5px;
  padding: 7px 0 4px 15px;
  border-radius: 4px;
  background-color: #ffd23c;
}

#soshikiInfo2 .kyoikuiinkai ul,
#soshikiInfo1 .shakaitaiikuka ul {
  margin: 0 5px 0 30px;
}

/* calendar
----------------------------------------------- */
#calendar {
  padding: 25px 0 0 0;
  /*background: url("./images/bg-calendar.gif") no-repeat center top;*/
}

#calendar .pieceContainer {
  padding-bottom: 0;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.3);
}

#calendar .pieceHeader {
  background: #fff !important;
}

#calendar .pieceHeader h2 {
  padding: 12px 5px 0 5px;
  border-top: 4px solid #008746;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  background-image: none;
  color: #000;
  text-align: center;
}

#calendar .pieceBody {
  padding: 0 10px 10px 10px;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

#calendar .pieceBody h3 {
  margin-bottom: 6px;
  background-position: 75% 50%;
  background-repeat: no-repeat;
  font-weight: bold;
  text-align: center;
}

/*
#calendar .pieceBody h3.april {
  background-image: url("./images/bg-april.gif");
}

#calendar .pieceBody h3.may {
  background-image: url("./images/bg-may.gif");
}

#calendar .pieceBody h3.june {
  background-image: url("./images/bg-june.gif");
}

#calendar .pieceBody h3.july {
  background-image: url("./images/bg-july.gif");
}

#calendar .pieceBody h3.august {
  background-image: url("./images/bg-august.gif");
}

#calendar .pieceBody h3.september {
  background-image: url("./images/bg-september.gif");
}

#calendar .pieceBody h3.october {
  background-image: url("./images/bg-october.gif");
}

#calendar .pieceBody h3.november {
  background-image: url("./images/bg-november.gif");
}

#calendar .pieceBody h3.december {
  background-image: url("./images/bg-december.gif");
}

#calendar .pieceBody h3.january {
  background-image: url("./images/bg-january.gif");
}

#calendar .pieceBody h3.february {
  background-image: url("./images/bg-february.gif");
}

#calendar .pieceBody h3.march {
  background-image: url("./images/bg-march.gif");
}
*/
#calendar .pieceBody table {
  width: 100%;
  border: 1px solid #bbb;
  font-size: 90%;
}

#calendar .pieceBody th,
#calendar .pieceBody td {
  padding: 2px 0;
  border: 1px solid #bbb;
  text-align: center;
}

#calendar .pieceBody table a {
  margin: 0;
  padding: 0;
  background-image: none;
}

#calendar .pieceBody .sat {
  background-color: #dff6fe;
  color: #3366ff;
}

#calendar .pieceBody .sun {
  background-color: #ffe6f1;
  color: #ee0000;
}

#calendar .pieceBody table .prevMonth,
#calendar .pieceBody table .nextMonth {
  color: #ccc;
}

#calendar .pieceBody .pagination {
  margin-top: 10px;
}

#calendar .pieceBody .pagination a {
  padding: 0;
}

/* event list
----------------------------------------------- */
#eventType {
  margin-bottom: 10px;
}

#eventType .pieceBody {
  border-bottom: 2px solid #ccc;
}

#eventType .pieceBody li {
  float: left;
  width: 25%;
  margin-right: 10px;
  text-align: center;
}

#eventType .pieceBody li a {
  display: block;
  padding: 10px 0;
  border-radius: 6px 6px 0 0;
  background-color: #ebebeb;
  color: #000;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
}

#eventType .pieceBody li a.cur,
#eventType .pieceBody li a:hover,
#eventType .pieceBody li a:focus {
  background-color: #008746;
  color: #fff;
  text-decoration: none;
}

/* today event
----------------------------------------------- */
#menu #todaysEvent .pieceBody ul,
#links #todaysEvent .pieceBody ul {
  border: none;
}

#menu #todaysEvent .pieceBody ul li,
#links #todaysEvent .pieceBody ul li {
  margin: 0;
  padding: 3px 6px;
  background-image: none;
}

#todaysEvent .pieceBody ul#simple_tabs {
  letter-spacing: -.40em;
}

#todaysEvent .pieceBody ul#simple_tabs li {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: normal;
}

#todaysEvent .pieceBody ul#simple_tabs li:first-child {
  border-right: 0;
}

#todaysEvent .pieceBody ul li.current {
  background: #aaa;
  font-weight: bold;
}

#todaysEvent #simple_tab_panels>div {
  min-height: 1em;
  padding: 0;
}

#todaysEvent .pieceBody ul#simple_tabs {
  padding: 10px 0 0;
}

#todaysEvent .pieceBody #simple_tab_panels ul {
  padding: 5px 10px;
}

#todaysEvent .pieceBody #simple_tab_panels ul li {
  padding-left: 12px;
  /*background: url(".././images/ic-list01.gif") no-repeat left 8px;*/
}

/* smart-switch
----------------------------------------------- */
#smartSwitch .switch {
  display: block;
  padding: 10px;
  background-color: #008746;
}

#smartSwitch .switch a {
  display: block;
  padding: 10px;
  background-color: #fff;
  color: #000;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

/* attentionInformation recentDocs
----------------------------------------------- */
#attentionInformation .pieceHeader,
#attentionInformationGnav .pieceHeader,
#recentDocs .pieceHeader,
#recentDocsGnav .pieceHeader {
  border: 1px solid #aaa;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  /*background: url("./images/bg-tab-on.gif") repeat-x left top;*/
}

#attentionInformation .pieceHeader h2,
#attentionInformationGnav .pieceHeader h2,
#recentDocs .pieceHeader h2,
#recentDocsGnav .pieceHeader h2 {
  padding: 8px 5px 8px 15px;
}

#attentionInformation .pieceBody,
#attentionInformationGnav .pieceBody,
#recentDocs .pieceBody,
#recentDocsGnav .pieceBody {
  padding: 0 15px 15px 15px;
  border: 1px solid #aaa;
  border-top: none;
}

#attentionInformation .pieceBody li,
#attentionInformationGnav .pieceBody li,
#recentDocs .pieceBody li,
#recentDocsGnav .pieceBody li {
  margin-bottom: 3px;
  padding-left: 12px;
  /*background: url(".././images/ic-list02.gif") no-repeat left 5px;*/
}

#attentionInformation .pieceBody li:empty,
#attentionInformationGnav .pieceBody li:empty,
#recentDocs .pieceBody li:empty,
#recentDocsGnav .pieceBody li:empty {
  display: none;
}

/* =========================================================
   gikai
========================================================= */
/* gikai header
----------------------------------------------- */
#commonHeaderGikai {
  width: 1000px;
  margin: 0 auto 20px;
  background-color: #ffcccc;
}

#simple_tabs {
  margin: 0;
  padding: 5px 0;
}

#simple_tabs>li {
  background-color: #ccc;
  border: 1px solid #ccc;
  border-bottom: none;
  cursor: pointer;
  display: inline;
  margin: 0;
  padding: 5px 10px;
}

#simple_tabs>li.current {
  background-color: #fff;
  padding-bottom: 6px;
}

#simple_tab_panels>div {
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  margin: 0;
  padding: 10px;
}

#links #linksBody h2.flexbox {
  display: flex;
}

/* =========================================================
   zomeki search
========================================================= */
.criteria {
  float: left;
  width: 310px;
}

.criteria form {
  display: flex;
  width: 145px;
}

.cms-preview-form form,
.cms-preview-form select {
  margin: 0;
}

/* category-search
--------------------------------------------------------*/
form .categories {
  display: flex;
  flex-wrap: wrap;
}

form .categories>label,
form .categories>.checkboxes {
  flex: 1;
}

/* sideContact
--------------------------------------------------------*/
#sideContact {
  padding: 5px;
  background-color: #F3F9EC;
}

#sideContact h2 {
  background-color: #2C8650;
  color: #fff;
  text-align: center;
  font-size: 120%;
  line-height: 1.6;
  padding: 10px 0;
  border-bottom: 5px solid #73BD4A;
  font-weight: normal;
}

#sideContact .inwrap {
  padding: 18px;
}

#sideContact .kanri h3 {
  font-size: 120%;
  color: #2C8650;
  line-height: 1;
}

#sideContact .kanri p {
  font-size: 115%;
  margin: 0 0 15px 0;
}

#sideContact .kanri .mailbtn p.btn {
  font-size: 110%;
  margin: 0 0 0 0;
}

#sideContact .kanri .mailbtn p.btn a {
  text-decoration: none;
  display: block;
  padding: 10px;
  margin: 0 0 0 0;
  text-align: center;
  background-color: #FF9326;
  color: #fff;
}

#sideContact .kanri .mailbtn p.btn a:hover {
  opacity: 0.8;
}

#sideContact .address p {
  font-size: 115%;
  margin: 0 0 0 0;
}

#sideContact .address p.btn {
  font-size: 100%;
}

#newsTab .links .more a,
#newsTab .content ul li a,
.clm ul li a,
#sideContact .address p.btn a {
  border: none;
  text-align: left;
  width: 191px;
  padding: 0 2px 0 17px;
  position: relative;
}

#newsTab .links .more a::before,
#newsTab .content ul li a::before,
.clm ul li a::before,
#sideContact .address p.btn a::before {
  font-size: 70%;
  color: rgb(255, 182, 108);
  content: "▶";
  position: absolute;
  top: 3px;
  left: 4px;
}

/* top title
--------------------------------------------------------*/
#newsTab .tabs {
  display: none;
}

#newsTab .content {
  margin: 0 0 15px 0;
}

#newsTab .content ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #73BD4A;
}

#newsTab .feed {
  text-align: left;
}

/* newslist
--------------------------------------------------------*/
#ynavi {
  display: flex;
  margin: 0 0 20px 0;
}

#ynavi li {
  flex: 1;
  text-align: center;
  font-size: 120%;
}

#ynavi li span {
  display: block;
  font-size: 70px;
  margin: 0 0 10px 0;
}

#ynavi li a span.icon-shop::before,
#ynavi li a span.icon-area::before,
#ynavi li a span.icon-map::before {
  color: #fff;
}

#ynavi li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#ynavi li a {
  color: #fff;
  background-color: #2C8650;
  display: block;
  padding: 30px 0;
  text-decoration: none;
}

#ynavi li a:hover {
  opacity: 0.8;
}

/* newslist
--------------------------------------------------------*/
#newslist .docs li {
  clear: both;
  padding: 5px 15px 10px;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #2C8650;
}

#newslist .docs li::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#newslist .docs li .image {
  display: block;
  float: left;
  height: 100px;
  margin: 0px 20px 20px 0;
  overflow: hidden;
  width: 160px;
}

#newslist .docs li .title_link {
  margin: 0 0 3px 0;
  font-size: 18px;
  display: block;
  font-weight: bold;
}

/* pagecate
--------------------------------------------------------*/
.pagecate {
  position: relative;
  /*相対位置*/
  padding-left: 1.5em;
  /*アイコン分のスペース*/
  font-size: 180%;
  /*サイズ*/
  line-height: 1.4;
  /*行高*/
  color: black;
  /*文字色*/
  font-weight: normal;
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Sans JP", "Noto Sans JP", "Mplus 1p", "Hiragino Kaku Gothic ProN", Meiryo, Osaka, sans-serif;
}

.pagecate::before {
  font-family: -apple-system, BlinkMacSystemFont, "Source Han Sans JP", "Noto Sans JP", "Font Awesome 5 Free";
  /*忘れずに*/
  content: "\f111";
  /*アイコンのユニコード*/
  position: absolute;
  /*絶対位置*/
  font-size: 110%;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: 0;
  /*アイコンの位置*/
  color: #2C8650;
  /*文字色*/
  font-weight: bold;
}

.body .clm {
  margin: 0 0 40px 0;
}

/* 2clm
--------------------------------------------------------*/
#page-introduction-saigai .body .clm,
#page-introduction-service .body .clm {
  border-bottom: 1px dotted #2C8650;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}

.clm .clearfix .img {
  float: left;
  width: 260px;
  height: auto;
}

.clm .clearfix .txt {
  float: right;
  width: 520px;
}

.body .clm .clearfix .txt h2 {
  line-height: 1.6;
  background: none;
  vertical-align: middle;
  font-size: 150%;
  padding: 5px 5px 5px 0;
  color: #000;
  font-weight: normal;
  border-bottom: 2px solid #2C8650;
}

.body .clm .clearfix .txt h2::before {
  content: none;
  margin-right: 0;
}

.body .clm .clearfix .txt .attention {
  background-color: #F7F7F7;
  padding: 10px;
}

.body .clm .clearfix .txt .attention h3 {
  background: none;
  border: none;
  padding: 0;
  color: #2C8650;
  text-align: center;
  font-size: 125%;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.body .clm .clearfix .txt .attention p {
  font-size: 96%;
  margin: 0;
}

#page-introduction-center #intro .txt {
  float: left;
  width: 52%;
}

#page-introduction-center #intro .img {
  float: right;
  width: 45%;
  height: auto;
  background-color: #ddd;
}

.body ul.detail {
  list-style-type: none;
}

.name ul.detail li {
  width: 49%;
  float: left;
}

.body table th {
  width: 13%;
}

/* kaiinList
--------------------------------------------------------*/
.body table th,
.body table td {
  font-size: 120%;
  border: 1px solid #efebe2 !important;
}

.kaiinList .body table {
  margin: 0 0 40px 0;
  width: 100%;
}

.kaiinList #intro {
  margin: 0 0 40px 0;
}

/* pageArea
--------------------------------------------------------*/
.page #intro,
#page #intro {
  margin: 0 0 40px 0;
}

.body #accessArea ul {
  margin: 0;
}

/*--fotocondocs--*/
@media (max-width: 1200px) {
  .mp22 #intro h1 {
    font-size: 120%;
  }

  .mp22 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp22 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp22 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  .mp22 #body #aword ul li {
    width: 100%;
    padding: 5px 10px;
  }

  .mp22 #body #aword ul li:nth-child(odd) {
    float: none;
  }

  .mp22 #body #aword ul li:nth-child(even) {
    float: none;
  }

  .mp23 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp23 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp23 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  .mp23 #body #aword ul li {
    width: 100%;
  }

  .mp23 #body #aword ul li:nth-child(odd) {
    float: none;
  }

  .mp23 #body #aword ul li:nth-child(even) {
    float: none;
  }

  #youkou23 #body #detali .ippan {
    width: auto;
    float: none;
    margin: 0 0 20px 0;
  }

  #youkou23 #body #detali .u18 {
    width: auto;
    float: none;
  }

  #help23 #body .left {
    float: none;
    width: 100%;
  }

  #help23 #body .right {
    float: none;
    width: 100%;
  }

  .mp24 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp24 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp24 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  .mp24 #body #aword ul li {
    width: 100%;
  }

  .mp24 #body #aword ul li:nth-child(odd) {
    float: none;
  }

  .mp24 #body #aword ul li:nth-child(even) {
    float: none;
  }

  #youkou23 #body #detali .ippan {
    width: auto;
    float: none;
    margin: 0 0 20px 0;
  }

  #youkou23 #body #detali .u18 {
    width: auto;
    float: none;
  }

  #help23 #body .left {
    float: none;
    width: 100%;
  }

  #help23 #body .right {
    float: none;
    width: 100%;
  }

  .mp25 ul.menu li.n02,
  .mp25 ul.menu li.n01 {
    width: 100%;
  }

  .mp25 ul.menu li.n03 {
    width: 100%;
  }

  .mp25 ul.menu li.n04 {
    width: 100%;
  }

  .mp25 ul.menu li.n06,
  .mp25 ul.menu li.n05 {
    width: 100%;
  }

  .mp25 ul.menu li.n02 a,
  .mp25 ul.menu li.n01 a {
    padding: 15px 0 15px 20px;
  }

  .mp25 ul.menu li.n03 a {
    padding: 15px 0 15px 20px;
  }

  .mp25 ul.menu li.n04 a {
    padding: 15px 0 15px 20px;
  }

  .mp25 ul.menu li.n04 a {
    padding: 15px 0 15px 20px;
  }

  .mp25 ul.menu li.n06 a,
  .mp25 ul.menu li.n05 a {
    padding: 15px 0 15px 20px;
  }
}

/*--fotocondocs--*/
@media screen and (max-width: 320px) {

  /*--fotocondocs--*/
  #photoConResult .bumon h3,
  #photoConResult .bumon h3 {
    background-size: 35px auto;
    font-size: 110%;
    padding: 20px 0 20px 40px;
  }

  #photoConResult #nature .bumon h3 {
    margin: 0 auto;
    width: 77px;
  }

  #photoConResult #event .bumon h3 {
    margin: 0 auto;
    width: 105px;
    width: 78%;
  }

  #photoConResult #town .bumon h3 {
    margin: 0 auto;
    width: 130px;
    width: 78%;
  }

  #photoConResult #intro ul {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .y2016 #intro ul {
    width: 100% !important;
  }

  #photoConResult #intro ul li {
    float: none;
    width: 100%;
    height: 100%;
    margin: 0 0 10px 0;
  }

  #photoConResult #intro ul li img {
    width: 100%;
    height: 100%;
  }

  #photoConResult #sakuhinten dt {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.6;
  }

  #photoConResult #sakuhinten dd {
    margin-left: 0;
  }

  #photoConResult .gold {
    width: 100%;
  }

  #photoConResult .gold .pict {
    width: 100%;
    height: 100%;
  }

  #photoConResult .gold .pict img {
    width: 100%;
    height: 100%;
  }

  #photoConResult .silver .right,
  #photoConResult .silver .left {
    float: none;
    width: 100%;
  }

  #photoConResult .fcawaord {
    width: 100%;
    margin: 0 auto;
  }

  #photoConResult .mayor {
    width: 100%;
    margin: 0 auto;
  }

  #photoConResult .mayor .pict img {
    width: 100%;
  }

  .y2019 .nyusen .flexbox,
  .y2018 .nyusen .flexbox {
    display: block;
  }

  .y2019 .nyusen .right,
  .y2019 .nyusen .center,
  .y2019 .nyusen .left,
  .y2018 .nyusen .right,
  .y2018 .nyusen .center,
  .y2018 .nyusen .left {
    width: 100%;
    margin: 0 0 16px 0 !important;
  }

  #photoConResult .silver .pict {
    width: 100%;
    height: 100%;
  }

  #photoConResult .silver .pict img {
    width: 100%;
    height: 100%;
  }

  #photoConResult .copper .right,
  #photoConResult .copper .center,
  #photoConResult .copper .left {
    float: none;
    width: 100%;
  }

  #photoConResult .copper .pict {
    width: 100%;
    height: 100%;
  }

  #photoConResult .copper .pict img {
    width: 100%;
    height: 100%;
  }

  .mp22 #intro h1 {
    font-size: 120%;
  }

  .mp22 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp22 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp22 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  .mp22 #body #aword ul li {
    width: 100%;
    padding: 5px 10px;
  }

  .mp22 #body #aword ul li:nth-child(odd) {
    float: none;
  }

  .mp22 #body #aword ul li:nth-child(even) {
    float: none;
  }

  .mp23 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp23 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp23 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  .mp23 #body #aword ul li {
    width: 100%;
    padding: 5px 10px;
  }

  .mp23 #body #aword ul li:nth-child(odd) {
    float: none;
  }

  .mp23 #body #aword ul li:nth-child(even) {
    float: none;
  }

  .mp24 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp24 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp24 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  .mp24 #body #aword ul li {
    width: 100%;
    padding: 5px 10px;
  }

  .mp24 #body #aword ul li:nth-child(odd) {
    float: none;
  }

  .mp24 #body #aword ul li:nth-child(even) {
    float: none;
  }
}

@media (max-width: 470px) {

  #photoConResult .bumon h3,
  #photoConResult .bumon h3 {
    background-size: 35px auto;
    font-size: 150%;
    padding: 20px 0 20px 40px;
  }

  #photoConResult #nature .bumon h3 {
    margin: 0 auto;
    width: 110px;
  }

  #photoConResult #event .bumon h3 {
    margin: 0 auto;
    width: 150px;
  }

  #photoConResult #town .bumon h3 {
    margin: 0 auto;
    width: 190px;
  }

  #photoConResult .bumon h3,
  #photoConResult #fc h3 {
    margin: 0 auto;
    width: 180px;
    font-size: 82%;
  }

  #photoConResult #intro ul {
    width: 100% !important;
    margin: 0 0 20px 0;
  }

  .y2016 #intro ul {
    width: 100% !important;
  }

  #photoConResult #intro ul li {
    float: none;
    width: 100%;
    height: 100%;
    margin: 0 0 10px 0;
  }

  #photoConResult #intro ul li img {
    width: 100%;
    height: 100%;
  }

  #photoConResult #sakuhinten dt {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.6;
  }

  #photoConResult #sakuhinten dd {
    margin-left: 0;
  }

  #photoConResult .gold {
    width: 100%;
  }

  #photoConResult .gold .pict {
    width: 100%;
    height: 100%;
  }

  #photoConResult .gold .pict img {
    width: 100%;
    height: 100%;
  }

  #photoConResult .silver .right,
  #photoConResult .silver .left {
    float: none;
    width: 100%;
  }

  #photoConResult .silver .pict {
    width: 100%;
    height: 100%;
  }

  #photoConResult .silver .pict img {
    width: 100%;
    height: 100%;
  }

  #photoConResult .copper .right,
  #photoConResult .copper .center,
  #photoConResult .copper .left {
    float: none;
    width: 100%;
  }

  #photoConResult .fcawaord,
  #photoConResult .nyusen .pict,
  #photoConResult .copper .pict {
    width: 100%;
    height: 100%;
  }

  #photoConResult .fcawaord .pict img,
  #photoConResult .nyusen img,
  #photoConResult .copper .pict img {
    height: 100%;
  }

  .mp22 #intro h1 {
    font-size: 120%;
  }

  .mp22 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp22 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp22 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  .mp22 #body #aword ul li {
    width: 100%;
    padding: 5px 10px;
  }

  .mp22 #body #aword ul li:nth-child(odd) {
    float: none;
  }

  .mp22 #body #aword ul li:nth-child(even) {
    float: none;
  }

  .mp23 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp23 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp23 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  .mp23 #body #aword ul li {
    width: 100%;
    padding: 5px 10px;
  }

  .mp23 #body #aword ul li:nth-child(odd) {
    float: none;
  }

  .mp23 #body #aword ul li:nth-child(even) {
    float: none;
  }

  .mp24 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp24 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp24 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  .mp24 #body #aword ul li {
    width: 100%;
    padding: 5px 10px;
  }

  .mp24 #body #aword ul li:nth-child(odd) {
    float: none;
  }

  .mp24 #body #aword ul li:nth-child(even) {
    float: none;
  }

  /*--fotocondocs--*/
  #page-menber-index #pageArea .btn {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
  #page-menber-index #pageArea .btn {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
  #page-menber-index #pageArea .btn {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 415px) and (max-width: 767px) {
  #page-menber-index #pageArea .btn {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .sp_show {
    display: block;
  }

  .sp_hide {
    display: none;
  }

  .swiper-pagination {
    display: none;
  }

  .swiper-container {
    height: 300px;
  }

  .swiper-container img {
    width: 100%;
  }

  /*shopage
--------------------*/
  #shopage #no021y .flexbox,
  #shopage #no016y .flexbox,
  #shopage #no011y .flexbox,
  #shopage #no06y .flexbox,
  #shopage #no01y .flexbox {
    display: block;
    flex-wrap: nowrap;
    justify-content: start;
  }

  #shopage .awordlist:nth-child(3n+1) {
    margin-left: 0px;
  }

  #shopage .awordlist {
    width: 100%;
    margin: 0 0 10px 0;
  }

  #shopage .awordlist img {
    width: 100%;
    height: auto;
  }

  #keyvisualBody {
    width: 100%;
    margin: 0 auto;
    overflow-y: hidden;
  }

  .flexbox {
    display: block;
  }

  #newsArea #newslist {
    width: 100%;
  }

  #aboutFy #messageArea {
    width: 100%;
  }

  #aboutFy #logoArea {
    width: 100%;
    margin-right: 0;
  }

  #tmenuArea div {
    width: 100%;
  }

  #calendarTop {
    width: 100%;
    padding: 10px;
    background-color: #d9d9da;
  }

  #commonFooter .pieceBody #address {
    float: none;
    width: 100%;
  }

  #newslist .tabs li {
    font-size: 14px;
  }

  #newslist .content li {
    line-height: 1.6;
    clear: both;
  }

  #page-contact-form .question {
    width: auto;
  }

  #pageTitle .pieceBody h1 {
    font-size: 115%;
  }

  .temp1 .thumb {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .temp1 .thumb img {
    width: 100% !important;
    height: 100% !important;
  }

  .temp3 dl {
    max-width: 100%;
  }

  #page-privacy .submenu,
  #page-link .submenu,
  #page-recruit-index .submenu,
  #page-contact .submenu,
  #page-contact-form .submenu,
  #page-reception-index .submenu,
  #page-holiday-index .submenu,
  #page-list-index .submenu {
    display: none;
  }

  #page-holiday-index #knavi {
    display: block;
  }

  #commonHeader {
    z-index: 0;
  }

  #commonHeader .menu {
    float: none;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: auto;
  }

  .criteria {
    float: none;
    width: 100%;
  }

  .criteria form {
    display: flex;
    width: 100%;
  }

  .body ul {
    list-style-type: disc;
    margin: 0 0 15px;
  }

  #accessibilityTool {
    display: none;
  }

  #commonHeader .pieceBody {
    width: 100%;
    margin: 0 0 0 0;
  }

  #commonHeader .pieceBody {
    padding: 10px 10px 10px 10px;
  }

  #aboutFy #logoArea figure {
    margin: 0 auto 20px auto;
    width: 300px;
  }

  #newsTab .pieceContainer h2,
  #page-index #content h2 {
    font-size: 110%;
    margin: 0px 0 5px 0;
  }

  #tmenuArea div h2 {
    border-left: 16px solid #fa0303;
  }

  .contentGnavMenuItems section h2 a,
  .contentGnavMenuItem h2 a,
  .contentGpCategoryCategoryTypes section h2 a,
  .contentGpCategoryCategoryTypes section>ul>li>a,
  .contentGpCategoryCategoryType section h2 a,
  .contentGpCategoryCategory .classification h2 a,
  .contentOrganization section h2 a,
  .calendarHolidays h2.name a {
    padding: 15px 10px 15px 25px;
    font-size: 90%;
  }

  .contentGpCategoryCategoryTypes section h2 a::before,
  .contentGpCategoryCategoryType section h2 a::before {
    top: 19px;
    left: 6px;
  }

  /*logo
------------------*/
  .sp-logo {
    background-color: #73bc4a;
  }

  .sp-logo a {
    display: block;
    width: 165px;
    margin: 0 auto;
  }

  /*pageNav
------------------*/
  #pageNav {
    display: none;
  }

  .textmenu {
    display: none;
  }

  /*commonFooter
------------------*/
  #commonFooter .pieceContainer,
  #copyright .pieceContainer {
    width: 100%;
    margin: 0 0;
  }

  #commonFooter {
    padding: 0 5% 10px 5%;
  }

  #commonFooter .pieceBody {
    padding: 20px 0 0px;
  }

  #pageFooter {
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
  }

  #commonFooter .pieceBody .address {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .footertxt {
    display: none;
  }

  #commonFooter .pieceBody .address h2 {
    text-align: center;
    margin: 0 0 10px 0;
    color: #fff;
  }

  #commonFooter .pieceBody .address p {
    text-align: center;
    color: #fff;
  }

  .copy {
    font-size: 76%;
  }

  #keyvisual {
    width: 100%;
  }

  #newslist .docs li .image {
    display: inline;
    float: none;
    height: auto;
    width: 100%;
    margin: 0px 0 20px 0;
  }

  #newslist .docs li {
    padding: 10px 0;
  }

  body table th {
    width: 18%;
  }

  #page-service-index #links {
    display: none;
  }

  #resultmenu h2 {
    border-left: 15px solid #fa0303;
  }

  #resultlist .content li .image {
    display: block;
    float: none;
    width: 100%;
    margin: 0px 0 20px 0;
    overflow: hidden;
    height: 100%;
  }

  #greeting #message figure {
    float: none;
    width: 30%;
    margin: 0 auto;
  }

  #breadCrumbs {
    display: none;
  }

  .clm .clearfix .img {
    float: none;
    width: 100%;
    height: auto;
  }

  .clm .clearfix .txt {
    float: none;
    width: 100%;
  }

  .pagecate {
    font-size: 130%;
  }

  .body .clm .clearfix .txt h2 {
    font-size: 120%;
  }

  .mapttl h2,
  .maps h2,
  .rels h2,
  .tags h2

  /*--,  .body h2 --*/
    {
    font-size: 120%;
    line-height: 1.2;
  }

  .body h3 {
    font-size: 120%;
  }

  .submenu dd a {
    padding: 15px 20px;
  }

  .ggmap {
    position: relative;
    width: 100%;
    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;
    /* padding-topでもOK */
    overflow: hidden;
  }

  .ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* 必要であれば!importantを付けてください */
    height: 100%;
    /* 必要であれば!importantを付けてください */
  }

  #mcmap,
  #mjmap {
    width: 100%;
    margin: 0 auto 40px auto;
  }

  .contentGpCategoryCategoryType .docs ul li .image,
  .contentGnavMenuItem section ul li .image,
  .contentGpCategoryCategoryTypes section ul li li .image,
  .contentGpCategoryCategoryType section ul li .image,
  .contentGpCategory .docs-category section ul li .image,
  .contentGpCategory .docs-kiji ul li .image,
  .contentGpCategory .docs-oshirase ul li .image,
  .contentGpCategoryCategory section ul:not(.feed) li .image,
  .contentGpArticleDocs .docs ul li .image,
  .contentOrganization section ul li .image,
  .contentOrganization ul li .image {
    display: block;
    float: none;
    height: auto;
    margin: 0 0;
    width: 100%;
  }

  .kaiinList .clearfix .img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }

  .contentGpArticleDoc .date {
    font-size: 75%;
  }

  .name ul.detail li {
    width: 100%;
    float: none;
  }

  .body ul.detail {
    margin: 0 0 0 0;
  }

  .submenu dt a,
  .submenu h2 a {
    font-size: 120%;
  }

  #sideContact .address {
    display: none;
  }

  #sideContact .kanri p {
    font-size: 120%;
  }

  #page-sitemap #navi .flxw {
    display: block;
    justify-content: unset;
  }

  #page-sitemap #navi .flxw .therdArea {
    width: 100%;
  }

  #new_survey_form_answer .questions .question .question_content {
    width: 100%;
  }

  #new_survey_form_answer .questions .question .answer_content {
    width: 100%;
  }

  #commonFooter .pieceBody #address .footerlogo {
    margin: 0 auto 20px auto;
  }

  #resultmenu .content li .image {
    float: none;
    height: 100%;
    width: 100%;
  }

  #resultmenu .tabs li.news,
  #resultmenu .tabs li.event,
  #resultmenu .tabs li.genab,
  #resultmenu .tabs li.jimu,
  #resultmenu .tabs li.design {
    display: none;
  }

  #page-kaimono-torikumi-index #submenu ul {
    display: block;
  }

  #page-kaimono-torikumi-index #submenu ul li {
    margin: 0 0 5px 0;
  }
}

/*ipad 縦*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
  .sp_show {
    display: block;
  }

  .sp_hide {
    display: none;
  }

  #keyv {
    width: 100%;
    margin: 0 auto 20px auto;
  }

  #map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 0 40px 0;
  }

  #map iframe,
  #map object,
  #map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* =========================================================
   accessibility-tool
========================================================= */
  #accessibilityTool .pieceContainer {
    margin: 0 auto;
    width: 98%;
  }

  #accessibilityTool .pieceBody ul {
    float: none;
  }

  #commonHeader .pieceBody {
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
  }

  #breadCrumbs {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
  }

  /*logo
------------------*/
  .sp-logo {
    background-color: #73bc4a;
  }

  .sp-logo a {
    display: block;
    width: 165px;
    margin: 0 auto;
  }

  /*pageNav
------------------*/
  #pageNav {
    display: none;
  }

  /*menu
------------------*/
  .menu-btn {
    top: 57px;
  }

  /* =========================================================
   keyvisualBody
========================================================= */
  #keyvisualBody {
    width: 100%;
    margin: 0 auto;
  }

  #aboutFy {
    margin-bottom: 20px;
  }

  #aboutFy #logoArea {
    width: 30%;
    margin-right: 15px;
  }

  #aboutFy #logoArea figure {
    text-align: center;
  }

  #aboutFy #messageArea {
    width: 48%;
  }

  #tmenuArea {
    justify-content: center;
    margin: 0 0 30px 0;
  }

  #tmenuArea div {
    width: 300px;
    margin: 0 10px;
  }

  #newsArea {
    display: block;
  }

  #newsArea #newslist {
    width: 96%;
    margin: 0 auto;
  }

  #calendarTop {
    width: 96%;
    padding: 10px;
    background-color: #d9d9da;
    margin: 30px auto 0 auto;
  }

  #commonHeader .textmenu {
    float: left;
    width: 295px !important;
    margin: 15px 80px 5px 0px !important;
  }

  /* =========================================================
   zomeki search
========================================================= */
  .criteria {
    float: none;
    width: 300px;
    margin: 0 auto;
  }

  .criteria form {
    display: flex;
    width: 145px;
  }

  #keyvisual {
    width: 100%;
  }

  /*commonFooter
------------------*/
  #commonFooter .pieceContainer,
  #copyright .pieceContainer {
    width: 100%;
    margin: 0 0;
  }

  #commonFooter {
    padding: 0 2.5% 10px 2.5%;
  }

  #commonFooter .pieceBody {
    padding: 20px 0 0px;
  }

  .clm .clearfix .img {
    width: 35%;
    height: auto;
  }

  .clm .clearfix .txt {
    width: 61%;
  }

  .body .clm .clearfix .txt h2 {
    padding: 0 5px 5px 0;
  }

  .gmap {
    position: relative;
    width: 100%;
    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;
    /* padding-topでもOK */
    overflow: hidden;
  }

  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* 必要であれば!importantを付けてください */
    height: 100%;
    /* 必要であれば!importantを付けてください */
  }

  #commonHeader .textmenu {
    float: left;
    width: 245px;
    margin: 15px 0 5px 10px;
  }

  #commonFooter .pieceBody #address {
    float: left;
    width: 300px;
  }
}

@media (max-width: 481px) {
  #photoConResult .gold {
    width: 100% !important;
    margin: 0 auto;
  }

  #photoConResult .gold .pict img {
    width: 100% !important;
  }

  #photoConResult .nyusen .clm01,
  #photoConResult .nyusen .clm02,
  #photoConResult .nyusen .clm03,
  #photoConResult .nyusen .clm04 {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }

  #photoConResult .bumon h3 {
    background-size: 35px auto;
    font-size: 136%;
    padding: 20px 0 20px 40px;
  }

  #photoConResult #nature .bumon h3 {
    margin: 0 auto;
    width: 77px;
  }

  #photoConResult #event .bumon h3 {
    margin: 0 auto;
    width: 110px !important;
    width: 35%;
  }

  #photoConResult #town .bumon h3 {
    margin: 0 auto;
    width: 44% !important;
  }

  #photoConResult #intro ul {
    width: 100% !important;
    margin: 0 0 20px 0;
  }

  .y2016 #intro ul {
    width: 100% !important;
  }

  #photoConResult #intro ul li {
    float: none;
    width: 100%;
    height: 100%;
    margin: 0 0 10px 0;
  }

  #photoConResult #intro ul li img {
    width: 100%;
    height: 100%;
  }

  #photoConResult #sakuhinten dt {
    font-size: 100%;
    font-weight: normal;
    line-height: 1.6;
  }

  #photoConResult #sakuhinten dd {
    margin-left: 0;
  }

  #photoConResult .gold {
    width: 100%;
  }

  #photoConResult .gold .pict {
    width: 100%;
    height: 100%;
  }

  #photoConResult .gold .pict img {
    width: 100%;
    height: 100%;
  }

  #photoConResult .silver .right,
  #photoConResult .silver .left {
    float: none;
    width: 100%;
  }

  #photoConResult .silver .pict {
    width: 100%;
    height: 100%;
  }

  #photoConResult .silver .pict img {
    width: 100%;
    height: 100%;
  }

  #photoConResult .copper .right,
  #photoConResult .copper .center,
  #photoConResult .copper .left {
    float: none;
    width: 100%;
  }

  #photoConResult .copper .pict {
    width: 100%;
    height: 100%;
  }

  #photoConResult .copper .pict img {
    width: 100%;
    height: 100%;
  }

  .mp22 #intro h1 {
    font-size: 120%;
  }

  .mp22 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp22 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp22 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  .mp22 #body #aword ul li {
    width: 100%;
    padding: 5px 10px;
  }

  .mp22 #body #aword ul li:nth-child(odd) {
    float: none;
  }

  .mp22 #body #aword ul li:nth-child(even) {
    float: none;
  }

  .mp23 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp23 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp23 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  #gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    height: 300px;
  }

  #gmap iframe,
  #gmap object,
  #gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #help23 #body .left {
    float: none;
    width: 100%;
  }

  #help23 #body .right {
    float: none;
    width: 100%;
  }

  #youkou23 #body #detali .ippan {
    width: auto;
  }

  #youkou23 #body #detali .u18 {
    width: auto;
  }

  .mp24 ul.menu li {
    float: none;
    width: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #fff;
  }

  .mp24 ul.menu li:first-child {
    border-bottom: 1px solid #fff;
  }

  .mp24 ul.menu li a {
    width: 100%;
    padding: 10px 0;
  }

  #gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    height: 300px;
  }

  #gmap iframe,
  #gmap object,
  #gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #help24 #body .left {
    float: none;
    width: 100%;
  }

  #help24 #body .right {
    float: none;
    width: 100%;
  }

  #youkou24 #body #detali .ippan {
    width: auto;
    float: none;
    margin: 0 0 20px
  }

  #youkou24 #body #detali .u18 {
    width: auto;
    float: none;
  }

  #help24 #body .right {
    float: none;
    width: 100%;
  }
}

/*ipad 横*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
  body {
    width: 125%;
  }
}

@media screen and (min-width:769px)and (max-width: 1280px) {}