@charset "utf-8";
/*
再利用可能な全てのオブジェクトを記述します。
All objects that are reusable will be written.

接頭辞はComponentの頭文字を取って【c_】とします。
Prefix will take the "Component" first letter and use it as "c_".

ここで指定するのは以下の様なものと予想されます。
You might use the following.
.c_btn/.c_breadclumb/.c_hero/.c_serch/.c_dropdown/
.c_card/.c_feature/.c_overlay/.c_form/.c_thumbnail/.c_box

モディファイヤを使用する場合は接頭辞【is_】をつけ、各コンポーネントの下に記述します。
When using modifier put the prefix "is_" and write it under each component.

フォントサイズはremで指定します。
"rem" will be used for font-size.

//sample
.c_btn {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 5px;
	text-decoration: none;
}
.c_btn:hover { opacity: 0.8; }
.c_btn.is_btn_disable { cursor: inherit; }
.c_btn.is_btn_blue{
	color: rgb(255, 255, 255);
	background: rgb(1, 153, 224) none repeat scroll 0% 0%;
}

*/
/*----------------------------------------------
	.class name
---------------------------------------------*/
/*----------------------------------------------
	.c_nav_type01
---------------------------------------------*/
.c_nav_type01 {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_nav_type01 li a,
.c_nav_type01 li span{
  display: block;
  padding: 5px 15px 5px 5px;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
  text-align: left;
  position: relative;
  font-weight: bold;
  /*background: url(../images/nav_arrow.png) 91% 50% no-repeat;*/
}

.c_nav_type01 li:hover a,
.c_nav_type01 li.active a {
  /*background: url(../images/nav_active_arrow.png) 91% 50% no-repeat, url(../images/nav_active.png);*/
  color: #3051b8;
	font-weight: bold;
}
.c_nav_type01 li{
    position: relative;
    padding: 0 0 0 10px;
}
.c_nav_type01 li::before{
  content: "";
    position: absolute;
    top: 50%; 
    left: 0;
    transform: translateY(-50%); 
    border: 5px solid transparent;
    border-left: 8px solid #1B3279; 
}
.c_nav_type01 li.is_external a::after,
.c_nav_type01 li.is_pdf a::after,
.c_nav_type01 li.is_word a::after,
.c_nav_type01 li.is_ppt a::after,
.c_nav_type01 li.is_excel a::after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}
.c_nav_type01 li.is_external a::after {
  background: url(../images/icon_external_nav.png) no-repeat;
}
.c_nav_type01 li.is_external a:hover::after {
  background: url(../images/icon_external_nav_o.png) no-repeat;
}
.c_nav_type01 li.is_pdf a::after {
  background: url(../images/icon_pdf.png) no-repeat;
}
.c_nav_type01 li.is_word a::after {
  background: url(../images/icon_word.png) no-repeat;
}
.c_nav_type01 li.is_ppt a::after {
  background: url(../images/icon_powerpoint.png) no-repeat;
}
.c_nav_type01 li.is_excel a::after {
  background: url(../images/icon_excel.png) no-repeat;
}

/*----------------------------------------------
	.c_nav_type02
---------------------------------------------*/
.c_nav_type02 {
  list-style: none;
	display: flex;
	justify-content: center;
  padding: 10px 0 20px 0;
}

.c_nav_type02 li+li{
border-left: 1px solid #DCDCDC;
}

.c_nav_type02 li a,
.c_nav_type02 li span{
  font-weight: bold;
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
  text-align: center;
  position: relative;
  line-height: 1.3;
	width: auto;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
  padding: 0 25px;
  min-width: 163px;
}
.c_nav_type02 li span {
  background: #aaa !important;
}

.en .c_nav_type02 li a,
.en .c_nav_type02 li span {
	font-size: 1.2rem;
}

.c_nav_type02 li:hover > a,
.c_nav_type02 li.active > a {
	background: #3BC0BA;
	font-weight: bold;
	color: #FFFFFF;
  /*height: 100%;*/
}
.c_nav_type02 li:hover > span,
.c_nav_type02 li.active > span {
  background: #aaa !important;
}


