/* ================================================
   style.css
   ※ 基本設定・リセットは common.css に記述済み
     （common.css → style.css の順で読み込むこと）
================================================ */

@charset "UTF-8";





rt{
	zoom: 0.6;
	text-align: center;
}



/* ================================================
   記事・ニュースページ スタイル
================================================ */


.jounal_kakomi{
	font-size: 10pt; 
	color:black; 
	background-color:#6CC399; 
	padding:0px 8px; 
	margin-bottom: 5px; 
	display:inline-block
}

.digest_link{
	border-bottom:dashed #00999E 2px;
	display:inline-block;
	text-align: right;
}

.dl_icon:after{
	content: url("../img/common/dl_icon.png");
	vertical-align: -3px;
	background-repeat: no-repeat;
}

.anshin_icon:before{
	content: url("../img/common/test.png");
	vertical-align: -3px;
	background-repeat: no-repeat;
}

.hasshin_icon:before{
	content: url("../img/common/news_hasshinteigen.png");
	vertical-align: -3px;
	background-repeat: no-repeat;
}

.iryokiki_icon:before{
	content: url("../img/common/news_iryokikikaihatsu.png");
	vertical-align: -3px;
	background-repeat: no-repeat;
}

.kaigai_icon:before{
	content: url("../img/common/news_kaigaitenkai.png");
	vertical-align: -3px;
	background-repeat: no-repeat;
}

.rinri_icon:before{
	content: url("../img/common/news_kighorinri.png");
	vertical-align: -3px;
	background-repeat: no-repeat;
}

.gyokai_icon:before{
	content: url("../img/common/news_gyokai.png");
	vertical-align: -3px;
	background-repeat: no-repeat;
}

.gyosei_icon:before{
	content: url("../img/common/news_gyosei.png");
	vertical-align: -3px;
	background-repeat: no-repeat;
}

.link_icon:after{
	content: url("../img/common/arrow_blue.png");
	width: 14px;
    height: 14px;
	background-repeat: no-repeat;
}

.btn_sss {
	background-color: #00999e;	
	display: block;
	font-weight: bold; 
    background-position: 98% 50%;
    background-image: url(../img/common/arrow_white.png);
	padding: 0.75em 1em; 
	margin:0 15px;
}

.btn_sss a{
    color: #ffffff; 
	font-size:1.1em;
}

.news_explanation{
	font-size: 13px; 
	color: #4B4B4B;
	line-height: 1.5;
	padding-top:8px;
	text-align: justify;
}

.news_border{
	border-top: 1px dotted #000000;
	margin:18px 0px 18px;
}

.newstitle_color{
	color: #00999e;
}

.newstitle{
    padding-left:1.25em;
    text-indent:-1.25em;
}

.keyword_bar{
	width: 60px;
	height: 9px;
	background: #00999E;
	float:left;
	margin-bottom: 13px;
	margin-top:8px;
}

.keyword_day{
	font-size:13px;
	height:9px;
	float:right;
}



@media print, screen and (min-width: 751px) {
  body {
    font-size: 14px;
    font-size: 1.4rem; }

  a {
    cursor: pointer; }

  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8; } 

.add__padding li {
	padding: 0 10px;
}
    }

@media only screen and (max-width: 750px) {
  body {
    font-size: 12px;
    font-size: 1.2rem; }

  p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4; } 

