@charset "utf-8";
/* PCサイズ------------------------------- */
@media screen and (min-width:1031px) {
/*---------------------------------

  共通

---------------------------------*/
.width1030,
.sp,
.tablet_only,
.sp_only {
  display: none!important;
}
main {
  overflow: hidden;
  padding: 105px 0 0;
  position: relative;
}
/*
  ボタン
--------------------------*/
.cv_wrap {
  text-align: center;
  margin: 20px 0;
}
.cv,
.cv_w,
.return,
.cv_contact {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 240px;
  line-height: 48px;
  border: solid 2px #03a864;
  border-bottom: solid 4px #038c4e;
  background: #03a864;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  border-radius: 6px;
}
.cv span {
  background: url(../img/common/cv_w.png) left center no-repeat;
  background-size: 20px;
  padding: 0 0 0 32px;
  display: inline-block;
}
.return {
  border: solid 2px #e6e6e6;
  border-bottom: solid 4px #999;
  background: #e6e6e6;
  width: 100px;
  color: #666;
  font-size: 14px;
}
.cv_contact {
  border: solid 2px #f76321;
  border-bottom: solid 4px #d14519;
  background: #f76321;
  font-size: 18px;
}
.cv:hover,
.cv_w:hover,
.btn:hover,
.return:hover,
.cv_contact:hover {
  opacity: 0.8;
}
    
    .btn{
        display: block;
        width: 100%;
        max-width: 320px;
        min-width: 280px;
        height: 60px;
        padding: 14px 0 0;
        border-radius: 6px;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        text-align: center;
        box-sizing: border-box;
    }
    .btn.white_btn{
        background: #fff;
        border: 2px solid #F74A4A;
        color: #F74A4A;
    }
    .btn.red_btn{
        background: #F74A4A;
        color: #fff;
    }
    
/*
  ページ内リンク
--------------------------*/
.in_page_link {
  letter-spacing: -.4em;
  text-align: center;
  margin: 0 0 20px;
}
.in_page_link li {
  display: inline-block;
  margin: 0 10px;
}
.in_page_link a {
  display: inline-block;
  padding: 0 45px 0 30px;
  color: #03a864;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  border: solid 1px #03a864;
  border-bottom: solid 4px #038c4e;
  background: #edf2d4 url(../img/common/in_page_link.png) right 10px center no-repeat;
  background-size: 20px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 6px;
}
.in_page_link a:hover {
  color: #fff;
  background: #03a864 url(../img/common/in_page_link.png) right 10px center no-repeat;
  background-size: 20px;
}
.cmnLink {
  color: #03a864;
  text-decoration: underline;
}
/*
  固定お問い合わせボタン
--------------------------*/
.contact_fix {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 210px;
}
.contact_fix a {
  color: #fff;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #03a864;
  display: block;
  width: 40px;
  height: 220px;
  text-align: center;
  line-height: 40px;
  border-radius: 10px 0 0 10px;
}
.contact_fix a:last-child {
  margin: 20px 0 0;
  background: #017540;
}
.contact_fix a:hover {
  opacity: 0.8;
}
/*
  ヘッダー
--------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
  background: #fff;
  min-height: 105px;
  height: 105px;
  box-sizing: border-box;
  border-top: solid 2px #03a864;
  border-bottom: solid 1px #f1f1f1;
}
#header .header_in {
  width: 98%;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  height: 103px;
}
#header .sub {
  overflow: hidden;
  padding: 12px 0 18px;
}
#header .sub > span {
  font-size: 13px;
}
#header .sub > h1 {
  display: inline;
  font-size: 13px;
}
#header .sub p {
  font-size: 13px;
  float: right;
  display: inline-block;
}
#header .sub p span {
  display: inline-block;
  color: #03a864;
  width: 70px;
  line-height: 18px;
  border: solid 1px #03a864;
  box-sizing: border-box;
  margin: 0 12px 0 0;
  text-align: center;
  border-radius: 5px;
}
#header .sub .tel {
  font-size: 14px;
  float: right;
  display: inline-block;
  color: #03a864;
  font-weight: bold;
  margin: 0 20px 0 0;
  padding: 0 0 0 24px;
  background: url(../img/common/tel_icon.png) left center no-repeat;
  background-size: 16px;
  line-height: 20px;
}
#header .sub .tel:hover {
  opacity: 0.8;
}
#header .logo {
  float: left;
  line-height: 1;
  display: inline-block;
}
#header .logo:hover {
  opacity: 0.8;
}
#header .logo img {
  width: 248px;
  height: 41px;
}
#header .login_btn {
  width: 150px;
  line-height: 40px;
  text-align: center;
  padding: 0 0 0 20px;
  background: #a6be29 url(../img/common/login_header.png) left 18px center no-repeat;
  background-size: 20px;
  display: block;
  color: #fff;
  font-weight: bold;
  float: right;
  border-radius: 6px;
}
#header .login_btn:hover {
  opacity: 0.8;
}
nav {
  overflow: hidden;
  float: right;
}
nav ul {
  overflow: hidden;
}
nav .menu {
  margin-right: 15px;
  float: left;
}
nav li a:hover {
  text-decoration: none;
}
/*ナビのアニメーション*/
nav .text {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 15px 4px 0;
  height: 53px;
  position: relative;
  letter-spacing: 0;
}
nav .text.now,
nav .text:hover {
  color: #03a864;
}
nav .text:before,
nav .text:after {
  position: absolute;
  bottom: 10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #03a864;
  transition: 1s;
}
nav .text:before {
  left: 50%;
}
nav .text:after {
  right: 50%;
}
nav .text:hover:before,
nav .text:hover:after,
nav .text.now:before,
nav .text.now:after {
  width: 50%;
}
/*サブメニューアニメーション*/
.menu_dropdown {
  width: auto;
  min-width: 150px;
  padding: 10px 0;
  position: absolute;
  background: #fff;
  z-index: 100;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  transition:
    0.5s padding,
    0.5s background;
}
.menu:nth-child(2) .menu_dropdown,
.menu:nth-child(5) .menu_dropdown {
  margin-left: -43px;
}
.menu:nth-child(4) .menu_dropdown {
  margin-left: -95px;
}
.menu_dropdown:after {
  content: "";
  display: block;
  height: 0;
  border-top: 5px solid #ebebeb;
  border-left: ($menu_WIDTH / 2) solid transparent;
  border-right: ($menu_WIDTH / 2) solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition: 0.5s border-top;
}
.menu:not(:hover) > .menu_dropdown {
  padding: 0;
  background: #fff;
  z-index: 99;
  box-sizing: border-box;
}
.menu:not(:hover) > .menu_dropdown:after {
  border-top-color: #dddddd;
}
.menu:not(:hover) > .menu_title:after {
  border-bottom-color: #dddddd;
}
.menu_dropdown > * {
  overflow: hidden;
  padding: 0;
  background: #fff;
  white-space: nowrap;
  transition:
    0.5s height cubic-bezier(.73,.32,.34,1.5),
    0.5s padding cubic-bezier(.73,.32,.34,1.5),
    0.5s margin cubic-bezier(.73,.32,.34,1.5),
    0.5s 0.2s color,
    0.2s background-color;
}
.menu_dropdown a {
  padding: 5px 0 5px 15px;
  display: block;
  font-size: 14px;
  position: relative;
  margin: 5px 20px;
  line-height: 1;
}
.menu_dropdown a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #03a864;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.menu_dropdown a:hover {
  color: #03a864;
}
.menu:not(:hover) > .menu_dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25,25,25,0);
  transition: 
    0.5s 0.1s height,
    0.5s 0.1s padding,
    0.5s 0.1s margin,
    0.3s color,
    0.6s visibility;
  z-index: 99;
}
/*
  フッター
--------------------------*/
footer {
  box-sizing: border-box;
  position: relative;
  border-top: solid 4px #eff4d4;
}
.top_main + footer {
  border-top: solid 4px #f2f2f2;
}
.footer_in {
  max-width: 1100px;
  margin: 0 auto;
  width: 94%;
  padding: 45px 0 0;
  overflow: hidden;
  text-align: center;
}
.footer_in .info {
  width: 348px;
  float: left;
  text-align: center;
  margin: 0 10% 0 0;
  min-height: 260px;
  background: url(../img/common/tricare.png) left bottom 3px no-repeat;
  background-size: 65px;
}
.footer_in .info .login_btn {
  color: #fff;
  line-height: 70px;
  width: 220px;
  display: inline-block;
  border-radius: 10px;
  background: #a6be29 url(../img/common/login_footer.png) left 30px center no-repeat;
  background-size: 29px;
  border-bottom: solid 4px #636d18;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 20px;
  letter-spacing: 1px;
  position: relative;
  margin: 0 0 0 30px;
}
.footer_in .info .login_btn:before {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 14px;
  height: 12px;
  background: url(../img/common/link_w.png) center no-repeat;
  background-size: 14px;
}
.footer_in .info .cmn-footer-info {
  margin: 15px 0px 15px 85px;
  text-align: left;
  line-height: 1.8;
}
.footer_in .logo {
  overflow: hidden;
  display: inline-block;
  margin: 0 0 15px;
}
.footer_in .logo img {
  width: 348px;
  height: 57px;
}
.footer_in .links {
  display: inline-block;
  overflow: hidden;
  width: calc(90% - 350px);
  text-align: left;
  letter-spacing: -.4em;
}
.footer_in .links ul {
  display: inline-block;
  overflow: hidden;
  width: 210px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.5px;
  margin: 0 10% 0 0;
}
.footer_in .links ul:last-child {
  margin: 0;
}
.footer_in .links li {
  margin: 0 0 18px;
  position: relative;
  padding: 0 0 0 30px;
}
.footer_in .links li:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #03a864;
  top: 8px;
  left: 0;
}
.footer_in .tool_banner_outer {
  position: relative;
  border-top: solid 1px #cacaca;
  padding: 40px 0;
  clear: both;
}
.footer_in .confidence {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -70px;
}
.footer_in .confidence li {
  height: 60px;
  float: left;
  margin: 0 0 0 10px;
}
.footer_in .confidence li a {
  display: inline-block;
}
.footer_in .confidence li a img {
  height: 60px;
}
.footer_in .confidence input {
  height: 60px;
  line-height: 60px;
  padding: 0;
  border: none;
  width: auto;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.footer_in .confidence input:hover {
  opacity: 0.8;
}
.footer_in .tool_banner {
  overflow: hidden;
}
.footer_in .tool_banner li {
  width: 32%;
  margin: 0 2% 0 0;
  float: left;
}
.footer_in .tool_banner li:last-child {
  margin: 0;
}
.footer_in .tool_banner li a {
  display: block;
}
#footer .small {
  background: #03a864;
}
#footer .small div {
  max-width: 1100px;
  margin: 0 auto;
  width: 94%;
  padding: 16px 0;
}
#footer .small ul {
  width: 480px;
  float: right;
  letter-spacing: -.4em;
  text-align: right;
}
#footer .small li {
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 0 15px;
  border-right: solid 1px #fff;
  line-height: 1;
}
#footer .small li:last-child {
  padding: 0 0 0 15px;
  border-right: none;
}
#footer .small a {
  color: #fff;
}
#footer .small small {
  color: #fff;
}
#footer a:hover {
  opacity: 0.8;
}
.content {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0 100px;
}
/*
  article　ヘッダー
--------------------------*/
article header {
  background: #edf2d4;
  min-height: 140px;
}

  
article header div {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 0 40px;
}
article header .breadcrumb {
  overflow: hidden;
  margin: 0 0 18px;
}
article header .breadcrumb li {
  float: left;
  display: inline-block;
  line-height: 1;
}
article header .breadcrumb li:after {
  content: ">";
  display: inline-block;
  margin: 0 5px 0 2px;
  vertical-align: middle;
  line-height: 1.4;
}
article header .breadcrumb li:last-child:after {
  content: "";
  margin: 0;
  display: none;
}
article header .breadcrumb li span {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.4;
}
article header .breadcrumb li a {
  color: #03a864;
  vertical-align: middle;
  display: inline-block;
}

