@import url("//share.cr-cms.net/hp_agency/hpagency.css");
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');

/*-------------------------------------------
テンプレート
フラット01 ブルー 左メイン
-------------------------------------------*/
html {scroll-behavior: smooth;}

#wrap_body {
    padding-top: 0;
    background: #fff;
    min-width: 1200px;
}

body {
font-size: 17px;
color: #555;
line-height:1.8;
letter-spacing: 0.05em;
font-kerning: auto;
font-family: 'Noto Sans JP', sans-serif;
}

a {
	color: #037eba;
}

strong, b {
    font-weight: bold;
    color: #4483a2;
    font-size: 105%;
}

#title a:hover {
	transition: 0.2s;
}
a:hover, #topMenu .topMenu li a:hover,
.mainTopics .topics li .more a,
.mainContents .article h3 a:hover,
.sideServices ul li a:hover,
.footer li a:hover {
	text-decoration: none;
}

#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover,
a:hover {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
  transition: 0.2s;
}

/*改行*/
.article p {
    margin-bottom: 1em;
}
/*記事下余白ゼロ*/
#mainArticles .zero_margin {
padding-bottom: 0;
margin-bottom: 0;
}
/*パンくず*/
.pankuz p {
    font-size: 12px;
    text-align: left;
    border-bottom: none;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
	display: none;
}

/*---------------------------
メイン
----------------------------*/
#mainArticles{
	margin-top: 36px;
}

/*メインイメージ*/
.mainImage img {
max-width: 100%;
width: 100%;
}
#mainImage {
width: 100%;
max-width: 100%;
background: #fff;
}
.slick-vertical .slick-slide {
border: none;
}
#slider .slick-slide {
height: auto !important;
}

/* メインコンテンツ幅拡張 */
#mainContents, #mainArticles ,
#mainTopics, #listTopics , #mainServices,
.mainArticles .article , .mainArticles div.gallery {
    width: 900px;
}
.mainArticles .article .image,
.mainArticles .article_center .image img {
    max-width: 100%;
   margin-bottom: 10px;
}

#title, #contents {
    width: 1200px;
	box-sizing: border-box;
}

/*---------------------------
ヘッダー
----------------------------*/
/* 幅拡張 */
#topMenu_outer,  #topMenu_body, #topMenu .topMenu {
	width: 1200px;
	max-width: 1200px;
}

#topMenu {
   min-width: 1200px;
}

/*タイトル*/
#title, #contents {
    width: 1200px;
	box-sizing: border-box;
}
#title {
    padding: 0;
    text-align: left;
    height: 100px;
    margin-bottom: 90px;
    overflow: hidden;
}

#title_outer {
    height: 100px;
    background: url(/materials/177693322860101.png) no-repeat bottom right;
    background-size: 380px auto;
}
#title h1  {
    height: 100px;
    background: url(/materials/177693189216802.png) no-repeat left bottom 10px;
    background-size: 430px auto;
    margin-bottom: 0;
}

#title h1 a {
    display: inline-block;
    height: 100px;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    width: 430px;
}

#title .description {
    text-align: left;
    font-size: 14px;
    padding: 4px 0;
    line-height: 1.6em;
    position: absolute;
    top: 0;
    color: #999;
}

/*---------------------------
グローバルメニュー
----------------------------*/
#topMenu {
    width: 100%;
    position: absolute;
    top:110px;
    min-height: auto;
    background: #fff;
    transition: padding 0.3s linear 0s;
}
#topMenu.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
}
#topMenu_outer {
    margin: 0 auto;
    background: none;
}
#topMenu_body {
    border-left: 1px solid #ccc;
}
#topMenu .topMenu li {
    width: 20%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
#topMenu .topMenu li a {
    background: none;
    border-left: solid 1px #ccc;
    line-height: 1.6;
    padding: 0px 0 0px 0;
    font-size: 20px;
    box-sizing: border-box;
    color: #037eba;
    width: 100%;
}
#topMenu .topMenu li:last-of-type a{
  border-right:solid 1px #ccc;
  
}
#topMenu .topMenu li a:hover {
  color:#74c1f4;
}

#topMenu .topMenu li a::after{
  width:100%; 
  display: block; 
  font-size: 0.7em;
  color:#037eba;
}

