﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Abel');
@import url('//fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');


/*========================
ヘッダー
========================*/
header {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-color: rgb(30,54,106);
  background-color: linear-gradient(90deg, rgba(30,54,106,1) 0%, rgba(47,85,166,1) 100%);
}
.headpainwrap {
  width: 100%;
  padding: 84px 32px 48px;
  margin: 0 auto;
  background-image:url(../img/pain.png);
  background-position:100px bottom;
  background-repeat:no-repeat;
  -moz-background-size:contain;
  background-size:contain;
}
.headpain {
  max-width: 1240px;
  margin: 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.headpain_title {
  width: 200px;
  margin:0 50px 0 24px;
}
.headtitle_tb {
  display: none;
}
.headpain_check {
  flex: 1;
  box-sizing: border-box;
}
.headpain_check h4 {
  background: url(../img/checkmark.png) no-repeat;
  background-position:0 0.15em;
  background-size: 1.6em;
  padding:0 0 0.2em 1.8em;
  font-weight: 900;
  line-height: 1.5;
  margin: 15px 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: 1.8em;
  letter-spacing: 0.03em;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.8);
}
.headpain_check h4 strong{
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 12%, rgba(0,0,0,0.4) 0%) repeat scroll 0 0;
  padding: 0 0.18em;
  margin: 0 0.1em;
  color: #FFFF00;
  line-height: 100%;
  font-weight: 900 !important;
}
/* ヘッダークリニックロゴ*/
.headlogo {
  width: 100%;
  max-width: 124px;
  position: absolute;
  right: 32px;
  top: 24px;
}
@media screen and (max-width: 1000px) {
.headpainwrap {
  background-position:64px bottom;
  }
.headpain_title {
  width: 160px;
  }
.headpain_check h4 {
  font-size: 1.5em;
  }
.headlogo {
  max-width: 100px;
  right: 24px;
  top: 24px;
  }
}
@media screen and (max-width: 840px) {
.headpainwrap {
  background-position:-100px top;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
  }
.headpain {
  flex-direction: column;
  display:block;
  }
.headpain_title {
  width:100%;
  margin:0 0 42px 0;
  }
.headtitle_rl {
  display: none;
  }
.headtitle_tb {
  display: block;
  width: 100%;
  max-width: 640px;
  }
.headpain_check {
  width:100%;
  }
}
@media screen and (max-width: 767px) {
.headpainwrap {
  padding: 64px 32px 32px;
  background-position:-240px top;
  }
.headtitle_tb {
  max-width: 480px;
  }
.headlogo {
  max-width: 84px;
  right: 18px;
  top: 18px;
  }
}
@media screen and (max-width: 640px) {
.headpainwrap {
  padding: 84px 32px 32px;
  }
}
@media screen and (max-width: 480px) {
.headpainwrap {
  padding: 84px 24px 24px;
  background-position:center top;
  }
.headpain_title {
  margin:0 0 32px 0;
  }
.headpain_check h4 {
  font-size: 1.3em;
  letter-spacing: 0.02em;
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.8);
  margin: 12px 0;
  }
.headlogo {
  max-width: 64px;
  }
}


