@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: 2px solid #a93a51;
  padding: 2px;
}

.c_nav_type01 li:not(:last-of-type) a,
.c_nav_type01 li:not(:last-of-type) span{
  margin-bottom: 2px;
}
.c_nav_type01 li a,
.c_nav_type01 li span{
  display: block;
  padding: 15.5px 15px;
  font-size: 1.5rem;
  color: #333;
  text-decoration: none;
  text-align: left;
  font-weight: normal;
  position: relative;
  line-height: 1.3;
  background: url(../images/nav_arrow.png) 200px 50% no-repeat, #FFF;
}

.c_nav_type01 li:hover a,
.c_nav_type01 li.active a {
  background: url(../images/nav_arrow_active.png) 200px 50% no-repeat, url(../images/nav_active.png);
  color: #FFF;
}
.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 {
  background: url(../images/icon_external_nav_o.png) 195px 50% no-repeat, #FFF;
}
.c_nav_type01 li.is_pdf a {
	background: #FFF;
}
.c_nav_type01 li.is_pdf a:hover  {
	background: url(../images/nav_active.png);
}
.c_nav_type01 li.is_pdf a:hover::after {
  background: url(../images/icon_pdf_o.png) 4px no-repeat;
}
.c_nav_type01 li.is_external:hover a {
  background: url(../images/icon_external_nav.png) 195px 50% no-repeat, url(../images/nav_active.png);
}
.c_nav_type01 li.is_pdf a::after {
  background: url(../images/icon_pdf.png) 4px 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_type01
---------------------------------------------*/
.c_contact_type01 {
	background: #652432;
  width: 100%;
  padding: 12px 15px;
  color: #FFF;
  font-size: 1.6rem;
}

.c_contact_header {
  font-weight: bold;
  border-bottom: 1px solid #9c6f75;
  padding-bottom: 3px;
}

.c_contact_details {
  line-height: 1.4;
  padding: 8px 2px 4px;
}

.c_contact_details a {
  color: #ffd945;
}
.c_contact_details a:hover {
  color: #eb7792;
}

/*----------------------------------------------
  .c_news_type01
---------------------------------------------*/
.c_news_type01 {
  max-height: 150px;
  overflow-y: auto;
  position: relative;
  font-size: 1.5rem;
  color: #000;
  margin: 15px 20px!important
}

.c_news_type01 dt:not(:first-of-type),
.c_news_type01 dd:not(:first-of-type) {
  padding-top: 10px;
}

.c_news_type01 dt {
  float: left;
  clear: left;
  font-size: 1.5rem;
  font-weight: bold;
}
.c_news_type01 dt:before {
  content: url(../images/news_icon.png);
  display: inline;
  margin-right: 10px;
}

.c_news_type01 dd {
  padding-left: 135px;
  word-wrap: break-word;
  padding-right: 20px;
  padding-bottom: 10px;
}

.c_news_type01 dd: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/bg_h1.png);
  color: #FFF;
  padding: 10.5px 20px;
}
/*----------------------------------------------
    .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
  padding: 5px 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  text-indent: 5px;
  background: url(../images/bg_h2.png);
  position: relative;
}

.c_ttl_type02:before {
  content: "";
  height: 33px;
  width: 3px;
  background: #ffc6d3;
  position: absolute;
  top: 4px;
  left: 5px;
}
/*----------------------------------------------
    .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #a93a51;
  position: relative;
}

.c_ttl_type03::after {
  content: url(../images/h3_detail.png);
  position: absolute;
  bottom: -10px;
  left: 0;
}
/*----------------------------------------------
    .c_ttl_type04
---------------------------------------------*/
.c_ttl_type04 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}

.c_ttl_type04::before {
  content: url(../images/h4_detail.png);
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 10px;
}

/*----------------------------------------------
    .c_ttl_type05
---------------------------------------------*/
.c_ttl_type05 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffc425;
}

/*----------------------------------------------
  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_kome_type01
---------------------------------------------*/
.c_kome_type01 {
  text-indent: -1em;
  padding-left: 1em;
}

/*----------------------------------------------
  	.c_kome_type02  (inside lists)
---------------------------------------------*/
.c_kome_type02 {
  text-indent: -1.5rem !important;
  padding-left: 1.5rem !important;
}