article header h1,
article header .h1_title {
  color: #03a864;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
/*
  見出し
--------------------------*/
.title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  padding: 12px 20px 12px 36px;
  margin: 0 0 25px;
  text-align: left;
  clear: both;
  background: #f4f4f4;
}
.title:before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #03a864 0% ,#03a864 50%, #1ac175 51% , #1ac175 100%);
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
}
.title span {
  font-size: 24px;
  margin: 5px 0 0;
  display: block;
}
.sub_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 0 14px 18px;
  border-bottom: solid 2px #a6be29;
  position: relative;
  margin: 0 0 25px;
}
.sub_title:before {
  content: "";
  position: absolute;
  background: #a6be29;
  width: 10px;
  height: calc(100% - 13px);
  top: 0;
  left: 0;
}
.title_g {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 25px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
}
.title_g:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 10px;
  background: #edf2d4;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.title_g span {
  color: #03a864;
}
.link {
  color: #03a864;
  text-decoration: underline;
  padding: 0 0 0 25px;
  background: url(../img/common/cv_wg.png) left top no-repeat;
  background-size: 20px;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
}
.link:hover {
  text-decoration: none;
}
.maru_img {
  border: solid 2px #e6e6e6;
  border-radius: 17px;
  display: inline-block;
}
.maru_img span {
  border: solid 6px #fff;
  border-radius: 17px;
  display: block;
  overflow: hidden;
}
/*
  ページネーション
--------------------------*/
.paging {
  text-align: center;
  letter-spacing: -.4em;
  margin: 80px 0 0;
}
.paging span,
.paging a {
  border: solid 1px #03a864;
  background: #fff;
  width: 50px;
  height: 50px;
  color: #03a864;
  line-height: 48px;
  display: inline-block;
  letter-spacing: 0;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  font-size: 16px;
}
.paging .current,
.paging a:hover {
  background: #03a864;
  color: #fff;
}
/* プレビュー、ネクストボタン消してる */
.paging .prev,
.paging .next {
  display: none;
}
/* .paging .prev,
.paging .next {
  background: none!important;
  color: #03a864!important;
  border: none;
}
.paging .prev:hover,
.paging .next:hover {
  opacity: 0.6;
} */
/*
  モーダル
--------------------------*/
.modal {
  position: fixed;
  z-index: 12;
  display: none;
  width: 1000px;
  height: 600px;
}
.modal img {
  display: none;
}
.modal .active {
  display: inline-block;
}
.modal_back {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 12;
  top: 0;
  display: none;
}
.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
/*
  ページトップボタン
--------------------------*/
.pagetop {
  width: 50px;
  height: 50px;
  background: #808080;
  bottom: 20px;
  right: 3%;
  position: fixed;
  z-index: 2;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.pagetop:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -10px;
}
.pagetop:hover {
  opacity: 0.8;
}

/*---------------------------------

  トップページ

---------------------------------*/
/*
  共通
--------------------------*/
#top h2 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin: 0 0 30px;
}
/*
  スライダー
--------------------------*/
.main_contents {
  margin: 0 0 5px;
}
.slider {
  margin: 0!important;
}
.slick-slide {
  text-align: center;
}
.slick-slide img {
  width: 100%;
}
.slick-dots {
  text-align: right;
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  bottom: 0;
  position: static;
  line-height: 1;
  padding: 10px 0 0;
}
.slick-dots li {
  margin: 0 0 0 10px;
  width: 50px;
  height: auto;
  vertical-align: top;
}
.slick-dots li button {
  width: 100%;
  height: 6px;
  background: #989898;
  padding: 0;
}
.slick-dots .slick-active button {
  background: #a6be29;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li button:before {
  content: none;
}
/*
  重要なお知らせ
--------------------------*/
.important_news {
  background: #f1f1f1;
}
.important_news dl {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.important_news dt {
  width: 200px;
  display: table-cell;
  background: #03a864;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #fff;
  padding: 15px 0;
}
.important_news dd {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.important_news dd div {
  letter-spacing: -.4em;
  padding: 15px 30px;
}
.important_news dd a {
  display: block;
  letter-spacing: -.4em;
  padding: 15px 50px 15px 30px;
  background: url(../img/common/cv_wg.png) right 20px center no-repeat;
  background-size: 20px;
}
.important_news dd a:hover {
  background: url(../img/common/cv_g.png) right 20px center no-repeat;
  background-size: 20px;
}
.important_news dd time {
  width: 130px;
  display: inline-block;
  letter-spacing: 0.5px;
  color: #000;
  vertical-align: top;
}
.important_news dd span {
  width: calc(100% - 131px);
  display: inline-block;
  letter-spacing: 0.5px;
  color: #000;
  vertical-align: top;
}
/*
  トップ大見出し
--------------------------*/
.front-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-top: 32px;
}
/*
  介護ソフトとは
--------------------------*/
.top_howto {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 45px 0;
  text-align: center;
  letter-spacing: -.4em;
}
.top_howto .text_desc {
  line-height: 1.7;
}
.top_howto.retouch {
  width: 94%;
  max-width: 900px;
}
#top .top_howto.retouch h2 {
  justify-content: center;
  margin-bottom: 10px;
  text-align: start;
}
.top_howto_flexBox {
  align-items: start;
  display: flex;
  gap: 20px;
}
.top_howto_textBox {
  text-align: start;
  width: calc(100% - 200px);
}
.top_howto_textBox .text_desc:last-child{
  margin-bottom: 0;
}
.top_howto_imgBox {
  width: 180px;
}
.top_howto_imgBox img {
  object-fit: cover;
  width: 100%;
}
/*
  補助金の活用について
--------------------------*/
.top_subsidy {
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
  padding: 45px 0;
  text-align: center;
  letter-spacing: -.4em;
}
#top .top_subsidy h2 {
  justify-content: center;
  margin-bottom: 10px;
  text-align: start;
}
.top_subsidy_flexBox {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  margin-bottom: 20px;
}
.top_subsidy_textBox {
  text-align: start;
  width: calc(100% - 180px);
}
.top_subsidy .text_desc {
  line-height: 1.7;
  margin-bottom: 40px;
}
.top_subsidy_textBox .text_desc:last-child {
  margin-bottom: 0;
}
.top_subsidy_imgBox {
  width: 160px;
}
.top_subsidy_imgBox img {
  object-fit: cover;
  width: 100%;
}
.cv.cv-ict {
  width: 290px;
}
/*
  こんなお悩みありませんか?
--------------------------*/
.cmn-worries {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 45px 0 70px;
  text-align: center;
  letter-spacing: -.4em;
}
.cmn-worries-area {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 40px;
}
.cmn-worries-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: calc((100% - 90px) / 4)
}
.cmn-worries-box img {
  margin-bottom: 15px;
  margin-top: auto;
}
.cmn-worries-box:nth-child(1) img {
  width:63%;
}
.cmn-worries-box:nth-child(2) img {
  width:75%;
}
.cmn-worries-box:nth-child(3) img {
  width:70%;
}
.cmn-worries-box:nth-child(4) img {
  width:70%;
}
.cmn-worries-box p {
  align-items: center;
  background: #eff4d4;
  box-sizing: border-box;
  color: #03a864;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
  text-align: left;
}
.cmn-worries-solution {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.cmn-worries-solution::before {
  border-style: solid;
  border-right: 90px solid transparent;
  border-left: 90px solid transparent;
  border-top: 40px solid #03a864;
  border-bottom: 0;
  content: '';
  display: block;
  height: 0;
  margin: 80px auto;
  width: 0;
}
/*
  トリケアトプスの特徴
--------------------------*/
.top_characteristics {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 45px 0 70px;
  text-align: center;
  letter-spacing: -.4em;
}
.top_characteristics div {
  width: 31%;
  margin: 0 3.5% 40px 0;
  border: solid 2px #eff4d4;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 0.5px;
  vertical-align: top;
}
.top_characteristics div:nth-child(3) {
  border: solid 2px #fbe8d5;
}
.top_characteristics div:nth-child(4) {
  border: solid 2px #cce6f6;
}
.top_characteristics div:last-of-type {
  margin: 0 0 40px 0;
}
.top_characteristics h3 {
  font-size: 18px;
  color: #03a864;
  line-height: 48px;
  background: #eff4d4;
  font-weight: bold;
}
.top_characteristics div:nth-child(3) h3,
.top_characteristics div:nth-child(3) h4 {
  color: #f15a24;
  background: #fbe8d5;
}
.top_characteristics div:nth-child(4) h3,
.top_characteristics div:nth-child(4) h4 {
  color: #005ab5;
  background: #cce6f6;
}
.top_characteristics ol {
  padding: 0 17px 30px;
}
.top_characteristics li {
  margin: 30px 0 0;
}
.top_characteristics h4 {
  font-size: 16px;
  font-weight: bold;
  color: #03a864;
  background: #eff4d4;
  text-align: left;
}
.top_characteristics h4 span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #03a864;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 10px 0 0;
}
.top_characteristics div:nth-child(3) h4 span {
  background: #f15a24;
}
.top_characteristics div:nth-child(4) h4 span {
  background: #005ab5;
}
.top_characteristics p {
  line-height: 1.7;
  padding: 12px 15px 0;
  text-align: left;
}
.top_characteristics p span {
  font-size: 13px;
  color: #005ab5;
  display: block;
}
/*
  選ばれる理由
--------------------------*/
.top_reason {
  padding: 50px 0 30px;
}
.top_reason .content {
  padding: 0 0 100px;
}
.reasonBox {
  display: flex;
  align-items: center;
  margin: 30px auto;
}
.reasonBox:nth-child(even) {
  flex-direction: row-reverse;
}
.reasonBox .reasonTxtBox {
  width: 60%;
}
.reasonBox .reasonTitle {
  font-size: 16px;
  font-weight: 700;
  color: #f15a24;
  margin-bottom: 10px;
}
.reasonBox .reasonImgBox {
  width: 40%;
}
.reasonBox .reasonImg {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
/*
  他社との比較
--------------------------*/
.compare_sheet {
  border-collapse: collapse;
}
.compare_sheet th {
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #ccc;
  padding: 8px 8px;
  width: 20%;
}
.compare_sheet td {
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #ccc;
  padding: 13px 8px;
  width: 20%;
}
.compare_sheet .border_off {
  border: none;
}
.compare_sheet .compare_symbol td {
  color: #ccc;
  font-size: 23px;
  font-family: monospace;
  font-weight: bold;
  padding: 8px 8px;
}
.compare_sheet .compare_symbol .compare_red {
  color: #f15a24;
}
.compare_sheet td.compare_row_01 {
  background-color: #eff4d4;
}
.compare_sheet td.compare_row_02 {
  font-weight: 600;
  color: #fff;
  background-color: #fbb03b;
  border-top: solid 5px red;
  border-right: solid 5px red;
  border-left: solid 5px red;
}
.compare_sheet td.compare_cell_01 {
  background-color: #fff39b;
  border-right: solid 5px red;
  border-left: solid 5px red;
}
.compare_sheet td.compare_cell_01.border_bottom {
  border-bottom: solid 5px red;
}
/*
  料金プラン
--------------------------*/
.top_price {
  padding: 50px 0 30px;
}
.btnBox {
  text-align: center;
}
/*
  アピール
--------------------------*/
.top_appeal {
  background: #ecffe3;
  padding: 55px 0 35px;
}
.top_appeal section {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  text-align: center;
}
#top .top_appeal h2 {
  font-size: 30px;
  color: #03a864;
  line-height: 1.6;
}
.top_appeal img {
  max-width: 800px;
  margin: 0 0 30px;
}
.top_appeal > section > p {
  color: #666;
  margin: 0 0 45px;
}
.top_appeal ul {
  letter-spacing: -.4em;
}
.top_appeal li {
  display: inline-block;
  width: 220px;
  margin: 0 30px;
  vertical-align: top;
}
.top_appeal li div {
  height: 220px;
  width: 100%;
  border-radius: 50%;
  background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  padding: 80px 0 0;
  margin: 0 0 12px;
}
.top_appeal li div:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background: #fff url(../img/top/appeal_2.png) top 27px center no-repeat;
  background-size: 46px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: -1;
}
.top_appeal li h3 {
  font-size: 16px;
  font-weight: bold;
  color: #03a864;
  line-height: 1.6;
  margin: 0 0 5px;
}
.top_appeal li:first-child div:before {
  background: #fff url(../img/top/appeal_1.png) top 36px center no-repeat;
  background-size: 36px;
}
.top_appeal li:first-child h3 {
  padding: 14px 0 0;
}
.top_appeal li p {
  color: #666;
  letter-spacing: 0;
}
.top_appeal li .link {
  background: url(../img/common/cv_g.png) left top no-repeat;
  background-size: 20px;
}
/*
  機能紹介
--------------------------*/
.top_function {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 70px;
}
#top .top_function h2 {
  margin: 0 0 45px;
}
.top_function .introduction {
  text-align: center;
  padding: 0 0 70px;
}
.top_function .introduction ul {
  letter-spacing: -.4em;
  margin: 0 0 35px;
  position: relative;
}
.top_function .introduction ul:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: url(../img/top/function_icon.png) center no-repeat;
  background-size: 90px;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -45px;
}
.top_function .introduction li {
  width: 45%;
  max-width: 370px;
  margin: 0 60px 0 0;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  padding: 30px 20px;
  display: inline-block;
  background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
  line-height: 1.5;
  font-weight: bold;
}
.top_function .introduction li:last-of-type {
  margin: 0;
}
.top_function .introduction p {
  line-height: 1.7;
  margin: 0 0 30px;
}
.top_function .introduction .point {
  color: #03a864;
  font-weight: bold;
}
.top_function .pickup {
  text-align: center;
  padding: 60px 20px 40px;
  background: #f2f2f2;
}
.top_function .pickup ul {
  letter-spacing: -.4em;
}
.top_function .pickup li {
  display: inline-block;
  width: 29.5%;
  margin: 0 1.9% 40px;
  border-radius: 8px;
  box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
  overflow: hidden;
  vertical-align: top;
}
.top_function .pickup li a {
  display: block;
  background: #fff;
  padding: 10px 10px 0;
  position: relative;
}
.top_function .pickup li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 42px solid #03a864;
  border-right: 48px solid transparent;
}
.top_function .pickup li a:hover {
  opacity: 0.8;
}
.top_function .pickup .img {
  display: table;
  width: 100%;
  margin: 0 0 20px;
  max-height: 220px;
}
.top_function .pickup .img span {
  display: table-cell;
  vertical-align: middle;
}
.top_function .pickup .img img {
  width: 100%;
}
.top_function .pickup li h3 {
  color: #03a864;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  padding: 15px 0;
  line-height: 1.8;
  border-top: solid 1px #a6be29;
}
.top_function .pickup li .desc {
  font-size: 13px;
  text-align: left;
  padding: 0 0 15px 0;
}
/*
  対応サービス
--------------------------*/
.top_service {
  background: #ecffe3;
  padding: 50px 0 30px;
}
.top_service section {
  width: 94%;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -.4em;
}
.top_service div {
  letter-spacing: 0.5px;
  width: 23.5%;
  margin: 0 2% 0 0;
  display: inline-block;
  vertical-align: top;
}
.top_service div:last-of-type {
  margin: 0;
}
.top_service ul {
  padding: 0 0 20px;
}
.top_service li {
  background: #03a864;
  border: solid 1px #03a864;
  color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
  margin: 0 0 10px;
}
.top_service li a {
  display: inline-block;
  color: #fff;
  background: url(../img/common/cv_w.png) left center no-repeat;
  background-size: 15px;
  padding: 0 0 0 22px;
        
}
.top_service li a:hover {
  opacity: 0.8;
}
/*
  サポート
--------------------------*/
.top_support {
  padding: 60px 0 70px;
  width: calc(94% + 40px);
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -.4em;
}
.top_support div {
  display: inline-block;
  width: 340px;
  margin: 0 20px 40px;
  vertical-align: top;
  border-bottom: solid 1px #b3b3b3;
}
.top_support h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  padding: 5px 10px;
  background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
  line-height: 1.5;
  font-weight: bold;
}
.top_support div .point {
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 20px;
}
.top_support div p:not(.point) {
  color: #666;
  line-height: 1.8;
  padding: 0 0 195px;
  background: url(../img/top/support2_1.png) center bottom no-repeat;
  background-size: 200px;
}
.top_support ul {
  letter-spacing: -.4em;
}
.top_support li,
.support_user .trouble .support_contents li {
  width: 160px;
  height: 160px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  color: #03a864;
  font-weight: bold;
  line-height: 1.5;
  padding: 87px 0 0;
}
.top_support div:last-of-type li:nth-child(1) {
  padding: 70px 0 0;
}
.top_support ul li:nth-child(2n) {
  margin: 0 0 20px 19px;
}
.top_support li:before,
.support_user .trouble .support_contents li:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background: #fff url(../img/top/support1_1.png) top 30px center no-repeat;
  background-size: 54px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: -1;
}
.top_support div:first-of-type li:nth-child(2):before,
.support_user .trouble .support_contents li:nth-child(2):before {
  background: #fff url(../img/top/support1_2.png) top 22px center no-repeat;
  background-size: 52px;
}
.top_support div:first-of-type li:nth-child(3):before,
.support_user .trouble .support_contents li:nth-child(3):before {
  background: #fff url(../img/top/support1_3.png) top 32px center no-repeat;
  background-size: 40px;
}
.top_support div:first-of-type li:nth-child(4):before,
.support_user .trouble .support_contents li:nth-child(4):before {
  background: #fff url(../img/top/support1_4.png) top 31px center no-repeat;
  background-size: 66px;
}
.top_support div:last-of-type li:nth-child(1):before {
  background: #fff url(../img/top/support3_1.png) top 22px center no-repeat;
  background-size: 40px;
}
.top_support div:last-of-type li:nth-child(2):before {
  background: #fff url(../img/top/support3_3.png) top 32px center no-repeat;
  background-size: 66px;
}
.top_support .cv {
  display: block;
  margin: 0 auto;
}
/*
  お客様の声
--------------------------*/
#top .voice_others {
  background: #ecffe3;
  padding: 60px 0 70px;
}
#top .voice_others section {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
#top .voice_others li.matchHeight {
  width: 22.3%;
  margin: 0 3.6% 0 0!important;
}
#top .voice_others li.matchHeight:last-child {
  margin: 0!important;
}
#top .voice_others li p {
  line-height: 1.8;
  padding: 0 10px;
}
/*
  サービス利用の流れ
--------------------------*/
.top_flow section {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 70px;
  text-align: center;
}
.top_flow ul {
  letter-spacing: -.4em;
}
.top_flow li {
  letter-spacing: 0.5px;
  display: inline-block;
  width: 14%;
  margin: 0 3.2% 40px 0;
  vertical-align: top;
  border-radius: 10px;
  background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
  position: relative;
  z-index: 1;
  padding: 20px 13px 15px;
  box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
}
.top_flow li:nth-child(1),
.top_flow li:nth-child(2),
.top_flow li:nth-child(3) {
  background: linear-gradient(to right, #86d400 0% ,#a6be29 100%);
}
.top_flow li:last-child {
  margin: 0 0 40px;
}
.top_flow li:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 10px;
  background: #fff;
  background-size: 54px;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: -1;
}
.top_flow li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #03a864;
  right: -12%;
  margin-right: -6px;
  top: 50%;
  margin-top: -8px;
}
.top_flow li:nth-child(1):after,
.top_flow li:nth-child(2):after {
  border-left: 12px solid #a6be29;
}
.top_flow li:last-child:after {
  content: none;
}
.top_flow li > span {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: bold;
  margin: 0 0 20px;
  display: block;
}
.top_flow li span span {
  color: #03a864;
  display: inline-block;
  margin: 0 0 0 6px;
}
.top_flow li:nth-child(1) span span,
.top_flow li:nth-child(2) span span,
.top_flow li:nth-child(3) span span,
.top_flow li:nth-child(1) p,
.top_flow li:nth-child(2) p,
.top_flow li:nth-child(3) p {
  color: #a6be29;
}
.top_flow li p {
  font-size: 18px;
  color: #03a864;
  font-weight: bold;
  line-height: 1.5;
}
.top_flow li p span {
  display: block;
  color: #666;
  font-weight: normal;
  font-size: 14px;
  margin: 30px 0 0;
}
.top_flow li:nth-child(1) p {
  padding: 0 0 55px;
  background: url(../img/top/flow1.png) center bottom no-repeat;
  background-size: 30px;
}
.top_flow li:nth-child(4) p {
  padding: 0 0 45px;
  background: url(../img/top/flow4.png) center bottom no-repeat;
  background-size: 34px;
}
.top_flow li:nth-child(6) p {
  padding: 0 0 75px;
  background: url(../img/top/flow6.png) center bottom no-repeat;
  background-size: 90px;
}
/*
  よくあるご質問（トップ）
--------------------------*/
.top_faq .content {
  padding: 0 0 100px;
}
.top_faq .txtSmall {
  font-size: 11px;
}
/*
  お知らせ（トップ）
--------------------------*/
#top .news {
  background: #f2f2f2;
  padding: 60px 0;
}
#top .news section {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: right;
  background: #fff;
  padding: 50px 7% 40px;
  box-sizing: border-box;
}
#top .news ul {
  text-align: left;
}
#top .news .link {
  margin: 20px 0 0;
}
/*
　メッセージ（トップ）
--------------------------*/
.top_message {
  background: #ecffe3;
  padding: 60px 0;
}
.top_message .message_box {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
}
.top_message .message_box h2 {
  padding: 10px 0;
  color: #fff;
  background: #03a864;
}
.top_message .message_box h2 a {
  color: #fff;
  text-decoration: underline;
}
.top_message .message_box h2 a:hover {
    opacity: 0.8;
}
.top_message .message_cont {
  padding: 0 3% 40px;
}
.subheading_deco {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  letter-spacing: 0.5px;
  padding: 0 0 0 15px;
  margin: 0 0 12px;
  position: relative;
}
.subheading_deco::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom,#a6be29 0%,#a6be29 50%,#038c4e 50%,#038c4e 100%);
}
.subheading {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin: 0 0 25px;
}
.top_message .message_box p {
  font-size: 14px;
}
/*
　セキュリティ対策（トップ）
--------------------------*/
.top_security {
  background: #ecffe3;
  padding: 60px 0;
}
.top_security .security_box {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
}
.top_security .security_box h2 {
  padding: 10px 0;
  color: #fff;
  background: #03a864;
}
.top_security .security_box h2 a {
  color: #fff;
  text-decoration: underline;
}
.top_security .security_box h2 a:hover {
  opacity: 0.8;
}
.top_security .security_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 3% 40px;
}
.top_security .security_left,
.top_security .security_right {
  width: 50%;
}
.top_security .security_system {
  width: 80%;
  padding: 20px 3%;
  border: solid 2px #F15A24;
  margin: 0 auto;
}
.top_security .security_system h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #F15A24;
  margin: 10px;
}
.top_security .security_system p {
  margin: 10px;
}
.top_security .security_storage {
  width: 80%;
  padding: 20px 3%;
  border: solid 2px #005AB5;
  margin: 0 auto;
}
.top_security .security_storage h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #005AB5;
  margin: 10px;
}
.top_security .security_storage p {
  margin: 10px;
}
.top_security .security_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 176px;
}
.top_security .security_box p {
  font-size: 14px;
}

