@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body{
	background-color:#FFFDD5;
	font-family: 'Noto Sans JP', sans-serif;

}





@media (min-width: 930px) {

   /* ↓ページレイアウト */
   .page-cover {
      display: flex;       /* フレキシブルボックスでレイアウト */
      flex-direction: row; /* 横並びにする */
            background-color:#FFFDD5;

   }

   /* ▼メインカラムの装飾 */
   .main-column {
      order: 1;   /* 1番目に表示 */
      width: 60%;
      border: 1px solid #e1e1e1;
		background-color:#fff;
		margin-left: auto;
    margin-right: auto;
    padding: 16px;
    border-radius: 8px;
    margin-top: 10px;
    max-width: 620px;
      
   }
   /* ▽サイドカラムの装飾 */
   .side-column {
      order: 2;   /* 2番目に表示 */
      width: 25%;
      margin-left: auto;
      background-color:#fff;
   }
   .side-column {
      margin-left: auto;
      margin-right:auto;
      background-color:#FFFDD5;
   }
   .side-column2 {
      order: 2;   /* 3番目に表示 */
      width: 100%;
      margin-left: auto;
      margin-top: 40px;
      background-color:#fff;
   }
   .side-column3 {
      order: 2;   /* 3番目に表示 */
      width: 100%;
      margin-left: auto;
      margin-top: 40px;
      background-color:#FFFDD5;
   }
   .side-column4 {
      order: 2;   /* 3番目に表示 */
      width: 100%;
      margin-left: auto;
      margin-top: 40px;
      background-color:#fff;
   }
}

@media (max-width: 930px) {
  .side-column {
    display: none;
  }
}


header{
	font-size:small;
	max-width:100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

main{padding: 0 10 0 10;}



#wrapper{
	max-width:1200px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	word-wrap: break-word;
            background-color:#fff;
}

.h1deco_regina_clinic{
line-height: 1.0;
text-align:left;
background-color:#FFFDD5;
}

.h2deco{
    border-bottom: solid 0px black;
    font-size: 10px;
    margin-left: 5px;
    margin-top: -25px;
}

.h3deco{
    border-left: solid 6px #A07952;
    padding-left:10px;
}




#intro2{padding:10 10 10 10;}

#types2{}
#types2 img{ align:center; text-align:center;}


#view_today{
font-size:large;
}

.fontsmall{
font-size:small;
}

p .fontsmallcenter{
text-align:center;
font-size:small;
}

#wrapper p.day{
	font-size:x-small;
}

p.positionabsolute{
top:0%;
left:0%;
}




.menu{
    border: dotted 1px #A07952;
    padding: 0px;
	max-width: 700px;
	margin-left: auto;
    margin-right: auto;
}

.menu li{}

.menu li a{
color: #A07952;
}



.tb_hikaku{
	width:100%;
}
.tb_hikaku a:hover{
	opacity:0.5;
}
.tb_hikaku th{
	border:solid 1px #A07952;
}
.tb_hikaku td{
	border:solid 1px #A07952;
	    text-align: center;
}
td.tb_hikaku_first{
	text-align:center;
}


.textright{
text-align:right;
font-size:small;
}

.textright a{
text-align:right;
font-size:small;
}

.img{
text-align:center;
}

.img img{
	max-width:55%;
	height:auto;
	margin-top: 25px;
}

.img img:hover {
			opacity: 0.5 ;
}



.icon{
	display: inline-block;
    width: 80px;
    padding: 0 0 10px;
    text-align: center;
    border-bottom: double 4px #ccc;
    background-color:#fff;
    }
.icon2{
	display: inline-block;
    width: 90px;
    padding: 0 0 10px;
    text-align: center;
    border-bottom: double 4px #ccc;
    background-color:#fff;
    }
.text{
    display: inline-block;
    width: 100%;
    margin: 0 0 3px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    color: #A07952;
    }

.num{
display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    line-height: 1em;
    color: #A07952;
}

