@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;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
}

.c_nav_type01 li:not(:last-of-type),
.c_nav_type01 li:not(:last-of-type){
  border-bottom: 1px solid #e3e3e3;
}
.c_nav_type01 li a,
.c_nav_type01 li span{
  display: block;
  padding: 13px 15px 12px;
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
  text-align: left;
  font-weight: normal;
  position: relative;
  line-height: 1.3;
}
.c_nav_type01 a:before,
.c_nav_type01 span:before {
	display: block;
	content: '';
	width: 45px;
	height: 100%;
	background-color: #ededed;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.c_nav_type01 a:after,
.c_nav_type01 span:after {
	display: block;
	content: '';
	width: 45px;
	height: 100%;
	background: url("../images/nav_arrow.png") center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.c_nav_type01 li.active a,
.c_nav_type01 a:hover {
	background-color: #009944;
	color: #fff;
}
.c_nav_type01 li.active a:before,
.c_nav_type01 a:hover:before {
	background-color: #00833a;
}
.c_nav_type01 li.active a:after,
.c_nav_type01 a:hover:after {
	background-image: url("../images/nav_arrow_active.png");
}

/*.c_nav_type01 li:hover a,
.c_nav_type01 li.active a {
  background: url(../images/nav_arrow_active.png) 100% 50% no-repeat, #009944;
  color: #FFF;
}*/
.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_contact_type04
---------------------------------------------*/
.c_contact_type04 {
  position: relative;
  vertical-align: top;
}

.c_contact_type04 .c_contact_header {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 19px 16.5px;
  border: 1px solid #333;
	display: inline-block;
  line-height: 1.2;
  text-align: center;
  margin-right: 5px;
  vertical-align: top;
}
.c_contact_type04 .c_contact_header span {
	display: flex;
	min-height: 36px;
	align-items: center;
}

.c_contact_type04 .c_contact_details {
  padding: 0;
  line-height: 1.4;
  font-size: 1.4rem;
	display: inline-block;
}


/*----------------------------------------------
  .c_news_type01
---------------------------------------------*/
.c_news_type01 {
  max-height: 95px;
  overflow-y: auto;
  position: relative;
  font-size: 1.5rem;
  color: #000;
}

.c_news_type01 dt,
.c_news_type01 dd {
  padding-top: 12px;
}

.c_news_type01 dt {
  float: left;
  clear: left;
  padding-left: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

.c_news_type01 dd {
  padding-left: 132px;
  word-wrap: break-word;
  padding-right: 20px;
  padding-bottom: 8px;
}
.c_news_type01 dt:not(:first-of-type) {
  margin-top: 2px;
}
.c_news_type01 dd:not(:first-of-type) {
  border-top: 1px solid #e4e4e4;
}

/*----------------------------------------------
  	.c_ttl_type01
  ---------------------------------------------*/
.c_ttl_type01 {
  font-size: 2.4rem;
  font-weight: bold;
  background: url(../images/bg_h1.png) no-repeat;
  color: #FFF;
  padding: 12px 15px;
}
/*----------------------------------------------
    .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
  padding: 10px 14px 6px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  background: #009944;
  outline: 1px solid #9cdfba;
  outline-offset: -3px;
  border: 2px solid #00833a;
}
/*----------------------------------------------
    .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #1658a3;
  padding: 4px 15px 3px;
  position: relative;
  background: url(../images/h3_detail.png) left repeat-y,
  url(../images/h3_detail.png) right repeat-y, #FFF;
  border: 3px solid #FFF;
}
/*----------------------------------------------
    .c_ttl_type04
---------------------------------------------*/
.c_ttl_type04 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  position: relative;
  border-top: 2px solid #1658a3;
  border-bottom: 2px solid #009944;
  padding: 3px 6px;
}

.c_ttl_type04:before {
  content: url(../images/h4_detail.png);
  margin-right: 5px;
  position: relative;
  top: -1px;
}

/*----------------------------------------------
    .c_ttl_type05
---------------------------------------------*/
.c_ttl_type05 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1658a3;
  position: relative;
  padding-left: 5px;
}

/*----------------------------------------------
  	.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_kome_type02
---------------------------------------------*/
.c_kome_type02 {
  text-indent: -2.6em;
  padding-left: 2.6em;
}

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

.c_table_type01 th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
  background: #edf6ff;
  width: 150px;
}

.c_table_type01 td {
  background: #FFF;
}

.is_none{ visibility: hidden; }


.c_table_type01 th,
.c_table_type01 td {
  padding: 10px 15px;
  border: 1px solid #dddddd;
}

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

.c_table_type03 th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
  background: #edf6ff;
  width: 105px;
}

.c_table_type03 td {
  background: #FFF;
}

.is_none{ visibility: hidden; }