/*---------------------------
見出し
----------------------------*/
/*文字*/
#mainArticles h2, #mainServices h2, #listTopics h2,.mainContents .article h3, .mainContents div.gallery h3,#mainTopics h2,
#sideContents h2, .mainContents .article h4,.mainContents .article h5,.mainContents .article h6{
    font-family: "Kiwi Maru", serif !important;
}
#mainArticles h2, #mainServices h2 {
    margin-bottom: 1em;
    text-align: center;
    border-bottom: none;
    font-size: 2em;
    line-height: 1.6;
    letter-spacing: 0.15em;
    margin-top: 0;
    font-style: normal;
    padding: 0.5em 0;
    border-radius: 0px;
    background: none;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
	color: #666;
}
#mainArticles div[id^="blog"] h2{
    background:none;
    position: relative;
    padding:1.5em 0 0 0;
    font-size:30px;
}
.mainContents .article h3, .mainContents div.gallery h3,#mainTopics h2 {
    font-size: 1.8em;
    color: #444;
    line-height: 1.5;
    border-top: 1px solid #4d4d4d;
    letter-spacing: 0.05em;
    padding: 0;
    padding-top: 15px;
    margin: 20px 0 30px;
    position: relative;
}
.mainContents .article h3:before, .mainContents div.gallery h3:before{
    background: #74c1f4;
    content: '';
    display: block;
    width: 20%;
    height: 5px;
    position: absolute;
    top: -3px;
}

.mainContents .article h3 span, .mainContents div.gallery h3 span,#mainTopics h2 span,#listTopics h2 span{font-feature-settings: "palt"; letter-spacing: 0;}

.mainContents .article h3 strong {
    font-size: 80%;
}

/*小見出し*/
.mainContents .article h4 {
    color: #fff;
    background: #037eba;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: relative;
    padding: 0.4em 1em;
    text-align: center;
    display: flex;
    font-weight: 400;
    border-radius: 6px;
    margin: 1em 0;
}
.mainContents .article h5 {
    padding: 4px 0;
    padding-left: 26px;
    margin: 10px 0;
    font-size: 1.3em;
    color: #037eba;
    font-weight: normal;
    line-height: 1.6em;
    position: relative;
}
.mainContents .article h5::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 16px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #74c1f4;
    border-right: 3px solid #74c1f4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mainContents .article h6 {
    font-size: 1.2em;
    line-height: 1.5;
    color: #4483a2;
    margin: 1em 0 0.6em 0;
    padding: 0.3em 0;
    letter-spacing: 0.03em;
}

/*---------------------------
記事
----------------------------*/
/*画像*/
.mainArticles .article img {
    margin-bottom: 30px;
	border-radius: 0.5em;
}
.mainArticles .article_right img, .mainArticles .article_left img {
    max-width: 360px;
}
.mainArticles .article_right .image {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
}
.mainArticles .article_left .image {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
}

/*ギャラリー*/
.gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 0 20px;
}

.mainArticles ul.galleryImages li .image img {
    max-width: 200px;
    max-height: 200px;
}
.mainArticles .gallery_grid .comment {
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
}

/*Googlemap*/
iframe {
    margin-bottom: 1.5em;
}

/* 記事半分 */
.mainArticles .col2 {
    width: 48% !important;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 1.5em;
    box-sizing: border-box;
    margin: 0 0.5% 30px 0.5%;
}

/*サイト案内*/
#siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {   
    padding: 10px;
    margin: 10px;
    background: #e6f0fc;
    border-radius: 14px;
    min-height: 250px;
}
#siteGuide .comment{
    font-size: 0.98em;
    text-align: center;
    padding: 5px 0;
    font-weight: bold;
    line-height: 1.6;
    color: #037eba;
    letter-spacing: normal;
}
#siteGuide .gallery_grid li.galleryGrid .image {
    margin-bottom: 0px;
	padding: 26px;
}

/*-------------------------------------------------
 トップの最新情報 #mainTopics
 最新情報一覧ページ #listTopics 
-------------------------------------------------*/
#mainTopics {
    margin: 3em 0;
    padding: 0 1.5em 1.5em 1.5em;
    border-bottom: none;
    border: 1px solid #ddd;
    border-radius:1em;
    /*--border-radius: 4px;--*/
    /*--width: auto;--*/
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    box-shadow:0px 3px 6px #00000029;
}
#mainTopics h2, #listTopics h2 #mainTopics h2, #listTopics h2 {
    font-size: 30px;
    margin-top: 1em;
	border: none;
}
#mainTopics .topics li {
    padding: 15px 10px 9px;
    position: relative;
    border-bottom: dotted 1px #ccc;
}
/*日付*/
#mainTopics .topics li p.date ,
#listTopics .topics li p.date {
    font-size: 16px;
	color: #666;
}
/*リンクタイトル*/
#mainTopics .topics li h3 ,
#listTopics .topics li h3 {
    font-size: 16px;
    font-weight: normal;
}
#mainTopics .topics li h3 a ,
#listTopics .topics li h3 a {
     color: #037eba;
}
/*リード文*/
#mainTopics .topics li p.description ,
#listTopics .topics li p.description {
    font-size: 16px;
	color: #666;
}
/*続き*/
#mainTopics .topics li p.more ,
#listTopics .topics li p.more {
    font-size: 16px;
}

