<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
  background: #152a4e;
  border: 3px solid #e0a96e;
}

.c_nav_type01 li:not(:last-of-type) a,
.c_nav_type01 li:not(:last-of-type) span{
  border-bottom: 1px solid #e0a96e;
}
.c_nav_type01 li a,
.c_nav_type01 li span{
  display: block;
  padding: 13px 15px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  /*background: url(../images/nav_arrow.png) 91% 50% no-repeat;*/
}
.c_nav_type01 li a:after,
.c_nav_type01 li span:after {
  content: url(../images/nav_arrow.png);
  position: absolute;
  right: 13px;
  top: 30%;
}


.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: #fff;
  font-weight: bold;
  background: url(../images/nav_active02.png) #e0a96e no-repeat center/cover;
  text-shadow: 2px 1px 3px #000;
}
.c_nav_type01 li:hover a:after,
.c_nav_type01 li.active a:after {
  display: none;
}
.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;
}

.c_nav_type02 li:not(:last-of-type) a,
.c_nav_type02 li:not(:last-of-type) span{
  border-bottom: 1px solid #ccc;
}
.c_nav_type02 li span,
.c_nav_type02 li a {
  padding-left: 18px;
  display: block;
  padding: 15px 10px;
  background: url(../images/lang_bg.png) center/cover;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
}
.c_nav_type02 li a {
  padding-left: 20px;
}
.c_nav_type02 &gt; li {
  display: block;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
}
.c_nav_type02 &gt; li:after {
  content: url(../images/lang_arrw.png);
  position: absolute;
  right: 20px;
  top: 30%;
}

.c_nav_type02 &gt; li ul &gt; li:hover a,
.c_nav_type02 &gt; li ul &gt; li.active a {
  /*background: url(../images/nav_active_arrow.png) 91% 50% no-repeat, url(../images/nav_active.png);*/
  color: #000;
  background: #ccc;
}
.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;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
}
.c_nav_type02 li.is_external a::after {
  background: url(../images/icon_external_nav.png) no-repeat;
  background-size: 100%;
}
.c_nav_type02 li.is_external a:hover::after {
  background: url(../images/icon_external_nav_o.png) no-repeat;
  background-size: 100%;
}
.c_nav_type02 li.is_pdf a::after {
  background: url(../images/icon_pdf.png) no-repeat;
  background-size: 100%;
}
.c_nav_type02 li.is_word a::after {
  background: url(../images/icon_word.png) no-repeat;
  background-size: 100%;
}
.c_nav_type02 li.is_ppt a::after {
  background: url(../images/icon_powerpoint.png) no-repeat;
  background-size: 100%;
}
.c_nav_type02 li.is_excel a::after {
  background: url(../images/icon_excel.png) no-repeat;
  background-size: 100%;
}

/*----------------------------------------------
	.c_contact_type01
---------------------------------------------*/
.c_contact_type01 {
	background: #ddd;
  width: 100%;
}

.c_contact_type01 .c_contact_header {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 9px 0px 4px 12px;
  border-bottom: 2px solid #ccc;
}

.c_contact_type01 .c_contact_details {
  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: #000;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 9px 0px 4px 12px;
  border-bottom: 2px solid #ccc;
}

.c_contact_type02 .c_contact_details {
  padding: 12px;
  line-height: 1.5;
}

/*----------------------------------------------
  .c_contact_type03
---------------------------------------------*/
.c_contact_type03 {
  position: relative;
  flex: 0 0 47%;
}

