@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_ttl_type02
------------------------------------- */
.c_ttl_type02 {
  margin: 0 0 30px 0;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
  font-size: 15px;
  background: url("../images/headline1.gif") repeat-x left bottom;
}
.c_ttl_type02.is_blue {
  background: #0077B3;
  margin: 0;
  height: inherit;
  font-size: 16px;
  color: #fff;
  padding: 10px 15px;
  line-height: 180%;
}
.c_ttl_type02.is_schedule {
  font-size: 150%;
  margin-bottom: 20px;
}
.c_ttl_type02.is_prof {
  padding: 0;
  height: inherit;
  font-size: 20px;
  background: none;
  border: none;
}

/*  .c_ttl_type03
------------------------------------- */
.c_ttl_type03 {
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	padding-left: 15px;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
.c_ttl_type03.is_blue {
  border-left: 7px #5cbdcb solid;
	border-bottom: 1px #5cbdcb solid;
}
.c_ttl_type03.is_orange {
	border-left: 7px #f48682 solid;
	border-bottom: 1px #f48682 solid;
}
.c_ttl_type03.is_white {
  margin: 0;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  background: url("../images/headline1.gif") repeat-x left bottom;
}

/*  .c_ttl_footer
------------------------------------- */
.c_ttl_footer {
  padding: 40px 0 0 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

/*----------------------------------------------
	ボタン
---------------------------------------------*/
/*  .c_btn_type01
------------------------------------- */
.c_btn_type01 {
  padding: 13px 17px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
  width: 120px;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  background: linear-gradient(to bottom, #f68580 1%,#f68580 50%,#d37070 51%,#d37070 100%,#1e5799 100%,#006399 100%);
  color: #fff;
}
.c_btn_type01:hover {
  color: #fff;
  background: #f68580;
}
.c_btn_type01 span img {
	width: 18px;
	margin-bottom: -3px;
}

/*  .c_btn_type02
------------------------------------- */
.c_btn_type02 {
  position: relative;
  display: block;
  margin: 0;
  width: 320px;
  color: #333;
  text-decoration: none;
  line-height: 140%;
  font-size: 11px;
  padding: 12px 0;
  text-align: center;
  background-color: #eee;
}
.c_btn_type02.is_left::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 8px;
  top: 50%;
  translate: 0 -50%;
  left: 16px;
  background: url("../images/arrow_left.png") no-repeat;
}
.c_btn_type02.is_rigth::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 8px;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  background: url("../images/arrow_right.png") no-repeat;
}
.c_btn_type02:hover {
  background-color: #0077B3;
  color: #fff;
}

/*  .c_btn_type03
------------------------------------- */
.c_btn_type03 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 150px;
  height: 42px;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
}
.c_btn_type03.is_blue {
  background: #5cbdcb;
}
.c_btn_type03.is_orange {
  background: #f48682;
}
.c_btn_type03.is_blue:hover {
  background: #006573;
  color: #FFF;
}
.c_btn_type03.is_orange:hover {
  background: #964B48;
  color: #FFF;
}

/*  .c_btn_return
------------------------------------- */
.c_btn_return {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  line-height: 100%;
  margin: 0 4px 4px 0;
  background: #bbb;
  border-radius: 3px;
}
.c_btn_return:hover {
  background-color: #0077B3;
  color: #FFF;
}

/*----------------------------------------------
	リスト
---------------------------------------------*/
/*  .c_list_type01
------------------------------------- */
.c_list_type01 {
  margin: 20px 0;
}
.c_list_type01 li {
  margin-left: 20px;
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  border-bottom: dotted 1px #666;
  margin-right: 20px;
}
.c_list_type01 li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.c_list_type01 li a {
  margin-left: 10px;
}

/*  .c_list_type02
------------------------------------- */
.c_list_type02 {
  padding: 20px;
  padding-bottom: 0;
}
.c_list_type02 li {
  margin-bottom: 20px;
}
.c_list_type02 li::before {
  content: "・";
}

/*  .c_list_type03
------------------------------------- */
.c_list_type03 {
  margin: 0;
  background: #f9f9f9;
}
.c_list_type03 li {
  float: left;
  margin: 0;
  width: 125px;
  height: 170px;
  border-right: 1px solid #ccc;
  overflow: hidden;
  box-sizing: border-box;
}
.c_list_type03 li .title {
  font-size: 12px;
  margin: 0 13px;
  max-height: 60px;
  overflow: hidden;
  line-height: 1.3
}
.c_list_type03 li .image img {
  width: 100%;
  margin-bottom: 10px;
}
.c_list_type03 a {
  display: block;
  padding: 10px;
  height: 150px;
}

/*  .c_list_type04
------------------------------------- */
.c_list_type04 {
  padding: 20px 20px 0 20px;
}
.c_list_type04 li {
  padding: 10px 0px;
  border-bottom: dashed 1px;
}
.c_list_type04 li:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  margin-left: 4px;
  border: transparent solid 5px;
  border-left-color: #666;
  vertical-align: 0;
}

/*  .c_list_type05
------------------------------------- */
.c_list_type05 {
  padding: 20px 20px 0 20px;
}
.c_list_type05 li {
  padding: 10px 0px;
  border-bottom: dashed 1px;
}
.c_list_type05 li:last-child {
  padding-top: 10px;
  padding-bottom: 0;
  border-bottom: none;
}
.c_list_type05 li a {
  margin-left: 15px;
}

/*  .c_list_type06
------------------------------------- */
.c_list_type06 {
  margin: 20px 0;
}
.c_list_type06 li {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  border-bottom: dotted 1px #666;
}
.c_list_type06 li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.c_list_type06 li p {
  margin: 0;
  font-size: 12px;
}
.c_list_type06 li a {
  font-size: 14px;
  font-weight: bold;
}

