.header_title {
  color: #007660;
  font-size: 46px;
  letter-spacing: 0.1em;
  text-align: center;
}
.section_title {
  color: #007660;
  font-size: 30px;
  text-align: center;
}
#top .section_title {
  color: #333333;
}

.btn_white {
  display: grid;
  place-items: center;
  width: 141px;
  height: 48px;
  color: #e55b49;
  font-weight: 700;
  border: 1px solid #e55b49;
/*  border-radius: 8px; */
  background-color: #fff;
}
.btn_white:hover {
  background-color: rgba(243, 110, 92, 0.1);
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.26);
}

.btn_orange {
  display: inline-grid;
  place-items: center;
  width: 141px;
  height: 48px;
  color: #fff;
  font-weight: 700;
/*  border-radius: 8px; */
  background-color: #e55b49;
}
.btn_orange:hover {
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.26);
}

.btn_trial {
  display: inline-grid;
  place-items: center;
  width: 141px;
  height: 48px;
  color: #fff;
  font-weight: 700;
/*  border-radius: 8px; */
  background-color: rgba(0,118,96,0.85);
}
.btn_trial:hover {
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.26);
}


.btn_orange_b {
  display: inline-grid;
  place-items: center;
  min-width: 293px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
/*  border-radius: 8px; */
  background: #e55b49 url(/service/product/timo/img/arrow_right.svg) no-repeat right 24px center/9px auto;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.26);
}

.btn_green_b {
  display: inline-grid;
  place-items: center;
  width: 293px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  background: #007660 url(/service/product/timo/img/arrow_right.svg) no-repeat right 24px center/9px auto;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.26);
}



.br_hidden_pc {
  display: none;
}

footer {
/*  max-width: 1366px; */
  margin: 0 auto;
  border-top: 1px solid #ddd;
}
footer #footer_nav {
  position: relative;
  height: 85px;
}
footer #footer_nav ul {
  display: flex;
  align-items: center;
  height: 85px;
  padding-left: 54px;
}
footer #footer_nav ul > li {
  margin-right: 54px;
}
footer #footer_nav .page_top {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85px;
  height: 85px;
}
footer #footer_nav .page_top .page_top_button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 85px;
  height: 85px;
  background: url(/service/product/timo/img/pc/icon_page_top.png) no-repeat right center/85px;
}
footer #footer_nav .page_top.fixed {
  position: fixed;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  footer #footer_nav .page_top.fixed {
    width: 100vw;
  }
}
footer #footer_bottom {
  position: relative;
  height: 134px;
  background-color: #97999b;
  padding: 29px 27px 0;
}
footer #footer_bottom .footer_logo {
  background: url(/service/product/timo/img/footer_text.png) no-repeat right center/335px 70px;
}
footer #footer_bottom > p {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
  text-align: center;
}

#bannerTrial {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 1000;
}
/* リニューアル時追記 */
.sp_only{
	display: none;
}
/* timoとは部分（プルダウンメニュー） */
#navi > nav > ul > li:nth-child(1):hover > ul {
	display: block;
}
#navi > nav > ul > li:nth-child(5):hover > ul {
	display: block;
}

#fixed_header{
  color:#012821;
  z-index: 10000;
}
.timotoha_link{
  position: relative;
  padding-right: 22px;
}
.timotoha_link::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 7px;
  transform: translateY(-50%);
  background-image: url(/service/product/timo/img/header_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#fixed_header{
  font-size: 15px;
}

#navi > nav > ul > li > ul {
	display: none;
	position: absolute;
	width: 320px;
	top:70px;
}
#navi > nav > ul > li > ul > li > a {
/*	display: none; */
	width: 100%;
	border: 1px solid #ebebeb;
	display: block;
	margin: -1px 0 0;
	padding: 16px 24px;
	background: white;
	
}
/* パンくずリスト */
body > main > nav > ul.breadcrumb {
	margin-left: 2em;
}
body > main > nav > ul.breadcrumb > li.breadcrumb-item > a > span {
    font-size: 14px;
}
body > main > nav > ul.breadcrumb > li.breadcrumb-item {
    display: inline;
}
body > main > nav > ul.breadcrumb > li.breadcrumb-item::after {
	content: " > "    
}
body > main > nav > ul.breadcrumb > li.breadcrumb-item:last-child::after {
	content: none;    
}