.c_nav_type02 li.is_external a::after,
.c_nav_type02 li.is_pdf a::after,
.c_nav_type02 li.is_word a::after,
.c_nav_type02 li.is_ppt a::after,
.c_nav_type02 li.is_excel a::after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}
.c_nav_type02 li.is_external a::after {
  background: url(../images/icon_external_nav.png) no-repeat;
}
.c_nav_type02 li.is_external a:hover::after {
  background: url(../images/icon_external_nav_o.png) no-repeat;
}
.c_nav_type02 li.is_pdf a::after {
  background: url(../images/icon_pdf.png) no-repeat;
}
.c_nav_type02 li.is_word a::after {
  background: url(../images/icon_word.png) no-repeat;
}
.c_nav_type02 li.is_ppt a::after {
  background: url(../images/icon_powerpoint.png) no-repeat;
}
.c_nav_type02 li.is_excel a::after {
  background: url(../images/icon_excel.png) no-repeat;
}

.c_nav_type02 li > a.dropdown_header::after {
	content: "";
	display: inline-block;
	height: 5px;
	width: 5px;
	border-bottom: 2px solid #3BC0BA;
	border-right: 2px solid #3BC0BA;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1vw;
	transition: transform 0.6s, right 0.6s;
}
.c_nav_type02 li.active > a.dropdown_header::after,
.c_nav_type02 li:hover > a.dropdown_header::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.c_nav_type02 li:hover > a.dropdown_header::after,
.c_nav_type02 li:hover > a.dropdown_header::after {
	right: 0.3vw;
	transform: rotate(-135deg) translateY(-60%);
	transition: transform 0.6s, right 0.6s;
}
.c_nav_type02 li.is_orange a {
    background: #FFAE42;
}

.c_nav_type02 li.patient a{
  height:70px;
}

/*----------------------------------------------
	.c_dropdown
---------------------------------------------*/
.c_dropdown {
	position: absolute;
	z-index: 100;
	border: 1px solid #3BC0BA;
	display: none;
  min-width: 163px;
}
.c_dropdown.nav_active {
	display: unset;
}
.c_dropdown li {
	list-style: none;
	overflow: hidden;
}
.c_dropdown li a {
	background: #FFFFFF;
	color: #3BC0BA;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 1.4rem;
	padding: 10px;
	border-right: none;
	width: 100%;
}

.c_dropdown li:not(:last-of-type) a {
	border-bottom: 1px solid #3BC0BA;
}

.c_dropdown li a:first-of-type,
.c_dropdown li span:first-of-type{
    border-left:none;
}
.c_dropdown .seminar a{
	height: 90px;
	font-size: 1.3rem;
	padding: 5px 8px;
}
.c_dropdown .tani a,
.c_dropdown .meeting a{
	height: 90px;
	font-size: 1.3rem;
	padding: 5px;
}
.c_dropdown .micenavi a,
.c_dropdown .poster a{
  height: 100px;
}


/*----------------------------------------------
	.c_contact_type01
---------------------------------------------*/
.c_contact_type01 {
	background: #ddd;
  width: 100%;
}
.c_contact_type01 .c_contact_header {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 15px;
  border-bottom: 2px solid #ccc;
}
.c_contact_type01 .c_contact_details {
  font-size: 1.4rem;
  padding: 12px;
  line-height: 1.5;
}
/*----------------------------------------------
  .c_contact_type02
---------------------------------------------*/
.c_contact_type02{
  background: #ddd;
  border: 2px solid #aaa;
}
.c_contact_type02 .c_contact_header {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 15px;
  border-bottom: 2px solid #ccc;
}
.c_contact_type02 .c_contact_details {
  font-size: 1.4rem;
  padding: 12px;
  line-height: 1.5;
}

/*----------------------------------------------
  .c_contact_type03
---------------------------------------------*/
.c_contact_type03:first-child:after {
  content: "";
  background: #44160b;
  width: 1px;
  height: 123px;
  position: absolute;
  right: -1px;
  top: 12px;
}
.c_contact_type03 {
  padding:0 50px;
  position: relative;
}
.c_contact_type03 .c_contact_header {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #bbb;
	display: inline-block;
}
.c_contact_type03 .c_contact_details {
  font-size: 1.4rem;
  padding: 15px;
  line-height: 1.5;
}

