@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:500);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.0/css/bootstrap-datepicker.min.css);
@import url(https://cdn.jsdelivr.net/jquery.slick/1.5.9/slick.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/0.6.11/css/perfect-scrollbar.min.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.86;
  color: #221714;
  min-width: 1200px;
}

a:link {
  color: #3678e3;
  text-decoration: underline;
}

a:visited {
  color: #3678e3;
  text-decoration: underline;
}

a:hover {
  color: #0948AC;
  text-decoration: none;
}

a:active {
  color: #0948AC;
  text-decoration: none;
}

a img {
  -moz-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  -webkit-transition: opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

a.line {
  position: relative;
  -moz-transition: ease-in-out 0.3s 0s;
  -o-transition: ease-in-out 0.3s 0s;
  -webkit-transition: ease-in-out 0.3s;
  -webkit-transition-delay: 0s;
  transition: ease-in-out 0.3s 0s;
}

a.line::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #65c5f0;
  -moz-transition: ease-in-out 0.3s 0s;
  -o-transition: ease-in-out 0.3s 0s;
  -webkit-transition: ease-in-out 0.3s;
  -webkit-transition-delay: 0s;
  transition: ease-in-out 0.3s 0s;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

a.line:hover::after {
  width: 100%;
}

.fadeOut {
  -moz-animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.fadeIn {
  -moz-animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

@-moz-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
.slick-slide {
  padding: 0;
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
  overflow: hidden;
}
.slick-slide p {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 20px 10px;
  background: url("/decokatsu/coolbiz/img/slider/caption_bacground.png") 0 0;
  -moz-transition: ease-in-out 0.3s 0s;
  -o-transition: ease-in-out 0.3s 0s;
  -webkit-transition: ease-in-out 0.3s;
  -webkit-transition-delay: 0s;
  transition: ease-in-out 0.3s 0s;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.slick-slide p span {
  display: block;
}
.slick-slide.slick-active p {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -moz-transition: ease-in-out 0.3s 0.6s;
  -o-transition: ease-in-out 0.3s 0.6s;
  -webkit-transition: ease-in-out 0.3s;
  -webkit-transition-delay: 0.6s;
  transition: ease-in-out 0.3s 0.6s;
}
.slick-slide a {
  color: #221714;
}
.slick-slide:before {
  font-size: 13px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 8px;
  width: 90px;
  display: inline-block;
}
.slick-slide.activity:before {
  content: "活動報告";
  background-color: #FFE762;
}
.slick-slide.report:before {
  content: "レポート";
  background-color: #80F062;
}
.slick-slide.news:before {
  content: "お知らせ";
  background-color: #FD896F;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 8px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  content: '';
  display: inline-block;
  text-align: center;
  background-color: #E1E1E1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: ease-in-out 0.3s 0s;
  -o-transition: ease-in-out 0.3s 0s;
  -webkit-transition: ease-in-out 0.3s;
  -webkit-transition-delay: 0s;
  transition: ease-in-out 0.3s 0s;
}
.slick-dots li.slick-active button:before {
  background-color: #64C4EE;
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 120px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #64C4EE;
  -moz-transition: ease-in-out 0.3s 0s;
  -o-transition: ease-in-out 0.3s 0s;
  -webkit-transition: ease-in-out 0.3s;
  -webkit-transition-delay: 0s;
  transition: ease-in-out 0.3s 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.slick-prev:before, .slick-next:before,
.slick-prev:after, .slick-next:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  content: "";
  vertical-align: middle;
}

.slick-next:before {
  left: -11px;
  top: 3px;
  border-right: 7px solid #221714;
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.slick-prev:before {
  right: -11px;
  border-right: 7px solid #221714;
  -moz-transform: rotate(-145deg);
  -ms-transform: rotate(-145deg);
  -webkit-transform: rotate(-145deg);
  transform: rotate(-145deg);
}

.slick-next:after {
  left: -11px;
  border-top: 7px solid #221714;
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}

.slick-prev:after {
  right: -11px;
  top: 3px;
  border-top: 7px solid #221714;
  -moz-transform: rotate(-125deg);
  -ms-transform: rotate(-125deg);
  -webkit-transform: rotate(-125deg);
  transform: rotate(-125deg);
}

.wrapper {
  min-width: 1200px;
}

article {
  position: relative;
  z-index: 1;
}

/******************************************
 ヘッダー
******************************************/
header {
  margin: 0 auto;
  width: 100%;
  background-color: #dff2fb;
}
header .m_header {
  width: 1134px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
header .header_logo {
  padding: 24px 0 0;
  line-height: 0;
}
header .m_navigation {
  padding: 20px 0;
}
header .navigation_list li {
  display: inline-block;
  border-right: 1px #221714 solid;
  line-height: 1em;
}
header .navigation_list li:last-child {
  border-right: 0;
}
header .navigation_list li a {
  color: #221714;
  padding: 16px 0;
  margin: 0 16px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
header a.line::after {
  background-color: #221714;
}

.m_header_link {
  background-color: #F1F1F1;
}

.header_link_inner {
  padding: 20px 0;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.header_link_copy {
	position: absolute;
	font-size: 14px;
	line-height: 22px;
	left: 745px;
	top: 30px;
	width: 349px;
	text-align: left;
}
.header_link_list {
  display: inline-block;
}
.header_link_list li {
  float: left;
  line-height: 1;
  border-right: 1px solid #221714;
  padding: 0 15px;
  margin: 5px auto 5px;
}
.header_link_list li:last-child {
  border: none;
  padding: 0 0 0 15px;
}
.header_link_list a {
  color: #221714;
  text-decoration: none;
  font-size: 15px;
  padding: 0 0 15px;
}
.header_link_list a.line::after {
  background-color: #221714;
}

.m_sns_list {
  padding-top: 0;
  padding-bottom: 3px;
  height: 20px;
  position: absolute;
}
.m_sns_list li {
  margin-right: 10px;
  float: left;
  vertical-align: top;
  height: 20px;
}
.m_sns_list li.fb {
  margin-top: -9px;
}

.m_heading {
  margin: 60px auto 0;
  text-align: center;
  color: #00a0e9;
  font-size: 20px;
  font-weight: bold;
}

/******************************************
 大見出し
******************************************/
.m_caption {
  margin: 20px auto 10px;
  text-align: center;
  color: #0b3190;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.85;
  letter-spacing: 0.2em;
  position: relative;
}

.m_lead {
  width: 750px;
  margin: 0 auto 25px;
  color: #221714;
  line-height: 1.815;
}

.content_inner {
  width: 1200px;
  margin: 0 auto;
}

.content_inner_table {
  display: table;
  width: 100%;
  text-align: center;
}

.content_family,
.content_office {
  width: 50%;
  display: table-cell;
  border-left: white 1px solid;
  border-right: white 1px solid;
}

.content_title {
  padding: 30px 0 0;
  line-height: 0;
}

.content_caption {
  padding: 15px 0 0;
  color: #00a0e9;
  font-size: 20px;
  line-height: 1.7;
}

.content_lead {
  padding: 15px 0 0;
  color: #221714;
  line-height: 1.75;
}

.content_image {
  padding: 15px 0 0;
}

.content_image_family {
  line-height: 0;
}

.content_image_enquete {
  padding: 15px 0 17px;
  line-height: 0;
}

p.content_image {
  padding: 0 0 4px;
  line-height: 1;
}

.content_image_office {
  padding: 4px 0 0;
}

/******************************************
 青いボタン
******************************************/
.m_content_button {
  padding: 20px 0;
}
.m_content_button a {
  display: block;
  width: 325px;
  margin: 0 auto;
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  color: #221714;
  background-color: #65c5f0;
  line-height: 1;
  -moz-transition: background-color 0.2s ease-in-out 0s;
  -o-transition: background-color 0.2s ease-in-out 0s;
  -webkit-transition: background-color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: background-color 0.2s ease-in-out 0s;
}
.m_content_button a:hover {
  background-color: #86d1f3;
}
.m_content_button span {
  font-size: 13px;
  display: block;
  margin: 0 auto 10px;
}

/******************************************
 別窓
******************************************/
.m_blank:after {
  content: url("/decokatsu/coolbiz/img/icon_target_blank.png");
  margin-right: 20px;
  margin-left: -15px;
}

/******************************************
 ニュース
******************************************/
.aside_newsline {
  width: 940px;
  margin: 0 auto;
}

.m_newsline {
  display: table;
}
.m_newsline .m_title_line_decoration {
  width: 100%;
  margin: 70px auto 30px;
}

.content_newsline {
  width: 680px;
  padding: 0 14px 0 0;
  display: table-cell;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content_download {
  padding: 70px 0 0;
  display: table-cell;
}

.newsline_wrapper {
  margin: 0 auto;
  height: 300px;
  overflow: auto;
}

.newsline_list li {
  padding: 0 0 10px;
}
.newsline_list li .date {
  display: block;
  width: 224px;
  font-size: 14px;
}
.newsline_list li.new .date:after {
  content: "NEW";
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #221714;
  background-color: #65c5f0;
  display: inline-block;
  width: 100px;
  margin: 0 0 0 20px;
  padding: 2px 0;
  line-height: 1;
  text-align: center;
}
.newsline_list li .message {
  display: block;
}
.newsline_list a {
  color: #221714;
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0s;
  -webkit-transition: color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: color 0.2s ease-in-out 0s;
}
.newsline_list a:hover {
  color: #65c5f0;
}

.newsblock_list {
  overflow: hidden;
  *zoom: 1;
}
.newsblock_list li {
  float: left;
  width: 213px;
  margin: 0 5px 60px 0;
  position: relative;
}
.newsblock_list li:nth-child(3n) {
  margin: 0 0 60px 0;
}
.newsblock_list li:before {
  font-size: 13px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 8px;
  width: 90px;
  display: inline-block;
}
.newsblock_list li .date {
  display: block;
  font-size: 14px;
}
.newsblock_list li.new .date:after {
  content: "NEW";
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #221714;
  background-color: #65c5f0;
  display: inline-block;
  width: 50px;
  margin: 0 0 0 20px;
  padding: 2px 0;
  line-height: 1;
  text-align: center;
}
.newsblock_list li.activity:before {
  content: "活動報告";
  background-color: #FFE762;
}
.newsblock_list li.report:before {
  content: "レポート";
  background-color: #80F062;
}
.newsblock_list li.news:before {
  content: "お知らせ";
  background-color: #FD896F;
}
.newsblock_list a {
  color: #221714;
  text-decoration: none;
}

.title_line_decoration {
  font-size: 20px;
  color: #221714;
  text-align: center;
  border-top: 1px #ccc solid;
  line-height: 1;
  width: 940px;
  margin: 70px auto 50px;
}
.title_line_decoration span {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  padding: 0 30px;
  background-color: #FFF;
  font-weight: bold;
}

/******************************************
 プロフィール
******************************************/
.m_content_profile {
  border: 3px solid #e1e1e1;
  padding: 45px 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 30px auto 0;
}

.content_profile_inner {
  padding: 0 0 0 184px;
  background: url("/decokatsu/coolbiz/img/household/doctor/image_profile.jpg") 0 50% no-repeat;
}

.title_profile {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -13px;
}
.title_profile span {
  background-color: white;
  padding: 0 20px;
}

.caption_profile {
  line-height: 1.75;
  font-weight: bold;
}

.copy_profile {
  line-height: 1.75;
}

/******************************************
 センターにラインがある見出し
******************************************/
.m_title_line_decoration {
  font-size: 20px;
  color: #221714;
  text-align: center;
  border-top: 1px #ccc solid;
  line-height: 1;
  width: 940px;
  margin: 70px auto 50px;
  position: relative;
}
.m_title_line_decoration span {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  display: inline-block;
  padding: 0 30px;
  background-color: #FFF;
  font-weight: bold;
}

.m_icon_pdf {
  position: relative;
  margin-left: 25px;
}
.m_icon_pdf:before {
  content: url(/decokatsu/coolbiz/img/icon_pdf.png);
  position: absolute;
  left: -25px;
  line-height: 1;
  bottom: -3px;
}

.m_icon_word {
  position: relative;
  margin-left: 25px;
}
.m_icon_word:before {
  content: url(/decokatsu/coolbiz/img/icon_word.png);
  position: absolute;
  left: -25px;
  line-height: 1;
  bottom: -3px;
}

.m_title {
  font-size: 32px;
  text-align: center;
  color: #65c5f0;
  margin: 20px auto 0;
}
.m_title span {
  display: block;
  font-size: 20px;
  color: #221714;
}

.m_content_lead {
  text-align: center;
  margin: 0 auto;
}

.m_keyvisual {
  width: 940px;
  margin: 0 auto;
  line-height: 0;
}
.m_keyvisual figcaption {
  text-align: center;
  line-height: 2;
  margin: 10px auto 0;
}

/******************************************
 よくある質問のリスト
******************************************/
.m_fa_list {
  font-size: 20px;
  line-height: 2;
  margin: 0 auto;
}
.m_fa_list dt {
  text-indent: -1.6em;
  font-weight: bold;
  border-top: 1px solid #221714;
  padding: 20px 0 0;
  margin: 30px auto 0;
}
.m_fa_list dt span {
  display: inline-block;
  padding-right: 1.6em;
  color: #00a0e9;
}
.m_fa_list dd {
  text-indent: -1.6em;
}
.m_fa_list dd span {
  display: inline-block;
  padding-right: 1.6em;
  font-weight: bold;
  color: #01cc41;
}
.m_fa_list span.example {
  font-weight: normal;
  display: inline;
  color: #221714;
  padding-right: 0;
}
.m_fa_list span.example:before {
  content: "◆";
}
.m_fa_list a {
  color: #65c5f0;
  text-decoration: none;
  padding: 1em 0;
}

/******************************************
 取組紹介のリスト
******************************************/
.m_action_list {
  overflow: hidden;
  *zoom: 1;
}
.m_action_list li {
  float: left;
  width: 300px;
  margin: 0 20px 60px 0;
  position: relative;
}
.m_action_list li:nth-child(3n) {
  margin: 0 0 60px 0;
}
.m_action_list li:before {
  font-size: 13px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 8px;
  width: 90px;
  display: inline-block;
}
.m_action_list li.activity:before {
  content: "活動報告";
  background-color: #FFE762;
}
.m_action_list li.report:before {
  content: "レポート";
  background-color: #80F062;
}
.m_action_list li.news:before {
  content: "お知らせ";
  background-color: #FD896F;
}
.m_action_list a {
  color: #221714;
  text-decoration: none;
}

.content_tabs {
  width: 940px;
  margin: 0 auto;
}

.content_tabs_list {
  overflow: hidden;
  *zoom: 1;
}
.content_tabs_list li {
  float: left;
  margin: 0 0 14px 5px;
  width: 310px;
}
.content_tabs_list li:first-child {
  margin: 0;
}
.content_tabs_list li a {
  display: block;
  padding: 10px 0 7px 30px;
  text-decoration: none;
  background: #dff2fb;
  color: #221714;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  -moz-transition: background-color 0.2s ease-in-out 0s;
  -o-transition: background-color 0.2s ease-in-out 0s;
  -webkit-transition: background-color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: background-color 0.2s ease-in-out 0s;
}
.content_tabs_list li a:hover {
  background-color: #ceeefd;
}
.content_tabs_list li.current a {
  position: relative;
}
.content_tabs_list li.current a:after {
  content: "▼";
  color: white;
  display: block;
  background: #65c5f0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -14px;
  font-size: 8px;
  text-align: center;
}
.content_tabs_list li span {
  display: block;
  font-weight: normal;
  font-size: 13px;
}

footer .footer_banner_list {
  width: 940px;
  margin: 60px auto 30px;
  overflow: hidden;
  *zoom: 1;
}
footer .footer_banner_list li {
  float: left;
  margin: 0 0 0 30px;
}
footer .footer_banner_list li:first-child {
  margin: 0;
}

.footer_banner_rectangle {
  display: none;
}

.top .footer_banner {
  width: 940px;
  margin: 40px auto 0;
  text-align: center;
}
.top .footer_banner_list {
  overflow: inherit;
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}
.top .footer_banner_list li {
  float: none;
  margin: 0 30px;
  line-height: 0;
  display: inline-block;
}
.top .footer_banner_list li:last-child {
  margin: 0;
}
.top .footer_banner_rectangle {
  display: inline-block;
  margin: 0 0 0 40px;
}
.top .m_caption {
  margin: 10px auto 15px;
  text-align: center;
  color: #0b3190;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.85;
  letter-spacing: 0.2em;
  position: relative;
}
.top .m_caption:before {
  content: url(/decokatsu/coolbiz/img/icon_heading01.png);
  display: inline-block;
  height: 46px;
  width: 100px;
  position: absolute;
  margin-left: -100px;
}
.top .m_heading {
  margin: 20px auto 10px;
}
.top .content_download_link_copy {
  font-weight: bold;
  font-size: 18px;
}
.top .content_download_link_text a {
  color: #221714;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 0.8em;
}
.top .content_download_link_text a:after {
  background-color: #221714;
  height: 2px;
}
.top .content_download_link {
  padding: 0 0 40px;
}
.top .content_download_link .m_content_button {
  padding: 5px 0 5px;
}
.top .content_download_link .m_content_button a {
  font-size: 16px;
}
.top .content {
  background-color: #dff2fb;
  margin: 40px auto 0;
}
.top .content_image_enquete {
  padding: 45px 0 57px;
  line-height: 0;
}

.firstview_container {
  width: 940px;
  margin: 40px auto 0;
  display: table;
  vertical-align: top;
}

.slider_container {
  width: 650px;
  display: table-cell;
  vertical-align: top;
}

.slider {
  margin: 0 auto 0;
  width: 650px;
  height: 433px;
  overflow: hidden;
}
.slider.slick-slider {
  overflow: inherit;
}

.slick-prev {
  left: 50%;
  margin-left: -340px;
  z-index: 1;
}

.slick-next {
  right: 50%;
  margin-right: -340px;
  z-index: 1;
}

.topics_container {
  width: 260px;
  margin: 0 auto 0;
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 30px;
}
.topics_container .newsline_list li .date {
  width: 168px;
}
.topics_container .newsline_list li:nth-child(n+7) {
  display: none;
}
.topics_container .m_newsline {
  width: 100%;
}
.topics_container .content_newsline {
  width: 100%;
  padding: 0;
}
.topics_container .newsline_wrapper {
  margin: 0 auto 10px;
  height: 320px;
  border: 1px solid #c1c1c1;
  width: 260px;
  padding: 20px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.topics_container .m_newsline .m_title_line_decoration {
  margin: 0 auto;
}
.topics_container .m_title_line_decoration {
  font-size: 16px;
}
.topics_container .m_title_line_decoration span {
  padding: 0 15px;
}
.topics_container .newsline_list {
  font-size: 13px;
  position: relative;
  width: auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.topics_container .newsline_list li {
  padding: 0 0 20px;
}
.topics_container .newsline_list li:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #c1c1c1;
  position: absolute;
  left: 0;
}
.topics_container .newsline_list li:last-child:after {
  content: none;
}
.topics_container .newsline_list .message {
  padding: 0 0 10px;
  line-height: 1.4;
}
.topics_container .newsline_list .image {
  display: block;
  position: absolute;
  left: 0;
}
.topics_container .newsline_list li.new .date:after {
  width: 70px;
}

.newsline_list .image {
  display: none;
}

.link_news_list {
  padding: 0;
}
.link_news_list a {
  width: 260px;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  padding: 14px 0;
}

.household {
  /******************************************
   賛同登録
  ******************************************/
  /******************************************
   共通スタイルの上書き
  ******************************************/
}
.household .banner_enquete {
  width: 940px;
  margin: 25px auto 0;
  line-height: 0;
}
.household .banner_list {
  width: 940px;
  margin: 20px auto 0;
  overflow: hidden;
  *zoom: 1;
}
.household .banner_list li {
  float: left;
  margin: 0 0 0 20px;
  line-height: 0;
}
.household .banner_list li:first-child {
  margin: 0;
}
.household .modal_video_screen {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.household .modal_video {
  display: none;
  position: fixed;
  z-index: 1200;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 450px;
  margin: -225px 0 0 -400px;
}
.household .modal_video_close {
  overflow: hidden;
  *zoom: 1;
}
.household .modal_video_close span {
  cursor: pointer;
  height: 60px;
  width: 60px;
  display: block;
  position: relative;
  float: right;
  margin: 0 0 30px 0;
}
.household .modal_video_close .demoSpan1 {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 4px solid white;
  width: 48px;
  height: 48px;
}
.household .modal_video_close .demoSpan1:before {
  content: '';
  height: 6px;
  width: 44px;
  display: block;
  background: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 20.5px;
  left: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.household .modal_video_close .demoSpan1:after {
  content: '';
  height: 6px;
  width: 44px;
  display: block;
  background: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 20.5px;
  left: 2px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.household .modal_video_inner > div {
  display: block;
  position: relative;
  max-width: 100%;
}
.household .modal_video_inner > div > div {
  padding-top: 56.25%;
}
.household .content {
  width: 940px;
  margin: 0 auto;
}
.household .content_proposal {
  margin: 30px auto 0;
  padding: 30px 67px 10px;
  background-color: #fbf7c7;
}
.household .content_proposal.style {
  padding: 0 67px 60px;
  background-color: #f5ed71;
}
.household .title_proposal {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto 24px;
}
.household .lead_proposal {
  margin: 0 auto 30px;
}
.household .lead_proposal h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 15px;
  line-height: 1;
}
.household .proposal_image {
  background: url("/decokatsu/coolbiz/img/household/index/image_proposal.png") no-repeat 100% 0;
  min-height: 182px;
  padding: 0 286px 0 0;
}
.household .proposal_workstyle {
  overflow: hidden;
  *zoom: 1;
}
.household .proposal_detail {
  padding: 0;
}
.household .title_proposal_detail {
  font-weight: bold;
  color: #0b3190;
  margin: 0 auto 10px;
  font-size: 20px;
}
.household .copy_proposal_detail {
  margin: 0 auto 30px;
}
.household .proposal_workstyle_inner {
  width: 50%;
  padding: 0px 0 10px 0px;
  box-sizing: border-box;
  float: left;
  min-height: 145px;
}
.household .proposal_workstyle_inner:nth-child(1) {
  background: url("/decokatsu/coolbiz/img/household/index/image_workstyle01.png") no-repeat 85% 0;
}
.household .proposal_workstyle_inner:nth-child(2) {
  background: url("/decokatsu/coolbiz/img/household/index/image_workstyle03.png") no-repeat 85% 0;
}
.household .proposal_workstyle_inner:nth-child(3) {
  background: url("/decokatsu/coolbiz/img/household/index/image_workstyle02.png") no-repeat 85% 0;
}
.household .proposal_workstyle_inner:nth-child(4) {
  background: url("/decokatsu/coolbiz/img/household/index/image_workstyle04.png") no-repeat 85% 0;
}
.household .proposal_workstyle_inner:nth-child(5) {
  background: url("/decokatsu/coolbiz/img/household/index/image_workstyle05.png") no-repeat 100% 0;
  width: 100%;
  padding: 0 150px 30px 0;
  margin: 0 auto;
  float: none;
  clear: both;
}
.household .proposal_workstyle_inner:nth-child(5) .copy_workstyle span {
  display: inline-block;
  margin: 1em 0;
}
.household .proposal_workstyle_inner:nth-child(6) {
  background: url("/decokatsu/coolbiz/img/household/index/image_workstyle06.png") no-repeat 100% 0;
  width: 100%;
  padding: 0 150px 50px 0;
  margin: 0 auto;
  float: none;
  clear: both;
}
.household .proposal_workstyle_inner:nth-child(6) .copy_workstyle {
  padding: 2em 0 0;
}
.household .proposal_workstyle_list {
  margin: 0 auto;
  padding: 0 0 40px;
}
.household .proposal_workstyle_list li {
  text-indent: -0.6em;
  padding-left: 0.6em;
  padding-bottom: 0.4em;
}
.household .proposal_workstyle_list li:before {
  content: "-";
}
.household .caption_workstyle {
  color: #0b3190;
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto 0;
}
.household .copy_workstyle {
  font-size: 16px;
}
.household .content_entry {
  margin: 30px auto 0;
  padding: 60px 30px;
  background-color: #e2f5fe;
}
.household .m_content_lead {
  margin: 0 auto;
}
.household .m_content_button {
  padding: 35px 0 0;
}
.household .m_content_button a {
  font-size: 16px;
  padding: 25px 0;
  text-align: center;
}
.household .m_action_list {
  margin: 60px auto 0;
}
.household .link_action_list {
  padding: 35px 0 0;
}
.household .link_action_list a {
  display: block;
  width: 325px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #221714;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  line-height: 1;
  -moz-transition: border-color 0.2s ease-in-out 0s;
  -o-transition: border-color 0.2s ease-in-out 0s;
  -webkit-transition: border-color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: border-color 0.2s ease-in-out 0s;
}
.household .link_action_list a:hover {
  border: 1px solid #111111;
}
.household .link_action_list span {
  font-size: 13px;
  display: block;
}
.household .accordionbox {
  width: 100%;
  background: #FBDBC4;
  margin: 0 auto;
  padding: 0;
}
.household .accordionlist dt {
  display: block;
  background: #f5ed71;
  position: relative;
}
.household .accordionlist dt:first-child {
  border-top: none !important;
}
.household .accordionlist dt .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 27px 0;
}
.household .accordionlist dt .title p {
  text-align: center;
}
.household .accordionlist dd {
  background: #fbf9e1;
  border: #f5ed71 1px solid;
  padding: 40px 30px 0px 30px;
}
.household .accordion_icon {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.household .accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 4px;
  top: 0.5em;
  background-color: black;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.household .accordion_icon span:nth-of-type(1) {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.household .accordion_icon span:nth-of-type(2) {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.household .accordion_icon.active span:nth-of-type(1) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.household .accordion_icon.active span:nth-of-type(2) {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.family .content_caption {
  color: #0b3190;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 20px;
  padding: 0;
}
.family .content_copy {
  line-height: 2;
}
.family .content {
  width: 940px;
  margin: 0 auto;
}
.family .background_aoki {
  background: url(/decokatsu/coolbiz/img/household/family/image_aoki.jpg) no-repeat 100% 0;
  padding: 0 328px 0 0;
  min-height: 648px;
}
.family .content_inner {
  display: table;
  width: 940px;
}
.family .content_note {
  display: table-cell;
  vertical-align: top;
}
.family .content_image {
  display: table-cell;
  vertical-align: top;
}
.family .content_image figcaption {
  font-size: 13px;
}
.family .content_sleep .content_image {
  padding: 0 40px 0 0;
}
.family .content_out .content_image {
  padding: 0 0 0 40px;
}
.family .check_comment {
  background: url(/decokatsu/coolbiz/img/household/family/image_doctor.jpg) no-repeat 10px 50%;
  background-color: #fffbc6;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height: 85px;
  margin: 20px auto 60px;
  padding: 15px 15px 15px 113px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.family .check_comment dt {
  font-size: 13px;
  font-weight: bold;
  color: #0b3190;
}
.family .check_comment dd {
  font-size: 13px;
}
.family .m_content_profile {
  margin: 0 auto 40px;
}
.family .content_profile_inner {
  background: url("/decokatsu/coolbiz/img/household/family/image_profile.jpg") 0 50% no-repeat;
  min-height: 164px;
}
.family .content_doctor {
  margin: 0 -5px 20px;
}
.family .content_doctor .notice {
  margin: 0 5px 0 0;
  text-align: right;
}

.enquete .m_keyvisual {
  margin: 30px auto 0;
}
.enquete .banner_enquete {
  width: 940px;
  margin: 25px auto 0;
  line-height: 0;
}
.enquete .banner_list {
  width: 940px;
  margin: 20px auto 0;
  overflow: hidden;
  *zoom: 1;
}
.enquete .banner_list li {
  float: left;
  margin: 0 0 0 20px;
  line-height: 0;
}
.enquete .banner_list li:first-child {
  margin: 0;
}
.enquete .making {
  width: 940px;
  margin: 0 auto;
  padding: 30px 70px 0;
  text-align: center;
  background-color: #fffbc6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.enquete .making figcaption {
  font-size: 20px;
  color: #0b3190;
  padding: 0 0 20px 0px;
}
.enquete .content_application {
  width: 846px;
  margin: 0 auto;
}
.enquete .title_line_decoration {
  width: 750px;
  margin: 50px auto 20px;
}
.enquete .application_list {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 2;
}
.enquete .application_list dt {
  font-weight: bold;
  text-indent: -2.5em;
  margin: 0 auto 10px;
  padding: 0 1.5em 0 2.3em;
}
.enquete .application_list dt span {
  padding: 0 1.6em 0 0;
}
.enquete .application_list dd {
  padding: 0 1.5em 0 2.5em;
  margin: 0 auto 20px;
}
.enquete .application_list dd a {
  color: #00a0e9;
}

.doctor,
.office_doctor {
  /******************************************
   COOLCHOICEの参加
  ******************************************/
}
.doctor .content,
.office_doctor .content {
  width: 940px;
  margin: 30px auto 0;
}
.doctor .m_keyvisual,
.office_doctor .m_keyvisual {
  margin: 40px auto 0;
}
.doctor .keyvisual_lead,
.office_doctor .keyvisual_lead {
  width: 940px;
  margin: 10px auto 20px;
}
.doctor .content_comment,
.office_doctor .content_comment {
  display: table;
  padding: 0 0 30px 0;
}
.doctor .content_comment.right,
.office_doctor .content_comment.right {
  direction: rtl;
}
.doctor .content_comment.right .content_comment_inner,
.office_doctor .content_comment.right .content_comment_inner {
  direction: ltr;
}
.doctor .content_comment.right .comment_image,
.office_doctor .content_comment.right .comment_image {
  padding: 0 45px 0 0;
}
.doctor .content_comment_inner,
.office_doctor .content_comment_inner {
  display: table-cell;
  vertical-align: top;
}
.doctor .title_comment,
.office_doctor .title_comment {
  color: #65c5f0;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 auto 10px;
}
.doctor .copy_comment,
.office_doctor .copy_comment {
  font-size: 16px;
  line-height: 2;
}
.doctor .comment_image,
.office_doctor .comment_image {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 20px;
}
.doctor .content_example,
.office_doctor .content_example {
  background-color: #f0f4fc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
  width: 590px;
  margin: 0 auto 90px;
  padding: 20px;
}
.doctor .content_example h4,
.office_doctor .content_example h4 {
  font-weight: bold;
}
.doctor .content_join,
.office_doctor .content_join {
  margin: 1.65em auto 0;
  color: #221714;
}
.doctor .title_join,
.office_doctor .title_join {
  font-size: 18px;
  font-weight: bold;
  margin: 1em auto;
}
.doctor .copy_join,
.office_doctor .copy_join {
  margin: 1em auto;
}

.office_doctor .content_comment .comment_image {
  padding-top: 45px;
}

.blogger .content {
  width: 940px;
  margin: 30px auto 0;
}
.blogger h1.m_caption {
  font-size: 46px;
  color: #00a0e9;
  line-height: 48px;
  letter-spacing: 1.8px;
  margin: 20px auto;
}
.blogger h1.m_caption span {
  font-size: 32px;
}
.blogger .keyvisual {
  text-align: center;
  margin: 0 auto 20px;
}
.blogger p.m_content_lead {
  font-size: 22px;
}
.blogger .profile_content {
  padding: 0 0 60px;
}
.blogger .profile_content h2 {
  text-align: center;
}
.blogger .profile_content ul {
  overflow: hidden;
  *zoom: 1;
}
.blogger .profile_content li {
  float: left;
}
.blogger .profile_content li:first-child {
  margin-right: 10px;
}
.blogger .file1 .body,
.blogger .file2 .body,
.blogger .file3 .body,
.blogger .file4 .body,
.blogger .file5 .body {
  overflow: hidden;
  *zoom: 1;
  padding: 30px 0 50px;
  border-top: 1px dashed #221714;
}
.blogger .file1 .body > p,
.blogger .file2 .body > p,
.blogger .file3 .body > p,
.blogger .file4 .body > p,
.blogger .file5 .body > p {
  float: left;
}
.blogger .file1 .body .file_content,
.blogger .file2 .body .file_content,
.blogger .file3 .body .file_content,
.blogger .file4 .body .file_content,
.blogger .file5 .body .file_content {
  float: left;
  width: 780px;
}
.blogger .file1 .body .file_content h2,
.blogger .file2 .body .file_content h2,
.blogger .file3 .body .file_content h2,
.blogger .file4 .body .file_content h2,
.blogger .file5 .body .file_content h2 {
  font-size: 32px;
  padding: 0 0 0 40px;
}
.blogger .file1 .body .file_content p,
.blogger .file2 .body .file_content p,
.blogger .file3 .body .file_content p,
.blogger .file4 .body .file_content p,
.blogger .file5 .body .file_content p {
  font-size: 16px;
  padding: 0 0 30px 40px;
}
.blogger .file1 .body .file_content ul li:first-child,
.blogger .file2 .body .file_content ul li:first-child,
.blogger .file3 .body .file_content ul li:first-child,
.blogger .file4 .body .file_content ul li:first-child,
.blogger .file5 .body .file_content ul li:first-child {
  margin: 0 auto 45px;
}
.blogger .file3 .body .file_content p {
  padding: 0 0 10px 40px;
}
.blogger .footer_content {
  margin: 0 0 0 -33px;
}

.office {
  /******************************************
   賛同登録
  ******************************************/
  /******************************************
   共通スタイルの上書き
  ******************************************/
}
.office .content {
  width: 940px;
  margin: 0 auto;
}
.office .content_proposal {
  margin: 30px auto 0;
  padding: 30px 67px 10px;
  background-color: #e2f5fe;
}
.office .content_proposal.style {
  padding: 0 67px 60px;
  background-color: #65c5f0;
}
.office .title_proposal {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto 24px;
}
.office .lead_proposal {
  margin: 0 auto 30px;
}
.office .lead_proposal h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 15px;
  line-height: 1;
}
.office .proposal_image {
  background: url("/decokatsu/coolbiz/img/office/index/image_proposal.png") no-repeat 100% 0;
  min-height: 182px;
  padding: 0 286px 0 0;
}
.office .proposal_workstyle {
  overflow: hidden;
  *zoom: 1;
}
.office .proposal_detail {
  padding: 0;
}
.office .title_proposal_detail {
  font-weight: bold;
  color: #0b3190;
  margin: 0 auto 10px;
  font-size: 20px;
}
.office .copy_proposal_detail {
  margin: 0 auto 30px;
}
.office .proposal_workstyle_inner {
  width: 50%;
  padding: 0px 0 50px 0px;
  box-sizing: border-box;
  float: left;
}
.office .proposal_workstyle_inner:nth-child(1) {
  background: url("/decokatsu/coolbiz/img/office/index/image_workstyle01.png") no-repeat 85% 0;
}
.office .proposal_workstyle_inner:nth-child(2) {
  background: url("/decokatsu/coolbiz/img/office/index/image_workstyle04.png") no-repeat 85% 0;
}
.office .proposal_workstyle_inner:nth-child(3) {
  background: url("/decokatsu/coolbiz/img/office/index/image_workstyle02.png") no-repeat 85% 0;
}
.office .proposal_workstyle_inner:nth-child(4) {
  background: url("/decokatsu/coolbiz/img/office/index/image_workstyle03.png") no-repeat 85% 0;
}
.office .proposal_workstyle_inner:nth-child(5) {
  background: url("/decokatsu/coolbiz/img/office/index/image_workstyle05.png") no-repeat 85% 0;
}
.office .proposal_workstyle_list {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
.office .proposal_workstyle_list li {
  text-indent: -0.6em;
  padding-left: 0.6em;
  padding-bottom: 0.4em;
}
.office .proposal_workstyle_list li:before {
  content: "-";
}
.office .caption_workstyle {
  color: #0b3190;
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto 0;
}
.office .copy_workstyle {
  font-size: 16px;
}
.office .content_entry {
  margin: 30px auto 0;
  padding: 60px 30px;
  background-color: #e2f5fe;
}
.office .m_content_lead {
  margin: 0 auto;
}
.office .m_content_button {
  padding: 35px 0 0;
}
.office .m_content_button a {
  font-size: 16px;
  padding: 25px 0;
  text-align: center;
}
.office .m_action_list {
  margin: 60px auto 0;
}
.office .link_action_list {
  padding: 35px 0 0;
}
.office .link_action_list a {
  display: block;
  width: 325px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #221714;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  line-height: 1;
  -moz-transition: border-color 0.2s ease-in-out 0s;
  -o-transition: border-color 0.2s ease-in-out 0s;
  -webkit-transition: border-color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: border-color 0.2s ease-in-out 0s;
}
.office .link_action_list a:hover {
  border: 1px solid #111111;
}
.office .link_action_list span {
  font-size: 13px;
  display: block;
}
.office .accordionbox {
  width: 100%;
  background: #FBDBC4;
  margin: 0 auto;
  padding: 0;
}
.office .accordionlist dt {
  display: block;
  background: #65c5f0;
  position: relative;
}
.office .accordionlist dt:first-child {
  border-top: none !important;
}
.office .accordionlist dt .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 27px 0;
}
.office .accordionlist dt .title p {
  text-align: center;
}
.office .accordionlist dd {
  background: #fff;
  border: #65c5f0 1px solid;
  padding: 40px 30px 0px 30px;
}
.office .accordion_icon {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
.office .accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 4px;
  top: 0.5em;
  background-color: black;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.office .accordion_icon span:nth-of-type(1) {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.office .accordion_icon span:nth-of-type(2) {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.office .accordion_icon.active span:nth-of-type(1) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.office .accordion_icon.active span:nth-of-type(2) {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.action_list {
  /******************************************
   共通スタイルの上書き
  ******************************************/
}
.action_list .content {
  width: 940px;
  margin: 0 auto;
}
.action_list .m_content_lead {
  margin: 0 auto;
}
.action_list .m_content_button {
  padding: 35px 0 0;
}
.action_list .m_content_button a {
  font-size: 16px;
  padding: 25px 0;
  text-align: center;
}
.action_list .m_action_list {
  margin: 60px auto 0;
}
.action_list .link_action_list {
  padding: 35px 0 0;
}
.action_list .link_action_list a {
  display: block;
  width: 325px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #221714;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  line-height: 1;
  -moz-transition: border-color 0.2s ease-in-out 0s;
  -o-transition: border-color 0.2s ease-in-out 0s;
  -webkit-transition: border-color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: border-color 0.2s ease-in-out 0s;
}
.action_list .link_action_list a:hover {
  border: 1px solid #111111;
}
.action_list .link_action_list span {
  font-size: 13px;
  display: block;
}

.action_detail {
  /******************************************
   COOLCHOICEの参加
  ******************************************/
  /******************************************
   アドバイザーの紹介
  ******************************************/
  /******************************************
   共通スタイルの上書き
  ******************************************/
}
.action_detail .content {
  width: 940px;
  margin: 0 auto;
}
.action_detail .back_action_list {
  width: 940px;
  margin: 55px auto 0;
}
.action_detail .back_action_list a {
  display: block;
  color: black;
  text-decoration: none;
  line-height: 50px;
  padding: 0 40px;
  background-color: #F1F1F1;
  position: relative;
}
.action_detail .back_action_list a:before {
  content: "◀";
  font-size: 10px;
  position: absolute;
  left: 15px;
  top: 0;
}
.action_detail .headding_content {
  margin: 30px auto 0;
  display: table;
}
.action_detail .headding_content .headding_content_inner {
  vertical-align: middle;
  display: table-cell;
}
.action_detail .title_detail {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
  color: #221714;
  padding: 0 30px 0 0;
  position: relative;
}
.action_detail .title_detail:before {
  font-size: 13px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 0;
  padding: 8px;
  width: 90px;
  display: inline-block;
  color: black;
}
.action_detail .title_detail.activity {
  margin: 120px auto 0;
  color: #65c5f0;
}
.action_detail .title_detail.activity:before {
  content: "活動報告";
  background-color: #FFE762;
}
.action_detail .title_detail.report {
  margin: 120px auto 0;
  color: #65c5f0;
}
.action_detail .title_detail.report:before {
  content: "レポート";
  background-color: #80F062;
}
.action_detail .title_detail.news {
  margin: 120px auto 0;
  color: #65c5f0;
}
.action_detail .title_detail.news:before {
  content: "お知らせ";
  background-color: #FD896F;
}
.action_detail .header_detail {
  margin: 20px auto 0;
}
.action_detail .information {
  line-height: 1.1;
  overflow: hidden;
  *zoom: 1;
}
.action_detail .information li {
  float: right;
  padding: 0 10px;
}
.action_detail .information li:first-child {
  padding: 0 0 0 10px;
}
.action_detail .information li:last-child {
  border-right: 1px solid black;
}
.action_detail .information a {
  color: #65c5f0;
}
.action_detail .content_overview {
  margin: 50px auto 0;
}
.action_detail .copy_overview {
  margin: 1.65em auto 0;
  color: #221714;
}
.action_detail .image_overview {
  margin: 1.65em auto 0;
  text-align: center;
}
.action_detail .image_overview figure {
  margin: 0 auto;
  width: 600px;
  text-align: center;
}
.action_detail .image_overview figure img {
  width: 600px;
}
.action_detail .image_overview figcaption {
  margin: 0 auto;
  width: 600px;
  text-align: left;
  color: #908b89;
}
.action_detail .title_overview {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.action_detail .image_list {
  margin: 30px auto 0;
  letter-spacing: -.40em;
  text-align: center;
}
.action_detail .image_list li {
  display: inline-block;
  width: 300px;
  margin: 0 20px 0 0;
  position: relative;
  letter-spacing: normal;
}
.action_detail .image_list li:nth-child(3n) {
  margin: 0 0 0 0;
}
.action_detail .image_list figcaption {
  text-align: left;
  color: #908b89;
}
.action_detail .content_join {
  margin: 1.65em auto 0;
  color: #221714;
}
.action_detail .title_join {
  font-size: 18px;
  font-weight: bold;
  margin: 1em auto;
}
.action_detail .copy_join {
  margin: 1em auto;
}
.action_detail .content_adviser {
  margin: 100px auto 0;
}
.action_detail .content_adviser_inner {
  display: table;
  background-color: #f1f1f1;
}
.action_detail .content_adviser_image {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
.action_detail .content_adviser_introduction {
  display: table-cell;
  vertical-align: middle;
  padding: 0 30px;
}
.action_detail .content_adviser_introduction h3:before {
  content: "<";
}
.action_detail .content_adviser_introduction h3:after {
  content: ">";
}
.action_detail .m_content_lead {
  margin: 0 auto;
}

.download .content {
  width: 940px;
  margin: 0 auto;
}
.download .m_content_lead {
  margin: 0 auto 0;
}
.download .download_list {
  width: 940px;
  margin: 0 auto 20px;
  text-align: center;
  letter-spacing: -0.4em;
}
.download .download_list li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 15px;
}
.download .download_list figcaption {
  margin: 10px auto 0;
  text-align: center;
}
.download .download_poster {
  width: 940px;
  margin: 0 auto 30px;
  text-align: center;
}
.download .download_poster figcaption {
  margin: 10px auto 0;
  text-align: center;
}
.download .download_notice {
  text-align: center;
  margin: 20px auto 0;
}
.download .download_notice:before {
  content: "※";
  padding: 0 0.5em 0 0;
}
.download .m_content_button {
  padding: 35px 0 0;
}
.download .m_content_button a {
  font-size: 16px;
  text-align: center;
}
.download .content_download {
  padding: 30px 0 0;
  display: table-cell;
}

.contact .content {
  width: 940px;
  margin: 0 auto;
}
.contact .content_contact {
  background-color: #f1f1f1;
  text-align: center;
  padding: 30px;
}
.contact .contact_link a {
  display: inline-block;
  position: relative;
  -moz-transition: ease-in-out 0.3s 0s;
  -o-transition: ease-in-out 0.3s 0s;
  -webkit-transition: ease-in-out 0.3s;
  -webkit-transition-delay: 0s;
  transition: ease-in-out 0.3s 0s;
  color: #65c5f0;
  text-decoration: none;
  line-height: 1;
}
.contact .contact_link a::after {
  position: absolute;
  bottom: -3px;
  left: 50%;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #65c5f0;
  -moz-transition: ease-in-out 0.3s 0s;
  -o-transition: ease-in-out 0.3s 0s;
  -webkit-transition: ease-in-out 0.3s;
  -webkit-transition-delay: 0s;
  transition: ease-in-out 0.3s 0s;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contact .contact_link a:hover::after {
  width: 0;
}

.faq .content {
  width: 746px;
  margin: 0 auto;
}
.faq .faq_index_list {
  text-indent: -1.8em;
  margin: 20px auto 0;
}
.faq .faq_index_list a {
  color: #65c5f0;
  text-decoration: none;
  padding: 1em 0;
}
.faq .faq_index_list li {
  padding: 10px 0 0;
}
.faq .faq_index_list span {
  display: inline-block;
  padding-right: 1.8em;
}

.coolshare {
  display: block;
  width: 1000px;
  margin: auto;
  /******************************************
   共通スタイルの上書き
  ******************************************/
}
.coolshare .content {
  width: 1000px;
  margin: 0 auto;
}
.coolshare .content_link_tabs {
  width: 1000px;
  margin: 0 auto 30px;
}
.coolshare .content_link_tabs_list {
  display: table;
  width: 100%;
}
.coolshare .content_link_tabs_list li {
  display: table-cell;
  width: 33%;
  text-align: center;
}
.coolshare .content_link_tabs_list li a {
  text-decoration: none;
  color: #65c5f0;
  background-color: #e2f5fe;
  display: block;
  border-right: 2px solid white;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 60px;
  position: relative;
  -moz-transition: background-color 0.2s ease-in-out 0s;
  -o-transition: background-color 0.2s ease-in-out 0s;
  -webkit-transition: background-color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: background-color 0.2s ease-in-out 0s;
}
.coolshare .content_link_tabs_list li a:after {
  content: "▼";
  display: inline-block;
  font-size: 11px;
  line-height: 60px;
  position: absolute;
  right: 10px;
}
.coolshare .content_link_tabs_list li a:hover {
  background-color: #ceeefd;
}
.coolshare .contact_caption {
  font-size: 20px;
  color: #65c5f0;
  margin: 0 auto 15px;
}
.coolshare .content_copy {
  line-height: 2;
  margin: 0 auto 2em;
}
.coolshare .content_coolshare_image {
  background: url("/decokatsu/coolbiz/img/coolshare/image_coolshare.jpg") no-repeat 100% 0;
  padding: 0 320px 30px 0;
  min-height: 430px;
}
.coolshare .content_coolchare_style {
  width: 746px;
  display: table;
  margin: auto;
}
.coolshare .content_coolchare_style li {
  display: table-cell;
  padding: 0 22px 0 0;
}
.coolshare .content_coolchare_style li:last-child {
  padding: 0;
}
.coolshare .content_coolchare_style figcaption {
  font-size: 13px;
  line-height: 1.615;
}
.coolshare .content_coolshare {
  margin: 0 auto 30px;
}
.coolshare .content_sharemap {
  margin: 0 auto 50px;
}
.coolshare .m_content_button {
  padding: 0;
}
.coolshare .m_content_button a {
  font-size: 16px;
  padding: 25px 0;
  text-align: center;
}
/* 20190308追記 */
.coolshare > .content { width: 1000px; }
.coolshare .list_banner { margin-bottom: 40px; }
.coolshare .list_banner li a { display: block; }
.coolshare .list_banner li p { font-size: 14px; }
.coolshare .list_banner li + li { margin-top: 30px; }

.archives .m_content_lead {
  margin: 30px auto 30px;
}
.archives .content {
  width: 940px;
  margin: 0 auto 30px;
}
.archives .content:last-child {
  margin: 0 auto -12px;
}
.archives .effort_list {
  overflow: hidden;
  *zoom: 1;
}
.archives .effort_list li {
  float: left;
  margin: 0 12px 12px 0;
  line-height: 1;
}
.archives .effort_list li:nth-child(4n) {
  margin: 0;
}
.archives .effort_list li a {
  width: 226px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.archives .effort_list li a {
  background-color: #65c5f0;
  -moz-transition: background-color 0.2s ease-in-out 0s;
  -o-transition: background-color 0.2s ease-in-out 0s;
  -webkit-transition: background-color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: background-color 0.2s ease-in-out 0s;
}
.archives .effort_list li a:hover {
  background-color: #86d1f3;
}
.archives .result_list {
  overflow: hidden;
  *zoom: 1;
}
.archives .result_list li {
  float: left;
  margin: 0 12px 12px 0;
  line-height: 1;
}
.archives .result_list li:nth-child(4n) {
  margin: 0;
}
.archives .result_list li a {
  width: 226px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.archives .result_list li a {
  background-color: #FFA43E;
  -moz-transition: background-color 0.2s ease-in-out 0s;
  -o-transition: background-color 0.2s ease-in-out 0s;
  -webkit-transition: background-color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: background-color 0.2s ease-in-out 0s;
}
.archives .result_list li a:hover {
  background-color: #ffb562;
}

.topics {
  /******************************************
   共通スタイルの上書き
  ******************************************/
}
.topics .content {
  width: 940px;
  margin: 0 auto;
}
.topics .m_content_lead {
  margin: 0 auto;
}
.topics .m_content_button {
  padding: 35px 0 0;
}
.topics .m_content_button a {
  font-size: 16px;
  padding: 25px 0;
  text-align: center;
}
.topics .m_action_list {
  margin: 30px auto 0;
}
.topics .m_action_list .date {
  display: block;
}
.topics .m_action_list .new .date:after {
  content: "NEW";
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  color: #221714;
  background-color: #65c5f0;
  display: inline-block;
  width: 100px;
  margin: 0 0 0 20px;
  padding: 2px 0;
  line-height: 1;
  text-align: center;
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.topics .link_action_list {
  padding: 35px 0 0;
}
.topics .link_action_list a {
  display: block;
  width: 325px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #221714;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  line-height: 1;
  -moz-transition: border-color 0.2s ease-in-out 0s;
  -o-transition: border-color 0.2s ease-in-out 0s;
  -webkit-transition: border-color 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: border-color 0.2s ease-in-out 0s;
}
.topics .link_action_list a:hover {
  border: 1px solid #111111;
}
.topics .link_action_list span {
  font-size: 13px;
  display: block;
}

.tools .content {
  background-color: #dff2fb;
  margin: 30px auto 0;
}
.tools .content_caption {
  color: #221714;
  font-weight: bold;
  line-height: 1;
  padding: 30px 0 0;
  font-size: 24px;
}
.tools .modal_video_screen {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.tools .modal_video {
  display: none;
  position: fixed;
  z-index: 1200;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 450px;
  margin: -225px 0 0 -400px;
}
.tools .modal_video_close {
  overflow: hidden;
  *zoom: 1;
}
.tools .modal_video_close span {
  cursor: pointer;
  height: 60px;
  width: 60px;
  display: block;
  position: relative;
  float: right;
  margin: 0 0 30px 0;
}
.tools .modal_video_close .demoSpan1 {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 4px solid white;
  width: 48px;
  height: 48px;
}
.tools .modal_video_close .demoSpan1:before {
  content: '';
  height: 6px;
  width: 44px;
  display: block;
  background: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 20.5px;
  left: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tools .modal_video_close .demoSpan1:after {
  content: '';
  height: 6px;
  width: 44px;
  display: block;
  background: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 20.5px;
  left: 2px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tools .modal_video_inner > div {
  display: block;
  position: relative;
  max-width: 100%;
}
.tools .modal_video_inner > div > div {
  padding-top: 56.25%;
}
/* 2019.02.19追記 */
.breadcrumb { width: 1080px; margin: 20px auto 0; overflow: hidden; }
.breadcrumb li { position: relative; float: left; padding: 0 30px 0 0; font-size: 86%; }
.breadcrumb li::after{
	content: " ";
	display: block;
	position: absolute;
	top: 40%;
	right: 12px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #221714;
	border-right: 1px solid #221714;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadcrumb li:last-child::after{ display: none; }
.breadcrumb li:last-child a { text-decoration: none; color: #221714; }
