body, html {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !default;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
	line-height: 25px;
	font-size: 16px;
}

h2 {
    overflow: hidden;
    text-align: left;
    font-size: 1.3em;
    margin-bottom: 22px;
    font-weight: 600;
}

h2 span {
    display: inline-block;
    padding: 0 0.5em 0 0.1em;
    position: relative;
}

h2 span:before,
h2 span:after {
    border-top: 1px solid #ccc;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
    right: 100%;
    left: 100%;
}

h3 {
	font-size: 1.3em;
	font-weight: 600;
	color: #43913a;
    /*#167ffb;*/
	padding-top: 15px;
}
h4 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 20px;
}
p {
	font-size: 1em;
	line-height: 1.7;
	margin: 10px 0;
	text-align: justify;
}

a {
	color: #43913a;
    /*#0000ff;*/
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}

.tel-number a{
        color: #fff; !important;
        text-decoration: none; !important;
}
.tel-number a:hover{
    color: #fff !important;
    text-decoration: none !important;
}


ul, ol {
	list-style: none;
}
ul, ol {
	margin:  0;
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
li{
	list-style:  none; 
    margin:  0;
    padding: 0;  
    text-align: justify;
}

th{
	white-space: nowrap;
}
dl {
padding: 0;
}

dt {
	margin: 0;
	padding: 12px 0;
}
dd{
	margin: 0;
	padding: 0 0 15px 30px;
}

.common ul {
    list-style-position: inside;
}
.common ul li {
    padding-left: 1em;
    text-indent: -1em;
}
.card-img-top {
    max-width: 100%;
    flex-shrink:0;
 }
/* ------------------------------------------------------------ 共通li No.付 */
.st01 ol {
  counter-reset: my-counter;
  list-style: none;
  padding-left: 35px;
}
 
.st01 li {
  margin-bottom: 10px;
  padding-left: 0px;
  position: relative;
}
.st01 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #222;
  display: block;
  float: left;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  text-indent: -3em;
}
/* ------------------------------------------------------------ 共通li No.付 */

/* ------------------------------------------------------------ 共通マーカー（f138） li */
.st02 ul {
  list-style: none;
  padding-left: 30px;
}
.st02 li{
  margin-bottom: 8px;
  padding-left: 0px;
  position: relative;
}
.st02 li:before {
  font-family: FontAwesome;
  content: '\f138'; /* アイコンのunicode */
  display: block;
  float: left;
  line-height: 24px;
  text-align: center;
  color: #43913a;
  text-indent: -2.4em;
}
/* ------------------------------------------------------------ 共通マーカー li */

/* ------------------------------------------------------------ 共通マーカー（f00c） li */
.st03 ul {
  list-style: none;
  padding-left: 30px;
}
.st03 li{
  margin-bottom: 8px;
  padding-left: 0px;
  position: relative;
}
.st03 li:before {
  font-family: FontAwesome;
  content: '\f00c'; /* アイコンのunicode */
  display: block;
  float: left;
  line-height: 24px;
  text-align: center;
  color: #43913a;
  text-indent: -2.4em;
}
/* ------------------------------------------------------------ 共通マーカー li */


/* ------------------------------------------------------------ プライバシー　li */
.pri01 ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
.pri01 li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.pri01 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #bada55;
  color: #222;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
/* ------------------------------------------------------------ プライバシー　li */

img{
	margin: 5px 0 15px 0;
}
iframe{
vertical-align:bottom;
}

.fa{
	color: #43913a;
    /*#167ffb;*/
	padding-right: 6px;
}

.square_btn{
    display: inline-block;
    padding: 0.5em 0.5em;
    text-decoration: none;
    color: #FFF;
    background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 100%);
    background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
    transition: .4s;
}

