@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: #fff;
}

.c_nav_type01 li:not(:last-of-type) a,
.c_nav_type01 li:not(:last-of-type) span{
  border-bottom: 1px solid #e3e3e3;
}
.c_nav_type01 li a,
.c_nav_type01 li span{
  display: block;
  padding: 13px 15px;
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  text-align: left;
  position: relative;
  line-height: 1.3;
  background: url(../images/nav_arrow.png) 93% 50% no-repeat;
}

.c_nav_type01 li:hover a,
.c_nav_type01 li.active a {
  background: url(../images/nav_active_arrow.png) 93% 50% no-repeat, #fd7919;
  color: #ffee20;
}

.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 {
  content: url(../images/icon_external_nav_o.png);
  position: absolute;
  top: 13px;
  margin-left: 5px;
}
.c_nav_type01 li.is_external a:hover::after {
  content: url(../images/icon_external_nav.png);
}
.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_news_type01
---------------------------------------------*/
.c_news_type01 {
  max-height: 135px;
  overflow-y: auto;
  position: relative;
  font-size: 1.5rem;
  color: #000;
  padding-top: 10px;
}

.c_news_type01 dt,
.c_news_type01 dd {
  padding-top: 8px;
}

.c_news_type01 dt {
  float: left;
  clear: left;
  padding-left: 20px;
  font-size: 15px;
}

.c_news_type01 dt:before {
  content: url(../images/news_bullet_icon.png);
  margin-right: 10px;
}

.c_news_type01 dd {
  padding-left: 140px;
  word-wrap: break-word;
  padding-right: 20px;
  padding-bottom: 8px;
}

.c_news_type01 a {
  color: #fd7919;
  text-decoration: underline;
}

.c_news_type01 a:hover {
  color: #ffee20;
}

/*----------------------------------------------
  .c_contact
---------------------------------------------*/
.c_contact {
  color: #fff;
    width: 100%;
}
.c_contact tr th,
.c_contact tr td {
  border: 1px solid #fff;
  padding: 13px;
}
.c_contact tr th {
  width: 110px;
  font-weight: normal;
}
.c_contact tr td {
  font-size: 1.4rem;
}
.c_contact a {
  color: #ffee20;
}
.c_contact a:hover {
  color: #005bac;
}

/*----------------------------------------------
  	.c_ttl_type01
  ---------------------------------------------*/
.c_ttl_type01 {
  font-size: 2.8rem;
  font-weight: normal;
  background: #fd7919;
  color: #ffee20;
  padding: 7px 18px 3px 18px;
  border-bottom: 1px solid #000;
  box-shadow: 0 2px 0 0 #ffaa5e;
  margin-bottom: 2px;
}
/*----------------------------------------------
    .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
  padding: 2px 10px 0px 8px;
  font-size: 2rem;
  font-weight: bold;
  color: #fd7919;
  border-top: 2px solid #ec6b0d ;
  border-bottom: 1px solid #c7c7c7;
}
/*----------------------------------------------
    .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fd7919;
  padding: 1px 15px 0px 17px;
  position: relative;
  border: 1px solid #c7c7c7;
}

.c_ttl_type03:before {
  content: "";
  height: 18px;
  width: 2px;
  position: absolute;
  background: #fd7919;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 7px;
}
/*----------------------------------------------
    .c_ttl_type04
---------------------------------------------*/
.c_ttl_type04 {
  padding: 0 5px 5px 0;
  margin-left: 15px;
  text-indent: -0.75em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #353535;
  position: relative;
  border-bottom: 1px dashed #cbcbcb;
}

.c_ttl_type04:before {
  content: url(../images/h4_detail.png);
  padding-right: 5px;
}

/*----------------------------------------------
  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_type02
---------------------------------------------*/
.c_para_type03 {
  display: inline-block;
  text-indent: -0.15em;
}

/*----------------------------------------------
  	.c_kome_type01
---------------------------------------------*/
.c_kome_type01 {
  text-indent: -1em;
  padding-left: 1em;
}

