@charset "UTF-8";
/* ----------------------------------------------------
★SASS（scss）を使用していますので、修正する場合はご注意ください。
---------------------------------------------------- */
/* ----------------------------------------------------
	basic
---------------------------------------------------- */
html {
  font-size: 100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  padding: 0;
  margin: 0;
  font-size: 9.5px;
  font-size: 0.86364rem;
  line-height: 1.47368;
  font-family: 'Noto Sans JP', sans-serif;
  color: #454545;
  background: #fff;
}

section {
  padding: 0;
  margin: 0 0 30px 0;
}
section p {
  padding: 0;
  margin: 0;
}
section + .newsbox {
  margin-top: 80px;
}

small {
  font-size: 7.6px;
  font-size: 0.69091rem;
  line-height: 1.57895;
}

/* ----------------------------------------------------
	set
---------------------------------------------------- */
.cleBox {
  overflow: hidden;
}

.flexBox {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.flex {
  display: flex;
}
.flex .w150 {
  width: 150px;
}
.flex .w200 {
  width: 200px;
}

.fL {
  float: left;
}

.fL_img {
  margin: 0 14px 14px 0;
  float: left;
}

.fR {
  float: right;
}

.fR_img {
  margin: 0 0 14px 14px;
  float: right;
}

.wid180 {
  width: 180px;
}

.wid240 {
  width: 240px;
}

.wid340 {
  width: 340px;
}

.wid300 {
  width: 300px;
}

.wid450 {
  width: 450px;
}

.wid550 {
  width: 550px;
}

.mt0 {
  margin-top: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.txt-left {
  text-align: left !important;
}

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right !important;
}

.box-center {
  margin: 0 auto;
}

ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style-type: none;
}

.red {
  color: #f00;
}

.strong {
  font-weight: bold;
}

.lgtxt01 {
  font-size: 120%;
}

.lgtxt02 {
  font-size: 160%;
}

.nolink {
  pointer-events: none;
  cursor: default !important;
}

/* ----------------------------------------------------
	link
---------------------------------------------------- */
a {
  color: #f60;
  text-decoration: none;
}
a:hover {
  color: #fc0;
  text-decoration: underline;
}

/* ----------------------------------------------------
	header
---------------------------------------------------- */
header {
  padding: 16px 0 0 0;
  margin: 0 0 10px 0;
  position: relative;
}
header h1 {
  padding: 0;
  margin: 0;
  display: inline;
}
header .recruit_wrap {
  position: fixed;
  top: 0;
  left: 5.556vw;
  z-index: 2;
}
@media (max-width: 1440px) {
  header .recruit_wrap {
    left: 10px;
  }
}
@media (max-width: 1280px) {
  header .recruit_wrap {
    top: 20px;
    left: 0;
    width: 60px;
    height: auto;
  }
}
header .recruit01, header .recruit02 {
  margin-bottom: 20px;
}
header .recruit01 {
  height: 56px;
  width: 250px;
}
@media (max-width: 1280px) {
  header .recruit01 {
    width: 60px;
    height: auto;
  }
}
header .recruit01 p {
  padding: 0;
  margin: 0;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1280px) {
  header .recruit01 p {
    width: 100%;
    height: auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
header .recruit01 a {
  padding: 0 20px;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #f60;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1280px) {
  header .recruit01 a {
    padding: 20px 0;
    width: 100%;
    height: auto;
    border-radius: 0 10px 10px 0;
  }
}
header .recruit01 a:hover {
  background: #ff944d;
}
header .recruit01 a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_recruit.png) center center/100% no-repeat;
  margin-right: 8px;
}
@media (max-width: 1280px) {
  header .recruit01 a:before {
    margin: 0 0 8px 0;
  }
}
header .recruit02 {
  width: 250px;
}
@media (max-width: 1280px) {
  header .recruit02 {
    width: 150px;
  }
}
header .recruit02 p {
  padding: 0;
  margin: 0;
  width: 100%;
}
header .recruit02 p a {
  display: inline-block;
  padding: 16px;
  border-radius: 10px;
  background-color: #01a54f;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  header .recruit02 p a {
    border-radius: 0 10px 10px 0;
    padding: 14px 8px 14px 10px;
    font-size: 13px;
  }
}
header .recruit02 p a span {
  display: inline-block;
  padding-bottom: 8px;
  font-size: 17px;
}
@media (max-width: 1280px) {
  header .recruit02 p a span {
    padding-bottom: 5px;
    font-size: 16px;
  }
}
header .recruit02 p a:hover {
  background-color: #42a672;
}
header nav {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
header nav ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
header.head_other {
  line-height: 1.0em;
  background: url(../img/common/bg_header.jpg) right center no-repeat;
}

/* ----------------------------------------------------
	sidenavi
---------------------------------------------------- */
.sidenavi {
  padding: 0;
  margin: 0;
  float: left;
  width: 174px;
}
.sidenavi ul li {
  padding: 0;
  margin: 0 0 6px 0;
  font-size: 0px;
  font-size: 0rem;
  line-height: Infinity;
}
.sidenavi ul li:last-child {
  margin-bottom: 0;
}
.sidenavi .side_detail {
  padding: 18px 8px 10px 8px;
  margin: 0;
  background: #fff89f;
}
.sidenavi .side_detail .bed {
  font-size: 7.6px;
  font-size: 0.69091rem;
  line-height: 1.57895;
}
.sidenavi .side_detail .bed:before {
  content: url(../image/clover.gif);
  position: relative;
  top: 7px;
}
.sidenavi .side_detail .link01 a {
  color: #58808b;
  text-decoration: none;
  font-size: 8px;
  font-size: 0.72727rem;
  line-height: 1.5;
  font-weight: bold;
}
.sidenavi .side_detail .link01 a:hover {
  color: #149d8e;
  text-decoration: underline;
}
.sidenavi .side_detail .link01 a:before {
  content: url(../img/common/icon_arrow02.png);
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.sidenavi .iso {
  margin: 10px 0 30px 0;
}
.sidenavi .iso li {
  text-align: center;
}

/* ----------------------------------------------------
	layout
---------------------------------------------------- */
#wrapper {
  padding: 0 10px;
  margin: 0 auto;
  width: 740px;
}

#contentsBase {
  padding: 0;
  margin: 12px 0 40px 0;
  overflow: hidden;
}