/*---------------------------------

  料金について

---------------------------------*/
#price .content {
  padding: 40px 0 100px;
}
#price .content > section {
  padding: 30px 0 0;
}
#price section section {
  padding: 0 20px;
}
#price section > div {
  padding: 0 20px;
}
#price .title span {
  font-size: 14px;
  font-weight: normal;
  float: right;
  display: inline-block;
  color: #4d4d4d;
  margin: 16px 0 0;
}
#pricing {
  margin: 0 0 50px;
}
#pricing h3:not(.sub_title) {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
  border-radius: 10px;
  padding: 8px;
  margin: 0 0 30px;
  text-align: center;
}
#pricing ol {
  padding: 0 0 0 510px;
  background: url(../img/price/graph.png) left top no-repeat;
  background-size: 470px;
  min-height: 310px;
  margin: 0 0 50px;
}
#pricing li {
  padding: 11px 18px;
  overflow: hidden;
}
#pricing li:nth-child(odd) {
  background: #eff4d4;
}
#pricing li > span {
  color: #03a864;
  font-weight: bold;
  width: 110px;
  float: left;
  display: block;
  padding: 5px 0 0;
}
#pricing li span span {
  font-size: 20px;
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  color: #03a864;
  font-weight: bold;
}
#pricing li p {
  width: calc(100% - 110px);
  float: left;
  line-height: 2;
}
#pricing li p span {
  text-indent: -1.5em;
  padding-left: 1.5em;
  display: block;
}
#pricing table {
  width: 100%;
  table-layout: fixed;
}
#pricing th,
#pricing td {
  border: solid 1px #ccc;
  text-align: center;
  height: 40px;
  padding: 5px 10px;
  box-sizing: border-box;
}
#pricing thead th {
  background: #e6e6e6;
}
#pricing thead th:nth-child(3) {
  width: 25%;
}
#pricing thead .none {
  background: none;
  border: none;
  width: 20%;
}
#pricing thead th:last-child {
  background: #03a864;
  color: #fff;
  font-weight: bold;
}
#pricing tbody th {
  background: #eff4d4;
  color: #03a864;
  font-size: 18px;
  font-weight: bold;
}
#pricing tbody tr:last-child td {
  background: #f4f4f4;
}
#pricing tbody tr:first-child td:last-child {
  background: #ecffe3;
  color: #03a864;
  font-weight: bold;
  font-size: 26px;
}
#plan {
  margin: 0 0 50px;
}
.plan_price > p {
  line-height: 2;
  margin: 0 0 40px;
}
.plan_price > p:last-child {
  margin: 25px 20px 60px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.plan_price ul {
  overflow: hidden;
}
.plan_price li {
  float: left;
  width: 31%;
  margin: 0 3.5% 0 0;
  border: solid 2px #eff4d4;
  border-radius: 10px;
}
.plan_price li:last-child {
  margin: 0;
}
.plan_price li h3 {
  background: #eff4d4;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 62px;
  color: #03a864;
}
.plan_price dl {
  padding: 15px 16px;
}
.plan_price dt {
  font-weight: bold;
  color: #03a864;
  margin: 0 0 3px;
}
.plan_price dd {
  font-size: 16px;
  font-weight: bold;
  background: #03a864;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 15px;
  margin: 0 0 15px;
}
.plan_price dd:last-child {
  color: #03a864;
  background: #eff4d4;
}
.plan_price div {
  padding: 0 16px 30px;
}
.plan_price div .midashi {
  border: solid 1px #03a864;
  color: #03a864;
  font-weight: bold;
  text-align: center;
  line-height: 23px;
  display: block;
  margin: 0 0 10px;
}
.plan_price div p {
  line-height: 2;
  font-size: 13px;
}
.plan_price div p span {
  display: block;
  color: #03a864;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.9;
}
.plan_price li:nth-child(2) {
  border: solid 2px #fbe8d5;
}
.plan_price li:nth-child(2) dt {
  color: #f15a24;
}
.plan_price li:nth-child(2) dd {
  background: #f15a24;
}
.plan_price li:nth-child(2) h3,
.plan_price li:nth-child(2) dd:last-child {
  background: #fbe8d5;
  color: #f15a24;
}
.plan_price li:nth-child(2) .midashi {
  border: solid 1px #f15a24;
  color: #f15a24;
}
.plan_price li:nth-child(2) div p span {
  margin: 15px 0 0;
  color: #f15a24;
}
.plan_price li:nth-child(3) {
  border: solid 2px #cce6f6;
}
.plan_price li:nth-child(3) dt {
  color: #005ab5;
}
.plan_price li:nth-child(3) dd {
  background: #005ab5;
}
.plan_price li:nth-child(3) h3,
.plan_price li:nth-child(3) dd:last-child {
  background: #cce6f6;
  color: #005ab5;
}
.plan_price li:nth-child(3) div p span {
  color: #005ab5;
}
#plan .count li {
  line-height: 2;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
#plan .count li span {
  color: #03a864;
}
#service_price .form > p {
  text-align: left;
}
#service_price .title:before {
  background: linear-gradient(to bottom, #f15a24 0% ,#f15a24 50%, #f19024 51% , #f19024 100%);
}
#service_price th {
  width: 260px;
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
}
#service_price td dt {
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  padding: 9px 20px;
  color: #03a864;
}
#service_price td dd {
  padding: 10px 20px 0;
  line-height: 2;
}
#service_price td dd span {
  color: #666;
  text-indent: -1.5em;
  padding-left: 1.5em;
  display: block;
}
#service_price .cv {
  margin: 0 auto;
  display: block;
}