.c_contact_type03 .c_contact_header {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.c_contact_type03 .c_contact_header:after,
.c_contact_type03 .right:after,
.c_contact_type03 .eng:after, 
.c_contact_type03 .eng-right:after {
  content: "";
  height: 1px;
  width: 79%;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 0px;
}
.right:after {
  width: 73% !important;
  right: 10px !important;
}

.eng:after {
  width: 20% !important;
  top: 10px !important;
}
.eng-right:after {
  width: 55% !important;
  top: 10px !important;
}


.c_contact_type03 .c_contact_details {
  line-height: 1.5;
  color: #fff;
  font-size: 1.4rem;
}

/*----------------------------------------------
  .c_contact_type04
---------------------------------------------*/
.c_contact_type04 {
	background: #ccc;
}

.c_contact_type04 .c_contact_header {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #bbb;
	display: inline-block;
	vertical-align: top;
}

.c_contact_type04 .c_contact_details {
  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: #000;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #bbb;
	display: block;
	vertical-align: top;
}

.c_contact_type05 .c_contact_details {
  padding: 0;
  line-height: 1.5;
	display: block;
  padding: 20px;
}

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

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

.c_news_type01 dt {
  float: left;
  clear: left;
  padding-right: 40px;
  padding-left: 20px;
  font-size: 1.6rem;
  padding-top: 9px;
  font-weight: bold;
  position: relative;
}
.c_news_type01 dt:after {
  content: url(../images/news_arrw.png);
  position: absolute;
  right: 10px;
  top: 7px;
}

.c_news_type01 dd {
  padding-left: 160px;
  word-wrap: break-word;
  padding-right: 20px;
  padding-bottom: 10px;
  font-size: 1.6rem;
}
.c_news_type01 dt:not(:first-of-type) {
  margin-top: 2px;
}
.c_news_type01 dd:not(:first-of-type) {
  border-top: 1px solid #c7c6c6;
}

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

.c_news_type02 dt {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  padding: 15px 10px 0;
}

.c_news_type02 dd {
  padding: 5px 10px;
  word-wrap: break-word;
}
.c_news_type02 dt:not(:first-of-type) {
  border-top: 2px dotted #aaaaaa;
}
/*----------------------------------------------
  	.c_ttl_type01
  ---------------------------------------------*/
.c_ttl_type01 {
  font-size: 3.5rem;
  font-weight: bold;
  background: url(../images/h1_bg.png);
  color: #fff;
  padding: 14px 20px;
  /*font-family: Hiragino Sans Pr6N;*/
  text-shadow: 1px 1px 7px #000000;
}
/*----------------------------------------------
    .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
  padding: 12px 10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #e0a96e;
  text-indent: 5px;
  background: #152a4e;
  outline: 1px solid #e0a96e;
  outline-offset: -5px;
  /*font-family: Hiragino Sans Pr6N;*/
}
/*----------------------------------------------
    .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  padding: 5px 20px;
  position: relative;
  background: #e0a96e;
}

.c_ttl_type03:before {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  background: #fff;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
}
/*----------------------------------------------
    .c_ttl_type04
---------------------------------------------*/
.c_ttl_type04 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  position: relative;
  z-index: 1;
  border-top: 2px solid #4d4d4d;
  border-bottom: 1px solid #cccccc;
  padding: 4px 10px;
}

/*.c_ttl_type04:before {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  background: #d3d3d3;
  background-size: contain;
  display: inline;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: -1;
}*/

/*----------------------------------------------
    .c_ttl_type05
---------------------------------------------*/
.c_ttl_type05 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #548349;
  position: relative;
  padding: 0 12px;
}
.c_ttl_type05:before {
  content: url(../images/h5_arrow.png);
  position: absolute;
  left: 0;
  top: -1px;
}

/*----------------------------------------------
  	.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.8em;
  padding-left: 2.8em;
}

/*----------------------------------------------
	.c_table_type01
---------------------------------------------*/
.c_table_type01 {
  width: 49%;
}
.c_table_type01.full {
  width: 100%;
}
.c_table_type01 thead th {
  background: #152a4e;
  text-align: center;
  color: #fff;
}

.c_table_type01 th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
  color: #333333;
  background: #eceef7;
}
.c_table_type01 th.u_ALmiddle {
  vertical-align: middle;
}

.c_table_type01 th,
.c_table_type01 td {
  padding: 10px;
  border: 1px solid #c0bfbe;
  font-size: 1.6rem;
  /*font-family: Hiragino Kaku Gothic Pro;*/
}
.c_table_type01 th.u_ALcenter,
.c_table_type01 td.u_ALcenter {
  text-align: center;
}
.c_table_type01 th.u_ALright,
.c_table_type01 td.u_ALright {
  text-align: right;
}

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

.c_table_type02 thead tr {
  border-top: 1px solid #418ac5;
  border-bottom: 1px solid #d8e3f0;
}
.c_table_type02 th,
.c_table_type02 td {
  padding: 10px 0;
  text-align: center;
  font-size: 1.6rem;
 /* font-family: Hiragino Kaku Gothic Pro;*/
}
.c_table_type02 tr:nth-child(odd) {
  background: #e2efe0;
}
.c_table_type02 tr:nth-child(odd) {
  background: #e2efe0;
}
.c_table_type02.is_blue tr:nth-child(odd) {
  background: #eceef7;
}