/* slider */
.sliderBox {
  margin-bottom: 0;
  height: 350px !important;
  position: relative;
}
.sliderBox p.copy {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 4;
}
.sliderBox p.copy img {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sliderBox img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.sliderBox:after {
  content: url(../img/top/icon_atten.png);
  display: block;
  position: absolute;
  top: 210px;
  left: 580px;
  z-index: 3;
}
.sliderBox button {
  z-index: 5;
}
.sliderBox .single-item {
  margin-bottom: 30px;
}

/* new top */
.container {
  padding: 0;
  margin: 0;
}
.container section {
  margin-bottom: 100px;
}
.container section:first-child {
  margin-bottom: 60px;
}
.container .message {
  padding: 30px 36px;
  box-sizing: border-box;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #f6f6f6;
}
.container .message p {
  padding: 0;
  margin: 0;
  font-size: 10px;
  font-size: 0.90909rem;
  line-height: 1.7;
}
.container .message h2 {
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.09091rem;
  line-height: 1.33333;
  font-weight: 500;
}
.container .message .right {
  margin-top: 20px;
  text-align: right;
}
.container #attention {
  padding: 26px 30px;
  box-sizing: border-box;
  background: #ffe8e8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.container #attention h2 {
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.09091rem;
  line-height: 1.33333;
  font-weight: 500;
}
.container #attention p {
  padding: 0;
  margin: 0;
}
.container #attention p:not(:last-child) {
  font-size: 12px;
  font-size: 1.09091rem;
  line-height: 1.33333;
  font-weight: 500;
}
.container #attention p:nth-child(3) {
  color: #f00;
  margin-bottom: 10px;
}
.container .news {
  padding: 10px 20px;
  margin-bottom: 30px;
  border: 1px solid #01a54f;
  width: 740px;
  box-sizing: border-box;
  height: 330px;
  overflow-y: scroll;
}
.container .news .newsTitle {
  padding: 0;
  margin: 0;
  width: 132px;
  background: #f4f4f4;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container .news .newsTitle h3 {
  padding: 0;
  margin: 0 auto;
}
.container .news .newsList dl {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 17px;
  line-height: 1.5;
}
.container .news .newsList dl:last-child {
  border-bottom: 0;
}
.container .news .newsList dl dt {
  padding: 0 0 0 8px;
  margin: 0;
  float: left;
  clear: both;
  width: 120px;
  box-sizing: border-box;
}
.container .news .newsList dl dd {
  padding: 0;
  margin: 0 0 0 120px;
}
.container .news .newsList dl dd div.inner {
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.5;
}
.container .con_menu ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container .contact {
  padding: 0;
  margin: 0 auto 20px auto;
  width: 520px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container .contact div {
  width: 50%;
}
.container .contact div:first-child p:first-child {
  margin-bottom: 3px;
}
.container .map {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container .map div:first-child {
  width: 436px;
}
.container .map div:nth-child(2) {
  width: 283px;
}
.container .map div:nth-child(2) img {
  width: 100%;
}
.container aside {
  padding: 0;
  margin: 40px 0 0 0;
  width: 100%;
  box-sizing: border-box;
}
.container aside h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.09091rem;
  line-height: 1.33333;
  font-weight: 400;
  color: #5e9387;
}
.container .linkBox ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container .linkBox ul:after {
  content: "";
  display: block;
  width: 32%;
}
.container .footerlink {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container .footerlink p {
  margin: 0 5px;
}

/* 20181105 .container.contact より切り離し */
.tel {
  font-size: 15px;
  font-size: 1.36364rem;
  line-height: 1.33333;
  font-weight: 400;
}
.tel span {
  display: inline-block;
  margin-left: 10px;
  color: #fc9d47;
  font-size: 16px;
  font-size: 1.45455rem;
  line-height: 1.25;
  font-weight: 600;
}

.tel-txt {
  font-size: 14px;
  font-size: 1.27273rem;
  line-height: 1.42857;
}

.btn_access a {
  width: 260px;
  padding: 10px 0 11px 0;
  font-size: 11px;
  font-size: 1rem;
  line-height: 1.45455;
  font-weight: 500;
  display: block;
  text-align: center;
  border: 2px solid #fc9d47;
  color: #fc9d47;
  text-decoration: none;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.btn_access a:hover {
  text-decoration: none;
  color: #fff;
  background: #fc9d47;
}
.btn_access a:hover:before {
  content: url(../img/top/icon_access02.png);
  position: relative;
  top: 4px;
  margin-right: 7px;
}
.btn_access a:before {
  content: url(../img/top/icon_access.png);
  position: relative;
  top: 4px;
  margin-right: 7px;
}

.btn_cyclicbus a {
  padding: 16px 0 14px 0;
  margin: 0 auto 30px auto;
  width: 280px;
  font-size: 11px;
  font-size: 1rem;
  line-height: 1.09091;
  font-weight: bold;
  text-align: center;
  background: #fc9d47;
  color: #fff;
  border-radius: 6px;
  display: block;
}
.btn_cyclicbus a:hover {
  background: #fb0;
  text-decoration: none;
}

/* sympathy */
.sympathy h2 {
  padding: 10px 0 10px 16px;
  margin: 0 0 20px 0;
  background: #f4f4f4;
  border-left: 6px solid #58808b;
  color: #58808b;
  font-size: 13px;
  font-size: 1.18182rem;
  line-height: 1.23077;
  font-weight: 500;
}
.sympathy h3 {
  padding: 0 0 6px 0;
  margin: 0 0 14px 0;
  color: #58808b;
  font-size: 11px;
  font-size: 1rem;
  line-height: 1.45455;
  border-bottom: 2px dotted #58808b;
}
.sympathy .information li {
  margin-bottom: 10px;
}
.sympathy .information li:before {
  content: url(../img/common/icon_arrow010.png);
  position: relative;
  top: 2px;
  margin-right: 6px;
}

/* tayori */
.tayori {
  padding: 24px;
  margin: 0 0 50px 0;
  text-align: center;
  background: #f4f4f4;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.tayori h3 {
  font-size: 12px;
  font-size: 1.09091rem;
  line-height: 1.66667;
  color: #5e9387;
}
.tayori p {
  padding: 0;
  margin: 0 0 20px 0;
}
.tayori p:last-child {
  margin-bottom: 0;
}
.tayori p .orange {
  color: #fc9d47;
}
.tayori img {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

h2.tayoriTitle {
  padding: 12px 0 12px 16px;
  margin: 0 0 16px 0;
  background: #f4f4f4;
  border-left: 6px solid #58808b;
  color: #58808b;
  font-size: 13px;
  font-size: 1.18182rem;
  line-height: 1.23077;
}

.maincontents {
  padding: 0;
  margin: 0;
  float: right;
  width: 540px;
}
.maincontents p {
  padding: 0;
  margin: 0;
}

.maincontents_noncolumn {
  padding: 0;
  margin: 0;
}
.maincontents_noncolumn p {
  padding: 0;
  margin: 0;
}

h2.contentTitle {
  padding: 12px 20px;
  margin: 0 0 16px 0;
  background: #01a54f;
  color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 13px;
  font-size: 1.18182rem;
  line-height: 1.23077;
}

h3.title_h3 {
  padding: 0 0 6px 0;
  margin: 0 0 14px 0;
  color: #01a54f;
  font-size: 11px;
  font-size: 1rem;
  line-height: 1.45455;
  border-bottom: 2px dotted #01a54f;
}

h4.title_h4 {
  padding: 0;
  margin: 0 0 10px 0;
  color: #01a54f;
  font-size: 10px;
  font-size: 0.90909rem;
  line-height: 1.6;
}
h4.title_h4:before {
  content: url(../img/common/icon_arrow011.png);
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.mt20 {
  margin-top: 20px;
}

.news_topics h2 {
  padding: 8px 0 6px 16px;
  margin: 0 0 2px 0;
  border-left: 6px solid #58808b;
  color: #58808b;
  font-size: 12px;
  font-size: 1.09091rem;
  line-height: 1.33333;
}
.news_topics dl {
  padding: 16px 0 14px 0;
  margin: 0;
}
.news_topics dl:nth-child(even) {
  background: #f4f4f4;
}
.news_topics dl dt {
  padding: 0 0 0 16px;
  margin: 0;
  float: left;
  clear: both;
  width: 100px;
  font-weight: bold;
}
.news_topics dl dd {
  padding: 0 16px 0 0;
  margin: 0 0 0 116px;
}
.news_topics dl dd .news li a {
  color: #b3006c;
  font-weight: bold;
}
.news_topics dl dd .news li a:before {
  content: url(../img/common/icon_arrow07.png);
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.news_topics dl dd span {
  padding: 3px 8px 0 8px;
  margin-right: 6px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 8px;
  font-size: 0.72727rem;
  line-height: 1.625;
  font-weight: bold;
  width: 50px;
  text-align: center;
  background: #b3006c;
  border-radius: 4px;
}

.info_area {
  padding: 20px 24px;
  margin: 0 0 60px 0;
  background: #f2f2f2;
  border-radius: 6px;
}
.info_area h2 {
  color: #b3006c;
  text-align: center;
}

/* ----------------------------------------------------
	home massage
---------------------------------------------------- */
#message_content {
  padding: 24px 30px;
  margin: 0;
  background: #ffe8e9;
  line-height: 1.4rem;
}
#message_content h3 {
  font-size: 16px;
  font-size: 1.45455rem;
  line-height: 1.25;
  padding: 0 0 6px 0;
  margin-bottom: 16px;
  text-align: center;
  color: #f69;
  font-weight: bold;
  border-bottom: 2px dotted #f69;
}
#message_content .right {
  font-size: 9px;
  font-size: 0.81818rem;
  line-height: 1.77778;
  text-align: right;
}

.button-link {
  padding: 6px 0;
  margin: 20px auto 0 auto;
  width: 100px;
  text-align: center;
  display: block;
  background: #f69;
  color: #fff;
  border-radius: 6px;
}
.button-link:hover {
  cursor: pointer;
  background: #f36;
  color: #fff;
  text-decoration: none;
}

/* ----------------------------------------------------
	add home information
---------------------------------------------------- */
.informationbox {
  padding: 24px;
  margin: 0 0 60px 0;
  border: 3px solid #f00;
}
.informationbox h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
  font-size: 14px;
  font-size: 1.27273rem;
  line-height: 1.42857;
  color: #f00;
  text-align: center;
}

/* ----------------------------------------------------
	contents
---------------------------------------------------- */
.contentsList {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contentsList li {
  padding: 0 0 0 20px;
  font-size: 11px;
  font-size: 1rem;
  line-height: 1.45455;
  font-weight: bold;
  width: 46%;
  background: url(../img/common/icon_arrow04.png) left 4px no-repeat;
}

.contentsList02 li {
  padding: 0 0 0 20px;
  font-size: 11px;
  font-size: 1rem;
  line-height: 1.45455;
  font-weight: bold;
  background: url(../img/common/icon_arrow04.png) left 4px no-repeat;
}

.contentsList03 {
  padding: 0 0 26px 0;
  margin: 0 0 30px 0;
}
.contentsList03.listBox {
  border-bottom: 2px dotted #58808b;
}
.contentsList03 li {
  font-size: 11px;
  font-size: 1rem;
  line-height: 1.45455;
  font-weight: bold;
}
.contentsList03 li.spacetop {
  margin-top: 30px;
}
.contentsList03 li a {
  padding: 10px 10px 10px 32px;
  margin: 0 0 6px 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block;
  color: #01a54f;
  border: 1px solid #149d8e;
  background: url(../img/common/icon_arrow011.png) 10px center no-repeat;
}
.contentsList03 li a:hover {
  text-decoration: none;
  background: url(../img/common/icon_arrow08.png) 10px center no-repeat;
  color: #fc9d47;
  border: 1px solid #fc9d47;
}

.contentsList04 li {
  padding: 0 0 0 20px;
  font-size: 11px;
  font-size: 1rem;
  line-height: 1.45455;
  font-weight: bold;
  background: url(../img/common/icon_arrow03.png) left 4px no-repeat;
}
.contentsList04 li a {
  color: #58808b;
}
.contentsList04 li a:hover {
  color: #fc9d47;
}

.box {
  padding-bottom: 26px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #58808b;
}

/* kanja/hajimete */
.information {
  margin-bottom: 20px;
}
.information dt {
  margin-bottom: 8px;
  font-size: 10px;
  font-size: 0.90909rem;
  line-height: 1.6;
}
.information dt span {
  padding: 4px 8px 1px 8px;
  background: #fff89f;
  color: #58808b;
  border-radius: 4px;
}
.information dd {
  margin-left: 20px;
}
.information dd p {
  margin-bottom: 10px;
}
.information dd p:before {
  content: "●";
  color: #58808b;
}

/* kanja/taisei_hyou */
.departmentList {
  margin-bottom: 16px;
}
.departmentList li {
  float: left;
  margin-right: 5px;
}
.departmentList li:last-child {
  margin-right: 0;
}
.departmentList li a {
  padding: 4px 10px 2px 10px;
  margin: 0;
  background: #f4f4f4;
  color: #58808b;
  display: block;
  border-radius: 4px;
}
.departmentList li a:hover {
  background: #fff89f;
  text-decoration: none;
  color: #149d8e;
}

.outpatientList,
.questionnaire {
  margin-bottom: 10px;
}
.outpatientList li,
.questionnaire li {
  float: left;
  margin-right: 20px;
}
.outpatientList li:last-child,
.questionnaire li:last-child {
  margin-right: 0;
}
.outpatientList li a,
.questionnaire li a {
  padding: 9px 16px;
  margin: 0;
  display: block;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
}
.outpatientList li a:hover,
.questionnaire li a:hover {
  text-decoration: none;
}

.outpatientList li a {
  padding: 8px 16px;
  color: #01a54f;
  border: 2px solid #01a54f;
}
.outpatientList li a:hover {
  color: #fc9d47;
  border: 2px solid #fc9d47;
}

.questionnaire li a {
  background: #f90;
}
.questionnaire li a:hover {
  background: #f60;
}

.markList li {
  float: left;
  margin-right: 12px;
}
.markList li:first-child:before {
  content: url(../kanja/img/yoyaku.gif);
  position: relative;
  top: 2px;
  margin-right: 1px;
}
.markList li:nth-child(2):before {
  content: url(../kanja/img/1.gif);
  position: relative;
  top: 2px;
  margin-right: 1px;
}
.markList li:nth-child(3):before {
  content: url(../kanja/img/2.gif);
  position: relative;
  top: 2px;
  margin-right: 1px;
}
.markList li:nth-child(4):before {
  content: url(../kanja/img/3.gif);
  position: relative;
  top: 2px;
  margin-right: 1px;
}
.markList li:nth-child(5):before {
  content: url(../kanja/img/4.gif);
  position: relative;
  top: 2px;
  margin-right: 1px;
}
.markList li:last-child {
  margin-right: 0;
}
.markList li:last-child:before {
  content: url(../kanja/img/5.gif);
  position: relative;
  top: 2px;
  margin-right: 1px;
}

.th_detail {
  width: 400px;
}

.medicaltime {
  width: 300px;
  border: 1px solid #ececec;
}

/* ----------------------------------------------------
	Rehabilitation
---------------------------------------------------- */
.rehaContents {
  padding: 0;
  margin: 0;
  float: left;
  width: 540px;
}
.rehaContents p {
  padding: 0;
  margin: 0;
}

.rehaNavi {
  padding: 0;
  margin: 0;
  float: right;
  width: 174px;
}

.fixed_reha_sns {
  position: fixed;
  z-index: 10;
  right: 100px;
  bottom: 0;
}
.fixed_reha_sns .reha_sns_container {
  padding: 0 20px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.fixed_reha_sns .sns_item {
  height: 90px;
}
.fixed_reha_sns .sns_item a {
  padding: 0 26px 0 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  transition: 0.2s ease-in-out;
  background: #fff;
}
.fixed_reha_sns .sns_item a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.fixed_reha_sns .sns_item a span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.fixed_reha_sns .sns_item.instagram a {
  background: url(../img/common/icon_instagram.png) left center/40px no-repeat #fff;
}

/* ----------------------------------------------------
.special
---------------------------------------------------- */
.special .newsbox {
  padding: 8px 20px 10px 20px;
  margin: 0;
  background: url(../img/top/img_ill01.png) top center no-repeat #e6f4e4;
  box-sizing: border-box;
}
.special .newsbox h2 {
  margin-bottom: 16px;
  font-size: 12px;
  font-size: 1.09091rem;
  line-height: 1.5;
  text-align: center;
}
.special .newsbox span.red {
  color: #f00;
}
.special .newsbox span.green {
  color: #01a54f;
}
.special .newsbox span.strong {
  font-weight: bold;
}
.special .newsbox p {
  margin-bottom: 6px;
  font-size: 10px;
  font-size: 0.90909rem;
  line-height: 1.4;
}
.special .newsbox p:last-child {
  margin-bottom: 0;
}
.special .bnrbox {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.special .bnrbox li {
  width: 49%;
  font-size: 10px;
  font-size: 0.90909rem;
  line-height: 1.4;
}
.special .bnrbox li:last-child {
  margin-bottom: 0;
}
.special .bnrbox li a {
  padding: 6px 0;
  text-align: center;
  color: #01a54f;
  font-weight: bold;
  background: #fff;
  border: 1px solid #01a54f;
  display: block;
  border-radius: 6px;
}
.special .bnrbox li a:hover {
  color: #fc9d47;
  border: 1px solid #fc9d47;
  text-decoration: none;
}
.special .bnrbox li a:hover:before {
  content: url(../img/common/icon_arrow08.png);
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.special .bnrbox li a:before {
  content: url(../img/common/icon_arrow011.png);
  position: relative;
  top: 2px;
  margin-right: 8px;
}

/* ----------------------------------------------------
.grandopening
---------------------------------------------------- */
.grandopening {
  margin-bottom: 60px !important;
}

/* ----------------------------------------------------
.attenBox
---------------------------------------------------- */
.attenBox {
  padding: 24px 30px;
  margin-bottom: 0 !important;
  border: 2px solid #c00;
  background: #fff;
}
.attenBox.green {
  border: 2px solid #00a650;
}
.attenBox + .con_menu {
  margin-top: 100px;
}
.attenBox + #newsBtn,
.attenBox + #newsBtn02 {
  margin-top: 80px;
}
.attenBox h2 {
  margin-bottom: 26px;
  font-size: 24px;
  color: #c00;
  text-align: center;
}
.attenBox h2 a {
  color: #c00;
  text-decoration: underline;
}
.attenBox h2 span {
  font-size: 16px;
}
.attenBox span.red {
  font-weight: bold;
  color: #f00;
}
.attenBox ul {
  margin: 20px 0;
}
.attenBox ul.list {
  margin-top: 0;
  font-size: 18px;
}
.attenBox ul.list li {
  margin-left: 16px;
  text-indent: -16px;
}
.attenBox ul li {
  margin-bottom: 4px;
}
.attenBox ul li:before {
  content: "●";
  font-size: 10px;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.attenBox ul li:last-child {
  margin-bottom: 0;
}
.attenBox div.item {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.attenBox div.item p.title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.attenBox div.item dl {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.attenBox div.item dl dl {
  width: 28%;
}
.attenBox div.item dl dd {
  width: 72%;
}
.attenBox div.item dl + p {
  margin-top: 20px;
}
.attenBox div.strong p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.attenBox div.strong p.smtxt {
  font-size: 16px;
  font-weight: 500;
}
.attenBox div.telbox {
  margin-top: 26px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.attenBox div.telbox span {
  display: inline-block;
  margin-right: 16px;
}
.attenBox div.telbox p {
  padding: 2px 10px;
  display: inline-block;
  border: 1px solid #444;
}
.attenBox div.pdfbtn {
  float: left;
  width: 360px;
  font-size: 16px;
}
.attenBox div.pdfbtn a {
  padding: 10px 0;
  display: block;
  color: #01a54f;
  font-weight: bold;
  text-align: center;
  color: #333;
  background: #fb0;
  border: 1px solid #fb0;
  border-radius: 6px;
}
.attenBox div.pdfbtn a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.attenBox .right {
  text-align: right;
}
.attenBox .normal {
  font-weight: normal;
}
.attenBox .indent-01 {
  padding-left: 16px;
  text-indent: -16px;
}
.attenBox .indent-02 {
  margin-left: 16px;
}

/* ----------------------------------------------------
.linkBtn
---------------------------------------------------- */
.linkBtn a {
  padding: 14px 0;
  margin: 0 auto;
  width: 500px;
  font-size: 11px;
  font-size: 1rem;
  line-height: 1.09091;
  font-weight: 500;
  text-align: center;
  background: #fc9d47;
  color: #fff;
  border-radius: 6px;
  display: block;
}
.linkBtn a:hover {
  background: #fb0;
  text-decoration: none;
  color: #fff;
}
.linkBtn a.txt-bold {
  font-weight: bold;
}
.linkBtn.wid200 a {
  width: 200px;
}
.linkBtn.wid250 a {
  width: 250px;
}
.linkBtn.wid300 a {
  width: 300px;
}
.linkBtn.wid_auto a {
  width: auto;
}

.linkBtn02 a {
  padding: 14px 0;
  margin: 0 auto;
  width: 600px;
  font-size: 11px;
  font-size: 1rem;
  line-height: 1.09091;
  font-weight: 500;
  text-align: center;
  background: #fc9d47;
  color: #fff;
  border-radius: 6px;
  display: block;
}
.linkBtn02 a:hover {
  background: #fb0;
  text-decoration: none;
  color: #fff;
}
.linkBtn02 a.txt-bold {
  font-weight: bold;
}

.linkBtn_frame {
  padding: 12px 0;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border-radius: 0 16px 0 0;
  color: #606060;
  background: #e0e0e0;
  border: solid 2px #606060;
}
.linkBtn_frame a {
  color: #606060;
}
.linkBtn_frame a:hover {
  text-decoration: none;
}
.linkBtn_frame.orange {
  color: #fa4f00;
  background: #fac7af;
  border: solid 2px #fa4f00;
}
.linkBtn_frame.orange a {
  color: #fa4f00;
}
.linkBtn_frame p.img01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.linkBtn_frame p.img01:after {
  content: '';
  display: inline-block;
  width: 90px;
  height: 60px;
  background: url(../img/common/linkBtn_frame_img01.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: 0;
  margin-left: 10px;
}

/* ----------------------------------------------------
.markbox
---------------------------------------------------- */
.markbox {
  padding: 20px 0 0 0;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  border-top: 2px solid #e6e6e6;
}
.markbox div.inr-imgbox {
  display: flex;
  justify-content: center;
}
.markbox div.boxR, .markbox div.boxL {
  line-height: 0;
  width: 38%;
  text-align: center;
}
.markbox div.boxR img, .markbox div.boxL img {
  max-width: 100%;
  width: 200px;
  height: auto;
}
.markbox p.link {
  margin: 10px 0;
}
.markbox p.link a:before {
  content: url(../img/common/icon_arrow08.png);
  margin-right: 4px;
  position: relative;
  top: 2px;
}

/* ----------------------------------------------------
#newsBtn
---------------------------------------------------- */
#newsBtn {
  padding: 18px 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #c00;
  box-shadow: 0 5px #9e2013;
}
#newsBtn p:after {
  content: none;
  font-family: "Material Icons";
  font-size: 28px;
  line-height: 1.0;
  position: relative;
  top: 5px;
  margin-left: 4px;
}

#newsBtn02 {
  padding: 18px 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #01a54f;
}
#newsBtn02 p:after {
  content: none;
  font-family: "Material Icons";
  font-size: 28px;
  line-height: 1.0;
  position: relative;
  top: 5px;
  margin-left: 4px;
}

/* ----------------------------------------------------
#noticeBtn
---------------------------------------------------- */
#noticeBtn {
  padding: 18px 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #00a650;
  cursor: pointer;
  box-shadow: 0 5px #0f6e39;
  border-radius: 6px;
}
#noticeBtn.red {
  background: #f60;
  box-shadow: 0 5px #c50;
}
#noticeBtn a {
  color: #fff;
}
#noticeBtn a:hover {
  text-decoration: none;
}
#noticeBtn p:after {
  content: "\e313";
  font-family: "Material Icons";
  font-size: 28px;
  line-height: 1.0;
  position: relative;
  top: 5px;
  margin-left: 4px;
}

.noticeBtn01 {
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #00a650;
  cursor: pointer;
  box-shadow: 0 5px #0f6e39;
  border-radius: 6px;
}
.noticeBtn01 a {
  color: #fff;
}
.noticeBtn01 a:hover {
  text-decoration: none;
}
.noticeBtn01.red, .noticeBtn01.orage {
  background: #f60;
  box-shadow: 0 5px #c50;
}
.noticeBtn01.red02, .noticeBtn01.pink {
  background: #ff4c45;
  box-shadow: 0 5px #db3630;
}
.noticeBtn01.blue {
  background: #37c4ba;
  box-shadow: 0 5px #278a83;
}
.noticeBtn01.blue02 {
  background: #17BAE0;
  box-shadow: 0 5px #0f8099;
}
.noticeBtn01 p:after {
  content: "\e313";
  font-family: "Material Icons";
  font-size: 28px;
  line-height: 1.0;
  position: relative;
  top: 5px;
  margin-left: 4px;
}

/* ----------------------------------------------------
#noticeBtn02
---------------------------------------------------- */
#noticeBtn02 {
  margin-bottom: 60px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  background: #ffbb00;
  cursor: pointer;
  box-shadow: 0 5px #b58305;
  border-radius: 6px;
}
#noticeBtn02:active {
  position: relative;
  top: 2px;
  box-shadow: 0 3px #b58305;
}
#noticeBtn02 a {
  padding: 18px 0;
  display: block;
  color: #4a372d;
}
#noticeBtn02 a:hover {
  text-decoration: none;
}
#noticeBtn02.orange {
  background: #f60;
  box-shadow: 0 5px #ad3a00;
}
#noticeBtn02.orange:active {
  position: relative;
  top: 2px;
  box-shadow: 0 3px #ad3a00;
}
#noticeBtn02.orange a {
  color: #fff;
}
#noticeBtn02.green {
  background: #00a650;
  box-shadow: 0 5px #0f6e39;
}
#noticeBtn02.green:active {
  position: relative;
  top: 2px;
  box-shadow: 0 3px #0f6e39;
}
#noticeBtn02.green a {
  color: #fff;
}

