/*!
Theme Name: jigyodan
Author: lsi
Author URI: https://little-studios.co.jp/
Description: 東京都福祉事業団サイト用のWordPressテーマです。
Version: 1.0.0
Text Domain: jigyodan

*/


/*============================
Accessibility
============================*/
.page-reader,
.screen-reader-text {
  position: absolute;
  width: 0;
  height: 0;
  text-indent: -9999px;
  font-size: 0%;
  line-height: 0;
  outline: none;
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
  text-decoration: none;
  list-style: none;
}
*, *:before, *:after {
  box-sizing: border-box
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #fff;
  color: #333;
  width: 100%;
  font-size: 1.4rem;
}
header {
  width: 100%;
  border-bottom: 3px solid #FABE00;
}
#header-contents {
  width: auto;
  margin: 0 auto;
  position: relative;
}
#header-contents h1,
#header-contents .site-title {
  height: 70px;
}
#header-contents h1 img,
#header-contents .site-title img {
  width: 280px;
  height: auto;
}

/*img(sp)*/
img {
  max-width: 100%;
}

/* 画像回り込み(sp) */
img.alignleft, .wp-caption.alignleft {
  float: none;
}
img.alignright, .wp-caption.alignright {
  float: none;
}
figure.right {
  float: none;
  padding: 0 0 20px 0;
  text-align: center;
}
.wrap-boxy .right {
  padding: 10px 0 0;
}
figure.left {
  float: left;
  padding: 0 0 0 0;
}
figcaption {
  font-size: 1.4rem;
  color: #333333;
}

/* 各施設用（空き情報・問い合わせ） */
#h-nav {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
}
#adm-nav,
#gra-nav,
#inq-nav,
#insta-nav,
#tw-nav {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto;
  border: 3px solid #FABE00;
  border-radius: 8px;
  width: 45%;
  height: 40px;
  box-shadow: 3px 3px 0px 0px rgba( 0,0,0,0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  background: #ffffff url("/common/img/btn_go_s1.png") center right 10px no-repeat;
  background-size: 20px 20px;
  font-size: 1.2rem;
  font-weight: bold;  
}
#insta-nav,
#tw-nav {
  margin-top: 6px;
  background: none;
}
#adm-nav a,
#gra-nav a,
#inq-nav a,
#insta-nav a,
#tw-nav a {
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  padding: 10px 24px 10px 0;
  white-space: nowrap;
}
#insta-nav a,
#tw-nav a {
  padding: 5px 0;
}
#insta-nav p,
#tw-nav p {
  display: flex;
  align-items: center;
  justify-content: center;
}

#rec-nav {
  position: relative;
  top: 0;
  right: 0;
  margin: 0 auto 20px;
  border: 3px solid #FABE00;
  border-radius: 8px;
  width: 200px;
  height: 60px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #333;
}
#rec-nav:hover {
  background-color: #fff3d6;
  color: #c93f21;
}
#rec-nav h2 {
  font-size: 1.5rem;
}
#rec-nav p {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: .15em;
  color: #ed6C00;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 0;
  vertical-align: middle;
  text-decoration: none;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow-o-30::before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ed6c00;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
}
.arrow-o-30::after {
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
/* pc-g-nav */
#navigation {
  display: none;
}
/* hamburger(sp) */
#ham-menu {
  display: block;
  background-color: #9DC814;
  box-sizing: border-box;
  height: auto;
  padding: 45px 0 0;
  position: fixed;
  right: -320px;
  top: 0px;
  transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  width: 240px;
  z-index: 1000;
}
#ham-menu li {
  list-style: none;
  font-size: 0.9em;
  border-bottom: 1px solid #ffffff;
}
#ham-menu li a {
  display: block;
  padding: 10px 10px 10px 20px;
  color: #000000;
  text-decoration: none;
  background: transparent url("/common/img/btn_go_s0.png") center right 40px no-repeat;
  background-size: 24px 24px
}
#ham-menu li a:hover {
  background: #e1edba url("/common/img/btn_go_s1.png") center right 40px no-repeat;
  background-size: 24px 24px
}
#ham-menu img {
  position: absolute;
  top: 0px;
  right: 28px;
}
#menu-icon2 {
  z-index: 1003;
}
#menu-background {
  background-color: #333;
  display: block;
  height: auto;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  width: 100%;
  z-index: -1;
}
#menu-icon {
  display: block;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 5px;
  text-align: center;
  top: 0;
  width: 50px;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  z-index: 1000;
}
#menu-icon img {
  width: 50px;
  height: 50px;
}
#menu-cb {
  display: none;
}
#menu-cb:checked ~ #ham-menu {
  transform: translate(-300px);
  -webkit-transform: translate(-300px)
}
#menu-cb:checked ~ #menu-background {
  opacity: 0;
  z-index: 999;
}
/* slider(sp) */
#slider-area {
  position: relative;
  background-color: #ffffff;
}
.white-area {
  background-color: #ffffff;
  padding-bottom: 1px;
}

#slider-area img {
  max-width: 100%;
  border-bottom: 3px solid #FABE00;
}
#top-panel {
  position: absolute;
  top: 33%;
  display: flex;
  justify-content: center;
}
#top-panel img {
  width: 80%;
  height: 80%;
  border: none;
}
#top-panel-f img {
  border: none;
}

#top-tel {
  text-align: center;
  font-size: 1.5rem;
  color: #000000;
  font-weight: bold;
}
#top-tel span,
#top-tel a {
  display: inline-block;
  margin-left: 1rem;
  font-size: 2.0rem;
  color: #333333;
  font-weight: normal;
}
#top-access {
  width: 100%;
  padding: 0 10px 0 0;
}
#top-access a {
  margin: 10px 10px 20px auto;
  padding: 0 5% 0 0 ;
  border: 3px solid #FABE00;
  border-radius: 8px;
  width: 40%;
  height: 40px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #333;
  background: transparent url("/common/img/btn_go_s1.png") center right 10px no-repeat;
  background-size: 20px 20px;
  font-size: 1.5rem;
  font-weight: bold;
}



/* table default(sp) */
.table-box1 {
  margin: 20px auto 80px;
}
.table-box1 table {
  border-collapse: collapse;
  width: 100%;
}
.table-box1 col {
  display: none;
}
.table-box1 tr {
  display: block;
}
.table-box1 th {
  display: block;
  text-align: left;
  font-weight: bold;
  color: #000000;
  background: #fff3d6;
  border: none;
  border-top: 1px solid #804c2e;
  padding: 10px 12px;
  width: auto;
  vertical-align: super;
}
.table-box1 td {
  display: block;
  padding: 10px 12px;
  text-align: left;
  border: none;
  background: #ffffff;
}
.table-box1 td.th-cell {
  font-weight: bold;
  color: #000000;
  background: #fff3d6;
  border-top: 1px solid #804c2e;
  width: auto;
  vertical-align: super;
}
.table-box1 tr:last-child {
  border-bottom: 1px solid #804c2e;
}
.table-box2 {
  margin: 20px auto 80px;
  overflow: auto;
  white-space: nowrap;
}
.table-box2 table {
  border-collapse: collapse;
  width: 100%;
}
.table-box2 th {
  display: table-cell;
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000000;
  background: #fff3d6;
  border: 1px solid #909090;
  padding: 20px 25px;
  width: auto;
  vertical-align: super;
}
.table-box2 td {
  display: table-cell;
  padding: 20px 25px;
  font-size: 1.4rem;
  text-align: left;
  border: 1px solid #909090;
  background: #ffffff;
  vertical-align: super;
}

.photo-left {
  float: none;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.align-right {
  text-align: right !important;
}

article {
  margin: 40px auto;
}
section {
  display: block;
  margin: 40px auto 80px;
}
section:last-child {
  margin-bottom: 120px
}
.wrap {
  width: auto;
  margin: 0 auto;
  position: relative;
}

.wrap2 {
  width: auto;
  margin: 0 20px;
}
.wrap3 {
  width: auto;
  margin: 0 auto;
}
.wrap4 {
  margin: 0 10px;
  width: auto;
  background: #fabe00;
  border-radius: 10px;
}
.wrap4 p {
  width: auto;
  margin: 0 auto;
  font-weight: bold;
  padding: 15px;
}
.wrap-caution {
  background: #fabe00;
  border-radius: 10px;
  padding: 20px 32px;
}
.wrap-caution p {
  font-weight: bold;
  margin: 0 auto;
}
.wrap-boxy {
  display: block;
  margin: 0 10px 20px;
  border: 3px solid #FABE00;
  border-radius: 8px;
  padding: 24px;
  height: auto;
  box-shadow: 6px 6px 0px 0px rgba( 0,0,0,0.15);
  text-align: left;
  background-color: #ffffff;
}
.no-img-maga span {
  display: inline-block;
  padding-left: 20px;
  width: 100%;
}


.photo-wrap {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
}
.photo-wrap figure {
  flex-basis: auto;
  margin: 0 10px 20px;
}
.photo-wrap img {
  max-width: 100%;
}

.photo-right {
  padding: 20px 0 50px;
  text-align: center;
}

hr.hr-grey {
  height: 2px;
  background-color: #909090;
  width: 100%;
  border: none;
}
hr.hr-orange {
  height: 2px;
  background-color: #fabe00;
  width: 100%;
  border: none;
}
/* 新着情報 */
#top-news {
  margin: 20px 0 20px;
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
}
#top-news div {
  border-right: none;
  border-bottom: 2px solid #cacaca;
  padding: 10px 10px 10px 0;
  position: relative;
  width: 100%;
  min-height: 70px;
}
#top-news div:last-child {
  border: none;
  padding-bottom: 0;
}
#top-news h2 {
  position: relative;
  top: 0;
  font-size: 2.4rem;
  font-weight: normal;
  color: #ed6c00;
  border-left: 20px solid #fabe00;
  padding-left: 10px;
}
#top-news p {
  margin-bottom: 0;
}
#top-news-h {
  position: relative;
}
#top-news-h a {
  margin: 0 10px 20px auto;
  border: 3px solid #FABE00;
  border-radius: 8px;
  width: 40%;
  height: 40px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #333;
  background: transparent url("/common/img/btn_go_s1.png") center right 5px no-repeat;
  background-size: 20px 20px;
  font-size: 1.5rem;
  font-weight: bold;
}
#top-news-h a span {
  padding-right: 20px;
  font-size: 1.4rem;
}
#top-news a {
  color: #333;
}
#top-news a:hover {
  text-decoration: underline;
  color: #c93f21;
}
#top-news dl {
  width: 85%;
  margin-left: 15%;
}
#top-news dt {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
#top-news dt span.new-mark {
  font-family: Arial, Helvetica, "sans-serif";
  position: absolute;
  display: inline-block;
  top: 3px;
  left: -12%;
  font-size: 1.2rem;
  text-align: left;
  padding: 2px 5px;
  color: #fff;
  background: #c93f21;
}
#top-news dt span.careers {
  color: #3c7f25;
  float: none;
  padding-right: 30%;
  display: block;
}
#top-news dt span.topics,
#top-news dt span.info {
  color: #c93f21;
  float: none;
  padding-right: 30%;
  display: block
}
#top-news dt span.blog {
  color: #333333;
  float: none;
  padding-right: 30%;
  display: block
}
#top-news dt span.bid {
  color: #334697;
  float: none;
  padding-right: 30%;
  display: block
}

/* serch-box(sp) */
#search-box {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
#search-btm {
  position: absolute;
  top: -70px;
  margin: 0;
  padding-left: 10px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
}
#search-box input[type="text"],
#search-btm input[type="text"]{
  border: 1px solid #909090;
  width: 250px;
  height: 32px;
  text-align: left;
  padding: 2px 4px;
  font-size: 1.8rem;
}
#search-box input[type="submit"],
#search-btm input[type="submit"] {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 2px;
  margin: 0;
  background: transparent url("/common/img/search.png") 0 0 no-repeat;
  background-size: 32px;
  text-indent: -9999px;
  border: none;
  border-radius: 0;
  box-shadow: 0 0;
}
.search-result a {
  display: block;
  font-weight: normal;
  font-size: 1.6rem;
  border-bottom: 1px solid #9dc814;
}
.search-url {
  color: #3C7F25;
}

