/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%; }

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

ol, ul {
  list-style: none;
  margin: 0; }

img {
  vertical-align: top;
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

body p {
  margin: 0; }

body ul {
  padding: 0; }

.inner {
  width: 980px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ff {
  font-family: serif; }

.visible-pc {
  display: block; }

.visible-sp {
  display: none; }

@media screen and (max-width: 640px) {
  .visible-sp {
    display: block; }
  .visible-pc {
    display: none; }
  .inner {
    width: 100%;
    padding: 0 10px; } }

.wrap {
  line-height: 1.5; }

.mainimg {
  background: url(/assets/others/romeo/images/bg_mainimg_pc.jpg) center center no-repeat;
  background-size: cover;
  position: relative; }

.mainimg .inner {
  position: relative;
  height: 540px; }

.mainimg .img {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 3; }

.mainimgtxt {
  background: rgba(6, 35, 84, 0.8);
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 2;
  font-size: 30px;
  font-weight: bold;
  line-height: 70px; }

.mainimgtxt span {
  font-size: 50px;
  margin-left: 20px; }

.mainimgtxt span img {
  vertical-align: middle;
  margin-top: -7px;
  margin-left: 5px; }

@media screen and (max-width: 640px) {
  .mainimg {
    background: url(/assets/others/romeo/images/bg_mainimg_sp.jpg) center center no-repeat;
    background-size: cover; }
  .mainimg .inner {
    height: 300px; }
  .mainimg .img {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 3;
    width: 80%; }
  .mainimgtxt {
    background: rgba(6, 35, 84, 0.8);
    color: #fff;
    text-align: right;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 35px;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    text-align: center; }
  .mainimgtxt span {
    font-size: 30px;
    margin-left: 20px; }
  .mainimgtxt span img {
    vertical-align: middle;
    margin-top: -7px;
    margin-left: 5px;
    width: 13px; } }

.topbg {
  background: #4a9098;
  padding: 30px 0 20px;
  position: relative; }

.topbg:before {
  background: url(/assets/others/romeo/images/arrow01.png) 0 0 no-repeat;
  width: 160px;
  height: 44px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  z-index: 2;
  position: absolute; }

.topbg .toptit {
  color: #fff; }

.toptit {
  text-align: center; }

.toptit span {
  display: block;
  font-size: 24px;
  padding: 10px 0 0; }

@media screen and (max-width: 640px) {
  .toptit span {
    font-size: 18px; }
  .topbg {
    padding: 15px 0 10px; }
  .topbg:before {
    background: url(/assets/others/romeo/images/arrow01.png) 0 0 no-repeat;
    background-size: 100%;
    width: 80px;
    height: 22px; } }

.topwhat {
  background: #e8e7e6 url(/assets/others/romeo/images/bg01.png) right bottom no-repeat;
  padding: 70px 0 85px; }

.topwhat .list {
  margin: 90px 0 0; }

.topwhat .list li {
  padding: 0 0 0 45px;
  background: url(/assets/others/romeo/images/ico01.png) 0 3px no-repeat;
  font-size: 24px;
  font-weight: bold; }

.topwhat .list li + li {
  margin: 15px 0 0; }

@media screen and (max-width: 640px) {
  .topwhat {
    background: #e8e7e6;
    padding: 30px 0 45px; }
  .topwhat .inner {
    padding: 0; }
  .topwhat .inner .list {
    padding: 0 10px; }
  .topwhat .toptit img {
    width: 100px; }
  .topwhat .img {
    margin-top: -50px; }
  .topwhat .list {
    margin: 20px 0 0; }
  .topwhat .list li {
    padding: 0 0 0 20px;
    background: url(/assets/others/romeo/images/ico01.png) 0 3px no-repeat;
    background-size: 15px;
    font-size: 14px;
    font-weight: bold; }
  .topwhat .list li + li {
    margin: 15px 0 0; } }

.aboutsec {
  background: url(/assets/others/romeo/images/bg02.png) center center no-repeat;
  background-size: cover;
  padding: 90px 0 85px; }

.aboutsec .txt {
  font-size: 22px; }

.aboutsec .txt + .txt {
  margin: 30px 0 0; }

.aboutsec .txt span {
  color: #0C3F79;
  font-weight: bold; }

.aboutsec .img {
  text-align: center;
  margin: 45px 0 0; }

@media screen and (max-width: 640px) {
  .topabout .toptit img {
    width: 100px; }
  .aboutsec {
    background: url(/assets/others/romeo/images/bg02_sp.png) center center no-repeat;
    background-size: cover;
    padding: 40px 0 35px; }
  .aboutsec .txt {
    font-size: 16px; }
  .aboutsec .txt + .txt {
    margin: 15px 0 0; }
  .aboutsec .img {
    margin: 20px 0 0; } }

.pointsec {
  background: url(/assets/others/romeo/images/bg03.png) center center no-repeat;
  background-size: cover;
  padding: 100px 0 50px; }

.pointsec .tit {
  text-align: center;
  color: #0C417C;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px; }

.pointsec .txt {
  font-size: 18px; }

.pointbox01 {
  width: 480px;
  height: 360px;
  padding: 120px 55px 90px 70px;
  background: url(/assets/others/romeo/images/bg_point01.png) 0 0 no-repeat;
  background-size: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.pointbox02 {
  margin-top: -120px;
  float: right;
  text-align: center;
  width: 480px;
  height: 360px;
  padding: 120px 55px 90px 70px;
  background: url(/assets/others/romeo/images/bg_point02.png) 0 0 no-repeat;
  background-size: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.pointbox03 {
  margin-top: -55px;
  text-align: center;
  width: 480px;
  height: 360px;
  padding: 120px 55px 90px 70px;
  background: url(/assets/others/romeo/images/bg_point03.png) 0 0 no-repeat;
  background-size: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.pointsec .img {
  text-align: right;
  padding: 0 150px 0 0;
  margin-top: -250px; }

@media screen and (max-width: 640px) {
  .pointsec {
    background: url(/assets/others/romeo/images/bg03_sp.png) center center no-repeat;
    background-size: cover;
    padding: 50px 0 25px; }
  .pointsec .tit {
    font-size: 20px;
    margin-bottom: 10px; }
  .pointsec .txt {
    font-size: 13px; }
  .pointbox01 {
    width: 320px;
    height: 300px;
    margin: 0 auto;
    padding: 70px 50px 90px 50px;
    background: url(/assets/others/romeo/images/bg_point01.png) 0 0 no-repeat;
    background-size: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .pointbox02 {
    margin: -50px auto 0;
    float: none;
    text-align: center;
    width: 320px;
    height: 300px;
    padding: 80px 50px 90px 50px;
    background: url(/assets/others/romeo/images/bg_point02.png) 0 0 no-repeat;
    background-size: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .pointbox03 {
    margin: -50px auto 0;
    text-align: center;
    width: 320px;
    height: 300px;
    padding: 80px 50px 90px 50px;
    background: url(/assets/others/romeo/images/bg_point03.png) 0 0 no-repeat;
    background-size: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .pointsec .img {
    text-align: center;
    padding: 0;
    margin-top: -30px; }
  .pointsec .img img {
    width: 150px; } }

.faqsec {
  padding: 60px 0 105px; }

.faqbox {
  padding: 30px 0;
  border-bottom: 1px dotted #a6a6a6; }

.faqbox + .faqbox {
  margin-top: 30px; }

.faqbox .tit {
  margin-bottom: 35px;
  padding: 4px 0 0 55px;
  font-size: 24px;
  font-weight: bold;
  background: url(/assets/others/romeo/images/ico_q.png) 0 0 no-repeat; }

.faqbox .txt {
  padding: 4px 0 0 55px;
  font-size: 24px;
  background: url(/assets/others/romeo/images/ico_a.png) 0 0 no-repeat; }

@media screen and (max-width: 640px) {
  .faqsec {
    padding: 30px 0 50px; }
  .faqbox {
    padding: 15px 0;
    border-bottom: 1px dotted #a6a6a6; }
  .faqbox + .faqbox {
    margin-top: 15px; }
  .faqbox .tit {
    margin-bottom: 15px;
    padding: 0 0 0 25px;
    font-size: 16px;
    background: url(/assets/others/romeo/images/ico_q.png) 0 0 no-repeat;
    background-size: 20px; }
  .faqbox .txt {
    padding: 0 0 0 25px;
    font-size: 16px;
    background: url(/assets/others/romeo/images/ico_a.png) 0 0 no-repeat;
    background-size: 20px; } }

.topcomment {
  background: url(/assets/others/romeo/images/bg04.png) center center no-repeat;
  background-size: cover;
  padding: 75px 0 90px; }

.commentbox {
  margin: 40px 0 0; }

.commentbox dt {
  float: right; }

.commentbox dd {
  overflow: hidden;
  margin: 0;
  padding: 50px 60px 0 0;
  font-size: 18px; }

.commentbox dd .name {
  text-align: right;
  margin: 30px 0 0; }

@media screen and (max-width: 640px) {
  .topcomment {
    background: url(/assets/others/romeo/images/bg04.png) center center no-repeat;
    background-size: cover;
    padding: 35px 0 45px; }
  .commentbox {
    margin: 20px 0 0; }
  .commentbox dt {
    display: none; }
  .commentbox dd {
    padding: 0;
    font-size: 14px; }
  .commentbox dd .name {
    margin: 15px 0 0; }
  .commentbox dd .img {
    text-align: center;
    margin: 20px 0 0; }
  .commentbox dd .img img {
    width: 170px; } }

.topprice {
  padding: 90px 0 70px; }

.topprice .inner {
  max-width: 800px; }

.pricetit {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #0C3F7A;
  padding: 40px 0 0; }

.pricetab {
  width: 100%;
  font-weight: bold;
  margin: 20px 0 0; }

.pricetab tr {
  border-bottom: 1px dotted #a6a6a6; }

.pricetab th {
  font-size: 30px;
  width: 450px;
  text-align: center;
  padding: 10px 0; }

.pricetab td {
  font-size: 60px;
  padding: 10px 0; }

.pricetab .col {
  color: #0C407B; }

.pricetab td img {
  vertical-align: middle;
  margin-top: -10px;
  margin-left: 5px; }

@media screen and (max-width: 640px) {
  .topprice {
    padding: 45px 0 35px; }
  .pricetit {
    font-size: 30px;
    padding: 20px 0 0; }
  .pricetab {
    margin: 10px 0 0; }
  .pricetab th {
    font-size: 20px;
    width: 100px;
    text-align: center;
    padding: 5px 0; }
  .pricetab td {
    font-size: 60px;
    text-align: right;
    padding: 5px 0; }
  .pricetab td img {
    width: 30px;
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 5px; } }

.flowsec {
  padding: 80px 0 75px; }

.flowpanel {
  border: 1px solid #0c417c;
  padding: 25px 40px 30px;
  display: flex;
  justify-content: space-between;
  position: relative; }

.flowpanel:before {
  background: url(/assets/others/romeo/images/arrow02.png) 0 0 no-repeat;
  width: 254px;
  height: 50px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  z-index: 2;
  position: absolute; }

.flowpanel.beforenone:before {
  display: none; }

.flowpanel + .flowpanel {
  margin: 60px 0 0; }

.flowcont {
  width: 590px;
  font-size: 16px; }

.flowcont .tit {
  display: table;
  width: 100%;
  margin-bottom: 20px; }

.flowcont .tit dt {
  display: table-cell;
  width: 65px; }

.flowcont .tit dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 15px;
  font-weight: bold;
  color: #0C417C;
  font-size: 26px; }

.flowcont .txt + .txt {
  margin: 24px 0 0; }

.flowcont .list {
  margin: 30px 0 0; }

.flowcont .list li + li {
  margin: 14px 0 0; }

.flowcont .list a {
  color: #0C407B;
  font-weight: bold;
  text-decoration: underline; }

.flowcont .list a:hover {
  text-decoration: none; }

.flowcont .list .tel_wrap {
  padding-left: 10px; }
  .flowcont .list .tel_wrap .tel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1; }
    .flowcont .list .tel_wrap .tel span {
      font-size: 23px;
      font-weight: bold;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      padding-left: 6px; }

@media screen and (max-width: 640px) {
  .flowsec {
    padding: 40px 0; }
  .flowpanel {
    padding: 0 10px 15px;
    display: block; }
  .flowpanel:before {
    background: url(/assets/others/romeo/images/arrow02.png) 0 0 no-repeat;
    background-size: 100%;
    width: 125px;
    height: 25px; }
  .flowpanel + .flowpanel {
    margin: 40px 0 0; }
  .flowcont {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px; }
  .flowcont + p {
    text-align: center; }
  .flowcont .tit {
    display: table;
    width: 100%;
    margin-bottom: 20px; }
  .flowcont .tit dt {
    display: table-cell;
    width: 20%; }
  .flowcont .tit dd {
    font-size: 25px; }
  .flowcont .txt + .txt {
    margin: 15px 0 0; }
  .flowcont .list {
    margin: 15px 0 0; }
  .flowcont .list .tel_wrap {
    padding-left: 4px; }
    .flowcont .list .tel_wrap .tel {
      font-size: 13px;
      line-height: 1.2; }
      .flowcont .list .tel_wrap .tel span {
        font-size: 21px;
        padding-left: 4px; } }

.flowtab {
  width: 100%;
  margin: 45px 0 0; }

.flowtab th {
  width: 160px;
  background: #f6f6f6;
  padding: 10px 20px;
  font-weight: normal;
  text-align: left;
  border: 1px solid #d1d1d1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.flowtab td {
  border: 1px solid #d1d1d1;
  padding: 10px 20px; }

@media screen and (max-width: 640px) {
  .flowtab {
    margin: 20px 0 0;
    border-top: 1px solid #d1d1d1; }
  .flowtab,
  .flowtab tbody,
  .flowtab tr,
  .flowtab th,
  .flowtab td {
    display: block;
    width: 100% !important; }
  .flowtab th {
    padding: 10px;
    border-top: none;
    border-bottom: none; }
  .flowtab td {
    padding: 10px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

.clinicsec {
  padding: 100px 0; }

.clinicsec .inner {
  max-width: 900px; }

.clinicsec dl {
  margin: 0; }

.clinicsec dl dt {
  float: left;
  width: 425px;
  height: 280px; }

.clinicsec dl dt iframe {
  width: 100%;
  height: 100%; }

.clinicsec dl dd {
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 30px; }

.clinicsec dl dd .tit {
  font-size: 30px;
  color: #0C407B;
  font-weight: bold;
  margin-bottom: 10px; }

.clinicsec dl dd li {
  text-indent: -1em;
  padding-left: 1em; }

.clinicsec dl dd .tel {
  margin: 10px 0 0; }

.clinicsec dl dd tel a {
  pointer-events: none; }

@media screen and (max-width: 640px) {
  .clinicsec {
    padding: 50px 0; }
  .clinicsec dl {
    margin: 0; }
  .clinicsec dl dt {
    float: none;
    width: 100%;
    height: 220px;
    margin-bottom: 10px; }
  .clinicsec dl dd {
    padding: 0;
    font-size: 14px; }
  .clinicsec dl dd .tit {
    font-size: 20px;
    margin-bottom: 10px; }
  .clinicsec dl dd tel a {
    pointer-events: inherit; } }
