@charset "UTF-8";
/**------------------------------------------------------------
 *
 * CSS - Top & About Us -
 *
 ------------------------------------------------------------**/
h1 {
  padding: 22px 0;
  font-size: 2.2rem;
  line-height: 1.9rem;
  text-align: center;
}
h1 > span {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #EA2935;
}
@media screen and (max-width: 810px) {
  h1 {
    font-size: 1.7rem;
  }
  h1 > span {
    font-size: 1.1rem;
    font-weight: normal;
  }
}
/**-------------------------------------------------------------------
 * Top page CSS
 -------------------------------------------------------------------*/
/********** carousel slide setting **********/
@media print, screen and (min-width: 811px) {
  #top_slideshow_area .main_slider_block {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider {
    position: relative;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .ccm-image-slider-inner .carousel_slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 364px;
    overflow: hidden;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .ccm-image-slider-inner .carousel_slider > li {
    position: relative;
    display: block;
    width: 864px;
    height: 364px;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .ccm-image-slider-inner .carousel_slider > li img {
    display: block;
    width: 864px;
    height: 364px;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .ccm-image-slider-inner .carousel_slider > li .carousel_li_backimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/commons/bg_black_stripe_30op_2x.png");
    background-size: 10px;
    opacity: 0.9;
    mix-blend-mode: overlay;
    z-index: -1;
    transition: 200ms;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .ccm-image-slider-inner .carousel_slider > li[data-slide_current="false"] .carousel_li_backimg {
    z-index: 1;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slider_move_cursor {
    position: absolute;
    top: 0;
    left: calc((100% - 1240px) / 2);
    display: flex;
    width: 1240px;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slider_move_cursor > li {
    position: absolute;
    top: calc(364px / 2 - 60px / 2);
    width: 20px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slider_move_cursor > li > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slider_move_cursor > li > a::after {
    content: "";
    position: absolute;
    top: calc(60px / 2 - 12px / 2);
    display: block;
    width: 12px;
    height: 12px;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slider_move_cursor > li:first-of-type {
    left: 130px;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slider_move_cursor > li:first-of-type > a::after {
    left: calc(16px / 2);
    border-top: solid 2px #EA2935;
    border-left: solid 2px #EA2935;
    transform: rotate(-45deg);
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slider_move_cursor > li:last-of-type {
    right: 130px;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slider_move_cursor > li:last-of-type > a::after {
    right: calc(16px / 2);
    border-top: solid 2px #EA2935;
    border-right: solid 2px #EA2935;
    transform: rotate(45deg);
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slides_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slides_tabs li {
    padding-left: 15px;
    padding-right: 15px;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slides_tabs li a {
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: 50px;
    background-color: #666;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slides_tabs li.rslides_here a {
    background-color: #EA2935;
  }
}
@media screen and (max-width: 810px) {
  #top_slideshow_area .main_slider_block {
    width: 100%;
    height: 270px;
    overflow: hidden;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider {
    position: relative;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .ccm-image-slider-inner .carousel_slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 240px;
    overflow: hidden;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .ccm-image-slider-inner .carousel_slider > li > a > img {
    width: calc(750px / 2);
    height: calc(480px / 2);
    vertical-align: bottom;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slides_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slides_tabs li {
    padding-left: 7px;
    padding-right: 7px;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slides_tabs li a {
    display: block;
    width: 6px;
    height: 6px;
    overflow: hidden;
    text-indent: 50px;
    background-color: #666;
  }
  #top_slideshow_area .main_slider_block .ccm-image-slider .carousel_slides_tabs li.rslides_here a {
    background-color: #EA2935;
  }
}
/********** Top Page Search block **********/
@media print, screen and (min-width: 811px) {
  #top_search_block {
    width: 100%;
    max-width: 1920px;
    height: 260px;
    margin: 0 auto;
    background-image: url("/images/top/toppage_search_pc_bg_2x.png");
    background-size: cover;
    background-position-x: center;
  }
  #top_search_block > div > ul {
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: space-between;
  }
  #top_search_block > div > ul > li {
    width: calc(960px / 3);
  }
  #top_search_block > div > ul > li > a {
    text-decoration: none;
    color: #000;
  }
  #top_search_block > div > ul > li > a > p {
    text-align: center;
    font-size: 1.6rem;
  }
  #top_search_block > div > ul > li > a > p > img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-bottom: 8px;
  }
  #top_search_block > div > ul > li > a > p > .top_search_b_engpart {
    font-size: 1rem;
    color: #EA2935;
  }
  #top_search_block > div > ul > li > a:hover > p > img {
    opacity: 0.5;
  }
  #top_search_block > div form {
    display: block;
    height: 140px;
  }
  #top_search_block > div form .top_search_input_item_block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  #top_search_block > div form .top_search_input_item_block > ul > li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #top_search_block > div form .top_search_input_item_block > ul > li > ul {
    display: flex;
    justify-content: space-between;
  }
  #top_search_block > div form .top_search_input_item_block > ul > li > ul.search_block_check_list {
    justify-content: flex-start;
  }
  #top_search_block > div form .top_search_input_item_block > ul > li > ul.search_block_check_list > li {
    margin-right: 10px;
  }
  #top_search_block .textboxTheme {
    width: 660px;
    height: 42px;
    margin-right: 20px;
    padding: 10px;
    font-size: 1.4rem;
  }
  #top_search_block .buttonTheme {
    width: 100px;
    height: 42px;
    font-size: 1.4rem;
    padding-left: 0.5rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 810px) {
  #top_search_block > div > ul {
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
    border-top: solid 1px #999;
  }
  #top_search_block > div > ul > li {
    padding: 0 15px;
    height: 55px;
    border-bottom: solid 1px #999;
  }
  #top_search_block > div > ul > li > a {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    color: #000;
  }
  #top_search_block > div > ul > li > a > p {
    display: inline-block;
    font-size: 1.4rem;
  }
  #top_search_block > div > ul > li > a > p > img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  #top_search_block > div > ul > li > a > p > .top_search_b_engpart {
    font-size: 1rem;
    color: #EA2935;
  }
  #top_search_block > div form {
    display: block;
    height: 170px;
  }
  #top_search_block > div form .top_search_input_item_block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  #top_search_block > div form .top_search_input_item_block > ul > li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #top_search_block > div form .top_search_input_item_block > ul > li > ul {
    display: flex;
    justify-content: space-between;
  }
  #top_search_block > div form .top_search_input_item_block > ul > li > ul.search_block_check_list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #top_search_block > div form .top_search_input_item_block > ul > li > ul.search_block_check_list > li {
    margin: 4px 10px 4px 0;
  }
  #top_search_block > div .textboxTheme {
    width: 250px;
    height: 32px;
    margin-right: 10px;
    padding: 10px;
    font-size: 1.1rem;
  }
  #top_search_block > div .buttonTheme {
    width: 80px;
    height: 32px;
    font-size: 1.2rem;
    padding-left: 0.5rem;
    letter-spacing: 0.5rem;
  }
}
/********** Top Page Cancer Types block **********/
#cancer_types_block {
  width: 100%;
  background-color: #F0F0F0;
  border-bottom: solid 1px #999;
}
@media print, screen and (min-width: 811px) {
  #cancer_types_block div {
    padding-top: 44px;
    padding-bottom: 74px;
  }
  #cancer_types_block div > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #cancer_types_block div > ul > li {
    position: relative;
    width: calc(352px / 2);
    height: calc(300px / 2);
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #FFF;
  }
  #cancer_types_block div > ul > li > a {
    color: #000;
  }
  #cancer_types_block div > ul > li > a > img {
    width: 100%;
  }
  #cancer_types_block div > ul > li > a:hover > img {
    opacity: 0.5;
  }
  #cancer_types_block div > ul > li > a p {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
  }
}
@media screen and (max-width: 810px) {
  #cancer_types_block div {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  #cancer_types_block div > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #cancer_types_block div > ul > li {
    position: relative;
    width: calc(328px / 2);
    height: calc(280px / 2);
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #FFF;
  }
  #cancer_types_block div > ul > li > a {
    color: #000;
  }
  #cancer_types_block div > ul > li > a > img {
    width: 100%;
  }
  #cancer_types_block div > ul > li p {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
  }
}
/********** Top Page Cancer Types block **********/
#information_block {
  background-color: #FFF;
}
@media print, screen and (min-width: 811px) {
  #information_block > div {
    padding: 60px 0 20px;
  }
  #information_block > div .information_list {
    width: 100%;
    margin-top: 40px;
    border-top: dashed 1px #666;
  }
  #information_block > div .information_list > ul > li {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 78px;
    padding: 16px 0;
    border-bottom: dashed 1px #999;
  }
  #information_block > div .information_list > ul > li > .information_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  #information_block > div .information_list > ul > li > .information_item > li p {
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
  #information_block > div .information_list > ul > li > .information_item > li:first-of-type {
    width: calc(100% - 10px - 70px);
  }
  #information_block > div .information_list > ul > li > .information_item > li:first-of-type > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #information_block > div .information_list > ul > li > .information_item > li:first-of-type > ul > li:first-of-type {
    min-width: 180px;
    margin-right: 15px;
  }
  #information_block > div .information_list > ul > li > .information_item > li:first-of-type > ul > li:first-of-type > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #information_block > div .information_list > ul > li > .information_item > li:first-of-type > ul > li:first-of-type > ul > li:first-of-type {
    width: 90px;
  }
  #information_block > div .information_list > ul > li > .information_item > li:first-of-type > ul > li:first-of-type > ul > li:first-of-type > p {
    font-size: 1.1rem;
    color: #666;
  }
  #information_block > div .information_list > ul > li > .information_item > li:first-of-type > ul > li:first-of-type > ul > li:last-of-type {
    width: 90px;
  }
  #information_block > div .information_list > ul > li > .information_item > li:first-of-type > ul > li:first-of-type > ul > li:last-of-type .infolist_pict {
    width: 100%;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
  }
  #information_block > div .information_list > ul > li > .information_item > li:first-of-type > ul > li:last-of-type {
    width: 660px;
  }
  #information_block > div .information_list > ul > li > .information_item > li:last-of-type {
    width: 70px;
    text-align: right;
  }
  #information_block > div .information_list > ul > li > .information_item > li:last-of-type > a {
    display: inline-block;
    width: 70px;
    height: 20px;
    background-image: url("/images/top/infolist_more_pict.svg") !important;
    background-size: cover;
  }
  #information_block > div .information_list > ul > li > .information_item > li:last-of-type > a:hover {
    background-image: url("/images/top/infolist_more_pict_hov.svg");
    transition: 200ms;
  }
  #information_block > div .information_list > ul > li > .information_item > li:last-of-type > a > p {
    display: none;
  }
}
@media screen and (max-width: 810px) {
  #information_block > div {
    padding: 10px 0 10px;
  }
  #information_block > div > .information_list {
    border-top: dashed 1px #999;
  }
  #information_block > div > .information_list > ul > li {
    padding: 10px 0;
    border-bottom: dashed 1px #999;
  }
  #information_block > div > .information_list > ul > li > .information_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #information_block > div > .information_list > ul > li > .information_item p {
    font-size: 1.05rem;
    line-height: 1.6rem;
  }
  #information_block > div > .information_list > ul > li > .information_item > li > ul > li > ul {
    display: flex;
    align-items: center;
  }
  #information_block > div > .information_list > ul > li > .information_item > li > ul > li > ul > li {
    width: 80px;
  }
  #information_block > div > .information_list > ul > li > .information_item > li > ul > li > ul > li:first-of-type > p {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #666;
  }
  #information_block > div > .information_list > ul > li > .information_item > li > ul > li > ul > li:last-of-type {
    display: inline-block;
    width: 80px;
  }
  #information_block > div > .information_list > ul > li > .information_item > li > ul > li > ul > li:last-of-type .infolist_pict {
    width: 100%;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
  }
  #information_block > div > .information_list > ul > li > .information_item > li:first-of-type {
    width: calc(100% - 65px);
  }
  #information_block > div > .information_list > ul > li > .information_item > li:last-of-type {
    width: calc(35px * 1.7);
    text-align: right;
  }
  #information_block > div > .information_list > ul > li > .information_item > li:last-of-type > a {
    display: inline-block;
    width: calc(35px * 1.7);
    height: calc(10px * 1.7);
    background-image: url("/images/top/infolist_more_pict.svg");
    background-size: cover;
  }
  #information_block > div > .information_list > ul > li > .information_item > li:last-of-type > a > p {
    display: none;
  }
}
@media print {
  #information_block > div .information_list > ul > li > .information_item > li:first-of-type > ul > li:first-of-type {
    min-width: 190px;
  }
}
#information_block > div .list_pict_update,
#information_block > div .list_pict_Update {
  background-color: #000 !important;
  color: #FFF !important;
}
#information_block > div .list_pict_news,
#information_block > div .list_pict_society {
  background-color: #EA2935 !important;
  color: #FFF !important;
}
#information_block > div .list_pict_other,
#information_block > div .list_pict_Other {
  background-color: #666 !important;
  color: #FFF !important;
}
#information_block > div .list_pict_outersite {
  background-color: #1C98B6 !important;
  color: #FFF !important;
}
/********** Sponsorship block **********/
#sponsorship_block {
  background-image: url("/images/commons/bg_black_stripe_30op_2x.png");
  background-size: 10px;
}
@media print, screen and (min-width: 811px) {
  #sponsorship_block > div {
    width: 840px;
    padding: 60px 0 20px;
  }
  #sponsorship_block > div h1 + p {
    text-align: center;
    font-size: 1.6rem;
  }
  #sponsorship_block > div > h2 {
    margin: 20px 0;
    padding: 14px 0;
    text-align: center;
    font-size: 1.6rem;
    background-color: #EA2935;
    color: #FFF;
  }
  #sponsorship_block > div > h2 + p {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 810px) {
  #sponsorship_block {
    background-size: 6px;
    border-top: solid 1px #F0F0F0;
    border-bottom: solid 1px #F0F0F0;
  }
  #sponsorship_block > div h1 + p {
    text-align: center;
    font-size: 1.4rem;
  }
  #sponsorship_block > div > h2 {
    margin: 16px -15px;
    padding: 8px 0;
    background-color: #EA2935;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #FFF;
  }
  #sponsorship_block > div > h2 + p {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
