@charset "UTF-8";
/* CSS Document */
/* 共通 */
body {
  font-family: "Roboto Condensed", 'Noto Sans JP', sans-serif !important;
  color: #004146 !important;
  margin: 0;
  padding: 0;
  width: 100%;
}
img {
  max-width: 100%;
}
p, a, ul {
  font-weight: bold;
}
h1, h2, h3, h4, h5, p, img, div, ul, li, a, figure {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}
h4 {
  font-size: 24px;
}
p {
  line-height: 140%;
}
a:hover {
  opacity: 0.5;
}
.pc {
  display: none;
}
.btn {
  margin: 0 auto;
  text-align: center;
}
.btn a {
  color: #fff;
  background: #F94D01 url(../images/mail.png) no-repeat 30px 50%;
  background-size: 30px;
  padding: 20px 60px 20px 90px;
  border-radius: 100px;
  font-size: 21px;
  text-align: center;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}
span.yellow {
  color: #FFF719;
}
.ttl_area h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
#for_clinic .btn-txt {
  background: url(../images/fukidashi_l.png) no-repeat 10% 100%, url(../images/fukidashi_r.png) no-repeat 90% 100%;
  text-align: center;
  margin-bottom: 25px;
}
#for_clinic .btn-txt p {
  color: #F94D01;
  font-size: 24px;
}
#for_clinic .btn-txt p b {
  font-size: 45px;
  padding: 0 3px;
}
/* コンテンツ */
#for_clinic {
  color: #033009;
}
/* main */
#for_clinic main {
  background: #FFF719 url("../images/bg_top.png") no-repeat 100% 100%;
  background-size: 100%;
}
#for_clinic main .main_inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 50px 5% 0;
}
#for_clinic main .txt_container {
  text-align: center;
}
#for_clinic main .txt_container .img {
  margin-bottom: 20px;
  width: 70%;
  margin: 0 auto 10px;
}
#for_clinic main .txt_container .txt h1 {
  font-size: 44px;
  margin-bottom: 20px;
  line-height: 130%;
  font-weight: 900;
}
#for_clinic main .txt_container .txt h1 small {
  font-size: 30px;
}
#for_clinic main .txt_container .txt p {
  font-size: 24px;
}
#for_clinic main .txt_container .txt p strong {
  color: #F94D01;
  font-size: 24px;
}
#for_clinic main .img_container {
  margin-top: 35px;
}
/* about */
#for_clinic #about {
  background: #FFFAE4;
  padding: 50px 0 0;
  position: relative;
}
#for_clinic #about .ttl_area {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#for_clinic #about .ttl_area::before {
  display: inline-block;
  content: "";
  background: url(../images/icon_about_l.png) no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background-size: 80px;
}
#for_clinic #about .ttl_area::after {
  display: inline-block;
  content: "";
  background: url(../images/icon_about_r.png) no-repeat;
  width: 60px;
  height: 70px;
  position: absolute;
  background-size: 50px;
  top: -50px;
  right: 0px;
}
#for_clinic #about .ttl_area h2 {
  margin: 0 auto 50px;
  padding: 0 0 30px 0;
  background: url(../images/fukidashi.png) no-repeat 50% 100%;
  background-size: 80%;
}
#for_clinic #about .ttl_area h2 strong {
  color: #F98301;
}
#for_clinic #about .about_inner {
  margin: 0 auto;
}
#for_clinic #about .about_inner ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 5%;
}
#for_clinic #about .about_inner ul li {
  background: #fff;
  border: 4px solid #033009;
  border-radius: 30px;
  margin-bottom: 30px;
  padding: 40px 20px;
  font-size: 24px;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
