@import url("//share.cr-cms.net/hp_agency/hpagency.css");
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap');
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

/*-------------------------------------------
テンプレート
フラット02 ブルー 1カラム
-------------------------------------------*/ 
html {scroll-behavior: smooth;}

body{font-family: 'Zen Maru Gothic', sans-serif;}

#wrap {
    background-size: cover;
    background-attachment: fixed;
	min-width: 1024px;
}

#wrap_body {
    padding-top: 0;
}

body {
 	/*font-size: 18px;*/
  font-size: 19px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.06em;
}

a {
	text-decoration: underline;
	color: #5B9599;
}

strong, b {
    font-weight: bold;
    font-size: 1.1em;
	color: #3a5950;
}

#title a:hover {
	transition: 0.5s;
}
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=60);
  -moz-opacity:0.60;
  opacity:0.60;
  transition: 0.5s;
}

.mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics {
    margin-bottom: 10px;
}

.mainArticles .article {
    padding-bottom: 20px;
    border: none;
}

/*改行*/
#contents p {
	margin-bottom: 1em;
}
/*記事下余白ゼロ*/
#mainArticles .zero_margin {
padding-bottom: 0;
margin-bottom: 0;
}
/*中央寄せ*/
.center{
  text-align:center;
}

/*---------------------------
ヘッダー
----------------------------*/
/*タイトル*/
#title_body {
    height: 90px;
}
#title  {
    padding: 0;
    margin: 0 auto;
    height: 90px;
    margin-bottom: 60px;
    background: #fff;
}
#title_outer  {
    height: 90px;
    margin: auto;
    background: url(/materials/176342113557701.png) no-repeat right center;
    background-size: 324px auto;
}
#title h1 {
    background: url(/materials/176341991261901.png) no-repeat center left;
    margin: 0;
    padding: 0;
    text-align: left;
    background-size: 300px;
    height: 90px;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 300px;
}

#title .description {
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

/*TOPイメージを幅100%に*/
#mainImage {
		margin:0;
    width: 100%;
    background-color:transparent;
    min-width:1024px;
}
.mainImage img {
    width: 100%;
    min-width:1024px;
}

/*グローバルメニュー*/
#topMenu_outer,  #topMenu_body, #topMenu .topMenu {
	width: 1024px;
	max-width: 1024px;
}
#topMenu {
    min-height: 52px;
    position: absolute;
    top: 90px;
    background:#e6f0f3;
}

#topMenu_outer {
    margin: 0 auto;
    background:none;
}

#topMenu_body {
  border-right: 0px #aaa dotted;
}
#topMenu .topMenu li {
  width: 20%;
  height: 100%;
  box-sizing:border-box;
  padding:0;
  position: relative;
	
}

#topMenu .topMenu li a {
    color: #618082;
    font-size: 20px;
    line-height: 1.4;
    padding: 16px 2px;
}

#topMenu .topMenu li a, .sideServices ul li a, .sideBlogCategories a, .sideBlogDates a, .footer li a{
	box-sizing:border-box;
	background:none;
	letter-spacing:0.1em;
	display:block;
	width:auto;
	font-weight:500;
}

#topMenu .topMenu li a:hover {
    color: #fff;
    text-decoration: none;
    background: #5b9599;
}

/*ぱんくず*/
#pankuz {
  display:auto;
}
#pankuz_body {
  width: 1024px;
  margin: auto;
}
.pankuz p  {
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
    color: #bd9d0c;
    display: none;
}

/*---------------------------
contents
----------------------------*/
#contents {
    margin: 0;
    padding:0;
    width: 100%;
    box-sizing:border-box;
}
/*maincontent*/
#mainContents {
	padding:0 0 40px 0;
	width: 100%;
}
#mainContents_outer{
    width: 100%;
    margin:0 auto;
}
.mainArticles .article .article_body , #mainContents #listTopics #listTopics_body{
	width:1024px;
	margin:0 auto;
}
.mainArticles .article {
	padding-bottom: 0px;
	border-bottom: none;
}
.mainArticles .article_right .image {
    margin-right: 0;
}
.mainArticles .article_left .image {
    margin-left: 0;
}
.mainArticles .article_right .image,
.mainArticles .article_left .image {
    max-width:50%;
}
#mainArticles, .mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics {
    width: 100%;
    margin-bottom: 0em;
}