/*----------------------------------------------
	.c_table_type01
---------------------------------------------*/
.c_table_type01 {
  width: 100%;
}

.c_table_type01 th {
  color: #FFF;	
  text-align: center;
  font-weight: bold;
  background: #EC758E;	
  white-space: nowrap;
  vertical-align: middle;
}

.c_table_type01 th,
.c_table_type01 td {
  padding: 10px 20px;
  border: 1px solid #CCC;
}

.c_table_type01 td.is_pink {
  text-align: center;
  background: #FFD6DA;
}

/*----------------------------------------------
	.c_table_type02
---------------------------------------------*/
.c_table_type02 {
  width: 100%;
}

.c_table_type02 thead th {
  border-bottom: 2px solid #652432;
}

.c_table_type02 th {
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
  color: #652432;
}

.c_table_type02 tbody td {
  border-bottom: 1px solid #652432;
}

.c_table_type02 th,
.c_table_type02 td {
  padding: 10px 0;
  text-align: center;
}

/*----------------------------------------------
	.c_table_type03
---------------------------------------------*/
.c_table_type03 {
  width: 100%;
}

.c_table_type03 thead th {
  color: #FFF;
  font-weight: bold;
  white-space: nowrap;	
  background: #a93a51;
}

.c_table_type03 tbody td {
  vertical-align: top;
}
.c_table_type03 th {
	font-weight: bold;
}
.c_table_type03 th,
.c_table_type03 td {
  padding: 10px;  
  text-align: left;	
  font-weight: normal;
  border: 1px solid #CCC;
}

/*----------------------------------------------
	.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 {
  position: relative;
  padding-left: 2rem;	
  margin-bottom: 5px;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  text-justify: inter-ideograph;
  list-style: none;
}
.c_list_type01 li:before {
  color: #003651;
  left: -5px;
  position: relative;
}

.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_type .is_disc ---*/
.c_list_type01.is_disc li {
  text-indent: -0.5rem;
  padding-left: 2rem;
}
.c_list_type01.is_disc li:before {
  content: url(../images/icon_list_disc.png) !important;
  display: inline-block;
  left: -2%;
  float: left;	
}
.c_list_type01.is_inner_disc li {
  padding-left: 2.5rem !important;	
  text-indent: -0.5rem !important;
}
.c_list_type01.is_inner_disc li:before {
  counter-increment: none !important;
  content: url(../images/icon_list_disc.png) !important;
  display: inline-block;
  left: -2.5% !important;
}

/*---- .c_list_type .is_decimal ---*/
.c_list_type01.is_decimal {
  counter-reset: is_decimal_counter;
}
.c_list_type01.is_decimal li {
  padding-left: 2.75rem;
  text-indent: -0.75rem;
}
.c_list_type01.is_decimal li:before {
  counter-increment: is_decimal_counter;
  content: counter(is_decimal_counter) ". ";
  float: left;
  left: -3%;
  color: #A93A51;	
  text-align: right;	
  font-weight: bold;
  position: relative;	
}

.c_list_type01.is_triangle li:before {
  content: "▶";
}

.c_list_type01.is_diamond li:before {
  content: "◆";
}

.c_list_type01.is_square li,
.c_list_type01.is_triangle li,
.c_list_type01.is_diamond li {
  text-indent: -1rem;
  padding-left: 2rem;
}

