@charset "utf-8";
/**************************************************
---------------------- default--------------------
**************************************************/
.wrap{
  width: 1100px;
  max-width: 96%;
  margin: 0 auto;
}
.w-in1400{
  width: 1400px;
  max-width: 98%;
  margin: 0 auto;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
main{
  display: block;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #3e3a39;
    box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.sp{
  display: none;
}
.flex{
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.flex-sb{
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}
ul{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
ul li{
  list-style: none;
}
body {
    color: #1a1a1a;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 12px;
    -webkit-overflow-scrolling: touch;
}
.pr{
  position: relative;
}
.link-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#form01{
    width: 360px;
    height: 30px;
    margin: 0 auto 0px auto;
    display: flex;
    justify-content: space-between;
}
#form01 input{
    vertical-align: top;
    margin: 0;
    height: 100%;
    font-size: 13px;
}
#input01{
    width: 295px;
    height: 50px;
    border: none;
    box-shadow: 0 0 8px black;
}
#submit01{
    width: 60px;
    height: 50px;
    border: none;
    background: url("img/search.svg") no-repeat #fbc500;
    background-size: 20px;
    background-position: 20px;
    color: black;
    box-shadow: 0 0 8px black;
}
input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 10px;
}
input:-moz-placeholder {
    color: #b3b3b3;
    font-size: 10px;
}
input::-moz-placeholder {
    color: #b3b3b3;
    font-size: 10px;
}
input:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 10px;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.db{
  display: block;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.sankaku-icon:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 7px;
  top: 6px;
  z-index: 2;
}

/**************************************************
---------end--------- default----------end--------
**************************************************/

/*お問い合わせ*/

div#step-wrap{
  margin: 70px 0;
}
.page-id-18 div#step-wrap,
.page-id-24 div#step-wrap{
  margin-top: 0;
}
.page-id-89 .select-wrap.pr{
  width: 60%;
}
.page-id-89 .select-wrap.pr:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #1a1a1a transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 16px;
}
.step-box{
  width: 30%;
  height: 60px;
  background: #f2f2f2;
  color: #808080;
  text-align: center;
  position: relative;
}
.step-box span{
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.step-box p{
  font-size: 24px;
  line-height: 60px;
}
div#step-1:after,
div#step-2:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 20px;
  border-color: transparent transparent transparent #f2f2f2;
  position: absolute;
  right: -20px;
  top: 0;
}
.page-id-18 div#step-1:after,
.page-id-24 div#step-1:after,
.page-id-22 div#step-2:after,
.page-id-30 div#step-2:after{
  border-color: transparent transparent transparent  #44909d;
}
.page-id-18 div#step-1,
.page-id-24 div#step-1,
.page-id-22 div#step-2,
.page-id-30 div#step-2{
  background:  #44909d;
  color: white;
  font-weight: 600;
}
section#contact .wrap{
  padding: 30px;
  padding-bottom: 70px;
  background: white;
}
.page-id-87 section#contact .wrap{
  background: none;
}
section#contact h2{
  font-size: 20px;
  border-left: 4px solid #1a1a1a;
  padding-left: 15px;
  margin-bottom: 30px;
}
#contact table{
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 70px;
}
#contact table th,
#contact table td{
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px solid #1a1a1a;
  position: relative;
  line-height: 2.5;
}
#contact table th{
  font-weight: 600;
  vertical-align: middle;
  text-align:  left;
  width: 30%;
}
#contact table .s-1,
#contact-2 table .s-1{
  background: #d02323;
  color: white;
  padding: 5px 10px;
  margin-right: 15px;
  font-weight: normal;
}
#contact table .s-2,
#contact-2 table .s-2{
  background: gray;
  color: white;
  padding: 5px 10px;
  margin-right: 15px;
  font-weight: normal;
}
#contact input[type="text"],
input[type="email"]{
  height: 45px;
  padding-left: 10px;
}
#contact textarea{
  width: 100%;
  height: 300px;
}
#contact div#btn-wrap{
  justify-content: center;
}
button.kakunin{
  display: block;
  width: 300px;
  height: 50px;
  font-size: 16px;
  color: white;
  background: #d02323;
  border: none;
}
button.kakunin:hover{
  opacity: 0.7;
  transition: 0.3s;
}
#contact select{
  width: 100%;
  height: 40px;
  padding: 10px;
  border-radius: 0;
  font-size: 14px;
}
a#top-back-btn{
  display: block;
  width: 300px;
  height: 50px;
  font-size: 16px;
  color: white;
  background: #f4a93b;
  border: none;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
}
a#top-back-btn:hover{
  opacity: 0.7;
  transition: 0.3s;
}
button.back-btn{
  display: block;
  width: 300px;
  height: 50px;
  font-size: 16px;
  color: white;
  background: gray;
  border: none;
  margin: 0 10px;
}
button.soshin{
  display: block;
  width: 300px;
  height: 50px;
  font-size: 16px;
  color: white;
  background: #d02323;
  border: none;
  margin: 0 10px;
}
p#contact-text{
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
  background: white;
  padding: 30px;
  border: 2px solid #1a1a1a;
  font-size: 16px;
}
input#zip{
  padding-left: 10px;
  height: 35px;
}
input.tel{
  width: 70px!important;
}
.page-id-151 .select-wrap.flex-sb{
  width: 70%;
  position: relative;
}
.page-id-153 .select-wrap.flex-sb{
  width: 35%;
  position: relative;
}
.page-id-151 .select-in:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #666 transparent transparent transparent;
  position: absolute;
  right: 10px;
  top: 17px;
}
.select-wrap.flex-sb:nth-child(2){
  margin-top: 20px;
}
.page-id-151 .select-wrap.flex-sb .select-in{
  width: 40%;
  position: relative;
}
span.mwform-checkbox-field.horizontal-item{
  display: block;
  margin-left: 0 !important;
}