#mainTopics .topics li .more a,
.mainTopics .topics li .more {
    padding: 8px 16px;
    font-size: 15px;
    border-radius: 4px;
}
.mainTopics .topics li .more a {
    background-color: #74c1f4;
    color: #fff;
    border: 1px solid #74c1f4;
    padding: 5px 10px;
    border-radius: 4px;
}
.mainTopics .topics li .more a:hover {
    background-color: #74c1f4;
    color: #fff;
    border: 1px solid #74c1f4;
}

/*一覧を見る*/
#mainTopics .listview {
    width: 110px;
    font-size: 16px;
    margin: 0 auto;
}

.mainTopics .topics {
    width: 100%;
    padding: 0;
    margin: 0px 0 15px;
    border-bottom: none;
}

#mainTopics .listview a {
    background: none;
    color: #037eba;
    padding-bottom: 4px;
    padding-left: 0;
}

/*---------------------------
footer
----------------------------*/
/*フッタ*/
#footer_outer {
    width: 1200px;
}
#footer {
    padding: 40px 0;
    background: #037eba;
    min-width: 1200px;
}
.footer .services
{
background:none;
}
.footer * {
font-size: 16px;
color: #fff;
}
.footer .topMenu, .footer .services {
padding: 0;
margin-bottom: 40px;
}
.footer .topMenu, .footer .services, .footer .topMenu li a {
float: none;
width: 100%;
color: #fff;
font-size: 16px;
}

.footer .topMenu li a:hover, .footer li a:hover, .footer .services li a:hover {
    color: #eef9e5;
}
.footer li {
    line-height: 24px;
    height: 24px;
    width: auto;
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
}
#footer li a::before {
    content: '≫';
    font-size: 90%;
    font-weight: bold;
    color: #eef9e5;
    vertical-align: top;
    padding-right: 6px;
}
.footer li a, .footer .services li a {
padding-left: 0;
float: none;
display: inline-block;
color: #fff;
}
.footer .copyright {
padding: 0;
	color: #fff;
}
.footer p {
text-align: right;
}

/*---------------------------
サイド
----------------------------*/
.sideBlogCategories, .sideBlogDates {
    margin: 0;
}
.sideServices ul li a {
    font-size: 16px;
	color: #037eba;
    padding-top: 0.5em;
    padding-right: 0.3em;
    padding-bottom: 0.5em;
    padding-left: 0.3em;
    background: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #037eba;
}

.sideServices ul li a::before {
    color: #037eba;
    content: "»";
    display: inline-block;
    font-size: 115%;
    margin-right: 5px;
}

.sideServices ul li a:hover {
    color: #666;
}

.sideServices h2 {
    font-size: 16px;
    background: url(/materials/177692961492701.png) 200px center no-repeat;
    background-color: #74c1f4;
    padding: 10px 30px;
}
.sideBlogCategories h2, .sideBlogDates h2  {
    margin-top: 0;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 0;
    background: #e6f0fc;
}
.sideBlogDates dl,.sideBlogCategories ul {
    padding: 20px;
    background: #e6f0fc;
}
.sideBlogDates li {
    margin: 8px 0;
    line-height: 20px;
}

/*サブメニュー*/
.sideServices ul {
	padding-top: 15px;
	background-color: #e6f0fc;
}

/*モバイル*/
.sideMobile p {
    font-size: 16px;
    color: #333;
}
.sideMobile .qrcode {
    text-align: center;
}
.sideMobile h2 {
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    color: #333;
    margin-bottom: 16px;
    background: url(/materials/177692954709401.png) right top no-repeat;
}
#sideMobile {
    background-color: #fff;
    border-top: solid 4px #037eba;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    box-sizing: border-box;
}

/*お問い合わせ*/
#sideContact a {
	font-size: 15px;
}

