@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-top-right-radius: 8px;
  border-top-left-radius: 8px;
  /*height: 917px;*/
  /*background: url(../images/nav_bg.png);*/
  background: linear-gradient(-90deg, #415A4A, #0C2215);
  opacity:0.9;
}

.c_nav_type01 li a,
.c_nav_type01 li span {
  display: block;
  padding: 13px 25px 13px 15px;
  font-size: 1.5rem;
  color: #FFF;
  text-decoration: none;
  text-align: left;
  position: relative;
  line-height: 1.3;
  background: url(../images/nav_arrow.png) 207px 50% no-repeat;
  border-bottom: 1px solid #7fa08e;
}
.c_nav_type01 li a {
	cursor: pointer;
}
.c_nav_type01 li > a:hover,
.c_nav_type01 li.active > a {
  background: url(../images/nav_arrow_active.png) 207px 50% no-repeat, url(../images/nav_active_bg.png);
}

.c_nav_type01 > li:first-child > * {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.c_nav_type01 li.is_external a,
.c_nav_type01 li.is_pdf a {
	background:none;
}

.c_nav_type01 li.is_external > a:hover,
.c_nav_type01 li.is_pdf > a:hover,
.c_nav_type01 li.is_external.active > a,
.c_nav_type01 li.is_pdf.active > a {
  background: 207px 50% no-repeat, url(../images/nav_active_bg.png);
}

.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 {
	width: 12px;
  height: 15px;
  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_type01 li.is_blue {
  background: linear-gradient(-90deg, #3971b7, #273446);
}
.c_nav_type01 li.is_orange {
  background: #ff7032; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff7032 0%, #ffc900 29%, #ffc900 66%, #ff7032 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff7032 0%,#ffc900 29%,#ffc900 66%,#ff7032 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff7032 0%,#ffc900 29%,#ffc900 66%,#ff7032 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7032', endColorstr='#ff7032',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/*----------------------------------------------
  .c_contact_type02
---------------------------------------------*/
.c_contact_type02 {
  color: #FFF;
}

.c_contact_type02 .c_contact_header {
  font-size: 1.6rem;
  font-weight: bold;
}

.c_contact_type02 .c_contact_details {
  line-height: 1.5;
}

.c_contact_type02 a {
  color: #ffe465;
}

.c_contact_type02 a:hover {
  color: #3f9436;
}

/*----------------------------------------------
  .c_news_type01
---------------------------------------------*/
.c_news_type01 {
  max-height: 125px;
  overflow-y: auto;
  position: relative;
  font-size: 1.5rem;
  margin: 10px!important;
  padding-top: 10px;
}

.c_news_type01 dt,
.c_news_type01 dd {
  padding-top: 9px;
}

.c_news_type01 dt {
  float: left;
  clear: left;
  padding-left: 10px;
  font-size: 1.5rem;
  padding-top: 9px;
  font-weight: bold;
}

.c_news_type01 dt:before {
  content: url(../images/news_arrow.png);
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.c_news_type01 dd {
  padding-left: 132px;
  word-wrap: break-word;
  padding-right: 20px;
  padding-bottom: 10px;
}
.c_news_type01 dt:not(:first-of-type) {
  margin-top: 2px;
}
.c_news_type01 dd:not(:last-of-type) {
	border-bottom: 1px solid #DADFE7;
}

.c_news_type01 a {
  text-decoration: underline;
  color: #3f9436;
}
.c_news_type01 a:hover { color: #ffc320; }

/*----------------------------------------------
  	.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: 2.6rem;
  font-weight: bold;
  /*background: url(../images/h1_bg.png) no-repeat;*/
  background: url(../images/h1_bg2.png) no-repeat, #354d42;
  background: url(../images/h1_bg2.png) no-repeat, -moz-linear-gradient(45deg, #354d42 0%, #39614e 100%);
  background: url(../images/h1_bg2.png) no-repeat, -webkit-gradient(left bottom, right top, color-stop(0%, #354d42), color-stop(100%, #39614e));
  background: url(../images/h1_bg2.png) no-repeat, -webkit-linear-gradient(45deg, #354d42 0%, #39614e 100%);
  background: url(../images/h1_bg2.png) no-repeat, -o-linear-gradient(45deg, #354d42 0%, #39614e 100%);
  background: url(../images/h1_bg2.png) no-repeat, -ms-linear-gradient(45deg, #354d42 0%, #39614e 100%);
  background: url(../images/h1_bg2.png) no-repeat, linear-gradient(45deg, #354d42 0%, #39614e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#354d42', endColorstr='#39614e', GradientType=1 );
  background-position: bottom left, 100%;
  color: #FFF;
  padding: 18px 4em 17px 20px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
	letter-spacing: -1px;
}

.c_ttl_type01:before {
  content: url("../images/border_bg.png");
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  margin: auto;
}

.c_ttl_type01:after {
  content: url(../images/h1_detail.png);
  position: absolute;
  right: 1px;
  /*top: 3px;*/
  top: calc(100% - 2.8em);
}


/*----------------------------------------------
    .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
    padding: 7px 10px 5px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFF;
  text-indent: 5px;
  background: url(../images/h2_bg.png);
}

.c_ttl_type02:before {
  content: url(../images/h2_detail.png);
  position: relative;
  top: -3px;
  margin-right: 7px;
}
/*----------------------------------------------
    .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
  font-size: 2rem;
  font-weight: bold;
  color: #385648;
  padding: 0 10px;
  position: relative;
  border-bottom: 1px solid #385648;
}

.c_ttl_type03:before {
  content: url(../images/h3_detail.png);
  margin-right: 10px;
  position: relative;
  top: -2px;
}

/*----------------------------------------------
    .c_ttl_type04
---------------------------------------------*/
.c_ttl_type04 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #519849;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}

.c_ttl_type04:before {
  content: url(../images/h4_detail.png);
  margin-right: 5px;
  position: absolute;
  top: -2px;
  left: 0;
}

/*----------------------------------------------
    .c_ttl_type05
---------------------------------------------*/
.c_ttl_type05 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4d7a60;
  position: relative;
  z-index: 1;
}

/*----------------------------------------------
  Gradient Sample
---------------------------------------------*/
/*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(16,41,75,1)), color-stop(100%, rgba(10,59,150,1)));
background: -webkit-linear-gradient(left, rgba(16,41,75,1) 0%, rgba(10,59,150,1) 100%);
background: -o-linear-gradient(left, rgba(16,41,75,1) 0%, rgba(10,59,150,1) 100%);
background: -ms-linear-gradient(left, rgba(16,41,75,1) 0%, rgba(10,59,150,1) 100%);
background: linear-gradient(to right, rgba(16,41,75,1) 0%, rgba(10,59,150,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10294b', endColorstr='#0a3b96', GradientType=1 );*/

/*----------------------------------------------
  	.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_para_type03
---------------------------------------------*/
.c_para_type03 {
    padding: 20px 0;
    border-bottom: 1px dotted #D1D1D1;
}
.c_para_type03_header {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 2rem;
}
.c_para_type03_header:before {
	content: '▶';
	color: #62AC56;
   left: 0;
	top: 10%;
	font-size: 1.2rem;
   position: absolute;
}

/*----------------------------------------------
  	.c_kome_type01
---------------------------------------------*/
.c_kome_type01 {
  text-indent: -1em;
  padding-left: 1em;
}

/*----------------------------------------------
  	.c_kome_type02
---------------------------------------------*/
.c_kome_type02 {
  text-indent: -1.4em;
  padding-left: 1.4em;
}

/*----------------------------------------------
	.c_table_type01
---------------------------------------------*/
.c_table_type01 {
  width: 100%;
}

.c_table_type01 th {
  color: #FFF;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
  background: #84CE70;
}

.c_table_type01 th,
.c_table_type01 td {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}
.c_table_type01 .w33 {
  width: 33%;
}
.c_table_type01.w70 {
  width: 70%;
}
.c_table_type01.w80 {
  width: 80%;
}
.c_table_type01.w50 {
  width: 50%;
}

/*----------------------------------------------
	.c_table_type02
---------------------------------------------*/
.c_table_type02 {
  width: 100%;
}

.c_table_type02 thead th {
  color: #519849;
  white-space: nowrap;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #385f4c;
  text-align: center;
}

.c_table_type02 tbody td {
  vertical-align: top;
}

.c_table_type02 tbody tr:not(:last-child) {
  border-bottom: 1px dashed #e5e5e5;
}

.c_table_type02 th,
.c_table_type02 td {
  font-weight: normal;
  padding: 10px;
}

/*----------------------------------------------
	.c_table_type03
---------------------------------------------*/
.c_table_type03 {
  width: 100%;
}

.c_table_type03 thead th {
  color: #FFF;
  background: #ffc900;
  white-space: nowrap;
  font-weight: bold;
  text-align: center;
}

.c_table_type03 tbody td {
  vertical-align: top;
  text-align: center;
  background: #fff9e1;

}

.c_table_type03 th,
.c_table_type03 td {
  font-weight: normal;
  padding: 10px;
    border: 1px solid #FFF;
}

/*----------------------------------------------
	.c_table_type04
---------------------------------------------*/
.c_table_type04 tr > * {
  vertical-align: top;
  border: 1px solid #333;
}

/* FOR COLORED LIST TYPE */
/*----------------------------------------------
	.c_list_type01
---------------------------------------------*/
.c_list_type01 {
  vertical-align: top;
}

.c_list_type01 li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  left: 0;
}
.c_list_type01 li:before {
  color: #519849;
  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: absolute;
  text-align: center;
  width: 20px;
  color: #ffba00;
  font-size: 1.4rem;
  left: 0;
}

.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 {
  padding-left: 20px;
}

/* 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_group
---------------------------------------------*/
.c_btn_group a,
.c_btn_group span {
	margin: 0 20px;
}


/*----------------------------------------------
	.c_btn_type01
---------------------------------------------*/
.c_btn_type01 {
  display: inline-block;
  padding: 10px 25px 10px 10px;
  min-width: 240px;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF!important;
  background: #6CC455;
  text-decoration: none!important;
  border: 2px solid #6CC455;
  -webkit-box-shadow:inset 0px 0px 0px 1px #FFF;
  -moz-box-shadow:inset 0px 0px 0px 1px #FFF;
  box-shadow:inset 0px 0px 0px 1px #FFF;
  transition: all 0.5s ease;
}
a.c_btn_type01:hover {
  background: #519849;
  border: 2px solid #519849;
}
.c_btn_type01.u_gray {
	background: #999999 !important;
	border: 2px solid #999999 !important;
}

/*span.c_btn_type01 {
  background: #CECECE;
  border: 2px solid#CECECE;
}*/

.c_btn_type01.is_w250 { width: 250px; }
.c_btn_type01.is_w320 { width: 320px; }
.c_btn_type01.is_w380 { width: 380px; }
.c_btn_type01.is_w400 { width: 400px; }
.c_btn_type01.is_full { width: 100%; }

.c_btn_type01.is_shorter { min-width: 160px; }

.c_btn_type01.is_grey {
  background: #98AC92;
  border: 2px solid #98AC92;
}
a.c_btn_type01.is_grey:hover {
  background: #71836D;
  border: 2px solid #71836D;
}

.c_btn_type01.is_yellow {
  background: #FFCC42;
  border: 2px solid #FFCC42;
}

.c_btn_type01::after,
.c_btn_type01.is_word::after,
.c_btn_type01.is_excel::after,
.c_btn_type01.is_ppt::after,
.c_btn_type01.is_pdf::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  margin: auto 0;
  vertical-align: middle;
}
.c_btn_type01::after {
  background: url(../images/btn_arrow.png) no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
}
.c_btn_type01.is_word::after {
  background: url(../images/icon_btn_word.png) no-repeat;
  background-size: 100%;
}
.c_btn_type01.is_excel::after {
  background: url(../images/icon_btn_excel.png) no-repeat;
  background-size: 100%;
}
.c_btn_type01.is_ppt::after {
  background: url(../images/icon_btn_powerpoint.png) no-repeat;
  background-size: 100%;
}
.c_btn_type01.is_pdf::after {
  background: url(../images/icon_btn_pdf.png) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 22px;
}

/*----------------------------------------------
	.c_btn_type02
---------------------------------------------*/
.c_btn_type02 {
    display: inline-block;
    padding: 6px 30px 6px 20px;
    min-width: 180px;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF!important;
    background: #6CC455;
    text-decoration: none!important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.5s ease;
}
a.c_btn_type02:hover {
  background: #519849;
}

.c_btn_type02::after,
.c_btn_type02.is_word::after,
.c_btn_type02.is_excel::after,
.c_btn_type02.is_ppt::after,
.c_btn_type02.is_pdf::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  margin: auto 0;
  vertical-align: middle;
}
.c_btn_type02::after {
  background: url(../images/btn_arrow.png) no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
}

/*----------------------------------------------
	.c_box_type01
---------------------------------------------*/
.c_box_type01 {
  padding: 10px;
  background: #ddf9d6;
}

.c_box_type01_header {
  color: #519849;
}
.c_box_type01_header:before {
  content: "●";
  font-size: 1.3rem;
  margin-right: 5px;
}


/*----------------------------------------------
	.c_box_type02
---------------------------------------------*/
.c_box_type02 {
  padding: 10px;
  background: #fff9e1;
}

.c_box_type02_header {
  color: #ffc000;
}
.c_box_type02_header:before {
  content: "●";
  font-size: 1.3rem;
  margin-right: 5px;
}

/*----------------------------------------------
	.c_box_type03
---------------------------------------------*/
.c_box_type03 {
  padding: 10px;
  border: 1px solid #ee2b29;
  color: #ee2b29;
}

.c_box_type03.is_custom1 {
  background: #FFF;
}

/*----------------------------------------------
	.c_box_type04
---------------------------------------------*/
.c_box_type04 {
  padding: 10px;
  border: 2px solid #ddf9d6;
  background: #FFF;
  color: #333;
}

/*----------------------------------------------
	.c_box_type05
---------------------------------------------*/
.c_box_type05 {
	position: relative;
	display: block;
}

.c_box_type05_btn {
	position: absolute;
	right: 0;
	bottom: 0;
}

.c_box_type05_img {
	position: absolute;
	top: -20px;
	right: 0;
}

.c_box_type05_img a:hover {
	opacity: 0.8;
}

.c_box_type05.is_custom1 {
	min-height: 184px;
	padding-bottom: 20px;
}


/*----------------------------------------------
.c_box_underline
---------------------------------------------*/
.c_box_underline {
	padding: 20px 0;
	border-bottom: 1px dashed #7fa08e;
}

/*----------------------------------------------
.c_bnr
---------------------------------------------*/
.c_bnr:hover {
	opacity: 0.7;
}

/*----------------------------------------------
.c_anchor_icon
---------------------------------------------*/
a.c_anchor_icon{
  padding-right: 25px;
}
a[href^="http://"].c_anchor_icon,
a[href^="https://"].c_anchor_icon {
  background: url(../images/icon_external.png) no-repeat right 5px center;
}

a[href$=".xls"].c_anchor_icon,
a[href$=".xlsx"].c_anchor_icon {
  background: url(../images/icon_excel.png) no-repeat right 5px center;
}

a[href$=".doc"].c_anchor_icon,
a[href$=".docx"].c_anchor_icon {
  background: url(../images/icon_word.png) no-repeat right 5px center;
}

a[href$=".ppt"].c_anchor_icon,
a[href$=".pptx"].c_anchor_icon {
  background: url(../images/icon_powerpoint.png) no-repeat right 5px center;
}

a[href$=".pdf"].c_anchor_icon {
  background: url(../images/icon_pdf.png) no-repeat right 10px center;
}
