@charset "UTF-8";
.wrapper_{
  line-height: 2.1;
  text-align: justify;
  margin: 5% auto;
  overflow: hidden;
  font-size: 1.3rem;
}
.f-en{
  font-family:century-gothic, sans-serif;
  font-weight: 700;
}
.f-en-title{
  font-family: rockwell, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.center{
  text-align: center;
}
.left{
  text-align: left;
}
.right{
  text-align: right;
}
.in-blc{
  display:inline-block;
}
.blc{
  display:block;
}
section{
  margin: 0 auto 10%;
  padding: 0;
  text-align: center;
  width: 1000px;
}
.flex{
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
}
.flex--center{
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 10% auto;
}
.flex--item{
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 2% 0;
}
.link--area{
  margin: 0;
  text-align: left;
}
.lead--text{
  margin: 10% 5%;
  font-size:1.3rem;
}
h3{
  font-size:  4rem;
  line-height: 1;
  letter-spacing: 2px;
  font-style: italic;
}
h3 span{
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 0 5% 0;
  background: #000000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #ffffff;
  letter-spacing: 0;
  vertical-align: text-top;
  padding: 15px 0 0 0;
}
.caption--text{
  margin: 0 auto;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.8;
}
.function--title{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.text-area{
  flex-basis: 60%;
  padding: 0 2%;
}
.check img{
  width: 50%;
}
.check + p{
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.check + p + p{
  font-weight: normal;
  font-size: 1.1rem;
  font-style: italic;
}
.function--title + div .flex{
  border-bottom: 1px dashed #cccccc;
  padding: 8px 0;
}
p.left span{
  display: block;
  font-weight: normal;
  font-size: 1.1rem;
  font-style: italic;
}
h4{
  font-size: 18px;
  font-weight: 700;x
}
.item--area{
  margin: 1em 0;
}
.item--name {
  margin: 0;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
}
.item--name + div{
  float: right;
}
.item--name span {
  letter-spacing: 1px;
  font-size: 1.1rem;
  display: block;
  line-height: 1;
  color: #777777;
}
.item--button {
  width: 70px;
  height: 32px;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: #000000;
}
.item--button a {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  line-height:32px;
  transition: all .5s ease;
  z-index: 2;
  position: relative;
  display: block;
}
.item-button a:hover {
  color: #ffffff;
  display: block;
}