/********** Info Sponsor block **********/
@media print, screen and (min-width: 811px) {
  #info_sponsor_block > div {
    padding: 60px 0 20px;
  }
  #info_sponsor_block > div > ul {
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
  }
  #info_sponsor_block > div > ul > li > a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 810px) {
  #info_sponsor_block > div > ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #info_sponsor_block > div > ul > li {
    margin: 10px 30px;
  }
}
/**-------------------------------------------------------------------
 * about goods page CSS
 -------------------------------------------------------------------*/
#aboutus_goods #tab {
  position: relative;
  top: 0px;
  z-index: 2;
}
#aboutus_goods #tab > ul {
  display: flex;
  margin: 0px;
  padding: 0px;
}
#aboutus_goods #tab > ul > li {
  position: relative;
  list-style: none;
  width: 33%;
  height: 60px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 18px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
#aboutus_goods #tab > ul > li a {
  position: absolute;
  display: block;
  font-weight: 700;
  padding-top: 17px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
#aboutus_goods .active_tab {
  background-color: #e82935;
  color: white;
}
#aboutus_goods .active_tab::after {
  content: '';
  position: absolute;
  left: 50%;
  border: 14px solid transparent;
  border-top-color: #e82935;
  bottom: -14px;
  margin-left: -14px;
  border-bottom: none;
}
#aboutus_goods .inactive_tab {
  background-color: white;
  color: #e82935;
  border: #e82935 solid 1px;
}
@media print, screen and (min-width: 811px) {
  #aboutus_goods .article_block {
    display: flex;
    margin-top: 50px;
  }
  #aboutus_goods .left_block {
    width: 240px;
    height: 50px;
  }
  #aboutus_goods .left_block img {
    margin-top: 20px;
  }
  #aboutus_goods .right_block {
    width: 415px;
  }
  #aboutus_goods .right_block h4 {
    font-size: 1.7rem;
    margin-top: 15px;
    line-height: 1.8em;
    letter-spacing: 1.3px;
  }
  #aboutus_goods .p-R {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
  }
  #aboutus_goods .p-M {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
  }
  #aboutus_goods .p-S {
    font-size: 12px;
    font-weight: 400;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.8em;
  }
  #aboutus_goods .m-1 {
    margin-top: 1em;
  }
  #aboutus_goods .m-2 {
    margin-top: 2em;
  }
  #aboutus_goods .m-3 {
    margin-top: 21px;
  }
  #aboutus_goods .download {
    position: relative;
    height: 119px;
  }
  #aboutus_goods .download img {
    position: absolute;
    width: 50px;
    height: 67px;
    top: 44px;
    left: 3px;
  }
  #aboutus_goods .download a {
    text-decoration: underline;
    position: absolute;
    top: 66px;
    left: 67px;
  }
  #aboutus_goods button {
    width: 255px;
    height: 58px;
    color: #e82935;
    background-color: white;
    border: solid 1px #e82935;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 4em;
    letter-spacing: 2.1px;
    display: inline-block;
    margin-top: 2em;
    margin-left: 3px;
    position: relative;
  }
  #aboutus_goods button::after {
    content: '';
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 2px #e82935;
    border-right: solid 2px #e82935;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 22px;
    left: 220px;
  }
}
@media screen and (max-width: 810px) {
  #aboutus_goods .article_block {
    margin-top: 50px;
  }
  #aboutus_goods .title_block {
    width: 100%;
    border-bottom: solid 1px #e82935;
  }
  #aboutus_goods .title_block h4 {
    font-size: 1.7rem;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.6em;
    letter-spacing: 1.3px;
    font-weight: bold;
  }
  #aboutus_goods .image_block .img_area {
    text-align: center;
  }
  #aboutus_goods .image_block img {
    margin-top: 20px;
  }
  #aboutus_goods .detail_block {
    width: 100%;
  }
  #aboutus_goods .detail_block dl.dl_accordion > dt,
  #aboutus_goods .detail_block dl.dl_accordion > dt[data-accordion_target_link_sp="false"] {
    background-color: white;
    border-top: solid 1px #e82935;
  }
  #aboutus_goods .detail_block dl.dl_accordion > dt + dd,
  #aboutus_goods .detail_block dl.dl_accordion > dt[data-accordion_target_link_sp="false"] + dd {
    margin: 0 0 10px;
    padding: 0;
    border-bottom: solid 1px #e82935;
    transition: all 300ms 0s ease;
  }
  #aboutus_goods .download {
    height: 50px;
    margin-top: 5%;
  }
  #aboutus_goods .download > ul > li {
    text-align: center;
  }
  #aboutus_goods .download img {
    width: 65px;
    height: 50px;
    vertical-align: middle;
  }
  #aboutus_goods .download a {
    text-decoration: underline;
  }
  #aboutus_goods button {
    width: 66%;
    height: 58px;
    color: #e82935;
    background-color: white;
    border: solid 1px #e82935;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 4em;
    letter-spacing: 2.1px;
    display: inline-block;
    margin-top: 2em;
    margin-bottom: 2em;
    position: relative;
  }
  #aboutus_goods button::after {
    content: '';
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 2px #e82935;
    border-right: solid 2px #e82935;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    margin: auto 0;
    right: 20px;
  }
  #aboutus_goods .dl_accordion > dd > ul > li {
    text-align: center;
  }
}
/**-------------------------------------------------------------------
 * about support page CSS
 -------------------------------------------------------------------*/