/*ハーフ記事*/
.mainArticles .article.col2 {
    border: none;
    width: calc((1024px / 2) - 20px);
    display: inline-block;
    box-sizing: border-box;
    padding: 2em 1em;
    margin: 2em 30px 2em 0;
    vertical-align: top;
    border-radius: 20px;
}
.mainArticles .article.col2:nth-of-type(2n+1) {
	margin-left:calc((100% - 1024px) / 2 );
}

.mainArticles .article.col2:nth-of-type(2n) {
	margin-right:calc((100% - 1024px) / 2);
}
.mainArticles .article.col2 .article_body{
	width:100%;
}
.mainArticles .article.col2 img {
    max-width: 90%;
	margin-bottom: 6px;
}

div.mainArticles .article.col2 p{
margin-bottom: 0!important;
	text-align: left;
}

.merit {
    background: url(/materials/176341625617701.jpg) top center no-repeat !important;
    background-size: 100% !important;
    line-height: 1.7;
    border: 3px solid #e6f0f3 !important;
	padding-top: 20px !important;
}

.merit h3 {
    font-size: 16px !important;
    background-image: none !important;
    background-color: #f0dc7a !important;
    padding: 9px !important;
    line-height: 60px !important;
    margin: 0 auto !important;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    margin-bottom: -30px !important;
}
.merit h3 strong {
    color: #fff;
    display: inline-block;
    line-height: 0;
    font-size: 2em;
}

/*-------------------------------------------
最新情報
-------------------------------------------*/
#mainTopics {
    border-bottom: none;
    background: url(/materials/176341414889201.png) no-repeat bottom -4px center #e6f0f3;
    padding-bottom: 50px;
    background-size: 100%;
}

#mainTopics h2 {
    font-size: 30px;
    padding: 40px 0 60px 0;
    margin-bottom: 20px !important;
    border: none !important;
    color: #5B9599;
    background: url(/materials/176341549573401.png) no-repeat bottom center;
    background-size: 143px;
}
#mainTopics .topics li .thumb, #mainTopics .topics li .thumb img {
	max-width: 100px;
	max-height: 100px;
}
#mainTopics .topics li .date, .mainTopics .topics li .date {
	font-size: 1em;
}
#mainTopics .topics h3, .mainTopics .topics li h3 {
	font-size: 1em;
}
.mainTopics .topics li h3 a {
	text-decoration: underline;
}
.mainTopics .topics li h3 a:hover {
	text-decoration: underline;
}
#mainTopics .topics .description, .mainTopics .topics li .description {
	font-size: 1em;
	color: #555;
	margin-top: 0px;
}
#mainTopics .topics li .more a, .mainTopics .topics li .more {
	padding: 8px 16px;
	font-size: 1em;
}
.mainTopics .topics li .more a {
    border: none;
    background-color: #9ac3c5;
    color: #fff;
		border-radius:1.5em;
		transition: all 0.5s ease-out;
}
.mainTopics .topics li .more a:hover {
    color: #5B9599;
    background-color: #fff;
		border:2px solid #9ac3c5;
}
.mainTopics .topics {
		width: 1024px;
		padding: 0;
		margin: 0 auto;
  	border-bottom: none;
}
.mainTopics .topics li {
		padding: 40px 0px;
		font-size: 1em;
		border-bottom:1px dotted #5B9599;
}
#mainTopics .listview {
    font-size: 1em;
    margin: 1em auto 0 auto;
	width: 300px;
}
#mainTopics .listview a {
    background: #fff;
    color: #5B9599;
    display: block;
    padding: 0.2em 1em;
    border-radius: 2em;
    border: 2px solid #5B9599;
    text-decoration: none;
}
#mainTopics .listview a:hover {
    background: #5B9599;
		color:#fff;
		text-decoration:none;
}