/* ----------------------------------------------------
.tabBox
---------------------------------------------------- */
.tabBox {
  display: flex;
}
.tabBox div {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.tabBox div.tab {
  padding: 10px 0;
  color: #01a54f;
  border: 1px solid #01a54f;
  border-right: 0;
  border-bottom: 0;
  cursor: pointer;
  font-size: 15px;
  width: 185px;
  box-sizing: border-box;
}
.tabBox div.tab:last-child {
  border-right: 1px solid #01a54f;
}
.tabBox div.tab.active {
  color: #fff;
  background: #01a54f;
}

/* ----------------------------------------------------
#tablebox01
---------------------------------------------------- */
#tablebox01 table {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  width: 100%;
  margin-bottom: 1em;
}
#tablebox01 table td {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  padding: 0.5em;
}
#tablebox01 table th {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  padding: 1em 1.5em;
  background: #FFCC66;
  text-align: center;
}

/* ----------------------------------------------------
	top_banner
---------------------------------------------------- */
.top_banner {
  margin: 0 0 30px 0;
  display: flex;
  justify-content: space-between;
}

/* ----------------------------------------------------
.i_box
---------------------------------------------------- */
.i_box {
  padding: 16px;
  margin-top: 40px;
  border: 2px solid #c00;
}
.i_box p {
  margin-bottom: 20px;
  font-size: 16px;
}
.i_box p:last-child {
  margin-bottom: 0;
}
.i_box p.right {
  margin-bottom: 20px;
  text-align: right;
}
.i_box p.i_title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #c00;
  text-align: center;
}