/*----------------------------------------------
	.c_table_type01
---------------------------------------------*/
.c_table_type01 {
  width: 100%;
  border: 1px solid #E3E3E3;
}

.c_table_type01 tr:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}

.c_table_type01 th {
  color: #FFF;
  vertical-align: middle;
  font-weight: bold;
  white-space: nowrap;
  background: #FF6B00;
}

.c_table_type01 tbody th {
  color: #333;
  background: #FEEDDD;
}

.c_table_type01 th,
.c_table_type01 td {
  padding: 20px 0;
  text-align: center;
  border: 1px solid #E3E3E3;
}

/*----------------------------------------------
	.c_table_type02
---------------------------------------------*/
.c_table_type02 {
  width: 100%;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.c_table_type02 tr {
  border-bottom: 1px dashed #e6e6e6;
  border-top: 1px dashed #e6e6e6;
}

.c_table_type02 th {
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
  color: #ff8831;
}

.c_table_type02 th,
.c_table_type02 td {
  padding: 10px 0;
}

/*----------------------------------------------
	.c_table_type03
---------------------------------------------*/

.c_table_type03 {
  width: 100%;
  border: 1px solid #c7c7c7;
}

.c_table_type03 thead th {
  color: #333;
  white-space: nowrap;
  font-weight: bold;
  border-bottom: 2px solid #333;
  text-align: center;
  background: #ffc092;
}

.c_table_type03 tbody tr {
  border-bottom: 1px dashed #E6E6E6;
}

.c_table_type03 tbody tr td:not(:last-of-type) {
  border-right: 1px solid #C7C7C7;
}

.c_table_type03 tbody td {
  text-align: center;
  vertical-align: middle;
}

.c_table_type03 th,
.c_table_type03 td {
  font-weight: normal;
  padding: 10px;
}

/*----------------------------------------------
	.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: 3px;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  list-style: none;
  position: relative;
  padding-left: 2rem;
}
.c_list_type01 li::before {
  position: absolute;
  left: 0;
  color: #fd7919;
}

.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 {
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  list-style: none;
  position: relative;
  padding-left: 15px;
  margin-left: 0;
  margin-bottom: 3px;
	text-indent: 0;
}
.c_list_type01.is_disc li:before {
  content: url(../images/list_disc.png);
  margin-right: 5px;
}

.c_list_type01.is_decimal, 
.c_list_type01.is_decimal_02
{
  counter-reset: is_decimal_counter;
}
.c_list_type01.is_decimal li {
  margin-left: 40px;
  padding-left: 0;
  text-indent: -2rem;	
}
.c_list_type01.is_decimal li:before {
  counter-increment: is_decimal_counter;
  content: counter(is_decimal_counter);
  font-weight: bold;
  color: #fff;
  background: #fd7919;
  border-radius: 2px;
  padding: 2px 1px;
  font-size: 0.8rem;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto 5px auto auto;
  position: relative;
  display: inline-block;
  width: 13px;
  top: 2px;
  vertical-align: top;
  text-indent: 0;
}

.c_list_type01.is_triangle li:before {
  content: "▶";
}

.c_list_type01.is_diamond li:before {
  content: "◆";
}

/*
  ➔
  ➤
  ■
  ▶
  ◆
  ◉
  ●
*/

/* 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_list_type03
---------------------------------------------*/
.c_list_type03 li {
  list-style: none;
  position: relative;
}
.c_list_type03.is_decimal {
  counter-reset: is_decimal_counter;
}

.c_list_type03.is_decimal li {
  padding-left: 20px;
  margin-left: 25px;
  text-indent: -3rem;
}
.c_list_type03.is_decimal li:before {
  counter-increment: is_decimal_counter;
  content: counter(is_decimal_counter);
  color: #FD7919;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
}


/*----------------------------------------------
	.c_btn_type01
---------------------------------------------*/
.c_btn_type01 {
  display: inline-block;
  padding: 15px 10px 15px 20px;
  min-width: 260px;
  background: #FD7919;
  text-decoration: none!important;
  color: #FFF!important;
  font-weight: bold;
  position: relative;
  box-shadow: 0 5px 0 0 #BB5409;
  font-size: 1.6rem;
  text-align: center;
  border: none;
}
a.c_btn_type01:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 0 #000;
}