#social-box {
  display: none;
}
#social-btn {
  display: flex;
  flex-flow: column wrap;
  margin: 10px auto 20px;
}
#social-btn .btn a {
  display: flex;
  font-weight: bold;
  font-size: 1.5rem;
  color: #333;
  width: 80%;
  margin: 30px auto 20px;
  border: 3px solid #FABE00;
  border-radius: 8px;
  height: 60px;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.15);
  justify-content: center;
  align-items: center;
  background: transparent url("/common/img/btn_go_s1.png") center right 20px no-repeat;
  background-size: 30px 30px;
}
#social-btn .btn a span {
  display: block;
  margin-left: -36px;
}

/* btn-event(sp) */
#btn-event,
.btn-event {
  display: flex;
  width: 90%;
  margin: 30px auto 0;
  min-height: 100px;
  justify-content: center;
  align-items: center;
}
#btn-event a,
.btn-event a {
  display: flex;
  align-items: center;
  min-height: 100px;
  text-align: center;
  width: 100%;
  color: #333;
  border: 3px solid #FABE00;
  border-radius: 8px;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff url("/common/img/btn_go_s1.png") center right 20px no-repeat;
  background-size: 30px;
}
#btn-event a:hover,
.btn-event a:hover {
  background-color: #fff3d6;
  color: #c93f21;
}
#btn-event span,
.btn-event span {
  font-weight: bold;
  font-size: 1.5rem;
  width: 100%;
  text-indent: -40px;
}
#btn-event small,
.btn-event small {
  display: block;
  font-size: 1.2rem;
}
#btn-event span p,
.btn-event span p {
  line-height: 1.4;
  margin-bottom: 0;
  text-indent: 0;
  text-align: left;
  padding-right: 60px;
} 

  /* btn-career(sp) */
#btn-career {
	display: flex;
	flex-flow: column wrap;
	width: 100%;
	margin: 15px auto;
	height: auto;
	justify-content: center;
	align-items: center;
}
#btn-career a {
	display: flex;
	align-items: center;
	height: 100px;
	margin-bottom: 10px;
	text-align: center;
	width: 80%;
	color: #333;
	border: 3px solid #FABE00;
	border-radius: 8px;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
	background: #ffffff url("/common/img/btn_go_s1.png") center right 12px no-repeat;
	background-size: 24px;
}
#btn-career a:hover {
	background-color: #fff3d6;
	color: #c93f21;
}
#btn-career span {
	font-weight: bold;
	font-size: 2.0rem;
	width: 100%;
	padding-right: 32px;
}
.bg-orange {
	background: #ed6c00;
	border-radius: 15px;
	padding: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 auto;
	width: 80%;
}

/* search-table(sp) */
#search-table table {
  width: auto;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#search-table td:first-child {
  display: block;
  font-size: 1.4rem;
  color: #000000;
  text-align: left;
  padding: 10px;
  border: 1px solid #ccc;
  border-right: 0;
  border-bottom: 0;
  background-color: #fff3d6;
  width: auto;
}
#search-table td {
  width: auto;
  font-size: 1.4rem;
  color: #000000;
  text-align: left;
  padding: 10px 10px 10px 30px;
  border: 1px solid #ccc;
  border-right: 0;
  border-bottom: 0;
  background-color: #ffffff;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
#search-table td span {
  display: block;
  width: 50%;
}

/* 採用情報一覧(sp) */
#search-result table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
#search-result tr {
  cursor:pointer;
}
#search-result tr:focus,
#search-result tr:active {
  outline: 2px solid #c34629;
}

#search-result th {
  text-align: left;
  font-weight: normal;
  font-size: 1.6rem;
  color: #3c7f25;
  border-bottom: 2px solid #9dc814;
}
#search-result td {
  padding: 0;
  height: 100px;
  border-bottom: 2px solid #9dc814;
}
#search-result td span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: normal;
  color: #333333;
}
#search-result td:first-child {
  width: 30% !important;
}
#search-result td:first-child span {
  font-weight: bold;
}
#search-result td:nth-child(2) {
  width: 25% !important;
}
#search-result td:last-child {
  width: 25px !important;
}
#search-result td:last-child span {
  font-size: 0rem;
  padding: 0px;
  padding-right: 0px;
  background: transparent url("/common/img/btn_go_s1.png") center right no-repeat;
  background-size: 20px 20px;
}



/* フォームボタン(sp) */
input[type="button"], input[type="submit"] {
  display: flex;
  font-weight: bold;
  font-size: 1.3rem;
  color: #000 !important;
  width: 45%;
  margin: 0 auto 0;
  border: 3px solid #FABE00;
  border-radius: 8px;
  height: 60px;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.15);
  justify-content: center;
  align-items: center;
  text-indent: -40px;
  background: #ffffff url("/common/img/btn_go_s1.png") center right 10px no-repeat;
  background-size: 24px;
  cursor: pointer;
}

#my-calendar input[type="submit"]  {
  display: inline-block;
  font-size: 1.2rem;
  text-indent: 0;
  width: auto;
  margin: 0;
  height: 24px;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0 0;
  background: #7a6a56;
}
#my-calendar input[type="submit"]:hover {
	  background: #7a6a56 !important;
}
.mc-main .my-calendar-nav ul {
	display: flex;
	justify-content: flex-end;
}
.mc-main .my-calendar-nav li a {
  border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mc-main .my-calendar-date-switcher {
    background-color: transparent;
}
.mc-time span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 5px;
  margin: 0 5px;
  border: 1px solid #7a6a56;
}
.mc-time a,
.my-calendar-nav a{
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #ffffff;
  background: #7a6a56;
  text-align: center;
  padding: 5px;
  margin: 0 5px;
  border: 1px solid #7a6a56;
}
.my-calendar-nav a {
	width: auto;
	height: 32px;
}

#search-table input[type="submit"] ,
#search-table input[type="button"] {
  margin-top: 30px;
  width: 60%;
}
input[type="submit"]:hover {
  background-color: #ffffff !important;
  color: #c93f21 !important;
}

.event-title {
  background-color: transparent !important;
}

main {
  display: block;
  padding-bottom: 60px;
  background-color: #fffbed;
}

/* パンくず(sp) */
main .breadcrumbs {
  display: flex;
  flex-flow: row wrap;
  width: auto;
  margin: 0 auto;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 1.4rem;
}
main .breadcrumbs span {
  margin: 0 5px 10px 0;
}
main .breadcrumbs a {
  color: #333333;
  text-decoration: underline;
}

/* 見出し(sp) */
main h1 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 0;
  height: auto;
  color: #333333;
  background: transparent url("/img/icon_circle_green.png") center left no-repeat;
}

/* 中見出し(事業団マーク)(sp) */
main .h-26 {
  font-size: 2.0rem;
  font-weight: bold;
  color: #804c2e;
  padding-left: 36px;
  background: transparent url("/common/img/h3.png") top left no-repeat;
  background-size: 30px;
  line-height: 1.5;
}
main .h-26-no-mark {
  font-size: 2.0rem;
  font-weight: bold;
  color: #804c2e;
  line-height: 1.5;
}
main .h-26-b {
  font-size: 2.0rem;
  font-weight: bold;
  color: #333333;
} 
/* 中見出し(事業団マークなし)(sp) */
.wrap-boxy .h-26 {
  font-size: 1.6rem;
  padding-left: 0;
  background: none;
}

/* 小見出し(sp) */
main .h-21 {
  margin: 24px auto;
  font-size: 1.7rem;
  font-weight: bold;
  text-indent: 0.75rem;
  border-bottom: 2px solid #fabe00;
}
main .lead-1,
main .lead-02 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  color: #804c2e;
  padding: 20px 0;
  margin-bottom: 36px;
}
main .lead-2,
main .lead-00 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
  padding: 20px 0;
  margin-bottom: 36px;
}
main .lead-3,
main .lead-01 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  color: #ed6C00;
  padding: 0;
  margin-bottom: 36px;
}

/* 中見出し */
.h5-00 {
  font-size: 1.8rem;
  color: #000000;
  font-weight: normal;
}
.h5-01 {
  font-size: 2.1rem;
  color: #ED6C00
}
.h5-10 {
  font-size: 2.1rem;
  color: #3C7F25;
}


/* 2段見出し(sp) */
#w-title {
  width: auto;
  margin: 0 auto 30px;
  background: none;
  height: auto;
}
#w-title span {
  display: block;
  border-bottom: none;
  background: transparent url("/common/img/icon_circle_green.png") center left 10px no-repeat;
  background-size: 12px 12px;
  padding-left: 24px;
  padding-right: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
#w-title strong {
  display: block;
  width: auto;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 20px 20px;
  color: #ffffff;
  background-color: #ed6c00;
}

main p,
main li {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #333333;
  margin-bottom: 36px;
  padding: 0 2rem;
}
main li {
  margin-bottom: 0;
}
main ul {
  margin-bottom: 18px
}
main ul.kajo li,
main ol.kajo li {
  list-style: decimal;
  margin-left: 2.4rem;
  font-size: 1.5rem;
  line-height: 1.9;
  color: #333333;
  margin-bottom: 12px;
}
main ul.list-green li {
  padding-left: 1.6rem; 
  text-indent: -1.3em;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #333333;
  margin-bottom: 6px;
  line-break: strict;
}
main ul.list-green li::before {
    content: "● ";
    color: #9DC814;
}
ol.maru-no {
	margin: 0;
	padding: 0;
}
ol.maru-no li {
  list-style: none;
  padding-left: 2.4em;
  text-indent: -1.3em;
	padding-bottom: 0.5em;
}
/* contact form7 checkbox */
#form-date-wrap .wpcf7-form-control-wrap span.wpcf7-list-item,
#form-date-wrap2 .wpcf7-form-control-wrap span.wpcf7-list-item {
	width: 100%;
	margin: 0 !important;
	padding-left: 10%;
}
#form-date-wrap .wpcf7-form-control-wrap .first {
	display: block !important;
	width: 100% !important;
}
.wpcf7-form p.form-note {
	font-size: 1.2rem;
    margin-left: 0;
    margin-top: -20px;
}

main p strong,
main ul li strong {
  color: #C93F21;    
}
.under-line {
  text-decoration: underline;
}

/* カテゴリTOPメニュー(sp) */
#list-menu,
#list-menu-top {
  padding-top: 40px;
}
#list-menu dt,
#list-menu-top dt {
  padding-left: 0;
  font-size: 2.0rem;
  min-height: 50px;
  line-height: 2.2;
  font-weight: bold;
  border-bottom: 2px solid #9dc814;
  background: transparent url("/common/img/h2_arrow_menu.png") center right 6px no-repeat;
  margin-bottom: 0.5rem;
  
}
#list-menu-top dt {
  display: flex;
  align-items: flex-end;
}
#list-menu-top dt {
  border-bottom: 2px solid #ed6c00;
  background: transparent url("/common/img/h2_arrow_menu_o.png") center right 6px no-repeat;
}
#list-menu-top a {
  display: block;
  line-height: 1.0;	  
  color: #804c2e !important;
  padding-right: 50px;
  width:100%
  /* align-self: center */
}
#list-menu a {
  display: block;
  color: #804c2e !important;
}
#list-menu dd,
#list-menu-top dd {
  font-size: 1.4rem;
  font-weight: normal;
  color: #333333;
  margin-left: 0;
  margin-bottom: 40px;
}
.h2-circle {
  display: flex;
  margin: 0 auto 20px;
  width: 132px;
  height: 132px;
  background-color: #804c2e;
  color: #ffffff;
  border-radius: 50%;
}
.h2-circle span {
  margin: 0 auto;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  display: flex;
  align-self: center;
  text-align: center;
}
.circle-text {
  text-align: center;
  font-weight: normal;
  font-size: 1.6rem;
  color: #000000;
  padding: 0 5%;
}
#top-service-menu ul {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  margin: 20px auto 0;
}
#top-service-menu li {
  text-align: center;
  margin-bottom: 20px;
}
#top-service-menu img {
  width: 40%;
  height: auto;
}
#top-service-menu a {
  display: flex;
  font-weight: bold;
  font-size: 1.5rem;
  color: #333;
  width: 90%;
  margin: 0 auto;
  border: 3px solid #FABE00;
  border-radius: 8px;
  height: 60px;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.15);
  justify-content: center;
  align-items: center;
  background: transparent url("/common/img/btn_go_s1.png") center right 20px no-repeat;
  background-size: 30px 30px;
}
#top-service-menu a span {
  display: block;
  margin-left: -36px;
}
#facility-list {
  position: relative;
  width: 100%;
}
#facility-list #fac-icons {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 5%;
}
#fac-icons img {
  width: 24px;
  height: auto;
  margin-bottom: -5px;
}
/* tile設定(sp) */
.facilities ul {
  width: auto;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.facilities li {
  width: auto;
  height: auto;
  margin: 0 auto;
  background: #ffffff url("/common/img/btn_go_s1.png") top 70% right 1rem no-repeat;
  background-size: 30px;
  border-bottom: 3px solid #cccccc;
  border-right: 3px solid #cccccc;
  margin-bottom: 20px;
  text-align: center;
}
.facilities li.empty {
  height: 0;
  background-image: none;
  border: none;
  margin-bottom: 0;
} 
.facilities li img {
  max-width: 100%;
  margin: 0 auto;
}
.facilities h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: normal;
  color: #000000;
}
.facilities h3 span {
  font-size: 2.4rem;
  font-weight: normal;
  color: #000000;
  padding-right: 0;
}