/**------------------------------------------------------------
 *
 * CSS - (About Us) sponsor -
 *
 ------------------------------------------------------------**/
#aboutus_sponsor .select_tab_view {
  display: none;
}
#aboutus_sponsor .select_tab_view[data-tab_view_selected*="true"] {
  display: block;
}
@media print, screen and (min-width: 811px) {
  #aboutus_sponsor h1 {
    margin: 60px 0 20px;
    padding: 26px 20px;
    background-color: #999;
    border-bottom: solid 10px #EA2935;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 100%;
    color: #FFF;
  }
  #aboutus_sponsor h1 + h2 {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font-weight: normal;
    color: black;
  }
  #aboutus_sponsor h1:first-child {
    margin-top: 0;
  }
  #aboutus_sponsor h2 {
    margin-top: 100px;
  }
  #aboutus_sponsor h3 {
    margin: 50px 0 30px;
    font-size: 1.6rem;
    font-weight: bolder;
  }
  #aboutus_sponsor h3::before {
    content: "■";
    color: #EA2935 !important;
  }
  #aboutus_sponsor h3 + p {
    margin-top: 0;
  }
  #aboutus_sponsor h4 {
    margin: 60px 0 40px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    font-size: 1.9rem;
    line-height: 4rem;
  }
  #aboutus_sponsor p + ul {
    margin-top: 50px;
  }
  #aboutus_sponsor p > a[href*=".pdf"]::after,
  #aboutus_sponsor li > a[href*=".pdf"]::after {
    content: "";
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 3px;
    background-image: url("/images/about/pdf_pict_gray_big.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
  }
  #aboutus_sponsor ul.select_tab {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 50px 0;
  }
  #aboutus_sponsor ul.select_tab li {
    text-align: center;
    border: solid 1px #EA2935;
  }
  #aboutus_sponsor ul.select_tab li:not(:first-of-type) {
    border-left: none;
  }
  #aboutus_sponsor ul.select_tab li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 4.5rem;
  }
  #aboutus_sponsor ul.select_tab li a[data-tab_selected*="true"] {
    color: #FFF !important;
    background-color: #EA2935 !important;
  }
  #aboutus_sponsor ul.select_tab li a[data-tab_selected*="true"]::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: calc((100% / 2) - 14px);
    border-top: solid 14px #EA2935;
    border-left: solid 14px transparent;
    border-right: solid 14px transparent;
    border-bottom: none;
  }
  #aboutus_sponsor ul.select_tab.span2 li {
    width: 50%;
  }
  #aboutus_sponsor ol.pdf_list {
    width: 100%;
    background-color: #F0F0F0 !important;
    list-style: decimal;
    padding: 30px 80px;
  }
  #aboutus_sponsor ol.pdf_list li {
    line-height: 3.5rem;
  }
  #aboutus_sponsor .sponsor_img_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 80px 0 40px;
  }
  #aboutus_sponsor .sponsor_img_title img {
    width: 70px;
    margin-right: 30px;
  }
  #aboutus_sponsor .sponsor_img_title h3 {
    margin: 10px 0;
  }
  #aboutus_sponsor ul.sponsor_bank_list {
    width: 100%;
    background-color: #F0F0F0 !important;
    margin: 20px 0;
    padding: 30px 34px;
  }
  #aboutus_sponsor ul.sponsor_bank_list > li > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #aboutus_sponsor ul.sponsor_bank_list > li > ul li {
    font-weight: bolder;
    color: #333 !important;
  }
  #aboutus_sponsor ul.sponsor_bank_list > li > ul > li:first-of-type {
    width: 80px;
    text-align-last: justify;
    text-justify: inter-ideograph;
  }
  #aboutus_sponsor ul.sponsor_bank_list > li > ul > li:nth-of-type(2)::before {
    content: "：";
    margin-right: 20px;
  }
  #aboutus_sponsor .sponsor_tax_red {
    margin: 60px 0;
    padding: 40px 0;
    border-top: solid 2px #999;
    border-bottom: solid 2px #999;
  }
  #aboutus_sponsor .sponsor_tax_red h3 {
    margin-top: 10px;
  }
  #aboutus_sponsor .sponsor_tax_red dl {
    padding: 0 20px;
  }
  #aboutus_sponsor .sponsor_tax_red dl dt {
    margin: 30px 0 0px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6rem;
  }
  #aboutus_sponsor table.sponsor_info_table {
    width: 100%;
  }
  #aboutus_sponsor table.sponsor_info_table p {
    margin: 10px 0;
    font-size: 1.2rem;
    line-height: 150%;
  }
  #aboutus_sponsor table.sponsor_info_table ul {
    margin: 10px 0;
  }
  #aboutus_sponsor table.sponsor_info_table ul li {
    font-size: 1.2rem;
    line-height: 160%;
  }
  #aboutus_sponsor table.sponsor_info_table strong {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr th {
    text-align: center;
    font-size: 1.3rem;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr:first-of-type {
    height: 80px;
    vertical-align: middle;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr:first-of-type th {
    vertical-align: middle;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr:nth-of-type(2) th {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr:nth-of-type(2) th:first-of-type {
    width: 120px;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr:nth-of-type(2) th:nth-of-type(2),
  #aboutus_sponsor table.sponsor_info_table thead tr:nth-of-type(2) th:nth-of-type(6) {
    width: 10px;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr:nth-of-type(2) th:nth-of-type(3),
  #aboutus_sponsor table.sponsor_info_table thead tr:nth-of-type(2) th:nth-of-type(5) {
    width: 250px;
    height: 40px;
    vertical-align: middle;
    background-color: #F0F0F0 !important;
    font-weight: bold;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(odd) th {
    font-size: 1.1rem;
    background-color: #F0F0F0 !important;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(odd) th:first-of-type {
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    line-height: 1.8rem;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(odd) th:last-of-type {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(odd) td {
    padding: 10px;
    background-color: #E0E0E0 !important;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(even) {
    height: 16px;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(even) td {
    background-color: #F0F0F0 !important;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:last-of-type td {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #aboutus_sponsor #thanks_for_supporting {
    margin: 80px 0;
    padding: 10px 30px 20px;
    background-color: #fef6f7 !important;
    border-radius: 20px;
  }
  #aboutus_sponsor #thanks_for_supporting h3 {
    margin: 20px 0;
    text-align: center;
    font-size: 2rem;
    color: #EA2935 !important;
    letter-spacing: 0.2rem;
  }
  #aboutus_sponsor #thanks_for_supporting h3::before {
    content: "";
  }
  #aboutus_sponsor #thanks_for_supporting p {
    font-size: 1.3rem;
  }
  #aboutus_sponsor #thanks_for_supporting p span {
    padding: 0 0.5rem;
    font-weight: bold;
    color: #EA2935 !important;
  }
  #aboutus_sponsor #thanks_for_supporting .support_total_money {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
  }
  #aboutus_sponsor #thanks_for_supporting .support_total_money span {
    padding-left: 2rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 810px) {
  #aboutus_sponsor h1 {
    margin: 60px 0 20px;
    padding: 18px 14px;
    background-color: #999;
    border-bottom: solid 6px #EA2935;
    font-size: 1.3rem;
    font-weight: bolder;
    line-height: 100%;
    letter-spacing: 0.1rem;
    color: #FFF;
  }
  #aboutus_sponsor h1 + h2 {
    margin: 20px 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 130%;
    color: black;
  }
  #aboutus_sponsor h1 {
    display: block;
  }
  #aboutus_sponsor h2 {
    margin-top: 60px;
  }
  #aboutus_sponsor h3 {
    margin: 50px 0 10px;
    font-size: 1.4rem;
    font-weight: bolder;
    line-height: 1.8rem;
  }
  #aboutus_sponsor h3::before {
    content: "■";
    color: #EA2935;
  }
  #aboutus_sponsor h3 + p {
    margin-top: 0;
    line-height: 1.6rem;
  }
  #aboutus_sponsor h4 {
    margin: 40px 0 20px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  #aboutus_sponsor p + ul {
    margin-top: 20px;
  }
  #aboutus_sponsor p > a[href*=".pdf"]::after,
  #aboutus_sponsor li > a[href*=".pdf"]::after {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 3px;
    background-image: url("/images/about/pdf_pict_gray_big.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
  }
  #aboutus_sponsor ul.select_tab {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 50px 0;
  }
  #aboutus_sponsor ul.select_tab li {
    text-align: center;
    border: solid 1px #EA2935;
  }
  #aboutus_sponsor ul.select_tab li:not(:first-of-type) {
    border-left: none;
  }
  #aboutus_sponsor ul.select_tab li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 4.5rem;
  }
  #aboutus_sponsor ul.select_tab li a[data-tab_selected*="true"] {
    color: #FFF;
    background-color: #EA2935;
  }
  #aboutus_sponsor ul.select_tab li a[data-tab_selected*="true"]::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: calc((100% / 2) - 14px);
    border-top: solid 14px #EA2935;
    border-left: solid 14px transparent;
    border-right: solid 14px transparent;
    border-bottom: none;
  }
  #aboutus_sponsor ul.select_tab.span2 li {
    width: 50%;
  }
  #aboutus_sponsor ol.pdf_list {
    width: 100%;
    background-color: #F0F0F0;
    list-style: decimal;
    margin: 20px 0;
    padding: 20px 20px;
  }
  #aboutus_sponsor ol.pdf_list li {
    margin-left: 15px;
    line-height: 2.6rem;
  }
  #aboutus_sponsor .sponsor_img_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0 30px;
  }
  #aboutus_sponsor .sponsor_img_title img {
    width: 70px;
    margin-right: 30px;
  }
  #aboutus_sponsor .sponsor_img_title h3 {
    margin: 10px 0;
  }
  #aboutus_sponsor ul.sponsor_bank_list {
    width: 100%;
    background-color: #F0F0F0;
    margin: 20px 0;
    padding: 10px 10px;
  }
  #aboutus_sponsor ul.sponsor_bank_list > li > ul {
    display: flex;
    align-items: top;
    justify-content: flex-start;
  }
  #aboutus_sponsor ul.sponsor_bank_list > li > ul > li {
    font-size: 1rem;
    font-weight: bolder;
    line-height: 1.2rem;
    color: #333;
  }
  #aboutus_sponsor ul.sponsor_bank_list > li > ul > li:first-of-type {
    width: calc(1rem * 4);
    text-align-last: justify;
    text-justify: inter-ideograph;
  }
  #aboutus_sponsor ul.sponsor_bank_list > li > ul > li:last-of-type {
    width: calc(100% - (1rem * 5));
    padding-left: calc(1rem * 1.5);
  }
  #aboutus_sponsor ul.sponsor_bank_list > li > ul > li:nth-of-type(2)::before {
    content: "：";
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
  }
  #aboutus_sponsor .sponsor_tax_red {
    margin: 40px 0;
    padding: 30px 0;
    border-top: solid 2px #999;
    border-bottom: solid 2px #999;
  }
  #aboutus_sponsor .sponsor_tax_red h3 {
    margin-top: 10px;
  }
  #aboutus_sponsor .sponsor_tax_red dl {
    padding: 0 10px;
  }
  #aboutus_sponsor .sponsor_tax_red dl dt {
    margin: 20px 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6rem;
  }
  #aboutus_sponsor table.sponsor_info_table {
    width: 100%;
  }
  #aboutus_sponsor table.sponsor_info_table p {
    margin: 10px 0;
    font-size: 1.2rem;
    line-height: 180%;
  }
  #aboutus_sponsor table.sponsor_info_table ul {
    margin: 10px 0;
  }
  #aboutus_sponsor table.sponsor_info_table ul li {
    font-size: 1.2rem;
    line-height: 140%;
  }
  #aboutus_sponsor table.sponsor_info_table strong {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr th {
    text-align: center;
    font-size: 1.3rem;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr th img {
    max-width: 96px;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr:first-of-type {
    height: 40px;
    vertical-align: middle;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr:first-of-type th {
    vertical-align: middle;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr:first-of-type th:first-of-type {
    width: 110px;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr:first-of-type th:nth-of-type(even) {
    width: 10px;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr:first-of-type th:nth-of-type(3) {
    width: 250px;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr:nth-of-type(2) th {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  #aboutus_sponsor table.sponsor_info_table thead tr:nth-of-type(2) th:nth-child(2) {
    height: 40px;
    vertical-align: middle;
    background-color: #F0F0F0;
    font-weight: bold;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(odd) th {
    font-size: 1.1rem;
    background-color: #F0F0F0;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(odd) th:first-of-type {
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    line-height: 1.8rem;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(odd) th:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(odd) th > strong {
    font-size: 1.2rem;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(odd) td {
    padding: 5px 10px;
    background-color: #E0E0E0;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(odd) td p,
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(odd) td ul li {
    font-size: 0.9rem;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(even) {
    height: 10px;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:nth-child(even) td {
    background-color: #F0F0F0;
  }
  #aboutus_sponsor table.sponsor_info_table tbody tr:last-of-type td {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  #aboutus_sponsor #thanks_for_supporting {
    margin: 50px 0;
    padding: 10px 20px 20px;
    background-color: #fef6f7;
    border-radius: 20px;
  }
  #aboutus_sponsor #thanks_for_supporting h3 {
    margin: 20px 0;
    text-align: center;
    font-size: 1.8rem;
    color: #EA2935;
  }
  #aboutus_sponsor #thanks_for_supporting h3::before {
    content: "";
  }
  #aboutus_sponsor #thanks_for_supporting p {
    font-size: 1.1rem;
    line-height: 150%;
  }
  #aboutus_sponsor #thanks_for_supporting p span {
    padding: 0 0.5rem;
    font-weight: bold;
    color: #EA2935;
  }
  #aboutus_sponsor #thanks_for_supporting .support_total_money {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #aboutus_sponsor #thanks_for_supporting .support_total_money span {
    font-size: 2.4rem;
  }
}
/**-------------------------------------------------------------------
 * about support-list page CSS
 -------------------------------------------------------------------*/
/**------------------------------------------------------------
 *
 * CSS - (About Us) sponsor list - 
 *
 ------------------------------------------------------------**/
@media print, screen and (min-width: 811px) {
  #aboutus_support-lists h1 {
    margin: 60px 0 20px;
    padding: 26px 20px;
    background-color: #999;
    border-bottom: solid 10px #EA2935;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 100%;
    color: #FFF;
  }
  #aboutus_support-lists h1 + h2 {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font-weight: normal;
    color: black;
  }
  #aboutus_support-lists h1:first-of-type {
    margin-top: 0;
  }
  #aboutus_support-lists h2 {
    margin-top: 100px;
  }
  #aboutus_support-lists h3 {
    margin: 60px 0 20px;
    padding: 24px 20px;
    background-color: #E0E0E0 !important;
    border: none;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 100%;
    color: black !important;
  }
  #aboutus_support-lists .img_set_atag img {
    width: 40px;
    vertical-align: middle;
    margin-right: 10px;
  }
  #aboutus_support-lists .img_set_atag:hover img {
    opacity: 0.5;
  }
  #aboutus_support-lists .sponsor_list_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0 0;
    border-bottom: dashed 1px black;
  }
  #aboutus_support-lists .sponsor_list_block dt {
    width: 120px;
    padding-left: 1.4rem;
    font-size: 1.4rem;
    font-weight: bolder;
    line-height: 140%;
  }
  #aboutus_support-lists .sponsor_list_block dt::before {
    content: "■";
    margin-left: -1.4rem;
    color: #EA2935;
  }
  #aboutus_support-lists .sponsor_list_block dd {
    width: 530px;
  }
  #aboutus_support-lists .sponsor_list_block dd ul > li {
    padding-bottom: 20px;
  }
  #aboutus_support-lists .sponsor_list_block dd ul > li ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #aboutus_support-lists .sponsor_list_block dd ul > li ul li {
    padding-bottom: 0;
    line-height: 140%;
  }
  #aboutus_support-lists .sponsor_list_block dd ul > li ul li:first-of-type {
    width: 220px;
    text-align: center;
  }
  #aboutus_support-lists .sponsor_list_block dd ul > li ul li:first-of-type img {
    vertical-align: middle;
  }
  #aboutus_support-lists .sponsor_list_block dd ul > li ul li a {
    line-height: 120%;
  }
  #aboutus_support-lists .support_person_list {
    width: 100%;
    border-bottom: dashed 1px black;
  }
  #aboutus_support-lists .support_person_list li {
    padding-bottom: 20px;
    line-height: 140%;
    text-align: center;
  }
  #aboutus_support-lists .support_person_list li::after {
    content: "　様";
  }
  #aboutus_support-lists .dl_accordion {
    margin: 40px 0;
  }
  #aboutus_support-lists .dl_accordion > dt {
    padding: 24px 20px;
    background-color: #E0E0E0;
    font-size: 1.4rem;
    line-height: 100%;
    color: black;
  }
  #aboutus_support-lists .dl_accordion > dt > span {
    font-size: 1.3rem;
    vertical-align: baseline;
  }
  #aboutus_support-lists .dl_accordion > dt::after {
    background-image: url("/images/commons/accordion_close_b_pict_27x27.svg");
  }
  #aboutus_support-lists .dl_accordion > dt[data-accordion_target="true"]::after {
    background-image: url("/images/commons/accordion_open_b_pict_27x27.svg");
  }
  #aboutus_support-lists .dl_accordion > dt[data-accordion_target="true"] + dd dl.old_sponsor_list_block {
    border-bottom: dashed 1px black;
  }
  #aboutus_support-lists .dl_accordion > dt[data-accordion_target="true"] + dd dl.old_sponsor_list_block:last-of-type {
    border: none;
  }
  #aboutus_support-lists .dl_accordion > dt + dd {
    padding: 0;
  }
  #aboutus_support-lists .dl_accordion > dt + dd dl.old_sponsor_list_block {
    display: flex;
    justify-content: flex-start;
  }
  #aboutus_support-lists .dl_accordion > dt + dd dl.old_sponsor_list_block:last-of-type {
    border: none;
  }
  #aboutus_support-lists .dl_accordion > dt + dd dl.old_sponsor_list_block > dt {
    width: 230px;
    margin: 0;
    padding: 16px 0;
    padding-left: 1.4rem;
    font-size: 1.4rem;
    font-weight: bolder;
    line-height: 130%;
  }
  #aboutus_support-lists .dl_accordion > dt + dd dl.old_sponsor_list_block > dt::before {
    content: "■";
    margin-left: -1.4rem;
    color: #EA2935;
  }
  #aboutus_support-lists .dl_accordion > dt + dd dl.old_sponsor_list_block > dd {
    width: 420px;
  }
  #aboutus_support-lists .dl_accordion > dt + dd dl.old_sponsor_list_block > dd > ul > li {
    padding: 16px 0;
    line-height: 130%;
    border-bottom: dashed 1px black;
  }
  #aboutus_support-lists .dl_accordion > dt + dd dl.old_sponsor_list_block > dd > ul > li:last-of-type {
    border: none;
  }
  #aboutus_support-lists .dl_accordion > dt + dd ul.old_sponsor_list_block > li {
    border-bottom: dashed 1px black;
  }
  #aboutus_support-lists .dl_accordion > dt + dd ul.old_sponsor_list_block > li:last-of-type {
    border: none;
  }
  #aboutus_support-lists .dl_accordion > dt + dd ul.old_sponsor_list_block > li > ul {
    display: flex;
  }
  #aboutus_support-lists .dl_accordion > dt + dd ul.old_sponsor_list_block > li > ul > li {
    padding: 16px 0 16px 1.4rem;
  }
  #aboutus_support-lists .dl_accordion > dt + dd ul.old_sponsor_list_block > li > ul > li:first-of-type {
    width: 200px;
  }
  #aboutus_support-lists .dl_accordion > dt + dd ul.old_sponsor_list_block > li > ul > li:first-of-type::after {
    content: "様";
    margin-left: calc(1.4rem / 2);
  }
}
@media screen and (max-width: 810px) {
  #aboutus_support-lists h1 {
    display: block;
    margin: 60px 0 20px;
    padding: 18px 14px;
    background-color: #999;
    border-bottom: solid 6px #EA2935;
    font-size: 1.3rem;
    font-weight: bolder;
    line-height: 100%;
    letter-spacing: 0.1rem;
    color: #FFF;
  }
  #aboutus_support-lists h1 + h2 {
    margin: 20px 0;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 130%;
    color: black;
  }
  #aboutus_support-lists h2 {
    margin-top: 60px;
  }
  #aboutus_support-lists h3 {
    margin: 60px 0 20px;
    padding: 18px 14px;
    background-color: #E0E0E0;
    border: none;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 100%;
    color: black;
  }
  #aboutus_support-lists p {
    margin: 1.2rem 0;
  }
  #aboutus_support-lists .img_set_atag img {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
  }
  #aboutus_support-lists .img_set_atag:hover img {
    opacity: 0.5;
  }
  #aboutus_support-lists .sponsor_list_block {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px black;
  }
  #aboutus_support-lists .sponsor_list_block dt {
    padding-left: 1.4rem;
    padding-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bolder;
    line-height: 140%;
  }
  #aboutus_support-lists .sponsor_list_block dt::before {
    content: "■";
    margin-left: -1.4rem;
    color: #EA2935;
  }
  #aboutus_support-lists .sponsor_list_block dd ul > li {
    padding-bottom: 20px;
  }
  #aboutus_support-lists .sponsor_list_block dd ul > li:last-of-type {
    padding-bottom: 0;
  }
  #aboutus_support-lists .sponsor_list_block dd ul > li ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #aboutus_support-lists .sponsor_list_block dd ul > li ul li {
    padding-bottom: 0;
    line-height: 140%;
  }
  #aboutus_support-lists .sponsor_list_block dd ul > li ul li:first-of-type {
    width: 110px;
    margin-right: 10px;
    text-align: center;
  }
  #aboutus_support-lists .sponsor_list_block dd ul > li ul li:first-of-type img {
    max-width: 110px;
    vertical-align: middle;
  }
  #aboutus_support-lists .sponsor_list_block dd ul > li ul li a {
    line-height: 120%;
  }
  #aboutus_support-lists .support_person_list {
    width: 100%;
    border-bottom: dashed 1px black;
  }
  #aboutus_support-lists .support_person_list li {
    padding-bottom: 14px;
    line-height: 140%;
    text-align: center;
  }
  #aboutus_support-lists .support_person_list li::after {
    content: "　様";
  }
  #aboutus_support-lists .dl_accordion {
    margin: 40px 0;
  }
  #aboutus_support-lists .dl_accordion > dt {
    padding: 18px 14px;
    background-color: #E0E0E0;
    font-size: 1.3rem;
    line-height: 100%;
    color: black;
  }
  #aboutus_support-lists .dl_accordion > dt > span {
    font-size: 1.3rem;
    vertical-align: baseline;
  }
  #aboutus_support-lists .dl_accordion > dt::after {
    background-image: url("/images/commons/accordion_close_b_pict_27x27.svg");
  }
  #aboutus_support-lists .dl_accordion > dt[data-accordion_target="true"]::after {
    background-image: url("/images/commons/accordion_open_b_pict_27x27.svg");
  }
  #aboutus_support-lists .dl_accordion > dt[data-accordion_target="true"] + dd dl.old_sponsor_list_block {
    border-bottom: dashed 1px black;
  }
  #aboutus_support-lists .dl_accordion > dt[data-accordion_target="true"] + dd dl.old_sponsor_list_block:last-of-type {
    border: none;
  }
  #aboutus_support-lists .dl_accordion > dt + dd {
    padding: 0;
  }
  #aboutus_support-lists .dl_accordion > dt + dd dl.old_sponsor_list_block {
    justify-content: flex-start;
  }
  #aboutus_support-lists .dl_accordion > dt + dd dl.old_sponsor_list_block:last-of-type {
    border: none;
  }
  #aboutus_support-lists .dl_accordion > dt + dd dl.old_sponsor_list_block > dt {
    margin: 0;
    padding: 16px 0 0;
    padding-left: 1.4rem;
    font-size: 1.4rem;
    font-weight: bolder;
    line-height: 130%;
  }
  #aboutus_support-lists .dl_accordion > dt + dd dl.old_sponsor_list_block > dt::before {
    content: "■";
    margin-left: -1.4rem;
    color: #EA2935;
  }
  #aboutus_support-lists .dl_accordion > dt + dd dl.old_sponsor_list_block > dd {
    margin-left: calc(1.4rem * 2);
  }
  #aboutus_support-lists .dl_accordion > dt + dd dl.old_sponsor_list_block > dd > ul > li {
    padding: 10px 0;
    line-height: 130%;
    border-bottom: dashed 1px black;
  }
  #aboutus_support-lists .dl_accordion > dt + dd dl.old_sponsor_list_block > dd > ul > li:last-of-type {
    border: none;
  }
  #aboutus_support-lists .dl_accordion > dt + dd ul.old_sponsor_list_block > li {
    margin-left: 1.4rem;
    border-bottom: dashed 1px black;
  }
  #aboutus_support-lists .dl_accordion > dt + dd ul.old_sponsor_list_block > li:last-of-type {
    border: none;
  }
  #aboutus_support-lists .dl_accordion > dt + dd ul.old_sponsor_list_block > li > ul > li {
    margin: 10px 0;
  }
  #aboutus_support-lists .dl_accordion > dt + dd ul.old_sponsor_list_block > li > ul > li:first-of-type::after {
    content: "様";
    margin-left: calc(1.4rem / 2);
  }
}
/**-------------------------------------------------------------------
 * about history page CSS
 -------------------------------------------------------------------*/
