@charset "UTF-8";
/*
File Name : style.css
Url : https://www.oreyaku.com/shittoku/css/style.css
Author : Coding Design
Description : 知って得するコミュニケーション術のcss設定
Version/Corrector :
  1.0 2020/01/07 FUMINORI MORI
*/
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic");
@import url("//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700");
/*doc
---
title: shittoku
name: shittoku
category: shittoku
---

知って得するコミュニケーション術にひもづけるスタイルです。

*/
.shittoku {
  letter-spacing: 0;
  /* header */
  /* lead */
  /* box-with-heading */
  /* section */
  /* section content */
  /* lesson */
  /* contentsShittoku__matome */
  /* banner */
}

.shittoku .contents-individual {
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background: #D7E9EF;
}

@media screen and (min-width: 640px) {
  .shittoku .contents-individual {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}

.shittoku .contents-header__top {
  padding: 0;
  margin: 0 -10px;
  text-align: center;
}

.shittoku .contents-header__top img {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .shittoku .contents-header__top {
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.shittoku .contents-lead {
  margin: 20px -10px 0;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .shittoku .contents-lead {
    position: relative;
    margin: -7.2857142857vw 0 0;
    padding: 50px 0 0;
  }
  .shittoku .contents-lead + .centering-960 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.shittoku .box-with-heading {
  position: relative;
}

.shittoku .box-with-heading__heading {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 30px;
  border: 4px solid #333333;
  background-color: #7fcef4;
  text-align: center;
  -webkit-transform: translateY(-28px);
      -ms-transform: translateY(-28px);
          transform: translateY(-28px);
  padding-top: 4px;
  padding-bottom: 4px;
  position: absolute;
  left: 50%;
  width: 260px;
  margin-left: -130px;
  box-sizing: border-box;
}

@media screen and (min-width: 640px) {
  .shittoku .box-with-heading__heading {
    font-size: 16px;
    line-height: 1.625;
    border-radius: 22px;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    padding-top: 5px;
    padding-bottom: 5px;
    width: 400px;
    margin-left: -200px;
  }
}

.shittoku .box-with-heading__content {
  background-color: #fff;
  border-radius: 15px;
}

@media screen and (min-width: 640px) {
  .shittoku .box-with-heading__content {
    border: 4px solid #333333;
    box-sizing: border-box;
  }
}

.shittoku .contentsShittoku__character {
  max-width: 600px;
  margin: 45px auto 0;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__character {
    margin-top: 52px;
  }
}

.shittoku .contentsShittoku__character-content {
  padding: 47px 20px 20px;
  overflow: hidden;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__character-content {
    padding: 39px 0 33px;
  }
}

.shittoku .contentsShittoku__character-img {
  width: 150px;
  margin: 0 auto;
}

.shittoku .contentsShittoku__character-text {
  font-weight: bold;
  position: relative;
}

.shittoku .contentsShittoku__character-text dl {
  margin: 0;
}

.shittoku .contentsShittoku__character-text dt {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5;
  color: #0066CC;
}

.shittoku .contentsShittoku__character-text dd {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__character-text dd {
    text-align: center;
  }
}

.shittoku .contentsShittoku__character .sideimg, .shittoku .contentsShittoku__character .contentsShittoku__character-side-01, .shittoku .contentsShittoku__character .contentsShittoku__character-side-02 {
  width: 100px;
  position: absolute;
}

@media screen and (max-width: 639px) {
  .shittoku .contentsShittoku__character .sideimg, .shittoku .contentsShittoku__character .contentsShittoku__character-side-01, .shittoku .contentsShittoku__character .contentsShittoku__character-side-02 {
    top: 0;
    -webkit-transform: translateY(-148px);
        -ms-transform: translateY(-148px);
            transform: translateY(-148px);
  }
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__character .sideimg, .shittoku .contentsShittoku__character .contentsShittoku__character-side-01, .shittoku .contentsShittoku__character .contentsShittoku__character-side-02 {
    bottom: -37px;
  }
}

@media screen and (max-width: 639px) {
  .shittoku .contentsShittoku__character-side-01 {
    left: -35px;
  }
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__character-side-01 {
    left: -4px;
  }
}

@media screen and (max-width: 639px) {
  .shittoku .contentsShittoku__character-side-02 {
    right: -35px;
  }
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__character-side-02 {
    right: -4px;
  }
}

.shittoku .contentsShittoku__section {
  margin-top: 58px;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__section {
    margin-top: 52px;
  }
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__section-heading {
    width: 500px;
    margin-left: -250px;
  }
}

@media screen and (min-width: 960px) {
  .shittoku .contentsShittoku__section-heading {
    width: 600px;
    margin-left: -300px;
  }
}

.shittoku .contentsShittoku__section-content {
  padding: 32px 10px 20px;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__section-content {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.shittoku .contentsShittoku__section-content h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.4666666667;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  border-bottom: 9px double #FFE400;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__section-content h3 {
    height: 76px;
    font-size: 34px;
    line-height: 1.5;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 33px;
  }
}

.shittoku .contentsShittoku__section-content > dl {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding-top: 70px;
  padding-right: 0;
  position: relative;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__section-content > dl {
    font-size: 18px;
    line-height: 1.6944444444;
    max-width: 820px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 25px 118px;
  }
}

.shittoku .contentsShittoku__section-content > dl.interviewer dt img {
  border-radius: 40px;
  background-color: #EBEBEB;
  overflow: hidden;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__section-content > dl.interviewer dt {
    left: 0;
  }
}

.shittoku .contentsShittoku__section-content > dl.interviewer dd {
  border: 3px solid #9B9B9B;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__section-content > dl.interviewer dd::before {
    border-right-color: #9B9B9B;
  }
}

.shittoku .contentsShittoku__section-content > dl.interviewee b {
  color: #0066CC;
}

.shittoku .contentsShittoku__section-content > dl.interviewee dt {
  color: #0066CC;
}

.shittoku .contentsShittoku__section-content > dl.interviewee dd {
  border: 3px solid #0066CC;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__section-content > dl.interviewee dd::before {
    border-right-color: #0066CC;
  }
}

.shittoku .contentsShittoku__section-content > dl em {
  background-color: #F8E71C;
  color: #000;
  font-weight: bold;
}

.shittoku .contentsShittoku__section-content > dl b {
  color: #000;
  font-weight: bold;
}

.shittoku .contentsShittoku__section-content > dl dt {
  margin: 0;
  position: absolute;
}

@media screen and (max-width: 639px) {
  .shittoku .contentsShittoku__section-content > dl dt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    top: 20px;
    left: 10px;
  }
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__section-content > dl dt {
    width: 80px;
    top: 25px;
    left: 0;
    text-align: center;
  }
}

@media screen and (max-width: 639px) {
  .shittoku .contentsShittoku__section-content > dl dt span {
    margin-right: 10px;
    -webkit-flex: 60px 0 0;
        -ms-flex: 60px 0 0px;
            flex: 60px 0 0;
  }
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__section-content > dl dt span {
    display: block;
    width: 80px;
  }
}

.shittoku .contentsShittoku__section-content > dl dt b {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  line-height: 1.7142857143;
}

.shittoku .contentsShittoku__section-content > dl dd {
  margin: 0;
  padding: 10px 13px;
  border-radius: 10px;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__section-content > dl dd {
    padding: 7px 15px;
    min-height: 100px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .shittoku .contentsShittoku__section-content > dl dd::before {
    content: '';
    display: block;
    position: absolute;
    top: 35px;
    left: -20px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 20px solid #9B9B9B;
  }
  .shittoku .contentsShittoku__section-content > dl dd::after {
    content: '';
    display: block;
    position: absolute;
    top: 35px;
    left: -14px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 20px solid #fff;
  }
}

.shittoku .contentsShittoku__lesson {
  margin-top: 20px;
  position: relative;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__lesson {
    margin-top: 40px;
  }
}

@media screen and (max-width: 639px) {
  .shittoku .contentsShittoku__lesson-inner {
    background-color: #FFF383;
    border-radius: 15px;
    padding: 0 10px 10px;
  }
}

.shittoku .contentsShittoku__lesson-heading {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin-top: 0;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__lesson-heading {
    position: absolute;
    left: 50%;
    border-radius: 22px;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    padding-top: 5px;
    padding-bottom: 5px;
    width: 500px;
    margin-left: -250px;
    border: 4px solid #333333;
    background-color: #FFF383;
  }
}

@media screen and (min-width: 960px) {
  .shittoku .contentsShittoku__lesson-heading {
    width: 600px;
    margin-left: -300px;
  }
}

.shittoku .contentsShittoku__lesson-img {
  text-align: center;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__lesson-img {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    border: 4px solid #333333;
    overflow: hidden;
  }
}

.shittoku .contentsShittoku__lesson-text {
  color: #d13824;
  font-size: 16px;
  line-height: 1.625;
  font-weight: bold;
  margin-top: 5px;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__lesson-text {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.8;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 97px;
  }
}

.shittoku .contentsShittoku__matome {
  position: relative;
  margin-top: 40px;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__matome {
    margin-top: 70px;
    position: relative;
  }
}

.shittoku .contentsShittoku__matome-heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8888888889;
  border-radius: 24px;
  border: 4px solid #333333;
  background-color: #FFE400;
  text-align: center;
  -webkit-transform: translateY(-24px);
      -ms-transform: translateY(-24px);
          transform: translateY(-24px);
  padding-top: 4px;
  padding-bottom: 4px;
  position: absolute;
  left: 50%;
  width: 208px;
  margin-left: -104px;
  box-sizing: border-box;
}

.shittoku .contentsShittoku__matome-content {
  background-color: #7FCEF4;
  border-radius: 15px;
  border: 4px solid #333;
  padding: 29px 16px 2px;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__matome-content {
    padding-bottom: 30px;
  }
}

.shittoku .contentsShittoku__matome-content h3 {
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.shittoku .contentsShittoku__matome-content h3 span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
}

.shittoku .contentsShittoku__matome-content h3 b {
  display: block;
  font-size: 34px;
  line-height: 1.5;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__matome-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 13px;
  }
}

