@charset "utf-8";
/*
Theme Name: Ihoukai Theme
Theme URI: 
Description:医方会
Version: 1.0
Author: Blab
Author URI: https://www.ihoukai.jp/
Tags: 

*/

/*************************************** 
        基本 
***************************************/

/* font */
html, body {
    width: 100%;
    height: 100%;
}
html {
    font-size: 62.5%;
}
body {
    background-color: #fff;
    font-size: 14px;
    font-size: 1.4em;
    font-family: "Mplus 1p";
    line-height: 1.5;
    color: #546e7a;
    -webkit-text-size-adjust: 100%;
    margin: 0;
}

a {
    color: #41B6DF;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #F8970E;
    text-decoration: none;
}

/*************************************** 
        Color
***************************************/
/* fore color */
.f-color-black { color: #333333 !important; }
.f-color-white { color: #FFFFFF !important; }
.f-color-gray  { color: #CCCCCC !important; }

.f-color-prm01 { color: #73D942 !important; }
.f-color-prm02 { color: #51D213 !important; }
.f-color-prm03 { color: #39AB02 !important; }
.f-color-prm04 { color: #2D8C00 !important; }
.f-color-prm05 { color: #226800 !important; }

.f-color-sec01 { color: #32A585 !important; }
.f-color-sec02 { color: #0F9F77 !important; }
.f-color-sec03 { color: #02825E !important; }
.f-color-sec04 { color: #006A4D !important; }
.f-color-sec05 { color: #004E39 !important; }

.f-color-sub01 { color: #FB8B4C !important; }
.f-color-sub02 { color: #F36616 !important; }
.f-color-sub03 { color: #C64902 !important; }
.f-color-sub04 { color: #A23A00 !important; }
.f-color-sub05 { color: #782B00 !important; }

.f-color-cmp01 { color: #EA4767 !important; }
.f-color-cmp02 { color: #E3153D !important; }
.f-color-cmp03 { color: #B80226 !important; }
.f-color-cmp04 { color: #97001E !important; }
.f-color-cmp05 { color: #6F0016 !important; }

/* background color */
.b-color-black { background-color: #333333 !important; }
.b-color-white { background-color: #FFFFFF !important; }
.b-color-gray  { background-color: #CCCCCC !important; }

.b-color-prm01 { background-color: #73D942 !important; }
.b-color-prm02 { background-color: #51D213 !important; }
.b-color-prm03 { background-color: #39AB02 !important; }
.b-color-prm04 { background-color: #2D8C00 !important; }
.b-color-prm05 { background-color: #226800 !important; }
                                    
.b-color-sec01 { background-color: #32A585 !important; }
.b-color-sec02 { background-color: #0F9F77 !important; }
.b-color-sec03 { background-color: #02825E !important; }
.b-color-sec04 { background-color: #006A4D !important; }
.b-color-sec05 { background-color: #004E39 !important; }
                                    
.b-color-sub01 { background-color: #FB8B4C !important; }
.b-color-sub02 { background-color: #F36616 !important; }
.b-color-sub03 { background-color: #C64902 !important; }
.b-color-sub04 { background-color: #A23A00 !important; }
.b-color-sub05 { background-color: #782B00 !important; }
                                    
.b-color-cmp01 { background-color: #EA4767 !important; }
.b-color-cmp02 { background-color: #E3153D !important; }
.b-color-cmp03 { background-color: #B80226 !important; }
.b-color-cmp04 { background-color: #97001E !important; }
.b-color-cmp05 { background-color: #6F0016 !important; }

/* boder color */
.l-color-black { border-color: #333333 !important; }
.l-color-white { border-color: #FFFFFF !important; }
.l-color-gray  { border-color: #CCCCCC !important; }

.l-color-prm01 { border-color: #73D942 !important; }
.l-color-prm02 { border-color: #51D213 !important; }
.l-color-prm03 { border-color: #39AB02 !important; }
.l-color-prm04 { border-color: #2D8C00 !important; }
.l-color-prm05 { border-color: #226800 !important; }
                                
.l-color-sec01 { border-color: #32A585 !important; }
.l-color-sec02 { border-color: #0F9F77 !important; }
.l-color-sec03 { border-color: #02825E !important; }
.l-color-sec04 { border-color: #006A4D !important; }
.l-color-sec05 { border-color: #004E39 !important; }
                                
.l-color-sub01 { border-color: #FB8B4C !important; }
.l-color-sub02 { border-color: #F36616 !important; }
.l-color-sub03 { border-color: #C64902 !important; }
.l-color-sub04 { border-color: #A23A00 !important; }
.l-color-sub05 { border-color: #782B00 !important; }
                                
.l-color-cmp01 { border-color: #EA4767 !important; }
.l-color-cmp02 { border-color: #E3153D !important; }
.l-color-cmp03 { border-color: #B80226 !important; }
.l-color-cmp04 { border-color: #97001E !important; }
.l-color-cmp05 { border-color: #6F0016 !important; }

/*************************************** 
        Header 
***************************************/

header{
    border-bottom:solid 2px #4CAF50;
}

/* logo */
#logo{
}

/* Navigation */
nav ul li a:link    { color: #333; }
nav ul li a:visited { color: #333; }
nav ul li a:hover   { color: #777; }
nav ul li a:active  { color: #777; }

@media screen and (min-width: 600px) {

  header nav ul li, header nav ul.okumi li {
    border-right:1px solid #aaa;
  }

  header nav ul li:last-child, header nav ul.okumi li:last-child {
    border-right:none;
  }
}

header nav ul li a ,header nav ul.okumi li a{
    text-decoration:none;
    font-size:14px;
}


@media screen and (min-width:600px) {
    header nav ul li, header nav ul.okumi li{
        display:inline-block;
        padding:16px 8px;
    }
}

/*************************************** 
        Main(Top)
***************************************/

/* Main Visual */
#mainvisual{
    width:100%;
    text-align:center;
}

#mainvisual img{
    width:100%;
    height:auto;
}

}

#mainlead h1{
    text-align:center;
    font-size:140%;
	 font-weight:bold;
    color:#4CAF50;
}


.pickup h2 {
	font-size:160%;
	font-weight:bold;
	text-align:center;
}

.pickup h3{
	color:#4CAF50;
	text-align:center;
}

.pickup ol{
	padding-left:30px;
}
.pickup li{
	font-size:90%;
	padding-top:5px;
}


/* Topics */
#topics{
    margin:15px 0 50px 0;
}

#topics .title{
    text-align:center;
}

#topics .title-area{
    position: absolute;
    top: 45%;
    left: 40%;
}

    @media screen and (max-width:770px) {
        .title-area{
            margin-top:-40px;
        }
    }

#topics .title small{
    font-size:80%;
}

@media screen and (min-width:720px) {
    #topics .title{
        border-right:solid 1px #ccc;
    }
}
@media screen and (max-width: 720px) {
    #topics .title{
        border-bottom:solid 1px #ccc;
        margin-bottom:10px;
    }
}

#topics .topic{
    margin-bottom:5px;
    padding-bottom:5px;
    border-bottom:solid 1px #ccc;
}

#topics .date_topic{
    font-size:85%;
    white-space: nowrap;
}

#topics .mark_topic{
    margin-left:4px;
    padding:1px 4px;
    font-size:78%;
    color:#FFF;
    border-radius: 4px;
    white-space: nowrap;
}

#topics .new  { background-color:#B80226;}

/* Pickup */
.pickup h3 {
    padding:5px 0;
    font-size:90%;
    text-align:center;
    font-weight:bold;
    background-color:#4CAF50;
    color:#FFF;
}

/*************************************** 
        Main(sub)
***************************************/

/* Page Title */
#page-title{
    margin-bottom:0;
    text-align:center;
    background:url("./assets/images/header-image.jpg") center no-repeat;
    background-size: cover;
}

#page-title .title-text{
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size:180%;
    color:#FFF;
    text-shadow: 2px 2px 0 #000;
    text-shadow: #000 2px 2px 0;
}

#page-title .title-text:before,
#page-title .title-text:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #FFF;
}

#page-title .title-text:before {left:0;}
#page-title .title-text:after {right: 0;}

/* Entry */
.entry{
    margin:0 auto;
    margin-top:30px;
    margin-bottom:50px;
    max-width:860px;
}

.entry p {
    margin-bottom:1rem;
}

.entry li{
    margin-left:20px;
}


/* 見出し（左2色ライン）*/
.left-twin {
  margin-left:-10px;
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 8px solid #ccc;
}
.left-twin::before {
  position: absolute;
  left: -8px;
  bottom: 0;
  content: '';
  width: 8px;
  height: 50%;
  background-color: #4CAF50;
}
.left-twin::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
}

/* 見出し（二重スクウェア）*/
.twin-square{
    margin-left:-10px;
    position: relative;
    padding: 10px;
    padding-left:2em;
}

.twin-square::before{
    content: "■";
    font-size:1.4em;
    position: absolute;
    left: 0;
    top: 0.15em;
    color: #CCCCCC;
}
.twin-square::after{
    content: "■";
    font-size:1.3em;
    position: absolute;
    left: 0.3em;
    top: 0.4em;
    color: #4CAF50;
}

/* 見出し（二色アンダーライン）*/
.twin-uline {
    margin-left:-10px;
    border-bottom: solid 3px #CCC;
    position: relative;
}

.twin-uline:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #4CAF50;
    bottom: -2px;
    width: 20%;
}

/* 見出し（グラデーションアンダーライン）*/
.g-uline{
    margin-left:-10px;
    padding: 10px 5px;
    margin-bottom:15px;
    position: relative;
    font-weight:bold;
}
.g-uline::after{
    content: "";
    width:100%;
    height:6px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #4CAF50, rgba(255,255,255,0) 70%);
}

/* 先頭に丸アイコン付タイトル */
.icon-title {
  position: relative;
  background: #ffd98a;
  padding: 2px 5px 2px 25px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

.icon-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f135";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: bold;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

/* タブ付きタイトル */
.tabbed-title{
  position: relative;
  color: #666;
  background: #F0F0F0;
  line-height: 1.4;
  padding: 0.5em 0.75em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
}

.tabbed-title:after {
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
  background: #2D8C00;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em
}

/* センター横線 */
.center-line {
  overflow: hidden;
  text-align: center;
}
.center-line span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.center-line span::before,
.center-line span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #4CAF50;
}
.center-line span::before {
  right: 100%;
}
.center-line span::after {
  left: 100%;
}


/* 四隅クロス枠線 */
.cross-corner{
  position: relative;
  padding: .5em .75em;
  text-align:center;
  border-top: solid 1px #4CAF50;
  border-bottom: solid 1px #4CAF50;
}
.cross-corner:before ,.cross-corner:after{
  content: '';
  position: absolute;
  top: -.5em;
  width: 1px;
  height: calc(100% + 1em);
  background-color: #4CAF50;
}
.cross-corner:before{
  left: .5em;
}
.cross-corner:after{
  right: .5em;
}

/* リスト（シェブロンマーク） */
ul.list-chevron li {
  position: relative;
}

ul.list-chevron li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul.list-chevron li:before {
  font-family: "Font Awesome 5 Free";
  font-weight:bold;
  content: "\f138";
  position: absolute;
  left : -1.2em;
  color: #4CAF50;
}

/* 囲み枠(ベタ塗り) */
.box-rbeta {
    padding: 0.5em 1em;
    font-weight: normal;
    background: #eee;
    border: solid 1px #ddd;
    border-radius: 10px;
}

/* 囲み枠(カギ括弧) */
.box-kagikakko {
    position: relative;
    padding:1em 1.5em;
}
.box-kagikakko:before,
.box-kagikakko:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box-kagikakko:before{
    border-left: solid 2px #4CAF50;
    border-top: solid 2px #4CAF50;
    top:0;
    left: 0;
}
.box-kagikakko:after{
    border-right: solid 2px #4CAF50;
    border-bottom: solid 2px #4CAF50;
    bottom:0;
    right: 0;
}

/* トリプル　囲み枠 */
.box-triple {
 position: relative;
 border: 1px solid #15781B; /*左枠線*/
 width: 96%;
 margin: 2em auto;
 padding: 20px 15px 15px 20px;
 z-index: 0;
}
.box-triple::before,
.box-triple::after {
 position: absolute;
 content: '';
 width: 100%;
 height: 100%;
}
.box-triple::before {
 border: 1px solid #4CAF50; /*中枠線*/
 bottom: -4px;
 right: -4px;
 z-index: 1;
}
.box-triple::after {
 border: 1px solid #A9E2AD; /*右枠線*/
 bottom: -7px;
 right: -7px;
 z-index: 2;
}

.chuki{
    margin-top: 5px;
    font-size: 1.2rem;
    padding-left: 1.4rem;
}
 
.chuki:before{
    content: "※";
}
 
.chuki:first-letter{
    margin-left: -1.2rem;
}

/* Google Map */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* table
--------------------------------------------- */

/* normal */
.normal{
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.normal th{
  padding:4px;
  vertical-align:middle;
  text-align:center;
  color: #444;
  background-color: #EEE;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.normal th.top{
  border-top: 3px double #999;
}

.normal th.left{
  border-left: 3px double #999;
}

.normal td{
  padding:6px;
  background-color: #FFF;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}


/* simple */
table.simple {
    border-collapse: collapse;
}
table.simple th.t_top {
    border-top: #0A9DEC 4px solid;
}
table.simple th {
    border-bottom: #cccccc 1px dotted;
  -moz-text-align-last: justify;
    border-right: #cccccc 1px dotted;
  text-align-last: justify;
    padding: 10px 15px;
    font-weight: normal;
    vertical-align:middle;
    text-align:center;
}
table.simple td.t_top {
    border-top: #b3b3b3 4px solid;
}
table.simple td {
    border-bottom: #cccccc 1px dotted;
    text-align: left;
    padding: 10px 15px;
}

/* Table(noborder) */
/* noborder */
table.noborder {
    margin: 0 auto;
    margin-left: 10px;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
}

table.noborder th {
    padding: 10px 10px 10px 0;
    text-align: justify;
    text-justify: inter-ideograph;
    vertical-align: top;
    border: none;
    white-space: nowrap;
    overflow: visible;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

table.noborder th::after {
    float: right;
    padding: 0;
    right: -15px;
    top: 0;
    content: "───";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: none;
}

table.noborder td {
    height: 12px;
    margin: 0;
    padding: 10px 10px 10px 60px;
    text-align: left;
    vertical-align: top;
    border: none;
    line-height: 180%;
}

.mark-guide{
  padding:1px 2px;
  font-weight:normal;
  font-size:80%;
  border-radius: 3px;
}

/* お問合せエリア
--------------------------------------------- */
#contactus{
    margin:30px;
    background-color:#4CAF50;
    color:#FFF;
}

#contactus .title{
    font-size:130%;
    border-bottom:solid 1px #FFF;
}

#contactus small{
    font-size:85%;
}

#contactus .contact-area{
    padding-top:5px;
    padding-bottom:5px;
    color:#546e7a;
}

#contactus .contact-area .title{
    font-size:110%;
    color:#4CAF50;
    border-bottom:1px solid #4CAF50;
}

#contactus .contact-area .target{
    margin:10px 0;
    font-size:155%;
    white-space: nowrap;
    letter-spacing:-0.02em;
     color: #41B6DF;

}

#contactus .contact-area .target a{
    font-size:80%;
    color: #41B6DF;

}

#contactus .contact-area .proviso{
    text-align:left;
    font-size:85%;
}

.mark-required {
  margin-left: 4px;
  padding: 3px;
  border-radius: 7px;
  background-color: #BD0000;
  color: #fff;
  font-size: 8pt;
}

/*************************************** 
        Footer
***************************************/
footer{
    margin-top:60px;
    padding-top:15px;
    padding-bottom:0;
    background-color:#F0F0F0;
}

footer ul{
  margin-top:10px;
  margin-bottom:20px;
  text-align:center;
}

footer ul li{
    display:inline-block;
    padding:2px 5px;
    font-size:80%;
}

footer .pmark{
    margin-top:10px;
    padding-left:10px;
    font-size:80%;
}

#copyright{
    margin-top:10px;
    padding:5px;
    background-color:#CCC;
    text-align:center;
    font-size:80%;
    color:#FFF;
}

/*************************************** 
        Others
***************************************/
/* ページトップへボタン */
.pagetop-button{
    position:fixed;
    bottom:60px;
    right:20px;
    width:30px;
    padding:2px 5px;
    background-color:rgba(204,204,204,0.5);;
    text-align:center;
    font-size:20px;
    z-index:9;
}

.pagetop-button a{
    color:#546e7a;
}
.pagetop-button p{
    font-size:9px;
}


/* パンくずリスト */
.bread-crumb{
    padding:5px;
    background-color:#EEE;
    font-size:85%;
}

.bread-crumb div{
    margin:0 auto;
    max-width:860px;
}

/* font */
.fBold   { font-weight: bold !important; }
.fNormal { font-weight: normal !important; }
.fItalic { font-style: italic !important; }

.f10 { font-size: 1.0rem !important; }
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.f18 { font-size: 1.8rem !important; }
.f20 { font-size: 2.0rem !important; }
.f24 { font-size: 2.4rem !important; }
.f36 { font-size: 3.6rem !important; }
.f48 { font-size: 4.8rem !important; }

.lh10 { line-height: 1.0 !important; }
.lh12 { line-height: 1.2 !important; }
.lh14 { line-height: 1.4 !important; }
.lh18 { line-height: 1.8 !important; }

/* padding */
.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}

.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}

.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}

.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}

.pall05 { padding:  5px !important; }
.pall10 { padding: 10px !important; }
.pall15 { padding: 15px !important; }
.pall20 { padding: 20px !important; }
.pall30 { padding: 30px !important; }

/* margin */
.mt-10 { margin-top: -10px !important; }
.mt-5 { margin-top: -5px !important; }
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt08 { margin-top: 8px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}
.mt70 { margin-top:70px !important;}
.mt80 { margin-top:80px !important;}
.mt100 { margin-top:100px !important;}
.mt120 { margin-top:120px !important;}

.mr-10 { margin-right: -10px   !important;}
.mr-5 { margin-right: -5px   !important;}
.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}

.mb-10 { margin-bottom: -10px   !important;}
.mb-5 { margin-bottom: -5px  !important;}
.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb08 { margin-bottom: 8px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.mb60 { margin-bottom:60px !important;}
.mb80 { margin-bottom:80px !important;}

.ml-10 { margin-left: -10px   !important;}
.ml-5 { margin-left: -5px   !important;}
.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}

.wp50{width:50px;}
.wp60{width:60px;}
.wp70{width:70px;}
.wp80{width:80px;}
.wp100{width:100px;}
.wp120{width:120px;}
.wp150{width:150px;}
.wp180{width:180px;}
.wp200{width:200px;}

@media (max-width: 576px) {
    .sp-minW50{min-width:50px;}
    .sp-minW60{min-width:60px;}
    .sp-minW70{min-width:70px;}
    .sp-minW80{min-width:80px;}
    .sp-minW100{min-width:100px;}
    .sp-minW120{min-width:120px;}
    .sp-minW150{min-width:150px;}
    .sp-minW180{min-width:180px;}
    .sp-minW200{min-width:200px;}

    .sp-w100{width:100%;}
}

/*************************************** 
        Bootstrap
***************************************/
/* Flex */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card {
    height: 100%;
}


/*************************************** 
        WordPress
***************************************/

.center{
    text-align: center;
}

.left{
    text-align: left;
}
.right{
    text-align: right;
}

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.clear {
    clear: both;
}

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
    text-align:center;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/*************************************** 
        Contact Form7
***************************************/
input.wpcf7-validates-as-required{
  border:2px solid #ED8100;
}

.wpcf7-validates-as-required label, .wpcf7-validates-as-required label{
  border-bottom:1px dotted #ED8100;
}

.single-line span.wpcf7-list-item {
  display: block;
}

/*************************************** 
        Sitemap
***************************************/
.sitemap li a{
  padding-top:10px;
  padding-bottom:10px;
  display:block;
  border-bottom:1px dotted #CCC;
}

.sitemap li li{
  list-style:none;
  content:"-";
}

.sitemap li li a{
  border-bottom:none;
}

.sitemap li li a:before{
  content:"- "";
}

/*************************************** 
        Bootstrap
***************************************/
/* Flex */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card {
    height: 100%;
}

/*************************************** 
        奥見診療所トップページ
***************************************/
ul.okumi li{
   height: 20px;
	padding-top:3px;
}
.okumi-head{
	background-color:#eeeeee;
}

#okumi-title{
    margin-bottom:0;
    text-align:center;
	background-position:center center;
    background-size: cover;
    /* :url("./assets/images/okumi-main.jpg") no-repeat center center / cover; */
	 background-size:cover;
	 height:50vh;
display: flex;
}

#okumi-title .title-text{
    position: relative;
    display: inline-block;
    padding: 30px 55px;
    font-size:240%;
    font-weight:bold;
    color:#FFF;
    text-shadow: 3px 3px 0 #000;
    text-shadow: #000 2px 3px 0;
}


#topics ul{
	list-style-type:none;
}

#topics ul li{
	padding-top:6px;
	padding-bottom:2px;
	border-bottom:1px dotted #999999;
}

.topics_date{
	float:left;
	width:100px;
}

ul.okumi-menu li{
	line-height:2em;
	display: inline; 
}

table.okumi-time td{
	vertical-align: middle;
}

.nowrap{
	white-space: nowrap;
   word-break: keep-all;
   word-wrap: normal;
}

#blog_bnr{
	width:100%;
	border:1px solid #999999;
}

#blog_bnr .title {
	border:1px solid #999999;
	text-align:center;
	background:url("./assets/images/bg_blog.jpg")  no-repeat;
}

#blog_bnr .title a{
	font-weight:bold;
	color:#FFF;
	font-size:110%;
	text-shadow:1px 1px 0 #025afc
				, -1px -1px 0 #025afc
				,-1px 1px 0 #025afc
				, 1px -1px 0 #025afc
				,0px 1px 0 #025afc
				,  0-1px 0 #025afc
				,-1px 0 0 #025afc
				, 1px 0 0 #025afc;
}

#blog_bnr .subject{
	font-weight:bold;
	font-size:90%;
}

#blog_bnr .date{
	font-size:80%;
}

#blog_bnr .entry{
	margin-top:0;
	margin-bottom:0;
	font-size:80%;
}

.blogpost{
	border-bottom:1px #999 solid;
	padding-bottom:20px;
}

.blogpost h2 {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-left: 6px solid #4CAF50;
  font-weight:bold;
  font-size:130%;
}

.blogpost h3 {
      font-size: 110% !important;
      font-weight: normal;
      padding-bottom: 5px;
      position: relative;
      padding-left:15px;
      font-size:110%;
     font-weight:bold;
}

.blogpost h3:before {
        background-color: #4CAF50;
        content: "";
        height: 10px;
        width: 10px;
        left: 0;
        position: absolute;
        top: 3px;
}

.blogpost h4 {
  font-weight:bold;
}

.topics .metadata{
	margin-bottom:40px;
	font-size:80%;
	text-align:right;
}

ul.blogside {
  padding: 0;
}


.title_blogside{
	
}

ul.blogside{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ul.blogside li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #999999;
}
ul.blogside li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #999999;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.blogside li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/** pagination ***/
.pagination {
    margin: 60px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    list-style: none;
}

.pagination > ul > li {
    margin: 0px 0.5em;
    width: 2em;
    height: 2em;
}

.pagination > ul > li > a,
.pagination > ul > li > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #3388dd;
    box-sizing: border-box;
}

.pagination > ul > li > a {
    border: 1px solid currentColor;
    text-decoration: none;
}

.pagination > ul > li > .current {
    border: 1px solid #3388dd;
    background-color: #3388dd;
    color: #fff;
}

.pagination > ul > li > .prev,
.pagination > ul > li > .next {
    position: relative;
    border: none;
}
.pagination > ul > li > .prev::before,
.pagination > ul > li > .next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.75em;
    height: 0.75em;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.pagination > ul > li > .prev::before {
    transform: translateX(-50%) translateY(-50%) rotate(225deg);
}
.pagination > ul > li > .next::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}