.square_btn:hover{
    background-image: -webkit-linear-gradient(#6795fd 0%, #67ceff 70%);
    background-image: linear-gradient(#6795fd 0%, #67ceff 70%);
}


.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* nav */
.navbar-brand{
    font-size: 1.4em;
}
.navbar-custom {
    background-color: #7eb512;
    /* #167ffb;*/
    font-weight: 600;
    font-size: 1em;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,1);
    padding: 1.2rem 0.6rem 1.2rem 0.6rem;
}
/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    padding: 6px 8px;
    margin: 0 2px;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #43913a;
    background-color: #fff; /* add background-color to active links */
    border-radius: 20px;
}
.navbar-custom .navbar-toggler{
  border-color: #c1cbf0;
  padding: 3px;
}
/* nav */



.no-gutters {
  margin:0;
  padding:0;
}
 
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}


.sp-s1 {
    display: inline-block;
    width: 280px;
    /* border: solid 1px; */
}
.sp-s2 {
    display: inline-block;
    width: 100px;
    /* border: solid 1px; */
}



/* ------------------------------------------------------------ Header */
.top {
	display: table;
	width: 100%;
	padding: 280px 0 240px 0;
	background: url(../img/temp-top/bg_header_main1.jpg) center center no-repeat;
	background-color: #e5e5e5;
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.top h1{
	margin: 0;
	padding: 0;
}
/* ------------------------------------------------------------ /.Header */




/* ------------------------------------------------------------ contents（共通エリア） */
.contents {
  padding: 100px 0 100px 0;
}
.contents-head {
  padding: 120px 0 60px 0;
}

.contents li{
	list-style:  none; 
    margin:  0;
    padding: 3px 0;
    font-size: 1em; 
}
.lead{
	font-size: 1.2em;
	color: #43913a;
    /*#167ffb;*/
    font-weight: 600;
}
.lead-green{
    font-size: 1.2em;
    color: #14ab00;
    font-weight: 600;
}
.lead-pink{
	font-size: 1.2em;
	color: #f78ebb;
    font-weight: 600;
}
.lead-black{
	font-size: 1em;
	color: #333;
	font-weight: 600;
}
.lead-bla{
	font-size: 1em;
	color: #333;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
}

.contents h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 1.7;
	font-weight: 600;
	color: #333;
	margin: 0;
}
.s-title {
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  border-bottom: 4px solid #ccc;
  color: #333;
  font-weight: 600;
}
.s-title::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #44963c;
  /*#3498db;*/
}
.title-m{
	padding: 12px 0 12px 0;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 1.5em;
    line-height: 1.5;
    color: #333;
}
.title-ms{
	font-size: 16px;
	color: #333;
}

.fa-st1{
	font-size: 2.5em;
	color: #167ffb;
	margin: 0.2em 0;
}
.card-img-top{
	margin: 0;
}
.drflot{
    float: left;
    padding: 0 20px 140px 0;
}
/* ------------------------------------------------------------ /.contents（共通エリア） */

/* ------------------------------------------------------------ contents（各種ボックス） */
.box1 {
    padding: 0.5em 1em;
    margin: 0;
    font-weight: bold;
    color: #fff;/*文字色*/
    background: #167ffb;
    border: solid 3px #167ffb;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box1 p {
    margin: 0; 
    padding: 0;
 }
/* ///////////////////////////////////////// */
.box-point {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #62c1ce;
    background-color: #fff;
}
.box-point-bl {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #2282f7;
    background-color: #fff;
}
.box-point-pi {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #f78ebb;
    background-color: #fff;
}