/*固定ページ*/
.common-wrap{
  padding: 100px 0;
  background: #ebebeb;
}
.common-wrap .wrap{
  background: white;
  padding: 30px;
}
div#common-main{
  height: 200px;
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/common-main.png) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 30px;
}
div#common-main h1{
  background: rgb(255,255,255);
  filter: alpha(opacity=60);
  background: rgba(255,255,255,0.6);
  display: inline-block;
  padding: 55px 80px;
  font-size: 24px;
  position: relative;
  z-index: 2;
  font-weight: 700;
}
div#common-main h1:before{
  content: "";
  display: block;
  width: 5%;
  height: 3px;
  background: #1a1a1a;
  position: absolute;
  left: 30px;
  top: 65px;
}
div#common-main h1:after{
  content: "";
  display: block;
  width: 5%;
  height: 3px;
  background: #1a1a1a;
  position: absolute;
  right: 30px;
  top: 65px;
}
.breadcrumbs{
  background: #e6726a;
  padding: 10px 0;
  font-size: 12px;
  color: white;
}
.breadcrumbs a{
  color: white;
}

/*single*/
section#single-1{
  background: white;
  padding: 30px;
  word-break: break-all;
}
section#single-1 h1{
  font-size: 20px;
  margin-bottom: 1em;
  padding-bottom: 5px;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}
section#single-1 h1:before{
  content: "";
  display: block;
  width: 2%;
  height: 2px;
  background: #f4a93b;
  position: absolute;
  left: 0;
  bottom:  -2px;
}
section#single-1 small{
  display: block;
  margin-bottom: 50px;
}
.entry-single p{
  font-size: 16px;
  line-height: 2.5;
  text-align: justify;
}
a.ichiran_link{
  display: block;
  width: 300px;
  height: 45px;
  background: #ce6052;
  color: white;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  margin: 50px auto 30px auto;
  transition: 0.3s;
}
a.ichiran_link:hover{
  opacity: 0.7;
}
.single-img{
  margin-bottom: 30px;
}
/*archive*/
#archive-wrap{
  align-items: flex-start;
}
#archive-wrap aside{
  width: 30%;
}
main#column_main{
  width: 65%;
  background: white;
  padding: 30px;
}
main#column_main h1{
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
main#column_main h1:before{
  content: "";
  display: block;
  width: 4px;
  height: 18px;
  background: #ce6052;
  position: absolute;
  left: 0;
  top: 2px;
}
main#column_main ul{
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px dashed #1a1a1a;
  transition: 0.3s;
  align-items: center;
}
main#column_main ul:hover{
  opacity: 0.7;
}
main#column_main ul:nth-child(2){
  border-top: 1px dashed #1a1a1a;
}
main#column_main ul li:first-child{
  background: #e6726a;
  color: white;
  width: 25%;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
main#column_main ul li:nth-child(2){
  width: 75%;
  padding-left: 20px;
}
#archive-wrap aside #sec01{
  padding: 0px 0;
}
#archive-wrap aside #sec01 a{
  width: 100%;
  margin-bottom: 20px;
  padding: 180px 10px 0;
}
#archive-wrap aside #sec01 h2{
  margin-bottom: 5px;
}
#archive-wrap aside #sec01 p{
  line-height: 1.5;
}

/*wp-page navi*/
.wp-pagenavi {
  clear: both;
  text-align:center;
  margin: 100px 0 70px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #1a1a1a;
  background-color: #f0f0f0;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
}
.wp-pagenavi a:hover{
  color: white;
  background-color: #ce6052;
  border: 1px solid #ce6052;
    }
.wp-pagenavi span.current{
  background-color: #ce6052;
  color: white;
  font-weight: bold;
  border: 1px solid #bfbfbfbf;font-size: 11px;
}