/* ----------------------------------------------------
.newsTopbox
---------------------------------------------------- */
.newsTopbox {
  padding: 20px 30px;
  margin: 0 0 50px 0;
  border: 3px solid #c00;
}
.newsTopbox p {
  fonts-size: 15px !important;
  line-height: 1.5 !important;
}
.newsTopbox p.title {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: bold;
  color: #c00;
  text-align: center;
}
.newsTopbox p.tel {
  margin-top: 16px;
  font-size: 16px !important;
  font-weight: bold;
}

/* ----------------------------------------------------
.archiveList
---------------------------------------------------- */
.archiveList ul {
  margin-bottom: 30px;
}
.archiveList ul li {
  padding: 16px 0;
  margin: 0;
  border-bottom: 1px dashed #ccc;
  display: flex;
}
.archiveList ul li span {
  width: 14%;
  display: inline-block;
}
.archiveList ul li a {
  width: 86%;
}

/* ----------------------------------------------------
	footer
---------------------------------------------------- */
footer {
  padding: 24px;
  margin: 0;
  font-size: 9px;
  font-size: 0.81818rem;
  line-height: 1.77778;
  text-align: center;
  background: #fff89f;
}
footer p:nth-child(2) {
  font-size: 8px;
  font-size: 0.72727rem;
  line-height: 2;
}