#for_clinic #about .about_inner ul li.about_01::after {
  content: "01";
  font-size: 70px;
  color: #F98301;
  position: absolute;
  top: -40px;
  left: 20px;
}
#for_clinic #about .about_inner ul li.about_02::after {
  content: "02";
  font-size: 70px;
  color: #F98301;
  position: absolute;
  top: -40px;
  left: 20px;
}
#for_clinic #about .about_inner ul li.about_03::after {
  content: "03";
  font-size: 70px;
  color: #F98301;
  position: absolute;
  top: -40px;
  left: 20px;
}
#for_clinic #about .about_inner ul li p {
  line-height: 140%;
}
#for_clinic #about .about_inner ul li b {
  color: #F98301;
}
/* merit */
#for_clinic #merit {
  position: relative;
  padding: 100px 0 70px;
  background: url("../images/bg.jpg");
}
#for_clinic #merit::after {
  display: inline-block;
  content: "";
  background: url(../images/bg_bottom.png) no-repeat 0 0;
  background-size: 100%;
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
#for_clinic #merit .merit_inner {
  padding: 0 5%;
}
#for_clinic #merit .meritbox {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
#for_clinic #merit .meritbox.merit_01 {
  padding: 0 0 50px 0;
}
#for_clinic #merit .meritbox.merit_03 {
  border-bottom: none;
}
#for_clinic #merit .meritbox .txt_box {}
#for_clinic #merit .meritbox .txt_box h3 {
  font-size: 28px;
  display: inline;
  border-bottom: 3px solid #F98301;
  line-height: 160%;
}
#for_clinic #merit .meritbox .txt_box p {
  margin-top: 30px;
  line-height: 180%;
}
#for_clinic #merit .meritbox .txt_box .point {
  margin-bottom: 10px;
}
#for_clinic #merit .meritbox .txt_box .point p {
  margin-top: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 100%;
  padding: 7px 7px 5px;
  background: #F98301;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
}
#for_clinic #merit .meritbox .img_box {
  margin: 30px auto 0 auto;
  text-align: center;
}
#for_clinic #merit .meritbox .img_box img {
  width: 80%;
}
#for_clinic #merit .meritbox.merit_03 img {
  width: 100%;
}
#for_clinic #merit .cv_area {
  margin: 0 auto;
  padding: 0 5%;
  text-align: center;
}
#for_clinic #merit .cv_area h4 {
  margin-bottom: 30px;
}
#for_clinic #merit .cv_area .btn-txt {
  margin: 0 auto 25px auto;
  text-align: center;
}
#for_clinic #merit .cv_area .btn {
  margin: 0 auto;
  text-align: center;
}
/* scheme */
#for_clinic #scheme {
  padding: 50px 0;
  background: #FFF719;
}
#for_clinic #scheme .scheme_inner {
  margin: 0 auto;
  padding: 0 5%;
  text-align: center;
}
#for_clinic #scheme .scheme_inner h2 {
  text-align: center;
  position: relative;
  display: inline-block;
}
#for_clinic #scheme .scheme_inner h2::after {
  display: inline-block;
  content: "";
  background: url(../images/deco.png) no-repeat 0 0;
  background-size: 60px;
  width: 60px;
  height: 80px;
  position: absolute;
  top: -25px;
  right: -60px;
}
#for_clinic #scheme .scheme_inner h4 {
  display: inline;
  border-bottom: 3px solid #F98301;
  line-height: 210%;
}
#for_clinic #scheme .scheme_inner h4 strong {
  font-size: 36px;
  color: #F98301;
}
#for_clinic #scheme .scheme_inner figure {
  margin-bottom: 30px;
}
/* usage_fee */
#for_clinic #usage_fee {
  padding: 50px 0;
  background: #FFFAE4;
}
#for_clinic #usage_fee .usage_fee_inner {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#for_clinic #usage_fee .usage_fee_inner::before {
  display: inline-block;
  content: "";
  background: url(../images/bg_usage_fee.png) no-repeat;
  background-size: 120px;
  width: 120px;
  height: 157px;
  position: absolute;
  top: -50px;
  left: -30px;
}
#for_clinic #usage_fee h2 {
  color: #F98301;
  margin: 0 auto 50px;
  padding: 0 0 30px 0;
  background: url("../images/fukidashi_usage_fee.png") no-repeat 50% 100%;
  background-size: 60%;
}
#for_clinic #usage_fee .usage_fee_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 5%;
}
#for_clinic #usage_fee .usage_fee_box {
  background: #fff;
  border: 4px solid #033009;
  border-radius: 30px;
  padding: 50px 30px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
#for_clinic #usage_fee .usage_fee_box h4 {
  display: inline;
  border-bottom: 3px solid #F98301;
}
#for_clinic #usage_fee .usage_fee_01 {
  position: relative;
}
#for_clinic #usage_fee .usage_fee_01::before {
  display: inline-block;
  content: "";
  background: url("../images/icon_plus_big.png") no-repeat;
  background-size: 80px;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: calc(0% - 40px);
  left: calc(50% - 40px);
}
#for_clinic #usage_fee .usage_fee_01 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}
#for_clinic #usage_fee .usage_fee_01 ul::before {
  display: inline-block;
  content: "";
  background: url("../images/icon_plus.png") no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