/*sitemap*/
#sitemap ul li a{
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #eee9d9;
  color: white;
  margin-bottom: 20px;
  padding: 0!important;
  padding-left: 20px!important;
  color: initial;
}
#sitemap #sitemap_list li a{
  color: initial;
  font-size: 16px;
  padding: 1em;
  transition: 0.3s;
}
#sitemap #sitemap_list li a:hover{
  background: #e6726a;
  color: white;
}

/*privacy*/
#privacy p{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 50px;
}
#privacy dl{
  margin-bottom: 30px;
  font-size: 14px;
}
#privacy dl dt{
  font-weight: 600;
  margin-bottom: 10px;
}
#privacy dl dd{
  line-height: 2;
}

/*top*/
a.btn{
  display: block;
}
div#main-logo{
  position: absolute;
  top: 0;
  left: 0;
}
header#main-header .head_01{
  background: #e6726a;
}
header#main-header .head_02{
  background: #EBEBEB;
}
header#main-header .head_01 .wrap{
  padding: 15px 0;
  align-items: center;
  position: relative;
}
header#main-header .head_logo{
  font-size: 25px;
  font-weight: bold;
  margin-left: 100px;
}
header#main-header .head_logo a{
  color: #fff;
}
header#main-header .head_01 .tel{
  padding-left: 30px;
  position: relative;
}
header#main-header .head_01 .tel:before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/icon_tel.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
header#main-header .head_01 a.btn{
  width: 160px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #e74d51;
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px;
}
header#main-header .head_01 a.btn:last-child{
  width: 200px;
}
header#main-header .head_01 a.btn:hover{
  background: #ffa69f;
}
header#main-header .head_02 ul.flex-sb{
  width: 80%;
  margin: auto;
}
header#main-header .head_02 li{
  max-width: 150px;
  width: 16%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  letter-spacing: 2px;
}
header#main-header .head_02 li a{
  display: block;
  padding-left: 40px;
  color: #fff;
}
header#main-header .head_02 li a {
  position: relative;
}
header#main-header .head_02 li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header#main-header .head_02 li a:hover::after {
  width: 100%;
}
header#main-header .head_02 li:nth-child(1) {
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/nav_01.svg) no-repeat ,#93835B;
  background-size: 20px;
  background-position: 10%;
  margin-left: 120px;
}
header#main-header .head_02 li:nth-child(2) {
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/nav_02.svg) no-repeat ,#D88077;
  background-size: 20px;
  background-position: 10%;
}
header#main-header .head_02 li:nth-child(3) {
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/nav_03.svg) no-repeat ,#CE6052;
  background-size: 18px;
  background-position: 10%;
}
header#main-header .head_02 li:nth-child(4) {
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/nav_04.svg) no-repeat ,#44909D;
  background-size: 18px;
  background-position: 10%;
}
header#main-header .head_02 li:nth-child(5) {
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/nav_05.svg) no-repeat ,#274E72;
  background-size: 18px;
  background-position: 10%;
}
header#main-header .head_02 li:nth-child(6) {
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/nav_06.svg) no-repeat ,#D57B2E;
  background-size: 22px;
  background-position: 10%;
}
section#main_visual{
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/main_visual.png)no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 300px 0;
}
section#main_visual .main_text{
  background: #fff;
  width: 70%;
  margin: auto;
  letter-spacing: 2px;
  padding: 30px 20px;
}
section#main_visual .main_text h2{
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
section#main_visual .main_text h2:before{
  content: "";
  display: inline-block;
  width: 17%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
section#main_visual .main_text h2:after{
  content: "";
  display: inline-block;
  width: 17%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
section#main_visual .main_text h3{
  font-size: 50px;
  font-weight: bold;
  color: #e67279;
  padding-top: 20px;
}
.top_bg01{
  background: #EBEBEB;
  padding-bottom: 75px;
}
section#sec01{
  padding: 60px 0;
}
section#sec01 a{
  display: block;
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 185px 10px 0;
  width: 24%;
  height: 260px;
}
section#sec01 h2{
  color: #FFFF00;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