/*-------------------------------------------------
見出し
-------------------------------------------------*/
#mainArticles h2, #mainServices h2, #listTopics h2 {
    margin-bottom: 1.5em;
    margin-top: 0;
    padding: 40px 0px 60px;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #5b9599;
    background: url(/materials/176341625617701.jpg) bottom center no-repeat;
    background-size: 100%;
    border-bottom: none;
}

#listTopics h2 {
    background-size: 100%;
}
.mainContents .article h3, .mainContents div.gallery h3 {
    font-size: 1.8em;
    letter-spacing: 0.1em;
    color: #3a5950;
    line-height: 1.5;
    position: relative;
    padding: 28px 0 70px;
    margin: 1.5em 0;
    text-align: center;
    background: url(/materials/176341202542601.png) no-repeat bottom center;
    font-weight: bold;
    background-size: 80px;
}

/*ブログタイトル*/
.mainContents .article h3 a {
    color: #5B9599;
    line-height: 1.5em;
    font-size: 24px;
}

/*ブログ一覧お知らせ*/
.mainContents .article h3 a, .article h3 a:hover {
text-decoration: none;
	font-size: 22px;
}

.mainContents .article h4 {
    font-size: 1.4em;
    color: #5B9599;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 0.5em;
	font-weight: 500;
	display: inline-block;
}
.mainContents .article h4::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #f0dc7a;
}
.mainContents .article h5  {
    font-size: 1.05em;
    line-height: 1.6;
    margin: 0.5em 0;
    display: flex;
    background-color: #91b9bb;
    letter-spacing: 4px;
    color: #fff;
    padding: 0.2em 0.7em;
    border-radius: 16px;
}
.mainContents .article h6 {
    font-size: 22px;
    line-height: 1.6;
    margin: 0.5em 0;
    letter-spacing: 1px;
    color: #5B9599;
}

/*-------------------------------------------------
サイド
-------------------------------------------------*/
#sideContents_outer {
    padding: 28px 0 300px 0;
    max-width: 100%;
    width: 1024px;
}
#sideContact a:hover {
  transition: none;
}
#sideContents {
    margin-top: 0;
    background-position: bottom center;
    background: url(/materials/176341569644601.png) top center no-repeat #e6f0f3;
    background-size: 100%;
    padding-top: 30px;
}
#sideContents p {
    margin: 20px 0;
    line-height: 1.5;
}

.sideMobile h2, .sideMobile p,.sideServices h2,
.sideBlogCategories h2, .sideBlogDates h2,
.sideBlogCategories a, .sideBlogDates a  {
    font-size: 22px;
    color: #3a5950;
    background-position: center left;
}

.sideServices ul li a {
    font-size: 16px;
}

/*リスト*/
.sideServices ul,
.sideBlogCategories ul {
    overflow: hidden;
}
.sideServices ul li a,
.sideBlogCategories a {
	font-size: 15px;
    background: none;
	padding: 2px 5px 3px 5px;
}
.sideServices li,
.sideBlogCategories li {
    padding: 0.5em 0 0.4em 0.2em;
    margin-right: 1em;
    margin-left: 0.2em;
    line-height: 1.5;
    border-bottom: 1px dotted #5B9599;
    font-weight: bold;
    display: flex;
}

/*ブログカテゴリ*/
.sideBlogCategories h2, .sideBlogDates h2 {
    margin-bottom: 0px;
}
.sideBlogCategories li {
    margin-top: 0px;
    margin-bottom: 0px;
}

.sideServices ul li a,
.sideBlogCategories a, 
.sideBlogDates a{
    font-size: 1em;
    background: none;
    color: #395950;
    padding: 0 15px 0 5px;
    text-decoration: none;
    display: inline-block;
}

