/*============================================================================*/
/* Mobile   0px - 750px */
/*============================================================================*/
/*============================================================================*/

/*----------------------------------------------------------------------------*/
/* reset
------------------------------------------------------------------------------*/
main header p {
  margin-top: 12px;
}


/* section
------------------------------------------------------------------------------*/
/* index
------------------------------------------------------------------------------*/
#index {
  padding: 40px 0px;
  padding-top: 12px;
}

#index figure img {
  width: 100%;
}

#index > div:nth-of-type(2) {
  position: relative;
}

#index #img_gif {
  position: absolute;
  top: -9.5%;
  right: 9.5%;
  margin-left: 0%;
  width: 100%;
}

#index #img_gif figure {
  text-align: right;
}

#index #img_gif figure img {
  width: 26%;
}

#index #btn_link {
  position: absolute;
  bottom: 4.5%;
  left: 12.6%;
  width: 74.8%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
}

#index #btn_link a {
  display: block;
  margin-left: 6%;
  width: 100%;
}

#index #btn_link img {
  width: 58%;
}

#index #img_car {
  position: absolute;
  bottom: -2%;
  left: 8%;
  width: 100%;
}

#index #img_car figure img {
  width: 12%; 
}


/* section
------------------------------------------------------------------------------*/
/* coloring
------------------------------------------------------------------------------*/
#coloring {
  padding: 40px 0px;
  padding-top: 0px;
}

/* section header
----------------------------------------------------------*/
#coloring h2 {
  position: relative;
  padding: 0 24px 10px 24px;
  padding-top: calc(80px - 1rem);
  height: 160px;
  background: url(/assets/img/illust/img_colorful_dots.jpg) center center no-repeat;
  background-size: cover;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #222;
  text-align: center;
  font-family: "NSJP";
  font-size: 1.5rem;
  font-weight: 900;
}

#coloring h2:before {
  display: none;
}

#coloring .section_lead {
  margin: 12px 12px 0 12px;
  padding: 8px 12px 6px 12px;
  border-radius: 8px;
  line-height: 1.3;
  background-color: #f2f2f2;
  text-align: center;
}

#coloring .section_lead p {
  font-size: 0.95rem;
}

#coloring .section_lead p:nth-of-type(1) {
  margin-top: 0;
}

#coloring .section_lead span {
  display: inline-block;
}

/* info
----------------------------------------------------------*/
#coloring .info {
  margin-top: 12px;
  padding: 12px 24px;
  background-color: #f0fbf3;
}

#coloring .info dt {
  display: inline-block;
  margin-bottom: 8px;
  color: #02a002;
  font-size: 0.85rem;
}

#coloring .info dd p {
  line-height: 1.3;
  font-size: 0.85rem;
}


/*----------------------------------------------------------------------------*/
/* sub section
------------------------------------------------------------------------------*/

/* sub_section header
----------------------------------------------------------*/
#coloring .sub_section h3 {
  position: relative;
  margin: 30px 12px 0 12px;
  padding: 0px 0px 14px 0px;
  color: #222;
  font-family: "NSJP";
  font-size: 1.0rem;
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: 0.05em;
}

#coloring .sub_section h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #8dc641, #8dc641 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #8dc641, #8dc641 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* flex_wrap
----------------------------------------------------------*/
#coloring .flex_wrap {
  justify-content: space-between;
  margin-top: 24px;
  padding: 0 12px;
}

/* flex_item
----------------------------------------------------------*/
#coloring .flex_item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 12px) / 2);
  border-radius: 6px;
  box-shadow: 0 1rem 0.5rem -1.0rem rgba(25, 59, 77, 0.4);
  border: 1px solid #8dc641;
}

#coloring .flex_item:hover {
  border: 1px solid #8dc641;
}

#coloring .item_none {
  visibility: hidden;
}

#coloring .flex_item .wrapper {
  display: flex;
  flex-direction: column;
}

#coloring .flex_item figure {
  flex-grow: 1;
  border-radius: 6px 6px 0 0;
}

#coloring .flex_item img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

#coloring .flex_item figcaption {
  display: block;
  flex-grow: 1;
  flex-basis: 100%;
  padding: 8px 6px 6px 6px;
  max-width: 100%;
  border-radius: 0 0 4px 4px;
  background-color: #8dc641;
  line-height: 1.2;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}

#coloring .flex_item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}





/*============================================================================*/
/* PC   751px - 1024px */ @media (min-width: 751px) {
/*============================================================================*/
/*============================================================================*/

/*----------------------------------------------------------------------------*/
/* bottom_contact
------------------------------------------------------------------------------*/
#bottom_contact {
  display: none;
}

/* section
------------------------------------------------------------------------------*/
/* coloring
------------------------------------------------------------------------------*/
#coloring {
  padding: 40px 0px;
  padding-top: 0px;
}

/* section header
----------------------------------------------------------*/
#coloring .header {
  padding: 30px 0 0 0;
}

#coloring h2 {
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1.8rem;
}

#coloring .section_lead {
  margin: 12px 0 0 0;
}

#coloring .section_lead p {
  font-size: 1rem;
  line-height: 1.4;
}


/* info
----------------------------------------------------------*/
#coloring .info {
  margin-top: 24px;
  padding: 12px 24px;
}

#coloring .info dd p {
  line-height: 1.4;
}


/*----------------------------------------------------------------------------*/
/* sub section
------------------------------------------------------------------------------*/

/* sub_section header
----------------------------------------------------------*/
#coloring .sub_header {
    padding: 0;
}

#coloring .sub_section h3 {
  position: relative;
  margin: 30px 0 0 0;
  padding: 0px 0px 14px 0px;
  color: #222;
  font-family: "NSJP";
  font-size: 1.0rem;
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: 0.05em;
}

#coloring .sub_section h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #8dc641, #8dc641 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #8dc641, #8dc641 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* flex_wrap
----------------------------------------------------------*/
#coloring .flex_wrap {
  margin-top: 0;
  padding: 0;
}

/* flex_item
----------------------------------------------------------*/
#coloring .flex_item {
  margin-top: 12px;
  width: calc((100% - 24px) / 3);
}





/*============================================================================*/
}
/*============================================================================*/