.c_list_type01 li div {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.c_list_type01 li div p {
  text-indent: 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 {
  font-size: 1.6rem;
  display: inline-block;
  padding: 13px 10px;
  min-width: 220px;
  text-decoration: none!important;
  color: #fff!important;
  background: url(../images/btn_arrow.png) 90% 50% no-repeat, rgb(56,110,70);
  background: url(../images/btn_arrow.png) 90% 50% no-repeat, -moz-linear-gradient(45deg, rgba(56,110,70,1) 0%, rgba(79,147,96,1) 100%);
  background: url(../images/btn_arrow.png) 90% 50% no-repeat, -webkit-linear-gradient(45deg, rgba(56,110,70,1) 0%,rgba(79,147,96,1) 100%);
  background: url(../images/btn_arrow.png) 90% 50% no-repeat, linear-gradient(45deg, rgba(56,110,70,1) 0%,rgba(79,147,96,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386e46', endColorstr='#4f9360',GradientType=1 );
  border-radius: 25px;
  transition: 0.2s all ease;
}

span.c_btn_type01 {
  background: url(../images/btn_arrow.png) 90% 50% no-repeat, rgb(56,110,70);
  background: url(../images/btn_arrow.png) 90% 50% no-repeat, -moz-linear-gradient(45deg, rgba(56,110,70,1) 0%, rgba(79,147,96,1) 100%);
  background: url(../images/btn_arrow.png) 90% 50% no-repeat, -webkit-linear-gradient(45deg, rgba(56,110,70,1) 0%,rgba(79,147,96,1) 100%);
  background: url(../images/btn_arrow.png) 90% 50% no-repeat, linear-gradient(45deg, rgba(56,110,70,1) 0%,rgba(79,147,96,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#386e46', endColorstr='#4f9360',GradientType=1 );
  border-radius: 25px;
  opacity: 0.7;
}

.c_btn_type01.is_link {
  background: rgb(211,97,121);
  background: -moz-linear-gradient(45deg, rgba(211,97,121,1) 0%, rgba(232,131,151,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(211,97,121,1) 0%,rgba(232,131,151,1) 100%);
  background: linear-gradient(45deg, rgba(211,97,121,1) 0%,rgba(232,131,151,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d36179', endColorstr='#e88397',GradientType=1 );
  position: relative;
  padding: 13px 20px;
}

a.c_btn_type01:hover {
  opacity: 0.8;
}
.c_btn_type01.is_w250 { width: 250px; }
.c_btn_type01.is_w320 { width: 320px; }
.c_btn_type01.is_w400 { width: 400px; }

.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;
  right: 10%;
  bottom: 0;
  width: 22px;
  height: 22px;
  margin: auto 0;
  vertical-align: middle;
}
.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;
}

/*----------------------------------------------
	.c_btn_type02
---------------------------------------------*/
.c_btn_type02_base {
	position: relative;
	display: block;
}
.c_btn_type02 {
  font-size: 1.3rem;
  display: inline-block;
  right: 0;
  bottom: 0;	
  padding: 3px 15px;
  min-width: 100px;
  position: absolute; 
  text-decoration: none !important;
  color: #FFF !important;
  background:  url(../images/btn_arrow.png) 90% 50% no-repeat, rgb(211,97,121);
  background:  url(../images/btn_arrow.png) 90% 50% no-repeat, -moz-linear-gradient(45deg, rgba(211,97,121,1) 0%, rgba(232,131,151,1) 100%);
  background:  url(../images/btn_arrow.png) 90% 50% no-repeat, -webkit-linear-gradient(45deg, rgba(211,97,121,1) 0%,rgba(232,131,151,1) 100%);
  background:  url(../images/btn_arrow.png) 90% 50% no-repeat, linear-gradient(45deg, rgba(211,97,121,1) 0%,rgba(232,131,151,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d36179', endColorstr='#e88397',GradientType=1 );
  border-radius: 15px;
  transition: 0.2s all ease;
}
a.c_btn_type02:hover {
  opacity: 0.8;
}

/*----------------------------------------------
	.c_box_type01
---------------------------------------------*/
.c_box_type01 {
  padding: 15px;
  border: 1px solid #a93a51;
  background: #ffecea;
}

.c_box_type01_header:before {
  content: "●";
  color: #a93a51;
  display: inline-block;
  margin-right: 5px;
}

/*----------------------------------------------
	.c_box_type02
---------------------------------------------*/
.c_box_type02 {
  padding: 15px;
  border: 1px solid #3a7249;
  background: #e3fbea;
}

.c_box_type02_header:before {
  content: "●";
  color: #326940;
  display: inline-block;
  margin-right: 5px;
}

/*----------------------------------------------
	.c_box_type03
---------------------------------------------*/
.c_box_type03 {
  padding: 15px;
  border: 1px solid #ff0000;
  background-color:#FFFFFF;
}
/*----------------------------------------------
.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;
}