/*自由HTML*/
.freeHtml_outer {
    padding: 0;
    background: none;
	border: 1px solid #eeeeee;
}
.freeHtml {
    font-size: 1em !important;
	text-align: center;
}
.side-logo img {
    width: 220px;
    margin: 20px 0;
}
.add a {
    font-size: 1.3em;
    font-weight: bold;
    color: #ff8c00;
}
.add {
    line-height: 1.8em;
	padding-bottom: 10px;
}
.add strong {
    background: #74c1f4;
    width: 90%;
    display: inline-block;
    padding: 5px 0;
    color: #fff;
    border-radius: 5px;
    margin: 15px 0;
}

/*---------------------------
テーブル
----------------------------*/
/*デフォルト*/
.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 20px auto;
    width: 100%;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
.article table:not(.contactTable) th {
    background-color: #f7f7f7;
    text-align: center;
}

/*normalTbl*/
.article table.normalTbl {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    margin: 2em auto;
    width: 100%;
	background: #fff;
	border-top: 1px solid #ccc;
}
.article table.normalTbl th {
    border-right: none;
    height: auto;
    line-height: 150%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 40%;
}
.article table.normalTbl td {
    border-bottom: 1px solid #ccc;
    border-right: none;
    height: auto;
    line-height: 150%;
    padding: 0.7em 1.5em;
}

/* 診療時間 */
.article table.timeTbl{
    border-collapse:collapse;
    border-collapse:separate;
    border-spacing:0;
    width:100%;
    border:none;
}
.article table.timeTbl tbody tr th {
  background-color: #037eba;
  color: #fff;
  padding:5px;
  text-align: center;
  vertical-align: middle;
  border:none;
}
.article table.timeTbl tbody th {
    width: 12%;
}
.article table.timeTbl tbody tr th:first-child {
  border-radius: 0.6vw 0 0 0;
	width: 16%;
}
.article table.timeTbl tbody tr th:last-child {
  border-radius: 0 0.6vw 0 0;
}
.article table.timeTbl tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding:4px;
  border-bottom: 1px solid #037eba;
  color: #ffc08a;
  height: 70px;
}
.article table.timeTbl tbody tr td:first-child {
  border-left: 1px solid #037eba;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article table.timeTbl tbody tr td:last-child {
  border-right: 1px solid #037eba;
}
.article table.timeTbl tbody td.one{
    border-radius:0 0 0 0.6vw;
}
.article table.timeTbl tbody td.two{
    border-radius:0 0 0.6vw 0;
}
.article table.timeTbl tbody td {
    font-weight: bold;
}
.article table.timeTbl tbody tr:nth-child(3n+1) {
    background: #f7f7f7;
}

/*---------------------------
フォーム
----------------------------*/
table.contactTable tr th,
table.contactTable tr td {
	padding: 1em;
	border-bottom: dotted 1px #999;
}

table.contactTable, table.companyTable {
    width: 100%;
    background-color: #eff4ea;
    border-bottom: solid 3px #ccc;
    margin-bottom: 20px;
}

table.contactTable th, table.companyTable th {
    border-right: none;
	background-color: #e6f0fc;
}

table.contactTable tr.must th {
    background-position: 10px;
    width: 240px;
    padding-left: 50px;
}
table.contactTable .textField {
    width: 90%;
}
table.contactTable select {
    padding: 10px;
}

/*見出し*/
table.contactTable td.th_headline {
    background: #0062b1;
    font-weight: bold;
    color: #fff;
    font-size: 110%;
}
/*確認ボタン*/
table.contactTable input.button,
table.contactTable input[type="button"] {
	background-color: #037eba;
	border: 2px solid #037eba;
	border-radius: 18px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin: 5px !important;
	text-align: center;
	text-decoration: none;
	width: 80% !important;
	padding: 5px 18px 5px 18px !important;
	font-size: 18px;
	cursor: pointer;
}
table.contactTable input.button:hover {
	background-color: #fff;
	color: #037eba;
	transition: 0.7s;
}
/*戻るボタン*/
table.contactTable input[type="button"] {
	border: 2px solid #0096d1 !important;
	transition: 0.7s;
	color: #0096d1;
	background: #fff;
}
table.contactTable input[type="button"]:hover {
    color: #fff;
    background: #0096d1;
}
table.contactTable input[type="text"], table.contactTable textarea{
    font-size: 16px;
}

/*ラジオボタンの縦並び化*/
table.contactTable label {
    display: block;
}

