@charset "UTF-8";
/* default hack */
@media screen and (min-width: 641px) {
  #content {
    max-width: none;
  }

  #container {
    margin-top: -38px;
  }
}
sup {
  font-size: 80%;
  vertical-align: baseline;
  position: relative;
  top: -0.8ex;
  left: 0.4ex;
  padding-right: 0.8ex;
}

.is-hidePC {
  display: none;
}

.is-hideSP {
  display: block;
}

@media screen and (max-width: 640px) {
  #container {
    margin-top: 0;
  }

  .is-hidePC {
    display: block;
  }

  .is-hideSP {
    display: none;
  }
}
/* End default hack */
.p-kv {
  padding-top: 50px;
  background: url("../img/img_kv_bg.jpg") top center/auto 100% repeat-x;
  box-sizing: border-box;
}
.p-kv_in {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 64px;
  /*padding: 54.28% 10.71% 0;*/
  padding: 0 3.635%;
  box-sizing: border-box;
}

.p-kv_in_logo {
 width: 14.72%;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: right;
}

.p-kv_in_item {
  width: 72.36%;
  margin: 0 auto 10px;
  text-align: center;
}

.p-kv_in_item_00 {
  width: 14.72%;
  margin-right: auto;
 margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}

.p-kv_in_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.p-kv_in_box_name {
  min-width: 346px;
  margin-right: 36px;
}
.p-kv_in_box_name_modelType {
  line-height: 1;
  font-size: 2rem;
  font-weight: 300;
}
.p-kv_in_box_name_model_txt {
  margin-right: 14px;
  display: inline-block;
  line-height: 1;
  color: #05411f;
  font-size: 6rem;
}
.p-kv_in_box_name_model_txt.-new {
  padding-right: 44px;
  position: relative;
}
.p-kv_in_box_name_model_txt.-new::after {
  width: 40px;
  height: 40px;
  margin: 14px auto 0;
  padding: 14px 1px 14px 0;
  content: 'NEW';
  display: block;
  background: #d80930;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
}
.p-kv_in_box_name_model_data {
  width: 80px;
  display: inline-block;
  vertical-align: bottom;
}
.p-kv_in_box_name_model_data_capacity {
  width: 80px;
  padding: 1px 4px;
  display: inline-block;
  border: 1px solid #333;
  text-align: center;
  line-height: 1;
  vertical-align: bottom;
  font-size: 2rem;
  font-weight: 300;
  box-sizing: border-box;
  position: relative;
  bottom: 5px;
}
.p-kv_in_box_name_model_data_date {
  font-weight: 300;
  font-size: 1.3rem;
  white-space: nowrap;
}
.p-kv_in_box_icons {
  margin-right: auto;
  padding-right: 10px;
}
.p-kv_in_box_tsm {
  margin: 0 0 -18px;
}