.num2{
display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 35px;
    font-weight: bold;
    font-style: italic;
    line-height: 1em;
    color: #080059;
}

.preoffertitlekiji2{
	font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 2px #E97091;
    text-align: center;
    margin-top: 0px;
}




p .center img{text-align:center;}

.imgcenter{
text-align:center;

}

.typesimg{padding:10 10 10 10; margin:10 10 10 10; align:center; text-align:center;}

.reflection-img{
    height: auto;
    position    :relative;
    overflow    :hidden;
    text-align: center;
}
 
.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}



li{
	font-size:medium;
	text-align:left;
}

.subtitle{
	text-align:center;
	font-size:larger;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
    padding: 10px;
	background-color:#f5f5f5;
}


.title{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
	padding: 10px;
	color: white;
	background-color:#dc143c;
	margin-bottom: 10px;
}

.title a {
text-decoration: none;
color: white;
}
.title a:link { color: white; } 

.titleh2{
	text-align:left;
	font-size:15px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
	padding-left: 10px;
	color: white;
	background-color:#dc143c;
	margin-bottom: -25px;
}

.titleh2 a {
text-decoration: none;
color: white;
}
.titleh2 a:link { color: white; } 


.preoffer{
    border: 0px solid #000;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:1em;
    text-align:left;
}


.preoffertitle{
	text-align:left;
	font-size:midium;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
    padding: 10px;
	background-color:#ffe4c4;
}
.preoffertitle a {
text-decoration: none;
}
.preoffertitle a:link { color: black } 

.shutten{
	text-align:left;
	font-size:small;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
}

.preoffertitlekiji{
    text-align: center;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000;
    padding-left: 10px;
    border-bottom: solid 2px #A07952;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.0;
}
.preoffertitlekiji a {
text-decoration: none;
}
.preoffertitlekiji a:link { color: black } 


.preoffertitlekiji2{
    text-align: left;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000;
    padding-left: 10px;
    border-bottom: solid 2px #dc143c;
    margin-top: 2em;
    margin-bottom: 10px;
}
.preoffertitlekiji2 a {
text-decoration: none;
}
.preoffertitlekiji2 a:link { color: black } 

.shutten{
	text-align:left;
	font-size:small;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
}


.linkblack{
	text-align:center;
	font-size:medium;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
    padding: 10px;
}


dt{font-size:large;}

.boxtop {
    padding: 0.5em 0em;
    margin: 2em 0;
    background: #ffdab9;
    border: dashed 2px #ff1493;/*点線*/
}
.boxtop p {
    margin: 0; 
    padding: 0;
}

.slash-1 {
  height: 10px;
  background-image: linear-gradient(-45deg,
    hsla(0, 0%, 70%, 0),
    hsla(0, 0%, 70%, 0) 25%,
    hsla(0, 0%, 70%, 1) 25%,
    hsla(0, 0%, 70%, 1) 50%,
    hsla(0, 0%, 70%, 0) 50%,
    hsla(0, 0%, 70%, 0) 75%,
    hsla(0, 0%, 70%, 1) 75%);
  background-size: 10px 10px;
  width: 100%;
}





ol.soushoku1{
	background: #fff;
	border: 2px red dashed;
	margin:10px;
}

ol.olleft{
	background: #fff;
	margin-left:-15px;
}

ul.ulleft{
	background: #fff;
	margin-left:-15px;
}

ul.ulno{
    background: #fff;
    margin-left: 0px;
    list-style: none;
    margin-top: -10px;
    margin-bottom: 2em;
}

ul.ulno li{
	margin-bottom:5px;
}

ul.ulno li a:visited {
    color: #ff1493;
}


.box1 {
    padding: 0.5em 0em;
    margin: 1em 0;
    font-weight: bold;
    border: solid 1px #000000;!important;
}
.box1 p {
    margin: 0; 
    padding: 10;
    font-weight: normal;
}