/**------------------------------------------------------------
 *
 * CSS - (About Us) sponsor - 
 *
 ------------------------------------------------------------**/
@media print, screen and (min-width: 811px) {
  #aboutus_prj_history h1 {
    margin: 60px 0 20px;
    padding: 26px 20px;
    background-color: #999;
    border-bottom: solid 10px #EA2935;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 100%;
    color: #FFF;
  }
  #aboutus_prj_history h1:first-of-type {
    margin-top: 0;
  }
  #aboutus_prj_history dl.prj_history_obj {
    display: flex;
    flex-wrap: wrap;
  }
  #aboutus_prj_history dl.prj_history_obj > dt {
    position: relative;
    width: 76px;
    font-size: 2.2rem;
    line-height: 120%;
    font-weight: lighter;
    color: #EA2935 !important;
  }
  #aboutus_prj_history dl.prj_history_obj > dt::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    width: 4px;
    height: calc(100% + 40px);
    background-color: #EA2935 !important;
  }
  #aboutus_prj_history dl.prj_history_obj > dt:last-of-type::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -59px;
    right: -10px;
    width: 24px;
    height: 24px;
    border-left: solid 3px #EA2935;
    border-bottom: solid 3px #EA2935;
    transform: rotate(-45deg);
  }
  #aboutus_prj_history dl.prj_history_obj > dd {
    width: calc(100% - 80px);
    padding-left: 44px;
  }
  #aboutus_prj_history dl.prj_history_obj > dd > dl > dt {
    position: relative;
  }
  #aboutus_prj_history dl.prj_history_obj > dd > dl > dt::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -55px;
    width: 17px;
    height: 17px;
    background-color: #EA2935 !important;
    border-radius: 9px;
  }
  #aboutus_prj_history dl.prj_history_obj > dd > dl > dt::after {
    content: ".......";
    position: absolute;
    top: -5px;
    left: -44px;
    width: 30px;
    height: 5px;
    font-size: 1.3rem;
    color: #EA2935 !important;
  }
  #aboutus_prj_history dl.prj_history_obj > dd > dl > dd {
    padding: 0px 0 10px;
  }
  #aboutus_prj_history dl.prj_history_obj > dd > dl > dd img {
    max-width: 100%;
  }
}
@media screen and (max-width: 810px) {
  #aboutus_prj_history h1 {
    margin: 60px 0 20px;
    padding: 18px 14px;
    background-color: #999;
    border-bottom: solid 6px #EA2935;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 0.1rem;
    color: #FFF;
  }
  #aboutus_prj_history h1:first-of-type {
    margin-top: 0;
  }
  #aboutus_prj_history h1 {
    display: block;
  }
  #aboutus_prj_history dl.prj_history_obj {
    display: flex;
    flex-wrap: wrap;
  }
  #aboutus_prj_history dl.prj_history_obj > dt {
    position: relative;
    width: 60px;
    font-size: 1.6rem;
    line-height: 210%;
    font-weight: lighter;
    color: #EA2935;
  }
  #aboutus_prj_history dl.prj_history_obj > dt::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    width: 4px;
    height: calc(100%);
    background-color: #EA2935;
  }
  #aboutus_prj_history dl.prj_history_obj > dt:last-of-type::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -19px;
    right: -7px;
    width: 18px;
    height: 18px;
    border-left: solid 3px #EA2935;
    border-bottom: solid 3px #EA2935;
    transform: rotate(-45deg);
  }
  #aboutus_prj_history dl.prj_history_obj > dd {
    width: calc(100% - 60px);
    padding-left: 30px;
  }
  #aboutus_prj_history dl.prj_history_obj > dd > dl > dt {
    position: relative;
  }
  #aboutus_prj_history dl.prj_history_obj > dd > dl > dt::before {
    content: "";
    position: absolute;
    top: 9px;
    left: -40px;
    width: 16px;
    height: 16px;
    background-color: #EA2935;
    border-radius: 9px;
  }
  #aboutus_prj_history dl.prj_history_obj > dd > dl > dt::after {
    content: ".....";
    position: absolute;
    top: -6px;
    left: -30px;
    width: 30px;
    height: 5px;
    font-size: 1.3rem;
    color: #EA2935;
  }
  #aboutus_prj_history dl.prj_history_obj > dd > dl > dd {
    padding: 0px 0 10px;
  }
  #aboutus_prj_history dl.prj_history_obj > dd > dl > dd img {
    max-width: 95%;
  }
}
/**-------------------------------------------------------------------
 * about link page CSS
 -------------------------------------------------------------------*/