.c_table_type02 th {
  color: #56864a;
  font-weight: bold;
}
.c_table_type02.is_blue th {
  color: #152a4e;
}

.c_table_type02 td .c_table_type01 tr:nth-child(odd){
	background: #fff;
}
.c_table_type02 td .c_table_type01 thead th{
	color: #fff;
}

#specific .c_table_type02 th,
#specific .c_table_type02 td{
	text-align: left;
	padding: 10px 15px;
}
#specific .c_table_type02 td .c_table_type01 th,
#specific .c_table_type02 td .c_table_type01 td{
	font-size: 1.5rem;
}
#specific .c_table_type02 td .c_table_type01 th,
#specific .c_table_type02 td .c_table_type01 td.u_ALcenter{
	text-align: center;
	vertical-align: middle;
}
/*----------------------------------------------
	.c_table_type03
---------------------------------------------*/
.c_table_type03 {
  width: 100%;
}

.c_table_type03 thead th {
  color: #FFF;
  white-space: nowrap;
  font-weight: bold;
  background: #feaf05;
  background: -moz-linear-gradient(top,  #feaf05 0%, #fd9a23 99%);
  background: -webkit-linear-gradient(top,  #feaf05 0%,#fd9a23 99%);
  background: linear-gradient(to bottom,  #feaf05 0%,#fd9a23 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feaf05', endColorstr='#fd9a23',GradientType=0 );
}

.c_table_type03 tbody td {
  vertical-align: top;
  background: #fff4e5;
}

.c_table_type03 th,
.c_table_type03 td {
  text-align: center;
  font-weight: normal;
  padding: 5px;
  border: 1px solid #FFF;
}

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

/*----------------------------------------------
	.c_table_type05
---------------------------------------------*/
.c_table_type05 {
  width: 100%;
}
.c_table_type05 th,
.c_table_type05 td{
  vertical-align: top;
  text-align: left;
}
.c_table_type05 th{
  width: 10%;
}
.c_table_type05 td{
  width: 90%;
  text-indent: -9.5rem;
  padding-left: 9.5rem;
}

/*----------------------------------------------
	.c_table_type06
---------------------------------------------*/
.c_table_type06 {
  width: 49%;
}
.c_table_type06.full {
  width: 100%;
}
.c_table_type06 thead th {
  text-align: center;
}

.c_table_type06 th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  color: #333333;
}
.c_table_type06 th.u_ALmiddle {
  vertical-align: middle;
}

.c_table_type06 th,
.c_table_type06 td {
  padding: 10px;
  border: 1px solid #c0bfbe;
  font-size: 1.2rem;
  /*font-family: Hiragino Kaku Gothic Pro;*/
}

.c_table_type06  td:empty {
  background: #eafade;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJ3aWR0aDoxMDAlO2hlaWdodDoxMDAlOyI+PGxpbmUgeDE9IjEwMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSIgc3R5bGU9InN0cm9rZTogIzMzMzMzMztzdHJva2Utd2lkdGg6IDE7Ij48L2xpbmU+PC9zdmc+');
}

/*----------------------------------------------
	.c_table_type07
---------------------------------------------*/
.c_table_type07 {
  width: 49%;
}
.c_table_type07.full {
  width: 100%;
}

.c_table_type07 th {
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  color: #333333;
}
.c_table_type07 th.u_ALmiddle {
  vertical-align: middle;
}

.c_table_type07 th,
.c_table_type07 td {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #c0bfbe;
  font-size: 1.4rem;
  /*font-family: Hiragino Kaku Gothic Pro;*/
}

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

.c_list_type01 li {
  list-style: none;
  position: relative;
  font-size: 1.6rem;
}
.c_list_type01 li:before {
  color: #ffd14e;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  right: 2px;
  text-indent: 0;
  font-size: 1.5rem;
}

.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: "●";
  font-size: 7px;
  vertical-align: text-bottom;
  color: #152a4e;
  top: -3px;
}

.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;
  text-align: right;
  width: 20px;
  margin-right: 5px;
  color: #ac7841;
  vertical-align: unset;
  top: -1px;
}

.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: -10px;
  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
---------------------------------------------*/
.c_btn {
  display: inline-block;
  padding: 12px 20px 11px;
  min-width: 200px;
  text-decoration: none!important;
  color: #152a4e!important;
  position: relative;
  background: url(../images/btn_bg.png);
  background-size: cover;
  text-align: center;
  font-weight: bold;
  font-family: Hiragino Sans Pr6N;
  line-height: 1.2;
}
a.c_btn:hover,
.c_btn.active {
  opacity: 0.8;
}