.facilities .icons img {
  width: 24px;
  height: auto;
}
.facilities .fac-wrap {
  padding: 0 10px;
}
.facilities p {
  margin-bottom: 0;
}
.facilities small {
  display: block;
  width: 100%;
  padding-top: 10px;
  line-height: 1.7;
  font-size: 1.4rem;
  color: #333;
}
.facilities small.fac-caption {
  padding-top: 5px;
  text-align: left;
}

/* 一覧(sp) */
#archive-list ul {
  width: auto;
  border-top: 2px solid #9dc814;
}
#archive-list li {
  border-bottom: 2px solid #9dc814;
  padding: 12px 0;
}
#archive-list li > a {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  color: #333333;
}
#archive-list span {
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
}
#archive-list .info-line,
#archive-list .info-line-link {
  width: 100%;
}
#archive-list .info-line-link p {
  display: inline;
  margin: 0;
  padding: 0;
}
#archive-list .info-line-link a {
  text-decoration: underline;
  color: #333333;
}
#archive-list .info-line-link a:hover {
  text-decoration: underline;
  color: #c93f21;
}
#archive-list .type-topics,
#archive-list .type-info {
  color: #ed6c00;
}
#archive-list .type-careers {
  color: #3c7f25;
}
#archive-list .type-blog {
  color: #333333;
}
#archive-list .type-bid {
  color: #334697;
}
#archive-list .info-line {
  font-weight: normal;
}
#archive-list li .info-link {
  text-align: right;
  padding: 10px;
  padding-right: 40px;
  color: #333333;
  width: auto;
  background: transparent url("/common/img/btn_go_s1.png") center right no-repeat;
  background-size: 30px 30px;
}
    
/* pager(sp) */
.pager-wrap {
  width: auto;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
.pager-wrap span {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #fabe00;
  border: 1px solid #fabe00;
} 
.pager-wrap a {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  border: 1px solid #fabe00;
}
.pager-wrap .next,
.pager-wrap .prev {
  font-family: monospace;
  color: #ed6c00;
  background-color: #fffbed;      
  border: 1px solid #ed6c00;
}


/* interview(sp) */
.int-box {
  display: flex;
  flex-flow: column;
  border: 3px solid #FABE00;
  border-radius: 8px;
  width: auto;
  min-height: 180px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 50px 20px 20px;
  justify-content: space-between;
  margin-bottom: 20px;
  background: transparent url("/common/img/btn_go_l.png") right 20px center no-repeat;
  background-size: 30px;
}
.int-box img {
  padding-top: 0;
}

.profile dl {
  margin: 20px 50px 0;
}
.profile dt {
  color: #ed6c00;
  font-size: 1.4rem;
}
.profile dd {
  font-size: 1.4rem;
  padding-bottom: 10px;
}  
#qa,
.qa {
  width: auto;
  margin: 0 auto;
}
#qa h3,
.qa h3 {
  font-size: 1.6rem;
  margin-top: 32px;
}
#qa dl,
.qa dl {
  border-top: 2px solid #fabe00;
}
#qa dt,
.qa dt {
  font-weight: bold;
  color: #804c2e;
  background: #ffffff;
  padding: 12px 50px;
  border: 2px solid #fabe00;
  border-top-width: 2px;
}
#qa dt:first-child,
.qa dt:first-child {
  border-top: 1px;
}
#qa dt:before,
.qa dt:before {
  content: "Q.";
  font-weight: bold;
  margin-right: 8px;
}
#qa.notqa,
.notqa {
  width: auto !important;
}
#qa.notqa dt:before,
.notqa dt:before {
  content: "" !important;
  margin-right: 0 !important;
}  
#qa dd,
.qa dd {
  padding: 20px 50px 30px 50px;
  margin: 0 auto 40px;
  line-height: 1.6;
  background: #fff3d6;
}

/* timeline(sp) */
.timeline {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.timeline > li {
  border-top: 1px solid #ccc;
  padding: 24px 5px 24px 5%;
  display: flex;
  flex-flow: column;
}
.timeline span:first-child {
  flex-basis: auto;
  display: block;
}
.timeline span,
.timeline li div {
  max-width: 100%;
  padding-top: 0px;
  display: block;
}
.timeline img {
  float: none;
  width: auto;
  padding-left: 10px;
}
.timeline div ul {
  padding: 10px 36px;
}
.timeline .list_dot {
  margin: 0 auto;
  width: 90% !important;
  padding-left: 1.6rem;
  padding-bottom: 0;
  text-indent: -1.3em;
}

/* time_table(sp) */
.time_table {
  margin: 20px auto 40px;
}
.time_table ul {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}
.time_table li {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 24px 0;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: space-around;
}
.time_table span:first-child,
.time_table p:first-child {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ed6C00;
  width: auto;
}
.time_table span:nth-child(2),
.time_table p:nth-child(2) {
  font-size: 1.4rem;
  font-weight: bold;
  color: #804C2E;
  width: auto;
  text-align: center;
}
.time_table span:nth-child(3),
.time_table p:nth-child(3) {
  font-size: 1.4rem;
  color: #333333;
  width: auto;
}    
.time_table span.two-block,
.time_table p.two-block {
  width: auto !important;
}

.time_table span.inc-img,
.time_table p.inc-img {
  display: block;
  text-align: center;
}
.time_table span.inc-img span,
.time_table p.inc-img span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #333333;
  width: auto;
}


/* pick up(sp) */
#pu-menu ul {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  margin: 20px auto 20px;
}
#pu-menu li {
  display: block;
  margin: 0 10px 20px;
  border: 3px solid #FABE00;
  border-radius: 8px;
  padding: 12px;
  height: auto;
  box-shadow: 6px 6px 0px 0px rgba( 0,0,0,0.15);
  text-align: left;
  background-color: #ffffff;
}
#pu-menu img {
  display: block;
  max-width: 100%;
  height: auto;
}
#pu-menu li > a {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  color: #333;
  width: 90%;
  margin: 0 auto;
  background: transparent url("/common/img/btn_go_s1.png") center right no-repeat;
  background-size: 24px 24px;
}
#pu-menu a span {
  display: block;
  margin-left: -36px;
}
#pu-menu p {
  padding: 0 4rem 0 0;
}
#pu-menu p.date {
  font-weight: bold;
  color: #ed6C00;
}
/* kibounosato */
#movie-wrap p {
  padding: 0;
}
#pu-menu video {
  padding-left: 0;
  max-width: none;
  width: 100%;
  height: auto;
}
#pu-menu li#kibo-social-wrap {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0;
  background-color: transparent;
}
#kibo-social-wrap > div {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
#kibo-social-wrap div > a {
  display: block;
  width: 95%;
  margin: 0 auto 20px;
  border: 3px solid #FABE00;
  border-radius: 8px;
  padding: 12px;
  height: auto;
  box-shadow: 6px 6px 0px 0px rgba( 0,0,0,0.15);
  text-align: left;
  background: #ffffff;
}
#kibo-social-wrap .kibo-h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #804c2e;
  font-size: 2.0rem;
}
#kibo-social-wrap .kibo-h3 img {
  display: inline-block;
  width: 30px;
  height: 30px;
}
#kibo-social-wrap .kibo-wrap {
  display: flex;
  padding: 10px;
  flex-flow: wrap nowrap;
  justify-content: space-around;
}
#kibo-social-wrap .kibo-wrap img {
    display: inline-block;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}
#kibo-social-wrap .kibo-wrap p {
  padding: 0 0 0 20px;
}
  


/* info(sp) */
.info-date {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  padding-right: 2rem;
}
/* download, sitelink(sp) */
.download ul,
.sitelink ul {
  margin: 20px 0 30px;
  min-height: 50px;
  background: transparent url("/common/img/download.png") top center no-repeat;
  background-size: 85px 50px;
  padding-top: 60px;
  padding-left: 0;
  position: relative;
}
.sitelink ul {
  background: transparent url("/common/img/sitelink.png")top center no-repeat;
  background-size: 85px 50px;
}
.download li,
.sitelink li,
.list_dot {
  padding-bottom: 12px;
  padding-left: 40px;
  text-indent: -20px;
}
.download li::before,
.list_dot::before {
  content: "● ";
  color: #9DC814;
}
.sitelink li::before {
  content: "● ";
  color: #ed6c00;
}    
.download li a,
.sitelink li a {
  font-size: 1.4rem;
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}
.download li a:hover,
.sitelink li a:hover {
  color: #ed6c00;
  text-decoration: none;
}

.insitelink ul {
  margin: 20px auto 30px;
  padding-left: 0;
  position: relative;
}
.insitelink li {
  padding-left: 20px;
  text-indent: 0;
  padding-bottom: 12px;
}
.insitelink li.a-right {
  padding-left: 12px;
  padding-right: 20px;
}
.insitelink li a {
  display: inline-block;
  height: 24px;
  padding-left: 32px;
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
  background: transparent url("/common/img/btn_go_s1.png") center left no-repeat;
  background-size: 20px 20px;
}

.insitelink li.a-right a {
	padding-left: 0;
    margin: 0 10px 20px auto;
    border: 3px solid #FABE00;
    border-radius: 8px;
    width: 75%;
    height: 40px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
    background: transparent url("/common/img/btn_go_s1.png") center right 5px no-repeat;
    background-size: 20px 20px;
    font-size: 1.5rem;
    font-weight: bold;
	text-decoration: none;
}
.insitelink li a:hover {
  color: #ed6c00;
  text-decoration: underline;
}
.insitelink li a span {
    padding-right: 20px;
    font-size: 1.4rem;
}


.back-btn a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #333333;
  padding-left: 40px;
  background: transparent url("/common/img/a_back_m.png") left center no-repeat;
  background-size: 30px 30px
}

/* コンテンツ内角丸ボタン(sp) */
.r-btn {
  display: flex;
  font-weight: bold;
  font-size: 1.4rem;
  width: 200px;
  margin: 0;
  border: 3px solid #FABE00;
  border-radius: 8px;
  height: 60px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
  justify-content: center;
  align-items: center;
  text-indent: -40px;
  background: #ffffff url("/common/img/btn_go_s1.png") center right 20px no-repeat;
  background-size: 24px;
}
.r-btn a {
  font-size: 1.5rem;
  color: #333333;
}


/* careers(sp) */
.recruit-box {
  margin: 20px auto 80px;
  width: auto;
}
.recruit-box table {
  border-collapse: collapse;
  width: 90%;
  margin: 0 auto;
}
.recruit-box th {
  display: block;
  text-align: left;
  font-weight: normal;
  color: #000000;
  background: #fff3d6;
  border: 1px solid #909090;
  padding: 20px 25px;
  width: auto;
  vertical-align: super;
}
.recruit-box td {
  display: block;
  padding: 20px 25px;
  text-align: left;
  border: none;
  background: #ffffff;
}

.r-box {
  width: 90%;
  min-height: 100px;
  background: #fff;
  border: 3px solid #9dc814;
  border-radius: 20px;
  box-shadow: 6px 6px 0px #ccc9be;
  padding: 45px 25px;
  text-align: center;
  margin: 0;
  margin-left: 5%;
  margin-bottom: 20px;
}
.or-border {
  display: flex;
  justify-content: center;
  border: 3px solid #fabe00 !important;
}
.r-box h3 {
  font-size: 1.8rem;
}
.r-box .r-link {
  display: flex;
  flex-flow: column;
  align-self: center;
}
.r-box a {
  color: #333;
  padding-right: 50px;
  background: transparent url("/common/img/btn_go_s1.png") center right no-repeat;
  background-size: 24px 24px;
}
.r-box .tel {
  padding: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 0;
  background: transparent url("/common/img/icon_tel.png") center left no-repeat;
  background-size: 24px;
} 
.r-box .tel a {
  padding-right: 0;
  text-align: center;
  background: none;
}
.r-box p {
  margin-bottom: 10px;
}
.r-box p.caution {
  line-height: 1.2;
  margin-bottom: 0;
}