section#sec01 a:nth-child(1){
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/sec01_01.svg) no-repeat ,#D88077;
  background-size: 150px;
  background-position: center 20px;
}
section#sec01 a:hover:nth-child(1){
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/sec01_01.svg) no-repeat ,#f1b2ac;
  background-size: 150px;
  background-position: center 20px;
}
section#sec01 a:nth-child(2){
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/sec01_02.svg) no-repeat ,#CE6052;
  background-size: 150px;
  background-position: center 20px;
}
section#sec01 a:hover:nth-child(2){
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/sec01_02.svg) no-repeat ,#c7776d;
  background-size: 150px;
  background-position: center 20px;
}
section#sec01 a:nth-child(3){
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/sec01_03.svg) no-repeat ,#44909D;
  background-size: 150px;
  background-position: center 20px;
}
section#sec01 a:hover:nth-child(3){
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/sec01_03.svg) no-repeat ,#68b2bf;
  background-size: 150px;
  background-position: center 20px;
}
section#sec01 a:nth-child(4){
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/sec01_04.svg) no-repeat ,#D57B2E;
  background-size: 150px;
  background-position: center 20px;
}
section#sec01 a:hover:nth-child(4){
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/sec01_04.svg) no-repeat ,#e89b59;
  background-size: 150px;
  background-position: center 20px;
}
section#sec02 h2.title{
  width: 230px;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 50px;
}
section#sec02 h2.title:before{
  content: "";
  display: inline-block;
  width: 136px;
  height: 15px;
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/title_info.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
section#sec02 .sec02_box{
  background: #fff;
  padding: 60px 100px;
}
section#sec02 .sec02_box dl{
  padding: 40px;
}
section#sec02 .sec02_box a{
  display: block;
}
section#sec02 .sec02_box a{
  border-bottom: 2px dotted #333;
}
section#sec02 .sec02_box a:hover{
  opacity: 0.7;
}
section#sec02 .sec02_dl a:first-child{
  border-top: 2px dotted #333;
}
section#sec02 .sec02_dl dt,
section#sec02 .sec02_dl dd{
  padding: 10px 20px;
  font-size: 15px;
  color: #333;
}
section#sec02 .sec02_dl dt{
  background: #e67279;
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-family: 'Russo One', sans-serif;
  -webkit-transition: all .3s;
  transition: all .3s;
}
section#sec02 .sec02_dl a:hover dt{
  background: #e67279cc;
}
section#foot_contact{
  position: relative;
}
section#foot_contact .wrap{
  /* padding: 60px 0; */
}
section#foot_contact .sec03_line img{
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  margin: auto;
  width: 1110px;
}
section#foot_contact .sec03_line:last-child img{
  position: absolute;
  top: auto;
  bottom: 0px;
}
section#foot_contact .sec03_line {
  width: 100%;
  height: 10px;
  margin-bottom: 60px;
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/line.svg)no-repeat;
  background-position: center;
  background-size: cover;
}
section#foot_contact .sec03_line.foot{
  margin-bottom: auto;
  margin-top: 60px;
}
section#foot_contact .sec03_box{
  padding-bottom: 30px;
  align-items: center;
}
section#foot_contact .sec03_left{
  width: 60%;
}
section#foot_contact .sec03_right{
  width: 40%;
  text-align: center;
}
section#foot_contact .sec03_right .contant01{
  margin-bottom: 15px;
}
section#foot_contact .sec03_right .contact02{
  width: 91%;
  margin: auto;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  background: #e67279;
  display: block;
  color: #fff;
  letter-spacing: 2px;
}
section#foot_contact a.btn{
  border: 3px solid #e67279;
  color: #e67279;
  width: 700px;
  height: 50px;
  line-height: 45px;
  display: block;
  text-align: center;
  font-size: 20px;
  margin: auto;
  position: relative;
}
section#foot_contact a.btn:hover{
  border: 3px solid #e67279;
  background: #e67279;
  color: #fff;
}
section#foot_contact a.btn:before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e67279;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}
section#foot_contact a.btn:hover:before{
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
section#foot_contact a.btn:after{
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 21.5%;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}
section#foot_contact a.btn:hover:after{
  border-color: transparent transparent transparent #e67279;
}
footer#main_footer .foot_bg{
  background: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/foot_bg.png)no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
footer#main_footer .foot_logo{
  padding-top: 70px;
  padding-bottom: 30px;
}
footer#main_footer h2{
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
footer#main_footer h2 span{
  font-size: 25px;
  padding-left: 10px;
}
footer#main_footer .foot_tel{
  margin-bottom: 0px;
  padding-bottom: 50px;
}
footer#main_footer ul.foot_nav {
  width: 90%;
  margin: auto;
  padding-bottom: 90px;
}
footer#main_footer ul.foot_nav a{
  font-size: 13px;
  color: #333;
  font-weight: bold;
  letter-spacing: 2px;
}
footer#main_footer ul.foot_nav a:hover{
  opacity: 0.7;
}
footer#main_footer .copy{
  background: #e74d51;
  color: #fff;
  padding: 25px;
  font-size: 12px;
  font-family: 'Russo One', sans-serif;
  letter-spacing: 2px;
  text-align: center;
}