/*========================
イントロダクション
========================*/
.introwrap {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-image:url(../img/intro.png);
  background-position:center center;
  background-repeat:no-repeat;
  -moz-background-size:cover;
  background-size:cover;
}
.imgmask {
  height: 100%;
  background: rgba(255,255,255,0.4);
}
.introinner {
  width: 100%;
  max-width: 1240px;
  padding: 0 32px;
  margin: 0 auto;
}
.introdetail {
  max-width: 680px;
  margin: 0 0 0 auto;
  padding-bottom: 160px;
  padding-top: 64px;
}
.introdetail h3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  color: #2C52A5;
  line-height: 1.4;
  font-size: 2.6em;
  text-align: center;
  text-shadow:
    3px 3px 3px #FFF, -3px -3px 3px #FFF,
    -3px 3px 3px #FFF,  3px -3px 3px #FFF,
    3px 0px 3px #FFF, -3px -0px 3px #FFF,
    0px 3px 3px #FFF,  0px -3px 3px #FFF;
  margin-bottom: 24px;
}
.introdetail p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 1.05em;
  text-shadow:
    1px 1px 1px #FFF, -1px -1px 1px #FFF,
    -1px 1px 1px #FFF,  1px -1px 1px #FFF,
    1px 0px 1px #FFF, -1px -0px 1px #FFF,
    0px 1px 1px #FFF,  0px -1px 1px #FFF;
}
@media screen and (max-width: 960px) {
.introdetail {
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 160px;
  padding-top: 64px;
  }
}
@media screen and (max-width: 767px) {
.introdetail h3 {
  font-size: 2.3em;
  }
.introdetail p {
  font-size: 1em;
  }
}
@media screen and (max-width: 640px) {
.introdetail {
  padding-bottom: 120px;
  padding-top: 42px;
  }
.introdetail h3 {
  font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
.introinner {
  padding: 0 18px;
  }
.introdetail {
  padding-bottom: 100px;
  }
.introdetail p {
  padding: 0 12px;
  }
}

/* ３つのPR */
.intropointcol {
  width:100%;
  max-width: 640px;
  margin: 0 0 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
  margin-top: -160px;
}
.intropointcol li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
.intropointcol {
  margin: 0 auto;
  margin-top: -160px;
  }
}
@media screen and (max-width: 640px) {
.intropointcol {
  margin-top: -120px;
  }
.intropointcol li {
  padding:0 6px;
  }
}
@media screen and (max-width: 540px) {
.intropointcol li {
  padding:0 3px;
  }
}
@media screen and (max-width: 480px) {
.intropointcol {
  margin-top: -100px;
  }
}

/* 円 */
.intropoint {
  max-width:  200px;
  border-radius: 100%;
  padding: 18px;
  background: #2F55A6;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFF;
  line-height: 1.8;
  text-align: center;
  font-size: 1.2em;
  margin-top: 24px;
}
.intropoint::before {
  display: block;
  content: '';
  padding-top: 100%;
}
@media screen and (max-width: 767px) {
.intropoint {
  padding: 15px;
  font-size: 1em;
  }
}
@media screen and (max-width: 540px) {
.intropoint br{
  display: none;
  }
}
@media screen and (max-width: 480px) {
.intropoint {
  padding: 12px;
  font-size: 0.85em;
  line-height: 1.5;
  margin-top: 12px;
  }
}


/*========================
３つのFAQ
========================*/
.faqcol {
  width:100%;
  max-width: 1240px;
  height: auto;
  margin: 0 auto;
  padding:24px 0 48px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
.faqcol li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  height: auto;
  padding:24px;
  box-sizing: border-box;
  border-right: 1px solid #686859;
}
.faqcol li:last-child {
  border-right: none;
}
.faqcol li h4{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.4em;
  text-align: center;
}
.faqcol li p{
  text-align: left;
}
@media screen and (max-width: 1240px) {
.faqcol li h4{
  text-align: left;
  }
.faqcol li h4 br{
  display: none;
  }
}
@media screen and (max-width: 1000px) {
.faqcol li h4{
  font-size: 1.2em;
  }
}
@media screen and (max-width: 960px) {
.faqcol {
  flex-direction: column;
  display:block;
  padding: 18px 0 32px;
  }
.faqcol li {
  width: 100%;
  max-width:100%;
  border-right: none;
  border-bottom: 1px solid #686859;
  }
.faqcol li:last-child {
  border-bottom: none;
  }
.faqcol li h4{
  font-size: 1.4em;
  text-align: center;
  }
.faqcol li p{
  text-align: center;
  }
}
@media screen and (max-width: 640px) {
.faqcol li h4 br{
  display: block;
  }
}