/* wpcf7(sp) */
.wpcf7 {
  width: 100%;
  margin: 20px auto 80px;
}
.wpcf7 p {
  text-align: left;
  font-weight: normal;
  color: #000000;
  padding: 1rem;
  vertical-align: super;
}
.wpcf7 p br {
  display: block;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 select {
  float: none;
  border: 1px solid #cccccc;
  padding: 3px;
  width: 100%;
  font-size: 1.6rem;
  transform: scale(0.8);
}

.wpcf7 textarea {
  float: none;
  border: 1px solid #cccccc;
  padding: 3px;
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  transform: scale(0.8);
  }

.wpcf7 .req {
    font-size: 1.4rem;
    padding: 2px 5px;
    background-color: #c43031;
    color: #fff;
    border-radius: 2px;
    line-height: 1.8;
    vertical-align: top;
}
.wpcf7c-elm-step1 {
  font-size: 1.5rem;
}
.wpcf7 p.lead-form {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #804c2e;
  padding: 20px 1rem;  
}
.wpcf7 .hide-title {
  display: none;
}

#form-box fieldset {
  font-weight: bold;
}
#form-box fieldset div {
  display: flex;
  justify-content: center;
  flex-flow: column;
  width: auto;
  padding-left: 2rem;
}
#form-box fieldset span {
  width: 220px;
  padding-bottom: 10px;
}
#form-box input[type="radio"]:checked + label {
  color: #C93F21;
}

#form-date-wrap.wpcf7-form-control-wrap, 
#form-date-wrap2.wpcf7-form-control-wrap{
  float:none !important;
}
#form-date-wrap input[type="radio"] + span,
#form-date-wrap2 input[type="radio"] + span {
  font-weight: bold;
  color: #333;
}
#form-date-wrap input[type="radio"]:checked + span,
#form-date-wrap input[type="hidden"] + span,
#form-date-wrap2 input[type="radio"]:checked + span,
#form-date-wrap2 input[type="hidden"] + span {
  color: #C93F21;
  font-weight: bold;
}

/* form(sp) */
form p {
  margin-bottom: 0 !important;
}
#form-box {
  margin: 20px auto 20px;
  width: auto;
}
#form-box table {
  border-collapse: collapse;
}
#form-box tr {
  display: block;
}
#form-box td:first-child {
  display: block;
  border: none;
  text-align: left;
  font-weight: normal;
  color: #000000;
  padding: 1rem;
  width: auto;
  vertical-align: super;
}
#form-box .required {
  font-size: 1.4rem;
  padding: 2px 5px;
  background-color: #c43031;
  color: #fff;
  border-radius: 2px;
  line-height: 1.8;
  vertical-align: top;
}
#form-box td {
  display: flex;
  border: none;
  padding: 1rem;
  text-align: left;
}
#form-box label {
  padding-left: 5px;
}
#form-box input[type=text],
#form-box select {
  display: block;
  border: 1px solid #cccccc;
  padding: 3px;
  width: 80%;
} 


/* blogwrap(sp) */
.blog-wrap h1 {
  padding-left: 1.5rem;
  padding-bottom: 2rem;
}
.blog-wrap .blog-content p {
  line-height: 2;
  letter-spacing: .15rem;
}

/* sidenav(sp) */
#side-nav {
  margin: 0 0 80px;
  display: flex;
  flex-flow: column wrap;
  align-self: flex-start;
  width: auto;
  height: auto;
  background: #fff3d6;
}
#side-nav h3 {
  font-size: 1.8rem;
  color: #804c2e;
  padding: 10px 15px 0;
  border-bottom: 1px solid #fabe00;
}
#side-nav ul {
  padding: 10px 0 10px 2rem;
  text-indent: 0;
}
#side-nav li {
  padding: 5px 0;
}
#side-nav li a,
.nav-links a {
  color: #333333;
  text-decoration: underline;
}
#side-nav li a:hover,
.nav-links a:hover {
  text-decoration: none;
  color: #c93f21;
}
.recent li::before {
  position: relative;
  top: 0px;
  left: -5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 100%;
  background-color: #333333;
}
#side-b-menu {
  display: block;
}
#side-b-menu #btn-event {
  margin: 0 auto 40px;
  height: 50px !important;
}
#side-b-menu #btn-event a {
  height: 50px !important;
}
#side-a-menu {
  display: none;
}
.nav-links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.nav-links div {
  width: 50%;
}
.nav-links .nav-previous {
  margin: 0 10px 0 0;
  background: transparent url("/common/img/btn_back_s1.png") left top no-repeat;
  background-size: 20px 20px;
}
.nav-links .nav-next {
  margin: 0 0 0 10px;
  background: transparent url("/common/img/btn_go_s1.png") right top no-repeat;
  background-size: 20px 20px;
}
.nav-previous a {
  display: block;
  padding-left: 25px;
  font-weight: bold;
}
.nav-next a {
  display: block;
  padding-right: 25px;
  font-weight: bold;
  text-align: right;
}



#to-top {
  z-index: 1000;
  position: fixed;
  bottom: 80px;
  right: 50px;
  width: 45px;
  height: 45px;
  background: url("/common/img/btn_up_l.png") 0 0 no-repeat;
  background-size: 45px 45px;
}
#to-top span {
  display: none;
}
/* footer(sp) */
#footer-wrapper {
  width: auto;
  position: relative;
}
footer {
  margin: 20px auto 0;
  text-align: center;
}
footer .h-footer {
  color: #7a6a56;
  font-size: 1.6rem;
  font-weight: bold;
}
footer .h-footer span {
  display: block;
  font-size: 1.2rem;
  color: #7a6a56;
}
footer p {
  display: flex;
  justify-content: center;
  margin: 10px auto;
}
footer p a {
  margin: 10px auto;
  border: 3px solid #FABE00;
  border-radius: 8px;
  width: 40%;
  height: 40px;
  padding-right: 24px;
  box-shadow: 3px 3px 0px 0px rgba( 0,0,0,0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
  color: #333;
  background: transparent url("/common/img/btn_go_s1.png") center right 12px no-repeat;
  background-size: 20px 20px;
}
footer address {
  font-style: normal;
  font-size: 1.2rem;
  color: #7a6a56;
}
footer small {
  font-size: 1.0rem;
  line-height: 1;
  color: #ffffff;
  word-break: normal !important;
}
footer nav {
  width: 100%;
  background: #804c2e;
}
footer nav ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: column ;
  justify-content: center;
}
footer nav ul li {
  font-size: 1.4rem;
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #fff;
}
footer nav ul li a {
  display: block;
  text-decoration: none;
  margin: 0 auto;
  color: #fff;
  padding: 0 20px;
  border-left: none;
}
footer nav ul li a:hover {
  background: none;
  text-decoration: underline;
}
footer nav ul li:last-child a {
  border-right: none;
}
footer nav a span {
  color: #fff;
  text-align: center;
}

/* slick(sp) */
.slick-dots {
 bottom: auto !important;
}
.slick-dots li {
  width: 10px !important;
}
.slick-dots li button {
  font-size: 1.2rem !important;
}
.slick-dots li button::before {
  color: #ed6c00 !important;
}
#slider-f .slick-dots {
  margin: 0 auto;
  text-align: center;
  z-index: 300;
}

.slick-prev, .slick-next,
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: url("/common/img/slide_arrows_s.png") 0 0 no-repeat !important;
  background-size: cover;
}
.slick-next,.slick-next:hover, .slick-next:focus {
  background: url("/common/img/slide_arrows_s.png") right 0 no-repeat !important;
}
.slick-prev, .slick-next {
  width: 30px !important;
  height: 30px !important;
  right: 10px !important;
}
.insite-slider .slick-next {
  right: 5px !important;
}
.insite-slider .slick-slide {
  pointer-events: none;
}
.slick-prev {
  left: 10px !important;
}
.insite-slider .slick-prev {
  left: 5px !important;
}
.slick-slide img {
  width: 100% !important;
}
.fancybox-close {
  top: -40px !important;
  right: 0px !important;    
  background-image: url("/common/img/calendar_3.png") !important;
  background-size: 45px 45px !important;
}
.fancybox-close span {
  color: #fff;
  position: absolute;
  top: -10px;
  font-size: 1.2rem;
  right: -6px;
}
.fancybox-skin .up-text {
  position: absolute;
  top: -20px;
  left: 32%;
  font-size: 1.2rem;
  color: #ffffff;
}
.sp-hide {
  display: none;
}
.sp-br {
  display: block;
}