/*----------------------------------------------
  .c_contact_type04
---------------------------------------------*/
.c_contact_type04 {
	background: #ccc;
}
.c_contact_type04 .c_contact_header {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #bbb;
	display: inline-block;
	vertical-align: top;
}
.c_contact_type04 .c_contact_details {
  font-size: 1.4rem;
  padding: 0;
  line-height: 1.5;
	display: inline-block;
}

/*----------------------------------------------
  .c_contact_type05
---------------------------------------------*/
.c_contact_type05 {
	background: #ccc;
  width: 100%;
}
.c_contact_type05 .c_contact_header {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #bbb;
	display: block;
	vertical-align: top;
}
.c_contact_type05 .c_contact_details {
  font-size: 1.4rem;
  line-height: 1.5;
	display: block;
  padding: 20px;
}


/*----------------------------------------------
  .c_contact_footer
---------------------------------------------*/
 .c_contact_footer .c_contact_header {
  margin-bottom:10px;
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
}
.c_contact_footer .c_contact_details {
	font-size: 1.4rem;
	line-height: 1.5;
}

/*----------------------------------------------
  .c_news_type01
---------------------------------------------*/
.c_news_type01 {
  max-height: 330px;
  overflow-y: auto;
  position: relative;
  font-size: 1.6rem;
  color: #333;
}
.c_news_type01 dt,
.c_news_type01 dd {
  padding-top: 20px;
}
.c_news_type01 dt {
  /*float: left;
  clear: left;*/
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
.c_news_type01 dt span {
  padding: 4px 10px;
  margin-right: 13px;
  font-size: 1.2rem;
  font-weight: bold;
  background: #3BC0BA;
  color: #fff;
  border-radius: 50px;
}
.c_news_type01 dd {
  word-wrap: break-word;
  padding: 20px;
}
.c_news_type01 dt:not(:first-of-type) {
  margin-top: 2px;
}
.c_news_type01 dt:not(:first-of-type) {
  border-top: 2px dotted #aaa;
}

/*----------------------------------------------
  	.c_news_type02
  ---------------------------------------------*/
.c_news_type02 {
  overflow-y: auto;
  position: relative;
  font-size: 1.6rem;
  color: #333;
}
.c_news_type02 dt,
.c_news_type02 dd {
  padding-top: 20px;
}
.c_news_type02 dt {
  /*float: left;
  clear: left;*/
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
.c_news_type02 dt span {
  padding: 4px 10px;
  margin-right: 13px;
  font-size: 1.2rem;
  font-weight: bold;
  /*background: #3051b8;*/
  background: #698cfa;
  color: #fff;
  border-radius: 50px;
}
.c_news_type02 dd {
  word-wrap: break-word;
  padding: 20px;
}
.c_news_type02 dt:not(:first-of-type) {
  margin-top: 2px;
}
.c_news_type02 dt:not(:first-of-type) {
  border-top: 2px dotted #aaa;
}


.c_news_type02 a.is_members { color: #DD96C3; }
.c_news_type02 a.is_members:hover, .c_news_type02 a.is_members:active, .c_news_type02 a.is_members:focus { color: #b85995; }

.c_news_type02 a.is_medical { color: #CDA716; }
.c_news_type02 a.is_medical:hover, .c_news_type02 a.is_medical:active, .c_news_type02 a.is_medical:focus { color: #edcb4a; }

.c_news_type02 a.is_general { color: #3BC0BA; }
.c_news_type02 a.is_general:hover, .c_news_type02 a.is_general:active, .c_news_type02 a.is_general:focus { color: #118983; }


/*----------------------------------------------
  	.c_ttl_type01
  ---------------------------------------------*/
.c_ttl_type01 {
  font-size: 6rem;
  font-weight: 700;
  color: #014099;
  text-align: center;
  line-height: 0.7;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 50px 0 90px 0;
}
.c_ttl_type01 span {
  font-size: 2rem;
  font-weight: 700;
  color: #014099;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

/*----------------------------------------------
    .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
  font-size: 4rem;
  font-weight: bold;
  color: #333;
	padding: 8px 15px;
  border-left: 9px solid #014099;
  border-bottom: 1px solid #014099;
}

/*----------------------------------------------
    .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
  font-size: 3rem;
  font-weight: bold;
  color: #014099;
  padding: 5px 0;
  background-image: linear-gradient(
      90deg, 
      #014099 0 8%, 
      #CDE5FF 8%
    );
    background-repeat: no-repeat;
    background-size: 100% 10%;
    background-position: bottom;
}

/*----------------------------------------------
    .c_ttl_type04
---------------------------------------------*/
.c_ttl_type04 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  position: relative;
  border-bottom: 2px solid #014099;
}

/*----------------------------------------------
    .c_ttl_type05
---------------------------------------------*/
.c_ttl_type05 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #014099;
  position: relative;
}

/*----------------------------------------------
    .c_ttl_type06
---------------------------------------------*/
.c_ttl_type06 {
  width: 100%;
  position: relative;
  background: #CDE5FF;
  padding: 4px 5px 2px 5rem;
  font-size: 2rem;
  color: #474747;
  font-weight: bold;
  border-radius: 0 10px 10px 0;
  margin: 15px 0;
}

.c_ttl_type06:before {
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  display: inline-block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #014099;
  font-weight: 900;
  text-align: center;
  left: -0.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

/*----------------------------------------------
  	.c_para_type01
---------------------------------------------*/
.c_para_type01 {
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

/*----------------------------------------------
  	.c_para_type02
---------------------------------------------*/
.c_para_type02 {
  text-indent: 1em;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
}

/*----------------------------------------------
  	.c_kome_type01
---------------------------------------------*/
.c_kome_type01 {
  text-indent: -1em;
  padding-left: 1em;
}

/*----------------------------------------------
	.c_table_type01
---------------------------------------------*/
.c_table_type01 {
  width: 100%;
}

.c_table_type01 thead th {
  background: #014099;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.c_table_type01 th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
  color: #014099;
  background: #CDE5FF;
}

.c_table_type01 th,
.c_table_type01 td {
  padding: 14px;
  border: 1px solid #707070;
}

.c_table_type03 thead tr:last-of-type th {
/*  border-bottom: 1px solid #333;*/
}
.c_table_type03 tbody tr th,
.c_table_type03 tbody tr td {
  border-top: none;
}
.c_table_type03 tbody tr:not(:last-of-type) th,
.c_table_type03 tbody tr:not(:last-of-type) td {
  border-bottom: 1px dotted #aaa;
}

.is_fixed {
  table-layout: fixed;
}

/*----------------------------------------------
	.c_table_type02
---------------------------------------------*/
.c_table_type02 {
  width: 100%;
}

.c_table_type02 tr:nth-child(odd) {
  background: #CDE5FF;
}

.c_table_type02 th {
  color: #333;
}

.c_table_type02 th,
.c_table_type02 td {
  padding: 10px;
  text-align: left;
}

/*----------------------------------------------
	.c_table_type03
---------------------------------------------*/
.c_table_type03 {
	width: 100%;
	border-top: 3px solid #707070;
}

.c_table_type03 th {
  color: #333;
  white-space: pre-wrap;
  font-weight: bold;
  text-align: center;
  min-width: 9rem;
}

.c_table_type03 th,
.c_table_type03 td {
	text-align: center;
  padding: 10px;
	border: 1px solid #aaa;
}

/*----------------------------------------------
	.c_table_type04
---------------------------------------------*/
.c_table_type04 tr > * {
  vertical-align: top;
  border: 1px solid #333;
}

/*----------------------------------------------
	.c_table_type05
---------------------------------------------*/
.c_table_type05 {
  width: 100%;
}

.c_table_type05 thead th {
  background: #014099;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.c_table_type05 th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
  color: #014099;
  background: #CDE5FF;
}

.c_table_type05 th,
.c_table_type05 td {
  padding: 14px;
  border: 1px solid #707070;
}

/*----------------------------------------------
	.c_table_type06
---------------------------------------------*/
.c_table_type06 {
  width: 100%;
}

.c_table_type06 thead th {
  background: #014099;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.c_table_type06 th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
  color: #014099;
  background: #CDE5FF;
}

.c_table_type06 th,
.c_table_type06 td {
  padding: 14px;
  border: 1px solid #707070;
}


/*----------------------------------------------
	.c_dl_type01
---------------------------------------------*/
.c_dl_type01 dl {
    display: flex;
    flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #cacaca;
}
.c_dl_type01 dl dt {
    width: 13rem;
    position: relative;
    padding: 28px 0;
    font-size: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #707070;
  font-weight: bold;
}
.c_dl_type01 dl dd {
    width: calc(100% - 13rem) ;
    border-bottom: 1px solid #cacaca;
    padding: 28px 0 28px 28px;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0;
}



/* FOR COLORED LIST TYPE */
/*----------------------------------------------
	.c_list_type01
---------------------------------------------*/
.c_list_type01 {
  vertical-align: top;
}

.c_list_type01 li {
  list-style: none;
  position: relative;
	padding-left: .8em;
}

.c_list_type01.is_decimal li {
  padding-left: 1.8em;
}

.c_list_type01 li::before {
  color: #ffd14e;
  position: absolute;
  display: inline-block;
  width: 10px;
  vertical-align: middle;
  top: 8px;
  left: 0;
}

.c_list_type01.is_arrow li::before {
  content: "";
  width: 15px;
  height: 7px;
  background: url(../images/list_arrow.png) no-repeat;
}
.c_list_type01.is_square li::before {
  content: "";
	width: 8px;
	height: 8px;
	background: #014099;
}

.c_list_type01.is_disc li::before {
  content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #014099;
	top: 10px;
}

.c_list_type01.is_triangle li::before {
  content: "";
	width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 7px #014099;
	top: 7px;
}

.c_list_type01.is_diamond li::before {
	content: "";
  width: 6px;
  height: 6px;
  background: #014099;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
	top: 9px;
}

.c_list_type01.is_decimal {
  counter-reset: is_decimal_counter;
}
.c_list_type01.is_decimal li::before {
  counter-increment: is_decimal_counter;
  content: counter(is_decimal_counter) ".";
  font-weight: bold;
  text-align: right;
  width: 25px;
  margin-right: 5px;
  color: #014099;
  vertical-align: unset;
  top: 0;
}


/* FOR SIMPLE LIST TYPE */
/*----------------------------------------------
	.c_list_type02
---------------------------------------------*/
.c_list_type02 {
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  padding-left: 20px;
}

.c_list_type02 li {
  margin-bottom: 5px;
}

.c_list_type02.is_disc li {
  list-style: disc;
}

.c_list_type02.is_decimal li{
  list-style: decimal;
}
/*----------------------------------------------
	.c_btn_type01
---------------------------------------------*/
.c_btn_type01 {
  display: inline-block;
  padding: 20px 46px 20px 20px;
  min-width: 240px;
  text-decoration: none!important;
  color: #fff!important;
  position: relative;
  background: #1B3279;
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
}
a.c_btn_type01:hover {
  opacity: 0.7;
}

.c_btn_type01.is_word,
.c_btn_type01.is_excel,
.c_btn_type01.is_ppt,
.c_btn_type01.is_pdf {
  background: #1B3279;
}

.c_btn_type01.is_gray {
  background: #aaa;
}
.c_btn_type01.is_white {
  background: #fff;
  color: #014099!important;
}
.c_btn_type01.is_white:before {
  background: #014099;
}

.c_btn_type01.is_white:after {
  background: #014099;
}

span.c_btn_type01,
.c_btn_type01.is_disable{
  background: #ccc;
	pointer-events: none;
}
.c_btn_type01.is_w_max { width: 100%; }
.c_btn_type01.is_w250 { width: 250px; }
.c_btn_type01.is_w320 { width: 320px; }
.c_btn_type01.is_w400 { width: 400px; }

.c_btn_type01::before,
.c_btn_type01.is_word::before,
.c_btn_type01.is_excel::before,
.c_btn_type01.is_ppt::before,
.c_btn_type01.is_pdf::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
	right: 15px;
  width: 22px;
  height: 22px;
  margin: auto auto auto 10px;
  vertical-align: middle;
}
.c_btn_type01::before {
  background: url("../images/arrow_01.png") no-repeat;
  background-size: 100%;
}
.c_btn_type01.is_word::before {
  background: url(../images/icon_btn_word.png) no-repeat !important;
  background-size: 100%!important;
}
.c_btn_type01.is_excel::before {
  background: url(../images/icon_btn_excel.png) no-repeat !important;
  background-size: 100%!important;
}
.c_btn_type01.is_ppt::before {
  background: url(../images/icon_btn_powerpoint.png) no-repeat !important;
  background-size: 100%!important;
}
.c_btn_type01.is_pdf::before {
  background: url(../images/icon_btn_pdf03.png) no-repeat !important;
  background-size: 100% !important;
}

/*----------------------------------------------
	.c_btn_type02
---------------------------------------------*/
.c_btn_type02 {
  display: inline-block;
  padding: 20px 46px 20px 20px;
  min-width: 240px;
  text-decoration: none!important;
  color: #1B3279!important;
  position: relative;
  background: #fff;
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
}
a.c_btn_type02:hover {
  opacity: 0.7;
}

.c_btn_type02.is_word,
.c_btn_type02.is_excel,
.c_btn_type02.is_ppt,
.c_btn_type02.is_pdf {
  background: #fff;
}

.c_btn_type02.is_gray {
  background: #aaa;
}
.c_btn_type02.is_white {
  background: #fff;
  color: #014099!important;
}
.c_btn_type02.is_white:before {
  background: #014099;
}

.c_btn_type02.is_white:after {
  background: #014099;
}

span.c_btn_type02,
.c_btn_type02.is_disable{
  background: #ccc;
	pointer-events: none;
}
.c_btn_type02.is_w_max { width: 100%; }
.c_btn_type02.is_w250 { width: 250px; }
.c_btn_type02.is_w320 { width: 320px; }
.c_btn_type02.is_w400 { width: 400px; }

.c_btn_type02::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
	right: 15px;
  width: 22px;
  height: 22px;
  margin: auto auto auto 10px;
  vertical-align: middle;
}
.c_btn_type02::before {
  background: url("../images/arrow_02.png") no-repeat;
  background-size: 100%!important;
}

/*----------------------------------------------
	.c_btn_type03
---------------------------------------------*/
.c_btn_type03 {
  display: inline-block;
  padding: 20px 46px 20px 20px;
  min-width: 100px;
  text-decoration: none!important;
  color: #fff!important;
  position: relative;
  background: #1B3279;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
}
a.c_btn_type03:hover {
  opacity: 0.7;
}

.c_btn_type03.is_word,
.c_btn_type03.is_excel,
.c_btn_type03.is_ppt,
.c_btn_type03.is_pdf {
  background: #1B3279;
}

.c_btn_type03.is_gray {
  background: #aaa;
}
.c_btn_type03.is_white {
  background: #fff;
  color: #014099!important;
}
.c_btn_type03.is_white:before {
  background: #014099;
}

.c_btn_type03.is_white:after {
  background: #014099;
}

span.c_btn_type03,
.c_btn_type03.is_disable{
  background: #ccc;
	pointer-events: none;
}
.c_btn_type03.is_w_max { width: 100%; }
.c_btn_type03.is_w250 { width: 250px; }
.c_btn_type03.is_w320 { width: 320px; }
.c_btn_type03.is_w400 { width: 400px; }

.c_btn_type03::before,
.c_btn_type03.is_word::before,
.c_btn_type03.is_excel::before,
.c_btn_type03.is_ppt::before,
.c_btn_type03.is_pdf::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
	right: 15px;
  width: 25px;
  height: 25px;
  margin: auto auto auto 10px;
  vertical-align: middle;
}
.c_btn_type03::before {
  background: url("../images/arrow_03.png") no-repeat;
  background-size: 100%!important;
}
.c_btn_type03.is_word::before {
  background: url(../images/icon_btn_word02.png) no-repeat !important;
  background-size: 100%!important;
}
.c_btn_type03.is_excel::before {
  background: url(../images/icon_btn_excel02.png) no-repeat !important;
  background-size: 100%!important;
}
.c_btn_type03.is_ppt::before {
  background: url(../images/icon_btn_powerpoint02.png) no-repeat !important;
  background-size: 100%!important;
}
.c_btn_type03.is_pdf::before {
  background: url(../images/icon_btn_pdf04.png) no-repeat !important;
  background-size: 100% !important;
}


/*----------------------------------------------
	.c_box_type01
---------------------------------------------*/
.c_box_type01 {
  padding: 15px;
  background: #e1f5ff;
  border: 1px solid #418ac5;
}
.c_box_type01_header {
  font-weight: bold;
  color: #0166b2;
  font-size: 1.6rem;
}

/*----------------------------------------------
	.c_box_type02
---------------------------------------------*/
.c_box_type02 {
  padding: 15px;
  background: #fff4e5;
  border: 1px solid #fe9b21;
}

.c_box_type02_header {
  font-weight: bold;
  color: #fe9b21;
  font-size: 1.6rem;
}

/*----------------------------------------------
	.c_box_type03
---------------------------------------------*/
.c_box_type03 {
  padding: 25px;
/*  background: #FEEEEE;*/
  border: 1px solid #ee2b29;
  color: #ee2b29;
}

/*----------------------------------------------
	.c_box_type04
---------------------------------------------*/
.c_box_type04 {
  padding: 25px;
  background: #F5F4F4;
}


/*----------------------------------------------
.c_anchor_icon
---------------------------------------------*/
a.c_anchor_icon{
  display: inline-block;
  padding: 1px 20px 1px 0;
}
a.c_anchor_icon.is_inline {
	display: inline;
}

a[href^="http://"].c_anchor_icon,
a[href^="https://"].c_anchor_icon {
  background: url(../images/icon_external.png) no-repeat right center;
}

a[href$=".xls"].c_anchor_icon,
a[href$=".xlsx"].c_anchor_icon {
  background: url(../images/icon_excel.png) no-repeat right center;
}

a[href$=".doc"].c_anchor_icon,
a[href$=".docx"].c_anchor_icon {
  background: url(../images/icon_word.png) no-repeat right center;
}

a[href$=".ppt"].c_anchor_icon,
a[href$=".pptx"].c_anchor_icon {
  background: url(../images/icon_powerpoint.png) no-repeat right center;
}

a[href$=".pdf"].c_anchor_icon {
  background: url(../images/icon_pdf.png) no-repeat right center;
}

/*----------------------------------------------
.c_nav_icon
メニューの外部リンク用アイコン
---------------------------------------------*/
a.c_nav_icon {
  background: url("../images/icon_external_nav.png") no-repeat right 5px center;
  display: inline-block;
  padding: 3px 30px 3px 5px;
}
a.c_nav_icon:hover,
a.c_nav_icon.is_hover {
  background: url("../images/icon_external_nav_o.png") no-repeat right 5px center, #ccc;
  color: #333;
}



/*----------------------------------------------
検索
---------------------------------------------*/
/*フォーム全体を中央へ*/
#form1{
  display: flex;
  height:45px;
}
/*入力フォーム*/
#sbox1{
  width:250px;
  padding:0 15px;
  border-radius:4px 0 0 4px;
  background:#fff;
  border:none;
  outline:0;
}
/*検索ボタン*/
#sbtn3{
  width:50px;
  border-radius:0 4px 4px 0;
  background:#fff;
  border:none;
  color:#666;
  font-size:18px;
  cursor: pointer;
  transition: 0.3s;
}
#sbtn3:hover{
background: #aaa;
color:#fff;
}
#sbtn3 img {
  position: static;
}

/*----------------------------------------------
.c_btn_for
---------------------------------------------*/
.c_btn_for {
  display: flex;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
}
.c_btn_for a {
  text-decoration: none;
  transition: 0.5s;
}
.c_btn_for a:hover {
  opacity: 0.7;
}
.c_btn_for .c_btn_for_box{
  line-height: 1.2;
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  padding: 10px
}
.c_btn_for img {
    width: 40px;
    height: auto;
  margin-right: 10px;
}
@media only screen and (max-width: 1150px) {
  .l_header_menu .c_btn_for .c_btn_for_box { width: auto!important; min-width: 80px; }
  .l_header_menu .c_btn_for img { display: none; }
  
  .l_header_menu .c_btn_for_title, .l_header_menu .c_nav_type01 li a { font-size: 1.4rem !important; }
}
.c_btn_for .is_general {
  background: #3BC0BA;
}
.c_btn_for .is_members {
  background: #DD96C3;
}
.c_btn_for .is_medical {
  background: #CDA716;
}

/*----------------------------------------------
.c_btn_lang
---------------------------------------------*/
.c_btn_lang {
  height: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-left: 10px;
}
.c_btn_lang li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
}
.c_btn_lang li a {
  color: #333;
  background: #fff;
  border: 1px solid #333;
  text-decoration: none;
  padding: 4px 12px;
  display: inline-block;
  width: 103px;
  border-radius: 100px;
  margin-bottom: 4px;
  transition: 0.4s;
}
.c_btn_lang li.active a {
    background: #333;
    color: #FFF;
}
.c_btn_lang li a:hover {
  background: #aaa;
  border: 1px solid #aaa;
  color: #fff !important;
}