/* add 20210218 oono */
/* ----------------------------------------------------
.noticeBox
---------------------------------------------------- */
.noticeBox {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 16px;
  margin: 0 auto;
  border: solid 1px #fc9d47;
  border-radius: 10px;
  font-size: 11px;
  font-size: 1rem;
  line-height: 1.63636;
  background-color: #fffccc;
}

/* add-end */
/* ----------------------------------------------------
.section01
---------------------------------------------------- */
.section01 {
  margin-bottom: 50px;
}
.section01.noticebox {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 540px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  box-sizing: border-box;
  border-radius: 9px;
  border: 3px solid #01a54f;
}
.section01.noticebox02 {
  padding: 16px;
  margin: 0 auto 20px auto;
  width: 540px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  box-sizing: border-box;
  border-radius: 9px;
  border: 3px solid #01a54f;
}

/* ----------------------------------------------------
.attenbox02
---------------------------------------------------- */
.attenbox02 {
  padding: 20px 30px;
  margin: 0;
  border: 2px solid #f00;
}
.attenbox02.green {
  border: 2px solid #01a54f;
}
.attenbox02 p {
  font-size: 16px;
  line-height: 1.5;
}
.attenbox02 p.title {
  font-size: 18px;
  font-weight: bold;
  color: #f00;
  text-align: center;
}
.attenbox02 + div {
  margin-top: 30px;
}