/* PC/印刷 */
@media print, /* 印刷用 */
       screen and (min-width: 768px) /* 画面用 */ 
{
  body {
    background: #fff;
    color: #333;
    font-size: 1.5rem;
    width: 100%;
  }
  a:focus{outline:2px solid #c34629;overflow:hidden}
  a[href^="tel:"] {
		pointer-events: none;
	}
  header {
    width: 100%;
    border-bottom: 3px solid #FABE00;
  }
  #header-contents {
    width: 1024px;
    margin: 0 auto;
    position: relative;
  }
  #header-contents h1,
  #header-contents .site-title {
    height: 120px;
  }
  #header-contents h1 img,
  #header-contents .site-title img {
    width: 560px;
    height: auto;
  }
  #p-title {
    width: 920px;
    margin: 0 auto;
  }
  /* 2段見出し(pc) */
  #w-title {
    width: 1024px;
    margin: 0 auto 30px;
    background: none;
    padding-left: 36px;
    font-size: 3rem;
  }
  #w-title span {
    display: inline-block;
    border-bottom: 2px solid #fabe00;
    background: transparent url("/common/img/icon_circle_green.png") center left no-repeat;
    background-size: 12px 12px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  #w-title strong {
    display: block;
    width: auto;
    font-size: 3.2rem;
    font-weight: bold;
    padding: 0;
    background-color: transparent;
    color: #ed6c00;
  }
  #n-title,
  .n-title {
    font-size: 2.6rem;
    font-weight: bold;
    color: #804c2e;
    padding-left: 50px;
    background: transparent url("/common/img/h3.png") center left no-repeat;
    background-size: 32px;
    border-bottom: 2px solid #fabe00;
  }
  
  #h-nav {
    margin-bottom: 0;
  }
  #adm-nav,
  #gra-nav,
  #inq-nav,
  #insta-nav,
  #tw-nav {
    position: absolute;
    top: 10px;
    right: 0;
    border: 3px solid #FABE00;
    border-radius: 8px;
    width: 200px;
    height: 60px;
    box-shadow: 3px 3px 0px 0px rgba( 0,0,0,0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #333;
    background: transparent url("/common/img/btn_go_s1.png") center right 10px no-repeat;
    background-size: 28px 28px;
  }
  #insta-nav,
  #tw-nav {
    margin-top: 0;
    background: none;
  }
  #adm-nav,
  #gra-nav {
    position: absolute;
    top: 10px;
    right: 220px;
  }
  #insta-nav {
    position: absolute;
    top: 77px;
    right: 220px;
    height: 36px;
  }
  #tw-nav {
    position: absolute;
    top: 77px;
    height: 36px;
  }
  #insta-nav p,
  #tw-nav p {
    display: flex;
    align-items: center;
  }
  #adm-nav a,
  #gra-nav a,
  #inq-nav a,
  #insta-nav a,
  #tw-nav a {
    padding: 15px 36px 15px 0;
  }
  #insta-nav a {
    padding: 6px 0;
  }
  #tw-nav a {
    padding: 6px 0;
  }  
  #rec-nav {
    position: absolute;
    top: 10px;
    right: 0;
    border: 3px solid #FABE00;
    border-radius: 8px;
    width: 240px;
    height: 80px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
  }
  #rec-nav:hover {
    background-color: #fff3d6;
    color: #c93f21;
  }
  #rec-nav h2 {
    font-size: 2.0rem;
  }
  #rec-nav p {
    display: block;
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: .15em;
    color: #ed6C00;
  }
  .arrow {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 0;
    vertical-align: middle;
    text-decoration: none;
  }
  .arrow::before, .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .arrow-o-30::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ed6c00;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
  }
  .arrow-o-30::after {
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  #navigation {
    display: block;
  }
  #navigation ul {
    list-style: none;
  }
  #navigation > ul {
    display: flex;
    height: 50px;
    max-width: 1024px;
    margin: 0 auto;
    justify-content: space-between;
  }
  #navigation > ul > li {
    position: relative;
    width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0 1px;
  }  
  #navigation > ul > li:first-child {
    width: 120px;
  }
    
  #d-head #navigation > ul > li {
    position: relative;
    width: auto;
    height: 50px;
    line-height: 50px;
    flex-grow: 1;
  }
  #d-head ul > li:nth-child(1):before,
  #d-head ul > li:nth-child(1):hover:before {
    background: transparent;
  }
  #d-head #navigation ul > li:nth-child(1) a {
    display: block;
    background: transparent url("/common/img/a_back_m.png") left center no-repeat;
    background-size: 30px 30px;
  }    
    
  #navigation > ul > li:before {
    content: "";
    position: absolute;
    background: #9DC814;
    top: 50%;
    left: 12%;
    margin-top: -8px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
  }
  #navigation > ul > li:hover a {
    background: #9DC814;
  }
  #navigation > ul > li:hover:before {
    background: #fff;
  }
  #navigation ul > li a {
    display: block;
    text-align: center;
    padding-left: 32px;
    font-size: 1.6rem;
    font-weight: normal;
    color: #333333;
    background: #ffffff;
    text-decoration: none;
  }
  #navigation ul > li a:hover {
    color: #000000;
    background: #9DC814;
  }
  #navigation ul li ul.drop {
    visibility: hidden;
    opacity: 0;
    z-index: 305;
  }
  #navigation > ul > li:last-child ul.drop {
    visibility: hidden;
    right: 0px;
    opacity: 0;
    z-index: 5;
  }  
  #navigation ul > li:hover {
    transition: all .5s;
  }
  #top-page .nav_top a,
  #about-page .nav_about a,
  #disclosure-page .nav_disclosure a,
  #finance-page .nav_disclosure a,
  #facility-page .nav_facility a,
  #info-page .nav_info a,
  #blog-page .nav_info a,
  #topics-page .nav_info a,
  #careers-page .nav_careers a,
  #interview-page .nav_careers a,
  #service-page .nav_service a,
  #pro_support-page .nav_support a,
  #cooperation-page .nav_support a {
    background: #9DC814;
  }
  #top-page .nav_top::before,
  #about-page .nav_about::before,
  #disclosure-page .nav_disclosure::before,
  #finance-page .nav_disclosure::before,
  #facility-page .nav_facility::before,
  #info-page .nav_info::before,
  #blog-page .nav_info::before,
  #topics-page .nav_info::before, 
  #careers-page .nav_careers::before,
  #interview-page .nav_careers::before,
  #service-page .nav_service::before,
  #pro_support-page .nav_support::before,
  #cooperation-page .nav_support::before  {
    background: #ffffff;
  }
  #ham-menu, #menu-icon {
    display: none;
  }
  ul.drop li {
    width: 280px !important;
  }
  #d-head ul.drop li {
    width: 265px !important;
  }
  ul.drop li > a {
    display: block;
    line-height: 1.6;
    padding: 10px;
    border-top: 1px solid #9DC814;
    text-align: left !important;
    background: #E1EDBA url("/common/img/btn_go_s0.png") center right 10px no-repeat !important;
    background-size: 20px 20px !important;
  }
  ul.drop li > a:hover {
    display: block;
    border-top: 1px solid #9DC814;
    text-align: left !important;
    background: #fff url("/common/img/btn_go_s1.png") center right 10px no-repeat !important;
    background-size: 20px 20px !important;
  }
  ul.drop {
    position: absolute;
    top: 50px;
    width: 250px;
    background: #E1EDBA;
    transition: all .2s ease;
  }
  #d-head ul.drop {
    width: 265px;
  } 
  #navigation ul > li:hover ul.drop {
    top: 50px;
    visibility: visible;
    opacity: 1;
  }
  ul.fac-menu li > a {
    background: #fbfded url("/common/img/btn_go_s0.png") center right 10px no-repeat !important;
    background-size: 20px 20px !important;
  }
  ul.fac-menu .fac-type > a {
    background: #E1EDBA url("/common/img/btn_go_s0.png") center right 10px no-repeat !important;
    background-size: 20px 20px !important;
    padding-left: 20px !important;
  }
  section {
    margin: 40px auto 80px;
  }
  .wrap {
    width: 1024px;
    margin: 0 auto;
  }
  .wrap2 {
    width: 740px;
    margin: 0 auto;
  }
  .wrap3 {
    width: 880px;
    margin: 0 auto;
  }
  .wrap4 {
    margin: 0;
    width: 880px;
    background: #fabe00;
    border-radius: 10px;
  }
  .wrap4 p {
    width: 740px;
    margin: 0 auto;
    font-weight: bold;
    padding: 10px 0;
  }
  .wrap-caution {
    background: #fabe00;
    border-radius: 10px;
    padding: 20px 32px;
  }
  .wrap-caution p {
    font-weight: bold;
    margin: 0 auto;
  }
  .wrap-boxy {
    display: block;
    margin: 0 auto 20px;
    border: 3px solid #FABE00;
    border-radius: 8px;
    padding: 24px;
    height: auto;
    box-shadow: 6px 6px 0px 0px rgba( 0,0,0,0.15);
    text-align: left;
    min-height: 200px;
  }
  .no-img-maga span {
    width: 200px;
  }
  
  .photo-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .photo-wrap figure {
    flex-basis: 30%;
    margin: 0 1.66% 0 1.66%;
  }
  .photo-wrap img {
    max-width: 100%;
  }
  .photo-right {
    padding: 20px 0 0 40px;
  }
  
  
  .p-wrap {
    display: flex;
  }
  .photo-left {
    float: left;
    padding-right: 30px
  }
  .float-right {
    float: right;
  }
  .align-right {
    text-align: right !important;
  }
  .w200 {
    width: 200px !important;
  }
  .w450 {
    width: 450px !important;
  }
  .lead-wrap {
    display: flex;
  }
  .lead-wrap p {
    width: 460px;
    flex-shrink: 0;
  }
  .lead-wrap div {
    margin: 20px 0 0 30px;
  }
  .lead-wrap img {
    width: 250px;
    flex-shrink: 0;
  }


  hr.hr-grey {
    height: 2px;
    background-color: #909090;
    width: 100%;
    border: none;
  }
  hr.hr-orange {
    height: 2px;
    background-color: #fabe00;
    width: 100%;
    border: none;
  }
  #social-box {
    width: 1024px;
    display: flex;
    justify-content: space-around
  }
  #social-btn {
    display: none;
  }
  #social-box h2 img {
    width: 432px;
  }
  #insta-box {
    width: 432px;
  }
  #insta-box ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    height: 250px;
    margin: 0 auto 5px;
    padding: 0;
  }
  #insta-box li a {
    display: block;
    width: 125px;
    flex: 1 1 33.333%;
    margin: 2px;
  }
  #insta-box li {
    width: 120px;
    height: 120px;
    overflow: hidden;
  }
  #insta-box li img {
    width: 120px;
    height: auto;
  }
  #social-box .btn a {
    display: flex;
    font-weight: bold;
    font-size: 2.0rem;
    color: #333;
    width: 400px;
    margin: 30px auto 20px;
    border: 3px solid #FABE00;
    border-radius: 8px;
    height: 60px;
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.15);
    justify-content: center;
    align-items: center;
    background: transparent url("/common/img/btn_go_s1.png") center right 20px no-repeat;
    background-size: 30px 30px;
  }
  #social-box .btn a span {
    display: block;
    margin-left: -36px;
  }
  
  main {
    padding-bottom: 60px;
    position: relative;
  }
  
  /* パンくず(pc) */
  main .breadcrumbs  {
    display: flex;
    width: 1024px;
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 0;
    font-size: 1.4rem;
  }
  main .breadcrumbs span {
    margin: 0;
  }
  main .breadcrumbs a {
    color: #333333;
  }
  
  /* 見出し(pc) */
  main h1 {
    font-size: 3rem;
    font-weight: bold;
    padding-left: 36px;
    height: auto;
    color: #333333;
    background: transparent url("/common/img/icon_circle_green.png") center left no-repeat;
  }

  /* 中見出し(事業団マーク)(pc) */
  main .h-26 {
    font-size: 2.6rem;
    font-weight: bold;
    color: #804c2e;
    padding-left: 50px;
    background: transparent url("/common/img/h3.png") top left no-repeat;
    background-size: 36px;
  }
  main .h-26-no-mark {
    font-size: 2.6rem;
    font-weight: bold;
    color: #804c2e;
  }

  /* 広報誌中見出し(事業団マークなし)(pc) */
  .wrap-boxy .h-26 {
    font-size: 2.0rem;
    padding-left: 0;
    background: none;
    margin-top: 0;
  }
  main .h-26-b {
    font-size: 2.6rem;
    font-weight: bold;
    color: #333333;
  } 
  /* 小見出し(pc) */
  main .h-21 {
    margin: 36px auto 12px;
    font-size: 2.1rem;
    font-weight: bold;
    text-indent: 0.75rem;
    border-bottom: 2px solid #fabe00;
  }
  main .lead-1,
  main .lead-02 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    color: #804c2e;
    padding: 20px 0 5px;
  }
  main .lead-2,
  main .lead-00 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    color: #000000;
    padding: 20px 0 5px;
  }
  .wrap-boxy .lead-2,
  .wrap-boxy .lead-00 {
    padding: 10px 0 10px 15px;
  }
  main .lead-3,
  main .lead-01 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    color: #ed6C00;
    padding: 0;
  }
  h4.lead-3 {
    font-size: 1.9rem;
  }
  main p,
  main li {
    font-size: 1.6rem;
    line-height: 1.9;
    color: #333333;
    margin-bottom: 18px;
    padding: 0;
  }
  main li {
    margin-bottom: 0;
  }
  main ul {
    margin-bottom: 18px;
  }
  p.long-story {
    letter-spacing: .15rem;
  }
  main ul.kajo li,
  main ol.kajo li {
    list-style: decimal;
    margin-left: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.9;
    color: #333333;
    margin-bottom: 18px;
  }
  main ul.list-green li {
    font-size: 1.6rem;
  }
    
	/* contact form7 checkbox */
	#form-date-wrap .wpcf7-form-control-wrap span.wpcf7-list-item {
		width: 24%;
		padding-left: 0;
	}
	#form-date-wrap2 .wpcf7-form-control-wrap span.wpcf7-list-item {
		width: 30%;
		padding-left: 0;
	}	
	
	.wpcf7-form p.form-note {
		margin-left: 350px;
		margin-top: -26px;
		padding: 0;
	}


  /* slider(pc) */
  #slider-area {
    position: relative;
    height: 400px;
    overflow-y: hidden;
    border: none;
  }
  #slider-area {
    border-bottom: 3px solid #FABE00;
  }
  #slider-area img {
	object-fit: contain;
	height: 400px;
    border: none;
  }

  #top-panel {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #top-panel img {
    width: 708px;
    height: 136px;
  }
  
  #top-panel-f-bg {
    margin: 0 auto;
    width: 360px;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    position: absolute;
    top: 0;
    left: 80px;
    height: 400px;
  }

  #top-panel-f {
    position: absolute;
    top: 25%;
  }
  #top-panel-f img {
    width: 360px;
    height: 143px;
  }
  #top-tel {
    font-size: 1.5rem;
    color: #000000;
    font-weight: bold;
  }
  #top-tel span {
    display: inline-block;
    margin-left: 24px;
  }
  #top-tel a {
    font-size: 2.4rem;
    font-weight: normal;
    color: #333333;
  }
  #top-access a {
    display: block;
    width: 100px;
    text-align: left;
    margin: 10px 20px;
    padding: 0;
    font-weight: normal;
    font-size: 1.6rem;
    color: #333333;
    background: transparent url("/common/img/btn_go_s1.png") center right no-repeat;
    background-size: 24px 24px;
    border: none;
    border-radius: 0;
    height: auto;
    box-shadow: 0 0 0 0;
  }  
  
  /* slick(pc) */
  .slick-dots {
     bottom: -25px !important;
    }
  .slick-dots li {
    width: 20px !important;
  }
  .slick-dots li button {
  }
  .slick-dots li button::before {
      font-size: 1.8rem !important;
    color: #ed6c00 !important;
  }

  #slider-f .slick-dots {
    bottom: 40px !important;
    right: 250px !important;
    z-index: 300;
  }
  .slider-shaku .slick-dots {
    bottom: -50px !important;
  }

  .slick-prev, .slick-next,
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: url("/common/img/slide_arrows.png") 0 0 no-repeat !important;
    background-size: cover;
  }
  .slick-next,.slick-next:hover, .slick-next:focus {
    background: url("/common/img/slide_arrows.png") right 0 no-repeat !important;
  }
  .slick-prev, .slick-next {
    width: 60px !important;
    height: 60px !important;
    right: 10px !important;
  }
  .insite-slider .slick-next {
    right: -60px !important;
  }
  .slick-prev {
    left: 10px !important;
  }
  .insite-slider .slick-prev {
    left: -65px !important;
  }
  .insite-slider .slick-slide {
    pointer-events:  auto;
  }
  .slick-slide img {
    width: 240px !important;
  }
  
  .fancybox-close {
    top: -30px !important;
    right: -30px !important;    
    background-image: url("/common/img/calendar_3.png") !important;
    background-size: 45px 45px !important;
  }
  .fancybox-prev span,
  .fancybox-next span {
    width: 40px !important;
    height: 40px !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background-size: 40px 40px !important;
  }
  .fancybox-next span {
    background-image: url("/common/img/btn_go_m.png") !important;
    right: 20px !important;
  }
  .fancybox-prev span {
    background-image: url("/common/img/a_back_m.png") !important;
    left: 20px !important;
  }
  .sp-hide {
    display: inline;
  }
  .sp-br {
    display: none;
  }
  
  .featherlight .featherlight-content {
    background: transparent !important;
    padding: 40px 40px 0 !important; 
  }
  
  
  .featherlight .featherlight-close-icon {
    top: 10px !important;
    right: 0 !important;
    width: 45px !important;
    height: 45px !important;
    background: transparent no-repeat!important;
    background-image: url("/common/img/calendar_3.png") !important;
    background-size: 45px 45px !important;
    color: transparent !important;
  } 
  
   .featherlight .featherlight-close-icon::after {
    content: "閉じる";
    color: #fff;
    position: absolute;
    top: -10px;
    font-size: 1.2rem;
    right: 3px;
}
  
  

  /* table default(pc) */
  .table-box1 {
    margin: 20px auto 80px;
  }
  .table-box1 table {
    border-collapse: collapse;
    width: 100%;
  }
  .table-box1 col {
    display: table-column;
  }
  .table-box1 tr {
    display: table-row;
    border: none;
  } 
  .table-box1 th {
    display: table-cell;
    text-align: left;
    font-weight: bold;
    color: #000000;
    background: #fff3d6;
    border: 1px solid #909090;
    padding: 20px 25px;
    width: auto;
    vertical-align: super;
  }
  .table-box1 td {
    display: table-cell;
    padding: 20px 25px;
    text-align: left;
    border: 1px solid #909090;
  }
  .table-box1 td.th-cell {
    font-weight: bold;
    color: #000000;
    background: #fff3d6;
    width: auto;
    vertical-align: super;
  }
  .table-box2 {
    margin: 20px auto 80px;
    white-space: normal;
  }
  .table-box2 table {
    border-collapse: collapse;
    width: 100%;
  }
  .table-box2 th {
    display: table-cell;
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
    background: #fff3d6;
    border: 1px solid #909090;
    padding: 20px 25px;
    width: auto;
    min-width: 120px;
    vertical-align: super;
  }
  .table-box2 td {
    display: table-cell;
    padding: 20px 25px;
    font-size: 1.5rem;
    text-align: left;
    border: 1px solid #909090;
    vertical-align: super;
  }
  
  
    
  /* 画像回り込み(pc) */
  figure.right {
    float: right;
    padding: 0 0 0 24px;
  }
  figure.left {
    float: left;
    padding: 0 24px 0 0;
  }
  figcaption {
    font-size: 1.4rem;
    color: #333333;
  }
  .cf::after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
    
    
    
    
    
    
  #top-news {
    margin: 40px 0 20px;
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
  }
  #top-news div,
  #top-news div:last-child {
    border: none;
    border-right: 2px solid #cacaca;
    padding: 0 24px 0 12px;
    position: relative;
    min-height: inherit;
  }
  #top-news h2 {
    position: absolute;
    top: -10px;
    font-size: 2.4rem;
    font-weight: normal;
    color: #3c7f25;
    border: none;
    padding: 0;
  }
  #top-news dd {
    position: relative;
    text-align: justify;
    overflow: hidden;
    height: 6.5rem;    
  }
  #top-news dd::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1.5rem;
    width: 4rem;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
  }
  #top-news p {
    font-size: 1.5rem;
    line-height: normal;
  }
  #top-news-h {
    min-height: 90px !important;
    position: relative;
    width: 120px;
    flex-shrink: 1.15;
  }
  #top-news-h a {
    margin: 0;
    border: none;
    border-radius: 0;
    height: auto;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    text-align: left;
    font-size: 1.5rem;
    font-weight: normal;
    display: block;
    width: 120px;
    position: absolute;
    bottom: 0;
    color: #333;
    background: transparent url("/common/img/btn_go_s1.png") center right no-repeat;
    background-size: 20px 20px;
  }
  #top-news a {
    color: #333;
  }
  #top-news a:hover {
    text-decoration: underline;
    color: #c93f21;
  }
  #top-news dl {
    width: auto;
    margin-left: 0;
  }
  #top-news dt {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
  }
  #top-news dt span.new-mark {
    font-family: Arial, Helvetica, "sans-serif";
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 1.2rem;
    margin: 0;
    padding: 2px 5px;
    color: #fff;
    background: #c93f21;
  }
  #top-news dt span.careers {
    color: #3c7f25;
    float: right;
    padding: 0;
  }
  #top-news dt span.topics,
  #top-news dt span.info {
    color: #c93f21;
    float: right;
    padding: 0;
  }
  #top-news dt span.blog {
    color: #333333;
    float: right;
    padding: 0;
  }
  #top-news dt span.bid {
    color: #334697;
    float: right;
    padding: 0;
  }
  /* btn-event(pc) */
  #btn-event,
  .btn-event  {
    display: flex;
    width: 720px;
    margin: 30px auto 0;
    min-height: 100px;
    justify-content: center;
    align-items: center;
  }
  #btn-event a,
  .btn-event a {
    display: flex;
    align-items: center;
    min-height: 100px;
    text-align: center;
    width: 100%;
    color: #333;
    border: 3px solid #FABE00;
    border-radius: 8px;
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.15);
    background: #ffffff url("/common/img/btn_go_s1.png") center right 20px no-repeat;
    background-size: 40px;
  }
  #btn-event a:hover,
  .btn-event a:hover {
    background-color: #fff3d6;
    color: #c93f21;
  }
  #btn-event span,
  .btn-event span {
    font-weight: bold;
    font-size: 2.5rem;
    width: 100%;
    text-indent: -40px;
  }
  #btn-event small,
  .btn-event small {
    display: block;
    font-size: 1.8rem;
  }
  #btn-event span p,
  .btn-event span p {
	text-align: center;
	padding-right: 0;
	}
  /* btn-career(pc) */
  #btn-career {
    display: flex;
		flex-flow: row nowrap;
    width: 100%;
    margin: 15px auto;
    height: 100px;
    justify-content: space-between;
    align-items: center;
  }
  #btn-career a {
    height: 100px;
		margin: 0;
    width: 30%;
  }
  #btn-career a:hover {
    background-color: #fff3d6;
    color: #c93f21;
  }
  #btn-career span {
    font-weight: bold;
    font-size: 2.0rem;
    width: 100%;
		padding-right: 32px;
  }
	.bg-orange {
		font-size: 2.4rem;
		width: 100%;
	}
	
  /* search-table(pc) */
  #search-table table {
    width: 740px;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  #search-table td:first-child {
    display: table-cell;
    font-size: 1.6rem;
    color: #000000;
    text-align: left;
    padding: 10px;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
    background-color: #fff3d6;
    width: 80px;
  }
  #search-table td {
    width: 660px;
    font-size: 1.6rem;
    color: #000000;
    text-align: left;
    padding: 10px 10px 10px 30px;
    border: 1px solid #ccc;
    border-right: 0;
    border-bottom: 0;
    background-color: #ffffff;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  #search-table td span {
    display: block;
    width: 200px;
  }
  
  /* 採用情報一覧(pc) */
  #search-result table {
    width: 740px;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  #search-result th {
    text-align: left;
    font-weight: normal;
    font-size: 2.0rem;
    color: #3c7f25;
    border-bottom: 2px solid #9dc814;
  }
  #search-result td {
    padding: 0;
    height: 100px;
    border-bottom: 2px solid #9dc814;
  }
  #search-result td span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: normal;
    color: #333333;
  }
  #search-result td:first-child {
    width: 240px !important;
  }
  #search-result td:first-child span {
    font-weight: bold;
  }
  #search-result td:nth-child(2) {
    width: 200px !important;
  }
  #search-result td:last-child {
    text-align: right;
    width: 120px !important;
  }
  #search-result td:last-child span {
    font-size: 2.0rem;
    padding: 10px;
    padding-right: 40px;
    background: transparent url("/common/img/btn_go_s1.png") center right no-repeat;
    background-size: 30px 30px;
  }
  
  /* フォームボタン(pc) */
  input[type="button"], input[type="submit"] {
    display: flex;
    font-weight: bold;
    font-size: 1.6rem;
    width: 270px;
    margin: 30px auto 0;
    border: 3px solid #FABE00;
    border-radius: 8px;
    height: 60px;
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.15);
    justify-content: center;
    align-items: center;
    text-indent: -40px;
    background: #ffffff url("/common/img/btn_go_s1.png") center right 20px no-repeat;
    background-size: 30px 30px;
    cursor: pointer;
  }
  input[type="submit"]:hover {
    background-color: #fff3d6 !important;
    color: #c93f21 !important;
  }
  
  #my-calendar input[type="submit"]  {
    display: inline-block;
    font-size: 1.2rem;
    text-indent: 0;
    width: 80px;
    margin: 0;
    height: 24px;
    color: #ffffff !important;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    background: #7a6a56;
  }
  
  .mc-main .my-calendar-nav li a {
    background: #7a6a56;
    border-radius: 0;
  }
  .mc-main .my-calendar-date-switcher {
      background-color: transparent;
  }
  .mc-time span {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 5px;
    margin: 0 5px;
    border: 1px solid #7a6a56;
  }
  .mc-time a {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #ffffff;
    background: #7a6a56;
    text-align: center;
    padding: 5px;
    margin: 0 5px;
    border: 1px solid #7a6a56;
  }

  /* カテゴリTOPメニュー(pc) */
  #list-menu,
  #list-menu-top {
    padding-top: 0;
  }
  #list-menu dt {
    padding-left: 60px;
    font-size: 2.6rem;
    height: 50px;
    line-height: 2.2;
    padding-bottom: 0.5rem;
    font-weight: bold;
    border-bottom: 2px solid #9dc814;
    background: transparent url("/common/img/h2_arrow_menu.png") center left 6px no-repeat;
    margin-bottom: 0.5rem;
  }
  #list-menu-top dt {
	  display: flex;
	  align-items: center;
    padding-left: 60px;
    font-size: 2.6rem;
    height: 50px;
    line-height: 2.2;
    font-weight: bold;
    border-bottom: 2px solid #9dc814;
    background: transparent url("/common/img/h2_arrow_menu.png") center left 6px no-repeat;
    margin-bottom: 0.5rem;
  }
  #list-menu-top dt {
	  border-bottom: 2px solid #ed6c00;
    background: transparent url("/common/img/h2_arrow_menu_o.png") center left 6px no-repeat;		
  }
  #list-menu a,
  #list-menu-top a {
	  display: flex;
	  align-items: center;
    color: #804c2e !important;
  }
  #list-menu dd,
  #list-menu-top dd {
    font-size: 1.6rem;
    font-weight: normal;
    color: #333333;
    margin-left: 64px;
    margin-bottom: 40px;
  }
  .h2-circle {
    display: flex;
    margin: 0 auto 20px;
    width: 132px;
    height: 132px;
    background-color: #804c2e;
    color: #ffffff;
    border-radius: 50%;
  }
  .h2-circle span {
    margin: 0 auto;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    display: flex;
    align-self: center;
    text-align: center;
  }
  .circle-text {
    text-align: center;
    font-weight: normal;
    font-size: 2.1rem;
    color: #000000;
  }
  #top-service-menu ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 880px;
    margin: 20px auto 0;
  }
  #top-service-menu li {
    text-align: center;
  }
  #top-service-menu img {
    width: 50%;
    height: auto;
  }
  #top-service-menu a {
    display: flex;
    font-weight: bold;
    font-size: 2.0rem;
    color: #333;
    width: 320px;
    margin: 0 auto;
    border: 3px solid #FABE00;
    border-radius: 8px;
    height: 60px;
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.15);
    justify-content: center;
    align-items: center;
    background: transparent url("/common/img/btn_go_s1.png") center right 20px no-repeat;
    background-size: 30px 30px;
  }
  #top-service-menu a span {
    display: block;
    margin-left: -36px;
  }
  #facility-list {
    position: relative;
    width: 880px;
  }
  #facility-list #fac-icons {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }
  #fac-icons img {
    width: 24px;
    height: auto;
    margin-bottom: -5px;
  }
  /* tile設定(pc) */    
  .facilities ul {
    width: 880px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .facilities li {
    width: 284px;
    height: 420px;
    background: #ffffff url("/common/img/btn_go_s1.png") top 210px right 10px no-repeat;
    background-size: 30px;
    /*box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.15);*/
    margin-bottom: 20px;
  }
  .facilities li.empty {
    background-image: none;
  } 
  .facilities h3 {
    color: #000000;
  }
  .facilities .icons img {
    width: 24px;
    height: auto;
  }
  .facilities .fac-wrap {
    padding: 0 10px;
  }
  .facilities small {
    padding-top: 10px;
    line-height: 1.7;
    font-size: 1.4rem;
  }
  
  /* 一覧(pc) */
  #archive-list ul {
    width: 740px;
    border-top: 2px solid #9dc814;
  }
  #archive-list li {
    border-bottom: 2px solid #9dc814;
    padding: 24px 0;
    display: flex;
  }
  #archive-list li > a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    color: #333333;
  }
  #archive-list span {
    display: inline-block;
    text-align: left;
    font-weight: bold;
    font-size: 1.8rem;
    align-self: center;
  }
  #archive-list .info-date {
    width: 180px;
    flex-shrink: 0;
  }
  #archive-list .type-topics,
  #archive-list .type-info,
  #archive-list .type-bid,
   #archive-list .type-blog {
    width: 100px;
    flex-shrink: 0;
  }
  
  #archive-list .type-careers {
    color: #3c7f25;
    width: 100px;
  }
  #archive-list .info-line {
    font-weight: normal;
    width: 324px;
    flex-shrink: 0;
  }
  #archive-list .info-line-link {
    font-weight: normal;
    width: 420px;
  }
  #archive-list li .info-link {
    text-align: right;
    padding: 10px;
    padding-right: 40px;
    color: #333333;
    align-self: center;
    width: 120px;
    background: transparent url("/common/img/btn_go_s1.png") center right no-repeat;
    background-size: 30px 30px;
  }
  
  /* pager(pc) */
  .pager-wrap {
    width: 740px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
  }
  .pager-wrap span {
    display: flex;
    justify-content: center;
    margin: 0 5px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #fabe00;
    border: 1px solid #fabe00;
  } 
  .pager-wrap a {
    display: flex;
    justify-content: center;
    margin: 0 5px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ffffff;
    border: 1px solid #fabe00;
  }
  .pager-wrap .next,
  .pager-wrap .prev {
    font-family: monospace;
    color: #ed6c00;
    background-color: #fffbed;      
    border: 1px solid #ed6c00;
  }  

    
    
  /* interview(pc) */
  .int-box {
    display: flex;
    flex-flow: row nowrap;
    border: 3px solid #FABE00;
    border-radius: 8px;
    width: auto;
    min-height: 180px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
    padding: 20px 100px 20px 20px;
    justify-content: space-between;
    margin-bottom: 20px;
    background: transparent url("/common/img/btn_go_l.png") right 20px center no-repeat;
    background-size: 50px;
  }
  .int-box img {
    padding-top: 36px;
  }
  .profile {
    width: 520px;
    flex-shrink: 0;
  }
  .profile dl {
    margin: 20px 80px;
  }
  .profile dt {
    color: #ed6c00;
    font-size: 1.6rem;
  }
  .profile dd {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }

  #qa,
  .qa {
    width: 880px;
    margin: 0 auto;
  }
  #qa h3,
  .qa h3 {
    font-size: 1.6rem;
    margin-top: 32px;
  }
  #qa dl,
  .qa dl {
    border-top: 2px solid #fabe00;
  }
  #qa dt,
  .qa dt {
    font-weight: bold;
    color: #804c2e;
    background: #ffffff;
    padding: 12px 80px;
    border: 2px solid #fabe00;
    border-top-width: 2px;
  }
  #qa dt:first-child,
  .qa dt:first-child {
    border-top: 1px;
  }
  #qa dt:before,
  .qa dt:before {
    content: "Q.";
    font-weight: bold;
    margin-right: 8px;
  }
  #qa.notqa,
  .notqa {
    width: auto !important;
  }
  #qa.notqa dt:before,
  .notqa dt:before {
    content: "" !important;
    margin-right: 0 !important;
  }  
  #qa dd,
  .qa dd {
    padding: 20px 80px 30px 80px;
    margin: 0 auto 40px;
    line-height: 1.6;
    background: #fff3d6;
  }

  /* timeline(pc) */
  .timeline {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }
  .timeline > li {
    border-top: 1px solid #ccc;
    padding: 24px 5px;
    display: flex;
    flex-flow: row nowrap;
  }
  .timeline span:first-child {
    flex-basis: 160px;
    display: block;
    flex-shrink: 0;
  }
  .timeline span,
  .timeline li div {
    margin: 0;
    padding-top: 0;
    display: block;
  }
  .timeline img {
    float: right;
    width: 180px;
    padding-left: 10px;
  }
  .timeline div ul {
    padding: 10px 36px;
  }
  .timeline div .list_dot {
    width: 570px !important;
  }
  
  /* time_table(pc) */
  .time_table {
    margin: 20px auto 40px;
  }
  .time_table ul {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }
  .time_table li {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 24px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
  }
  .time_table span:first-child,
  .time_table p:first-child  {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    color: #ed6C00;
    width: 18%;
  }
  #kts span:first-child,
  #kts p:first-child {
    width: 10%;
  }
  .time_table span:nth-child(2),
  .time_table p:nth-child(2) {
    font-size: 1.8rem;
    font-weight: bold;
    color: #804C2E;
    width: 32%;
    padding-right: 10px;
    text-align: left;
  }
  #kts span:nth-child(2),
  #kts p:nth-child(2) {
    width: 20%;
  }
  .time_table span:nth-child(3),
  .time_table p:nth-child(3) {
    font-size: 1.8rem;
    color: #333333;
    width: 50%;
  }
  #kts span:nth-child(3),
  #kts p:nth-child(3) {
    width: 70%;
  }
  .time_table span p,
  .time_table p {
    margin-bottom: 0;
  }
  .time_table span.inc-img,
  .time_table p.inc-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .time_table span.inc-img span,
  .time_table p.inc-img span {
    font-size: 1.8rem;
    text-align: left;
    font-weight: normal;
    color: #333333;
    width: 200px;
  }
  #kts span.inc-img span,
  #kts p.inc-img span {
    width: 300px;
  } 
  .time_table span.two-block,
  .time_table p.two-block {
    width: 82% !important;
  }
  #kts .inc-img img {
    width: 180px;
  }


  /* career(pc) */
  .recruit-box {
    margin: 20px auto 80px;
    width: 820px;
  }
  .recruit-box table {
    border-collapse: collapse;
    width: 100%;
  }
  .recruit-box th {
    display: table-cell;
    text-align: left;
    font-weight: normal;
    color: #000000;
    background: #fff3d6;
    border: 1px solid #909090;
    padding: 20px 25px;
    width: 180px;
    vertical-align: super;
  }
  .recruit-box td {
    display: table-cell;
    padding: 20px 25px;
    text-align: left;
    border: 1px solid #909090;
  }
  
  .r-box {
    width: 400px;
    min-height: 200px;
    background: #fff;
    border: 3px solid #9dc814;
    border-radius: 20px;
    box-shadow: 6px 6px 0px #ccc9be;
    padding: 45px 25px;
    text-align: center;
    margin: 0;
    margin-left: 40px;
  }
  .or-border {
    display: flex;
    justify-content: center;
    border: 3px solid #fabe00 !important;
  }
  .r-box h3 {
    font-size: 2.4rem;
  }
  .r-box .r-link {
    display: flex;
    align-items: center;
  }
  .r-box a {
    color: #333;
    padding-right: 50px;
    background: transparent url("/common/img/btn_go_s1.png") center right no-repeat;
    background-size: 32px 32px;
  }
  .r-box .tel {
    padding: 20px;
    font-size: 3.0rem;
    font-weight: bold;
    margin-left: 24px;
    background: transparent url("/common/img/icon_tel.png") center left no-repeat;
    background-size: 35px;
  }  
  .r-box p {
    margin-bottom: 10px;
  }
  .r-box p.caution {
    line-height: 1.2;
    margin-bottom: 0;
  }
  
  /* info(pc) */
  .info-date {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
    padding-right: 0;
  }
  /* download, sitelink(pc) */
  .download ul,
  .sitelink ul {
    margin: 20px 0 30px;
    min-height: 50px;
    background: transparent url("/common/img/download.png") 0 0 no-repeat;
    background-size: 85px 50px;
    padding-left: 100px;
    padding-top: 0;
    position: relative;
  }
  .sitelink ul {
    background: transparent url("/common/img/sitelink.png") 0 0 no-repeat;
    background-size: 85px 50px;
  }
  .download li,
  .sitelink li,
  .list_dot {
    font-size: 1.6rem;
    padding-left: 20px;
    padding-bottom: 12px;
    text-indent: -20px;
  }
  .download li::before,
  .list_dot::before {
    content: "● ";
    color: #9DC814;
  }
  .sitelink li::before {
    content: "● ";
    color: #ed6c00;
  }    
  .download li a,
  .sitelink li a {
    font-size: 1.5rem;
    color: #333333;
    text-decoration: underline;
  }
  .download li a:hover,
  .sitelink li a:hover {
    color: #ed6c00;
    text-decoration: none;
  }
  .back-btn a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #333333;
    padding-left: 40px;
    background: transparent url("/common/img/a_back_m.png") left center no-repeat;
    background-size: 20px 20px
  }
  .insitelink li.a-right {
	padding-left: 12px;
	padding-right: 20px;
  }	
  .insitelink li.a-right a {
	padding-left: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	width: 220px;
	height: auto;
	box-shadow: none;
	text-align: left;
	font-size: 1.5rem;
	font-weight: normal;
	display: block;
    background: transparent url("/common/img/btn_go_s1.png") center right no-repeat;
    background-size: 20px 20px;
    font-size: 1.4rem;
    font-weight: normal;
    text-decoration: none;
  }
	
    
  /* pick up(pc) */
  #pu-menu h4 {
    font-size: 1.8rem;
    color: #000000;
    line-height: 2;
  }
  #pu-menu ul {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 940px;
    margin: 20px auto 0;
  }
  #pu-menu li {
    width: 920px;
    margin-bottom: 20px;
    text-align: left;
    border: 3px solid #FABE00;
    border-radius: 8px;
    height: auto;
    box-shadow: 6px 6px 0px 0px rgba( 0,0,0,0.15);
  }
  #pu-menu li > a,
  #pu-menu li > #movie-wrap  {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 2.0rem;
    color: #333;
    width: 860px;
    padding: 20px 40px 10px;
    margin: 0;
    background: #ffffff url("/common/img/btn_go_s1.png") center right no-repeat;
    background-size: 40px 40px;
  }
  #pu-menu li > #movie-wrap {
    width: auto;
    background: none;
  }
  #pu-menu a div {
    margin-right: 20px;
    align-self: center;
  }
  #pu-menu p {
    font-weight: normal;
    padding: 10px 0;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  #pu-menu img {
    max-width: none;
    width: 240px;
    height: auto;
  }
  #pu-menu a span {
    display: block;
    margin-left: -36px;
  }
  #pu-menu video {
    padding-left: 30px;
    max-width: none;
    width: 510px;
    height: auto;
  }
  #pu-menu li#kibo-social-wrap {
    display: block;
    width: 940px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0;
    background-color: transparent;
  }
  #kibo-social-wrap > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  #kibo-social-wrap div > a {
    display: block;
    width: 100%;
    margin: 0 10px 20px;
    border: 3px solid #FABE00;
    border-radius: 8px;
    padding: 12px;
    height: auto;
    box-shadow: 6px 6px 0px 0px rgba( 0,0,0,0.15);
    text-align: left;
    background: #ffffff url("/common/img/btn_go_s1.png") center right 40px no-repeat;
    background-size: 40px 40px;
  }

  #kibo-social-wrap .kibo-h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #804c2e;
    font-size: 2.6rem;
  }
  #kibo-social-wrap .kibo-h3 img {
    display: inline-block;
    width: 60px;
    height: 60px;
  }
  #kibo-social-wrap .kibo-wrap {
    display: flex;
    padding: 10px 40px 10px 20px;
    flex-flow: wrap nowrap;
    justify-content: space-around;
  }
  #kibo-social-wrap .kibo-wrap img {
    display: inline-block;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
  }
  #kibo-social-wrap .kibo-wrap p {
    padding: 0 0 0 20px;
  }
  
  /* wpcf7(pc) */
  .wpcf7 {
    width: 740px;
    margin: 20px auto 80px !important;
  }
  .wpcf7 p {
    text-align: left;
    font-weight: normal;
    color: #000000;
    padding: 1rem;
    vertical-align: super;
    clear: both;
    position: relative;
    margin-bottom: 0.5rem;
  }
  .wpcf7 p br {
    display: none;
  }
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 select {
    border: 1px solid #cccccc;
    padding: 3px;
    width: 420px;
  }
  .wpcf7 textarea {
    border: 1px solid #cccccc;
    padding: 3px;
    width: 420px;
    height: 160px;
    margin-bottom: 20px;
    clear: both;
    }
  .wpcf7 fieldset {
    width: 92%;
  }
  .wpcf7-radio {
    padding-left: 85px;
  }
  .wpcf7-select {
    width: 358px !important;
  }
  .wpcf7 .req {
    font-size: 1.4rem;
    padding: 2px 5px;
    background-color: #c43031;
    color: #fff;
    border-radius: 2px;
    line-height: 1.8;
    vertical-align: top;
  }
  .wpcf7 .wpcf7-submit {
    position: absolute;
    top: 10px;
    left: 450px;
  }    
  .wpcf7 .wpcf7-back {
    position: absolute;
    top: 10px;
  }
  .wpcf7-form-control-wrap {
    float: right;
  }
  .wpcf7-form-control {
    width: 420px;
    display: flex;
    flex-flow: row nowrap;
  }
  .many-radio .wpcf7-form-control {
    flex-flow: column wrap;
  }

  
  #form-box fieldset div {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    width: 660px;
    padding-left: 0;
  }
  
    
  /* form(pc) */
  form p {
  margin-bottom: 18px !important;
}
  #form-box {
    margin: 20px auto;
    width: 740px;
  }
  #form-box table {
    border-collapse: collapse;
  }
  #form-box tr {
    display: table-row;
  }
  #form-box td {
    display: table-cell;
    border: none;
    font-size: 1.6rem;
    padding: 1rem;
    text-align: left;
  }
  #form-box td:first-child {
    text-align: left;
    font-weight: normal;
    color: #000000;
    width: 200px;
    vertical-align: super;
  }
  #form-box td:nth-child(2) {
    width: 540px;
    padding-left: 18px;
  }
  #form-box .required {
    font-size: 1.4rem;
    padding: 2px 5px;
    background-color: #c43031;
    color: #fff;
    border-radius: 2px;
    line-height: 1.8;
    vertical-align: top;
  }


  #form-box label {
    padding-left: 5px;
    width: auto;
    display: inline-block;
  }
  #form-box input[type=text],
  #form-box select {
    display: block;
    border: 1px solid #cccccc;
    padding: 3px;
    width: 360px;
    font-size: 1.5rem;
  } 

  #form-date-wrap .wpcf7-form-control-wrap,
  #form-date-wrap2 .wpcf7-form-control-wrap{
	float: none !important;
  }
  #form-date-wrap .wpcf7-form-control,
  #form-date-wrap2 .wpcf7-form-control{
	width: auto !important;
	flex-flow: row wrap;
  }
  #form-date-wrap .wpcf7-radio,
  #form-date-wrap2 .wpcf7-radio{
	padding-left: 0 !important;
  }
	
	
  /* blogwrap(pc) */
  .blog-wrap {
    display: flex;
    padding: 0;
    width: 1024px;
    margin: 0 auto;
  }
  .blog-wrap #w-title {
    width: auto;
    margin-left: -25px;
  }
  .blog-wrap #blog-archive {
    margin-left: 25px;
    margin-right: 25px;
  }
  .blog-wrap h1 {
    font-size: 3rem;
    font-weight: bold;
    padding-left: 0;
    padding-bottom: 40px;
    height: auto;
    color: #333333;
    background: none;        
  }
  .blog-wrap h1 strong {
    font-size: 2.6rem;
    font-weight: bold;
    color: #804c2e;
    padding-left: 50px;
    background: transparent url("/common/img/h3.png") top left no-repeat;
    background-size: 36px;
  }
  .blog-wrap .blog-content {
    width: 550px;
    margin: 0 72px 120px 72px;
  }  
  .blog-wrap .blog-content p {
    line-height: 2;
    letter-spacing: .15rem;
  }
  
  /* sidenav(pc) */
  #side-nav {
    margin: 0;
    display: flex;
    flex-flow: column wrap;
    align-self: flex-start;
    padding: 20px;
    top: 10px;
    right: 0;
    width: 280px;
    height: auto;
    background: #fff3d6;
    position: sticky;
  }
  #side-nav h3 {
    font-size: 2.1rem;
    color: #804c2e;
    padding: 0 5px;
    border-bottom: 1px solid #fabe00;
  }
  #side-nav ul {
    padding: 10px 0 10px 2rem;
    text-indent: -1.5rem
  }
  #side-nav li {
    padding: 5px 0;
  }
  #side-nav li a,
  .nav-links a {
    color: #333333;
    text-decoration: underline;
  }
  #side-nav li a:hover,
  .nav-links a:hover {
    text-decoration: none;
    color: #c93f21;
  }
  .recent li::before {
    position: relative;
    top: 0px;
    left: -5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 100%;
    background-color: #333333;
  }
  #side-b-menu {
    display: none;
  }
  #side-a-menu {
    display: block;
  }
  .nav-links {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .nav-links div {
    margin: 0 20px;
  }

  
  #to-top {
    z-index: 1000;
    position: fixed;
    bottom: 100px;
    right: 100px;
    width: 60px;
    height: 60px;
    background: url("/common/img/btn_up_l.png") 0 0 no-repeat;
    background-size: 60px 60px;
  }
  #to-top span {
    display: none;
  }
  
  /* footer(pc) */
  #footer-wrapper {
    width: 100%;
  }
  footer {
    margin: 20px auto 0;
    text-align: center;
  }
  footer .h-footer {
    color: #804c2e;
    font-size: 2.6rem;
  }
  footer .h-footer span {
    font-size: 1.6rem;
  }
  footer .h-footer br {
    display: none;
  }
  footer p {
    display: flex;
    justify-content: center;
    margin: 10px auto;
  }
  footer p a {
    box-shadow: 0 0 0;
    border: none;
    border-radius: 0;
    margin: 0;
    font-size: 1.6rem;
    color: #333333;
    width: 160px;
    padding: 0;
    background: transparent url("/common/img/btn_go_s1.png") center right no-repeat;
    background-size: 24px 24px;
  }
  footer address {
    font-style: normal;
    font-size: 1.6rem;
    color: #333333;
  }
  footer small {
    font-size: 1.3rem;
    color: #ffffff;
  }
  footer nav {
    margin-top: 10px;
    width: 100%;
    background: #804c2e;
  }
  footer nav ul {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  footer nav ul li {
    font-size: 1.4rem;
    padding: 20px 0;
    border-bottom: none;
  }
  footer nav ul li a {
    text-decoration: none;
    margin: 0 auto;
    color: #fff;
    padding: 0 20px;
    border-left: 1px solid #fff;
  }
  footer nav ul li a:hover {
    background: none;
    text-decoration: underline;
  }
  footer nav ul li:last-child a {
    border-right: 1px solid #fff;
  }
  footer nav a span {
    color: #fff;
    text-align: center;
  }
}