.sideServices ul li a:before , .sideBlogCategories a:before ,  .sideBlogDates a:before{
    margin-right: 8px;
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: 900;
}

.sideMobile p{
    font-size: 1em;
}

.sideServices ul li a:hover , .sideBlogCategories a:hover , .sideBlogDates a:hover{
  color:#5B9599;
}

/*freeHtml*/
.freeHtml_outer {
    padding: 0;
    background: none;
}
.freeHtml {
    font-size: 1em !important;
}

/*医院情報*/
#sideContents .side0{
	display:block;
}
#sideContents .side0 p{
	margin:0;
}

#sideContents .side{
	display:flex;
	margin-top:1.5em;
	width: 100%;
    margin: 0;
}
#sideContents .side h5{
	font-size:1.3em;
	border-bottom:2px solid #5B9599;
	display:inline-block;
	margin-bottom:0.5em;
}
#sideContents .side a.btn {
    margin: 8px auto;
    background: #5B9599;
    padding: 8px 20px !important;
    letter-spacing: normal;
    width: 90%;
}
#sideContents .side a.btn:hover{
	text-decoration:none;
}
#sideContents .side a {
    text-decoration: none;
    font-size: 1.1em;
    color: #5B9599;
    font-weight: bold;
}
#sideContents .side strong{
    color: #3a5950;
    font-size: 1em;
    margin-top: 0.3em;
    display: inline-block;
}
#sideContents .side1 {
    width: 40%;
}
#sideContents .side1 p{
	margin-bottom:20px;
}

#sideContents .side2{
	width:60%;
	text-align:center;
	margin:0 auto;
}
#sideContents .side2 p{
	margin-bottom:15px;
}
.side-logo {
    text-align: center;
}
.side-logo img {
    width: 360px;
}


/*-------------------------------------------------
フッター
-------------------------------------------------*/
#footer{
  background:#9ac3c5;
	padding:2em 0 1em 0;
}
.footer * {
    font-size: 1em;
    color: #fff;
}
.footer li a {
    color: #fff;
    font-size: 1em;
}
.footer .topMenu{
  width:max-content;
	max-width: 100%;
  margin:0 auto;
}
.footer li a:hover {
  text-decoration:none;
  color: #fff;
}
.footer .copyright{
  text-align:center;
}

.footer p a:hover{
  text-decoration:underline;
  color: #fff;
}

.footer a:hover , .footer p a:hover{
  color:#fff;
}

/*-------------------------------------------------
リスト
-------------------------------------------------*/
ol.pp {
padding-left: 2em;
}
ol.pp li {
list-style-type: decimal;
padding: 5px;
}
ul.notes {
    list-style-type: none;
    margin-left: 1em;
    line-height: 1.9em;
    margin-bottom: 1em;
    margin-top: 1em;
}
ul.notes li::before {
content: "◆";
margin-left: -1em;
font-family: "メイリオ", sans-serif;
}
ul.ps {

list-style-type: none;
margin-left:1em;
}
ul.ps li::before {
content: "※";
margin-left: -1em;
font-family: "メイリオ", sans-serif;
}
ul.maru {
    list-style-type: none;
    margin-left: 1em;
    margin-bottom: 1em;
}

ul.maru li::before {
    content: "●";
    margin-left: -1.2em;
    margin-right: 0.2em;
    font-family: "メイリオ", sans-serif;
    color: #9ac3c5;
    font-size: 70%;
}

/*チェックマーク付きリスト */
ul.check {
	position: relative;
	padding: 1em;
	list-style-type: none;
	margin-bottom: 1em;
	color: #3a5950;
}
ul.check li {
    padding: 0.6em 0 0.5em 1.6em;
    line-height: 1.6;
    border-bottom: 1px dashed #9ac3c5;
    font-weight: bold;
    font-size: 1.2em;
}

