*{font-family: FWD Cicular,"Noto Sans JP", sans-serif;}
html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-family: FWD Cicular,"Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}
body{
	font-family: FWD Cicular,"Noto Sans JP", sans-serif;
  color: #183028;
}
img{font-family: FWD Cicular,"Noto Sans JP", sans-serif;}
body, div, span, object, iframe, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section {
  display: block;
}
p {text-align: justify;}
img {vertical-align: bottom;}
ul,
ol,
li {
  list-style: none;
  box-sizing: border-box;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #183028;
  box-sizing: border-box;
}
orange {color: #E87722;}
orangeL {font-size: larger;color: #E87722;}
fwdblue {color: #0097A9;}
small {font-size: 0.8em;}
x-small {font-size: 0.6em;}
strong {font-size: larger;}
large {font-size: 2em;}
address {font-style: normal;}
.notes {font-size: 0.6em; padding-left: 18px; text-indent: -18px;}
.sp-only {display: none;}
@font-face {font-family: 'FWD Cicular'; src: url(../fonts/FWDCircular-Bold.woff2);}
.header {padding: 1rem;}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: auto;
}
.tel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.phoneNum {margin-right: 1.2rem;}
.phoneNum img {width: 100%;}
#CV_header {
  color: #fff;
  background: #0097A9;
  padding: 0.6rem 1.5rem;
  font-size: 1.3em;
  font-weight: 600;
  border: solid 3px #0097A9;
  border-radius: 4px;
  transition: 0.3s;
}
#CV_header:hover, #CV_header:focus {
  background: #fff;
  transition: all 0.3s;
  border: solid 3px #0097A9;
  color: #0097A9;
}
/*============ FV ============*/
.fv {
  font-size: 1.8rem;
  background: #e87722;
  padding-top: 8rem;
}
.fvWrap {
  position: relative;
  background: #FAE4D3;
  padding-bottom: 2rem;
}
.fvText {
  position: absolute;
  top: -5rem;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 1rem 1.4rem;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  right: 0;
  left: 0;
  border-radius: 16px;
  border: solid 4px #e87722;
}
.fvText.sp-only {display: none;}
.fvText li {margin: 0 1rem;}
.fvText li img {
  position: absolute;
  bottom: 0;
  width: 23%;
}
.fv figure img {width: 80%;}
h2 {
  font-size: 0.8em;
  line-height: 1.2;
  color: #fff;
  background: #e87722;
  padding: 1rem;
  border-radius: 10px;
}
h3 {
  text-align: center;
  line-height: 1.3;
}
h4 {
 font-size: 2.6rem;
 line-height: 1;
}
.fvWrap_bottom {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 14vh;
}
.onemillion {
  margin: 1rem auto;
  text-align: center;
}
.onemillion img {
  margin: 0 auto;
}
.featureTop {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  width: 96%;
}
.featureTop li {
  padding: 14px ;
  background: #fff;
  border-top: dotted 5px #FED141;
  border-bottom: dotted 5px #FED141;
  width: 280px;
  text-align: center;
  font-weight: bold;
  font-size: 0.7em;
  margin: 0 6px;
}
.featureTop_last {
  position: relative;
}
.featureTop_last:before {
  position: absolute;
  content: "＊1年に1回を限度";
  font-size: 0.7em;
  right: 0;
  bottom: -3.5vh;
  font-weight: 500;
  letter-spacing: 2px;
}
.exemption {
  background: #fff;
  border-radius: 10px;
  padding: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96%;
  margin: 2.4rem auto;
}
.exemption li {
  margin: 0 12px;
}
.exemption_first {
  color: #fff;
  background: #0097A9;
  border-radius: 50px;
  padding: 0 0.8rem;
}
.exemption_second {
  text-align: center;
  line-height: 1.2;
  font-size: 0.7em;
  font-weight: 500;
}
.exemption_third {
  font-weight: bold;
}
.feeTop {
  width: 96%;
  margin: 0 auto;
}
.feeTop_caption {
  background: #FED141;
  text-align: center;
  padding: 6px;
  font-size: 0.8em;
  font-weight: 600;
}
.feeTop figure {
  background: #fff;
  padding: 10px;
}
.feeTop figure img {
  width: 100%;
  margin: 0 auto;
}
.feeTop_notes {
  background: #fff;
  padding: 0 10px 10px 10px;
  font-size: 14px;
}
/*============ CVパーツ ============*/
.cvTop {
  padding: 1rem 0;
}
.cvBottom {
  background: #FFF;
  padding: 1rem 0;
}
.cvTop_cont, .cvBottom_cont {
  max-width: 700px;
  margin: 2rem auto;
  font-weight: 600;
  text-align: center;
  font-size: 1.6em;
}
.cvBottom_cont {
  margin: 4rem auto;
}
.cvTop_text, .cvBottom_text {
  color: #0097A9;
  animation: flash 2s linear infinite;
}
@keyframes flash {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.free {
  background: #fff;
  color: #e87722;
  border-radius: 6px;
  margin: 10px;
  padding: 8px 12px 4px;
  font-size: 0.9em;
}
#CV_top, #CV_middle {
  background: #0097A9;
  border-radius: 50px;
  color: #fff;
  display: block;
  margin: 0.6rem;
  padding: 0.4rem 0 0.8rem 0;
  box-shadow: 0px 6px 0px 0px rgba(0, 97, 97, 1);
  transform: translateY(-6px);
  transition:0.2s all;
}
#CV_top:hover, #CV_top:focus, #CV_middle:hover, #CV_middle:focus {
  box-shadow: 0px 2px 0px 0px rgba(0, 97, 97, 1);
  margin: 0.7rem;
  transform: translateY(-2px);
}
/*============ 選択パーツ ============*/
.choice {
  padding: 2rem 0;
  background: #e87722;
}
.choice_text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  text-align: center;
  font-size: 2.6em;
  font-weight: 600;
}
.choice_text li {
  margin: 0 0.5rem;
}
.choice_text img {
  width: 80px;
}
.choice_btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 900px;
  padding-top: 1.2rem;
}
.choice_btn div {
  width: 23%;
  margin: 0 4px;
  font-size: 1.3em;
}
.choice_btn_part {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}
.choice_btn a {
  display: block;
  padding: 0.6rem;
  text-align: center;
  font-weight: 600;
  background: #fff;
  box-shadow: 0px 6px 0px 0px #cd5901;
  transition:0.2s all;
}
.choice_btn a:hover {
  padding: 0.6rem;
  background: #fff;
  box-shadow: 0px 2px 0px 0px #cd5901;
  transform: translateY(-2px);
}
/*============ 特徴 ============*/
#feature {
  position: relative;
  background: #EDEFF0;
  padding: 1rem 0;
}
#feature:after {
  content: "";
  position: absolute;
  bottom: -3rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 60px 90px 0 90px;
  border-color: #EDEFF0 transparent transparent transparent;
  width: 0;
}
.feature_main {
  background: #fff;
  margin: 3rem auto;
  max-width: 800px;
  border-radius: 20px;
  box-shadow: 0px 0px 8px 3px rgba(199, 196, 185, 0.35);
}
.feature_wrap {
  padding: 2rem 2rem 1rem 2rem;
}
.feature_main_cont {
  display: flex;
  justify-content: flex-start;
  font-size: 1.8em;
  font-weight: 600;
  align-items: center;
  margin-bottom: 1.4rem;
}
.order {
  border-top: solid 6px #FED141;
  border-bottom: solid 6px #FED141;
  text-align: center;
  font-weight: 600;
  padding: 0.6rem;
  min-width: 20%;
  margin-right: 1.6rem;
}
.order_explain {
  min-width: 70%;
}
.point {
  position: relative;
  margin: 0.4rem auto;
  width: 100%;
  background: #0097A9;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-size: 1.6em;
  font-weight: 600;
}
.point:before {
  position: absolute;
  content: "";
  width: 4%;
  height: 100%;
  top: 0;
  left: 0;
  background: #CCEAEE;
}
.point:after {
  position: absolute;
  content: "";
  width: 4%;
  height: 100%;
  top: 0;
  right: 0;
  background: #CCEAEE;
}
.feature_main_point {
  padding: 1rem;
  position: relative;
  border-bottom: dotted 2px #e87722;
  margin: 1rem 1.4rem;
}
.feature_main_point:last-child {
  border-bottom: none;
}
.feature_main_point:before {
  position: absolute;
  content: "";
  background: url(../img/new/speaker-orange2.svg);
  background-size: cover;
  width: 90px;
  height: 90px;
  top: 1rem;
}
.point_explain {
  padding-left: 20%;
  font-size: 1.6em;
  font-weight: 600;
}
.point_comment {
  font-size: 1.2em;
  padding: 0 2rem;
  font-weight: 500;
}
.point_comment li {
  margin: 1rem 0;
}
.comment-second {
  position: relative;
  border: solid 2px #e87722;
  padding: 1rem 1rem 1rem 8rem;
  font-weight: 500;
}
.comment-second:before {
  position: absolute;
  content: "";
  background: url(../img/new/speaker-orange.svg);
  width: 60px;
  height: 50px;
  background-size: cover;
  top: 30%;
  left: 2rem;
}
.comment-third {
  text-align: center;
}
.reason {
  padding-left: 20%;
  margin-top: 1rem;
}
.reasonTitle {
  background: #EDEFF0;
  border-radius: 6px 6px 0 0;
  padding: 4px 10px 0 10px ;
  width: 50%;
  text-align: center;
  font-weight: 600;
}
.reasonCont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #EDEFF0;
  padding: 0.4rem 0.6rem 0 0.6rem;
}
.reasonCont_order {
  background: #859D99;
  color: #fff;
  padding: 4px;
  margin-right: 10px;
  text-align: center;
  width: 100px;
  line-height: 1.2;
}
.reasonCont_text {
  width: 80%;
}
.reason_notes {
  background: #EDEFF0;
  text-indent: -14px;
  padding: 0.6rem 0.6rem 1rem 2rem;
  font-size: 0.85em;
}
.reason_notes_bottom {
  padding-left: 20%;
  font-size: 0.9em;
}
.conclusion {
  background: #0097A9;
  color: #fff;
  font-size: 1.6em;
  padding: 2rem;
  text-align: center;
  font-weight: 500;
}
.conclusion_notes {
  background: #0097A9;
  color: #fff;
  font-size: 1em;
  padding: 0 2rem 1rem 2rem;
  font-weight: 400;
}
/*========== アコーディオン ==========*/
.accordion {
  position: relative;
  background: #e87722;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  padding: 1rem;
  font-weight: 500;
  border: none;
  border-radius: 0 0 20px 20px;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.accordion:hover, .accordion:focus {
  opacity: 0.8;
  outline: none;
}
.accordion.open {
  border-radius: 0;
}
.accordion:before {
  position: absolute;
  content: "▼";
  right: 10%;
}
.accordion.open::before{
  content: "▲";
  bottom: 1rem;
}
.acc_wrap {
  display: none;
  padding-bottom: 2rem;
}
.accordion:focus > .acc_wrap {
  display: block;
}
.example_text {
  background: #ced8d6;
  padding: 4px;
  text-align: center;
  margin: 2rem 4rem;
  font-weight: 600;
  font-size: 1.4em;
} 
.example {
  background: #FAE4D3;
  border-radius: 20px;
  padding: 1rem;
  margin: 0 4rem;
}
.example li {
  margin: 0.8rem 0;
} 
.example_title {
  background: #183028;
  border-radius: 40px;
  color: #fff;
  padding: 4px;
  width: 280px;
  text-align: center;
  font-weight: 500;
  font-size: 1.1em;
}
.otherOne, .otherThree {
  font-weight: 600;
  font-size: 1.2em;
}
.otherTwo .example_title {
  width: 48%;
  display: inline-block;
  margin: 0 0.4rem;
}
.otherThree {
  text-align: right;
}
.case_text {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  margin: 2rem;
}
/* ==== タブ切り替え(がんのケース) ==== */
.case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1rem;
}
.case a {
  display: block;
  background: #CED8D6;
  margin: 0 2px;
  padding: 8px; 
  color: #fff;
}
.case #btn_lung {
  background: #0097A9;
}
.case #btn_breast {
  background: #E87722;
}
#btn_lung, #btn_breast {
  position: relative;
  padding: 8px;
  font-size: 1.2em;
  font-weight: 600;
  width: 46%;
  text-align: center;
  margin-top: 3rem;
}
#btn_lung:before {
  position: absolute; 
  content: "";
  top: -2.8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 25px 0 25px;
  border-color: #7FCBD4 transparent transparent transparent;
  animation-name: scroll;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(.37,.12,.87,.67);
  animation-iteration-count: infinite;
}
#btn_breast:before {
  position: absolute; 
  content: "";
  top: -2.8rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 25px 0 25px;
  border-color: #F3BB90 transparent transparent transparent;
  animation-name: scroll;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(.37,.12,.87,.67);
  animation-iteration-count: infinite;
}
.case a:hover, .case a:focus {
  opacity: 0.7;
  outline: none;
}
@keyframes scroll {           
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 0.2; }
  100% { transform: translateY(20px); opacity: 1;}
}
.area {
  display: none;
  opacity: 0;
}
.area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.case a:focus > .area {
  display: block;
}
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#lung {
  border: 6px solid #0097A9;
  margin: 2rem;
  padding: 0.6rem;
}
#breast {
  border: 6px solid #e87722;
  margin: 2rem;
  padding: 0.6rem
}
.case_title {
  display: flex;
  width: 100%;
}
.case_title_left {
  background: #183028;
  font-weight: 500;
  padding: 6px;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  width: 26%;
}
.case_title_right {
  background: #E87722;
  padding: 8px;
  color: #fff;
  width: 74%;
}
.case_cont {
  font-size: 0.95em;
  font-weight: 500;
  padding: 2px;
}
.case_guarantee {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 4px;
}
.case_notes {
  font-size: 0.8em;
}
.case_explain {
  margin: 0.5rem 0;
  font-size: 0.82em;
  padding-left: 14px;
  text-indent: -14px;
  font-weight: 500;
}
.case_explain_title {
  margin: 0.6rem 0;
  font-weight: 600;
}
.case_notes_bottom {
  background: #EDEFF0;
  text-indent: -14px;
  font-size: 0.83em;
  padding: 6px 6px 6px 18px;
  font-weight: 500;
}
/*===== モーダル =====*/
.modalImg {
  margin: 1rem auto;
  font-weight: 600;
  text-align: center;
  font-size: 1.2em;
}
.modalImg p {
  text-align: center;
}
.modalImg ul {
  display: flex;
  justify-content: center;
}
.modalImg li {
  margin: 1rem;
  padding: 10px;
  width: 200px;
  border: solid 1px;
}
.modalImg li a {
  width: 100%;
}
.hide-area{
  display: none;
}
.closeBtn {
  text-align: center;
  background: #e87722;
  padding: 10px;
  color: #fff;
  margin: 2rem auto;
  width: 30%;
}
.closeBtn a {
  display: block;
  color: #fff;
  font-weight: bold;
}
.graph {
  margin: 0 4rem;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 1.6em;
  font-weight: 500;
}
.graph li img {
  padding: 1rem 0;
}
.graph_sub {
  font-weight: 600;
}
.graph_title_1, .graph_title_2 {
  position: relative;
  padding: 0.7rem;
  background: #e87722;
  color: #fff;
  border-radius: 10px;
  margin: 0.6rem 0 2rem 0;
}
.graph_title_1 {
  padding: 0.7rem 0.7rem 0.7rem 10rem;
}
.graph_title_1:before {
  position: absolute;
  content: "";
  background: url(../img/new/doctor-illust.svg);
  background-size: cover;
  left: 0;
  bottom: 0;
  height: 170px;
  width: 180px;
}
.graph_title_1:after, .graph_title_2:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  bottom: -1.3rem;
  border-style: solid;
  border-width: 35px 30px 0 30px;
  border-color: #e87722 transparent transparent transparent
}
/*============ タブ切り替え（保険料） ============*/
input[name="tab_item"] {
  opacity: 0;
  position: absolute;
}
.tabs {
  margin: 1rem;
}
.tab_item {
  width: calc(96%/3);
  height: 40px;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #859D99;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  margin: 0 4px;
  border-radius: 10px 10px 0 0;
  transition: 0.4s;
  transform: translateY(16px);
  cursor: pointer;
}
/*選択されているタブのコンテンツのみを表示*/
#economy:checked ~ #economy_content,
#standard:checked ~ #standard_content,
#premium:checked ~ #premium_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  height: 56px;
  background-color: #FED141;
  color: #183028;
  transform: translateY(0);
  font-size: 120%;
  line-height: 3.2;
}
.tab_content {
  display: none;
  padding: 14px;
  background: #fffaec;
  border: solid 2px #FED141;
  clear: both;
  overflow: hidden;
}
.tab_feeTxt {
  font-size: 0.9em;
}
/*============ 付帯サービス ============*/
.service {
  padding-bottom: 3rem;
}
.serviceWrap {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1000px;
}
.serviceTitle {
  margin: 1.6rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: solid 5px #e87722;
  padding-bottom: 16px;
}
.serviceTitle li {
  padding: 0.6rem;
}
.serviceTitle li img {
  width: 90px;
}
.serviceTitle_main {
  font-size: 1.8em;
  font-weight: 600;
  color: #e87722;
  text-align: center;
  line-height: 1.2;
}
.serviceTitle_cont, .serviceTitle_cont2 {
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2;
}
.serviceTitle_cont2 {
  width: 50%;
}
.serviceDetail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 1rem 0;
  justify-content: center;
}
.serviceDetail div {
  width: calc(94%/3);
  border: solid 1.6px #e87722;
  border-radius: 10px;
  margin: 8px;
}
.serviceDetail_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 14px auto;
}
.serviceName, .serviceName2 {
  padding: 0.8rem;
  border-radius: 10px 10px 0 0;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.2;
  text-align: center;
}
.serviceName {
  background: #e87722;
}
.serviceName2 {
  background: #F3BB90;
}
.serviceDetail_wrap ul {
  text-align: center;
}
.serviceCont img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.serviceName2 img {
  max-width: 200px;
}
.serviceNotes {
  background: #edeff0;
  padding: 1rem;
  margin: 1rem 0;
  font-size: 0.9em;
}
.notes li {
  padding-left: 24px;
  text-indent: -24px;
  font-size: 1.5em;
}
/*===== 保障内容 =====*/
.guarantee_title, .service_title_top {
  position: relative;
  background: #e87722;
  padding: 2.4rem;
}
.guarantee_title p {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  font-weight: 600;
}
.service_title_top p {
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}
.guarantee_title:before {
  content: "";
  position: absolute;
  bottom: -3rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 60px 90px 0 90px;
  border-color: #e87722 transparent transparent transparent;
  width: 0;
}
.guarantee {
  background: #FAE4D3;
  padding: 6rem 0 2rem 0;
}
.guarantee figure {
  margin: 1rem auto;
  max-width: 1000px;
  background: #fff;
  padding: 1rem;
}
.guarantee figure img {
  width: 100%;
}
.guarantee ul {
  max-width: 1000px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 0.7em;
}
/*========== footer ==========*/
.footer {
  background: #EDEFF0;
  padding: 2rem 0;
  font-size: 1.1em;
}
.footer_wrap {
  width: 96%;
  margin: 0 auto;
}
.footer__company,.footer__tel,.footer__number,address {
  margin: 0 auto;
  max-width: 1000px;
}
.footer__text {
  margin: 0 auto;
  max-width: 1000px;
  border-bottom: solid 1px;
  padding: 1rem 0;
  margin-bottom: 1.8rem;
}
.footer__text li {
  text-indent: -22px;
  padding-left: 22px;
  margin: 3px 0;
}
.footer__tel {
  font-family: 'FWD Cicular';
  font-size: 2em;
  padding: 10px 0 0;
}
.footer__time {
  font-size: 1.2em;
  margin: 0 auto;
  max-width: 1000px;
}
.footer__company {
  font-size: 1.4em;
  padding-bottom: 10px;
  line-height: 1.3;
}
.footer__number {
  margin-top: 3rem;
  font-size: 1.3em;
  font-weight: 400;
  text-align: right;
}
.footer__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #183028;
  color: #fff;
  margin-top: 3rem;
  height: 3rem;
  font-size: 1.2em;
  margin-bottom: 5rem;
}
.float {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(255, 250, 234, 0.9);
  padding: 1rem 0;
  z-index: 99;
  box-shadow: 0px 0px 10px 0px rgba(10, 10, 10, 0.4);
}
.floatCTA {
  position: relative;
  margin: 0 auto;
  display: flex;
  max-width: 1200px;
  justify-content: center;
  font-size: 1.6em;
  font-weight: 600;
}
.float_icon {
  z-index: 999;
}
.float_icon {
  position: absolute;
  width: 60px;
  height: 90px;
  right: 8%;
  top: -4rem;
}
.floatTxt {
  text-align: center;
  padding-right: 0.4rem;
  margin-left: -3rem;
  color: #e87722;
}
.floatBtn {
  background: #0097A9;
  padding: 1rem 0.6rem;
  border-radius: 4px;
}
.floatBtn a {
  padding: 1rem;
  background: #0097A9;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.floatBtn a:hover {
  padding: 1rem 1.4rem;
  background: #fff;
  transition: 0.3s;
  color:  #0097A9;
}
@media screen and (min-width: 1900px) {
  .fvWrap_bottom {
    padding-top: 12vh;
  }
}
@media screen and (max-width: 1300px) {
  .fvWrap_bottom {
    padding-top: 13%;
  }
}
@media screen and (max-width: 899px) {
  .header__wrap {
    max-width: 90%;
  }
  .fv {
    font-size: 1.6rem;
  }
  .choice_text {
    font-size: 2.2em;
  }
  .choice_btn {
    max-width: 780px;
  }
  .example {
    margin: 0 2rem;
  }
  .feature_main {
    max-width: 760px;
  }
  .feature_wrap {
    padding: 2rem 1rem;
  }
  .feature_main_cont {
    font-size: 1.6em;
  }
  .feature_main_point:before {
    width: 80px;
    height: 80px;
  }
  .guarantee {
    padding: 3rem 0 2rem 0;
  }
  .guarantee_title, .service_title_top {
    padding: 1.4rem;
  }
  .guarantee_title:before, #feature:after {
    bottom: -2.4rem;
    border-width: 40px 60px 0 60px;
  }
  .point_explain {
    padding-left: 15%;
  }
  .guarantee_title p {
    font-size: 1.6em;
  }
  .serviceWrap {
    padding: 0 1rem;
  }
  .serviceDetail {
    font-size: 88%;
  }
  .serviceDetail div {
    width: 32%;
    margin: 4px;
  }
  .serviceCont img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .serviceTitle li img {
    width: 60px;
  }
  .footer {
    font-size: 1em;
  }
}
/* SP */
@media screen and (max-width: 799px) {
  .header{
    padding: 0.55rem 0.55rem 0.55rem 1.5rem;
  }
  .header__wrap {
    max-width: 100%;
  }
  .fv {
    font-size: 1.38em;
  }

  .featureTop li {
    font-size: 0.85em;
  }
  .choice_text {
    font-size: 2em;
  }
  .choice_text img {
    width: 80px;
  }
  .choice_btn {
    max-width: 680px;
    font-size: 0.86em;
  }
  .feature_main {
    max-width: 680px;
  }
  .feature_wrap {
    padding: 2rem 1rem;
  }
  .feature_main_point {
    margin: 1rem 0;
  }
  #CV_top, #CV_middle {
    width: 90%;
    margin: 0.6rem auto;
  }
  .example {
    margin: 0 1rem;
  }
  .otherTwo .example_title {
    margin: 0 0.2rem;
  }
  #lung, #breast {
    margin: 1rem;
  }
  .comment-second {
    font-size: 0.8em;
    padding: 1rem 1rem 1rem 6rem;
  }
  .comment-second:before {
    left: 1rem;
  }
  .graph {
    margin: 0 1rem;
  }
  .graph_title_1:before {
    height: 140px;
    width: 160px;
  }
  .conclusion {
    font-size: 1.4em;
  }
  .tabs {
    margin: 1rem 0;
  }
  .serviceWrap {
    padding: 0 1rem;
  }
  .serviceTitle {
    min-width: 560px;
  }
  .serviceTitle_main {
    font-size: 1.6em;
  }
  .service:before {
    right: 10px;
  }
  .guarantee_title {
    padding: 1.4rem;
  }
  .floatCTA.pc-only {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 699px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  large {
    font-size: 1.5em;
  }
  .logo img {
    max-width: 80%;
  }
  .topbtn {
    padding: 0 1rem;
  } 
  .fv {
    padding-top: 0;
  }
  .fvText.sp-only {
    text-align: center;
    display: block;
    top: 0;
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .fvText.pc-only {
    display: none;
  }
  .fvText li img {
    right: 2rem;
    width: 28vw;
  }
  .fvWrap_bottom {
    padding-top: 15rem;
  }
  .featureTop li {
    width: unset;
  }
  .cvTop {
    padding: 0;
  }
  .cvBottom_cont {
    margin: 2.6rem auto;
  }
  h2 {
    font-size: 1.2em;
    line-height: 1;
    border-radius: 0;
  }
  h3 {
    padding: 0.6rem;
    width: 60%;
    font-size: 1.4em;
  }
  h4 {
    font-size: 2em;
  }
  h5 {
    font-size: 2em;
    padding: 1rem 8rem 1rem 1rem;
  }
  .accordion {
    padding: 0.6rem 0.6rem 3rem 0.6rem;
    font-size: 1.4em;
  }
  .accordion:before {
    content: "開く ▼";
    color: #fff;
    right: 0;
    left: 0;
    bottom: 0.6rem;
    border-top: solid 1px #fff;
    font-size: medium;
    width: 20%;
    margin: 0 auto;
    padding: 0.2rem;
  }
  .accordion.open::before {
    content: "閉じる ▲";
    color: #183028;
    right: 0;
    left: 0;
    bottom: 0.6rem;
    font-size: medium;
    padding: 0.2rem;
  }
  .featureTop {
    width: 98%;
    margin: 0 auto;
  }
  .featureTop_last:before {
    bottom: -24px;
  }
  .exemption {
    flex-wrap: wrap;
    margin: 1.4rem 0.6rem;
  }
  .exemption_second {
    font-size: 1em;
    color: #0097A9;
  }
  .conclusion {
    padding: 1rem;
  }
  .conclusion_notes {
    padding: 0 1rem 1rem 1rem;
  }
  .table_wrap {
    max-width: 100%;
  }
  .choice_btn {
    font-size: 0.8em;
  }
  .choice_text {
    font-size: 1.8em;
  }
  .choice_text li {
    margin: 0 0.2rem;
  }
  .choice_text img {
    width: 60px;
  }
  .feature_main {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 2rem;
    border-radius: 20px;
  }
  .feature_main_cont {
    font-size: 1.4em;
  }
  .feature_wrap {
    padding: 1.6rem 1rem;
  }
  .feature_main_point:before {
    width: 60px;
    height: 60px;
  }
  .tab_item {
    width: calc(95%/3);
    line-height: 1.1;
    padding-top: 6px;
  }
  .tabs input:checked + .tab_item {
    line-height: 1.2;
    padding-top: 10px;
  }
  .point_explain {
    padding-left: 13vw;
    font-size: 1.4em;
  }
  .point {
    padding: 4px 0;
    font-size: 1.2em;
  }
  .point_comment {
    padding: 0 1rem;
  }
  .reason, .reason_notes_bottom {
    padding-left: 0;
  }
  .example_title {
    font-size: 0.9em;
  }
  .graph {
    font-size: 1.4em;
  }
  .serviceWrap {
    padding: 0 0.5rem;
  }
  .serviceTitle {
    min-width: 0;
    margin-top: 2rem;
    border-bottom: solid 2px #e87722;
    flex-wrap: wrap;
    justify-content: center;
  }
  .serviceTitle_cont2 {
    width: 100%;
  }
  .serviceTitle li {
    padding: 0;
  }
  .serviceTitle li img {
    width: 54px;
    vertical-align: super;
  }
  .serviceTitle li.serviceTitle_cont {
    padding-bottom: 0.8rem;
  }
  .serviceDetail_wrap {
    display: block;
    width: 90%;
    text-align: center;
  }
  .serviceDetail div {
    margin: 2px;
  }
  .serviceDetail_wrap p img {
    display: block;
    margin: 0 auto;
  }
  .service:before {
    top: -9rem;
  }
  .serviceName2 img {
    width: 160px;
  }
  .serviceNotes {
    margin: 0;
    font-size: 0.8em;
  }
  #feature:after, .guarantee_title:before {
    bottom: -1.6rem;
    border-width: 40px 60px 0 60px;
  }
  .feeBottom_caption {
    max-width: 100%;
    font-size: 1.4em;
  }
  .guarantee {
    padding: 2rem 0;
  }
  .guarantee ul {
    font-size: 0.6rem;
  }
  .footer__company, .footer__time {
    font-size: 1.2em;
  }
  .footer__tel {
    font-size: 2.4em;
  }
  .float {
    padding: 0.4rem 0;
  }
  .floatCTA {
    display: block;
    font-size: 1.6em;
    font-weight: 500;
  }
  .floatTxt {
    padding-right: 0;
    margin-left: 0;
    font-size: 0.8em;
  }
  .floatBtn {
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }
  .floatBtn a {
    border: none;
    text-align: center;
    display: block;
  }
  .float_icon {
    width: 50px;
    right: 2%;
    top: -2rem;
  }
}
@media screen and (max-width: 599px) {
  .fv figure img {
    width: 94%;
  }
  .featureTop li {
    font-size: 0.75em;
    padding: 14px 6px;
    margin: 0 4px;
  }
  .choice_btn a {
    font-size: 0.95em;
    padding: 0.6em 0;
  }
  .feeTop_notes {
    font-size: 12px;
  }
  h3 {
    width: 70%;
    margin-right: 6rem;
    font-size: 5vw;
  }
  .reasonTitle {
    width: 100%;
  }
  .example {
    padding: 0.6rem;
    border-radius: 10px;
  }
  .example_text {
    margin: 1rem;
  }
  .otherTwo .example_title {
    margin: 0.2rem;
    width: 100%;
  }
  .case_title {
    display: block;
  }
  .case_title_left, .case_title_right {
    width: 100%;
  }
  .modalImg {
    font-size: 1em;
  }
  .modaal-content-container {
    padding: 10px;
  }
  .graph, .conclusion {
    font-size: 1.2em;
  }
  .tab_item {
    font-size: 14px;
    width: calc(94%/3);
    transform: translateY(10px);
  }
  .tabs input:checked + .tab_item {
    font-size: 104%;
    height: 50px;
  }
  .tab_feeTxt {
    font-size: 0.8em;
  }
  .cvTop_cont, .cvBottom_cont, .guarantee_title p {
    font-size: 1.4em;
  }
  .serviceDetail div {
    margin: 8px;
    width: 46%;
  }
}
@media screen and (max-width: 480px) {
  #CV_header {
    padding: 0.6rem;
  }
  .topbtn {
    padding: 0;
  }
  large {
    font-size: 1.3em;
  }
  h2 {
    font-size: 5vw;
  }
  h3 {
    width: 70%;
    padding: 0 0.6rem 0 0;
  }
  .fvText li {
    margin: 0 0.4rem;
  }
  .fvText li img {
    right: 0.7rem;
  }
  .fvText.sp-only ul {
    padding-top: 10px;
  }
  .fvWrap_bottom {
    padding-top: 44%;
  }
  .featureTop {
    display: block;
  }
  .featureTop li {
    padding: 6px;
    margin: 8px;
    border: none;
  }
  .featureTop_last:before {
    bottom: -18px;
  }
  .exemption_first, .exemption_second {
    font-size: 0.8em;
  }
  .exemption_third {
    font-size: 0.9em;
  }
  .feeTop_caption {
    font-size: 0.7em;
  }
  .cvTop_cont, .cvBottom_cont {
    font-size: 1.2em;
  }
  .cvTop_btn, .cvBottom_btn {
    font-size: 1em;
  }
  .choice {
    padding: 0.4rem;
  }
  .choice_btn {
    padding: 0.8rem 0;
  }
  .choice_btn a {
    min-height: 75px;
    font-size: 0.8em;
    padding: 0.4rem 0.1rem;
  }
  .choice_text {
    font-size: 1.5em;
  }
  .choice_text img {
    width: 40px;
  }
  .feature_wrap {
    padding: 1rem 0.8rem;
  }
  .feature_main_cont {
    display: block;
    font-size: 1.1em;
  }
  .feature_main_point {
    margin: 0.6rem 0;
    padding: 0.4rem 0.4rem 1rem 0.4rem;
  }
  .feature_main_point:before {
    width: 40px;
    height: 40px;
  }
  .graph {
    padding: 1rem 0;
    font-size: 1.1em;
  }
  .graph_title_1 {
    padding: 0.7rem 0.7rem 0.7rem 7rem;
  }
  .graph_title_1:before {
    height: 100px;
    width: 110px;
  }
  .order {
    width: 40%;
    border-top: solid 3px #FED141;
    border-bottom: solid 3px #FED141;
    padding: 0.2rem;
    margin: 0.6rem auto;
  }
  .reason {
    font-size: 0.8em;
  }
  .reason_notes_bottom {
    font-size: 0.7em;
    padding: 6px;
  }
  .conclusion {
    padding: 1rem;
    font-size: 1.1em;
    text-align: left;
  }
  .conclusion_notes {
    font-size: 0.9em;
  }
  .accordion {
    font-size: 1.2em;
  }
  .acc_wrap {
    padding-bottom: 1rem;
  }
  .point_explain {
    font-size: 1em;
  }
  .point_comment {
    padding: 0 0.4rem;
    font-size: 1em;
  }
  .comment-second {
    padding: 0.4rem 0.4rem 0.4rem 5rem;
  }
  .example {
    margin: 0 0.6rem;
    padding: 0.4rem;
  }
  .example_text {
    margin: 1rem;
    font-size: 1em;
  }
  .example_title {
    width: 100%;
  }
  #btn_lung, #btn_breast {
    width: 48%;
  }
  .otherTwo .example_title {
    width: 94%;
    margin: 0.3rem;
  }
  .case_text {
    font-size: 1em;
    margin: 1rem;
  }
  .case {
    padding: 0 0.6rem;
  }
  .lungCancer, .breastCancer {
    width: 100%;
    font-size: 1em;
  }
  #lung, #breast {
    margin: 0.6rem;
  }
  .case_title {
    display: block;
  }
  .case_title_left, .case_title_right {
    width: 100%;
  }
  .modalImg {
    font-size: 0.8em;
  }
  .order_explain {
    text-align: center;
  }
  .comment-second:before {
    top: 18%;
    left: 0.8rem;
  }
  .tab_content {
    padding: 6px;
  }
  .tab_item {
    font-size: 12px;
    line-height: 1.2;
    padding-top: 8px;
    width: calc(92%/3);
  }
  .tabs input:checked + .tab_item {
    font-size: 100%;
    line-height: 1.1;
    padding-top: 12px;
  }
  .tab_feeTxt {
    font-size: 0.7em;
  }
  .serviceTitle {
    margin-top: 0;
  }
  .serviceTitle_cont {
    font-size: 1em;
  }
  .serviceWrap {
    padding: 10px;
  }
  .serviceName, .serviceName2 {
    font-size: 0.9em;
    padding: 0.4rem;
  }
  .serviceName2 img {
    width: 140px;
  }
  .serviceDetail_wrap {
    font-size: 90%;
  }
  .serviceDetail div {
    margin: 6px;
  }
  .serviceTitle_main {
    font-size: 1.2em;
  }
  .notes {
    padding-left: 0;
    text-indent: 0;
    margin-bottom: 1rem;
    padding: 0.4rem;
    text-align: left;
    font-size: 9px;
  }
  .feeBottom {
    margin: 1rem auto;
  }
  .feeBottom .table_wrap {
    padding: 0.4rem;
  }
  .table_man, .table_woman {
    margin: 0.4rem 0;
    padding: 0.4rem;
    font-size: 0.9em;
  }
  .table_wrap p {
    font-size: 0.5em;
    padding: 0.2rem;
  }
  .guarantee_title, .service_title_top {
    padding: 1rem;
  }
  .guarantee_title p, .service_title_top p {
    font-size: 1.1em;
  }
  .footer {
    padding: 0.4rem 0;
    font-size: 0.8em;
  }
  .footer__tel {
    font-size: 2em;
  }
  .footer__copy {
    margin-top: 1rem;
    font-size: 1.1em;
  }
  .floatCTA {
    font-size: 1.2em;
    font-weight: 600;
  }
  /* modaal  */
  .modalImg li {
    width: 140px;
  }
  .modaal-inner-wrapper {
    padding: 80px 10px;
  }
  .modaal-content-container {
    padding: 6px;
  }
  .modaal-close {
    right: 6px;
    top: 10%;
  }
}