.btn01 {
  margin: 0 auto;
  width: 540px;
  text-align: center;
}
.btn01 a {
  padding: 16px 0;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  background: #f60;
  border-radius: 9px;
}
.btn01 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.attenbox03 {
  padding: 16px 20px;
  margin: 0;
  border: 2px solid #f00;
}
.attenbox03 p {
  font-size: 16px;
  line-height: 1.5;
}
.attenbox03 a {
  color: #f00;
}
.attenbox03 + div {
  margin-top: 30px;
}

.attenbox04 {
  padding: 16px 20px;
  margin: 30px 0 0 0;
  border: 4px solid #e6e6e6;
}
.attenbox04 p {
  font-size: 16px;
  line-height: 1.5;
}

/* ----------------------------------------------------
#fixedTopic
---------------------------------------------------- */
#fixedTopic {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 100;
}
#fixedTopic .topic-box {
  padding: 20px 30px 10px 30px;
  background: #fff;
  border: 2px solid #c00;
  border-bottom: 0;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.3));
}
#fixedTopic .topic-box .title {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #c00;
}
#fixedTopic .closebtn {
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
#fixedTopic .telbox {
  padding: 4px 0;
  margin: 20px auto 10px auto;
  width: 200px;
  text-align: center;
  border: 1px solid #666;
}

