@charset "utf-8";

body:before{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url('../img/about/bg.jpg') no-repeat center center;
  background-size: cover;
}
#contents{
  padding: 0;
}
.mv{
  border-bottom: 2px solid #1e1a33;
}
.mv-title{
  width: 265px;
  margin: 26px auto 34px;
}
.mv-title img{
  width: 100%;
}
.contents-detail{
  padding: 0 10px;
}
.tab{
  width: 100%;
  max-width: 300px;
  display: table;
  margin: 0 auto 45px;
}
.tab > p{
  width: 100px;
  display: table-cell;
  vertical-align: middle;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tab p a{
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.45;
  font-weight: bold;
  color: #787585;
  padding: 5px 0;
  text-decoration: none;
}
.tab p.current{
  background: #1e1a33;
}
.tab p.current a{
  color: #ffffff;
}
.contents-title{
  font-size: 21px;
  font-weight: bold;
  color: #1e1933;
  text-align: center;
  margin-bottom: 16px;
}
.contents-txt{
  width: 280px;
  margin: 0 auto;
}
.contents-txt p{
  font-size: 16px;
  color: #1e1933;
  margin-bottom: 1.75em;
  text-align: left;
}
.contents-txt p:last-child{
  margin-bottom: 0;
}
.contents-detail-inner{
  padding: 20px 0 30px;
  margin: 30px 0 0 0;
  background: #ffffff;
}

.layout-1 + .layout-1{
  margin-top: 30px;
}
.layout-1-title img{
  width: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 100%;
}
.layout-1-title .color-2020{
  background: #3eaf3e;
}
.layout-1-title span{
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #1e1933;
  margin: 0 0 10px 0;
}
.layout-1-img{
  margin-bottom: 20px;
}
.layout-1-img img{
  width: 100%;
}
.layout-1-txt{
  font-size: 15px;
  line-height: 1.73;
  color: #1e1933;
  padding: 0 0px 30px;
  margin: 0 10px 0;
  border-bottom: 1px solid #cccccc;
}
.balloon-txt{
  max-width: 394px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 30px auto 32px;
  width: calc(100% - 20px);
  border-radius: 5px;
  padding: 10px 0;
  position: relative;
}
.balloon-txt.color-2020{
  background: #3eaf3e;
}
.balloon-txt:after{
  content: "";
  display: block;
  width: 15.5px;
  height: 12px;
  background: url(../img/about/arrow_bottom.png) no-repeat center center;
  background-size: 15.5px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -7.75px;
}
.thumb-layout-wrap{
  margin: 0 10px;
}
.thumb-layout{
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.thumb-layout p{
  width: calc(50% - 5px);
  float: left;
  margin: 0 0 10px 0;
}
.thumb-layout p:nth-of-type(2n){
  float: right;
}
.thumb-layout p img{
  width: 100%;
  vertical-align: bottom;
}
.modal-layout-wrap{
  margin: 0 10px;
}
.modal-layout{
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.modal-layout p{
  width: calc(50% - 5px);
  float: left;
  margin-bottom: 10px;
}
.modal-layout p:nth-of-type(2n){
  float: right;
}

.modal-layout p a img{
  width: 100%;
  vertical-align: bottom;
}
.modal-layout p a span{
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: .075em;
  color: #ffffff;
  text-align: center;
  background: #1e1933;
}
.modal-layout-caution{
  font-size: 11px;
  color: #1e1933;
  line-height: 1.64;
  clear: left;
}
.about-txt{
  font-size: 15px;
  line-height: 1.73;
  color: #1e1933;
  padding: 0 20px;
}
.about-txt + .about-txt{
  margin-top: 26px;
}
.btn-wrap{
  padding: 44px 0 26px;
}
.btn-wrap p{
  width: 230px;
  margin: 0 auto 20px;
}
.btn-wrap p a{
  background: #1e1933;
  color: #ffffff;
  font-size: 14px;
  display: block;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  padding-right: 15px;
}
.btn-wrap .mdi-arrow-right:before{
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 21px;
  margin-top: -10px;
}