/*effect 3つの効果*/
#effect h2.page_h2{
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0.5em;
  padding-left: 25px;
  color: #494949;
  background: #e6726a1c;
  border-left: solid 10px #e6726a;
}
#effect ul.effect_list{
  overflow: hidden;
}
#effect ul.effect_list li p.badge{
  color: #fff;
  position: absolute;
  border: 2px solid #e6726a;
  background: #e6726a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 80px;
  height: 80px;
  padding-top: 14px;
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 10;
}
#effect ul.effect_list li {
  height: 100%;
  min-height: 300px;
  width: 48%;
  border: 2px solid #e6726a;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 50px 30px;
  position: relative;
  margin-bottom: 50px;
}
#effect li.effect01.big_box{
  width: 100%;
}
#effect ul.effect_list li span {
  display: block;
  font-size: 14px;
  margin: 0 0 10px;
}
#effect ul.effect_list li strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  border-color:#ffc777;
  font-weight:700;
}
#effect ul.effect_list li dt {
  padding: 0 0 36px;
}
#effect ul.effect_list li dt span {
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 5px 80px;
  line-height: 2;
  border-bottom: 5px solid #000;
  border-color:#e6726a;
  font-weight:700;
}
#effect ul.effect_list li dd {
  font-size: 16px;
  line-height: 2;
}
#effect ul.effect_list li .img {
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 70px;
}

/*flow ご利用の流れ*/
#flow  table.flow_table{
  margin-bottom: 50px;
}
#flow .flow_line {
  border-bottom: 1px solid #DDD;
}
#flow .flow_clr01 .flow_rect {
  background-color: #e6726a82;
}
#flow .flow_clr01 .flow_tri {
  border-top: 30px solid #e6726a82;
}
#flow .flow_clr02 .flow_rect {
  background-color: #e6726ac7;
}
#flow .flow_clr02 .flow_tri {
  border-top: 30px solid #e6726ac7;
}
#flow .flow_clr03 .flow_rect {
  background-color: #e6726adb;
}
#flow .flow_clr03 .flow_tri {
  border-top: 30px solid #e6726adb;
}
#flow .flow_clr04 .flow_rect {
  background-color: #e6726a;
}
#flow .flow_clr04 .flow_tri {
  border-top: 30px solid #e6726a;
}
.flow_rect {
  width: 60px;
  min-height: 100px;
  background-color: #f7cd3f;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.flow_tri {
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #f7cd3f;
}
#flow .flow_cell {
  padding-top: 20px;
  padding-right: 20px;
  vertical-align: top;
}
#flow caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#flow .flow_cell {
  padding-top: 20px;
  padding-right: 20px;
  vertical-align: top;
}
#flow .flow_heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 20px;
}
#flow .flow_text {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
}
#flow .flow_text a{
  color: #1a1a1a;
}
#flow h2.page_h2{
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0.5em;
  padding-left: 20px;
  color: #494949;
  background: #e6726a1c;
  border-left: solid 10px #e6726a;
}
#flow dl.flow_time {
  line-height: 2;
  margin-bottom: 15px;
  font-size: 14px;
  width: 48%;
}
#flow .flow_time dt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding:0 0 8px 35px;
  border-bottom: 1px solid #dddddd;
  background-image: url(/ortho/houmonkaigo/wp-content/uploads/2019/02/icon01.svg);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: left;
}

/*first 初めての方へ*/
#first {
  line-height: 1.8;
  font-size: 14px;
}
#first .first_box{
  align-items: center;
}
#first .img{
  width: 20%;
}
#first .img img{
  margin-bottom: 20px;
  border-radius: 50%;
}
#first .img p{
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}
#first .img p span{
  display: block;
  font-size: 20px;
}
#first .text{
  width: 76%;
  position: relative;
  border: 2px solid #ebebeb;
  padding: 20px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 2;
}
#first .text:before,
#first .text:after{
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#first .text:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 14px;
  margin-top: -14px;
}
#first .text:before {
  border-color: rgba(216, 216, 216, 0);
  border-right-color: #d8d8d8;
  border-width: 16px;
  margin-top: -16px;
}
#first .text span{
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
#first .first_icon{
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 8%;
}

/*voice 患者さまの声*/
#voice{
  font-size: 14px;
  line-height: 1.8;
}
#voice p.head_p{
  text-align: center;
  font-size: 24px;
  padding-bottom: 10px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
#voice ul.voice_box.flex-sb{
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
}
#voice ul.voice_box li.img01{
  width: 20%;
}
#voice ul.voice_box li.li_item{
  width: 78%;
  padding: 20px;
  border: 2px solid #ebebeb;
  border-radius: 4px;
  position: relative;
}
#voice ul.voice_box li.li_item:after,
#voice ul.voice_box li.li_item:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#voice ul.voice_box li.li_item:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 14px;
  margin-top: -14px;
}
#voice ul.voice_box li.li_item:before {
  border-color: rgba(216, 216, 216, 0);
  border-right-color: #d8d8d8;
  border-width: 16px;
  margin-top: -16px;
}
#voice ul.voice_box dt.img02{
  margin-bottom: 20px;
  text-align: center;
}
#voice ul.voice_box li.li_item dd.text{
  padding: 20px;
  background: #fff;
}

/*area 訪問エリア*/
#area .area_img{
  text-align: center;
}
/**************************************************
---------end--------- default----------end--------
**************************************************/