.c_btn::after {
  content: url(../images/btn_arrow.png);
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 55%;
  margin-top: -14px;
}
.c_btn.pdf:after {
  content: url(../images/icon_btn_pdf.png);
  margin-top: -10px;
}

.c_btn.pdf_l::before {
  content: url(../images/icon_btn_pdf.png);
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 60%;
  margin-top: -14px;
}
.c_btn.pdf_l::after {
  content: none;
}

.c_btn.word:after {
  content: url(../images/icon_btn_word.png);
  margin-top: -10px;
}
.c_btn.ppt:after {
  content: '';
  background: url("../images/icon_btn_powerpoint.png");
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: cover;
  top: 50%;
  margin-top: -10px;
}


.c_btn.disabled {
  background: url(../images/btn_disabled.png);
  pointer-events: none;
  color: #7c7c7d !important;
}
.c_btn.disabled:after {
  content: url(../images/btn_arrow_dis.png);
}

.c_btn.disabled02 {
  background: url(../images/btn_disabled02.png);
  pointer-events: none;
  color: #7c7c7d !important;
}
.c_btn.disabled02:after {
  content: url(../images/btn_arrow_dis.png);
}

.c_btn.disabled03 {
  background: url(../images/btn_disabled02.png);
  pointer-events: none;
  color: #7c7c7d !important;
}