/* ----------------------------------------------------
add
---------------------------------------------------- */
.relative {
  position: relative;
}
.relative .morebtn-01 {
  position: absolute;
  right: 100px;
  bottom: -50px;
  z-index: 10;
  width: 120px;
  height: 120px;
}
.relative .morebtn-01 a {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fc9d47;
  border-radius: 120px;
  height: 100%;
}
.relative .morebtn-01 a:hover {
  background: #fb0;
  text-decoration: none;
}

.flex-btw {
  display: flex;
  justify-content: space-between;
}

.kanwacare_newsletter {
  display: flex;
  flex-wrap: wrap;
  justfiy-content: space-between;
}
.kanwacare_newsletter_item {
  margin-bottom: 5px;
  width: 48%;
}
.kanwacare_newsletter_item:before {
  content: url(../housecalls_center/img/icon01.png);
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

/* add
----------------------------- */
.recruit_contact {
  margin-bottom: 30px;
}
.recruit_contact ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit_contact ul li {
  width: 48%;
}
.recruit_contact ul li:before {
  content: url(../img/common/icon_arrow08.png);
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.recruit_contact ul li span {
  font-weight: bold;
  color: #f60;
}

.underline {
  text-decoration: underline;
  border-bottom: 0;
}

/* add 202411 */
.kanwacare_wid {
  width: 96%;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

.btn_newsletter a img {
  width: 100%;
  border: solid 2px #EA6238;
  border-radius: 100px;
  transition: 0.2s ease-in-out;
  box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
.btn_newsletter a img:hover {
  opacity: 0.6;
}

/* add end */
