<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/************************************************************
INDEX
************************************************************/

.special_list a {
  display: block;
  width: 100%;
  height: 100%;
}

.special_list a .ttl {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.special_list a .ttl .fa {
  color: #e47e24;
  font-size: 21px;
  line-height: 1.6;
}

.special_list a .description {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.4;
}

/* ---------------TB/SP */

@media screen and (max-width: 970px) {

.special_list a .ttl {
  font-size: 12px;
}

.special_list a .description {
  font-size: 12px;
}

}

/************************************************************
WHAT
************************************************************/

.photo_frame {
  display: inline-block;
	*display:inline;
	*zoom:1;
  margin: 10px 10px 20px 0;
  width: 360px;
  vertical-align: top;
}

.photo_warp {
  display: table-cell;
 text-align:center;
 width: 100%;
}

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

.block_tx {
  display: inline-block;
	*display:inline;
	*zoom:1;
  width:calc(100% - 370px);
  vertical-align: top;
}

/* ---------------TB/SP */

@media screen and (max-width: 970px) {

.photo_frame {
  display: block;
  margin: 10px 0 20px 0;
  width: 100%;
}

.block_tx {
  display:block;
  width: 100%;
}

}



/************************************************************
HISTORY
************************************************************/

.history_list {
  margin-left: 2em;
}

.history_list li {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.history_list li a {
  color: #e47e24;
}

.history_list li span {
  margin-right: 1em;
  font-weight: bold;
  color: #007851;
}

.history_photo_list {
  list-style: none;
  margin-top: 20px;
  padding: 10px 10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.history_photo_list.logo {
  margin-top: 0;
  padding: 10px 10px;
}

.history_photo_list li {
  display: inline-block;
	*display:inline;
	*zoom:1;
  padding: 0 5px;
  width: 20%;
  vertical-align: top;
  text-align: center;
}

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

.history_photo_list li .fa {
  font-size: 16px;
  line-height: 1;
}

.full-wide_contents.history {
  margin:40px 0;
  padding:20px 0 50px 0;
  background: #edeae0;
}

.mfp-title {
  font-size: 14px;
  line-height: 1.4;
}

/* ---------------TB/SP */

@media screen and (max-width: 970px) {

.history_photo_list li {
  width: 50%;
}

}

/************************************************************
SHIGERU
************************************************************/

.right_area {
  float: right;
  margin-top: 20px;
  width: 78%;
}

.left_area {
  float: left;
  margin-top: 20px;
  width: 20%;
}

.shigeru-menu_list {
  list-style: none;
}

.shigeru-menu_list li {
  margin-bottom: 5px;
  padding: 6px;
  background: #007851;
  border-radius: 10px;
  border: 3px solid #cccccc;
  cursor: pointer;
}

.shigeru-menu_list li:hover {
  background: #009161;
}

.shigeru-menu_list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffff00;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.shigeru-menu_list li a .fa{
  color: #ffff00;
}

.shigeru-menu_list li a span {
  color: #dddddd;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
}

.right_area h3 {
  margin-bottom: 20px;
  padding: 10px;
  background: #ffff99;
  border-radius: 10px;
  border: 1px solid #e47e24;
  color: #e47e24;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.right_area h4 {
  margin-bottom: 20px;
  padding: 5px;
  background: #e47e24;
  border-radius: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.profile_ttl {
  margin: 90px 0 30px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.profile_body{
  font-size: 14px;
  line-height: 1.3;
}

.profile_fig {
  float: left;
  margin: 0 50px 20px 80px;
  width:30%;
}

.fig_wrap {
  margin-bottom: 20px;
  text-align: center;
}

.fig_wrap img {
  width: 100%;
  height: auto;
}

.shigeru_variation_list {
  list-style: none;
  padding: 10px 0 0 0;
  border-top: 1px dotted #999999;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.shigeru_variation_list li {
  display: inline-block;
	*display:inline;
	*zoom:1;
  padding: 0 5px;
  width: 20%;
}

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

.wp_tn_pc {
  display: inline-block;
	*display:inline;
	*zoom:1;
  margin-right: 1%;
  width:69.5%;
  text-align: center;
}

.wp_tn_sp {
  display: inline-block;
	*display:inline;
	*zoom:1;
  width: 29.5%;
  text-align: center;
}

.dltx_pc,
.dltx_sp {
  color: #999999;
  font-size: 12px;
  line-height: 1.3;
}

.dltx_pc a,
.dltx_sp a {
  color: #e47e24;
}

.dltx_pc a .fa,
.dltx_sp a .fa{
  color: #e47e24;
}

.report_list {
}

.report_list dt {
  color: #007851;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.report_list dd {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.report_list dd a {
  color: #e47e24;
}

/* ---------------TB/SP */

@media screen and (max-width: 970px) {

.right_area {
  float: none;
  width: 100%;
}

.left_area {
  float: none;
  width: 100%;
}

.profile_ttl {
  margin: 20px 0 10px 0;
}

.profile_fig {
  float: none;
  margin: auto;
}

.fig_wrap {
  margin-bottom: 0;
}

.shigeru_variation_list {
  margin-top: 10px;
}

.shigeru_variation_list li {
  margin-bottom: 10px;
  width: 50%;
}

.wp_tn_pc {
  margin-right:1%;
  width:69%;
}

}

/************************************************************
MARQUEZ
************************************************************/

.mov_wrap {
  margin: 30px auto 0 auto;
  width: 640px;
}

/* ---------------TB/SP */

@media screen and (max-width: 970px) {

.mov_wrap {
  margin: 30px auto 0 auto;
  width: 100%;
}

}

</pre></body></html>