#for_clinic #usage_fee .usage_fee_01 ul li {}
#for_clinic #usage_fee .usage_fee_01 ul li small {
  font-size: 18px;
}
#for_clinic #usage_fee .usage_fee_01 ul li p {
  font-size: 64px;
  margin-top: 5px;
  line-height: 100%;
}
#for_clinic #usage_fee .usage_fee_01 ul li p small {
  font-size: 24px;
}
#for_clinic #usage_fee .usage_fee_02 ul {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  margin-top: 25px;
  display: inline-block;
}
#for_clinic #usage_fee .usage_fee_02 ul li {
  padding-left: 36px;
  background: url("../images/icon_check.png") no-repeat 0 50%;
  background-size: 26px;
  margin-top: 10px;
}
#for_clinic #usage_fee .txt_box {
  font-size: 16px;
  margin-top: 20px;
  padding: 0 5%;
  text-align: left;
}
#for_clinic #usage_fee .usage_fee_02 ul li:first-child {
  margin-top: 0px;
}
/* qanda */
#for_clinic #qanda {
  padding: 50px 0;
}
#for_clinic #qanda .ttl_area {
  margin: 0 auto;
  text-align: center;
}
#for_clinic #qanda h2 {
  display: inline-block;
  padding-left: 60px;
  background: url("../images/icon_qanda.png") no-repeat 0 50%;
  background-size: 50px;
  margin-bottom: 30px;
}
#for_clinic #qanda .qanda_inner {
  margin: 0 auto;
  padding: 0 5%;
}
#for_clinic #qanda .qanda_container {
  border: 4px solid #033009;
  border-radius: 30px;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
#for_clinic #qanda .qanda_container .q_box {
  background: #FFF719;
  display: block;
  font-size: 18px;
  padding: 20px;
  border-radius: 30px 30px 0 0;
}
#for_clinic #qanda .qanda_container .q_box p {
  position: relative;
  padding-left: 60px;
}
#for_clinic #qanda .qanda_container .q_box p::before {
  display: inline-block;
  content: "";
  background: url("../images/icon_q.png") no-repeat;
  background-size: 43px;
  width: 43px;
  height: 32px;
  position: absolute;
  top: calc(50% - 21px);
  left: 0;
}
#for_clinic #qanda .qanda_container .a_box {
  font-size: 16px;
  padding: 20px;
}
#for_clinic #qanda .qanda_container .a_box p {
  position: relative;
  padding-left: 60px;
}
#for_clinic #qanda .qanda_container .a_box p::before {
  display: inline-block;
  content: "";
  background: url("../images/icon_a.png") no-repeat;
  width: 41px;
  height: 34px;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}
/* qanda */
#for_clinic #flow {
  background: url(../images/bg.jpg);
  padding: 50px 0;
}
#for_clinic #flow .ttl_area {
  margin: 0 auto;
  text-align: center;
}
#for_clinic #flow h2 {
  background: url(../images/fukidashi_usage_fee.png) no-repeat 50% 100%;
  background-size: 60%;
  margin: 0 auto 30px;
  padding: 0 0 30px 0;
}
#for_clinic #flow ul.inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 5%;
}
#for_clinic #flow ul.inner li {
  background: #fff;
  border: 4px solid #033009;
  border-radius: 30px;
  padding: 20px 0;
  margin-bottom: 20px;
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
#for_clinic #flow ul.inner li::after {
  display: inline-block;
  content: "";
  background: url("../images/arrow_r.png") no-repeat;
  background-size: 50px;
  transform: rotate(90deg);
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: calc(100% - 10px);
  right: calc(50% - 25px);
}
#for_clinic #flow ul.inner li:first-child::after {
  display: none;
}
#for_clinic #flow ul.inner li.flow_01 {
  background: #fff url("../images/flow_01.png") no-repeat 95% 50%;
  background-size: 100px;
}
#for_clinic #flow ul.inner li.flow_02 {
  background: #fff url("../images/flow_02.png") no-repeat 95% 50%;
  background-size: 100px;
}
#for_clinic #flow ul.inner li.flow_03 {
  background: #fff url("../images/flow_03.png") no-repeat 95% 50%;
  background-size: 100px;
}
#for_clinic #flow ul.inner li.flow_04 {
  background: #fff url("../images/flow_04.png") no-repeat 95% 50%;
  background-size: 100px;
}
#for_clinic #flow ul.inner li small {
  font-size: 16px;
  color: #F98301;
  font-weight: normal;
}
#for_clinic #flow ul.inner li h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
#for_clinic #flow ul.inner li figure {
  display: none;
}
#for_clinic #flow ul.inner li p {
  margin-top: auto;
}
#for_clinic #flow .cv_area {
  margin: 50px auto 0 auto;
  padding: 0 5%;
}
#for_clinic #flow .cv-r {
  margin: 30px auto -20px auto;
  text-align: center;
}
#for_clinic #flow .phone-txt {}
#for_clinic #flow .phone-txt p {
    line-height: 100%;
    font-size: 42px;
    padding-left: 35px;
    background: url(../images/header_tel.svg) no-repeat 0 50%;
    background-size: 30px;
    display: inline-block;
}
#for_clinic #flow .phone-txt a {
  color: #033009;
}
#for_clinic #flow .time-txt p {
  font-size: 16px;
}
#for_clinic #flow .btn-txt {
  background: url(../images/fukidashi_l.png) no-repeat 15% 100%, url(../images/fukidashi_r.png) no-repeat 85% 100%;
  padding-top: 5px;
}
/* footer */
footer.todopay_form .wrap {
  padding: 30px 10px;
  color: #033009;
  letter-spacing: normal;
  line-height: 1.8;
  scroll-behavior: smooth;
}
footer.todopay_form .top_area .privacy img {
  max-width: inherit;
}
footer .wrap {
  padding: 30px 20px 80px 20px;
  text-align: left;
}
/*top_area*/
footer .top_area {
  flex-direction: column;
  margin-bottom: 20px;
}
footer .top_area .sig {
  text-align: center;
  margin-bottom: 10px;
}
footer .top_area .sig address {
  font-size: 12px;
  line-height: 1.5;
  font-style: normal;
}
footer .top_area .sig address a {
  color: #033009;
}
footer .top_area .privacy {
  width: auto;
  padding: 15px 20px;
  border: 1px solid #CFD8BD;
  display: flex;
  justify-content: space-between;
}
footer .top_area .privacy .txt {
  width: auto;
  padding-right: 10px;
  font-size: 11px;
  line-height: 1.5;
}
footer .top_area .privacy img {
  width: 80px;
}
footer .top_area .sig .company {
  margin-bottom: 15px;
}
footer .top_area .sig .company img {
  width: 200px;
}
/*bottom_area*/
footer .bottom_area {
  flex-direction: column;
  padding-top: 15px;
  text-align: center;
}
footer .bottom_area p {
  font-size: 10px;
  margin-top: 20px;
}
footer .bottom_area small {
  font-size: 10.5px;
  margin-bottom: 15px;
}