@media screen and (max-width: 750px) {

/**************************************************
-------responsive-------default-------------------
**************************************************/

    .pc{
    display: none;
    }
    .sp{
      display: block;
    }
    nav.menu      {width: 45px;height: 50px;top: 0;right: 0;position:absolute;cursor:pointer;overflow:hidden;z-index:9999;}
    nav .menu1      {width: 25px;height:2px;background-color: white;top: 15px;position:absolute;left: 0;right: 0;margin: auto;} 
    nav .menu2      {width: 25px;height:2px;background-color: white;top: 25px;position:absolute;left: 0;right: 0;margin: auto;} 
    nav .menu3      {width: 25px;height:2px;background-color: white;top: 35px;position:absolute;left: 0;right: 0;margin: auto;}
    nav .menu4      {font-size: 10px;position: absolute;bottom: 0px;left: 5px;color: white;}
    nav .menu1,nav .menu2,nav .menu3
              {; transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; /* Opera */ -moz-transition: all 0.5s ease-out; /* Firefox */
               -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */ -ms-transition: all 0.5s ease-out; /* IE */ }
               nav .menuclick1    {
              top: 25px;
              -o-transform: rotate(405deg);
              -moz-transform: rotate(405deg);
              -webkit-transform: rotate(405deg);
              -ms-transform: rotate(405deg);
              transform: rotate(405deg);
              }
    nav .menuclick2   { background-color:rgba(255,255,255,0);  }
    nav .menuclick3   {
              top: 25px;
              -o-transform: rotate(-405deg);
              -moz-transform: rotate(-405deg);
              -webkit-transform: rotate(-405deg);
              -ms-transform: rotate(-405deg);
              transform: rotate(-405deg);
              }
              #menu{
                width: 100%;
                display: none;
                right: 0px;
                top: 50px;
                margin: 0;
                right: 0;
                list-style-type: none;
                padding: 0 0 0 0;
                z-index: 9990;
                position: absolute;
                background: #e98d87;
    }/*by misallychan.com*/
    #menu li{
       width: 90%;
       margin:auto;
    }
    #menu li a{
      display: block;
      color: #fff;
      padding: 0px;
      text-align: center;
      background-size: 9px auto;
      background-position: 10px;
      font-size: 16px;
      margin: 0px 0 0px 0;
      width: 100%;
      border-bottom: 1px solid #fff;
      height: 60px;
      line-height: 60px;
      position: relative;
    }
    #menu li:last-child a{
      border-bottom: none;
    }
    /*
    #menu li a:before{
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 8.7px;
      border-color: transparent transparent transparent #fff;
      position: absolute;
      left: 20%;
      top: 25px;
    }
    */
/**************************************************
-----end---responsive-------default--------end----
**************************************************/
/*お問い合わせ*/

div#step-wrap{
  margin: 40px 0;
}
.step-box p{
  font-size: 16px;
}
.step-box{
  width: 27%;
}
#contact table{
  margin-bottom: 50px;
   overflow: hidden;
}
#contact table th{
width: 96vw;
background: #f0f0f0;
}
#contact table td{
  width: 96vw;
}
#contact table th,
#contact table td{
  padding: 15px;
  display: block;
  border: none;
}
input[type="text"]{
  width: 94%;
}
#contact textarea{
  width: 95%;
  font-size: 16px;
  height: 200px;
}
#contact select{
  display: block;
  font-size: 16px;
  padding: 0 10px;
}
#contact table td span{

}
button.kakunin,
button.back-btn,
button.soshin{
  width: 80%;
  height: 45px;
  font-size: 14px;
}
p#contact-text{
  font-size: 14px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 2;
  border: none;
}
button.back-btn{
  margin: 0 0 15px 0;
}
button.soshin{
  margin: 0;
}
section#contact .wrap{
  padding: 20px 0;
  overflow: hidden;
  box-shadow: none;
}
section#contact h2{
  font-size: 16px;
  border-left: none;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
section#contact h2:before{
  content: "";
  display: block;
  width: 3px;
  height: 16px;
  background: #1a1a1a;
  position: absolute;
  left: 4%;
  top: 0px;
}
input[type="email"]{
  width: 100%;
}
#contact input[type="text"], input[type="email"]{
  font-size: 16px;
  width: 95%;
}
input.tel{
  height: 35px!important;
  width: 70px!important;
}
input#zip{
  width: 95%;
}
section#contact{
  background: white;
}
.page-id-89 .select-wrap.pr{
  width: 100%;
}
.select-wrap.flex-sb{
  width: 100%;
}
.select-wrap.flex-sb:nth-child(2){
  margin-top: 10px;
}
div#type-1 .select-in{
  width: 100%;
}
span.mwform-radio-field.horizontal-item{
  display: block;
  margin-left: 0 !important;
}