/*----------------------------------------------
	.c_dl_type01
---------------------------------------------*/
.c_dl_type01 {
  margin: 0;
  font-size: 12px;
  overflow: hidden;
  background: #f9f9f9;
}
.c_dl_type01 dt {
  float: left;
  padding: 10px 15px;
  margin: 0 0 -1px 0;
  border-right: 1px dotted #ccc;
}
.c_dl_type01 dd {
  position: relative;
  padding-left: 31px;
  border: none;
  float: left;
  padding: 10px 0 10px 30px;
  margin: 0 0 -1px 0;
}
.c_dl_type01 dd::before {
  position: absolute;
  top: 50%;
  translate: 0 -65%;
  content: "";
  background: url("../images/icon_category.png") no-repeat;
  width: 15px;
  height: 11px;
  margin-left: -15px;
}

/*----------------------------------------------
	.c_dl_type02
---------------------------------------------*/
.c_dl_type02 {
  margin: 0;
  font-size: 12px;
  overflow: hidden;
  background: #fff;
}
.c_dl_type02 dt {
  font-weight: normal;
  padding: 10px 15px;
  margin: 0 0 -1px 0;
}
.c_dl_type02 dd {
  position: relative;
  padding-left: 31px;
  border: none;
  float: left;
  padding: 10px 0 10px 30px;
  margin: 0 0 -1px 0;
}

/*----------------------------------------------
	.c_main_slide
---------------------------------------------*/
.c_main_slide .is_slide_cap {
  width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  display: block;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  text-decoration: none;
}
.c_main_slide img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------
	.c_sub_slide
---------------------------------------------*/
.c_sub_slide {
  height: 83px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #555;
  cursor: pointer;
  transition: background-color 300ms ease-in-out;
}
.c_sub_slide:hover,
.c_sub_slide.slick-current {
  background: #444;
}
.c_sub_slide .is_slide_img {
  width: 60px;
  height: 60px;
  float: left;
  margin: 10px 15px 0 10px;
  overflow: hidden;
}
.c_sub_slide .is_slide_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c_sub_slide .is_slide_info {
  float: left;
  width: 200px;
  margin: 11px 0 0 0;
}
.c_sub_slide .is_slide_date,
.c_sub_slide .is_slide_cat {
  float: left;
  color: #888;
  line-height: 100%;
  font-size: 11px;
  border-right: 1px solid #888;
  margin: 0 10px 5px 0;
  padding: 0 10px 0 0;
}
.c_sub_slide .is_slide_title {
  clear: both;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 13px;
  line-height: 170%;
}
.c_sub_slide .is_slide_cat {
  border: none;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------
	.c_side_widget
---------------------------------------------*/
.c_side_widget {
  margin: 0 0 20px 0;
  font-size: 11px;
  background: #f3f3f3;
  border: 1px solid #ddd;
  position: relative;
}
.c_side_widget.is_member_convention {
  padding:20px;
	background: #5cbdcb;
}
.c_side_widget.is_member_convention img {
  width: 200px;
	margin: 0 auto;
	display: block;
}

.c_side_widget img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.c_side_widget .is_side_txt {
  font-size: 13px;
	line-height: 18px;
	color: #333;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.c_side_widget .is_side_map {
  padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

/*  .member_right_txt
------------------------------------- */
.member_right_txt {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

/*  .member_right_ttl
------------------------------------- */
.member_right_ttl {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
} 

/* .right_member_btn
------------------------------------- */
.right_member_btn {
  background: #fff;
  text-align: center;
  width: 150px;
  height: 42px;
  font-size: 14px;
  color: #5cbdcb;
  line-height: 42px;
  margin: 15px auto;
  display: block;
  border: 2px solid #FFF;
}
.right_member_btn:hover {
  background: none;
  color: #FFF;
  border: 2px solid #FFF;
}

/*----------------------------------------------
	.c_section
---------------------------------------------*/
.c_section {
  border: 1px solid #ddd;
  background: #f3f3f3;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

/*----------------------------------------------
	.c_content_txt
---------------------------------------------*/
.c_content_txt,
.c_content_grid {
  line-height: 2;
  margin: 0 0 2em 0;
  font-size: 13px;
  color: #333;
  padding: 20px;
  padding-bottom: 0;
}

.c_content_grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  font-size: 12px;
}
.c_content_grid a {
  display: block;
}
.c_content_grid p {
  margin-top: 10px;
  color: #333
}
.c_content_grid img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.c_content_grid_ime {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  font-size: 12px;
}
.c_content_grid_ime img {
  width: 60px;
  margin-bottom: 15px;
}
 
/*----------------------------------------------
	.c_footer_column
---------------------------------------------*/
.c_footer_column {
  display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-right:1%;
}
.c_footer_column  ul li {
  margin-left: 20px;
	font-size: 12px;
	margin-bottom: 5px;
}
.c_footer_column  ul li::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 4px;
  margin-left: 4px;
  border: transparent solid 5px;
  border-left-color: #fff;
  vertical-align: 0;
}
.c_footer_column a {
  color: #FFF;
}
.c_footer_column a:hover {
  color: #0077B3;
}
.c_footer_column .is_footer_ttl {
  font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

/*----------------------------------------------
	.c_post_nav
---------------------------------------------*/

.c_post_nav p{
  margin: 0px;
}

.c_post_nav :first-child a{
  padding-left: 30px;
  padding-right: 12px;
  text-align: left;
}

.c_post_nav :last-child a{
  padding-right: 30px;
  padding-left: 12px;
  text-align: right;
}