.c_btn.disabled04 { 
  pointer-events: none;
  color: #7c7c7d !important;
  background:linear-gradient(to bottom, #d8d8d8, #b8b8b8);
}

.c_btn.disabled04:after {
  content: none;
}

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

.c_btn.is_word,
.c_btn.is_excel,
.c_btn.is_ppt,
.c_btn.is_pdf {
  background: url(../images/btn_bg.png);
}

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


.c_btn.is_longtext {
    width: 230px;
    padding: 10px 0 15px;
    line-height: 1.4em;
    font-size: 1.4rem;
}
.c_btn.is_longtext:after {
  position: relative;
  right: -3px;
  top: 5px;
  margin-top: -10px;
  margin-top: -14px;
}

/*----------------------------------------------
	.c_btn02
---------------------------------------------*/
.c_btn02 {
  display: inline-block;
  padding: 12px 20px 11px;
  min-width: 200px;
  text-decoration: none!important;
  color: #fff;
  position: relative;
  background: linear-gradient(to bottom, #c24245, #9c2025);
  text-align: center;
  font-weight: bold;
  font-family: Hiragino Sans Pr6N;
  height: 70px;
  line-height: 50px
}
a.c_btn02:hover,
.c_btn.active {
  opacity: 0.8;
  color: #fff;
}

/*----------------------------------------------
	.c_btn03
---------------------------------------------*/
.c_btn03{
  display: inline-block;
  width: 300px;
  text-decoration: none!important;
  color: #000;
  position: relative;
  background: linear-gradient(to bottom, #c24245, #9c2025);
  text-align: center;
  border-radius: 4px;
  background-image: linear-gradient(#ffe482 0%, #edbb47 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #875709;
  font-weight: bold;
  font-family: Hiragino Sans Pr6N;
  height: 35px;
  line-height: 35px
}
a.c_btn03:hover,
.c_btn.active {
  opacity: 0.8;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #875709;
  color: #000;
}

/*----------------------------------------------
	.c_btn04
---------------------------------------------*/
.c_btn04{
  display: inline-block;
  width: 300px;
  text-decoration: none!important;
  color: #fff;
  position: relative;
  border-radius: 4px;
  background-image: linear-gradient(#f2446c 0%, #b5052e 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #730f21;
  text-align: center;
  font-weight: bold;
  font-family: Hiragino Sans Pr6N;
}
a.c_btn04:hover,
.c_btn.active {
  opacity: 0.8;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.29);
  border-bottom: solid 2px #730f21;
  margin-bottom: 1px;
  color: #fff;
}

.c_btn04.disabled { 
  pointer-events: none;
  color: #7c7c7d !important;
  background:linear-gradient(to bottom, #d8d8d8, #b8b8b8);
  border-bottom: none;
}

/*----------------------------------------------
	.c_btn.page
---------------------------------------------*/
.c_btn.page {
  font-size: 1.3rem;
  padding: 10px 10px 10px 18px;
  width: 24%;
  min-width: 24%;
  line-height: 1.4;
  min-height: 60px;
  background: #FBEBEB;
  border: 1px solid #d73431;
}

.c_btn.page:nth-of-type(3),
.c_btn.page:nth-of-type(4){
  padding-top: 18px;
}

.c_btn.page:after {
  left: 10px;
  right: inherit;
}

/*----------------------------------------------
	.c_box_type01
---------------------------------------------*/
.c_box_type01 {
  padding: 10px;
  border: 2px solid #085ba7;
  font-family: Hiragino Sans Pr6N;
}
.c_box_type01_header {
  font-weight: bold;
  color: #085ba7;
  font-size: 1.6rem;
}
.c_box_type01.green {
  border: 1px solid #56864a;
  background: #e2efe0;
}
.c_box_type01_header.green {
  color: #56864a;
}

/*----------------------------------------------
	.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: 10px;
  border: 1px solid #d73431;
  color: #d73431;
}

/*----------------------------------------------
	.c_box_type04
---------------------------------------------*/
.c_box_type04 {
  padding: 10px;
  border: 1px solid #000;
  color: #000;
}

/*----------------------------------------------
	.c_box_type05
---------------------------------------------*/
.c_box_type05 {
  padding: 15px 35px;
  border: 3px solid #0078e6;
  font-family: Hiragino Sans Pr6N;
  background-color: #fff;
  border-radius: 6px;
}


/*----------------------------------------------
	.c_box_type06
---------------------------------------------*/
.c_box_type06 {
  padding: 10px 10px 10px 25px;
  border: 2px solid #F00;
}


/*----------------------------------------------
	.c_box_type07
---------------------------------------------*/
.c_box_type07 {
  padding: 10px 10px 10px 25px;
  border: 2px solid #F00;
	background: #ffe8e8;
	color: #000;
}

/*----------------------------------------------
	.c_box_type08
---------------------------------------------*/
.c_box_type08 {
  background: #fff;
  padding: 15px;
  color: #000;
  border: 5px solid #2195ff;
}

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

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 bottom 3px;
}
.c_anchor {
  color: #548349;
}


/*----------------------------------------------
.c_box_type01_ttl_02
---------------------------------------------*/

.c_box_type01_ttl_02{
  font-weight: bold;
  font-size: 1.6rem;
  background: #fff;
  padding: 15px;
  text-align: center;
  position: relative;
  color: #000;
	border: 5px solid #2195ff;
}
.c_box_type01_ttl_02:hover{
  opacity: .7;
}
.c_box_type01_ttl_02:after{
  content: "";
  position: absolute;
  /*right: 25px;
  top: 25%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);*/
  transition: all 0.2s ease-in-out;
  width: 0;
  height: 0;
  top: 45%;
  right: 25px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #2195ff;
}
.c_box_type01_ttl_02.open:after{
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion1 .inner{
  padding: 20px;
  border: 2px solid #2195ff;
	background: #fff;
}
.accordion1 .inner {display: none;}
.accordion1 p{cursor: pointer;}

.ac_indent{
  text-indent: -3em;
  padding-left: 3em;
}

.ac_indent02 th{
  text-indent: -1em;
  padding-left: 2em;
  line-height: 1.3em;
  height: 65px;
  display: table-cell;
  vertical-align: middle;
}


/*----------------------------------------------
.program_box 
---------------------------------------------*/
.program_box {
  border: 1px solid #152a4e;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.program-header a,
.program-header {
    color: #152a4e;
    font-weight: bold;
    font-size: 1.8rem;
    text-decoration: none;
}

.program-header a:hover {
    color: #e0a96e;
}

.program-header2 a,
.program-header2 {
    color: #152a4e;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
}

.program-header2 a:hover {
    color: #e0a96e;
}

.program_box .c_list_type01 li {
    padding-left: 20px;
    font-size: 1.5rem;
  margin-bottom: 5px;
  line-height: 1.5rem;
  padding-bottom: 0.7rem;
}


.program_box .c_list_type01.is_disc li:before {
    content: "•";
    font-size: 1.5rem;
    width: 10px;
    color: #e0a96e;
}


/*----------------------------------------------
LightBox
---------------------------------------------*/
.c_photo img {
  width: 158px;
  height: 118px;
  object-fit: cover;
}</pre></body></html>