ul.check li::before {
    position: absolute;
    content: "\002713";
    color: #5B9599;
    font-weight: bold;
    left: 1em;
}

/*番号付きリスト*/
ol.StyleOrderList {
    counter-reset: number 0;
    list-style: outside none none;
    padding: 2em 1.5em 2em 90px;
    line-height: 2;
    margin-top: 1em;
    background: #fffadf;
    color: #3a5950;
    border-radius: 20px;
}
ol.StyleOrderList li::before{
    background: #ecd255;
    border-radius: 50%;
    color: #fff;
    content: counter(number, decimal);
    counter-increment: number 1;
    display: inline-block;
    height: 34px;
    margin-left: -45px;
    margin-right: 0.5em;
    text-align: center;
    width: 34px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
ol.StyleOrderList li {
    font-size: 1.1em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 3px dotted #e8d772;
	font-weight: bold;
}
ol.StyleOrderList li strong {
    font-size: 1.2em;
    margin-bottom: 2em;
    line-height: 1.8em;
    color: #f87979;
}

/*ボタンメニュー*/

ul.menu{margin-top: 40px;}

ul.menu li {
    float: left;
    margin-right: 1em;
    margin-bottom: 0.5em;
}
ul.menu li a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
}
ul.menu li a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #5B9599;
    border-radius: 20px;
    padding: 3px 1em;
}
ul.menu li a::after{
	font-family: "Font Awesome 5 Free";
	content: '\f107';
	font-weight: 900;
	margin-left: 0.5em;
}


/*-------------------------------------------------
テーブル
-------------------------------------------------*/
/*デフォルト*/
.article table p {
    margin: 0;
}
.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px auto;
}
.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: 30%;
      font-size: 90%;
}
.article table.normalTbl td {
    border-right: none;
    height: auto;
    line-height: 150%;
    padding: .7em;
}
.article table.normalTbl.half {
    width: 54% !important;
}
.doctor_keireki td{
	font-size:79%;
}

/*フロー*/
.article table.flowTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 30px auto;
    width: 95%;
    list-style: none;
    border-left: 2px dotted #CCC;
    padding-left: 0;
	line-height: 1.7;
}
.article table.flowTbl td {
    border: none;
    border-radius: 8px;
    display: block;
    height: auto;
    margin-bottom: 40px;
    padding: 0;
    padding-left: 26px;
    position: relative;
}
.article table.flowTbl td:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f0dc7a;
    position: absolute;
    left:-6px;
    top: 1em;
}
.flowTbl td::after {
  content: "";
  border-bottom: 1px solid;
  width: 18px;
  background: #666;
  position: absolute;
  top: 1.25em;
  left: 4px;
}
.flowTbl tr:last-child td {
    margin-bottom: 0;
}
.flowTbl td strong {
    color: #5b9599;
    display: block;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    font-weight: 500;
}

/*スクロールテーブル*/
.article table.scrollTbl {
    width: 100%;
    /*table-layout: fixed;*/
    word-wrap: break-word;
    line-height: 1.4;
	font-size: 0.9em;
  margin-bottom: 0 !important;
}
.article table.scrollTbl th, .article table.scrollTbl td {
    padding: 6px;
}
.article table.scrollTbl thead th {
    text-align: center !important;
    font-weight: bold;
    background: #5B9599;
	color: #fff;
	padding: 10px 6px;
}
.article table.scrollTbl th{
    font-weight: bold;
    background: #e6f0f3;
}
.article table.scrollTbl th,
.article table.scrollTbl td{
    padding: 8px;
}
.article table.scrollTbl td{
    text-align: left;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  	font-size:85%;
}

.article table.scrollTbl tr:nth-child(2n) td {  
	background: #f6f7f9;
}
.article table.scrollTbl th.name {
	width: 18%;
}
.article table.scrollTbl th.price {
	width: 120px;
}
.article table.scrollTbl th.star {
	width: 70px;
}
.article table.scrollTbl td.star {
	text-align: center;
	padding: 0;
}