/*---------------------------------

  機能紹介（一覧）

---------------------------------*/
#function .content {
  padding: 60px 0 40px;
}
#function .appeal {
  text-align: center;
  margin: 0 0 25px;
}
#function .appeal p:not(.title_g) {
  line-height: 2;
  color: #4d4d4d;
}
#function .menu {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0 0 50px;
}
#function .menu div {
  display: table-row;
}
#function .menu a {
  display: table-cell;
  padding: 15px 40px 15px 15px;
  color: #03a864;
  font-weight: bold;
  background: url(../img/function/arrow_g.png) right 10px center no-repeat;
  background-size: 20px;
  width: 20%;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
#function .menu div:first-child a {
  border-top: solid 1px #ccc;
}
#function .menu div a:first-child {
  border-left: solid 1px #ccc;
}
#function .menu div a:not(.active):hover {
  background: #edf2d4 url(../img/function/arrow_g.png) right 10px center no-repeat;
  background-size: 20px;
}
#function .menu div .active {
  background: #03a864 url(../img/function/arrow_w.png) right 10px center no-repeat;
  background-size: 20px;
  color: #fff;
}
#function .main section {
  padding: 0 20px 20px;
  text-align: center;
}
#function .main h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #ffa364;
  border-radius: 10px;
  padding: 8px;
  margin: 0 0 30px;
}
#function .main ul {
  overflow: hidden;
}
#function .main li {
  width: 23%;
  margin: 0 2.6% 40px 0;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
#function .main li:nth-child(4n) {
  margin: 0 0 40px 0;
}
#function .main li a {
  border: solid 2px #ccc;
  border-radius: 10px;
  display: block;
  padding: 15px 15px 10px;
  position: relative;
}
#function .main li a .new {
  position: absolute;
  left: -33px;
  top: -6px;
  color: #d81833;
  background: #fce255;
  font-weight: bold;
  padding: 17px 0px 2px;
  line-height: 1.2;
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
  width: 90px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
#function .main li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border-bottom: 40px solid #ffa364;
  border-left: 40px solid transparent;
}
#function .main li a:hover {
  background: #fff0e6;
  border: solid 2px #ffa364;
}
#function .main li div:not(.maru_img) {
  margin: 0 0 15px;
}
#function .main li .maru_img img {
  width: 100%;
}
#function .main li h4 {
  font-weight: bold;
  line-height: 1.7;
  padding: 0 15px;
}
#function .main li p {
  font-weight: bold;
  color: #ffa364;
  margin: 8px 0 0;
}

/*---------------------------------

  機能紹介（詳細）

---------------------------------*/
#function_detail .title {
  letter-spacing: -.4em;
  margin: 0 0 30px;
}
#function_detail .category {
  width: 160px;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  background: #ffa364;
  border-radius: 30px;
  font-weight: normal;
  display: block;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  float: right;
}
#function_detail .title > span:not(.hosoku) {
  display: inline-block;
  letter-spacing: 1px;
  margin: 0 15px 0 0;
}
#function_detail .title .hosoku {
  font-size: 20px;
  background: none;
  color: #ffa364;
  display: inline-block;
  margin: 3px 0 0;
}
#function_detail .outer {
  padding: 0 20px;
}
#function_detail .outer > p {
  line-height: 2;
  color: #4d4d4d;
  margin: 0 0 40px;
}
#function_detail .img_area {
  background: #f4f4f4;
  padding: 35px;
  text-align: center;
  margin: 0 0 40px;
}
#function_detail .img_area .maru_img {
  max-width: 816px;
}
#function_detail .img_area .maru_img,
#function_detail .img_area .maru_img span {
  border-radius: 45px;
}
#function_detail .service {
  text-align: center;
  margin: 0 0 50px;
}
#function_detail .service h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
  border-radius: 10px;
  padding: 8px;
  margin: 0 0 26px;
}
#function_detail .service ul {
  letter-spacing: -.4em;
  margin: 0 auto;
}
#function_detail .service li {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: top;
}
#function_detail .service li a {
  display: inline-block;
  min-width: 250px;
  padding: 0 10px;
  line-height: 36px;
  border-bottom: solid 3px #cbceb6;
  background: #edf2d4;
  color: #03a864;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: 0;
}
#function_detail .service li a:hover {
  opacity: 0.8;
}
.detail_content section {
  padding: 0 0 60px;
  overflow: hidden;
}
.detail_content .maru_img,
.detail_content .maru_img span {
  border-radius: 30px;
}
.detail_content .maru_img {
  width: 48%;
  max-width: 500px;
  float: left;
}
.detail_content p {
  color: #4d4d4d;
  line-height: 2;
}
.detail_content .maru_img + p {
  width: 52%;
  max-width: 560px;
  float: left;
  padding: 0 0 0 40px;
}
#function_detail .sub_content ul {
  text-align: center;
  letter-spacing: -.4em;
  margin: 0 0 60px;
}
#function_detail .sub_content li {
  width: 31%;
  margin: 0 3.5% 0 0;
  display: inline-block;
  border: solid 4px #eff4d4;
  border-radius: 10px;
  overflow: hidden;
  vertical-align: top;
}
#function_detail .sub_content li:last-child {
  margin: 0;
}
#function_detail .sub_content h4 {
  padding: 12px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #03a864;
  background: #eff4d4;
}
#function_detail .sub_content li > div {
  padding: 0 18px 22px;
}
#function_detail .sub_content .maru_img {
  margin: 22px 0 0;
}
#function_detail .sub_content .maru_img img {
  width: 100%;
}
#function_detail .sub_content p {
  line-height: 2;
  color: #4d4d4d;
  text-align: left;
  margin: 15px 0 0;
}
#function_detail .movie {
  background: #e3f4e8;
  padding: 40px 15px 30px;
  text-align: center;
  margin: 0 0 60px;
}
#function_detail .movie a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 0 15px;
}
#function_detail .movie a:hover {
  opacity: 0.9;
}
#function_detail .movie .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  margin: -22px 0 0 -30px;
}
#function_detail .movie p {
  font-size: 13px;
  color: #4d4d4d;
  line-height: 2;
  max-width: 450px;
  margin: 0 auto;
  text-align: left;
}
#function_detail .links {
  background: #f4f4f4;
  padding: 40px 0;
  letter-spacing: -.4em;
  text-align: center;
  margin: 0 0 40px;
}
#function_detail .links .cv {
  background: #fff;
  color: #03a864;
  width: auto;
  min-width: 300px;
  padding: 0 20px;
  line-height: 60px;
  margin: 0 20px;
}
#function_detail .links .cv span {
  background: url(../img/function/link.png) left center no-repeat;
  background-size: 28px;
  padding: 0 0 0 50px;
  text-decoration: underline;
}
#function_detail .links .pdf span {
  background: url(../img/function/pdf.png) left center no-repeat;
  background-size: 32px;
  padding: 0 0 0 50px;
  text-decoration: underline;
}
#function_detail .links .cv:hover {
  opacity: 1;
}
#function_detail .links .cv:hover span {
  text-decoration: none;
}
#function_detail .content > .cv {
  display: block;
  margin: 0 auto;
}
/*
  各種色変え
--------------------------*/
#function .category2 h3,
#function_detail .category2 {
  background: #14a8e2;
}
#function .category2 li a:after {
  border-bottom: 40px solid #14a8e2;
}
#function .category2 li a:hover {
  background: #dcf2f7;
  border: solid 2px #14a8e2;
}
#function_detail .title .hosoku.category2,
#function .category2 li p {
  color: #14a8e2;
}
#function .category3 h3,
#function_detail .category3 {
  background: #cc3304;
}
#function .category3 li a:after {
  border-bottom: 40px solid #cc3304;
}
#function .category3 li a:hover {
  background: #f2deda;
  border: solid 2px #cc3304;
}
#function_detail .title .hosoku.category3,
#function .category3 li p {
  color: #cc3304;
}
#function .category4 h3,
#function_detail .category4 {
  background: #83c91f;
}
#function .category4 li a:after {
  border-bottom: 40px solid #83c91f;
}
#function .category4 li a:hover {
  background: #ddeaca;
  border: solid 2px #83c91f;
}
#function_detail .title .hosoku.category4,
#function .category4 li p {
  color: #83c91f;
}
#function .category5 h3,
#function_detail .category5 {
  background: #b193e0;
}
#function .category5 li a:after {
  border-bottom: 40px solid #b193e0;
}
#function .category5 li a:hover {
  background: #e9e2f7;
  border: solid 2px #b193e0;
}
#function_detail .title .hosoku.category5,
#function .category5 li p {
  color: #b193e0;
}
#function .category6 h3,
#function_detail .category6 {
  background: #ff7878;
}
#function .category6 li a:after {
  border-bottom: 40px solid #ff7878;
}
#function .category6 li a:hover {
  background: #f9d7d7;
  border: solid 2px #ff7878;
}
#function_detail .title .hosoku.category6,
#function .category6 li p {
  color: #ff7878;
}

/*---------------------------------

  お客様の声　一覧

---------------------------------*/
#voice h2 {
  margin: 2px 0 10px;
  line-height: 1.7;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
#voice .list > li {
  margin: 0 0 40px;
  border-radius: 10px;
  overflow: hidden;
}
#voice .list a {
  padding: 24px 18px 18px;
  border: solid 2px #ccc;
  display: block;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
