@charset "UTF-8";
/*---------------------------------------------------------------
  下層css
  2nd common setting 
---------------------------------------------------------------*/
/*--共用変数--*/
/*レイアウト関連*/
.comWrap {
  margin: -240px auto 0;
  padding: 60px 165px 80px;
  max-width: 1000px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.comWrap.type01 {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1330px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .comWrap.type01 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1330px) {
  .comWrap {
    padding: 60px 12% 80px;
  }
}
@media screen and (max-width: 640px) {
  .comWrap {
    width: 90%;
    padding: 3.0rem 5%;
    margin: 0;
    overflow-x: hidden;
  }
}

.header {
  height: 530px;
  padding-top: 95px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .header {
    height: 10.5rem;
    padding-top: 4.5rem;
  }
}
.header.active .bg:after {
  opacity: 1;
}
.header .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .header .bg {
    top: 0 !important;
  }
}
.header .bg:before, .header .bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/common/img/contents_bg.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.header .bg:after {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.header .title {
  position: relative;
  z-index: 1;
}

/*section {
  margin-bottom: 100px;
  @include max-screen(640px){
    margin-bottom: 0;
  }
}*/
/*リンク関連*/
/*
.btn01 {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  @include border-radius(8px);
  background-color: $pink02;
  width: 320px;
  height: 50px;
  overflow: hidden;
  @include transition(0.3s ease);
  &:hover {
    @include opacity(0.5);
  }
  &:before {
    position: absolute;
    content: '';
    display: block;
    width: 340px;
    height: 60px;
    background-color: $pink04;
    @include rotate(-8.5deg);
    top: 48%;
    left: -2%;
  }
  span{
    @include fs(20);
    color: #fff;
    line-height: 1;
    position: relative;
    padding-left: 35px;
    &:before{
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
    }
    &:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -9px;
      width: 25px;
      height: 18px;
      background-image: url(/common/img/icon_mail.png);
      @include background-size(100% auto);
      background-position: center;
      background-repeat: no-repeat;
    }
  }
  
  @include max-screen(640px){
    @include border-radius(0.8rem);
    width: 100%;
    height: 5.0rem;
    &:before {
      position: absolute;
      content: '';
      display: block;
      width: 105%;
      height: 5.5rem;
      background-color: $pink04;
    }
    span{
      @include fs(18);
      padding-left: 3.5rem;
      &:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.9rem;
        width: 2.4rem;
        height: 1.8rem;
        @include background-size(auto 100%);
      }
    }
  }
}

//置き換え前提
.btn02 {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  @include border-radius(8px);
  background-color: $yellow01;
  width: 410px;
  height: 74px;
  overflow: hidden;
  @include transition(0.3s ease);
  &:hover {
    @include opacity(0.5);
  }
  &:before {
    position: absolute;
    content: '';
    display: block;
    width: 430px;
    height: 80px;
    background-color: $yellow02;
    @include rotate(-10deg);
    top: 48%;
    left: -1%;
  }
  span{
    @include vaM;
    position: relative;
    display: inline-block;
    width: 100%;
    @include fs(24);
    color: #fff;
    line-height: 1;
    &:before {
      content: '';
      display: block;
      position: absolute;
      top:50%;
      right:20px;
      margin-top: -13px;
      height: 26px;
      width: 26px;
      background-color: #fff;
      @include border-radius(50%);
    }
    &:after {
      content: '';
      display: inline-block;
      position:absolute;
      top: 50%;
      right: 30px;
      margin-top: -3px;
      width: 6px;
      height: 6px;
      border-top: 2px solid $yellow02;
      border-right: 2px solid $yellow02;
      @include rotate(45deg);
    }
  }

  @include max-screen(640px){
    @include border-radius(0.8rem);
    width: 100%;
    height: 5.0rem;
    &:before {
      width: 105%;
      height: 5.5rem;
      @include rotate(-8.5deg);
    }
    span{
      @include fs(18);
      &:before {
        top: 50%;
        right: 1.5rem;
        margin-top: -0.9rem;
        width: 1.8rem;
        height: 1.8rem;
      }
      &:after {
        right: 2.1rem;
        margin-top: -0.3rem;
        width: 0.5rem;
        height: 0.5rem;
        border-top-size: 0.2rem;
        border-right-size: 0.2rem;
      }
    }

  }
}
*/
.txtLink {
  color: #654023;
  text-decoration: underline;
}
.txtLink:hover, .hover .txtLink:hover {
  text-decoration: none;
}

.txtLink01 {
  text-align: right;
}
.txtLink01 > a {
  padding-right: 40px;
  position: relative;
  text-decoration: none;
}
.txtLink01 > a:after {
  position: absolute;
  content: '';
  display: block;
  width: 33px;
  height: 14px;
  right: 0px;
  bottom: 3px;
  background-image: url(/common/img/icon_more.png);
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.txtLink01 > a:hover:after, .hover .txtLink01 > a:hover:after {
  right: 5px;
}
.txtLink01 span {
  color: #654023;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .txtLink01 > a {
    padding-right: 3.0rem;
  }
  .txtLink01 > a:after {
    width: 2.4rem;
    height: 1.0rem;
    right: 0px;
    bottom: 0.3rem;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .txtLink01 > a:hover:after, .hover .txtLink01 > a:hover:after {
    right: 0.5rem;
  }
  .txtLink01 span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.txtLink03 {
  color: #654023;
}
.txtLink03 span {
  line-height: 1;
}
.txtLink03 span:after {
  content: '';
  display: inline-block;
  margin-left: 0.5em;
  width: 14px;
  height: 13px;
  vertical-align: middle;
  background-image: url(/common/img/icon_external.png);
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.txtLink03 span:hover, .hover .txtLink03 span:hover {
  text-decoration: underline;
}

.tabMenu {
  position: relative;
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 30px;
  font-size: 0;
}
.tabMenu li {
  display: inline-block;
  width: 49%;
  height: 46px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.tabMenu li + li {
  margin-left: 2%;
}
.tabMenu li span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.tabMenu li span:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.tabMenu li.match {
  color: #f18a79;
  border: 2px solid #f18a79;
}
.tabMenu li.event {
  color: #f54a96;
  border: 2px solid #f54a96;
}
.tabMenu li:hover {
  cursor: pointer;
}
.tabMenu li:hover.match {
  color: #fff;
  background-color: #f18a79;
}
.tabMenu li:hover.event {
  color: #fff;
  background-color: #f54a96;
}
.tabMenu li.active {
  color: #fff;
}
.tabMenu li.active:before, .tabMenu li.active:after {
  position: absolute;
  content: '';
  display: block;
  width: 49%;
  height: 5px;
  left: 0;
  bottom: -5px;
}
.tabMenu li.active:after {
  width: 100%;
  bottom: -10px;
}
.tabMenu li.active.match {
  background-color: #f18a79;
}
.tabMenu li.active.match:before, .tabMenu li.active.match:after {
  background-color: #f18a79;
}
.tabMenu li.active.event {
  background-color: #f54a96;
}
.tabMenu li.active.event:before, .tabMenu li.active.event:after {
  left: auto;
  right: 0;
  background-color: #f54a96;
}
@media screen and (max-width: 640px) {
  .tabMenu li {
    height: 5.3rem;
  }
  .tabMenu li span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    display: inline-block;
    width: 100%;
  }
}

/*タイトル関連*/
.contTit {
  height: 285px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .contTit {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
.contTit .title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .contTit {
    height: 10rem;
  }
  .contTit .title img {
    height: 5.5rem;
    width: auto;
  }
}

.subTit {
  text-align: center;
  margin-bottom: 50px;
}
.subTit span {
  position: relative;
}
.subTit span:after {
  content: '';
  display: block;
  height: 2px;
  width: 80px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -40px;
  background-color: #f9806f;
}
.subTit + p {
  text-align: center;
  line-height: 2.4;
}
@media screen and (max-width: 640px) {
  .subTit {
    margin-bottom: 4.0rem;
  }
  .subTit span img {
    height: 2rem;
    width: auto;
  }
  .subTit span:after {
    content: '';
    display: block;
    height: 0.2rem;
    width: 6rem;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    margin-left: -3rem;
  }
  .subTit + p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
  }
}

.chapTit {
  position: relative;
  height: 56px;
  padding: 0 6px;
  border-bottom: 2px solid #f87f6e;
}
.chapTit span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.chapTit span:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 17px;
  margin-right: 12px;
  vertical-align: middle;
  background-image: url(/common/img/chaptitle_mark.png);
  -moz-background-size: 17px 17px;
  -o-background-size: 17px 17px;
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
  background-position: 0 center;
  background-repeat: no-repeat;
}
.chapTit + dd {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.0;
  padding: 15px 0;
}
@media screen and (max-width: 640px) {
  .chapTit {
    height: auto;
    max-height: 4rem;
    padding: 1rem 0.5rem;
    border-bottom-size: 0.2rem;
  }
  .chapTit span {
    display: block;
    line-height: 1.4;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 2.5rem;
  }
  .chapTit span:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    margin-right: 1.2rem;
    vertical-align: middle;
    background-image: url(/common/img/chaptitle_mark.png);
    -moz-background-size: 1.5rem;
    -o-background-size: 1.5rem;
    -webkit-background-size: 1.5rem;
    background-size: 1.5rem;
    background-position: 0 center;
    background-repeat: no-repeat;
  }
  .chapTit + dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    padding: 1.5rem 0;
  }
}

.chapTit02 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.chapTit02 span {
  position: relative;
  padding: 0 1.5em;
}
.chapTit02 span:before, .chapTit02 span:after {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  content: '';
  display: block;
  width: 70px;
  height: 1px;
  background-color: #373737;
}
.chapTit02 span:before {
  left: -70px;
}
.chapTit02 span:after {
  right: -70px;
}
@media screen and (max-width: 640px) {
  .chapTit02 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .chapTit02 span {
    padding: 0 1em;
  }
  .chapTit02 span:before, .chapTit02 span:after {
    margin-top: -0.2rem;
    width: 2.5rem;
    height: 0.1rem;
  }
  .chapTit02 span:before {
    left: -2.5rem;
  }
  .chapTit02 span:after {
    right: -2.5rem;
  }
}

.accordion {
  margin-bottom: 20px;
}
.accordion .chapTit {
  background-color: rgba(220, 203, 167, 0.5);
  padding: 0 15px;
}
.accordion .chapTit:hover {
  cursor: pointer;
}
.accordion .chapTit:before {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15px;
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 2px 2px 0 #dbccab;
  -webkit-box-shadow: 2px 2px 0 #dbccab;
  box-shadow: 2px 2px 0 #dbccab;
}
.accordion .chapTit:after {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -10px;
  content: '';
  display: block;
  background-image: url(/common/img/icon_open.png);
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 18px;
}
.accordion .chapTit.open:after {
  background-image: url(/common/img/icon_close.png);
}
.accordion .chapTit span {
  padding-left: 25px;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 3px;
}
.accordion .chapTit span:before {
  position: absolute;
  top: 0;
  left: 0;
}
.accordion > dd {
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  .accordion {
    margin-bottom: 1rem;
  }
  .accordion .chapTit {
    height: 4rem;
    padding: 0.5rem 1.5rem;
  }
  .accordion .chapTit:hover {
    cursor: pointer;
  }
  .accordion .chapTit:before {
    right: 1.5rem;
    margin-top: -0.9rem;
    width: 1.8rem;
    height: 1.8rem;
    -moz-box-shadow: 0.2rem 0.2rem 0 #dbccab;
    -webkit-box-shadow: 0.2rem 0.2rem 0 #dbccab;
    box-shadow: 0.2rem 0.2rem 0 #dbccab;
  }
  .accordion .chapTit:after {
    right: 1.5rem;
    margin-top: -0.5rem;
    width: 1.8rem;
    height: 1.0rem;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .accordion .chapTit span {
    position: relative;
    display: block;
    width: 85%;
    line-height: 1.4;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 2.5rem;
    padding-top: 0;
  }
  .accordion .chapTit span:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
  }
}

.faq .chapTit {
  padding-left: 50px;
  padding-right: 0;
}
.faq .chapTit:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
  content: '';
  display: block;
  width: 34px;
  height: 34px;
  background-color: #ddcca8;
  background-image: url(/common/img/icon_q.png);
  -moz-background-size: 23px 24px;
  -o-background-size: 23px 24px;
  -webkit-background-size: 23px 24px;
  background-size: 23px 24px;
  background-repeat: no-repeat;
  background-position: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.faq .chapTit span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.faq .chapTit span:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  margin-right: 0;
  vertical-align: middle;
  background: none;
}
.faq .chapTit + dd,
.faq .chapTit + .detail {
  position: relative;
  padding: 20px 0 20px 70px;
  font-size: 16px;
  font-size: 1.6rem;
}
.faq .chapTit + dd:before,
.faq .chapTit + .detail:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 27px;
  height: 23px;
  top: 25px;
  left: 30px;
  background-image: url(/common/img/icon_a.png);
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .faq .chapTit {
    padding-left: 1rem;
    height: 3rem;
  }
  .faq .chapTit:before {
    margin-top: -1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    -moz-background-size: 1.8rem auto;
    -o-background-size: 1.8rem auto;
    -webkit-background-size: 1.8rem auto;
    background-size: 1.8rem auto;
  }
  .faq .chapTit span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    display: inline-block;
    width: 90%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .faq .chapTit + dd,
  .faq .chapTit + .detail {
    padding: 1rem 0 1rem 3.5rem;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .faq .chapTit + dd:before,
  .faq .chapTit + .detail:before {
    width: 2.5rem;
    height: 1.8rem;
    top: 1rem;
    left: 0;
  }
}