/*myCalendar*/
.mc-main {
  background-color: transparent !important;
}
.mc-main table, .mc-main.calendar {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  border-spacing: 0;
}
.mc_bottomnav {
  display: none;
}
.mc-main th.sun,
.mc-main th.sat {
  background-color:#a96a56;
}
.mc-main caption,
.mc-main .my-calendar-month,
.mc-main .my-calendar-week,
.mc-main .mc-single {
  font-size: 3.2rem !important;
  color: #333333;
  border: none !important;
  background: none !important;
  text-align: left !important;
}
.mc-main th {
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 5px 0 !important;
  text-align: center;
  letter-spacing: 1px;
  background: #7a6a56;
  color: #ffffff !important;
  border: 1px solid #c9caca;
}
.mc-main td {
  font-size: 1.8rem;
  height: 100px;
  background: #ffffff;
  border: 1px solid #c9caca;
}
.mc-main td.weekend {
  background: #fff8f5;
}
.mc-main .mc-date,
.mc-main .weekend .mc-date {
  display: block;
  margin: -2px -2px 2px;
  padding: 2px 4px;
  text-align: right;
  background: transparent;
}
.mc-main td.nextmonth {
  background: #eee;
}
.mc-main td.current-day {
	background: #ffffbb;
}
.mc-date {
  color: black !important;
}
.mc-main .mc_general .event-title,
.mc-main .mc_general .event-title a {
  color: #333333;
}
.mc-main td .event-title,
.mc-main td .event-title a {
  display: block;
  border-radius: 2px;
  font-size: 1.5rem !important;
  font-weight: bold;
  margin: 1px 0 !important;
  padding: 10px;
  line-height: 1;
}
/* PC/印刷 */
@media print, screen and (min-width: 768px) 
{
  .mc-main table, .mc-main.calendar {
    overflow: hidden;
    white-space: normal;
  }
}