#voice .list a div {
  overflow: hidden;
}
#voice .list a:before {
  content: "";
  position: absolute;
  height: 6px;
  width: calc(100% + 4px);
  top: -2px;
  left: -2px;
  background: #03a864;
}
#voice .list a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border-bottom: 40px solid #03a864;
  border-left: 40px solid transparent;
}
#voice .list a:hover {
  opacity: 0.8;
}
#voice .list div > span {
  width: 350px;
  float: left;
  display: block;
}
#voice .list section {
  width: calc(100% - 351px);
  float: left;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
#voice .list .point {
  background: #e3f4e8;
  color: #03a864;
  font-weight: bold;
  font-size: 16px;
  padding: 6.5px 20px;
  line-height: 1.6;
  margin: 0 0 20px;
}
#voice .list .service {
  padding: 0;
  margin: 0 0 10px;
}
#voice .list .service li {
  font-size: 14px;
  line-height: 24px;
  padding: 0 14px;
  margin: 0 10px 5px 0;
}
#voice .list dl {
  letter-spacing: -.4em;
  padding: 0 0 0 20px;
}
#voice .list dt {
  width: 50px;
  display: inline-block;
  color: #4d4d4d;
  line-height: 2;
}
#voice .list dd {
  display: inline-block;
  color: #4d4d4d;
  padding: 0 40px 0 0;
  line-height: 2;
}
#voice .list time {
  text-align: right;
  padding: 0 20px 0 0;
  color: #4d4d4d;
}

/*---------------------------------

  お客様の声　詳細

---------------------------------*/
#voice_detail .content {
  padding: 60px 0 30px;
}
#voice_detail .title {
  margin: 0 0 20px;
}
#voice .service,
#voice_detail .service {
  display: inline-block;
  float: left;
  letter-spacing: -.4em;
  padding: 0 0 0 10px;
  margin: 0 0 15px;
}
#voice_detail .service {
  padding: 0 20px 0 10px;
}
#voice .service li,
#voice_detail .service li,
#top .voice_others .service li {
  display: inline-block;
  padding: 0 18px;
  line-height: 26px;
  background: #03a864;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 30px;
  margin: 0 0 5px 10px;
}
#voice_detail time {
  float: right;
  display: inline-block;
  color: #4d4d4d;
  margin: 0 20px 20px 0;
  line-height: 26px;
}
#voice_detail .info {
  clear: both;
  overflow: hidden;
  border: solid 38px #e3f4e8;
  border-left: solid 50px #e3f4e8;
  border-right: solid 50px #e3f4e8;
  padding: 40px 40px 30px;
  margin: 0 0 60px;
}
#voice_detail .info img {
  width: 48%;
  max-width: 440px;
  float: left;
  margin: 0 0 20px;
}
#voice_detail .info section {
  width: 52%;
  max-width: calc(100% - 441px);
  float: left;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
#voice_detail .info h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin: 5px 0 30px;
}
#voice_detail .info h3 span {
  display: block;
}
#voice_detail .info dl {
  overflow: hidden;
  margin: 0 0 15px;
}
#voice_detail .info dt {
  color: #4d4d4d;
  width: 60px;
  background: #e3f4e8;
  text-align: center;
  line-height: 1.6;
  float: left;
  clear: both;
  padding: 2px 0;
  margin: 0 0 5px;
}
#voice_detail .info dd {
  color: #4d4d4d;
  line-height: 1.6;
  float: left;
  width: calc(100% - 61px);
  padding: 2px 20px;
  margin: 0 0 5px;
}
#voice_detail .info dd a {
  color: #03a864;
  text-decoration: underline;
}
#voice_detail .info dd a:hover {
  text-decoration: none;
}
#voice_detail .info .num dt {
  width: 110px;
}
#voice_detail .info .num dd {
  width: calc(100% - 111px);
}
#voice_detail .info p {
  clear: both;
  line-height: 1.9;
}
#voice_detail .detail_content {
  padding: 0 20px;
}
#voice_detail .detail_content img {
  max-width: 410px;
  width: 39%;
  float: left;
  margin: 0 40px 0 0;
}
.voice_others {
  background: #ecffe3;
  padding: 60px 0 100px;
}
.voice_others section {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.voice_others h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 25px;
}
.voice_others section > ul {
  letter-spacing: -.4em;
  margin: 0 0 40px;
}
.voice_others section > ul > li {
  width: 31%;
  margin: 0 1.7%;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
  vertical-align: top;
  box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
}
.voice_others li a {
  display: block;
  background: #fff;
  padding: 0 0 20px;
  height: 100%;
  position: relative;
}
.voice_others li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 42px solid #03a864;
  border-right: 48px solid transparent;
}
.voice_others li a:hover {
  opacity: 0.8;
}
.voice_others section > ul > li:first-child {
  margin: 0 1.7% 0 0;
}
.voice_others section > ul > li:last-child {
  margin: 0 0 0 1.7%;
}
.voice_others li img {
  margin: 0 0 15px;
}
.voice_others li p {
  line-height: 1.9;
  text-align: left;
  padding: 0 15px;
}
.voice_others li span {
  display: none;
}
#voice .service,
#voice_detail .voice_others li ul,
#top .voice_others li .service {
  padding: 0 10px;
  float: none;
  display: block;
  text-align: left;
  margin: 0 0 8px;
  letter-spacing: -.4em;
}
#voice .service li,
#voice_detail .voice_others li li,
#top .voice_others .service li {
  font-size: 12px;
  margin: 0 5px 4px 0;
  padding: 0 9px;
  line-height: 20px;
  letter-spacing: 0;
}

/*---------------------------------

  サービス別紹介

---------------------------------*/
.s_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 35px 4%;
  padding: 0 10px;
  margin: 35px 0 0;
}
.s_list li {
  flex: 0 0 22%;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  overflow: hidden;
}
.s_list .green {
  box-shadow: none;
  background: #03A864;
  padding: 20px;
}
.s_list .green span {
  width: 100%;
  height: 100%;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
.s_list li a {
  padding: 20px;
  display: block;
  height: 100%;
}
.s_list li a:hover {
  opacity: 0.7;
}
.s_list li h3 {
  color: #03A864;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0 30px 0 0;
  line-height: 20px;
  background: url(../img/function/arrow_g.png) right 2px top no-repeat;
  background-size: 20px;
}
.s_list li p {
  line-height: 1.8;
  letter-spacing: 0;
}
.s_detail .cv {
  display: block;
  margin: 60px auto 0;
  width: 300px;
  line-height: 1.6;
  padding: 11.5px 15px;
}
.s_detail .tab_menu {
  text-align: center;
  letter-spacing: -.5em;
  border-bottom: solid 4px #03A864;
  margin: 80px 0 50px;
}
.s_detail .tab_menu li {
  display: inline-block;
  max-width: 200px;
  width: 30%;
  margin: 0 20px 0 0;
  vertical-align: bottom;
  background: #F4F4F4;
  border: solid 4px #999;
  border-bottom: none;
  color: #666;
  font-weight: bold;
  font-size: 16px;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
}
.s_detail .tab_menu li span {
  display: flex;
  padding: 0 10px;
  height: 60px;
  align-items: center;
  justify-content: center;
}
.s_detail .tab_menu .active {
  background: #EFF4D4;
  border-color: #03A864;
  color: #03A864;
}
.s_detail .tab_box > div {
  display: none;
}
.s_detail .tab_box .active {
  display: block;
}
.s_detail .title_area {
  background: url(../img/service/title_area_bk.png) center no-repeat;
  background-size: cover;
  padding: 80px 30px 40px;
  min-height: 250px;
  border: solid 2px #ccc;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.s_detail .title_area:before {
  background: linear-gradient(to right, #fff 25%, rgba(255,255,255,0.95) 35%,rgba(255,255,255,0.7) 45%,transparent 70%);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.s_detail .title_area h2 {
  color: #03A864;
  font-weight: bold;
  font-size: 34px;
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
}
.s_detail .title_area p {
  color: #333;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.s_detail .title_area + p {
  line-height: 2;
  margin: 20px 0 0;
}
.detail {
  padding: 55px 0 0;
}
.detail .title {
  margin: 70px 0 40px;
}
.detail > *:first-child {
  margin-top: 0!important;
}
.detail > *:not(.title) {
  margin: 0 20px 25px;
}
.detail .sub_title {
  margin-top: 50px;
}
.detail .title + .sub_title {
  margin-top: 0;
}
    
.detail .sub_title_s{
    font-size: 18px;
    font-weight: bold;
    color: #03A864;
    margin: 0 0 10px 20px;
} 
    
.detail p {
    margin: 0 0 10px;
    line-height: 2;
}
.detail > img {
  margin: 60px auto!important;
  max-width: calc(100% - 40px);
  display: block;
}
.detail iframe {
  margin: 60px auto!important;
  width: calc(100% - 40px);
  display: block;
  max-width: 800px;
  height: 500px;
}
.detail .links {
  display: block;
}
.detail ul li {
  line-height: 2;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.detail ul li:before {
  content: "●";
  color: #03A864;
  margin-right: 0.5em;
}
.detail dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #03A864;
  margin: 0 0 5px;
}
.detail dl dd {
  line-height: 2;
  margin: 0 0 25px;
}
.detail dl dd:last-child {
  margin: 0;
}
.detail .text_img {
  overflow: hidden;
}
.detail .text_img img {
  float: right;
  margin: 0 0 10px 30px;
  max-width: 410px;
  width: 39%;
}
.detail .text_img p {
  line-height: 2;
}
.detail .marker {
  background: linear-gradient(transparent 60%, #edf2d4 60%);
}
.f_list ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px 4%;
  padding: 20px 40px 60px;
}
.f_list li {
  flex: 0 0 30%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  overflow: hidden;
}
.f_list li a {
  display: block;
  height: 100%;
  padding: 10px;
  background: #fff;
  position: relative;
}
.f_list li a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 40px solid transparent;
  border-top: 40px solid #03A864;
  left: 0;
  top: 0;
}
.f_list li img {
  margin: 0 0 20px;
}
.f_list li p {
  color: #03A864;
  font-weight: bold;
  padding: 15px 0 8px;
  border-top: solid 1px #A6BE29;
}
.f_list .cv {
  margin: 0 auto;
  width: 340px;
}

    #service_detail header{
        position: relative;
        min-height: 580px;
        background: url(../img/service/kv_wave.png),linear-gradient(270deg, #E5FFD8 0%, #F2FFEC 100%);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        overflow: hidden;
        z-index: 0;
    }
    #service_detail header::before{
        content: '';
        position: absolute;
        top: -220px;
        right: -110px;
        display: block;
        width: 555px;
        height: 555px;
        background: url(../img/service/fv_bg.png) no-repeat center;
        background-size: cover;
        border-radius: 50%;
        z-index: -1;
    }
    #service_detail header .kv{
        display: flex;
        justify-content: space-evenly;
        padding: 80px 0 0;
    }
    #service_detail header .kv .d_title{
        margin: 0 0 15px;
        color: #03A864;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
    }
    #service_detail header .kv .appeal{
        color: #000;
        font-size: 36px;
        font-weight: 600;
        line-height: 50px;
    }
    #service_detail header .cta_box{
        display: flex;
        justify-content: center;
        gap: 40px;
        width: 94%;
        max-width: 800px;
        padding: 35px 60px;
        margin: 55px auto;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0px 4px 8px 0px #0000001A;
    }
    #service_detail header .cta_box .btn.apply::before{
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
        background: url(../img/service/icon_apply.png) no-repeat;
        background-size: 30px;
        vertical-align: bottom;
    }
    #service_detail header .cta_box .btn.mail::before{
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
        background: url(../img/service/icon_mail.png) no-repeat;
        background-size: 30px;
        vertical-align: bottom;
    }
    #service_detail .breadcrumb{
      width: 94%;
      max-width: 1100px;
      margin: 0 auto;
        padding: 20px 0 0;
    }

    #service_detail .breadcrumb li{
        float: left;
        display: inline-block;
        line-height: 1;
    }
    #service_detail .breadcrumb li:after {
      content: ">";
      display: inline-block;
      margin: 0 5px 0 2px;
      vertical-align: middle;
      line-height: 1.4;
    }
    #service_detail .breadcrumb li:last-child:after {
      content: "";
      margin: 0;
      display: none;
    }
    #service_detail .breadcrumb li span {
      vertical-align: middle;
      display: inline-block;
      line-height: 1.4;
    }
    #service_detail .breadcrumb li a {
      color: #03a864;
      vertical-align: middle;
      display: inline-block;
    }    
    #service_detail .content{
        overflow: inherit;
    }
    #service_detail .content .d_text{
        margin: 0 0 30px;
    }
    #service_detail .content .main_content{
        margin: 0 0 55px;
    }
    .s_detail .btn {
      display: block;
      margin: 60px auto 0;
      width: 300px;
    }
    #service_detail #voice .title{
        margin: 0 0 25px;
        font-size: 24px;
    }

    #service_detail .content .text_free ol li{
        list-style-type: inherit;
    }
    #service_detail .content .text_free p a{
        color: #03a864;
        text-decoration: underline;
    }
    #service_detail .content .text_free blockquote{
        padding: 20px;
        background: #f5f5f5;
    }

    #service_detail .scroll_box{
        width: 98%;
        overflow-x: auto;
    }
    #service_detail .tables{
        
    }
    #service_detail .tables th{
        min-width: 100px;
        padding: 13px 8px;
        background-color: #eff4d4;
        border: solid 1px #ccc;
        text-align: center;
    }
    #service_detail .tables td{
        min-width: 100px;
        padding: 13px 8px;
        border: solid 1px #ccc;
        text-align: center;
    }
    #service_detail .tables td:first-of-type{

    }
    