/*-------------------------------------------------
ギャラリー サイト案内・画像 
-------------------------------------------------*/
/*診療内容 */
#siteGuide {
    background: #e6f0f3;
}
#siteGuide {
    margin-top: 0;
    padding: 20px 0;
}
#siteGuide .comment {
    /*font-size: 0.9em !important;*/
  	font-size: 80%;
    line-height: 1.4em !important;
    padding: 0 7px 20px 7px;
    height: auto;
    text-align: center !important;
    letter-spacing: normal;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 20px 20px;
    background: #fff;
    margin-top: 0 !important;
      min-height: 110px;
}
#siteGuide .comment a{
　　　background-color: #174c3c;
	font-weight: bold;
	color: #3a5950;
	text-decoration: underline;
}

#siteGuide .gallery_grid li.galleryGrid .image  {
    padding: 30px;
    padding-bottom: 0;
    border-radius: 20px 20px 0 0;
    background: #fff;
    margin-bottom: 0;
}
#siteGuide .SG_b {
    font-weight: bold;
    color: #5B9599;
    font-size: 18px;
    padding-bottom: 5px;
    display: inline-block;
}

/*ギャラリー*/
.gallery_grid {
	width:1024px;
	max-width: 100%;
	margin:20px auto 0 auto;
}
.gallery_grid2 li.galleryGrid { width: 50%;}
.gallery_grid3 li.galleryGrid { width: 33.33%;}
.gallery_grid4 li.galleryGrid { width: 25%;}s
.gallery_grid5 li.galleryGrid { width: 20%;}

.gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 10px 18px;
}
.gallery_grid li.galleryGrid .image {
  margin-bottom: 0;
}
.gallery_grid li.galleryGrid .comment {
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 15px;
}

/*画像*/
#mainArticles img,
.mainArticles .article .image{
	border-radius:1em;
}

.article_body.article_center .image,
.mainArticles .article_center img{
    max-width: 1024px;
}
.gallery_grid li.galleryGrid .image img{
	border-radius:1em;
}

.mainArticles .article_right .image {
    margin: 20px 20px 0 40px;
}

.mainArticles .article_left .image {
    margin: 20px 40px 0 20px;
}

/*iframe*/
iframe {
    margin: 2em 0;
	border-radius:1em;
}

/*---------------------------
その他
----------------------------*/
/*囲い*/
div.envelope {
    margin-bottom: 2em !important;
}
div.envelope .article_outer {
    width: 1024px;
    max-width: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #e6f0f3;
}

div.envelope .article_outer .article_body{
	width:auto;
	padding:2em;
}
div.envelope p,
div.envelope_y  {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.mainContents .article.envelope h3,
div.envelope_y h3{
	margin:1em 0 1em 0;
}

div.envelope_y {
    margin-bottom: 2em !important;
    padding-top: 2em!important;
    padding-bottom: 2em !important;
    box-sizing: border-box;
    margin-top: 4em;
}
div.envelope_y .article_outer {
	background:#f0dc7a;
	padding: 20px 0;
}

/*ボタン*/
a.btn,a.btn2 {
    font-size: 20px;
    font-weight: bold;
    padding: 4px 30px !important;
    display: block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
}
a.btn::after,a.btn2::after{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	margin-left: 1em;
}
a.btn:hover,a.btn2:hover{
	color: #ffffff;
	text-decoration: none;
}
a.btn,a.btn2{
    background: #5B9599;
}
a.btn {
    margin: 1em auto;
	width: 70%;
}
a.btn2 {
    margin: 1em 0;
	width: 45%;
}

/*マーカー*/
span[style*="Lime"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 70%, lime 0) repeat scroll 0 0;
  }
  
span[style*="Yellow"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 70%, Yellow 0) repeat scroll 0 0;
  }

/*施設基準*/
.s-txt{ font-size: 79%; }