/*---------------------------
リスト
----------------------------*/
/*注意事項のリスト用*/
ol.pp {
padding-left: 2em;
	font-size: 0.9em;
}
ol.pp li {
list-style-type: decimal;
padding: 5px;
}
ul.notes {
list-style-type: none;
margin-left:1em;
}
ul.notes li::before {
content: "◆";
margin-left: -1em;
}
ul.ps {
list-style-type: none;
margin-left:1em;
}
ul.ps li::before {
content: "※";
margin-left: -1em;
}
ul.maru {
list-style-type: none;
margin-left:1em;
}
ul.maru li::before {
    content: "●";
    margin-left: -1.5em;
    margin-right: 6px;
    font-family: "メイリオ", sans-serif;
    font-size: 70%;
    color: #c7d9ef;
}

/*連携病院*/
.service_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.1em;
}
.service_list li {
    text-align: center;
    width: 47.5%;
    margin-top: 10px;
    margin-bottom: 0px;
    background: #4483a2;
    color: #fff;
    border-radius: 8px;
    padding: 6px 1%;
    overflow: hidden;
    display: inline-block;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
}
  
ul#service_list li a.linkbtn{margin:0; padding: 5px !important;}

#service_list::after{
    content:"";
    display: block;
    width: 24%;
  }

/*チェックマーク付きリスト　区切り線 */
ul.StyleCheckList {
	position: relative;
	padding: 0.5em;
	list-style-type: none;
}
ul.StyleCheckList li {
    padding: 0.6em 0 0.5em 1.4em;
    line-height: 1.6;
    border-bottom: 1px dashed #ccc;
}

ul.StyleCheckList li::before {
    position: absolute;
    content: "\002713";
    color: #74c1f4;
    font-weight: bold;
    left: 0.5em;
}

/*番号付きリスト*/
ol.number {
    counter-reset: number 0;
    list-style: outside none none;
    padding-left: 60px;
    line-height: 2;
    display: block;
}
ol.number li::before {
    background: #8faec3;
    border-radius: 50%;
    color: #fff;
    content: counter(number, decimal);
    counter-increment: number 1;
    display: inline-block;
    height: 1.8em;
    margin-left: -40px;
    margin-right: 0.5em;
    text-align: center;
    width: 1.8em;
    font-family: monospace;
	font-weight: bold;
}
ol.number li {
    margin-bottom: 0.4em;
}

/*faq*/
ul.faq {
    padding: 10px 0 20px;
}
ul.faq li.qus ,
ul.faq li.ans {
    display: block;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 45px;
}

ul.faq li.qus::before ,
ul.faq li.ans::before {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 110%;
    height: 32px;
    line-height: 32px;
    margin: 0 8px 0 -40px;
    text-align: center;
    width: 32px;
}
ul.faq li.qus::before {
    background-color: #037eba;
    content: "Q";
}
ul.faq li.ans::before {
    background-color: #ff8c00;
    content: "A";
}

/*---------------------------
パーツ
----------------------------*/
/*ボタン*/
a.btn {
    width: 80%;
    font-size: 18px;
    padding: 8px 5%!important;
    margin: 1em 5%;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
}
a.btn::after{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	margin-left: 1em;
}
a.btn:hover{
	color: #ffffff;
	text-decoration: none;
}
a.btn{
    background: #74c1f4;
}

a.btn2 {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
	display: block;
}
a.btn2::before{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	margin-right: 0.5em;
}
a.btn2:hover{
	color: #e6f0fc;
}

/*囲い*/
div.envelope {
    margin-top: 1em;
    margin-bottom: 2em !important;
    margin-right: 0;
    margin-left: 0;
    padding: 1em 2em 2em;
    background: #e6f0fc;
    box-sizing: border-box;
    border-radius: 10px;
}
div.envelope p{
margin-bottom: 0;
}
div.envelope img{
    max-width: 670px;
    margin-bottom: 0!important;
}

/*影付きBOX*/
.article.features h4{
    display: block;
    background: none;
    color: #037eba;
    padding: 0 0 6px 0;
    margin: 10px 0 15px 0;
    text-align: left;
    border-bottom: dashed 1px #74c1f4;
    overflow: hidden;
    border-radius: 0;
    font-size: 24px;
}
.features{
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #037eba;
    box-shadow: 5px 5px 0 #e6f0fc;
    max-width: 850px;
}

/*マーカー*/
span[style*="Yellow"] {
    font-weight: bold;
    background-color: rgba(255,255,255,0) !important;
    background: linear-gradient(transparent 70%, #ffea97 0) repeat scroll 0 0;
}

/*追従型ボタン*/
.freeHtml #contact-box{
  position:fixed;
  top:250px;
  right:0px;
  z-index:100;
  width:80px;
}

.blog_date{ display:none; }