/*---------------------------------

  介護の基礎知識

---------------------------------*/
/* カテゴリ一覧 */
.parent_section {
  padding: 0 0 60px;
}
.parent_section:last-child {
  padding: 0;
}
.parent_section > p {
  padding: 0 20px 30px;
  line-height: 1.8;
}
.parent_section > ul {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px 1.333%;
  overflow: hidden;
  box-sizing: border-box;
}
.parent_section li {
  flex: 0 0 24%;
  overflow: hidden;
  box-sizing: border-box;
}
.parent_section li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  line-height: 1.5;
  border-bottom: solid 3px #cbceb6;
  background: #edf2d4;
  color: #03a864;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing: 0;
  text-align: center;
  overflow: hidden;
}
.parent_section li a:hover {
  opacity: 0.8;
}
/* ページ一覧 */
.taxonomy_section > p {
  padding: 0 20px 50px;
  line-height: 1.8;
}
.taxonomy_section section {
  padding: 0 20px 50px;
}
.taxonomy_section section:last-child {
  padding: 0 20px;
}
.taxonomy_section section p {
  line-height: 1.8;
  margin: 0 0 20px;
}

    #knowledge_detail .content .date_area{
        display: flex;
        justify-content: flex-end;
    }
    #knowledge_detail .content .text_free ol li{
        list-style-type: inherit;
    }
    #knowledge_detail .content .text_free p a{
        color: #03a864;
        text-decoration: underline;
    }
    #knowledge_detail .content .text_free blockquote{
        padding: 20px;
        background: #f5f5f5;
    }

    #knowledge_detail .scroll_box{
        width: 98%;
        overflow-x: auto;
    }
    #knowledge_detail .tables{
        
    }
    #knowledge_detail .tables th{
        min-width: 100px;
        padding: 13px 8px;
        background-color: #eff4d4;
        border: solid 1px #ccc;
        text-align: center;
    }
    #knowledge_detail .tables td{
        min-width: 100px;
        padding: 13px 8px;
        border: solid 1px #ccc;
        text-align: center;
    }
    #knowledge_detail .tables td:first-of-type{

    }


/*---------------------------------

  よくあるご質問

---------------------------------*/
#faq .tab_menu {
  letter-spacing: -.4em;
  text-align: center;
}
#faq .tab_menu li {
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  background: #f4f4f4;
  border: solid 4px #999;
  border-bottom: none;
  width: 160px;
  padding: 14px 10px;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}
#faq .tab_menu li:hover,
#faq .tab_menu .active {
  background: #eff4d4;
  color: #03a864;
  border: solid 4px #03a864;
  border-bottom: none;
}
#faq .tab_box > div {
  border-top: solid 4px #03a864;
  display: none;
  padding: 30px 20px 0;
}
#faq .tab_box .active {
  display: block!important;
}
#faq .tab_box dl {
  border-bottom: solid 1px #ccc;
}
#faq .tab_box dt {
  background: #eff4d4 url(../img/faq/q_g.png) left 30px top 10px no-repeat;
  background-size: 40px;
  font-weight: bold;
  line-height: 2;
  padding: 16px 15px 16px 90px;
  position: relative;
  cursor: pointer;
}
#faq .tab_box dd {
  background: url(../img/faq/a_g.png) left 30px top 10px no-repeat;
  background-size: 40px;
  padding: 16px 15px 28px 90px;
  display: none;
}
#faq .tab_box dd p {
  line-height: 2;
}
#faq .tab_box .conditions:before,
#faq .tab_box .conditions:after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  content: '';
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #333;
}
#faq .tab_box .conditions:after {
  transform: rotate(90deg);
}
#faq .tab_box .conditions_close:after {
  content: none;
}
#faq .tab_box ul {
  padding: 5px 0 0;
}
#faq .tab_box li {
  margin: 7px 0 0;
}
/*
  各種色変え
--------------------------*/
#faq .tab_menu li:nth-child(2):hover,
#faq .tab_menu .active:nth-child(2) {
  background: #fbe8d5;
  color: #f15a24;
  border: solid 4px #f15a24;
  border-bottom: none;
}
#faq .tab_box > div:nth-child(2) {
  border-top: solid 4px #f15a24;
}
#faq .tab_box > div:nth-child(2) dt {
  background: #fbe8d5 url(../img/faq/q_o.png) left 30px top 10px no-repeat;
  background-size: 40px;
}
#faq .tab_box > div:nth-child(2) dd {
  background: url(../img/faq/a_o.png) left 30px top 10px no-repeat;
  background-size: 40px;
}
#faq .tab_box > div:nth-child(2) .link {
  background: url(../img/common/cv_o.png) left top no-repeat;
  background-size: 20px;
  color: #f15a24;
}
#faq .tab_menu li:nth-child(3):hover,
#faq .tab_menu .active:nth-child(3) {
  background: #d7edf9;
  color: #005ab5;
  border: solid 4px #005ab5;
  border-bottom: none;
}
#faq .tab_box > div:nth-child(3) {
  border-top: solid 4px #005ab5;
}
#faq .tab_box > div:nth-child(3) dt {
  background: #d7edf9 url(../img/faq/q_b.png) left 30px top 10px no-repeat;
  background-size: 40px;
}
#faq .tab_box > div:nth-child(3) dd {
  background: url(../img/faq/a_b.png) left 30px top 10px no-repeat;
  background-size: 40px;
}
#faq .tab_box > div:nth-child(3) .link {
  background: url(../img/common/cv_b.png) left top no-repeat;
  background-size: 20px;
  color: #005ab5;
}

/*---------------------------------

  リンク集

---------------------------------*/
#link .content {
  text-align: center;
  overflow: visible;
  padding: 60px 0 60px;
}
#link .content > p {
  line-height: 2;
  color: #4d4d4d;
  margin: 0 0 50px;
}
#link ul {
  letter-spacing: -.4em;
}
#link ul li {
  width: 31%;
  margin: 0 1.7% 40px;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
}
#link ul li:nth-child(3n+1) {
  margin: 0 1.7% 40px 0;
}
#link ul li:nth-child(3n) {
  margin: 0 0 40px 1.7%;
}
#link ul li a {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
  border-radius: 10px;
  display: block;
  padding: 4px;
}
#link ul li a:hover {
  opacity: 0.8;
}
#link ul li div {
  width: 100%;
  height: 180px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  display: table;
}
#link ul li div p,
#link ul li div span {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #03a864;
}
#link ul li h3 {
  padding: 11px 15px 11px 48px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  background: url(../img/common/cv_w.png) left 15px top 15px no-repeat;
  background-size: 20px;
}

/*---------------------------------

  無料体験お申込み
  お問い合わせ

  共通

---------------------------------*/
.form {
  padding: 0 20px;
}
.form > p {
  line-height: 1.9;
  text-align: center;
  color: #4d4d4d;
  margin: 0 0 30px;
}
.form .flow {
  overflow: hidden;
  margin: 0 0 30px;
}
.form .flow li {
  width: 33.3%;
  float: left;
}
.form .flow li > span {
  background: #f4f4f4;
  display: block;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  text-align: center;
  margin: 0 22px 0 0;
  position: relative;
  padding: 0 0 0 10px;
}
.form .flow li span span {
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.form .flow li:last-child > span {
  margin: 0;
}
.form .flow li > span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #fff;
  left: 0;
  top: 0;
}
.form .flow li > span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 20px solid #f4f4f4;
  right: -20px;
  top: 0;
}
.form .flow li:first-child span:before,
.form .flow li:last-child span:after {
  content: none;
}
.form .flow .active > span {
  background: #e3f4e8;
  color: #03a864;
}
.form .flow .active > span:after {
  border-left: 20px solid #e3f4e8;
}
.form table {
  width: 100%;
  table-layout: fixed;
  margin: 0 0 40px;
}
.form table + table th {
  width: 410px;
}
.form th {
  width: 310px;
  background: #e3f4e8;
  border-bottom: solid 1px #ccc;
  padding: 21px 20px;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.9;
  overflow: hidden;
}
.form th .required {
  background: #ffccd1;
  color: #f92b49;
  text-align: center;
  line-height: 24px;
  width: 50px;
  border: solid 1px #f92b49;
  float: right;
}
.form th span:not(.required) {
  display: block;
  font-size: 13px;
}
.form td {
  background: #f4f4f4;
  border-bottom: solid 1px #ccc;
  padding: 16.5px 20px 16.5px 30px;
  box-sizing: border-box;
  line-height: 1.9;
}
.form input,
.form textarea {
  width: 86%;
  max-width: calc(100% - 101px);
}
.form .radio ul {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.form .radio li {
  float: left;
  display: inline-block;
  margin: 0 25px 0 0;
}
.form .category {
  padding: 23px 20px 10px;
}
.form .category span:not(.error) {
  display: block;
  line-height: 30px;
  background: #ccc;
  text-align: center;
  margin: 0 0 18px;
  position: relative;
}
.form .category span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #ccc;
  left: 50%;
  margin-left: -15px;
  bottom: -10px;
}
.form .category ul {
  overflow: hidden;
  padding: 0 10px;
}
.form .category span:not(.error):last-of-type {
  margin: 15px 0 18px;
}
.form .category li {
  float: left;
  width: 130px;
  margin: 0 0 8px;
}
.form .office_num label {
  margin: 0 0 0 20px;
}
.form .document dl {
  overflow: hidden;
}
.form .document dt {
  float: left;
  width: 100px;
  padding: 0 0 0 10px;
  line-height: 36px;
  margin: 0 0 10px;
  clear: both;
}
.form .document dd {
  float: left;
  width: calc(100% - 100px);
  margin: 0 0 10px;
  letter-spacing: -.4em;
}
.form .document input {
  width: 98%;
  max-width: 98%;
}
.form .group .note {
  font-size: 13px;
  margin: 5px 0 0;
}
.form .know ul {
  overflow: hidden;
  padding: 16px 0 6px;
}
.form .know li {
  float: left;
  width: 160px;
  margin: 0 0 10px;
}
.form .know div label {
  margin: 0 10px 0 0;
}
.form .note {
  color: #666;
  margin: 0 0 0 20px;
  display: inline-block;
}
.form .width300 {
  max-width: 300px!important;
}
.form .width130 {
  max-width: 130px!important;
}
.btns {
  letter-spacing: -.4em;
  text-align: center;
  margin: 0 0 60px;
}
.btns button {
  margin: 0 20px;
}
.form .privacy p {
  line-height: 2;
}
.form .privacy a {
  color: #03a864;
  text-decoration: underline;
}
.form .privacy a:hover {
  text-decoration: none;
}
/*
  完了
--------------------------*/
.end h3 {
  font-size: 18px;
  font-weight: bold;
  color: #4d4d4d;
  text-align: center;
  margin: 0 0 5px;
  line-height: 2;
}
.end .form > p {
  font-size: 18px;
  color: #4d4d4d;
  line-height: 2;
}
.end .complete {
  background: #f4f4f4;
  padding: 25px 20px 30px;
  text-align: center;
  margin: 0 0 40px;
}
.end .complete p:not(.time) {
  color: #4d4d4d;
  line-height: 2;
  margin: 0 0 20px;
}
.end .complete .tel {
  color: #03a864;
  font-weight: bold;
  display: inline-block;
  font-size: 42px;
  padding: 0 0 0 70px;
  background: url(../img/taiken/call.png) left center no-repeat;
  background-size: 48px;
  margin: 0 0 10px;
}
.end .complete .tel:hover {
  opacity: 0.8;
}
.end .complete .time {
  font-size: 15px;
}
.end .complete .time span {
  display: inline-block;
  color: #03a864;
  width: 83px;
  line-height: 21px;
  border: solid 1px #03a864;
  box-sizing: border-box;
  margin: 0 12px 0 0;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}
