@charset "UTF-8";
header {
  background:#F5F5F1;
}

section {
    padding: 0;
}

h2.second_h2 {
    font-size: 4.4vw;
    line-height: 1.2;
    width: 100%;
    padding: 0 0 1vw;
		background:#F5F5F1;
    text-align: center;
    color:#D49090;
}
h2.second_h2 span{
  display: block;
  margin:0 auto 2vw;
}
h2.second_h2 span + span{
  background:url(../img/h2_bd.png)no-repeat bottom center;
  padding: 0 0 2vw;
}

h2.second_h2{
}
h2.second_h2 span img{
  display: block;
  margin:0 auto;
}

#section01 p{
	font-size: 1.2vw;
  line-height: 2.5;

}
#section01 p span{
  color:#D49090;
}
#section01 img{
  max-width:407px;
  margin: 0 auto;
  display: block;
  width:100%;
}
.section01_box h3 {
    font-size: 1.8vw;
    text-align: center;
    background: url(../../img/icon01.png)no-repeat 50% top;
    padding: 4vw 0 0;
    background-size: 4vw;
    margin: 0 auto 4vw;
    line-height: 1.5;
}
.section01_box h3 span{
  font-size: 2.5vw;
  color:#D49090;
      vertical-align: -0.2vw;
}


#section01 .member_box{
  max-width:1558px;
  margin:0 auto;
  overflow: hidden;
  border-top:dotted 3px #D49090;
  border-bottom:dotted 3px #D49090;
  padding: 5% 0;
      width: 95%;
}
#section01 .member_box + .member_box{
  border-top:none;
}
#section01 .member_box div {
    float: left;
    width: 49%;
    margin: 0 auto;
}
#section01 .member_box div + div{
  float:left;
  margin-left:2%;
}

#section01 .member_box div p{
  text-align: left;
  line-height: 1.2;
  margin: 0 auto;
}

#section01 .member_box div p.position{
font-size: 1.15vw;
    margin: 0 auto 0.8vw;
}
#section01 .member_box div p.name{
  font-size: 2.35vw;
  color:#D49090;
      margin: 0 auto 0.8vw;
}
#section01 .member_box div p.sikaku{
    font-size: 1.15vw;
    margin: 0 auto 2vw;
}
#section01 .member_box div p.txt{
  font-size:1vw;
  line-height: 2;
}


#section01 .member_box:last-child{
  margin-bottom:10vw;
}





@media (max-width: 1040px) and (min-width: 769px) {
}

@media (max-width: 768px) {
  h2.second_h2 {
      font-size: 30px;
  }
  h2.second_h2 span {
      display: block;
      margin: 0 auto 2vw;
      max-width: 202px;
      width: 30%;
  }
  h2.second_h2 span + span {
      width: 100%;
      max-width: inherit;
  }

	section h2 {
	    font-size: 24px;
	    padding: 0 0 20px;
	    margin: 0 auto 30px;
	}
  .section01_box h3 {
      font-size: 20px;
      line-height: 1.5;
      padding: 9vw 0 0;
      background-size: 9vw;
    }
    .section01_box h3 span {
      font-size: 22px;
    }

    #section01 .member_box div {
        float: none;
        width: 70%;
        margin: 0 auto 5vw;
    }
    #section01 .member_box div + div {
        float: none;
        margin-left: auto;
        width: 100%;
    }
    #section01 .member_box div p {
        text-align: center;
    }


    #section01 .member_box div p.position {
        font-size: 4vw;
        margin: 0 auto 2vw;
    }

    #section01 .member_box div p.name {
        font-size: 8vw;
        margin: 0 auto 2vw;
    }
    #section01 .member_box div p.sikaku {
        font-size: 4vw;
        margin: 0 auto 6vw;
    }

    #section01 .member_box div p.txt {
        font-size: 2.5vw;
        line-height: 2.5;
    }
















}