.add__padding li {
	padding: 20px;
}

}
.bd_ck {
  border: 1px solid #000000; }

@media print, screen and (min-width: 751px) {
  .inner_01 {
    width: 1400px;
    margin: 0 auto; }

  .inner_02 {
    width: 1000px;
    margin: 0 auto; } }
@media only screen and (max-width: 750px) {
  .inner_01 {
    width: 100%; }

  .inner_02 {
    width: 100%; } }

/* ================================================
   レイアウト（トップページ）
================================================ */

@media print, screen and (min-width: 751px) {
  .main_container .main_img {
    height: 100%;
    min-width: 1000px;
     }
    .main_container .main_img p {
      font-family: "Noto Serif", serif;
      font-weight: 100;
      position: absolute;
      z-index: 20;
      top: 370px;
      font-size: 52px;
      font-size: 5.2rem;
      letter-spacing: 5.2px;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60ffffff,endColorstr=#60ffffff);
      background-color: rgba(255, 255, 255, 0.6);
      padding: 0 245px; }
      .main_container .main_img p span {
        font-size: 45px;
        font-size: 4.5rem; }

  .news_title {
    display: table; }
    .news_title h2 {
      display: table-cell; }
    .news_title p {
      display: table-cell;
      padding-left: 176px; }
      .news_title p span {
        background-image: url(../img/common/arrow_green_r.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 10px; }

  .news_gyokai_title {
    display: table; }
    .news_gyokai_title h2 {
      display: table-cell; }
    .news_gyokai_title p {
      display: table-cell;
      padding-left: 155px; }
      .news_gyokai_title p span {
        background-image: url(../img/common/arrow_green_r.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 10px; }

  .news_topics {
    background-color: #f5f5f5;
    height: 900px;
    margin-bottom: 80px; }
    .news_topics .news {
      float: left;
      width: 566px;
      height: 800px;
      padding-top: 60px;
      padding-bottom: 60px; }
    .news_topics .text_btn {
      float: right;
      width: 390px;
      height: 800px;
      padding-top: 60px;
      padding-bottom: 60px; }
      .news_topics .text_btn .img_01 {
        padding: 20px;
        background-color: #ffffff; }
      .news_topics .text_btn .btn-area {
        padding: 20px;
        background-color: #ffffff; }

  .box_area {
    height: 700px;
    overflow-y: scroll;
    background-color: #ffffff;
    padding: 20px 36px 20px 20px; }
    .box_area .box {
      border-bottom: 5px solid #f5f5f5;
      padding-bottom: 15px;
      padding-top: 20px; }
      .box_area .box .date {
        display: table-cell;
        width: 80px; }
      .box_area .box .news_text {
        display: table-cell;
        padding-left: 28px;
        white-space: normal;
        width: 100%; }


    .box_area2 .box {
      border-bottom: 5px solid #f5f5f5;
      padding-bottom: 15px;
      padding-top: 20px; }
      .box_area2 .box .date {
        display: table-cell;
        width: 80px; }
      .box_area2 .box .news_text {
        display: table-cell;
        padding-left: 28px;
        white-space: normal;
        width: 630px; }

  .box_area3 {
    height: 400px;
    overflow-y: scroll;
    background-color: #ffffff;
    padding: 20px 36px 20px 20px; }
    .box_area3 .box {
      border-bottom: 5px solid #f5f5f5;
      padding-bottom: 15px;
      padding-top: 20px; }
      .box_area3 .box .date {
        display: table-cell;
        width: 80px; }
      .box_area3 .box .news_text {
        display: table-cell;
        padding-left: 28px;
        white-space: normal;
        width: 100%; }

  .project_list ul {
    margin-top: 60px;
    margin-bottom: 60px;
    letter-spacing: -.4em;
     }
    .project_list ul li {
      display: inline-block;
      position: relative;
      width: 186px;
      margin: 6.3px;
      letter-spacing: normal; }
      .project_list ul li:first-child {
        margin-left: 0; }
      .project_list ul li:last-child {
        margin-right: 0; }
      .project_list ul li a {
        display: block; }
        .project_list ul li a span {
          font-size: 15px;
          font-size: 1.5rem;
          position: absolute;
          bottom: 14px; }
        .project_list ul li a .left_point_01 {
          left: 56px; }
        .project_list ul li a .left_point_02 {
          left: 46px; }
        .project_list ul li a .left_point_03 {
          left: 66px; }

  .project_list_02 {
    display: none; } }
  .admission_capArea {
	  margin-bottom: 75px;
  }
  .admission_btn_area {
	  margin-bottom: 75px;
  }

  .topics_list {
	  margin-top: 50px;
  }

  .topics_list ul {
	  margin-top: 20px;
	  padding: 10px 20px;
	  border: 1px solid #00999e;
	}

	.topics_list ul li {
		border-top: 2px solid #f5f5f5;
		padding: 10px 0;
	}

	.topics_list ul li:first-child {
		border-top: none;
	}

	.topics_list ul li dl {
		line-height: 1.5;
	}

	.topics_list ul li dl dt {
		margin-bottom: 5px;
	}

@media only screen and (max-width: 750px) {
  .main_container .main_img p {
    display: none; }

  .project_list {
    display: none; }

  .project_list_02 {
    display: block; }
    .project_list_02 ul {
      margin-top: 30px;
      margin-bottom: 60px; }
      .project_list_02 ul li {
        position: relative;
        margin: 6.3px; }
        .project_list_02 ul li a {
          display: block; }
          .project_list_02 ul li a span {
            font-size: 20px;
            font-size: 2.0rem;
            position: absolute;
            bottom: 14px; }
          .project_list_02 ul li a .left_point_01 {
            top: 36%;
				    left: 28%;}
          .project_list_02 ul li a .left_point_02 {
            top: 36%;
				    left: 28%;}
          .project_list_02 ul li a .left_point_03 {
            top: 36%;
				    left: 28%;}

  .news_title {
    display: table;
    margin: 15px; }
    .news_title h2 {
      display: table-cell; }
    .news_title p {
      display: table-cell;
      padding-left: 20px; }
      .news_title p span {
        background-image: url(../img/common/arrow_green_r.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 10px; }

  .news_gyokai_title {
    display: table; 
	margin: 15px;}
    .news_gyokai_title h2 {
      display: table-cell; }
    .news_gyokai_title p {
      display: table-cell;
      padding-left: 10px; }
      .news_gyokai_title p span {
        background-image: url(../img/common/arrow_green_r.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 10px; }

  .news_topics {
    background-color: #f5f5f5;
    margin-bottom: 30px; }
    .news_topics .news {
      padding-top: 10px;
      padding-bottom: 30px;
      background-color: #f5f5f5; }
    .news_topics .text_btn {
      padding-bottom: 30px;
      margin: 0 15px; }
      .news_topics .text_btn .img_01 {
        padding: 20px 20px 0px 20px;
        background-color: #ffffff; }
        .news_topics .text_btn .img_01 img {
          margin-bottom: 20px; }
      .news_topics .text_btn .btn-area {
        padding: 20px;
        background-color: #ffffff; }
        .news_topics .text_btn .btn-area .btn_01 {
          margin: 10px 0; }

  .box_area {
    height: 700px;
    overflow-y: scroll;
    background-color: #ffffff;
    padding: 20px 10px 20px 20px;
    margin: 0 15px; }
    .box_area .box {
      border-bottom: 5px solid #f5f5f5;
      padding-bottom: 15px;
      padding-top: 20px; }
      .box_area .box .date {
        display: table-cell;
        width: 80px; }
      .box_area .box .news_text {
        display: table-cell;
        padding-left: 5px;
        white-space: normal; }

  .box_area2 .box {
      border-bottom: 5px solid #f5f5f5;
      padding-bottom: 15px;
      padding-top: 20px; }
      .box_area2 .box .date {
        display: table-cell;
        width: 80px; }
      .box_area2 .box .news_text {
        display: table-cell;
        padding-left: 5px;
		width: 230px;
        white-space: normal; }

  .box_area3 {
    height: 400px;
    overflow-y: scroll;
    background-color: #ffffff;
    padding: 20px 10px 20px 20px;
    margin: 0 15px; }
    .box_area3 .box {
      border-bottom: 5px solid #f5f5f5;
      padding-bottom: 15px;
      padding-top: 20px; }
      .box_area3 .box .date {
        display: table-cell;
        width: 80px; }
      .box_area3 .box .news_text {
        display: table-cell;
        padding-left: 5px;
        white-space: normal; }

  .project_list ul {
    margin-top: 60px;
    margin-bottom: 60px; }
    .project_list ul li {
      display: inline-block;
      position: relative;
      width: 186px;
      margin: 6.3px; }
      .project_list ul li:first-child {
        margin-left: 0; }
      .project_list ul li:last-child {
        margin-right: 0; }
      .project_list ul li a {
        display: block; }
        .project_list ul li a span {
          font-size: 15px;
          font-size: 1.5rem;
          position: absolute;
          bottom: 14px; }
        .project_list ul li a .left_point_01 {
          left: 56px; }
        .project_list ul li a .left_point_02 {
          left: 46px; }
        .project_list ul li a .left_point_03 {
          left: 66px; } }

@media print, screen and (min-width: 751px) {
  .cat_area {
    height: 196px;
    margin-left: 46px;
    margin-bottom: 60px; }

  .cat_menu {
    padding-top: 29px;
    padding-bottom: 20px; }

  .bg_color_grey {
    width: 100%;
    height: 196px;
    background-color: #f5f5f5;
    position: absolute;
    top: 207px; }

	.bg_color_covid {
    width: 100%;
    height: 196px;
    background-color: #FFFED9;
    position: absolute;
    top: 207px; }

  /*sitemap*/
  .page_sitemap {
    float: left;
    margin-bottom: 80px;
    position: relative; }
    .page_sitemap .sitmap_list {
      width: 349px; }
    .page_sitemap .sitmap_item {
      border-top: 2px solid #007276;
      padding-bottom: 30px; }
      .page_sitemap .sitmap_item li {
        padding-top: 16px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #000000; }
        .page_sitemap .sitmap_item li:first-child {
          padding-left: 13px;
          border-bottom: 1px dotted #000000; }
        .page_sitemap .sitmap_item li:last-child {
          border-style: none; }
      .page_sitemap .sitmap_item a {
        display: block; }
        .page_sitemap .sitmap_item a span {
          background-image: url(../img/common/arrow_green_r.png);
          background-position: left center;
          background-repeat: no-repeat;
          padding-left: 10px; }

  .sitemap_left,
  .sitemap_right {
    float: left;
    margin-left: 46px; }

  .btn_size {
    width: 200px; }

  .bg_red, .bg_blue, .bg_green, .bg_purple {
    padding: 6px; }

  .bg_red {
    background-color: #e54c4c; }

  .bg_blue {
    background-color: #396bdc; }

  .bg_green {
    background-color: #008866; }

  .bg_color_jamdi_green {
    background-color: #01999E; }

  .bg_purple {
    background-color: #b14bb0; }

  .bg_lightgreen {
    background-color: #a9e2e4; }

  .dijestaikon{
	width: 60px;
	margin-right: 10px;
}

  
/* ================================================
   テーブル・ボックス
================================================ */
/* テーブル
  ---------------------------------------------------- */
  .table_01 {
    width: 745px;
    margin-top: 46px; }
    .table_01 .bg_th_01 {
      background-color: #a9e2e4; }
    .table_01 .bg_th_02 {
      background-color: #01999E;
	color: #ffffff; }
    .table_01 .td_area_01 {
      width: 15%;
      text-align: center; }
    .table_01 .td_area_02 {
      width: 25%;
      text-align: center; }
    .table_01 .td_area_02.pt2 {
      width: 25%;
      padding-left: 60px;
      text-align: left; }
    .table_01 .td_area_03 {
      text-align: center; }
    .table_01 .ls0_5 {
	    letter-spacing: 0.5em;
	  }
    .table_01 .ls2 {
	    letter-spacing: 2em;
	  }
	  .table_01 .tableCap {
		  font-size: 14px;
		  text-align: right;
		}
  table {
    border-collapse: collapse;
    border-spacing: 0; 
		border-left: 2px solid #cccccc; 
    border-top: 2px solid #cccccc; 
    }

  table td {
    background-color: #ffffff;
    border-right: 2px solid #cccccc; 
    border-bottom: 2px solid #cccccc; 

    padding: 10px;
    line-height: 2; }
    table td img {
      width: 20px;
      vertical-align: middle;
      margin-right: 5px; }

  .border_u_d {
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9; }
   .border__u {
    border-top: 1px solid #b9b9b9;}

  .box_001 {
    width: 745px;
    height: 243px;
    padding: 30px 0; }
    .box_001 .box_img {
      width: 128px;
      float: left; }
    .box_001 .box_text {
      padding-left: 159px; }
      .box_001 .box_text .box_text_up {
        border-left: 9px solid #5dc8cb;
        padding-left: 15px;
        margin-bottom: 30px; }
        .box_001 .box_text .box_text_up .text_title_001 {
          font-size: 22px;
          font-size: 2.2rem; }
        .box_001 .box_text .box_text_up .text_date_001 img {
          width: 20px;
          vertical-align: middle;
          margin-right: 5px; }

   .box_002 {
    width: 745px;
    padding: 30px 0; }
    .box_002 .box_text {
      padding-left: 0px; }
      .box_002 .box_text .box_text_up {
        border-left: 9px solid #5dc8cb;
        padding-left: 15px;
        margin-bottom: 30px; }
        .box_002 .box_text .box_text_up .text_title_001 {
          font-size: 22px;
          font-size: 2.2rem; }
        .box_002 .box_text .box_text_up .text_date_001 img {
          width: 20px;
          vertical-align: middle;
          margin-right: 5px; }

  .clearfix {
    *zoom: 1; }

  .clearfix:after {
    content: '';
    display: table;
    clear: both; }

  #wrap {
    display: inline-block;
    position: relative;
    height: 75px;
    float: left;
    padding: 0;
    position: relative; }

  .about_area {
    margin-bottom: 55px; }
    .about_area p {
      vertical-align: top;
      display: inline-block; }
      .about_area p img {
        width: 315px; }
    .about_area .ck_area {
      width: 425px;
      padding-left: 30px; }

  .btn_colum_2nd {
    width: 349px; 
    }

  .vision_area p {
    vertical-align: top;
    float: left; }
    .vision_area p img {
      width: 142px; }
  .vision_area .text_area {
    width: 598px;
    padding-left: 30px; }

  .people_area p {
    vertical-align: top;
     }
    .people_area p img {
      }
  .people_area .ck_area {
  }
    .people_area .ck_area span {
      font-size: 22px;
      font-size: 2.2rem;
      padding-right: 16px; }

  .room_area p {
    vertical-align: top;
     }
    .room_area p img {
      width: 350px;
      margin-right: 20px; 
      }
  .room_area .ck_area {
    width: 100%;
     }
    .room_area .ck_area span {
      font-size: 22px;
      font-size: 2.2rem;
      padding-right: 16px; }

  .under_line {
    border-bottom: 1px solid #b9b9b9; }

  .common_left_area {
    width: 745px; }

  .float_left {
    float: left; }

  .float_right {
    float: right; }

  .text_center {
    text-align: center;
    vertical-align: middle; }

  .border_b_none {
    border-bottom-style: none; }

  .mgB77 {
    margin-bottom: 77px; }

  
/* ================================================
   会員ページ
================================================ */

  .member_infor .the_page li {
    margin-bottom: 60px; }
    .member_infor .the_page li p {
      width: 349px; }

  .table_02 {
    margin-bottom: 75px; }
    .table_02 table {
      width: 100%; }
      .table_02 table .table_left {
        width: 50%; }
      .table_02 table a {
        display: block; }
        .table_02 table a span {
          background-image: url(../img/common/arrow_green_r.png);
          background-position: left center;
          background-repeat: no-repeat;
          padding-left: 10px; }
				.table_02 .bg_th_01 {
					background-color: #a9e2e4;
					text-align: center;
				}
  .table_03 {
    margin-bottom: 75px; }
    .table_03 table {
      width: 100%; }
      .table_03 table .table_left {
        width: 30%; }
      .table_03 table .table_right {
        width: 70%; }
      .table_03 table a {
        display: block; }
        .table_03 table a span {
          background-image: url(../img/common/arrow_green_r.png);
          background-position: left center;
          background-repeat: no-repeat;
          padding-left: 10px;}
        .table_03 table .td_img_area {
	        width: 225px;
        }
				.table_03 table .td_img_area img {
					max-width: 203px;
				}

  .table_04 {
    margin-bottom: 75px; }
    .table_04 table {
      width: 100%; }
      .table_04 table .table_colum_1st {
        width: 40%; }
      .table_04 table .table_colum_2nd {
        width: 20%; }

  .member_company {
    border: 10px solid #f5f5f5; }
    .member_company ul {
      float: left;
      margin: 48px 0 48px 70px; }
      .member_company ul li {
        float: left;
        padding-bottom: 20px;
        margin-right: 35px; }
        .member_company ul li:last-child {
          padding-bottom: 0; }
        .member_company ul li a {
          display: block; }
          .member_company ul li a span {
            background-image: url(../img/common/arrow_green_r.png);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 10px; }

  .member_page {
    margin-left: 45px;
    margin-bottom: 80px; }

  .surgical_img_area {
    font-size: 0;
    margin-bottom: 77px; }
    .surgical_img_area p {
      vertical-align: top;
      display: inline-block; }
      .surgical_img_area p img {
        width: 348.5px; }

  .people_area p {
    vertical-align: top;
     }
    .people_area p img {
      width: 240px;
      margin-right: 30px;
       }
  .people_area .ck_area {
    width: 100%;
     }
    .people_area .ck_area span {
      font-size: 22px;
      font-size: 2.2rem;
      padding-right: 16px; }

  .page_business {
    float: left;
    position: relative; }

  .page_common {
    float: left;
    margin-bottom: 80px;
    position: relative; }

  .map_area iframe {
    border: 0;
    margin: 35px 0 76px 0;
    width: 745px;
    height: 400px; }

  .pdf_btn_size {
    width: 349px;
    margin: 77px auto; }

  .anzen_page {
    margin-left: 45px;
    margin-bottom: 80px; }

  .business_area ul li {
    margin: 77px 0; }

  .right_btn_size {
    width: 349px; }

  .btn_size_01 {
    width: 349px;
    margin: 0 auto; }

  .btn_size_02 {
    width: 235px; }

  .link_page {
    margin-left: 45px;
    margin-bottom: 80px; }

  .member_a_page {
    margin-left: 45px;
    margin-bottom: 80px; }

  .member_list_img img {
    width: 100px; }

  .mgB80 {
    margin-bottom: 80px; }

  .digest_list_item {
    border: 10px solid #f5f5f5; }
    .digest_list_item li {
      padding-bottom: 20px;
      width: 254px;
      display: inline-block; margin: 0 18px;

       }
      .digest_list_item li a {
        display: block; }
        .digest_list_item li a span {
          background-image: url(../img/common/arrow_green_r.png);
          background-position: left center;
          background-repeat: no-repeat;
          padding-left: 10px; }
    .digest_list_item .digest_list_1st {
      margin: 48px 0 48px 70px; }
    .digest_list_item .digest_list_2nd {
      margin: 48px 70px 48px 0; }

  .arrow_plus a {
    display: block; }
    .arrow_plus a span {
      background-image: url(../img/common/arrow_green_r.png);
      background-position: left center;
      background-repeat: no-repeat;
      padding-left: 10px; }

  .under_line_02 {
    border-bottom: 2px solid #f5f5f5; }

  .btn_list_item {
    display: inline-block;
    font-size: 0; }
    .btn_list_item li {
      display: inline-block;
      margin-top: 33px; }

  .bg_infor {
    color: #ff0000;
    padding: 5px;
    background-color: #ffffff; }

    .col2_img p{width: 50%;padding: 30px 20px;float: left;}
     }
.mgT30 a img {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px; }

@media only screen and (max-width: 750px) {
  .side_bar {
    display: none; }

  .mgT30 {
    padding: 20px; }

  .cat_menu {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 15px; }

	.vision_area p.btn_01_s {
		padding: 10px;
	}

	.box_001 .box_img img {
		max-width: 100%;
	}

  /*sitemap*/
  .page_sitemap {
    margin-bottom: 80px;
    position: relative; }
    .page_sitemap .sitmap_item {
      border-top: 2px solid #007276;
      padding-bottom: 30px; }
      .page_sitemap .sitmap_item li {
        padding-top: 16px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #000000; }
        .page_sitemap .sitmap_item li:first-child {
          padding-left: 13px;
          border-bottom: 1px dotted #000000; }
        .page_sitemap .sitmap_item li:last-child {
          border-style: none; }
      .page_sitemap .sitmap_item a {
        display: block; }
        .page_sitemap .sitmap_item a span {
          background-image: url(../img/common/arrow_green_r.png);
          background-position: left center;
          background-repeat: no-repeat;
          padding-left: 10px; }

  .sitemap_left,
  .sitemap_right {
    margin: 0 15px; }

  .btn_size {
    width: 100%; }

  .bg_red, .bg_blue, .bg_green, .bg_purple {
    padding: 6px; }

  .bg_red {
    background-color: #e54c4c; }

  .bg_blue {
    background-color: #396bdc; }

  .bg_green {
    background-color: #008866; }

  .bg_purple {
    background-color: #b14bb0; }

  .bg_lightgreen {
    background-color: #a9e2e4; }

  .dijestaikon{
	width:60px;
	margin-right: 10px;
}

  /* クールなテーブル
  ---------------------------------------------------- */
  .table_01 {
    margin-top: 46px;
    margin-right: 15px;
    margin-left: 15px; 
    width: 91%;
    }
    .table_01 .bg_th_01 {
      background-color: #a9e2e4; }
    .table_01 .td_area_01 {
      width: 30%;
      text-align: center; }
		.table_01 .tableCap {
		  font-size: 12px;
		  text-align: right;
		}
  table {
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 2px solid #cccccc; 
    border-top: 2px solid #cccccc; 
     }

  table td {
    background-color: #ffffff;
    border-right: 2px solid #cccccc; 
    border-bottom: 2px solid #cccccc; 
    padding: 10px;
    line-height: 2;
        word-break: break-all;/* add18.23 */
     }
    table td img {
      width: 20px;
      vertical-align: middle;
      margin-right: 5px; }

  .border_u_d {
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9; }
     .border__u {
    border-top: 1px solid #b9b9b9;}

  .box_001 {
    padding: 30px 15px; }
    .box_001 .box_img {
      padding: 30px;
      width: 100%;
      float: none; }
    .box_001 .box_text .box_text_up {
      border-left: 9px solid #5dc8cb;
      padding-left: 15px;
      margin-bottom: 30px; }
      .box_001 .box_text .box_text_up .text_title_001 {
        font-size: 22px;
        font-size: 2.2rem; }
      .box_001 .box_text .box_text_up .text_date_001 img {
        width: 20px;
        vertical-align: middle;
        margin-right: 5px; }

  .box_002 {
    padding: 30px 15px; }
    .box_002 .box_text .box_text_up {
      border-left: 9px solid #5dc8cb;
      padding-left: 15px;
      margin-bottom: 30px; }
      .box_002 .box_text .box_text_up .text_title_001 {
        font-size: 22px;
        font-size: 2.2rem; }
      .box_002 .box_text .box_text_up .text_date_001 img {
        width: 20px;
        vertical-align: middle;
        margin-right: 5px; }

  .clearfix {
    *zoom: 1; }

  .clearfix:after {
    content: '';
    display: table;
    clear: both; }

  #wrap {
    display: inline-block;
    position: relative;
    height: 75px;
    float: left;
    padding: 0;
    position: relative; }
 .about_area .ck_area2 {padding: 0;}
  .about_area p {
    padding: 20px; }
    .about_area p img {
      width: 100%; }

  .vision_area p {
    vertical-align: top;
    padding: 20px 30px; }
  .vision_area .text_area {
    padding-left: 30px; }

  .room_area .ck_area {
    padding-top: 15px; }
    .room_area .ck_area span {
      font-size: 22px;
      font-size: 2.2rem;
      padding-right: 16px; }

  .under_line {
    border-bottom: 1px solid #b9b9b9; }

  .ue_space {
    padding: 30px 0 60px 0; }

  .float_left {
    float: none; }

  .float_right {
    float: none; }

  .text_center {
    text-align: center;
    vertical-align: middle; }

  .border_b_none {
    border-bottom-style: none; }

  .mgB77 {
    margin-bottom: 77px; }

  /*member*/
  .member_infor .the_page li {
    margin: 0px 15px 30px 15px; }

  .table_02 {
    margin-bottom: 40px; }
    .table_02 table {
      width: 100%; }
      .table_02 table .table_left {
        width: 50%; }
      .table_02 table a {
        display: block; }
        .table_02 table a span {
          background-image: url(../img/common/arrow_green_r.png);
          background-position: left center;
          background-repeat: no-repeat;
          padding-left: 10px; }
				.table_02 .bg_th_01 {
					background-color: #a9e2e4;
					text-align: center;
					font-size: 100%;
				}

  .table_03 {
    margin-bottom: 75px; }
    .table_03 table {
      width: 100%; }
      .table_03 table .table_left {
        width: 30%; }
      .table_03 table .table_right {
        width: 70%; }
      .table_03 table a {
        display: block; }
        .table_03 table a span {
          background-image: url(../img/common/arrow_green_r.png);
          background-position: left center;
          background-repeat: no-repeat;
          padding-left: 10px; }

  .table_04 {
    margin-bottom: 75px; }
    .table_04 table {
      width: 100%; }
      .table_04 table .table_colum_1st {
        width: 40%; }
      .table_04 table .table_colum_2nd {
        width: 20%; }

  .member_company {
    border: 10px solid #f5f5f5; }
    .member_company ul {
      float: left;
      margin: 15px 15px 15px; }
      .member_company ul li {
        float: left;
        padding-bottom: 20px;
        margin-right: 35px; }
        .member_company ul li:last-child {
          padding-bottom: 0; }
        .member_company ul li a {
          display: block; }
          .member_company ul li a span {
            background-image: url(../img/common/arrow_green_r.png);
            background-position: left center;
            background-repeat: no-repeat;
            padding-left: 10px; }

  .member_page {
    margin-bottom: 40px; }

  .surgical_img_area {
    font-size: 0;
    margin-bottom: 77px; }
    .surgical_img_area p {
      vertical-align: top;
      display: inline-block; }

  .people_area p img {
    padding: 0; }
  .people_area .ck_area {
    margin: 15px 0;

     }
    .people_area .ck_area span {
      font-size: 22px;
      font-size: 2.2rem;
      padding-right: 16px; }

  .page_business {
    float: left;
    position: relative; }

  .page_common {
    float: none;
    position: relative; }

  .map_area iframe {
    border: 0;
    margin: 15px 0;
    padding: 0 20px;
    width: 100%;
    height: 400px; }

  .pdf_btn_size {
    width: 80%;
    margin: 30px auto; }

  .anzen_page {
    margin-left: 0px;
    margin-bottom: 80px; }

  .business_area {
    margin-bottom: 60px; }
    .business_area ul li {
      margin: 15px; }
    .business_area img {
      padding: 15px; }

  .aki_space {
    margin: 0 15px; }

  .right_btn_size {
    width: 100%; }

  .btn_size_01 {
    margin: 15px 20px; }

  .link_page {
    margin-bottom: 80px; }

  .member_a_page {
    margin-bottom: 80px; }

  .member_list_img img {
    width: 100px; }

  .mgB80 {
    margin-bottom: 0px;
    }

  .digest_list_item {
    border: 10px solid #f5f5f5;
    margin-top: 20px; }
    .digest_list_item li {
      padding-bottom: 20px; }
      .digest_list_item li a {
        display: block; }
        .digest_list_item li a span {
          background-image: url(../img/common/arrow_green_r.png);
          background-position: left center;
          background-repeat: no-repeat;
          padding-left: 10px; }
    .digest_list_item .digest_list_1st {
      margin: 30px 0 0 40px; }
    .digest_list_item .digest_list_2nd {
      margin: 0 0 30px 40px; }

  .arrow_plus {
    padding-bottom: 20px; }
    .arrow_plus a {
      display: block; }
      .arrow_plus a span {
        background-image: url(../img/common/arrow_green_r.png);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 10px; }

  .under_line_02 {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 40px; }

  .btn_list_item {
    font-size: 0;
    padding-top: 0; }
    .btn_list_item li {
      margin-top: 10px; }

  .bg_infor {
    color: #ff0000;
    padding: 5px;
    background-color: #ffffff; } }

.inner_0 {width: 100%;}


/* ================================================
   Google カスタム検索
================================================ */

.gsc-control-wrapper-cse .gsc-input-box,
.gsc-control-wrapper-cse table.gsc-search-box,
.gsc-control-wrapper-cse table.gsc-search-box td,
.gsc-control-cse .gsc-table-result,
.gsc-table-cell-thumbnail,
.gs-promotion-image-cell,
.gsc-table-cell-snippet-close {
	border: none;
	line-height: normal !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
}

.gsc-control-wrapper-cse {
	padding-right: 10px;
}

.gsc-control-wrapper-cse .gsc-input-box {
	height: auto !important;
}

.gsc-control-wrapper-cse table.gsc-search-box #gs_id50 {
	border: 1px solid #cccccc;
}

.gsc-control-wrapper-cse table.gsc-search-box td#gs_tti50 {
	border: none;
	padding: 0;
}

.gsc-control-wrapper-cse table.gsc-search-box td#gs_tti50 input {
	padding: 10px !important;
	display: block;
	height: auto !important;
}

.gsc-control-wrapper-cse table.gsc-search-box .gsc-search-button {
	padding: 0;
}

.gsc-control-wrapper-cse table.gsc-search-box .gsc-search-button .gsc-search-button {
	display: block;	
	width: 38px;
	height: 38px;
	/*background: #00999e url(../img/common/icon_search.png) no-repeat center center;*/
}

.gs-web-image-box-portrait img.gs-image {
	width: auto !important;
	margin-right: 0;
}

.gs-web-image-box img.gs-image, .gs-promotion-image-box img.gs-promotion-image {
	width: auto !important;
}

.gsc-above-wrapper-area-container,
.gsc-above-wrapper-area-container td,
.gsc-resultsHeader,
.gsc-resultsHeader td {
	border: none !important;
}

.add_green_arrow {}
.add_green_arrow a span {
padding-left: 10px;
vertical-align: middle;
display: inline-block;
background-image: url(../img/common/arrow_green_r.png);
background-position: left center;
}

.td_img_area img {
	width: 100%;
	vertical-align: top;
}

.text_right {text-align: right;}
.text_space_01 {line-height: 1.8; margin-bottom: 10px;}
.text_space_01 span {padding: 10px; border: 1px solid red; color: red; margin: 5px 0;}
.text_red {color: red;}
.message_chief {
	text-align: center;
}
.message_chief img {
	width: 300px;
	margin-bottom: 20px; 
}
@media only screen and (max-width: 750px) {
.message_chief img {
width: 100%;
padding: 20px;
}
.col2_img p{width: 100%;float: none; padding: 20px;}
.admission_capArea {
  margin-bottom: 30px;
}
.admission_btn_area {
  margin-bottom: 30px;
}
.topics_list ul {
  margin-left: 20px;
  margin-right: 20px;
}
}

.aLink{color:#00999e;}
.ck_area2{
	margin-bottom: 20px;
}
.youtube {
	position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100%!important;
height: 100%!important;
}

.work_space {letter-spacing: -.1px}
	.member_box_area {
		padding: 10px;
		border: 1px solid #00999e;
	}
	@media only screen and (max-width: 750px){
	.member_box_area {
		margin: 20px;
	}
	.member_box_area ul li {
		line-height: 2.5;
	}
	}
	.member_box_area ul {
		margin-left: 10px;
	}
		.member_box_area ul li {
		margin: 20px 0;
	}
			.member_box_area ul li .span_pdf {
		  background-position: left 50%;
    background-image: url(../img/common/icon_download.png);
    background-size: 20px;
				padding-left: 30px;
	}
	.member_box_area ul li img {
		width: 16px;
		height: 16px;
	}
	.tb_space {line-height: 2;}
	.have_l_space {padding-left: 30px;}
	.have_border_bottom {border-bottom: 1px solid #00999e}

.heading_top{
	text-align: center;
	font-size: 35px;
	margin-top: 60px;
}
._sp {display: none;}
.heading_top span.line_center {
	background-image: url(../img/top/bg_line.png);
	background-position: left 50%;
	margin: 0 15px;
}
@media only screen and (max-width: 750px){
.heading_top span.line_center {
	display: none;
}
._sp {
	display: block;
}
.heading_top{
	font-size: 25px;
	margin-top: 30px;
	line-height: 1.5;
}
}

				.word_download{
				width: 20px;
    vertical-align: middle;
    margin-right: 5px;
				}
				.bold_text {
					font-size: 20px;
					color: #00999e;
					font-weight: 500;
					margin-top: 10px;
					margin-bottom: 10px;
				}
				@media only screen and (max-width: 750px) {
					.rlpd20 {
						padding: 0 20px;
					}
				}


/* ================================================
   コロナ対策ページ
================================================ */

@media print, screen and (min-width: 751px) {

/*コロナ関連対策ページのCSS_3箇所へのリンク設置エリア_20210511*/
.covid-info{
border: 1px solid;
	border-color: orange;
	}	

.covid-info p{
padding:5pt;
	background-color: orange;
	text-align:center;
	font-size: 18px;
	color:#ffffff;
	}

.covid-info a{
	padding:0pt 0px;
	display: block;
	font-size: 12.6px;
	}

.covid-infos{
	padding:10pt 8pt;
	}

/* コロナウイルスのトップバナー（旧） */
.btn_covid {
	background:url("../img/top/covidbanner.jpg") ;
}
.btn_covid a {
	color: #ffffff;
	line-height:25px;
	}
.btn_covid a span {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	display: block;	
	background-position: 95% 50%;
	background-image: url(../img/common/arrow_red.png);
	background-size: 18px;
	padding: 20px 0;
	}

.heading_keizai {
    font-size: 30px;
    font-size: 3rem;
    background-image: url(../img/common/icon_square_keizai.png);
    background-position: left center;
    padding: 15px 0 15px 45px; }	

.heading_zeisei {
    font-size: 30px;
    font-size: 3rem;
    background-image: url(../img/common/icon_square_zeisei.png);
    background-position: left center;
    padding: 15px 0 15px 45px; }	

.covid-p{
	margin-bottom:85px;
	}

.bn_taisaku{
	width: 352px;
	height: 224px;
    background: linear-gradient(#f5d5a0 0%, #edad46 100%);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.47);
	outline: 2px solid rgba(255,255,255,0.5);
  	outline-offset: -10px;
}
.bn_taisaku p{
	font-weight: normal;
	font-size: 37px;
	line-height: 224px;
	text-align: center;
	color: #fff;
}

.bn_keizai{
	background: linear-gradient(#f5d5a0 0%, #edad46 100%);
}
.bn_zeisei{
	background: linear-gradient(#f2a8a0 0%, #f0685b 100%);
}

.bn_area{

	display:flex;
	justify-content: space-between;
}
.bn_kigyo{
	width: 49%;
	height: 138px;
	border-radius: 17px;
}

.bn_kigyo img{
	width: 60px;
	height: 60px;
	margin:20px 146px 0px;
}
.bn_kigyo p{
	font-weight: normal;
	font-size: 29px;
	line-height: 45px;
	text-align: center;
	color: #fff;

}

.bn_chusho{
	background: #5cb596;
}

.bn_dai{
	background: #6EAAD0;
}

.kigyo_icon{
	margin:0 auto 70px;
	text-align: center;
}

.kigyo_icon img{
	width:60px;
	height:60px;

}

.kigyo_icon p{
font-family: "Hiragino Kaku Gothic ProN";
font-weight: normal;
font-size: 29px;
line-height: 31px;
text-align: center;

}

.tab-wrap {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.tab-label {
    background-color: #e5e5e5;
    order: -1;
	width: 49%;
	height: 51px;

	border-radius: 10px 10px 0px 0px;
	font-weight: normal;
	font-size: 18px;
	line-height: 56px;
	text-align: center;
	color: #737373;
	display: block;
	cursor:pointer;
}
.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch_midori:checked+.tab-label {
    background: #5CB596;
	height: 54px;
	color:white;
	font-size: 23px;
	padding-top:3px;
}

.tab-switch_ao:checked+.tab-label {
    background: #6EAAD0;
	height: 54px;
	color:white;
	font-size: 23px;
	padding-top:3px;
}
.tab-switch_midori:checked+.tab-label+.tab-content {
     display: block;
}
.tab-switch_ao:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch_midori{
    display: none;
}

.tab-switch_ao{
    display: none;
}

.covid_content{
	margin-top:25px;
}

.covid_content1{
	witdh:100%;
	height: auto;
	padding:20px 30px;
	display: flex;
    justify-content: space-between;
	align-items: center;
	cursor:pointer;	
}

.non_subtitle{
	padding:32px 30px;
	}

.covid_content1.midori_background:hover{
	background-color:#5CB596;
}

.covid_content1.ao_background:hover{
	background-color:#6EAAD0;
}

.content_tltle{
	font-size:17pt;
}

.content_subtltle{
	font-size:26pt;
}

.covid_content1 img{
	width:37px;
	height:37px;
	padding:auto;
}

.covid_content2{
	width: 100%;
	height: auto;
	padding:20px 30px;
	display:none;
	text-align: justify;

}

.covid_content2 a{
	border-bottom:solid 1px;
	color:coral;
	word-break: break-all;
}

.midashi{
	font-weight:bold;
}

.midori{
	color:#5CB596;
}
.ao{
	color:#6EAAD0;
}
.midori_border{
	border: 3px solid #a3d0c1;
}
.ao_border{
	border: 3px solid #aed1e7;
}

.midori_background{
	background-color: #a3d0c1;
}

.ao_background{
	background-color: #aed1e7;
}

.toiawase{
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 5px;
	background: #ebebeb;
	padding:15px 20px;
	margin-top:10px;

}

.tab_border_midori{
	width: 100%;
	height: 0px;
	border: 2px solid #5CB596;

}

.tab_border_ao{
	width: 100%;
	height: 0px;
	border: 2px solid #6EAAD0;

}

.link-dai{
	margin-top:100px;
	display:block;
	text-align: right;
}

.link-dai a{
	font-size:16px;
	padding-right:6px;
	vertical-align:20%;

}

.link-dai img{
	width:20px;
	height:20px;

}

.link-taisaku{
	margin-top:20px;
	display:block;
	text-align: right;
}

.link-taisaku a{
	font-size:16px;
	font-weight: normal;

}

.link-taisaku img{
	width:20px;
	height:20px;
}

.pink{
	color: #EA8479;	
	}	

.yellow{
	color: #debd40;
	}

.return-covid-top{
	margin-top:20px;
	display:block;
	text-align: right;
}

.return-covid-top a{
	font-size:16px;
	font-weight: normal;
	color:#888888;
}

.return-covid-top img{
	width:20px;
	height:20px;
}
.vartical{
	padding-right:6px;
	vertical-align:30%;	
}

}

@media only screen and (max-width: 750px) {

/*コロナ関連対策ページのCSS_3箇所へのリンク設置エリア_20210511*/
.covid-info{
border: 1px solid;
	border-color: orange;
	}	

.covid-info p{
padding:5pt;
	background-color: orange;
	text-align:center;
	font-size: 18px;
	color:#ffffff;
	}

.covid-info a{
	padding:0pt 10px;
	display: block;
	font-size: 14px;
	}

.covid-infos{
	padding:10pt 8pt;
	}	

/* コロナウイルスのトップバナー（旧） */

.btn_covid {
	background:url("../img/top/covidbanner.jpg") ;
	background-size: cover;
}
.btn_covid a {
	color: #ffffff;
	line-height:25px;
	}
.btn_covid a span {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	display: block;	
	background-position: 95% 50%;
	background-image: url(../img/common/arrow_red.png);
	background-size: 18px;
	padding: 20px 0;
	}

.heading_keizai {
    font-size: 30px;
    font-size: 3rem;
    background-image: url(../img/common/icon_square_keizai.png);
    background-position: left center;
    padding: 15px 0 15px 45px; 
	margin-left:20px;
	margin-top:20px;
	}	

.heading_zeisei {
    font-size: 30px;
    font-size: 3rem;
    background-image: url(../img/common/icon_square_zeisei.png);
    background-position: left center;
    padding: 15px 0 15px 45px; 
	margin-left:20px;
	margin-top:20px;
	}	

.covid-p{
	margin-bottom:30px;
	}

.bn_taisaku{
	width: 48%;
	height: 160px;
    background: linear-gradient(#f5d5a0 0%, #edad46 100%);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.47);
	outline: 2px solid rgba(255,255,255,0.5);
  	outline-offset: -8px;

}
.bn_taisaku p{
	font-weight: normal;
	font-size: 30px;
	display:block;
	line-height:165px;
	text-align: center;
	color: #fff;
}

.bn_keizai{
	background: linear-gradient(#f5d5a0 0%, #edad46 100%);
}
.bn_zeisei{
	background: linear-gradient(#f2a8a0 0%, #f0685b 100%);
}

.bn_area{

	display:flex;
	justify-content: space-between;
	padding:0 20px;
}
.bn_kigyo{
	width: 49%;
	height: 138px;
	border-radius: 17px;
	cursor:pointer;
}

.bn_kigyo img{
	display:block;
	width: 60px;
	height: 60px;
	margin:0 auto;
	max-width: 50%;
}
.bn_kigyo p{
	font-weight: normal;
	font-size: 29px;
	line-height: 45px;
	text-align: center;
	color: #fff;

}

.bn_chusho{
	background: #5cb596;
}

.bn_dai{
	background: #6EAAD0;
}

.kigyo_icon{
	margin:0 auto 70px;
	text-align: center;
}

.kigyo_icon img{
	width:60px;
	height:60px;

}

.kigyo_icon p{
font-family: "Hiragino Kaku Gothic ProN";
font-weight: normal;
font-size: 29px;
line-height: 31px;
text-align: center;

}

.tab-wrap {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	padding:0 20px;
}
.tab-label {
    background-color: #e5e5e5;
    order: -1;
	width: 49%;
	height: 51px;

	border-radius: 10px 10px 0px 0px;
	font-weight: normal;
	font-size: 18px;
	line-height: 56px;
	text-align: center;
	color: #737373;
	display: block;
}
.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch_midori:checked+.tab-label {
    background: #5CB596;
	height: 54px;
	color:white;
	font-size: 23px;
	padding-top:3px;
}

.tab-switch_ao:checked+.tab-label {
    background: #6EAAD0;
	height: 54px;
	color:white;
	font-size: 23px;
	padding-top:3px;
}
.tab-switch_midori:checked+.tab-label+.tab-content {
     display: block;
}
.tab-switch_ao:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch_midori {
    display: none;
}

.tab-switch_ao {
    display: none;
}

.covid_content{
	margin-top:25px;
}

.covid_content1{
	witdh:100%;
	height: auto;
	padding:20px 30px;
	display: flex;
    justify-content: space-between;
	align-items: center;

}
.covid_content1.midori_background:hover{
	background-color:#5CB596;
}

.covid_content1.ao_background:hover{
	background-color:#6EAAD0;
}

.content_tltle{
	font-size:17pt;
}

.content_subtltle{
	font-size:26pt;
}

.covid_content1 img{
	width:37px;
	height:37px;
	padding:auto;
}

.covid_content2{
	width: 100%;
	height: auto;
	padding:20px 30px;
	display:none;
	text-align: justify;

}

.covid_content2 a{
	border-bottom:solid 1px;
	color:coral;
	word-break: break-all;
}

.midashi{
	font-weight:bold;
}

.midori{
	color:#5CB596;
}
.ao{
	color:#6EAAD0;
}

.midori_border{
	border: 3px solid #a3d0c1;
}
.ao_border{
	border: 3px solid #aed1e7;
}

.midori_background{
	background-color: #a3d0c1;
}
.ao_background{
	background-color: #aed1e7;
}

.toiawase{
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 5px;
	background: #ebebeb;
	padding:15px 20px;
	margin-top:10px;

}

.tab_border_midori{
	width: 100%;
	height: 0px;
	border: 2px solid #5CB596;

}

.tab_border_ao{
	width: 100%;
	height: 0px;
	border: 2px solid #6EAAD0;

}

.link-dai{
	margin-top:100px;
	display:block;
	text-align: right;
	padding:0 20px;
}

.link-dai a{
	font-size:16px;

}

.link-dai img{
	width:20px;
	height:20px;

}

.link-taisaku{
	margin-top:20px;
	display:block;
	text-align: right;
	padding:0 20px;

}

.link-taisaku a{
	font-size:16px;
	font-weight: normal;
}

.link-taisaku img{
	width:20px;
	height:20px;
}

.pink{
	color: #EA8479;	
	}	

.yellow{
	color: #debd40;
	}

.return-covid-top{
	margin-top:20px;
	display:block;
	text-align: right;
	padding:0 20px;
}

.return-covid-top a{
	font-size:16px;
	font-weight: normal;
	color:#888888;
}

.return-covid-top img{
	width:20px;
	height:20px;
}
.vartical{
	padding-right:6px;
	vertical-align:30%;	
}	

}