.end .cv_contact {
  margin: 0 auto;
  display: block;
}

/*---------------------------------

  無料体験お申込み

---------------------------------*/
#taiken .content {
  padding: 0 0 100px;
}
#taiken td,
#contact td {
  letter-spacing: -.4em;
}
#taiken .kigokochi {
  background: url(../img/taiken/kigokochi.png) right 10px center no-repeat;
  background-size: 212px;
  padding: 60px 0 40px;
}
#taiken .kigokochi p {
  line-height: 2;
  color: #4d4d4d;
  text-align: center;
}
.taiken_flow {
  text-align: center;
  padding: 0 0 80px;
}
.taiken_flow > p {
  line-height: 2;
  font-size: 13px;
  color: #4d4d4d;
}
.taiken_flow ul {
  padding: 0 20px;
  letter-spacing: -.4em;
  margin: 0 0 13px;
}
.taiken_flow li {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  margin: 0;
  background: #a6be29;
  padding: 2px;
}
.taiken_flow li:nth-child(1),
.taiken_flow li:nth-child(2) {
  margin: 0 3.5% 0 0;
  position: relative;
}
.taiken_flow li:nth-child(1):before,
.taiken_flow li:nth-child(2):before {
  position: absolute;
  content: "";
  width: 12px;
  height: 16px;
  background: url(../img/taiken/flow_rg.png) center no-repeat;
  background-size: 12px;
  top: 11px;
  right: -12.5%;
}
.taiken_flow li:last-child {
  margin: 0;
  background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
}
.taiken_flow li:last-child p {
  color: #03a864;
}
.taiken_flow li p {
  background: #fff;
  line-height: 1.7;
  color: #a6be29;
  font-size: 16px;
  font-weight: bold;
  padding: 17px 10px;
}
.taiken_flow li span {
  line-height: 38px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.taiken_flow .hosoku {
  width: 17%;
  background: url(../img/taiken/flow_set.png) top 11px center no-repeat;
  background-size: 150px;
  padding: 50px 5px 0;
}
.taiken_flow .hosoku div {
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 12px 5px;
  line-height: 1.7;
  color: #4d4d4d;
  font-size: 13px;
  width: 100%;
  max-width: 130px;
  display: inline-block;
}
.taiken_kiyaku {
  margin: 0 0 40px;
}
.taiken_kiyaku .kiyaku {
  border: solid 2px #ccc;
  height: 240px;
  padding: 25px 25px 35px;
  overflow: auto;
  margin: 0 0 20px;
}
.taiken_kiyaku .kiyaku section {
  padding: 0 0 38px;
}
.taiken_kiyaku .kiyaku h4 {
  font-weight: bold;
  margin: 0 0 10px;
}
.taiken_kiyaku .kiyaku section > div {
  padding: 0;
}
.taiken_kiyaku .checkbox {
  background: #f4f4f4;
  padding: 20px 10px;
  text-align: center;
}
/*
  確認
--------------------------*/
#taiken_conf .btns,
#contact_conf .btns {
  margin: 0;
}

/*---------------------------------

  資料請求・お問い合わせ

---------------------------------*/
#contact .faq_link {
  background: #f4f4f4;
  padding: 15px 20px;
  line-height: 1.9;
}
#contact .faq_link a {
  color: #03a864;
  text-decoration: underline;
}
#contact .faq_link a:hover {
  text-decoration: none;
}

/*---------------------------------

  利用規約

---------------------------------*/
.kiyaku section {
  padding: 0 0 60px;
}
.kiyaku section div {
  padding: 0 20px;
}
.kiyaku > p {
  border-top: solid 1px #ccc;
  text-align: right;
  padding: 25px 20px 0 0;
}
.kiyaku p,
.kiyaku li {
  line-height: 2;
}
.kiyaku .num {
  counter-reset: num;
}
.kiyaku .num > li {
  padding-left: 2em;
  text-indent: -2em;
  margin: 0 0 8px;
}
.kiyaku .num > li::before{
  content: counter(num) ".";
  counter-increment: num;
  margin: 0 1em 0 0;
}
.kiyaku .aiu {
  padding: 5px 0 0 10px;
}
.kiyaku .num .aiu {
  padding: 5px 0 0;
}
.kiyaku .aiu > li {
  padding-left: 3em;
  text-indent: -3em;
}
.kiyaku .maru_num > li {
  padding-left: 2em;
  text-indent: -2em;
}
.kiyaku table {
  margin-top: 30px;
}
.kiyaku thead th {
  border: solid 1px #ddd;
  text-align: center;
  background: #eee;
  font-weight: bold;
  padding: 10px;
}
.kiyaku tbody th {
  border: solid 1px #ddd;
  text-align: center;
  padding: 10px;
  width: 200px;
}
.kiyaku tbody td {
  border: solid 1px #ddd;
  padding: 10px 15px;
}

/*---------------------------------

  プライバシーポリシー

---------------------------------*/
#privacy .kiyaku .outer:last-of-type {
  padding: 0;
}
#privacy .kiyaku .outer:last-of-type > p:last-child {
  padding: 0 20px;
}
#privacy .kiyaku .outer > p,
#privacy .kiyaku .outer > section {
  padding: 0 20px 40px;
  clear: both;
}
#privacy .kiyaku .seitei {
  float: right;
  display: inline-block;
}
#privacy .kiyaku .outer p span {
  font-weight: bold;
  display: block;
}
#privacy .kiyaku .aiu {
  padding: 5px 0 0;
}
#privacy .kiyaku .aiu li {
  padding-left: 2em;
  text-indent: -2em;
}
#privacy .kiyaku .maru_num {
  border: solid 1px #4d4d4d;
  margin: 20px 0 0;
  padding: 20px;
}
#privacy .kiyaku .maru_num > li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/*---------------------------------

  お知らせ一覧

---------------------------------*/
#news .content {
  max-width: 1060px;
}
.news li:nth-child(odd) {
  background: #f2f2f2;
}
.news li > a,
.news li > div {
  padding: 13px 70px 13px 40px;
  display: block;
  letter-spacing: -.4em;
}
.news li > a {
  background: url(../img/common/cv_wg.png) right 20px center no-repeat;
  background-size: 20px;
}
.news li > a:hover {
  background: #ecffe3 url(../img/common/cv_g.png) right 20px center no-repeat;
  background-size: 20px;
}
.news time {
  font-size: 14px;
  width: 150px;
  display: inline-block;
  letter-spacing: 0.5px;
  line-height: 24px;
  vertical-align: top;
}
.news .category {
  background: #03a864;
  font-size: 14px;
  color: #fff;
  width: 140px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.5px;
  vertical-align: top;
  border-radius: 50px;
}
.news .category1,
.news .category2,
.news .category3 {
  background: #4b87c4!important;
}
.news .category5 {
  background: #f92b49!important;
}
.news .category8 {
  background: #a6be29!important;
}
#news h2,
#top .news h3 {
  font-size: 14px;
  letter-spacing: 0.5px;
  vertical-align: top;
  width: calc(100% - 291px);
  padding: 0 0 0 40px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.8;
}
#news .content li > a:hover h2,
#top .news li > a:hover h3,
.important_news dd a:hover span {
  text-decoration: underline;
}

/*---------------------------------

  お知らせ詳細

---------------------------------*/
#news_detail .content {
  max-width: 920px;
}
#news_detail time {
  font-size: 16px;
  display: inline-block;
  float: left;
  width: auto;
}
#news_detail .category {
  font-size: 16px;
  color: #fff;
  background: #03a864;
  display: inline-block;
  float: right;
  padding: 0 10px;
  line-height: 26px;
  width: 160px;
  border-radius: 50px;
  margin: 0 0 13px;
}
#news_detail .title:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  position: absolute;
}
#news_detail section {
  text-align: center;
  background: #f4f4f4;
  padding: 20px 40px 40px;
}
#news_detail section > div {
  background: #fff;
  padding: 20px 20px 40px;
}
#news_detail section div div {
  border-top: solid 1px #ccc;
  padding: 20px 20px 0;
  text-align: left;
}
#news_detail section p {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 35px;
  text-align: left;
}
#news_detail section .text_top {
  margin: 70px 0 25px;
}
#news_detail section .text_top:first-child {
  margin: 0 0 25px;
}
#news_detail section img {
  display: inline-block;
  margin: 0 0 25px;
}
#news_detail .cv {
  margin: 40px auto 0;
  display: block;
}

/*---------------------------------

  便利ツール

---------------------------------*/
#tool .kaigyou_b {
  display: inline-block;
  color: #000;
}
#tool .kaigyou_g {
  display: inline-block;
  color: #03a864;
}
#tool .content > div {
  text-align: center;
  margin: 0 0 60px;
  background: url(../img/tool/main.png) right center no-repeat;
  background-size: 200px;
}
#tool .content > div p {
  line-height: 2;
}
#tool section {
  margin: 0 0 80px;
}
#tool .tool_center {
  padding: 15px 30px 0 20px;
  display: inline-block;
}
#tool .tool_center > img {
  max-width: 240px;
  margin: 0 40px;
  float: left;
}
#tool .maru_img {
  margin: 0 44px 0 0;
  float: left;
}
#tool .maru_img img {
  max-width: 270px;
}
#tool .tool_center div:last-of-type {
  width: calc(100% - 330px);
  float: right;
}
#tool .tool_center a {
  display: block;
  margin: 0 20px 0 0;
  float: left;
}
#tool .tool_center a:hover {
  opacity: 0.8;
}
#tool .tool_center a > img {
  max-width: 180px;
}
#tool .cv_w {
  color: #03a864;
  background: #fff url(../img/common/link_g.png) right 8px top 8px no-repeat;
  background-size: 14px;
  border: solid 2px #ccc;
  border-bottom: ;
  height: 60px;
  line-height: 55px;
}
#tool .tool_center a > span {
  background: url(../img/common/cv_g.png) left center no-repeat;
  background-size: 20px;
  padding: 0 0 0 32px;
  display: inline-block;
}
#tool .tool_center p {
  font-size: 16px;
  margin: 0 0 55px 0;
  line-height: 1.9;
}
#tool .content > p {
  border-top: solid 1px #ccc;
  padding: 35px 0 5px;
  line-height: 2;
  color: #666;
}