/* 調整用 */
.m-t10 {
  margin-top: 10px;
}
.m-t20 {
  margin-top: 20px;
}
.m-t30 {
  margin-top: 30px;
}
.m-t40 {
  margin-top: 40px;
}
.m-t80 {
  margin-top: 80px;
}
.m-b0 {
  margin-bottom: 0 !important;
}
.m-b10 {
  margin-bottom: 10px;
}
.m-b20 {
  margin-bottom: 20px;
}
.m-b30 {
  margin-bottom: 30px;
}
.m-b40 {
  margin-bottom: 40px;
}
.m-b80 {
  margin-bottom: 80px;
}    
.m-l0 {
  margin-left: 0;
}
.m-l30 {
  margin-left: 30px;
}  
.m-l50 {
  margin-left: 50px;
}  
.m-l100 {
  margin-left: 100px;
}
.set-center {
  text-align: center;
}
.bg-08 {
  background-color: #fff3d6 !important;
}
.font-30 {
  font-size: 3.0rem !important;
}
.font-bold {
  font-weight: bold;
}
.font-green {
  color: #3C7F25;
}
.table-box2 td.set-center {
  text-align: center;
  padding: 10px 0;
}
.tate-txt {
  width: auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.0;
  height: 50px;
  letter-spacing: 0;
}
/* ブログ用 */
.blog-content span.tag-cat {
  margin-left: 1.5rem;
}
.blog-content span.tag-cat a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  padding: 2px 5px;
  color: #fff;
  background: #ed6c00;
  border-radius: 5px;
  margin: 0 5px; 
}

.wp-block-quote {
  border: 1px solid #909090;
  padding: 20px 10px 10px;  
}
.wp-block-image {
  padding: 0 2rem;
}
/* PC/印刷 */
@media print, screen and (min-width: 768px) 
{
  .wp-block-image {
    padding: 0;
  }
}