/*固定ページ*/
.common-wrap{
  padding: 30px 0;
}
.breadcrumbs{
  font-size: 10px;
}
div#common-main{
  height: 150px;
  padding-top: 25px;
}
div#common-main h1{
  padding: 40px 20px;
  font-size: 20px;
}
div#common-main h1:before,
div#common-main h1:after{
  display: none;
}
.common-wrap .wrap{
  padding: 10px;
}

/*single*/
section#single-1{
  padding: 1em;
}
section#single-1 h1{
  font-size: 16px;
}
section#single-1 h1:before{
  width: 5%;
}
.entry-single p{
  font-size: 14px;
  line-height: 2;
}
a.ichiran_link{
  width: 55%;
  height: 45px;
  font-size: 14px;
  margin: 40px auto 30px auto;
}
a.ichiran_link:hover{
  opacity: 1;
}

/*archive*/
#archive-wrap aside{
  width: 100%;
}
main#column_main{
  width: 100%;
  padding: 20px 10px;
  margin-bottom: 50px;
}
main#column_main ul{
  padding: 10px;
}
main#column_main ul li:first-child{
  width: 37%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
main#column_main ul li:nth-child(2){
  width: 63%;
  padding-left: 20px;
}
#archive-wrap aside #sec01 .wrap{
  width: 100%;
  max-width: none;
  padding: 0;
}
#archive-wrap aside #sec01 a{
  padding: 0 5vw;
  width: 100%;
  height: 130px;
  margin: auto;
  margin-bottom: 20px;
  line-height: 1.8;
}

/*wp-page navi*/
.wp-pagenavi {
  clear: both;
  text-align:center;
  margin: 50px 0 30px 0;
}
main#column_main h1{
  font-size: 16px;
  margin-bottom: 1em;
}
main#column_main h1:before{
  height: 16px;
  top: -1px;
}
a.btn.sp_tel {
  position: absolute;
  top: 16px;
  right: 90px;
}
a.btn.sp_mail {
  position: absolute;
  top: 17px;
  right: 50px;
}
header#header-sp{
  background: #e6726a;
  padding: 2px 5px;
  height: 50px;
}
section#main_visual{
  padding: 100px 0;
}
div#main-logo{
  position: static;
  padding-top: 7px;
}
section#main_visual .main_text{
  width: 90%;
}
section#main_visual .main_text h2{
  font-size: 14px;
  line-height: 1.3;
}
section#main_visual .main_text h2:before,
section#main_visual .main_text h2:after{
  content: none;
}
section#main_visual .main_text h3{
  font-size: 5vw;
  padding-top: 10px;
}
section#sec01 a{
  padding: 0 5vw;
  width: 100%;
  height: 32vw;
  margin: auto;
  margin-bottom: 20px;
  line-height: 1.8;
  transition: 0s;
}
section#sec01 h2,
section#sec01 p{
  padding-left: 23vw;
}
section#sec01 h2{
  padding-top: 4vw;
  font-size: 5vw;
  margin: auto;
}
section#sec01 p{
  font-size: 4vw;
  margin: auto;
}
section#sec01 a:nth-child(1){
  background: url(/ortho/houmonsinkyu/wp-content/uploads/2019/02/sec01_01.svg) no-repeat ,#D88077;
  background-size: 22vw;
  background-position: 5vw;
}
section#sec01 a:hover:nth-child(1){
  background: url(/ortho/houmonsinkyu/wp-content/uploads/2019/02/sec01_01.svg) no-repeat ,#f1b2ac;
  background-size: 22vw;
  background-position: 5vw;
}
section#sec01 a:nth-child(2){
  background: url(/ortho/houmonsinkyu/wp-content/uploads/2019/02/sec01_02.svg) no-repeat ,#D57B2E;
  background-size: 22vw;
  background-position: 5vw;
}
section#sec01 a:hover:nth-child(2){
  background: url(/ortho/houmonsinkyu/wp-content/uploads/2019/02/sec01_02.svg) no-repeat ,#c7776d;
  background-size: 22vw;
  background-position: 5vw;
}
section#sec01 a:nth-child(3){
  background: url(/ortho/houmonsinkyu/wp-content/uploads/2019/02/sec01_03.svg) no-repeat ,#44909D;
  background-size: 22vw;
  background-position: 5vw;
}
section#sec01 a:hover:nth-child(3){
  background: url(/ortho/houmonsinkyu/wp-content/uploads/2019/02/sec01_03.svg) no-repeat ,#68b2bf;
  background-size: 22vw;
  background-position: 5vw;
}
section#sec01 a:nth-child(4){
  background: url(/ortho/houmonsinkyu/wp-content/uploads/2019/02/sec01_04.svg) no-repeat ,#D57B2E;
  background-size: 22vw;
  background-position: 5vw;
}
section#sec01 a:hover:nth-child(4){
  background: url(/ortho/houmonsinkyu/wp-content/uploads/2019/02/sec01_04.svg) no-repeat ,#e89b59;
  background-size: 22vw;
  background-position: 5vw;
}
section#sec02 h2.title{
  margin-bottom: 20px;
}
section#sec02 .sec02_box{
  padding: 40px 20px;
}
section#sec02 .sec02_box dl{
  padding: 20px 0;
}
section#sec02 .sec02_dl dt{
  margin-right: 10px;
}
section#sec02 .sec02_dl dd{
  padding: 5px 0px;
  line-height: 1.8;
  font-size: 13px;
}
section#foot_contact .sec03_left{
  width: 95%;
  margin: auto;
  margin-bottom: 35px;
}
section#foot_contact .sec03_right{
  width: 100%;
}
section#foot_contact .sec03_right .contact02{
  font-size: 14px;
}
section#foot_contact a.btn{
  color: #e67279;
  width: 80%;
  min-width: 300px;
  font-size: 15px;
  padding-left: 35px;
}
section#foot_contact a.btn:before{
  left: 20px;
}
section#foot_contact a.btn:after{
  left: 30px;
}
section#foot_contact .sec03_line img{
  width: 100%;
}
footer#main_footer .foot_logo{
  width: 20%;
  margin: auto;
  padding-top: 50px;
}
footer#main_footer h2{
  font-size: 20px;
}
footer#main_footer h2 span{
  font-size: 15px;
}
footer#main_footer .copy{
  padding: 15px;
  font-size: 10px;
}
footer#main_footer ul.foot_nav {
  width: 50%;
  min-width: 250px;
}
footer#main_footer ul.foot_nav a{
  font-size: 12px;
}