/*---------------------------------

  サポート

---------------------------------*/
/*
  お問い合わせ
--------------------------*/
#support .title {
  margin: 0 0 40px;
}
#support .sub_title {
  margin: 0 0 20px;
}
#support .content section {
  margin: 0 20px 40px;
}
.support_faq .question .cv {
  width: 230px;
  line-height: 60px;
  margin: 0 0 20px;
}
.support_faq .question p,
.support_faq .contact p {
  margin: 0 0 25px 0;
  line-height: 2;
}
.support_faq .question span {
  background: url(../img/support/faq01.png) left center no-repeat;
  background-size: 18px;
  padding: 0 0 0 32px;
  display: inline-block;
}
.support_faq .contact ul {
  letter-spacing: -.4em;
  margin: 0 0 40px;
  display: inline-block;
}
.support_faq .contact li {
  width: 31%;
  margin: 0 3.5% 0 0;
  border: solid 2px #ccc;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 0.5px;
  vertical-align: top;
  text-align: center;
}
.support_faq .contact li:last-child {
  margin: 0;
}
.support_faq .contact h4 {
  font-size: 18px;
  font-weight: bold;
  color: #03a864;
  padding: 20px 0;
}
.support_faq .contact div {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
  padding: 20px 0;
}
.support_faq .contact div > span,
.support_faq .contact div > a {
  padding: 0 0 0 40px;
  display: inline-block;
  color: #fff;
}
.support_faq .contact div > a:hover {
  opacity: 0.8;
}
.support_faq .contact li:nth-child(1) div > a {
  background: url(../img/support/faq02.png) left center no-repeat;
  background-size: 30px;
}
.support_faq .contact li:nth-child(2) div > span {
  background: url(../img/support/faq03.png) left center no-repeat;
  background-size: 34px;
  padding: 0 0 0 45px;
}
.support_faq .contact .cv {
  width: 90%;
  line-height: 68px;
  margin: 0;
}
.support_faq .contact a > span {
  background: url(../img/support/faq04.png) left center no-repeat;
  background-size: 32px;
  padding: 0 0 0 42px;
  display: inline-block;
}
.support_faq .contact p > span {
  font-size: 13px;
  color: #4d4d4d;
}
.support_faq .contact li > span {
  font-weight: bold;
  color: #03a864;
  display: block;
  margin: 0 auto;
  padding: 10px 0 0;
}
.support_faq .contact dl {
  display: inline-block;
  padding: 10px 0 0;
  text-align: center;
  letter-spacing: -.4em;
}
.support_faq .contact dt {
  display: inline-block;
  font-weight: bold;
  color: #03a864;
  line-height: 1.9;
  vertical-align: top;
}
.support_faq .contact dd {
  display: inline-block;
  font-weight: bold;
  line-height: 1.9;
  color: #03a864;
  text-align: left;
  vertical-align: top;
}
.support_faq .contact li > p {
  font-size: 14px;
  padding: 20px 5% 40px;
  margin: 0;
  text-align: left;
  line-height: 1.9;
}
/*
  ユーザーサポート
--------------------------*/
.support_user {
  text-align: center;
}
.support_user h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
  border-radius: 10px;
  padding: 9px 0;
  margin: 0 0 30px;
}
.support_user .trouble h3 {
  margin: 0;
}
.support_user .trouble > ul {
  letter-spacing: -.4em;
  overflow: hidden;
  line-height: 1;
}
.support_user .trouble > ul > li {
  border-bottom: solid 1px #cacaca;
  padding: 25px 10px;
  display: inline-block;
  width: 100%;
  letter-spacing: -.4em;
}
.support_user .trouble > ul > li:last-child {
  margin: 0;
}
.support_user .trouble h4 {
  font-size: 18px;
  font-weight: bold;
  color: #03a864;
  border-radius: 10px;
  margin: 0 0 30px;
  padding: 10px 0 0;
}
.support_user .trouble span {
  line-height: 2;
}
.support_user .trouble .support_contents {
  vertical-align: top;
  display: inline-block;
  letter-spacing: -.4em;
}
.support_user .trouble .support_contents li {
  margin: 0 10px 0 0;
}
.support_user .trouble .support_contents li:last-child{
  margin: 0;
}
.support_user .trouble li:nth-child(1) div {
  width: calc(100% - 700.52px);
  text-align: left;
  vertical-align: top;
  display: inline-block;
  margin: 0 15px 0 0;
}
.support_user .trouble li:nth-child(2) div:not(.maru_img) {
  width: calc(100% - 280px);
  float: left;
  text-align: left;
  padding: 0 30px 0 0;
}
.support_user .trouble li:nth-child(2) .maru_img {
  border: solid 2px #e6e6e6;
  border-radius: 17px;
  display: inline-block;
  float: right;
  width: 280px;
}
.support_user .trouble li:nth-child(3) div {
  width: calc(100% - 200px);
  float: left;
  text-align: left;
  padding: 0 30px 0 0;
}
.support_user .trouble li img {
  height: 180px;
  float: right;
}
#support .support_user .service {
  margin: 0 20px;
}
.support_user .service ul {
  letter-spacing: -.4em;
}
.support_user .service li {
  width: 48%;
  margin: 0 2% 40px 0;
  border: solid 2px #eff4d4;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 0.5px;
  vertical-align: top;
  padding: 0 0 20px;
}
.support_user .service li:last-child {
  margin: 0 0 40px 2%;
}
.support_user .service h4 {
  font-size: 16px;
  font-weight: bold;
  color: #03a864;
  background: #eff4d4;
  margin: 0 0 20px;
}
.support_user .service span {
  display: inline-block;
}
.support_user .service li:nth-child(1) span {
  background: url(../img/support/service02.png) left no-repeat;
  background-size: 50px;
  padding: 20px 0 20px 65px;
}
.support_user .service li:nth-child(2) span {
  background: url(../img/support/service03.png) left no-repeat;
  background-size: 35px;
  padding: 20px 0 20px 50px;
}
.support_user .service p {
  text-align: left;
  line-height: 1.9;
  padding: 0  20px 50px;
}
.support_user .service li:last-child p {
  background: url(../img/support/service01.png) center bottom no-repeat;
  background-size: 245px;
  padding: 0 20px 90px;
}

/*---------------------------------

  サイトマップ

---------------------------------*/
#sitemap .title {
  font-size: 18px;
  padding: 10px 10px 10px 30px;
  margin: 0;
  display: block;
}
#sitemap .title:hover {
  color: #03a864;
  text-decoration: underline;
}
.sitemap_links {
  letter-spacing: -.4em;
}
.sitemap_links > ul {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin: 0 4% 0 0;
}
.sitemap_links > ul:last-child {
  margin: 0;
}
.sitemap_links > ul > li{
  margin: 0 0 40px;
}
.sitemap_links li ul {
  padding: 25px 0 0 20px;
}
.sitemap_links li li {
  margin: 0 0 10px;
}
.sitemap_links li li:last-child,
.sitemap_links > ul > li:last-child {
  margin: 0;
}

/*---------------------------------

  会社概要

---------------------------------*/
#company table {
  margin: 0;
}
#company tr:nth-child(2) td {
  padding: 25px 20px 35px 30px;
}
#company td > a {
  color: #03a864;
  text-decoration: underline;
}
#company td > a:hover {
  text-decoration: none;
}
#company .cv {
  width: 100px;
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
  margin: 25px 0 0;
}
#company .cv span {
  background: url(../img/company/company01.png) left center no-repeat;
  background-size: 12px;
  padding: 2px 0 0 20px;
  font-size: 14px;
}
#company td section {
  letter-spacing: -.4em;
  margin: 0 0 40px;
}
#company td section:last-child {
  margin: 0;
}
#company td div {
  display: inline-block;
  width: calc(100% - 110px);
  margin: 0 10px 0 0;
  vertical-align: top;
}
#company h2 {
  font-weight: bold;
  margin: 0 0 8px;
}
#company p {
  line-height: 1.9;
}
#company dl {
  letter-spacing: -.4em;
}
#company dt {
  display: inline-block;
  vertical-align: top;
  line-height: 1.9;
  width: 180px;
}
#company dd {
  width: calc(100% - 181px);
  display: inline-block;
  vertical-align: top;
  line-height: 1.9;
}

/*---------------------------------

  トリケアトプスについて

---------------------------------*/
/*
  共通
--------------------------*/
#whats-tricaretops .content {
  padding: 40px 0 100px;
}
#whats-tricaretops .content > section {
  padding: 30px 0 0;
}
#whats-tricaretops .whats_box {
  padding: 0 20px;
  letter-spacing: -.4em;
  margin: 0 0 50px;
  overflow: hidden;
}
/*
  トリケアトプスとは
--------------------------*/
#about .yellow {
  background: linear-gradient(transparent 50%, #fffc8d 0%);
  border-bottom: solid 2px #fffc8d;
}
#about .red {
  color: #ff0000;
}
#about .summary {
  margin: 0 0 60px;
  overflow: hidden;
}
#about .summary > div {
  float: left;
  width: 51.8%;
  max-width: 550px;
  padding: 0 40px 0 0;
}
#about .summary > div:last-child {
  width: 48.2%;
  max-width: 510px;
  padding: 0;
}
#about p {
  line-height: 2;
  margin: 0 0 25px;
}
#about .indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
  display: block;
  color: #666;
  line-height: 2;
}
#about ul {
  letter-spacing: -.4em;
  margin: 0 0 25px;
  position: relative;
  text-align: center;
}
#about ul:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/whats_tricaretops/about_icon.png) center no-repeat;
  background-size: 40px;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}
#about li {
  width: 45%;
  max-width: 215px;
  margin: 0 30px 0 0;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  padding: 0 20px;
  display: inline-block;
  background: linear-gradient(to right, #03b795 0% ,#03a864 100%);
  line-height: 46px;
  font-weight: bold;
}
#about li:last-child {
  margin: 0;
}
#about .maru_img {
  width: 100%;
  margin: 0 0 20px;
  border-radius: 8px;
  border: solid 1px #e6e6e6;
}
#about .maru_img span {
  padding: 13px;
}
#about img {
  width: 460px;
}
#about .summary div:last-child p {
  background: #eff4d4;
  border-radius: 8px;
  padding: 11px 25px;
  margin: 0;
  font-size: 13px;
}
#about section {
  letter-spacing: -.4em;
}
#about section p {
  display: inline-block;
  width: 51.8%;
  max-width: 550px;
  padding: 0 40px 0 0;
  vertical-align: top;
}
#about section div {
  display: inline-block;
  vertical-align: top;
  width: 48.2%;
  max-width: 510px;
  background: url(../img/whats_tricaretops/about02.png) top center no-repeat;
  background-size: 383px;
  left: 2px;
  top: 2px;
  z-index: -1;
  padding: 150px 0 0;
}
#about section div span {
  position: relative;
  display: block;
  text-align: center;
  background: #eff4d4;
  border-radius: 5px;
  padding: 6px 25px;
  font-size: 13px;
}
/*
  サービス・機能 比較表
--------------------------*/
#comparison .whats_box {
  text-align: center;
  letter-spacing: 0.5px;
}
#comparison .whats_box > p {
  font-size: 16px;
  margin: 20px 0 40px;
}
#comparison table {
  width: 100%;
  table-layout: fixed;
  margin: 0 0 60px;
}
#comparison th {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #03a864;
  vertical-align: middle;
  background: #eff4d4;
  border: solid 1px #ccc;
  padding: 16px 15px;
  box-sizing: border-box;
  line-height: 1.9;
  height: 60px;
}
#comparison thead tr th {
  font-size: 18px;
  font-weight: bold;
  background: #e6e6e6;
  color: #333;
  height: 50px;
  padding: 0;
}
#comparison thead tr th:last-child {
  background: #03a864;
}
#comparison thead tr img {
  width: 90%;
  height: 90%;
  max-width: 182px;
  max-height: 30px;
  vertical-align: middle;
}
#comparison thead tr th:first-child {
  background: #fff;
  border: none;
  width: 200px;
}
#comparison tbody th {
  width: 200px;
}
#comparison td {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: solid 1px #ccc;
  padding: 10px 15px;
  box-sizing: border-box;
  line-height: 1.7;
  height: 60px;
}
#comparison tr td:last-child {
  font-size: 18px;
  font-weight: bold;
  color: #03a864;
}
#comparison tbody tr:nth-child(3) span {
  font-size: 16px;
}
#comparison tbody tr:nth-child(9) span {
  font-size: 15px;
}
#comparison tbody tr:nth-child(10) span {
  font-size: 14px;
  font-weight: normal;
  color: #4d4d4d;
  display: block;
}
#comparison tbody img {
  width: 20px;
  vertical-align: middle;
}
#comparison h3 {
  font-size: 16px;
  color: #03a864;
  line-height: 62px;
  background: #eff4d4;
  font-weight: bold;
}
#comparison ul {
  letter-spacing: -.4em;
}
#comparison .matchHeight {
  width: 48.5%;
  margin: 0 3% 0 0;
  border: solid 2px #eff4d4;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  letter-spacing: 0.5px;
  vertical-align: top;
  padding: 0 0 20px;
}
#comparison .matchHeight:last-child {
  margin: 0;
}
#comparison .matchHeight p {
  text-align: left;
  line-height: 1.9;
  padding: 25px 20px 25px;
  color: #666;
}
/*
  セキュリティについて
--------------------------*/
#security .whats_box div:not(.maru_img) {
  float: left;
  width: 51.8%;
  max-width: 550px;
  padding: 0 40px 0 0;
}
#security p{
  line-height: 1.9;
  margin: 0 0 30px;
}
#security span{
  color: #666;
  line-height: 1.9;
}
#security .maru_img{
  float: left;
  width: 48.2%;
  max-width: 510px;
  padding: 0;
  border-radius: 8px;
  border: solid 1px #e6e6e6;
  min-height: 280px;
  display: table;
}
#security .maru_img span {
  padding: 0 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#security img {
  max-width: 360px;
}

/*
  動作環境
--------------------------*/
#environment .form table {
  margin: 35px 0 0;
}
#environment .form th {
  width: 210px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
#environment .form td {
  vertical-align: middle;
}
#environment .form td p {
  line-height: 1.9;
  margin: 0 0 7px;
}
#environment .smart {
  counter-reset: smart;
  padding: 0 0 0 15px;
}
#environment .smart > li {
  margin: 0 0 10px;
  padding-left: 1em;
  text-indent: -1em;
}
#environment .smart > li:last-child {
  margin: 0;
}
#environment .smart > li::before {
  content: "●";
  counter-increment: smart;
  margin: 0 .5em 0 0;
}

/*---------------------------------

  404ページ

---------------------------------*/
#not_found {
  text-align: center;
}
#not_found h1 {
  font-size: 50px;
  margin: 50px 0 0;
}
#not_found p {
  font-size: 18px;
  margin: 20px 0 40px;
}


}