.c_table_type03 th,
.c_table_type03 td {
  padding: 10px 15px;
  border: 1px solid #dddddd;
}

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

.c_table_type02 tr:nth-child(even) {
  background: #FFF;
}

.c_table_type02 th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
  width: 150px;
  color: #1658a3;
}

.c_table_type02 th,
.c_table_type02 td {
  padding: 8px 20px;
}

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

/*----------------------------------------------
	.c_tbl_program
---------------------------------------------*/
.c_tbl_program td {
	vertical-align: top;
}
.c_tbl_program tr:not(:last-child) td {
	padding-bottom: .2em;
}
.c_td_role {
	min-width: 3em;
}
.c_td_colon {
	width: .5em;
	text-align: center;
}
.is_td_md {
	width: 5em;
}
.is_td_lg {
	min-width: 9em;
}

/* FLEX BOX */
/*----------------------------------------------
	.c_flex_person
---------------------------------------------*/
.c_flex_person {
	display: flex;
}
.c_flex_person span {
	display: block;
}
.c_flex_name {
	min-width: 5em;
}
.c_flex_belong {
	text-indent: -1em;
	margin-left: 1em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .c_flex_person {
      max-width: 95%;
   }
  .c_flex_person span {
      max-width: 76%;
    word-break: break-all;
  }
}

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

.c_list_type01 li {
  margin-bottom: 5px;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  list-style: none;
  position: relative;
  margin-left: 10px;
}
.c_list_type01 li:before {
  color: #1658a3;
  position: relative;
  display: inline-block;
  width: 15px;
  font-size: 9px;
  vertical-align: middle;
  top: -1px;
  text-indent: 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: "■";
}

.c_list_type01.is_disc li:before {
  content: "●";
}

.c_list_type01.is_triangle li:before {
  content: "▶";
}

.c_list_type01.is_diamond li:before {
  content: "◆";
}

.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;
  position: relative;
  text-align: center;
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  color: #FFF;
  background: #1658a3;
  text-indent: 0;
  font-size: 1.2rem;
  padding-top: 2px;
}

.c_list_type01.is_triangle li,
.c_list_type01.is_diamond li,
.c_list_type01.is_square li,
.c_list_type01.is_disc li,
.c_list_type01.is_triangle li,
.c_list_type01.is_diamond li {
  text-indent: -15px;
  padding-left: 15px;
}
.c_list_type01.is_decimal li {
  text-indent: -26px;
  padding-left: 26px;
}

/* 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: 11px 55px 10px 15px;
  min-width: 200px;
  background: #1658a3;
  text-decoration: none!important;
  color: #fff!important;
  position: relative;
  text-align: left;
/*  font-size: 1.6rem;*/
  box-shadow: 0 0 10px 0px #AAA;
}
a.c_btn_type01:hover {
  background: #074a96;
  box-shadow: none;
}
span.c_btn_type01 {
  background: #bebebe;
  box-shadow: none;
}
.c_btn_type01.is_w250 { width: 250px; }
.c_btn_type01.is_w320 { width: 320px; }
.c_btn_type01.is_w400 { width: 400px; }

.c_btn_type01:after {
  content: "";
  height: 100%;
  width: 45px;
  top: 0;
  right: 0;
  position: absolute;
}
a.c_btn_type01:after {
  background: url(../images/btn_arrow.png) center center no-repeat, #074a96;
}
span.c_btn_type01:after {
  background: url(../images/btn_arrow.png) center center no-repeat, #AFAFAF;
}

.c_btn_type01.is_word::after {
  background: url(../images/icon_word.png) center center no-repeat, #074a96;
}
.c_btn_type01.is_pdf::after {
  background: url(../images/icon_pdf.png) center center no-repeat, #074a96;
}
/*----------------------------------------------
	.c_box_type01
---------------------------------------------*/
.c_box_type01 {
  padding: 15px;
  border: 1px solid #DDD;
  background: #FFF;
}

.c_box_type01_header {
  font-size: 1.6rem;
}
.c_box_type01_header:before {
  content: "●";
  color: #2664a9;
  display: inline-block;
  margin-right: 5px;
}

/*----------------------------------------------
	.c_box_type02
---------------------------------------------*/
.c_box_type02 {
  padding: 20px;
  border: 2px solid #dd0000;
  background: #ffeeee;
}

/*----------------------------------------------
	.c_box_type03
---------------------------------------------*/
.c_box_type03 {
  padding: 20px;
  background: #f7f413;
  /* border-radius: 6px; */
}
/*----------------------------------------------
.c_anchor_icon
---------------------------------------------*/
a.c_anchor_icon{
    display: inline;
    padding-right: 18px;
  }
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_img_link
---------------------------------------------*/

.c_img_link:hover {
  opacity: 0.7 
}