/*========================
交通事故治療で後悔しないための重要な４つのポイント
========================*/
.impboxA {
  width: 94%;
  background: #FFF;
  padding: 32px 42px;
  margin: 0;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
  border-radius: 0 18px 18px 0 / 0 18px 18px 0;
}
.impboxB {
  width: 94%;
  background: #FFF;
  padding: 32px 42px;
  margin: 0 0 0 auto;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
  border-radius: 18px 0 0 18px / 18px 0 0 18px;
}
.impboxinner {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
.impboxA,
.impboxB{
  width: 96%;
  padding: 24px 24px;
  }
}

/*各ポイントタイトル*/
.imppoint {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.imppoint_img {
  width: 200px;
}
.imppoint_text {
  flex: 1;
  padding: 0 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  font-size: 2em;
}
.imppoint_text span{
  background:rgba(0, 0, 0, 0) linear-gradient(transparent 10%, #FFFF26 0%) repeat scroll 0 0;
  padding: 0 0.08em;
  margin: 0 0.08em;
}
@media screen and (max-width: 960px) {
.imppoint_img {
  width: 160px;
  }
.imppoint_text {
  font-size: 1.7em;
  }
.imppoint_text br{
  display: none;
  }
}
@media screen and (max-width: 640px) {
.imppoint {
  flex-direction: column;
  display:block;
  margin-bottom: 18px;
  }
.imppoint_img {
  width: 100%;
  text-align: center;
  }
.imppoint_img img {
  width: 100%;
  max-width: 120px;
}
.imppoint_text {
  padding: 12px 0 0 0;
  font-size: 1.5em;
  }
}


/*========================
整形外科と整骨院の違い
========================*/
.difftable {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 100%;
  table-layout: fixed;
  margin-top: 24px;
}
.difftable th{
  width: 35%;
  text-align:center;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.3em;
  line-height: 1.4;
  border: 2px solid #444;
  padding: 18px 12px;
}
.difftable td{
  vertical-align: middle;
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.15em;
  line-height: 1.5;
  border: 2px solid #444;
  padding: 18px 12px;
}
.difftable .bluecell {
  background: #DDEEFF;
}
.difftable .min{
  font-size: 0.95em !important;
}
@media screen and (max-width: 767px) {
.difftable .min br{
  display: none;
  }
.difftable th{
  padding: 15px 8px;
  font-size: 1.2em;
  }
.difftable td{
  padding: 15px 8px;
  font-size: 1em;
  }
.difftable .min{
  font-size: 0.9em !important;
  }
}
@media screen and (max-width: 480px) {
.difftable {
  margin-top: 18px;
  }
.difftable th{
  padding: 12px 5px;
  font-size: 1.05em;
  }
.difftable td{
  padding: 12px 5px;
  font-size: 0.9em;
  }
.difftable .min{
  font-size: 0.85em !important;
  }
}


/*========================
交通事故発生から治療までの流れ
========================*/
.stepbox {
  width: 100%;
  margin: 0 auto;
  padding: 32px;
  background: #FFF;
  outline : 2px solid #2F55A6;
  outline-offset : -8px;
  position: relative;
  margin-top: 34px;
}
.stepnumb {
  position: absolute;
  top: -34px;
  right: 18px;
  font-family: 'Quicksand', sans-serif;
  line-height: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 2em;
  color: #2F55A6;
}
.stepnumb span{
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
.stepbox {
  padding: 32px 24px 24px;
  margin-top: 21px;
  }
.stepnumb {
  top: -21px;
  font-size: 1.6em;
  }
}

/* ボックス中身*/
.stepcol {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.stepcol_img {
  max-width: 240px;
}
.stepcol_text {
  flex: 1;
  margin: 0 0 0 40px;
}
.stepcol_text h4{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.5;
  font-size: 1.4em;
  color: #2E54A5;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
.stepcol_img {
  max-width: 200px;
  }
.stepcol_text {
  margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 640px) {
.stepcol {
  flex-direction: column;
  display:block;
  }
.stepcol_img {
  max-width: 100%;
  text-align: center;
  }
.stepcol_img img{
  width: 100%;
  max-width: 160px;
  }
.stepcol_text {
  margin: 18px 0 0 0;
  }
.stepcol_text h4{
  font-size: 1.3em;
  text-align: center;
  }
}