span.c_btn_type01 {
  padding: 15px;
  text-align: center;
  background: #CACCCD;
  box-shadow: 0 5px 0 0 #989898;
}

.c_btn_type01.is_yellow {
  color: #000!important;
  background: #FCC800;
  box-shadow: 0 5px 0 0 #DBA000;
}
.c_btn_type01.is_external {
  padding: 15px;
  text-align: center;
}

.c_btn_type01.is_w250 { width: 250px; }
.c_btn_type01.is_w300 { width: 300px; }
.c_btn_type01.is_w320 { width: 320px; }
.c_btn_type01.is_w340 { width: 340px; }
.c_btn_type01.is_w400 { width: 400px; }

.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;
  width: 6px;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 50px;
}
.c_btn_type01::after {
  background: url(../images/btn_detail.png) no-repeat;
}
.c_btn_type01.is_word {
	text-indent: 1.5em;
}
.c_btn_type01.is_word::after {
  background: url(../images/icon_btn_word.png) no-repeat;
  width: 22px;
  height: 22px;
}

.c_btn_type01.is_pdf::after {
  background: url(../images/icon_btn_pdf.png) no-repeat;
  width: 18px;
  height: 22px;
}
.c_btn_type01.is_input {
	cursor: pointer;
   transition: 0.15s ease;	
}
.c_btn_type01.is_input:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 0 #000;
}

/*----------------------------------------------
	.c_box_type01
---------------------------------------------*/
.c_box_type01 {
  padding: 20px;
  background: #ffe7d6;
}

.c_box_type01_header {
  color: #fd7919;
  padding: 0;
  font-weight: bold;
}

/*----------------------------------------------
	.c_box_type02
---------------------------------------------*/
.c_box_type02 {
  padding: 20px;
  border: 1px solid #ee2b29;
  color: #ee2b29;
}

/*----------------------------------------------
	.c_box_type03
---------------------------------------------*/
.c_box_type03 {
  padding: 20px;
  background: #fff8e4;
  border: 1px solid #fcc800;
}
/*----------------------------------------------
.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 center;
}

/*----------------------------------------------
.c_popup
---------------------------------------------*/
#c_popup {
	 width: 70%;
    height: 210px;
    padding: 35px;
    background-color: #FFF;
    position: absolute;
    top: 35%;
    left: 15%;
    display: none;
	 z-index: 99;
    border: 1px solid #FD7919;	
}
#c_popup .c_popup_line {
	margin-bottom: 15px;
}
#c_popup .c_popup_done {
	right: 8.5%;	
	width: 25%;
	padding: 5px;
   font-size: 1.4rem;	
	position: absolute;
   cursor: pointer;
}
#c_popup label {
	width: 22%;
	display: inline-block;
}
#c_popup input {
	width: 76%;
}
.c_popup_btn {
  display: inline-block;
  padding: 15px 10px 15px 20px;
  min-width: 260px;
  background: #FD7919;
  text-decoration: none!important;
  color: #FFF!important;
  font-weight: bold;
  position: relative;
  box-shadow: 0 5px 0 0 #BB5409;
  font-size: 1.6rem;
  text-align: center;
  border: none;
  transition: 0.2s ease;
  cursor: pointer;
}
.c_popup_btn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 0 #000;
}
.c_popup_btn.is_pdf::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 50px;
}
.c_popup_btn.is_pdf::after {
  background: url(../images/icon_btn_pdf.png) no-repeat;
  width: 18px;
  height: 22px;
}

@media only screen and (max-width: 640px) {
	#c_popup {
	 width: 60%;
    top: 40%;
    left: 19%;
	}
}