.shittoku .contentsShittoku__matome-item {
  margin: 0;
  border-radius: 17px;
  overflow: hidden;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__matome-item {
    -webkit-flex-basis: calc( (100% - 40px) / 3);
        -ms-flex-preferred-size: calc( (100% - 40px) / 3);
            flex-basis: calc( (100% - 40px) / 3);
  }
}

.shittoku .contentsShittoku__matome-item:nth-child(1) dt {
  background-image: url(../img/bg_matome_1.png);
}

.shittoku .contentsShittoku__matome-item:nth-child(2) dt {
  background-image: url(../img/bg_matome_2.png);
}

@media screen and (min-width: 960px) {
  .shittoku .contentsShittoku__matome-item:nth-child(2) dd {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.shittoku .contentsShittoku__matome-item:nth-child(3) dt {
  background-image: url(../img/bg_matome_3.png);
}

@media screen and (max-width: 639px) {
  .shittoku .contentsShittoku__matome-item {
    margin-top: 10px;
  }
}

.shittoku .contentsShittoku__matome-item dt {
  margin: 0;
  height: 136px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 34px;
  line-height: 1.5;
  font-weight: bold;
  background: url(../img/bg_matome_1.png) no-repeat center center #fff;
  background-size: contain;
}

.shittoku .contentsShittoku__matome-item dd {
  margin: 0;
  height: 94px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  background-color: #FFE400;
  color: #000000;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__matome-item dd {
    padding: 0 15px;
  }
}

@media screen and (min-width: 960px) {
  .shittoku .contentsShittoku__matome-item dd {
    padding: 0 20px;
  }
}

.shittoku .contentsShittoku__matome-description {
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 19px;
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__matome-description {
    font-size: 20px;
    line-height: 1.5;
    margin: 28px 120px 0;
  }
}

.shittoku .contentsShittoku__matome-description p {
  margin-top: 10px;
}

.shittoku .contentsShittoku__matome-description strong {
  font-weight: bold;
  border-bottom: 3px double currentColor;
}

@media screen and (max-width: 639px) {
  .shittoku .contentsShittoku__matome-bottom-img {
    text-align: center;
    margin-top: 20px;
  }
  .shittoku .contentsShittoku__matome-bottom-img img {
    width: 240px;
  }
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__matome .bottom-img-pc, .shittoku .contentsShittoku__matome .contentsShittoku__matome-bottom-img-1, .shittoku .contentsShittoku__matome .contentsShittoku__matome-bottom-img-2 {
    position: absolute;
    width: 130px;
  }
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__matome-bottom-img-1 {
    left: 5px;
    bottom: 0;
  }
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__matome-bottom-img-2 {
    right: 1px;
    bottom: 5px;
  }
}

.shittoku .contentsShittoku__banner {
  margin: 25px 0 0;
}

.shittoku .contentsShittoku__banner a {
  position: relative;
  display: block;
}

.shittoku .contentsShittoku__banner a:hover::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 640px) {
  .shittoku .contentsShittoku__banner {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 1000px) {
  .shittoku .contentsShittoku__banner {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .secRegister {
    background-image: none;
  }
}
