﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* ************************************************************
Title: site.css
Since: 20xx-00-00
Last Modified: 20xx-00-00
************************************************************ */
/************************************************
/* rule
************************************************/
html {
  width: 100%;
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  color: #333;
  font-style: normal;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16.0px;
  line-height: 1.5em;
  letter-spacing: 0px;
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-x: hidden;
}
a {
  color: #707070;
  /*text-decoration: none;*/
}
.nav a{
  text-decoration: none;
}
a:visited {
  color: #707070;
  /*text-decoration: none;*/
}
a:hover{
  color: #999;
  /*text-decoration: none;*/
}
b,strong{
  font-weight: bold;
}
em{
  font-style: italic;
}
.contentBlock ul li{
  list-style-type: disc;
  margin-left: 20px;
}
.contentBlock ol li{
  list-style-type: decimal;
  margin-left: 20px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
pre {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
}
/************************************************
/***********************************************/
h1,
h2,
h3,
h4 {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  letter-spacing: 0.5px;
}
h1 {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  font-size: 1.35em;
  font-weight: bold;
  color: #3f3f3f;
  line-height: 150%;
}
h1.page-title{
  width: auto;
  height: auto;
  margin: 10px 0 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 0 25px ;
  font-size: 1.35em;
  color: #77674a;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
h1.page-title:after {
  content: "";
  width: 20px;
  height: 20px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../../img/branding/logo-mark.png)0 0 no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}
h2 {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  font-size: 1.35em;
  font-weight: bold;
  color: #3f3f3f;
  line-height: 150%;
}
h2.iconCorp{
  width: auto;
  height: auto;
  margin: 10px 0 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 0 25px ;
  font-size: 1.35em;
  color: #77674a;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
h2.iconCorp:after {
  content: "";
  width: 20px;
  height: 20px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../../img/branding/logo-mark.png)0 0 no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}
h3 {
  width: 100%;
  height: auto;
  margin: 10px auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 3px;
  font-weight: bold;
  display: block;
  text-align: center;
}
h3 span.logo{
  width: auto;
  height: auto;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 0 25px ;
  font-size: 1.3em;
  color: #77674a;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
h3 span.logo:after {
  content: "";
  width: 20px;
  height: 20px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../../img/branding/logo-mark.png)0 0 no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
}
h4 {
  width: 93%;
  height: auto;
  margin: 20px auto 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 10px;
  font-size: 1.15em;
  color: #3f3f3f;
}
h5 {
  width: 93%;
  height: auto;
  margin: 15px auto 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  font-size: 1.0em;
  color: #3f3f3f;
  font-weight: bold;
}
p.subTitle{
  width: auto;
  height: auto;
  margin: 0 auto ;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  font-size: 0.8em;
  color: #3f3f3f;
  display: block;
}
/************************************************
/*clearfix
/***********************************************/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/************************************************
/***********************************************/
#overlay {
  width: 100%;
  height: 100%;
  background: #000;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  -ms-filter: alpha(opacity=0.9);
  -moz-opacity: 0.9;
  opacity: 0.9;
  z-index: 5;
}
/************************************************
/***********************************************/
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/************************************************
/*facebook
/***********************************************
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style] {
  width: 100%!important;
  display: block;
}
*/
/*=============================== */
#mainContainer {
  width: 100%;
  height: auto;
  margin: 75px auto 50px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.commentBlock{
  color: white;
  margin: 0 auto;
  width: 600px;
  height: auto;
  padding: 10px 5px;
  margin-bottom: -50px;
  display: block;
  font-size: 1.6em;
  text-align: center;
  line-height: 1.3em;
  position: relative;
  top: -200px;
    text-shadow: 1px 1px 3px #000;  
}
.nagareBlock a{
  color: white;
  margin: 0 auto;
  width: 30%;
  height: auto;
  padding: 10px 5px;
  margin-bottom: 10px;
  display: block;
  background: #8ec21f;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.3em;
  position: relative;
  top: -90px;
  border-radius: 20px;
  border: 1px solid white;
}
.nagareBlock a:hover {
  opacity: 0.6;
}
.contentBlock {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background: #fff;
    clear: both;
}
.contentBlock.color{
  background: #ffffdd;
}
.contentBlock.catchphrase{
  background: none;
  margin: auto;
  padding-top: 150px;
  height: 500px;
}
.contentBlock.catchphrase p,
.contentBlock.catchphrase h1{
  text-align: center;
  color: white;
  font-size: 24px;
}
.contentBlock .innerWrapper,
.contentBlock .layout-group{
  width: 100%;
  height: auto;
  margin: 10px auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
div.layout-group__col img{
  max-width: 100%;
  height: auto;
}
.content-surface.hero-panel--kaigo {
  background-image: url(../../../media/pages/information-kaigo/kaigo_hitsuyo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.content-surface.hero-panel--recruit {
  background-image: url(../../../media/pages/recruitment/saiyo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.content-surface.recruit-note {
  font-size: 17px;
  color: rgb(46, 10, 169);
}
.contentBlock .titleArea{
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  text-align: center;
}
.contentBlock .titleArea h2{
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #222;
  font-size: 1.2em;
}
.contentBlock .titleArea p.subTitle{
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}
.contentBlock .relay{
  background: white;
  margin-top: 30px;
  padding: 10px;
  border: 2px solid #77674a;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.contentBlock .relay.first{
  margin-top: 0;
}
.contentBlock .relay:before{
  display: block;
  content: "";
  background: url(../../img/icons/icon-arrow.png) no-repeat;
  background-position: center;
  top: -45px;
  height: 40px;
  margin-bottom: -40px;
  width: 100%;
  left: 0;
  position: relative;
}
.contentBlock .relay.first:before{
  display: none;
  content: "";
  top: 0;
  height: 0;
  margin-bottom: 0;
}
.contentBlock .relay p{
  padding: 5px;
}
.contentBlock .relay p.desc{
  border-top: 1px solid #77674a;
  text-align: left;
}
.breadCrumb {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #F4F0ED;
}
.breadCrumb ul{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}
.breadCrumb ul li {
  width: auto;
  height: 30px;
  margin: 0 0.7em 0 0;
  padding: 0 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 30px;
  display: inline-block;
  position: relative;
  font-size: 0.9em;
}
.breadCrumb ul li:after {
  content: ">";
  width: 1.0em;
  height: 30px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  bottom:0;
  left: 100%;
  font-size: 0.9em;
  text-align: center;
}
.breadCrumb ul li:last-child:after {
  content: "";
}
.breadCrumb ul li.current {
  color: #000;
  font-weight: bold;
}
.breadCrumb ul li a {
  color: #333;
}
.breadCrumb ul li a:hover {
  text-decoration: underline;
}
p {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #555;
  line-height: 2em;
  clear: both;
}
p.center {
  text-align: center;
}
header.contents{
  width:100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background:#fff;
  box-shadow:0px 2px 10px -4px #3d3c3d;
}
header.contents .headerInner{
  width:100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
.copy{
  width: 100%;
  height: 20px;
  padding: 0 10px;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.copy p{
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 0.7em;
  text-align: center;
}
header h1{
  margin: 0 auto;
}
header h1 span{
  display: none;
}
.scrollNavi {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.naviInner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
}
.imgWrapper {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}
.imgWrapper img {
  width: 256px;
  height: auto;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.topBtnWrapper.sp {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 50px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  text-align: center;
  display: block;
}
.topBtnWrapper.pc {
  display: none
}
.topBtnWrapper a {
  width: 100%;
  height: 35px;
  margin: 7.5px 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 3px;
  background: #8ec21f;
  display: inline-block;
  text-align: center;
}
.topBtnWrapper a:hover {
  opacity: 0.6;
}
.topBtnWrapper a span{
  width: auto;
  height: 35px;
  margin: 0;
  padding: 0 0 0 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 35px;
  display: inline-block;
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0px;
  position: relative;
}
.topBtnWrapper a span:after {
  content: "";
  width: 15px;
  height: 15px;
  padding: 0;
  margin: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: url(../../img/icons/icon-download.png)0 0 no-repeat;
  background-size: 15px 15px;
  position: absolute;
  top:0;
  bottom:0;
  left: 0px;
}
.spMenuBtn {
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 0;
  background-size: 100% auto;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: -40px;
  right: 5px;
  z-index: 3;
  cursor: pointer;
  display: block;
}
.spMenuBtn span {
  display: block;
  background: #717171;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 10px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.spMenuBtn span:nth-child(1) {
  top: 10px;
}
.spMenuBtn span:nth-child(2) {
  top: 18px;
}
.spMenuBtn span:nth-child(3) {
  top: 26px;
}
.spMenuBtn.open span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.spMenuBtn.open span:nth-child(2) {
  opacity: 0;
}
.spMenuBtn.open span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.spNaviWrapper{
  display: none;
}
.spNaviWrapper ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #717171;
}
.spNaviWrapper ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
  line-height: 15px;
  border-bottom: 1px solid #717171;
  background: #fff;
}
.spNaviWrapper ul li a {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 15px 5px 15px 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 1.0em;
  font-weight: bold;
  color: #77674a;
  position: relative;
}
.spNaviWrapper ul li a:hover {
  color: #9f9f9f;
}
.spNaviWrapper ul li a:after {
  content: "";
  width: 4.5px;
  height: 8.5px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background:url(../../img/icons/icon-link-arrow.png)0 0 no-repeat;
  background-size: 4.5px 8.5px;
}
.pcNaviWrapper {
  display: none;
}
.scBtnBlock{
  width:auto;
  height: 40px;
  display: inline-block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.backBtn {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(../../img/icons/icon-back-arrow.png)50% 50% no-repeat rgba(0,0,0,0.5);
  background-size: 9.5px 5.5px;
  cursor: pointer;
}
.backBtn:hover {
  opacity: 0.7;
}
.pagerWrapper {
  width: 98%;
  text-align: center;
  padding-top: 10px;
  margin: 0 auto 5px;
  background: #fff;
}
ul.pageNav {
  display: inline-block;
  width: 100%;
}
ul.pageNav li {
  display: inline;
  padding: 0;
}
ul.pageNav li span,
ul.pageNav li a {
  display: inline-block;
  margin: 5px auto;
  padding: 5px 16px;
  background: #5AC5D5;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
  border-radius: 3px;
}
ul.pageNav li span.current {
  background: #BDC2D0;
  color: #fff;
  font-weight: bold;
}
.btnWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  text-align: center;
}
.btn {
  width: auto;
  height: auto;
  padding: 0 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 2px;
  display: inline-block;
  font-size: 1.0em;
  background: #5FB2D6;
  font-weight: bold;
  border-bottom: 2px solid #777;
  border-radius: 5px;
  color: #fff;
  position: relative;
}
a.btn {
  height: 42px;
  line-height: 42px;
  color: #fff;
  text-decoration: none;
}
a.btn.anchor {
  width: auto;
  height: auto;
  padding: 20px 10px;
  margin-bottom: 10px;
  display: block;
  background: #8ec21f;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.3em;
}
a.btn.anchor:active {
  margin-bottom: 12px;
}
a.btn.mini {
  width: 50%;
  height: auto;
  padding: 20px 10px;
  margin-bottom: 0 10px auto;
  display: block;
  background: #8ec21f;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.3em;
}
a.btn.mini:active {
  margin-bottom: 12px;
}
a.btn.mini:hover {
  margin-bottom: 12px;
}
.btn.bk {
  background: #999;
}
.btn.reg {
  background: #ec6983;
}
.btn:active {
  top: 2px;
  border-bottom: none;
  margin-bottom: 2px;
}
.btn:hover {
  opacity: 0.7;
}
a.linkBtn {
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 25px 0 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-weight: bold;
  color:#565656;
  border-bottom: 1px solid #565656;
  text-decoration: none;
}
a.linkBtn:after{
  content: "";
  width: 20px;
  height: 20px;
  padding: 0;
  margin: auto;
  background: url(../../img/icons/icon-link-arrow.png)0 0 no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top:0;
  bottom:0;
  left: 10px;
}
a.linkBtn:hover::after {
  transition: all .3s;
  transform: translateX(5px);
}
a.linkBtn.blank:before{
  content: "";
  width: 10px;
  height: 10px;
  padding: 0;
  margin: auto;
  background: url(../../img/icons/icon-link-arrow.png)0 0 no-repeat;
  background-size: 10px 10px;
  position: absolute;
  top:0;
  bottom:0;
  right: 10px;
}
footer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #77674a;
  position: relative;
}
footer .copyright a{
  color: white;
}
footer .copyright a:hover{
  text-decoration: underline;
}
.copyright {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding: 5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.small {
  font-size: 0.85em;
}
.normal {
  font-size: 1.0em;
}
.red {
  color: #EC6983;
}
.inline{
  display: inline;
}
span.attention {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  font-size: 1.0em;
  position: relative;
  font-size: 0.9em;
}
span.attention:after {
  content: "※";
  width: 15px;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9em;
}
contentBlock .contentBlock table{
  width: 100%;
}
.contentBlock table tr{
  border-top: 1px solid #77674a;
}
.contentBlock table.child tr:first-child{
  border-top:none;
}
.contentBlock table tr:last-child{
  border-bottom: 1px solid #77674a;
}
.contentBlock table.child tr:last-child{
  border-bottom:none;
}
.contentBlock table tr td,.contentBlock table tr th{
  padding: 15px;
}
.contentBlock table tr th{
  font-weight: bold;
}
.contentBlock table.faq tr th{
  background: #8ec21f;
  color: white;
  font-size: 1.25em;
  width: 50px;
  text-align: center
}
.contentBlock table.faq tr td{
  background: white;
}
.contentBlock table.parent tr td,.contentBlock table.parent tr th{
  padding: 0;
}
.contentBlock table.parent tr td.links{
  text-align: center;
}
.contentBlock table.parent tr td.links a{
  display: block;
  text-decoration: underline;
}
.contentBlock table.child tr td,.contentBlock table.child tr th{
  padding: 15px;
}
.contentBlock table.child h3{
  margin: 0px;
}
.busines,
.column3,
.column2{
  margin: 10px;
}
.column3:after,
.column2:after{
  display: block;
  content: " ";
  clear: both;
}
.busines img,
.column2 img,
.column3 img{
  width: 100%;
  height: auto;
}
.busines h3{
  position: relative;
  font-size: 1.5em;
  color: white;
  top: -40px;
  height: 0;
  padding: 0;
  margin: 0;
  text-shadow: 0 0 3px rgba(0,0,0,0.8);
}
.column2 h3,
.column3 h3{
  padding: 0;
  margin: 0;
}
.busines a{
  width: 95%;
  background: #990000;
  display: block;
  color: white;
  margin: 0 auto 5px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
.busines a:hover,
.column2 a:hover,
.column3 a:hover{
  opacity: 0.6;
}
.busines a.rokugo{
  color: black;
  background: #b3e687;
}
.busines p.harukaze{
  color: black;
  background: #b3e687;
  width: 95%;
  display: block;
  margin: 0 auto 5px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
.busines a.harukaze{
  color: black;
  background: #fdc5c5;
}
.busines a.abu-hanahana{
  color: black;
  background: #fffa87;
}
.busines a.hanahana{
  color: black;
  background: #ffd5ac;
}
.busines a.wagu{
  color: black;
  background: #ccedff;
}
.column3 .layout-group__col{
  width: 33.33333%;
  float: left;
}
.column2 .layout-group__col{
  width: 50%;
  float: left;
}
.rinen h3{
  font-size: 22px;
  margin: 10px auto;
}
.rinen p{
  line-height: 2;
}
/*=============================== */
@media screen and (max-width:767px) {
  .contentBlock.catchphrase p,
  .contentBlock.catchphrase h1{
    color: white;
    font-size: 18px;
  }
  .contentBlock.catchphrase img{
    margin: 0 auto;
  }
  .commentBlock{
    color: white;
    margin: 0 auto;
    width: 80%;
    height: auto;
    padding: 10px 5px;
    margin-bottom: -50px;
    display: block;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.3em;
    position: relative;
    top: -200px;
  }
  .nagareBlock a{
    width: 70%;
  }
  .nagareBlock a{
    margin: 20px auto;
    position: static;
    top: -0;
  }
  .contentBlock table,
  .contentBlock table tbody, 
  .contentBlock table thead,
  .contentBlock table tfoot, 
  .contentBlock table tr,
  .contentBlock table th,
  .contentBlock table td {
    display: block;
  }
  .contentBlock table tr td:first-child,
  .contentBlock table tr th:first-child{
    padding-bottom: 3px;
  }
  .contentBlock table tr td:last-child,
  .contentBlock table tr th:last-child{
    padding-top: 3px;
  }
  .contentBlock table.child tr:last-child{
    border-bottom: 1px solid #77674a;
  }
  .contentBlock table.parent tr td.links{
    padding-bottom: 30px;
  }
  .contentBlock table.parent tr td.links a{
    display: inline;
    margin: 0 5px;
  }
  .contentBlock table.faq tr th{
    width: auto;
    font-size: 1em;
    padding: 3px;
    text-align: left;
  }
  .busines{
    margin: 0;
    width: 100%;
  }
  .contentBlock{
    padding: 10px;
  }
  div.layout-group__col{
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .busines h3{
    font-size: 1.3em;
  }
}
/*=============================== */
@media screen and (min-width:768px) {
  #mainContainer {
    margin-top: 185px;
    width: 100%;
  }
  header.contents .headerInner{
    width:768px;
  }
  h3 span.logo{
    padding: 10px 50px ;
    font-size: 1.4em;
  }
  h3 span.logo:after {
    content: "";
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  h1.page-title span.logo{
    padding: 10px 50px ;
    font-size: 1.4em;
  }
  h1.page-title span.logo:after {
    content: "";
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .spMenuBtn {
    display: none;
  }
  div.spNaviWrapper{
    display: none;
  }
  .copy p{
    text-align: left;
    font-size: 0.9em;
    padding: 5px 10px;
  }
  .imgWrapper {
    box-sizing: border-box;
    height: 85px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .imgWrapper img {
    height: auto;
    width: 430px;
    display: block;
    left: 10px;
    top: 10px;
    right:auto;
  }
  .pcNaviWrapper {
    width: 100%;
    height: 65px;
    display: block;
    padding: 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #FFFFDD;
    text-align: center;
  }
  .is-editing .pcNaviWrapper {
    display: none;
  }
  .pcNaviWrapper ul{
    width: auto;
    height: 45px;
    display: inline-block;
  }
  .pcNaviWrapper ul li{
    width: auto;
    min-width: 110px;
    height: 45px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    border-right: 1px solid #77674a;
    text-align: center;
    float: left;
    cursor: pointer;
  }
  .pcNaviWrapper ul li:last-child {
    border-right: none;
    display: none;
  } 
  .pcNaviWrapper ul li:nth-last-child(2) {
    border-right: none;
  }
  .pcNaviWrapper ul li:after{
    content: "";
    width: 80%;
    height: 3px;
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background:none;
    position: absolute;
    bottom:0;
    right: 0;
    left: 0;
    border-radius: 1.5px;
  }
  .pcNaviWrapper ul li:hover:after,
  .pcNaviWrapper ul li.nav-selected:after{
    background:#96e101;
  }
  .pcNaviWrapper ul li a{
    width: auto;
    height: 45px;
    display: block;
    line-height: 45px;
    color:#77674a;
    text-align: center;
    padding: 0 15px;
    font-weight: bold;
    font-size: 95%;
  }
  .topBtnWrapper.sp{
    display:none;
  }
  .topBtnWrapper.pc{
    box-sizing: border-box;
    display: block;
    height: 50px;
    margin: auto;
    padding: 0;
    position: absolute;
    top:0;
    bottom:0;
    right: 10px;
    text-align: center;
    width: 255px;
  }
  .topBtnWrapper a {
    width: 100%;
    height: 35px;
    margin: 7.5px 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    background: #8ec21f;
    display: inline-block;
    text-align: center;
  }
  .commentBlock br{
    display: none;
  }
  .commentBlock{
    color: white;
    top: -200px; 
  }
}
/*=============================== */
@media screen and (min-width:980px) {
  header.contents .headerInner{
    width:980px;
  }
  .breadCrumb ul{
    width: 980px;
    margin: 0 auto;
  }
  #mainContainer {
    width: 100%;
  }
  .scrollNavi {
    width: 100%;
    margin: 0 auto;
  }
  .copy{
    width: 980px;
    margin: 0 auto;
  }
  .pcNaviWrapper ul{
    width: 980px;
    height: 50px;
    display: block;
    margin: 0 auto;
    padding: 0 0 0 180px;
  }
  .imgWrapper {
    width: 980px;
  }
  .contentBlock .innerWrapper,
  .contentBlock .layout-group{
    width: 980px;
    margin: 10px auto;
  }
  .copyright {
    padding: 20px 0;
  }
  /*.copyright br{
    display: none;
  }*/
}