.box1 li {
    margin: 0; 
    padding: 10;
    font-size:medium;
    font-weight: normal;
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 0em;
    border: solid 3px #62c1ce;
    max-width: 90%;
    margin-left: 1%;
}

}

.box6 {
    padding: 0.5em 0em;
    margin: 2em 0;
    background: #fff;
    border: dashed 2px #000;/*点線*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}

.box11{
    padding: 0.2em 0.5em;
    margin: 2em 1em 0 1em;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.box11 p {
    margin: 0; 
    padding: 0;
}

.box23 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 30px;
}
.box23:before{font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #fff0c6;
    background-color: #fff0c6;
    border-radius: 30px;
}
.box23:after{
    font-family: FontAwesome;
    content: "\f111";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #fff0c6;
    background-color: #fff0c6;
    border-radius: 30px;
}
.box23 p {
    margin: 0; 
    padding: 0;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 0em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}






.waku{
    max-width: 1000px;
    text-align:center;
	margin-left:auto;
	margin-right:auto;
    display:flex;
    flex-wrap:wrap;
}

.waku li{
	text-align:left;
}

.waku p{
	text-align:left;
}

.intitle {
    background: #fff;
    border: 0.1px solid #000;
    padding: 5px;
    width: 100%;
    margin-bottom:2px;
    text-align:center;
    box-sizing: border-box;
}

.inmen {
    background: #fffb;
    border: 0px solid #000;
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}



.men{
    border: 0px solid #000;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:1em;
    margin-bottom:2em;
    text-align:left;
}


.mentitle{
	text-align:left;
	font-size:midium;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
    padding: 10px;
	background-color:#87ceeb;
}
.mentitle a {
text-decoration: none;
}
.mentitle a:link { color: black } 

.titlemen{
	text-align:left;
	font-size:larger;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
	padding: 10px;
	background-color:#87ceeb;
}

.titlemen a {
text-decoration: none;
color: white
}
.titlemen a:link { color: white } 



.inwomen {
    background: #fff;
    border: 0px solid #000;
    width: 90%;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
}



.women{
    border: 0px solid #000;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:1em;
    margin-bottom:2em;
    text-align:left;
}


.womentitle{
	text-align:left;
	font-size:midium;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
    padding: 10px;
	background-color:#ffe4e1;
}
.womentitle a {
text-decoration: none;
}
.womentitle a:link { color: black } 

.titlewomen{
	text-align:left;
	font-size:larger;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #000;
	padding: 10px;
	background-color:#ffe4e1;
}

.titlewomen a {
text-decoration: none;
color: white
}
.titlewomen a:link { color: white } 


/* 点滅 */
.blinking{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
    color:red;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}





.buruburu {
    display: inline-block;
    animation: hurueru .1s  infinite;
    width:50%;
    padding: 1em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#ff1493 0%, #ff69b4 100%);
    background-image: linear-gradient(#ff1493 0%, #ff69b4 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #f08080;
    margin-left:20%;
	margin-right:auto;
    text-align:center;
    margin-bottom: 20px;
    font-size:large;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.buruburu a{
    color: white;
}


.underline{ 
		border-bottom: solid 3px pink
  }

.background{
	background:yellow;
}

p.stress{
	font-size: 30px;
    color: red;

}

.global-nav {
  margin: 0;
  padding: 0;
  border-top: 1px solid #aaa;
  font-size: 13px;
  list-style-type: none;
  text-align: center;
}
/*clearfix*/
.global-nav:after {
  content: "";
  clear: both;
  display: block;
  text-align: center;
}
.global-nav li {
  float: left;
  width: 50%;
  margin: 10 0 0 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*奇数のli要素に適応*/
.global-nav li:nth-child(odd) {
  border-right: 1px solid #aaa;
  text-align: center;
}
.global-nav a {
  display: block;
  color: #000;
  text-decoration: none;
  text-align: center;
}
.global-nav a:hover {
  color: #000;
  background: #ffe4c4;
  text-align: center;
}

.button01{
     display:block;
     text-decoration: none;
     text-align: left;
     border-radius: 5px; /*角丸*/
     -webkit-transition: all 0.5s;
     transition: all 0.5s;
     color:#000
}

ol.cp_clist {
	counter-reset: cp_clist;
    list-style: none;
    padding: 0.5em;
    margin-top: -35px;
    margin-bottom: 10px;
    margin-left: 40px;
}
ol.cp_clist li {
	position: relative;
	line-height: 28px;
	margin: 5px 0;
	padding-left: 40px;
	transition: 0.3s;
}

ol.cp_clist li:nth-child(4n+1){
	border: 1px dotted #ff0000;
}
ol.cp_clist li:nth-child(4n+2){
	border: 1px dotted #8cd9bc;
}
ol.cp_clist li:nth-child(4n+3){
	border: 1px dotted #9575CD;
}
ol.cp_clist li:nth-child(4n+4){
	border: 1px dotted #f8e5ab;
}

ol.cp_clist li:nth-child(4n+5){
	border: 1px dotted #4169e1;
}

ol.cp_clist li:nth-child(4n+6){
	border: 1px dotted #ffff00;
}

ol.cp_clist li:before {
	position: absolute;
	top: 50%;
	left: -1px;
	counter-increment: cp_clist;
	content: counter(cp_clist);
	padding: 0 0.2em 0 0.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
}

ol.cp_clist li:nth-child(4n+1):before{
	background: #ff0000;
}

ol.cp_clist li:nth-child(4n+2):before{
	background: #4DB6AC;
}
ol.cp_clist li:nth-child(4n+3):before{
	background: #9575CD;
}
ol.cp_clist li:nth-child(4n+4):before{
	background: #FFB74D;
}

ol.cp_clist li:nth-child(4n+5):before{
	background: #4169e1;
}

ol.cp_clist li:nth-child(4n+6):before{
	background: #ffff00;
}

ol.cp_clist li:hover {
	color:#fff;
	overflow: hidden;
	z-index: 1;
}

ol.cp_clist li a:hover {
	color:#fff;
}

ol.cp_clist li:nth-child(4n+1):hover{
	background: #ff0000;
}
ol.cp_clist li:nth-child(4n+1):hover:before{
	background: #fff;
	color: #ff0000;
}

ol.cp_clist li:nth-child(4n+2):hover{
	background: #4DB6AC;
}
ol.cp_clist li:nth-child(4n+2):hover:before{
	background: #fff;
	color: #4DB6AC;
}
ol.cp_clist li:nth-child(4n+3):hover{
	background: #9575CD;
}
ol.cp_clist li:nth-child(4n+3):hover:before{
	background: #fff;
	color: #9575CD;
}
ol.cp_clist li:nth-child(4n+4):hover{
	background: #FFB74D;
}
ol.cp_clist li:nth-child(4n+4):hover:before{
	background: #fff;
	color: #FFB74D;
}

ol.cp_clist li:nth-child(4n+5):hover{
	background: #4169e1;
}
ol.cp_clist li:nth-child(4n+5):hover:before{
	background: #fff;
	color: #4169e1;
}

ol.cp_clist li:nth-child(4n+6):hover{
	background: #ffff00;
}
ol.cp_clist li:nth-child(4n+6):hover:before{
	background: #fff;
	color: #ffff00;
}


.attention {
 width: 80%;
 margin: 10px auto 10px;
 padding: 10px 10px 0;
 border: 3px solid #aaa;
 position: relative;
 border-radius: 3px;
 background-color: #fff;
}
.attention-title {
 position: absolute;
 top: -13px;
 left: 20px;
 padding: 0 5px;
 background-color: #fff;
}
.attention-title .fa {
 margin-right: 5px;
}
.caution {
 background-color: #dc143c;
 border: 2px solid #dc143c;
 color: #fff;
 border-radius: 3px;
}
.attention-red {
 border-color: #dc143c;
}

hr.imghr{
	border-top: 2px dashed #bbb;
	width:70%;
}


table {
	width:100%;
}

/*tableにスクロールバーを追加スタート*/
.scroll{
overflow: auto; /*tableをスクロールさせる*/
white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
margin-bottom: 2em;
}
.scroll:-webkit-scrollbar{ /*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{ /*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
/*tableにスクロールバーを追加エンド*/


tr.first th{
	background: #fff;
}

.first td{
	border: solid 1px #ccc;
 	padding: 10px;
 	text-align:center;
	background: #ffe4c4;
}

.tbl-r02 th {
  background: #dc143c;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
	border: solid 1px #ccc;
 	padding: 10px;
 	text-align:center;
 	background:#fff;
 }
.last th {
  background: #dc143c;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.last td{
	border: solid 1px #ccc;
 	padding: 10px;
 	text-align:center;
 	background:#fff;
}

th.tbl-th{
	font-size:small;
}


.underline_pink{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fedee7));
    background: -webkit-linear-gradient(transparent 60%, #fedee7 60%);
    background: linear-gradient(transparent 60%, #fedee7 60%);
    color: #111;
    padding: 0 1px 2px;
    font-weight:bold;
}


/*テキストリンク装飾*/
.cp_link {
	padding: 0.1em 0.3em;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255,152,0,1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	color: #ff9800;
}
.cp_link:hover {
	background-position: -100% 0;
	color: #fff;
}
/*テキストリンク装飾*/

#definition2{text-align:center;}

#howto img {width:200px; height:auto;}

#install{text-align:center;}

#youtube {
  position: relative;
  width: 100%;
  padding-top: 0;
}
#youtube iframe {
	top: 0;
	right: 0;
	width: 100% !important;
}



/*パンくずリストstart*/
.breadcrumb {
  padding-left:0;
  margin-left:0;
  margin-right:0;
  max-width:1200px;
  
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
  font-size: small;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #52b5ee;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/*パンくずリストend*/

.botton{
	padding:0px;
}

.botton a:hover{
	opacity:0.5;
}





/*ここから----------------------------------------------------------------*/
.h3deco_regina_clinic{
	text-align:left;
	font-size:large;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #fff;
	padding: 1px;
	color: #fff;
	background-color:#FB6C87;
	margin-bottom: 10px;
	line-height:1.0;
}

.btn-square_regina_clinic {
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  background: #A07952;/*ボタン色*/
  color: #fff;
  border-bottom: solid 4px #6d5338;
  border-radius: 3px;
  width: 97%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin:5px;
  font-weight: bold;
}
.btn-square_regina_clinic:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}


.h4deco{
    border-left: solid 6px #A07952;
    padding-left:10px;
}
/*ここまで----------------------------------------------------------------*/

/*カードスタイル//////////////////////////////////////////////////////////////////////*/

    .card3 {
        /*width: 400px;*/
        /*margin: 20px;*/
        /*border-radius: 5px;*/
        background-color: #fff;
        box-shadow: 0 3px 6px #ccc;
        border:5px solid #fff;
    }
    .box3 {
        display: flex;
    }
    .image3 {
        max-width: 30%;
		max-height: 120px;
        object-fit: cover;
        /*border-radius: 5px 0 0 5px;*/
    }
    .title3 {
        font-size: 90%;
        margin: 5px;
        color: #444;
    }
    .content3 {
        margin: 5px;
        color: #666;
        font-size: 70%;
    }
    
    .card3 a{
	    text-decoration: none;
	}
	
    .card3 a img:hover{
	    opacity:0.7;
	}
    .card3 a :hover{
    	color:red;
    	text-decoration: underline;
	    text-decoration-color: #333;
	}
    .card3:hover{
    	background-color: #d3d3d3;
    	border:5px solid #5C5C5C;
	    text-decoration-color: #333;
	}
    .card3 a:focus img, a:hover img{
	    opacity:0.7;
	}
/*カードスタイル//////////////////////////////////////////////////////////////////////*/

