@charset "utf-8";

/*----------------------------------------------
	.class name
---------------------------------------------*/
/*----------------------------------------------
	.c_nav_type01
---------------------------------------------*/
.c_nav_type01 {
  list-style: none;
  background: #ddd;
}
.c_nav_type01 li:not(:last-of-type) a,
.c_nav_type01 li:not(:last-of-type) span{
  border-bottom: 1px solid #ccc;
}
.c_nav_type01 li a,
.c_nav_type01 li span{
  display: block;
  padding: 16px;
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
  text-align: left;
  position: relative;
  /*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: #333;
  background: #ccc;
	font-weight: bold;
}
.c_nav_type01 li.is_new a::before{
  content: "NEW";
  width: 40px;
  height: 20px;
  color: #fff;
  background: #f00;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
	position: absolute;
	right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.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_ttl_type01
  ---------------------------------------------*/
.c_ttl_type01 {
	margin-bottom:40px;
  font-size:3.2rem;
  font-weight: 600;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}

/*----------------------------------------------
    .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
	margin-bottom:10px;
  font-size: 1.4rem;
  font-weight:normal;
}


/*----------------------------------------------
    .c_ttl_icon
---------------------------------------------*/
.c_ttl_icon {
	position: relative;
	padding-left: .9em;
}

.c_ttl_icon.is_disc::before,
.c_ttl_icon.is_triangle::before,
.c_ttl_icon.is_diamond::before {
	display: inline-block;
	position: absolute;
	content: "";
	vertical-align: middle;
  left: 0;
}

.c_ttl_icon.is_disc::before {
	width: 10px;
	height: 10px;
	background: #ffd14e;
	border-radius: 50%;
	top: 6px;
}
.c_ttl_icon.is_triangle::before {
	width: 0;
  height: 0;
  border: solid 7px transparent;
  border-left: solid 9px #ffd14e;
  top: 4px;
}
.c_ttl_icon.is_diamond::before {
	content: "";
  width: 8px;
  height: 8px;
  background: #ffd14e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}

/*----------------------------------------------
  	.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: #aaa;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.c_table_type01 th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  white-space: nowrap;
  color: #333;
  background: #ddd;
}

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

/* 中央寄せなどのスタイル */
.c_table_type01.is_th_center th,
.c_table_type01.is_td_center td {
	text-align: center;
}
.c_table_type01.is_th_middle th,
.c_table_type01.is_td_middle td {
	vertical-align: middle;
}
.c_table_type01.is_th_top th,
.c_table_type01.is_th_top td {
	vertical-align: top;
}

/* セルの幅 */
.c_table_type01 th.is_w15 { width: 15%; }
.c_table_type01 th.is_w20 { width: 20%; }
.c_table_type01 th.is_w30 { width: 30%; }
.c_table_type01 th.is_w40 { width: 40%; }


/* 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: #311303;
  position: absolute;
  display: inline-block;
  width: 10px;
  vertical-align: middle;
  top: 8px;
  left: 0;
}

.c_list_type01.is_square li::before {
  content: "";
	width: 8px;
	height: 8px;
	background: #311303;
}

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

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

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

.c_list_type01.is_decimal,
.c_list_type01.is_decimal li > ul.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: #418ac5;
  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: flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  margin: 0 auto;
  padding: 25px;
  text-decoration: none;
  background-color: #4B4B4B;
}

.c_btn_type01:hover{
  background-color: #000;
}

.text {
  display: inline-block;
  margin-right: 1em;
  font-size:1.8rem;
  color:#FFFFFF;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #FFFFFF;
  border: #FFFFFF;
}

.arrow::before {
  position: absolute;
  top: -2px;
  right: -5px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-right: 7px solid transparent;
  border-bottom: 3px solid #FFFFFF;
}


.c_btn_type01.is_w250 { width: 250px; }
.c_btn_type01.is_w320 { width: 320px; }
.c_btn_type01.is_w400 { width: 400px; }


/*----------------------------------------------
.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
メニューの外部リンク用アイコン sampleでのみ使用
---------------------------------------------*/
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;
}