.box-point .box-title {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: -2px;
    padding: 1px 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box-point-bl .box-title {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: -2px;
    padding: 1px 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #2282f7;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box-point-pi .box-title {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: -2px;
    padding: 1px 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #f78ebb;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box-point .box-point-bi .box-point-pi p {
    margin: 0; 
    padding: 0;
}

.box-bikou {
    position: relative;
    margin: 2em 0;
    padding: 1em 1em;
    border: solid 2px #2282f7;
    border-radius: 8px;
    background:#fff;
}
.box-bikou .box-title {
    position: absolute;
    display: inline-block;
    top: -12px;
    left: 9px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #f8f9fa;
    color: #2282f7;
    font-weight: bold;
}
.box-bikou p {
    margin: 0; 
    padding: 0;
}

/* ////////////リボン付きボックス///////////// */
.box-ribbon {
    position: relative;
    padding: 5px 22px 20px 22px;
    margin: 0 0 20px 10px;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #f1f1f1;
   

}
.box-ribbon:before{
    display: inline-block;
    position: absolute;
    top: 14px;
    left: -10px;
    width: 40px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #43913a;
    /*#167ffb;*/
    box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
    font-weight: 900;
}
.box-ribbon:after{
    position: absolute;
    content: '';
    top: 44px;
    left: -10px;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 10px #077504;
}
.box-ribbon p {
    position: relative;
    padding: 0;
    z-index: 3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "游ゴシック Medium", "Yu Gothic", YuGothic, YuGothicMedium, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !default;
    line-height: 1.7;
    margin: 10px 0;
    text-align: justify;
}
/* ////////////リボン付きボックス///////////// */

/* ////////////ヘッダータイトル ボックス///////////// */
.box-t-head {
    margin: 2em 0;
    background: #f3f3f3;
    height: 70%;
}
.box-t-head .box-title{
    font-size: 1.2em;
    background: #167ffb;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box-t-head p {
    padding: 15px 20px;
    margin: 0;
}

/* ////////////ヘッダータイトル ボックス///////////// */


/* ------------------------------------------------------------ contents（各種ボックス） */


/* ------------------------------------------------------------ logo(top/footer) */
img.logo{
	position:relative;
	top:-180px;
	padding: 0;
	margin-bottom: -180px;
}
img.logo-ft{
	position:relative;
	top:-140px;
	padding: 0;
	margin-bottom: -110px;
}
/* ------------------------------------------------------------ /.logo(top/footer) */

/* ----------------------------------------------------  診療リスト */
.shinryou ul{
  padding: 0;
}

.shinryou ul li{
  color: black;
  position:relative;
  background: #f1f8ff!important;/*バーの色*/
  line-height: 1.5;
  padding: 0.5em;
  margin-bottom: 8px;
  border-left : solid 35px #5c9ee7;/*先の色＝アイコン裏の色*/
  list-style-type: none!important;
  background-color: transparent;
}

.shinryou ul li:before{
  font-family: "FontAwesome";
  content: "\f040";
  position: absolute;
  display: block;
  padding: 0.6em;
  width: 1.2em;
  color: white; /*アイコン色*/
  font-weight: normal;/*アイコンは太字にしない*/
  text-align: center;
  left : -33px; /*左端からのアイコンまでの距離*/
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ----------------------------------------------------  診療リスト */

/* ----------------------------------------------------  部門リスト */
.bum-nav ul{
  padding: 10px 0px 30px 0px;
}

.bum-nav ul li{
  color: black;
  position:relative;
  display: inline;
  background: #fff4fb!important;/*バーの色*/
  line-height: 1.5;
  padding: 0.5em 1em 0.5em 1em;
  margin-bottom: ３px;
  border-left : solid 1px #ff5cc0;
  border-bottom : solid 1px #ff5cc0;
  list-style-type: none!important;
  background-color: transparent;
}



/* ----------------------------------------------------  部門リスト */

/* ----------------------------------------------------  診療・面会時間ついて */
.about {
    padding: 0.6em 1em;
    margin: 0 1em 20px 0em;
    color: #5d627b;
    background: white;
    border-top: solid 1px rgba(0, 0, 0, 0.22);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}
.about p {
	font-size: 12px;
	line-height: 1.5em;
    margin: 0; 
    padding: 0;
}
.about dt {
	margin: 0;
	padding: 0;
}
.about dd{
	margin: 0;
	padding: 0;
}
/* Gallery Section */
#gallery {
    padding: 0;
}
#gallery .gallery-item {
    margin: 0 -15px -12px -15px;
}
/* ----------------------------------------------------  /.診療・面会時間ついて */

/* ----------------------------------------------------  index　下部病院情報 */
.banner {
    padding: 250px 0;
    margin: 0;
    color: #f8f8f8;
    background: url(../img/temp-top/bg-bottom.jpg) no-repeat center center;
    background-size: cover;
}
/* ----------------------------------------------------  /.index　下部病院情報 */

.foot{
	background-color: #6ba101;
}

section {
  padding: 80px 0;
}
