@charset "utf-8";
body {
  margin: 0;
  color: #363230;
  font-family: 'Noto Sans JP', sans-serif;
}
header {
  width: 100%;
  height: 85px;
  position: relative;
}
a {
  color: #363230;
}
.cv_header {
  position: absolute;
  top: 10px;
  right: 10px;
}
.header_list {
  width: 30%;
  padding: 0;
  list-style-type: none;
  display: flex;
  position: absolute;
  right: 0;
  margin: 0;
  height: 85px;
}
.header_list li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c34343;
  width: 100%;
  height: 85px;
}
.header_list li a.contact_header {
  background: #363230;
}
.header_list li a:hover {
  transition: .3s;
  opacity: .7;
}
.red {
  color: #ab3434;
}
a img:hover {
  opacity: 0.7;
  transition: .3s;
}
img {
  vertical-align: bottom;
}
.point{
 
    background:linear-gradient(transparent 60%, #ff6 60%);
 
}
p {
  line-height: 1.8;
}
.center {
  text-align: center;
}
.margin0 {
  margin: 0;
}
.margin_t40 {
  margin-top: 40px;
}
.yellow {
  color: #EBB116;
}
h1 {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 16px;
  left: 16px;
}
h1 img {
  width: 480px;
}

.midashi01 {
  font-size: 50px;
  text-align: center;
  color: #996f1d;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
.midashi02 {
  font-size: 50px;
  text-align: center;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
.midashi03 {
  font-size: 50px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.midashi04 {
  text-align: center;
  background: #f2f0ea;
  border-radius: 3px;
  padding: 4px 0;
}
.midashi05 {
  text-align: left;
  background: #f2f0ea;
  border-radius: 3px;
  padding: 4px 0;
}
.mv {
  background: #f1f5f6;
}
.mv_sp {
  max-width: 1000px;
  width: 100%;
}
.mv_btn {
  max-width: 717px;
  width: 92%;
}
.mvbox {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mvbox_txt {
  width:46%;
}
.mvbox_txt img{
  width:100%;
}
.mvbox_img {
  width:46%;
}
.mvbox_img img {
  max-width: 585px;
  width: 100%;
}
.syoujyou{
  max-width:1065px;
  width: 92%;
  margin: 30px auto 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.syoujyou-sp{
  max-width:551px;
  width: 92%;
  margin: 30px auto 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.syoujyou img , .syoujyou-sp img {
  width: 100%;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.syo-pc { display: block !important; }
.syo-sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .syo-pc { display: none !important; }
    .syo-sp { display: block !important; }
}
.nayami {
  max-width:800px;
  width: 92%;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nayami_txt {
  width:70%;
}
.nayami_img {
  width:30%;
}
.nayami_img img {
  max-width: 236px;
  width: 100%;
}
.nayami_list {
  list-style-type: none;
}
.nayami_list li {
  position: relative;
  margin: 10px 0;
}
.nayami_list li:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 19px;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
  background: url("../img/check.png") no-repeat;
}
.about {
  padding: 40px 4%;
  background: #f2f0ea;
}
.aboutbox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutbox_txt {
  width: 60%;
}
.aboutbox_img {
  width: 36%;
}
.aboutbox_img img {
  width: 100%;
}
.kouka {
  padding: 40px 4% 60px 4%;
}
.kouka_p {
  margin-top: 40px;
  text-align: center;
}
.kouka_link {
  position: relative;
  color: #000;
  padding-left: 16px;
}
.kouka_link:before {
  position: absolute;
  content: '';
  background: url("../img/arrow.png") no-repeat;
  width: 9px;
  height: 17px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.kouka_list {
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 0 auto;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content:space-between;
}
.kouka_list li {
  width: 18%;
}
.kouka_list li img {
  width: 100%;
}
.cv {
  padding: 40px 4% 50px;
  box-sizing: border-box;
  width: 100%;
  background: url("../img/cv_bg.jpg") no-repeat;
  background-size: cover;
}
.cv_btn {
  max-width: 494px;
  width: 100%;
}
.medicine {
  padding: 40px 4%;
  box-sizing: border-box;
}
.medicinebox {
  max-width: 1000px;
  width: 100%;
  margin: 60px auto 40px auto;
  position: relative;
}
.medicinebox_txt {
  width: 64%;
  background: #f2f0ea;
  padding: 2% 4% 2% 3%;
  box-sizing: border-box;
}
.medicinebox_img {
  width: 38%;
  position: absolute;
  top: -20px;
  right: 0;
}
.medicinebox_img img {
  width: 100%;
}
.medicinebox02 {
  max-width: 1000px;
  width: 100%;
  margin: 60px auto 40px auto;
  position: relative;
}
.medicinebox_txt02 {
  width: 64%;
  background: #f2f0ea;
  padding: 5% 3% 5% 4%;
  box-sizing: border-box;
  position: absolute;
  right: 0;
}
.medicinebox_img02 {
  width: 38%;
  position: absolute;
  top: -30px;
  left: 0;
}
.medicinebox_img02 img {
  width: 100%;
}
.use {
  padding: 40px 4%;
  box-sizing: border-box;
}
.usebox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.usebox_txt {
  width: 60%;
}
.usebox_img {
  width: 38%;
}
.usebox_img img {
  width: 100%;
}
.use_list {
  list-style-type: none;
  padding: 0;
}
.use_list li {
  display: flex;
  align-items: center;
  margin: 16px 0;
}
.use_list li span {
  margin-left: 10px;
}
.faq {
  padding: 40px 0;
  background: #f2f0ea;
}
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}
.accordion-container .article-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 30px 20px 60px;
  font-size: 20px;
  font-weight: normal;
  box-sizing: border-box;
  color: #000;
  background: #fff;
  cursor: pointer;
  border-radius: 10px;
}
.article-title{
  position: relative;
  padding-left: 30px;
}
.article-title:before {
  content:'';
  position: absolute;
  background: url("../img/faq_q.png") no-repeat;
  width: 27px;
  height: 33px;
  left: 20px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.article-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #996f1d;
  border-right: solid 2px #996f1d;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.article-title.open {
  border-radius: 10px 10px 0 0;
}
.accordion-content {
  display: none;
  background: #fff;
  padding: 30px 20px 30px 60px;
  position: relative;
  border-radius: 0 0 10px 10px;
}
/* CSS for CodePen */
.accordion-container {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 10px auto;
}
.answer {
  padding: 0;
  margin: 0;
}
.accordion-content:before {
  content:'';
  position: absolute;
  background: url("../img/faq_a.png") no-repeat;
  width: 24px;
  height: 27px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.flow {
  padding: 40px 0;
}
.flowbox {
  max-width: 1000px;
  width: 92%;
  margin: 40px auto 60px auto;
  display: flex;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.flowbox_img {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flowbox_img img {
  width: 100%;
}
.flowbox_txt {
  width: 66%;
}
.flowbox_txt h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.flowbox_txt p {
  margin-bottom: 0;
  line-height: 1.6;
}
.step {
  display: inline-block;
  color: #ab3434;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  top: -45px;
  left: 20px;
  line-height: 1;
  font-weight: bold;
  font-size: 30px;
}
.step span {
  font-size: 30px;
}
.flow_list {
  list-style-type: none;
  padding-left: 20px;
}
.flow_list li {
  position: relative;
}
.flow_list li:before {
  content:'';
  background: url("../img/arrow02.png") no-repeat;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -14px;
  margin: auto;
}
.flow_list li a {
  color: #363230;
}
.flow_list li a:hover {
  color: #ab3434;
}
.line {
  width: 100px!important;
  float: right;
}
.linebox {
  display: flex;
}
.line_btn {
  max-width: 320px;
  width: 100%;
}
.case {
  padding: 40px 0 60px 0;
  background: #f2f0ea;
}
.casebox {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  background: #fff;
  padding: 3%;
  box-sizing: border-box;
  position: relative;
}
.casebox:last-child {
  margin-top: 50px!important;
}
.case_icon {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 48px;
  color: #d3caaf;
  position: absolute;
  right: 10px;
  top: -42px;
  margin: 0;
}
.casebox_midashi {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.casebox_midashi h3 {
  width: 88%;
  margin-left: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3caaf;
}
.right {
  text-align: right;
}
.clinic {
  padding: 40px 0;
}
.incho {
  max-width: 800px;
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.incho_txt {
  width: 60%;
}
.incho_img {
  width: 35%;
  text-align: right;
}
.incho_txt h3 {
  font-size: 24px;
}
.incho_txt h3 span {
  font-size: 16px;
}
.clinic_img {
  max-width: 782px;
  width: 100%;
}
.jouho {
  max-width: 800px;
  width: 92%;
  margin: 20px auto;
}
.jouho dl {
  width: 100%;
  padding: 20px 0;
  display: flex;
  border-top: solid 1px #ccc;
  margin: 0;
}
.jouho dl:last-child {
  border-bottom: 1px solid #ccc;
}
.jouho dt {
  width: 20%;
  display: flex;
  align-items: center;
}
.jouho dd {
  width: 80%;
}
.map {
  width: 100%;
  height: 350px;
  vertical-align: bottom;
}
footer {
  width: 100%;
  background: #565656;
  padding: 10px 0;
}
.footer_list {
  width: 100%;
  list-style-type: none;
  padding: 30px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_list li {
  margin-right: 20px;
}
.footer_list li:after {
  content:'|';
  margin-left: 20px;
}
.footer_list li:last-child:after {
  display: none;
}
.footer_list li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.footer_list li a:hover {
  transition: .3s;
  color: #ab3434;
}
p.copy {
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.fixed{
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
}


/*下層ページ*/
.otherbox {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  padding: 40px 0;
}
.number_list {
  list-style-type: decimal;
}
.number_list li {
  margin-bottom: 10px;
}
.otherbox a {
  color: #000;
}

.pricebox {
  max-width: 1000px;
  width: 92%;
  margin: 20px auto;
}
.pricebox dl {
  width: 100%;
  padding: 20px 0;
  display: flex;
  border-top: solid 1px #ccc;
  margin: 0;
}
.pricebox dl:last-child {
  border-bottom: 1px solid #ccc;
}
.pricebox dt {
  width: 50%;
  display: flex;
  align-items: center;
}
.pricebox dd {
  width: 50%;
}

.midashi02_confirm {
  max-width: 1000px;
  width: 92%;
  margin: 40px auto 0 auto;
  font-weight: 400;
}
p.liny{
	color: #FFF;
	text-align: center;
	line-height: 1.2;
}p.linyb{
	text-align: center;
	line-height: 1.2;
}
p.liny a,p.linyb a{
	font-weight: 600;
	color: #ab3434;
}