/*テーブル・チャート関連*/
.table {
  margin-bottom: 30px;
}
.table > table {
  border-collapse: collapse;
  border: 1px solid #eaeaea;
  width: 100%;
}
.table .cap {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.table th, .table td {
  border-collapse: collapse;
  border: 1px solid #eaeaea;
}
.table thead th {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ddcca8;
  padding: 15px 0;
}
.table tbody th {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 0;
}
.table tbody .male {
  background-color: #69acfd;
}
.table tbody .female {
  background-color: #f99687;
}
.table tbody td {
  padding: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}
.table tbody td .large {
  font-size: 24px;
  font-size: 2.4rem;
}
.table tbody td .large.price {
  font-size: 20px;
  font-size: 2rem;
}
.table tbody td .line-through {
  text-decoration: line-through;
  color: #999;
}
.table tbody td .small {
  font-size: 14px;
  font-size: 1.4rem;
}
.table caption {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  color: #654023;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .table .caption {
    font-size: 16px;
    font-size: 1.6rem;
    color: #654023;
    text-align: left;
  }
  .table > dl {
    border: 0.1rem solid #eaeaea;
  }
  .table > dl + .cap {
    margin-top: 1rem;
  }
  .table > dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0.5rem;
    font-weight: bold;
    text-align: center;
    background-color: #dccca8;
  }
  .table > dl dt.male {
    background-color: #69acfd;
  }
  .table > dl dt.female {
    background-color: #f99687;
  }
  .table > dl dd {
    text-align: center;
    border-top: 0.1rem solid #eaeaea;
  }
  .table > dl dd .large {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .table > dl dd .large.price {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .table > dl dd .line-through {
    text-decoration: line-through;
    color: #999;
  }
  .table > dl dd > dl dt.in {
    background-color: #f6efe5;
    font-size: 0;
    line-height: 1;
  }
  .table > dl dd > dl dd {
    padding: 0.5rem;
  }
}

.table01 thead th:nth-child(1) {
  width: 210px;
}
.table01 thead th:nth-child(2) {
  width: 370px;
}
.table01 thead th:nth-child(3) {
  width: 210px;
}
.table01 thead th:nth-child(4) {
  width: 210px;
}

.table02 thead th {
  line-height: 2.0;
}
.table02 thead th span.large {
  font-size: 20px;
  font-size: 2rem;
}
.table02 thead th span.arrow {
  position: relative;
}
.table02 thead th span.arrow:before {
  position: absolute;
  width: 100%;
  height: 1em;
  top: -1.7em;
  left: 0;
  display: block;
  content: '▼';
  font-size: 10px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.table02 thead th:nth-child(1) {
  width: 210px;
}
.table02 thead th:nth-child(2) {
  width: 395px;
}
.table02 thead th:nth-child(3) {
  width: 395px;
}
.table02 tbody .female + td > .large {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .table02 dt {
    line-height: 2.0 !important;
  }
  .table02 dt span.large {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .table02 dt span.arrow {
    position: relative;
  }
  .table02 dt span.arrow:before {
    position: absolute;
    width: 100%;
    height: 1em;
    top: -1.7em;
    left: 0;
    display: block;
    content: '▼';
    font-size: 9px;
    font-size: 0.9rem;
    color: #ddcca8;
    text-align: center;
  }
}

.table03 thead th:nth-child(1) {
  width: 190px;
}
.table03 thead th:nth-child(2) {
  width: 270px;
}
.table03 thead th:nth-child(3) {
  width: 270px;
}
.table03 thead th:nth-child(4) {
  width: 270px;
}

.table04 thead th {
  width: 460px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #ddcca8;
}
.table04 thead td {
  width: 540px;
  background-color: #fff;
  text-align: center;
}
.table04 thead td .large {
  font-size: 24px;
  font-size: 2.4rem;
}
.table04 tbody th {
  font-size: 16px;
  font-size: 1.6rem;
  width: 320px;
  background-color: #ddcca8;
}
.table04 tbody th:nth-child(2) {
  width: 140px;
  background-color: #f6efe5;
}
.table04 tbody td {
  width: 540px;
  padding: 10px 0;
}
.table04 tbody .wrap {
  width: 480px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.table04 tbody .wrap + .wrap {
  padding-top: 10px;
  border-top: 1px solid #eaeaea;
}
.table04 tbody .wrap dl {
  text-align: left;
}
.table04 tbody .wrap dl + .cap {
  display: block;
  text-align: left;
  margin-top: 10px;
}
.table04 tbody .wrap dt, .table04 tbody .wrap dd {
  display: inline-block;
}
.table04 tbody .wrap dt {
  text-align: left;
  padding: 10px 25px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 100px;
}
.table04 tbody .wrap dd {
  text-align: center;
}

.table06 {
  border: 1px solid #eaeaea;
}
.table06 > dl {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
}
.table06 > dl + dl {
  border-top: 1px solid #eaeaea;
}
.table06 > dl dt, .table06 > dl dd {
  display: table-cell;
  vertical-align: top;
  padding: 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
.table06 > dl dt {
  width: 30%;
  font-weight: bold;
  text-align: center;
  background-color: #ddcca8;
}
.table06 > dl dd {
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .table06 {
    border-size: 0.1rem;
  }
  .table06 > dl {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
  }
  .table06 > dl + dl {
    border-top-size: 0.1rem;
  }
  .table06 > dl dt, .table06 > dl dd {
    display: block;
    vertical-align: top;
    padding: 1rem;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .table06 > dl dt {
    width: auto;
  }
}

.chart01 {
  border: 1px solid #dbdbdb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.chart01 dt,
.chart01 .title {
  text-align: center;
  background-color: #dccca8;
  height: 40px;
  border-bottom: 1px solid #dbdbdb;
}
.chart01 dt span,
.chart01 .title span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
}
.chart01 dt span:before,
.chart01 .title span:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.chart01 dd,
.chart01 .detail {
  padding: 20px;
  background-color: #fff;
}
.chart01 dd .small,
.chart01 .detail .small {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .chart01 dt,
  .chart01 .title {
    height: 4.0rem;
    border-bottom-size: 0.1rem;
  }
  .chart01 dt span,
  .chart01 .title span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .chart01 dd,
  .chart01 .detail {
    padding: 1.5rem;
  }
}

/*デザイン関連*/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.read {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.0;
}

.atn {
  color: #bc1411;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0;
}

.inline {
  text-align: left;
}
.inline > * {
  display: inline-block;
  white-space: nowrap;
}

.inlist .indent {
  margin-left: -2em;
  display: inline-block;
  width: 2em;
}
.inlist > li {
  margin-left: 2em;
}
.inlist > li > ol {
  margin-left: 1em;
}
.inlist > li > ol > li {
  margin-left: 2em;
}
@media screen and (max-width: 640px) {
  .inlist .indent {
    margin-left: -1.5em;
    width: 1.5em;
  }
  .inlist > li {
    margin-left: 1.5em;
  }
  .inlist > li > ol > li .indent {
    margin-left: -2em;
    width: 2em;
  }
}

.indent > li {
  text-align: left;
  margin-left: 1em;
}
.indent > li:before {
  margin-left: -1em;
  content: '';
  display: inline-block;
  width: 1em;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
}
.indent.bold > li:before {
  font-weight: bold;
}
.indent.box > li:before {
  content: '■';
}
.indent.dot > li:before {
  content: '・';
}
.indent.brown > li:before {
  color: #654023;
}
@media screen and (max-width: 640px) {
  .indent > li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.fwb, em {
  font-weight: bold;
  font-style: normal;
}

.red {
  color: #bc1411;
}

.blue {
  color: #92c3fe;
}

.pink01 {
  color: #f77e6d;
}

/*# sourceMappingURL=2nd_common.css.map */
