@charset "UTF-8";

.paint-page #contents {
  padding-bottom: 0;
  margin-bottom: 0;
}

h3.title {
  margin-bottom: 40px;
}

.itemHead {
  text-align: center;
  margin-bottom: 70px;
}
.itemHead img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

h4.type-title {
  position: relative;
  font-family: ten-mincho, serif;
  text-align: center;
  color: #1fa3c1;
  font-size: 30px;
  font-weight: 400;
  display: block;
  margin-bottom: 30px;
}
h4.type-title span {
  padding: .2em .8em;
  letter-spacing: 0.1rem;
  border-top: 3px double #1fa3c1;
  border-bottom: 3px double #1fa3c1;
}
h5.lead-title {
  font-size: 22px;
  font-weight: 400;
  font-family: ten-mincho, serif;
  text-align: center;
  color: #1fa3c1;
  display: block;
  margin-bottom: 50px;
  letter-spacing: 0.1rem;
}

h5.p1-about-title {
  font-size: 26px;
  font-weight: 400;
  font-family: ten-mincho, serif;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-bottom: 25px;
}
h5.p1-about-title span {
  font-size: 30px;
  color: #ff7800;
}

h5.special-title {
  font-size: 24px;
  font-weight: 400;
  font-family: ten-mincho, serif;
  border-bottom: 1px solid #1fa3c1;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
  padding-top: 30px;
}
h5.special-title span {
  color: #ff7800;
  font-size: 18px;
  display: block;
}

h5.other-title {
  font-size: 24px;
  color: #1fa3c1;
  font-weight: 400;
  font-family: ten-mincho, serif;
  border-bottom: 1px solid #1fa3c1;
  letter-spacing: 0.1rem;
  margin-bottom: 25px;
  padding-top: 30px;
}

p.special-txt {
  font-size: 18px;
}

.drow {
  margin-bottom: 30px;
}
.drow li {
  text-align: center;
  margin-bottom: 30px;
}
.drow li:last-child {
  margin-bottom: 0;
}
.drow li img {
  max-width: 100%;
  height: auto;
}

.drow li iframe {
  max-width: 100%;
}

/* ----------------------------------------------------
	background
--------------------------------------------------- */

.bg-blue {
  position: relative;
  display: block;
  height: auto;
  background: url("../img/common/nami_bg.png");
  background-position: center;
	background-repeat: repeat;
  padding-bottom: 70px;
}
.bg-blue::before {
	content: '';
	background: url("../img/common/nami_top.png");
  background-position: center top;
	background-repeat: repeat-x;
  display: inline-block;
	width: 100%;
	height: 90px;
  margin-top: -38px;
  z-index: 1;
}
.bg-blue2 {
  position: relative;
  display: block;
  height: auto;
  background: url("../img/common/nami2_bg.png");
  background-position: center;
	background-repeat: repeat;
  padding-bottom: 70px;
}
.bg-blue2::before {
	content: '';
	background: url("../img/common/nami2_top.png");
  background-position: center top;
	background-repeat: repeat-x;
  display: inline-block;
	width: 100%;
	height: 90px;
  margin-top: -38px;
  z-index: 1;
}

.bg-blue:last-child {
  padding-bottom: 100px;
}

/* ----------------------------------------------------
	paint1
--------------------------------------------------- */
.p1-about {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 40px auto;
  background-color: rgba(255,255,255,0.85);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 30px 30px 20px 30px;
}
.p1-ability {
  width: 100%;
  display: table;
}
.p1-ability li {
  display: table-cell;
  width: 33.33333%;
  padding: 0 2%;
}
.p1-ability li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.p1-ability li h6 {
  color: #1fa3c1;
  font-size: 18px;
}

/* ----------------------------------------------------
	paint2
--------------------------------------------------- */
.p2-special3 {
  width: 100%;
  text-align: left;
  margin: 0 auto 40px auto;
  background-color: rgba(229,243,241,1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 30px;
}
h5.p2-sp3-title {
  color: #ff7800;
  display: block;
  font-size: 22px;
  font-weight: 400;
  font-family: ten-mincho, serif;
}
.p2-special3 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}







/* ----------------------------------------------------

	Media Queries

--------------------------------------------------- */



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


@media screen and (max-width: 768px) {
  
  h4.type-title {
    font-size: 25px;
  }
  h5.special-title,
  H5.other-title {
    font-size: 20px;
  }
  h5.p1-about-title {
  font-size: 24px;
}
h5.p1-about-title span {
  font-size: 26px;
}
  h5.special-title span {
    font-size: 16px;
  }
  p.special-txt {
    font-size: 16px;
  }
  
  /* ----------------------------------------------------
	paint1
--------------------------------------------------- */
  .p1-about {
  padding: 30px 20px 20px 20px;
  }


}

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

  h4.type-title {
    font-size: 22px;
  }
  h5.lead-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  h5.p1-about-title {
    font-size: 18px;
    letter-spacing: 0;
  }
  h5.p1-about-title span {
    font-size: 20px;
  }
  h5.special-title,
  h5.other-title {
    font-size: 18px;
  }
  h5.special-title span {
    font-size: 14px;
  }
  p.special-txt {
    font-size: 15px;
  }
  h5.lead-title br ,
  h5.p1-about-title br {
    display: none;
  }
  
  /* ----------------------------------------------------
	paint1
  --------------------------------------------------- */
  .p1-about {
    padding: 20px 10px 10px 10px;
  }
  .p1-ability li h6 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .p1-ability p {
    font-size: 13px;
    line-height: 1.4;
  }
  
}
