@charset "utf-8";

#contents{
  width: 100%;
}
#contents > header{
  min-height: 14.4em;
}
#contents > header h2 small{
  margin: .39em 0 0;
}
.mv{
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
}
.mv-title{
  width: 598px;
  margin: 0 auto;
  padding: 54px 0;
}
.mv-title img{
  width: 100%;
}
.tab{
  width: 960px;
  margin: 0 auto;
  display: table;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.tab p{
  width: 320px;
  display: table-cell;
}
.tab p:nth-child(2){
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.tab p a{
  display: block;
  text-decoration: none;
  text-align: center;
  color: #1e1a33;
  padding: 4px 0;
  font-size: 18px;
  font-weight: bold;
}
.tab p.current a{
  background: #ffe100;
  color: #1c3a83;
}

.about {
  padding: 64px 0 96px;
}

.about-inner {
  width: 800px;
  margin: 0 auto 0;
}

.about-tit {
  margin-bottom: 32px;
  font-family: 'Merriweather', serif;
  font-size: 37px;
  font-weight: 700;
  text-align: center;
}

.about-tit + figure {
  margin-bottom: 16px;
  text-align: center;
}

.about-txt {
  max-width: 600px;
  margin: 0 auto 80px;
}

.about-txt h4 {
  margin-bottom: 24px;
  color: #1c3a83;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
}

.about-txt p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5;
}

.about-txt p:last-child {
  margin-bottom: 0;
}

.about-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 64px;
}

.about-item {
  width: 360px;
  margin-bottom: 64px;
}

.about-item:nth-last-of-type(1),
.about-item:nth-last-of-type(2) {
  margin-bottom: 0;
}

.about-item figure {
  margin-bottom: 24px;
}

.about-item figure img {
  width: 100%;
  height: auto;
  border: 8px solid #000;
  border-radius: 10px;
}

.about-item figure img.color-2021 {
  border-color: #ffe100;
}

.about-item p:not(.balloon-txt) {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.5;
}

.about-item p:last-child{
  margin-bottom: 0;
}

.about-video {
  margin-bottom: 64px;
}

.about-video > div:nth-of-type(1) {
  text-align: center;
}

.about-video > div:nth-of-type(1) iframe {
  border: 8px solid #000;
  border-radius: 10px;
}

.about-video > div:nth-of-type(1) iframe.color-2021 {
  border-color: #ffe100;
}

.about-video > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.about-video > div:nth-of-type(2) p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.about-nav,
.usage-nav {
  text-align: center;
}

.about-nav > p,
.usage-nav > p {
  font-size: 18px;
}

.about-nav-item,
.usage-nav-item {
  width: 225px;
  margin: 10px auto 0;
}

.about-nav-item:nth-of-type(2) {
  width: 300px;
}

.about-nav-item:nth-of-type(2) a.btn-primary span {
  line-height: 1.23;
  padding: 8px 0;
}

.about-nav-item a.btn-primary,
.usage-nav-item a.btn-primary {
  height: 30px;
}

.about-nav-item a.btn-primary span,
.usage-nav-item a.btn-primary span {
  background-color: #666;
  color: #fff;
  font-size: 13px;
}

.usage {
  padding-top: 112px;
  border-top: 1px solid #a5a3ad;
  background: url('/store/techo/en/2021/pc/about/img/index/usage_bg.jpg') no-repeat center center;
  background-color: #fcfcfd;
  background-attachment: fixed;
  background-size: 1200px auto;
}

.usage-box {
  width: 610px;
  margin: 0 auto;
  padding: 64px 132.5px 72px;
  border: 1px solid #a5a3ad;
  background-color: #fff;
}

.usage-tit {
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
  font-family: 'Merriweather', serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.usage-tit.color-2021 {
  border-color: #ffe100;
}

.usage-txt {
  margin-bottom: 40px;
}

.usage-txt p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.5;
}

.usage-txt p:last-child {
  margin-bottom: 0;
}

.usage-img {
  width: 450px;
  height: auto;
  margin: 0 0 32px -53.5px;
}

.usage-img img {
  width: 100%;
  height: auto;
}

.balloon-txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 85px;
  margin-bottom: 24px;
  padding-bottom: 4px;
  border-radius: 9.5px;
}
.balloon-txt span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.balloon-txt.color-2021 {
  background: #1e1a33;
}
.balloon-txt:after {
  content: "";
  display: block;
  background: url('/store/techo/en/2021/pc/about/img/index/balloon_edge.svg') no-repeat center center;
  background-size: 19px;
  width: 19px;
  height: 14px;
  margin: 0 auto;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -9px;
}

.btn-wrap {
  width: 554px;
  margin: 0 auto;
  padding: 96px 0;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
.btn-wrap p{
  float: left;
  margin: 0;
}
.btn-wrap p:nth-child(1){
  margin-right: 20px;
}
.btn-wrap p a{
  width: 267px;
  height: 30px;
}
.btn-wrap p a span{
  font-size: 13px;
  padding: 0;
}