/*----------------------------------------------
.c_about
---------------------------------------------*/
.c_about_box {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 4rem;
  
    
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
}

#sebone.c_about_box {
  background-image: url("../images/top_about_01.png");
  background-size: cover; 
  background-position: center;
  min-height: 400px;
}
#diseasename.c_about_box {
  background-image: url("../images/top_about_02.png");
  background-size: cover; 
  background-position: center;
}
#hospital.c_about_box {
  background-image: url("../images/top_about_03.png");
  background-size: cover; 
  background-position: center;
}
.c_about_inner {
  width: inherit;
  height: inherit;
}

.c_about_textBox {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
   justify-content: center;
  height: 100%; 
}

.c_about_copy {
  margin: 0;
  font-size: 28px;
  color: white;
}

.c_about_text {
  color: white;
  margin: 0;
  margin-top: 15px;
  font-size: 16px;
}


/*----------------------------------------------
  .c_nav_footer
---------------------------------------------*/
.c_nav_footer {
  padding: 0 30px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.c_nav_footer .f_title {
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.c_nav_footer .f_title.is_general {
  background: #3BC0BA;
}
.c_nav_footer .f_title.is_members {
  background: #DD96C3;
}
.c_nav_footer .f_title.is_medical {
  background: #CDA716;
}
.c_nav_footer .f_title.is_en {
  background: #333;
}
.c_nav_footer > li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.c_nav_footer > li {
  margin-right: 20px;
  max-width: 165px;
}
.c_footer_members_box {
  max-width: 800px !important;
}
.c_footer_members_box .c_nav_content {
  margin-right: 20px;
  max-width: 165px;
}
.c_footer_members_box .c_nav_content:last-child, .c_nav_footer > li:last-child{
  margin-right: 0;
}
.c_nav_footer a, .c_nav_footer span {
  color: #fff;
  font-size: 1.38rem;
  margin-left: 0;
}
.c_nav_content {
  display: block;
  list-style: disc;
}
.c_nav_content li {
  margin-left: 12px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: bold;
}
.c_nav_content li ul {
  margin-top: 5px;
  display: block;
  /*list-style: none;*/
  list-style: circle;
}
.c_nav_content li ul li {
  font-weight: normal;
}


/*----------------------------------------------
  .c_hospital 
---------------------------------------------*/
.c_hospital  .c_table_type01 thead th {
  font-weight: normal;
}
.c_hospital  .c_table_type01 td {
  text-align: center;
}
.c_hospital  .c_table_type01 td a:hover {
  opacity: 0.6;
}
.c_hospital .c_map img {
  max-width: 500px;
}