/*header*/
header {
  width: auto;
  height: 80px;
  padding: 0 15px;
  margin: 0 auto;
	background: #FFF719;
}
header .wrap {
  position: relative;
    display: flex;
	justify-content: space-between;
	align-items: center;
}
/*h1*/
header .h1 {
  padding-top: 10px;
  gap: 0.5em;
	width: 45%;
}
header .h1 h1 {
  font-size: 10px;
  letter-spacing: 0.03em;
  text-align: left;
}
header .h1 h1::before {
  display: none;
}
header .h1 img {
  height: auto;
}
/*tel*/
header .tel {
    padding-top: 20px;
	width: 50%;
}
header .tel a {
	color: #033009;
}
header .tel ul {
    display: flex;
    flex-direction: column;
}
header .tel ul li:first-child {
font-weight: 700;
    font-size: 24px;
    line-height: 1;
    padding-left: 20px;
    background-image: url(../images/header_tel.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px;
    margin-bottom: 5px;
}
header .tel ul li:last-child {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
}
/*btn*/
header .btn {
  display: none;
}
/* copyright
#for_clinic .copyright {
	margin: 0 auto;
    text-align: center;
    padding: 10px;
    background: #eee;
    font-size: 14px;
}
 */
/*---導入事例---*/
.case {
    position: relative;
}
.case h2 {
	font-size: 36px;
    margin-bottom: 30px;
}
.case .wrap {
    text-align: center;
    padding: 50px 0;
    background-color: #FFF;
}
.case .wrap ul {
    width: 100%;
    margin: 0 auto;
}
.case .wrap ul li {
    margin: 20px;
}
.case .wrap ul li:last-child {
    margin: 20px 20px 0 20px;
}

.case .wrap ul li a {
    border-radius: 10px;
    background: #FFFAE4;
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.case .wrap ul li a::before {
	width: 100%;
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/cta_ar.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 30px;
    content: "";
    margin: -21px 0 0 0;
    transform: 0.5s;
}
.case .wrap ul li a .image {
}
.case .wrap ul li a .image img {
    max-width: 100%;
}
.case .wrap ul li a .txt {
    text-align: left;
	color: #033009;
}
.case .wrap ul li a .txt h3 {
    font-weight: bold;
    margin: 10px 0;
    font-size: 20px;
    line-height: 160%;
}
.case .wrap ul li a .txt p {
    font-size: 16px;
    line-height: 160%;
}
.case .wrap ul li a:hover {
    background: #FFF719;
}
.case .wrap ul li a:hover::before {
    right: 25px;
}