/**------------------------------------------------------------
 *
 * CSS - (About Us) link - 
 *
 ------------------------------------------------------------**/
#aboutus_link .select_tab_view {
  display: none;
}
#aboutus_link .select_tab_view[data-tab_view_selected*="true"] {
  display: block;
}
#aboutus_link h2 {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-weight: normal;
  color: black;
}
@media print, screen and (min-width: 811px) {
  #aboutus_link h1 {
    margin: 60px 0 20px;
    padding: 26px 20px;
    background-color: #999 !important;
    border-bottom: solid 10px #EA2935;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 100%;
    color: #FFF !important;
  }
  #aboutus_link h1:first-of-type {
    margin-top: 0;
  }
  #aboutus_link h2 {
    margin: 60px 0 40px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    font-size: 1.9rem;
    line-height: 4rem;
  }
  #aboutus_link aside ul li a {
    color: black;
  }
  #aboutus_link aside ul li a p {
    margin: 8px 0;
    padding-left: 28px;
    font-size: 1.3rem;
  }
  #aboutus_link aside ul li a p::before {
    content: '';
    margin-left: -28px;
    margin-right: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    background-image: url("/images/about/outerlink_pict_20x20.svg") !important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #aboutus_link aside ul + ul {
    margin-top: 20px;
  }
  #aboutus_link aside > dl > dt {
    margin: 30px 0 20px;
    font-size: 1.8rem;
    font-weight: bolder;
    color: #EA2935;
    border-bottom: solid 1px #EA2935;
  }
  #aboutus_link aside > dl > dd > dl > dt {
    margin: 20px 0 10px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #aboutus_link aside > dl > dd > dl > dt:first-of-type {
    margin-top: 6px;
  }
  #aboutus_link aside > dl > dd.link_block_span2 {
    display: flex;
    justify-content: space-between;
  }
  #aboutus_link ul.select_tab {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 50px 0;
  }
  #aboutus_link ul.select_tab li {
    text-align: center;
    border: solid 1px #EA2935;
  }
  #aboutus_link ul.select_tab li:not(:first-of-type) {
    border-left: none;
  }
  #aboutus_link ul.select_tab li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 4.5rem;
    color: #EA2935 !important;
  }
  #aboutus_link ul.select_tab li a[data-tab_selected*="true"] {
    color: #FFF !important;
    background-color: #EA2935 !important;
  }
  #aboutus_link ul.select_tab li a[data-tab_selected*="true"]::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: calc((100% / 2) - 14px);
    border-top: solid 14px #EA2935;
    border-left: solid 14px transparent;
    border-right: solid 14px transparent;
    border-bottom: none;
  }
  #aboutus_link ul.select_tab.span2 li {
    width: 50%;
  }
}
@media screen and (max-width: 810px) {
  #aboutus_link h1 {
    display: block;
    margin: 20px 0;
    padding: 18px 14px;
    background-color: #999;
    border-bottom: solid 6px #EA2935;
    font-size: 1.3rem;
    font-weight: bolder;
    line-height: 100%;
    color: #FFF;
  }
  #aboutus_link h1:first-of-type {
    margin-top: 0;
  }
  #aboutus_link h2 {
    margin: 40px 0 20px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    font-size: 1.5rem;
    line-height: 3.8rem;
  }
  #aboutus_link aside ul li a {
    color: black;
  }
  #aboutus_link aside ul li a p {
    margin: 12px 0;
    padding-left: 28px;
    font-size: 1.1rem;
    line-height: 160%;
  }
  #aboutus_link aside ul li a p::before {
    content: '';
    margin-left: -28px;
    margin-right: 10px;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    background-image: url("/images/about/outerlink_pict_20x20.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #aboutus_link aside ul + ul {
    margin-top: 20px;
  }
  #aboutus_link aside > dl > dt {
    margin: 30px 0 20px;
    font-size: 1.8rem;
    font-weight: bolder;
    color: #EA2935;
    border-bottom: solid 1px #EA2935;
  }
  #aboutus_link aside > dl > dd > dl > dt {
    margin: 20px 0 10px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #aboutus_link aside > dl > dd > dl > dt:first-of-type {
    margin-top: 6px;
  }
  #aboutus_link aside > dl.dl_accordion_sp > dt,
  #aboutus_link aside > dl.dl_accordion_sp > dt[data-accordion_target="false"] {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 12px 36px 12px 10px;
    background-color: #F0F0F0;
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 140%;
    color: #EA2935;
  }
  #aboutus_link aside > dl.dl_accordion_sp > dt::after,
  #aboutus_link aside > dl.dl_accordion_sp > dt[data-accordion_target="false"]::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 16px;
    height: 16px;
    margin: auto 0;
    background-image: url("/images/commons/accordion_close_pict_27x27.svg");
    background-size: cover;
  }
  #aboutus_link aside > dl.dl_accordion_sp > dt + dd,
  #aboutus_link aside > dl.dl_accordion_sp > dt[data-accordion_target="false"] + dd {
    margin: 0 0 6px;
    padding: 0;
    border-bottom: solid 1px black;
    transition: padding 300ms ease-out 0s;
  }
  #aboutus_link aside > dl.dl_accordion_sp > dt + dd > *,
  #aboutus_link aside > dl.dl_accordion_sp > dt[data-accordion_target="false"] + dd > * {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  #aboutus_link aside > dl.dl_accordion_sp > dt[data-accordion_target="true"]::after {
    background-image: url("/images/commons/accordion_open_pict_27x27.svg");
  }
  #aboutus_link aside > dl.dl_accordion_sp > dt[data-accordion_target="true"] + dd {
    padding: 10px 0 10px;
    border-bottom: solid 1px black;
  }
  #aboutus_link aside > dl.dl_accordion_sp > dt[data-accordion_target="true"] + dd > * {
    height: auto;
  }
  #aboutus_link aside > dl.dl_accordion_sp > dt[data-accordion_target="true"] + dd > p:not(:first-of-type) {
    padding: 10px 0 0;
  }
  #aboutus_link aside > dl.dl_accordion_sp > dd > dl > dt {
    margin: 20px 0 0;
    font-size: 1.3rem;
    font-weight: bold;
  }
  #aboutus_link aside > dl.dl_accordion_sp > dd ol {
    padding-left: 40px;
  }
  #aboutus_link ul.select_tab {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 30px 0;
  }
  #aboutus_link ul.select_tab li {
    text-align: center;
    border: solid 1px #EA2935;
  }
  #aboutus_link ul.select_tab li:not(:first-of-type) {
    border-left: none;
  }
  #aboutus_link ul.select_tab li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 4.5rem;
  }
  #aboutus_link ul.select_tab li a[data-tab_selected*="true"] {
    color: #FFF;
    background-color: #EA2935;
  }
  #aboutus_link ul.select_tab li a[data-tab_selected*="true"]::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: calc((100% / 2) - 14px);
    border-top: solid 14px #EA2935;
    border-left: solid 14px transparent;
    border-right: solid 14px transparent;
    border-bottom: none;
  }
  #aboutus_link ul.select_tab.span2 li {
    width: 50%;
  }
}