/*effect 3つの効果*/
#effect h2.page_h2{
  font-size: 4.5vw;
  line-height: 1.5;
  padding-left: 15px;
}
#effect ul.effect_list li {
  width: 100%;
  padding: 30px 20px;
}
#effect ul.effect_list li dt {
  padding: 0 0 10px;
}
#effect ul.effect_list li p.sp {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #e6726a;
  padding: 8px;
  width: 100px;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
#effect ul.effect_list li dt span {
  padding-left: 5px;
}
#effect ul.effect_list li .img img{
  width: 50px;
}

/*flow ご利用の流れ*/
#flow  table.flow_table{
  margin-bottom: 50px;
}
#flow .flow_line {
  border-bottom: 1px solid #DDD;
}
#flow .flow_rect {
  width: 50px;
  font-size: 20px;
}
#flow .flow_tri {
  border: 25px solid transparent;
  border-top: 25px solid #f7cd3f;
}
#flow .flow_clr01 .flow_tri {
  border-top: 25px solid #e6726a82;
}
#flow .flow_clr02 .flow_tri {
  border-top: 25px solid #e6726ac7;
}
#flow .flow_clr03 .flow_tri {
  border-top: 25px solid #e6726adb;
}
#flow .flow_clr04 .flow_tri {
  border-top: 25px solid #e6726a;
}
#flow .flow_cell {
  padding-top: 20px;
  padding-right: 20px;
  vertical-align: top;
}
#flow caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#flow .flow_cell {
  padding-right: 10px;
}
#flow .flow_heading {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 0px;
}
#flow .flow_text {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

#flow h2.page_h2 {
  font-size: 20px;
  line-height: 1.5;
  padding-left: 10px;
  margin-bottom: 15px;
}
#flow dl.flow_time {
  width: 100%;
}

/*first 初めての方へ*/
#first .img{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#first .img p span{
  display: block;
  font-size: 20px;
}
#first .text{
  width: 100%;
  padding-bottom: 50px;
}
#first .first_icon{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
}
#first .text:before,
#first .text:after{
  right: 50%;
  top: 0%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#first .text:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

#first .text:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #ebebeb;
  z-index: 1;
}

/*voice 患者さまの声*/
#voice{
  font-size: 14px;
  line-height: 1.8;
}
#voice p.head_p{
  font-size: 18px;
}
#voice ul.voice_box.flex-sb{
  width: 100%;
  position: relative;
}
#voice ul.voice_box li.img01{
  width: 80px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
#voice ul.voice_box li.li_item{
  width: 100%;
}
dt.img02{
  margin-bottom: 20px;
  text-align: center;
}
#voice ul.voice_box li.li_item dd.text{
  padding: 0;
  padding-bottom: 100px;
}
#voice ul.voice_box li.li_item:after,
#voice ul.voice_box li.li_item:before {
  display: none;
}
#effect ul.effect_list li dd {
  font-size: 14px;
}
section#foot_contact a.btn{
  border: 3px solid #e67279;
  background: #e67279;
  color: #fff;
}
section#foot_contact a.btn:before{
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
section#foot_contact a.btn:after{
  border-color: transparent transparent transparent #e67279;
}
}