@media screen and (max-width: 640px) {
  .p-kv {
    padding-top: 25px;
  }
  .p-kv_in {
    margin-bottom: 40px;
  }
  .p-kv_in_logo {
    width: 80px;
    margin-bottom: 20px;
  }
   .p-kv_in_item {
    width: 90%;
  }
 .p-kv_in_item_00 {
    width: 12%;
  }
  .p-kv_in_box {
    display: block;
  }
  .p-kv_in_box_name {
    margin-bottom: 16px;
  }
  .p-kv_in_box_name_modelType {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .p-kv_in_box_name_model_txt {
    font-size: 4rem;
  }
  .p-kv_in_box_name_model_txt.-new {
    margin-right: 4px;
    padding-right: 36px;
  }
  .p-kv_in_box_name_model_txt.-new::after {
    width: 30px;
    height: 30px;
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
    box-sizing: border-box;
  }
  .p-kv_in_box_name_model_data_capacity {
    font-size: 1.3rem;
  }
  .p-kv_in_box_name_model_data_date {
    font-size: 1.3rem;
  }
  .p-kv_in_box_icons {
    width: 60%;
    margin-right: 10px;
    display: inline-block;
  }
  .p-kv_in_box_tsm {
    margin: -10px;
    width: 30%;
    display: inline-block;
  }
}
.p-nav {
  width: 100%;
  padding: 20px;
  background: #df6f00;
  box-sizing: border-box;
}
.p-nav_in {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
}
.p-nav_in_wrap {
  flex: 0 0 23.33%;
}
.p-nav_in_wrap_link {
  padding: 18px 10px;
  display: block;
  border: 2px solid #fff;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 1201px) {
  .p-nav_in_wrap_link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .p-nav {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 12px;
  }
  .p-nav_in {
    flex-wrap: wrap;
  }
  .p-nav_in_wrap {
    flex: 0 0 48.5%;
  }
  .p-nav_in_wrap_link {
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 1.2rem;
  }
}
.p-note {
  margin-top: 30px;
}
.p-note--altMgt {
  margin-top: 10px;
}
.p-note--altMgbL {
  margin-bottom: 80px;
}
.p-note--altStyle {
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
.p-note--footer {
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 3.635% 80px;
  box-sizing: border-box;
}
.p-note_item {
  font-size: 1.3rem;
  color: #898989;
}
.p-note_item--ind15 {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.p-note_item--ind26 {
  padding-left: 2.6rem;
  text-indent: -2.6rem;
}
.p-note_item--ind32 {
  padding-left: 3.2rem;
  text-indent: -3.2rem;
}
.p-note_item--ind36 {
  padding-left: 3.6rem;
  text-indent: -3.6rem;
}
.p-note_item--ind42 {
  padding-left: 4.2rem;
  text-indent: -4.2rem;
}

@media screen and (max-width: 640px) {
  .p-note--altMgt {
    margin-top: 5px;
  }
  .p-note--altMgbL {
    margin-bottom: 40px;
  }
  .p-note--footer {
    margin-top: 0;
  }
  .p-note_item {
    font-size: 1rem;
  }
  .p-note_item--ind15 {
    padding-left: 1.25rem;
    text-indent: -1.25rem;
  }
  .p-note_item--ind26 {
    padding-left: 2.2rem;
    text-indent: -2.2rem;
  }
  .p-note_item--ind32 {
    padding-left: 3.2rem;
    text-indent: -3.2rem;
  }
  .p-note_item--ind36 {
    padding-left: 2.8rem;
    text-indent: -2.8rem;
  }
  .p-note_item--ind42 {
    padding-left: 3.2rem;
    text-indent: -3.2rem;
  }
}
.p-content_sec {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 3.635% 80px;
  box-sizing: border-box;
  border-bottom: 2px solid #df6f00;
}
.p-content_sec:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.p-content_sec.-wide {
  max-width: none;
  width: 100%;
}
.p-content_sec.-bgO {
  background-color: #fcf1e5;
}
.p-content_sec.-nobdr {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .p-content_sec {
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
}
.p-sec-01 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 0 60px;
  display: flex;
  box-sizing: border-box;
}
.p-sec-01_wrap {
  flex: 0 0 50%;
}
.p-sec-01_wrap.-right {
  margin-bottom: 50px;
  align-self: flex-end;
}
.p-sec-01_wrap_ttl {
  margin-bottom: 6px;
  display: inline-block;
  line-height: 1.45;
  font-size: 3.4rem;
  font-weight: 300;
  color: #df6f00;
  box-sizing: border-box;
  position: relative;
}
.p-sec-01_wrap_ttl_balloon {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: -24px;
  right: -35%;
}
.p-sec-01_wrap_txt {
  margin-bottom: 40px;
  line-height: 1.85;
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
}
.p-sec-01_wrap_txt.-orange {
  margin-bottom: 24px;
  color: #df6f00;
  font-size: 2rem;
}
.p-sec-01_wrap_img.-style02 {
  padding-left: 15%;
  text-align: right;
}
.p-sec-01_wrap_images {
  display: none;
}

@media screen and (max-width: 640px) {
  .p-sec-01 {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-sec-01_wrap.-right {
    display: none;
  }
  .p-sec-01_wrap_ttl {
    font-size: 2rem;
  }
  .p-sec-01_wrap_ttl_balloon {
    width: 60px;
    height: 60px;
    top: -6px;
    right: -30%;
  }
  .p-sec-01_wrap_txt {
    margin-bottom: 0px;
    font-size: 1.4rem;
  }
  .p-sec-01_wrap_txt.-orange {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .p-sec-01_wrap_img {
    display: none;
  }
  .p-sec-01_wrap_images {
    display: block;
  }
}
.p-sec-02 {
  padding-top: 80px;
}
.p-sec-02-txt {
  line-height: 1.85;
  font-size: 1.6rem;
  font-weight: 300;
}
.p-sec-02-txt--center {
  text-align: center;
}
.p-sec-02_ttl {
  max-width: 800px;
  margin: 0 auto 38px;
  padding: 16px 40px;
  border: 4px solid #df6f00;
  border-radius: 60px;
  line-height: 1.2;
  text-align: center;
  color: #df6f00;
  font-size: 3.4rem;
  font-weight: 300;
  box-sizing: border-box;
  position: relative;
}
.p-sec-02_ttl_small {
  font-size: 3rem;
}
.p-sec-02_ttl::before {
  width: 15.16%;
  padding-top: 15.16%;
  display: block;
  background: url("../img/img_sec02_balloon_01.png") center/contain no-repeat;
  content: '';
  position: absolute;
  top: -40px;
  left: -70px;
}
.p-sec-02_secTtl {
  margin-bottom: 20px;
  color: #df6f00;
  font-size: 3rem;
  font-weight: 300;
}
.p-sec-02_secTtl--center {
  text-align: center;
}
.p-sec-02_img {
  max-width: 541px;
  margin: 0 auto 35px;
  text-align: center;
  position: relative;
}
.p-sec-02_img_balloon {
  display: block;
  content: '';
  position: absolute;
  top: 13.12%;
  right: -37.15%;
}
.p-sec-02_secList {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.p-sec-02_secList_wrap {
  padding: 54px 40px 0 118px;
  position: relative;
}
.p-sec-02_secList_wrap .p-sec-02_secList_wrap_balloon {
  position: absolute;
  top: 0;
  left: 0;
}
.p-sec-02_boxStyle {
  margin-top: 80px;
  padding: 60px 4.5% 30px;
  background: #fcf1e5;
  border-radius: 20px;
}
.p-sec-02_boxStyle_list {
  width: 100%;
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-sec-02_boxStyle_list_wrap {
  margin-bottom: 60px;
  max-width: 48%;
  flex: 0 0 48%;
}
.p-sec-02_boxStyle_list_wrap_ttl {
  margin-bottom: 26px;
  padding: 10px 30px;
  background: #df6f00;
  border-radius: 40px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  position: relative;
}
.p-sec-02_boxStyle_list_wrap_ttl::after {
  width: 26px;
  height: 20px;
  margin: auto;
  content: '';
  display: block;
  border-top: 20px solid #df6f00;
  border-left: 13px solid #fcf1e5;
  border-right: 13px solid #fcf1e5;
  box-sizing: border-box;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
}
.p-sec-02_boxStyle_list_wrap_items {
  display: flex;
}
.p-sec-02_boxStyle_list_wrap_items_txt, .p-sec-02_boxStyle_list_wrap_items_img {
  max-width: 50%;
  flex: 0 0 50%;
}
.p-sec-02_boxStyle_list_wrap_items_txt {
  padding-right: 20px;
  line-height: 1.85;
  font-size: 1.6rem;
  font-weight: 300;
}
.p-sec-02_pastprogramsTtl {
  max-width: 560px;
  margin: 0 auto 38px;
  padding: 16px 40px;
  border: 4px solid #df6f00;
  border-radius: 60px;
  line-height: 1.2;
  text-align: center;
  color: #df6f00;
  font-size: 3.4rem;
  font-weight: 300;
  box-sizing: border-box;
  position: relative;
}
.p-sec-02_pastprogramsTxt {
  margin-bottom: 60px;
}
.p-sec-02_pastprogramsList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
}
.p-sec-02_pastprogramsList_group {
  max-width: 23.63%;
  box-sizing: border-box;
  flex: 23.63%;
  background: #fcf1e5;
  border: 2px solid #df6f00;
  border-radius: 20px;
}
.p-sec-02_pastprogramsList_group_ttl {
  padding: 18px;
  border: 2px solid #df6f00;
  background: #df6f00;
  border-radius: 15px 15px 0 0;
  text-align: center;
  line-height: 1.5;
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
  box-sizing: border-box;
}
.p-sec-02_pastprogramsList_group_data {
  padding: 24px 18px 35px;
  line-height: 1.85;
  font-size: 1.6rem;
  font-weight: 300;
  box-sizing: border-box;
}
.p-sec-02_pastprogramsList_group_data a {
  color: #0000ee;
}

@media screen and (max-width: 640px) {
  .p-sec-02 {
    padding-top: 40px;
  }
  .p-sec-02-txt {
    font-size: 1.4rem;
  }
  .p-sec-02-txt--center {
    text-align: left;
  }
  .p-sec-02_ttl {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 2rem;
  }
  .p-sec-02_ttl::before {
    left: -6px;
  }
  .p-sec-02_ttl_small {
    font-size: 1.4rem;
  }
  .p-sec-02_ttl_large {
    font-size: 1.6rem;
  }
  .p-sec-02_img {
    width: 73.5%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .p-sec-02_img_balloon {
    width: 120px;
    height: 120px;
    top: 7%;
  }
  .p-sec-02_secTtl {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .p-sec-02_secList {
    margin-top: 20px;
    display: block;
  }
  .p-sec-02_secList_wrap {
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 0;
  }
  .p-sec-02_secList_wrap_balloon {
    width: 50px;
    height: 50px;
  }
  .p-sec-02_boxStyle {
    margin-top: 40px;
    padding-top: 30px;
  }
  .p-sec-02_boxStyle_list {
    margin-top: 20px;
    display: block;
  }
  .p-sec-02_boxStyle_list_wrap {
    max-width: none;
    margin-bottom: 30px;
  }
  .p-sec-02_boxStyle_list_wrap:last-child {
    margin-bottom: 0;
  }
  .p-sec-02_boxStyle_list_wrap_ttl {
    padding: 10px;
    font-size: 1.4rem;
  }
  .p-sec-02_boxStyle_list_wrap_items {
    display: block;
  }
  .p-sec-02_boxStyle_list_wrap_items_txt, .p-sec-02_boxStyle_list_wrap_items_img {
    max-width: none;
  }
  .p-sec-02_boxStyle_list_wrap_items_txt {
    font-size: 1.2rem;
  }
  .p-sec-02_boxStyle_list_wrap_items_img {
    margin-top: 10px;
    text-align: center;
  }
  .p-sec-02_pastprogramsTtl {
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 10px;
    font-size: 2rem;
  }
  .p-sec-02_pastprogramsTxt {
    margin-bottom: 30px;
  }
  .p-sec-02_pastprogramsList {
    flex-wrap: wrap;
  }
  .p-sec-02_pastprogramsList_group {
    max-width: 48%;
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
  .p-sec-02_pastprogramsList_group_ttl {
    font-size: 1.4rem;
    width: calc(100% + 4px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -2px;
    left: -2px;
  }
  .p-sec-02_pastprogramsList_group_data {
    padding: 12px 8px 15px;
    font-size: 1.2rem;
  }
}
.p-sec-03_wrap {
  margin-bottom: 120px;
  position: relative;
}
.p-sec-03_wrap_ttl {
  max-width: 800px;
  margin: 0 auto 38px;
  padding: 28px 40px;
  border: 4px solid #df6f00;
  border-radius: 60px;
  line-height: 1.2;
  text-align: center;
  color: #df6f00;
  font-size: 3rem;
  font-weight: 300;
  box-sizing: border-box;
  position: relative;
}
.p-sec-03_wrap_ttl::before {
  width: 15.16%;
  padding-top: 15.16%;
  display: block;
  background: url("../img/img_sec03_balloon_01.png") center/contain no-repeat;
  content: '';
  position: absolute;
  top: -40px;
  left: -70px;
}
.p-sec-03_wrap_txt {
  margin-bottom: 35px;
  line-height: 1.85;
  font-size: 1.6rem;
  font-weight: 300;
}
.p-sec-03_wrap_img {
  padding: 0 5.45%;
}
.p-sec-03_wrap_table {
  max-width: 50%;
}
.p-sec-03_wrap_table_label {
  margin-bottom: 6px;
  color: #535353;
  font-size: 1.6rem;
  font-weight: 300;
}
.p-sec-03_wrap_table table {
  width: 100%;
  border-top: 2px solid #df6f00;
  border-bottom: 2px solid #df6f00;
}
.p-sec-03_wrap_table tr {
  border-bottom: 1px solid #b5b5b5;
}
.p-sec-03_wrap_table tr:last-child {
  border-bottom: none;
}
.p-sec-03_wrap_table td {
  padding: 12px;
  text-align: center;
  color: #535353;
  font-size: 1.4rem;
  font-weight: 300;
  border-right: 1px solid #b5b5b5;
}
.p-sec-03_wrap_table td:last-child {
  border-right: none;
}

@media screen and (max-width: 640px) {
  .p-sec-03_wrap {
    margin-bottom: 60px;
  }
  .p-sec-03_wrap_ttl {
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 10px;
    font-size: 2rem;
  }
  .p-sec-03_wrap_txt {
    font-size: 1.4rem;
  }
  .p-sec-03_wrap_img {
    padding-left: 0;
    padding-right: 0;
  }
  .p-sec-03_wrap_table {
    width: 100%;
    max-width: none;
  }
  .p-sec-03_wrap_table_label {
    font-size: 1.4rem;
  }
  .p-sec-03_wrap_table td {
    font-size: 1.2rem;
  }
}
.p-sec-04_ttl {
  margin-bottom: 20px;
  color: #df6f00;
  font-size: 3rem;
  font-weight: 300;
}
.p-sec-04-dataCover {
  max-width: 1060px;
  margin: 0 auto;
}
.p-sec-04_dataBox01 {
  max-width: 800px;
  margin: 40px auto 50px;
}
.p-sec-04_dataBox02_label {
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #333;
  font-weight: 300;
}

@media screen and (max-width: 640px) {
  .p-sec-04_ttl {
    font-size: 1.8rem;
  }
  .p-sec-04_dataBox01 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .p-sec-04_dataBox02_label {
    font-size: 1.6rem;
  }
}
.p-sec-05_ttl {
  margin-bottom: 20px;
  color: #df6f00;
  font-size: 3rem;
  font-weight: 300;
}
.p-sec-05-dataCover {
  max-width: 1060px;
  margin: 0 auto;
}
.p-sec-05_dataBox01 {
  margin-bottom: 90px;
}
.p-sec-05_dataBox01_label {
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #333;
  font-weight: 300;
}

@media screen and (max-width: 640px) {
  .p-sec-05_ttl {
    font-size: 1.8rem;
  }
  .p-sec-05_dataBox01 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .p-sec-05_dataBox01_label {
    font-size: 1.4rem;
  }
  .p-sec-05_dataBox02_label {
    font-size: 1.6rem;
  }
}
.p-btn {
  margin-top: 80px;
}
.p-btn--mgb {
  margin-bottom: 60px;
}
.p-btn_item {
  max-width: 680px;
  margin: 0 auto;
  padding: 28px 60px 28px 20px;
  display: block;
  background: #fcf1e5 url("../img/icon_link.png") center right 30px/30px auto no-repeat;
  border: 4px solid #df6f00;
  border-radius: 20px;
  text-align: center;
  color: #df6f00;
  font-size: 1.8rem;
  font-weight: 300;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  transition: .3s ease;
}
.p-btn_item:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(5px);
}

@media screen and (max-width: 640px) {
  .p-btn {
    margin-top: 40px;
  }
  .p-btn_item {
    font-size: 1.4rem;
    padding-top: 12px;
    padding-right: 40px;
    padding-left: 15px;
    padding-bottom: 12px;
    background-size: 20px;
    background-position: center right 15px;
  }
}
.p-table {
  width: 100%;
}
.p-table th,
.p-table td {
  font-weight: 300;
}
.p-table .middle {
  font-size: 2.6rem;
  vertical-align: baseline;
}
.p-table .large {
  font-size: 4rem;
  vertical-align: baseline;
}
.p-table--01 {
  border-top: 2px solid #df6f00;
  border-bottom: 2px solid #df6f00;
}
.p-table--01 th {
  width: 25%;
  padding: 15px 10px;
  text-align: center;
}
.p-table--01 th:nth-of-type(1) {
  border-right: 2px solid #df6f00;
}
.p-table--01 td {
  padding: 15px 0;
}
.p-table--01 td:nth-of-type(1) {
  width: 40%;
  padding-left: 4.5%;
  border-right: 2px solid #df6f00;
  border-bottom: 2px solid #df6f00;
}
.p-table--01 td:nth-of-type(2) {
  width: 35%;
  padding-left: 4.5%;
  border-bottom: 2px solid #df6f00;
}
.p-table--02 {
  border-left: 1px solid #df6f00;
  border-right: 1px solid #df6f00;
}
.p-table--02 tr {
  box-sizing: border-box;
}
.p-table--02 tr:nth-of-type(2) td:nth-of-type(1) {
  width: 30%;
}
.p-table--02 tr:nth-of-type(2) td:nth-of-type(2) {
  width: 30%;
}
.p-table--02 tr:nth-of-type(2) td:nth-of-type(3) {
  width: 18%;
}
.p-table--02 tr:nth-of-type(2) td:nth-of-type(4) {
  width: 22%;
}
.p-table--02 th {
  padding: 6px;
  background: #df6f00;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.p-table--02 th:last-child {
  border-right: none;
}
.p-table--02 td {
  padding: 14px;
  text-align: center;
  border-right: 1px solid #df6f00;
  border-bottom: 1px solid #df6f00;
  box-sizing: border-box;
}
.p-table--02 td.tal {
  padding-left: 2.2%;
  text-align: left;
}
.p-table--03 tr:first-child {
  border-top: 1px solid #666;
}
.p-table--03 th,
.p-table--03 td {
  padding: 9px 0 10px;
  line-height: 1.5;
  font-size: 1.4rem;
  border-bottom: 1px solid #666;
}
.p-table--03 th {
  width: 40%;
  padding-left: 2.2%;
  padding-right: 1%;
}
.p-table--04 tr:first-child {
  border-top: 1px solid #666;
}
.p-table--04 tr:last-child {
  border-bottom: 1px solid #666;
}
.p-table--04 tr:last-child td {
  border-bottom: none;
}
.p-table--04 th,
.p-table--04 td {
  padding: 9px 1% 10px 2.2%;
  line-height: 1.5;
  font-size: 1.4rem;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}
.p-table--04 th:last-of-type,
.p-table--04 td:last-of-type {
  text-align: center;
}
.p-table--04 th:last-child,
.p-table--04 td:last-child {
  border-right: none;
}
.p-table--04 th {
  text-align: center;
}
.p-table--04 th:nth-child(1) {
  width: 25%;
}
.p-table--04 th:nth-child(2) {
  width: 20%;
}
.p-table--04 th:nth-child(3) {
  width: 25%;
}
.p-table--04 th:nth-child(4) {
  width: 30%;
}
.p-table--05 tr:first-child {
  border-top: 1px solid #666;
}
.p-table--05 tr:last-child {
  border-bottom: 1px solid #666;
}
.p-table--05 tr:last-child td {
  border-bottom: none;
}
.p-table--05 th,
.p-table--05 td {
  padding: 9px 2.2% 10px 2.2%;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}
.p-table--05 th:first-child,
.p-table--05 td:first-child {
  text-align: left;
}
.p-table--05 th:last-of-type,
.p-table--05 td:last-of-type {
  text-align: center;
}
.p-table--05 th:last-child,
.p-table--05 td:last-child {
  border-right: none;
}
.p-table--05 th {
  text-align: center;
}
.p-table--05 th:nth-child(1) {
  width: 40%;
}
.p-table--05 th:nth-child(2) {
  width: 30%;
}
.p-table--05 th:nth-child(3) {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .p-table .large {
    font-size: 1.8rem;
  }
  .p-table .middle {
    font-size: 1.6rem;
  }
  .p-table--01 th {
    font-size: 1.4rem;
  }
  .p-table--01 td {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1.2rem;
  }
  .p-table--02 th {
    font-size: 1.2rem;
  }
  .p-table--02 td {
    font-size: 1rem;
  }
  .p-table--03 th {
    font-size: 1rem;
  }
  .p-table--03 td {
    font-size: 1rem;
  }
  .p-table--04 th, .p-table--05 th {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 1rem;
  }
  .p-table--04 td, .p-table--05 td {
    font-size: 1rem;
  }
}
/* タイムシフトリンク */
.ts-link {
  width: 100%;
  padding: 0 40px;
  border-radius: 20px;
  box-sizing: border-box;
}
.ts-link_ttl {
  max-width: 840px;
  margin: 0 auto 38px;
  padding: 28px 10px;
  border: 4px solid #df6f00;
  border-radius: 60px;
  line-height: 1.2;
  text-align: center;
  color: #df6f00;
  font-size: 3rem;
  font-weight: 300;
  box-sizing: border-box;
  position: relative;
}
.ts-link_ttl_logo {
  display: inline-block;
  vertical-align: middle;
}
.ts-link_txt {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.ts-link_content {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.ts-link_content--bdr {
  padding: 60px;
  border: 2px solid #df6f00;
  border-radius: 20px;
}
.ts-link_content--wrap {
  flex-wrap: wrap;
}
.ts-link_content--mgbS {
  margin-bottom: 20px;
}
.ts-link_content_in {
  position: relative;
}
.ts-link_content_in.-flextype01 {
  max-width: 65.5%;
  flex: 0 0 65.5%;
}
.ts-link_content_in.-flextype02 {
  max-width: 31%;
  flex: 0 0 31%;
}
.ts-link_content_in.-flextype03 {
  max-width: 53%;
  flex: 0 0 53%;
}
.ts-link_content_in.-flextype04 {
  max-width: 45%;
  flex: 0 0 45%;
  margin-right: -10px;
}
.ts-link_content_in_logo {
  margin-bottom: 20px;
}
.ts-link_content_in_img {
  position: absolute;
  top: -14px;
  right: 20px;
}
.ts-link_content_in_ttl {
  margin-bottom: 30px;
  color: #df6f00;
  font-size: 2rem;
  font-weight: 600;
}
.ts-link_content_in_ttl.-flex01 {
  max-width: 100%;
  flex: 0 0 100%;
}
.ts-link_content_in_sub {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}
.ts-link_content_in_txt {
  padding-right: 40px;
  line-height: 1.85;
  color: #535353;
  font-weight: 300;
}
.ts-link_content_in_small {
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 1.3rem;
  color: #666;
}
.ts-link_content_in_btn {
  margin-top: 40px;
  text-align: center;
}
.ts-link_content_in_btn a.c-btn {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}
.ts-link_contentImg {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .ts-link {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .ts-link_ttl {
    max-width: 100%;
    margin-top: -28px;
    margin-bottom: 20px;
    line-height: 1;
    padding: 10px;
    font-size: 1.6rem;
  }
  .ts-link_ttl_baloon {
    width: 60px;
    height: 60px;
    padding: 15px 0;
    font-size: 1rem;
    left: -20px;
  }
  .ts-link_ttl_baloon::after {
    width: 8px;
    height: 12px;
    border-left-width: 8px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    right: -7px;
  }
  .ts-link_ttl_txt {
    padding: 0;
    line-height: 1.2;
    font-size: 1.6rem;
  }
  .ts-link_ttl_logo {
    width: 60px;
    text-align: right;
  }
  .ts-link_content {
    margin-bottom: 30px;
    padding: 20px 15px;
    display: block;
  }
  .ts-link_content_in.-flextype01, .ts-link_content_in.-flextype02, .ts-link_content_in.-flextype03, .ts-link_content_in.-flextype04 {
    max-width: none;
  }
  .ts-link_content_in.-flextype02, .ts-link_content_in.-flextype04 {
    text-align: center;
  }
  .ts-link_content_in_img {
    width: 60px;
  }
  .ts-link_content_in_ttl {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
  .ts-link_content_in_sub {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .ts-link_content_in_txt {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 1.2rem;
  }
  .ts-link_content_in_small {
    font-size: 1rem;
  }
  .ts-link_txt {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 340px) {
  .ts-link_ttl {
    max-width: none;
    width: calc(100% + 10px);
    padding-left: 10px;
  }
  .ts-link_ttl_txt {
    font-size: 1.2rem;
  }
}
