html {
  overflow: auto;
  background-color: transparent;
}

body {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", "Arial", "ryo-gothic-plusn, sans-serif", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "sans-serif";
}

h2 {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 800;
  font-style: normal;
}

h3 {
  font-family: Helvetica Neue, ryo-gothic-plusn, sans-serif;
  font-weight: 500;
}

.font_noto {
  font-family: "Noto Sans JP";
}

.Block {
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 100%);
}

.line_gray {
  border: #ebebeb solid 1px;
  margin-top: 30px;
}

.more {
  background: #08124E;
  color: #fff;
  width: 300px;
  font-weight: 600;
  ;
  text-align: center;
  border-radius: 100px;
  padding: 10px;
  cursor: pointer;
  margin: 0 auto;
  transition: all .5s ease-in-out;
}

.more:hover {
  color: #fff;
  transition: .5s;
  text-decoration: none;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .45);
}

/*============================
  botton test
============================*/
.center_anker span {
  display: inline-block;
  position: relative;
}

.center_anker span:before {
  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.09, 0.98, 0.83, 1);
  -o-transition: all 0.3s cubic-bezier(0.09, 0.98, 0.83, 1);
  transition: all 0.3s cubic-bezier(0.09, 0.98, 0.83, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #003893;
}

.center_anker span:after {
  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.09, 0.98, 0.83, 1);
  -o-transition: all 0.3s cubic-bezier(0.09, 0.98, 0.83, 1);
  transition: all 0.3s cubic-bezier(0.09, 0.98, 0.83, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #003893;
}

.center_anker a {
  display: inline-block;
  font-size: 1.3em;
  padding: 20px 120px;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.09, 0.98, 0.83, 1);
  -o-transition: all 0.2s cubic-bezier(0.09, 0.98, 0.83, 1);
  transition: all 0.2s cubic-bezier(0.09, 0.98, 0.83, 1);
  text-decoration: none;
  color: #003893;
}

.center_anker a:before {
  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.09, 0.98, 0.83, 1);
  -o-transition: all 0.3s cubic-bezier(0.09, 0.98, 0.83, 1);
  transition: all 0.3s cubic-bezier(0.09, 0.98, 0.83, 1);
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100%;
  height: 1px;
  background-color: #003893;
}

.center_anker a:after {
  content: "";
  -webkit-transition: all 0.3s cubic-bezier(0.09, 0.98, 0.83, 1);
  -o-transition: all 0.3s cubic-bezier(0.09, 0.98, 0.83, 1);
  transition: all 0.3s cubic-bezier(0.09, 0.98, 0.83, 1);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #003893;
}

.center_anker span:hover:before {
  width: 0;
}

.center_anker span:hover:after {
  height: 0;
}

.center_anker span:hover a {
  font-size: 1.1em;
}

.center_anker span:hover a:after {
  height: 0;
}

.center_anker span:hover a:before {
  width: 30%;
  background-color: #E50012;
  -webkit-transition: all 0.8s cubic-bezier(0.09, 0.98, 0.83, 1);
  -o-transition: all 0.8s cubic-bezier(0.09, 0.98, 0.83, 1);
  transition: all 0.8s cubic-bezier(0.09, 0.98, 0.83, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.1s;
}


/*============================
  header
============================*/
header {
  width: 100%;
  padding: 20px;
  transition: .5s;
  display: flex;
  position: fixed;
  z-index: 1;
  justify-content: space-between;
}

header.scroll {
  background-color: rgba(0, 14, 24, .8);
  /* background: linear-gradient(
        0deg, rgb(0, 14, 24, 0) 0%, rgb(0, 14, 24, 0.5) 30%, rgba(0, 14, 24, 1) 100%); */
  padding: 10px 10px 5px 10px;
  border-bottom: 1px solid #7c7c7c;
}

.header-container {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}

.header-main-logo {
  display: inline-block;
  padding: .25rem .50rem;
  margin: 0.5rem 1rem 0 2rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

img .main-logo {
  width: 160px;
  height: 34px;
}

.header-right-content {
  display: flex;
}

.header-jsaf {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.header-sub-logo {
  margin-bottom: -5px;
}

.header-s {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.header-sns {
  display: flex;
  align-items: flex-end;
  margin: 20px 25px 20px 0;
  padding: 0 15px;
}

.header-twitter {
  margin: 2px;
}

i.fab.fa-facebook,
i.fab.fa-instagram {
  font-size: 22px;
}

i.fab.fa-twitter {
  font-size: 20px;
}

i.fab.fa-facebook:hover,
i.fab.fa-instagram:hover,
i.fab.fa-twitter:hover {
  transition: 0.5s;
  opacity: 0.8;
}

/*============================
  humburger_menu
============================*/
#menuToggle {
  display: block;
  position: fixed;
  top: 100px;
  left: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 12px;
  position: relative;
  background: #fff;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
  box-shadow: rgb(1 1 1 / 70%) 1px 1px 5px
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(2px, -2px);
  background: #232323;
}

#menuToggle input:checked~span:nth-last-child(4) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(3) {
  transform: rotate(-45deg) translate(2px, -2px);
}

#menu {
  position: absolute;
  width: 450px;
  height: 100vh;
  margin: -163px 0 0 -50px;
  padding: 163px 0 50px 50px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
  padding: 5px 0;
  font-size: 22px;
  font-weight: 200;
}

#menu li:hover {
  color: #b10c00;
  display: block;
}

#menuToggle input:checked~ul {
  transform: none;
}

.navi-menu {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-shadow: rgb(1 1 1 / 70%) 1px 1px 5px;
}

/*============================
  Top_Page_First_Section
============================*/
.top-right-info {
  position: absolute;
  top: 100px;
  right: 50px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.top-button {
  position: fixed;
  display: block;
  z-index: 1;
}

.event {
  margin-bottom: 10px;
  background-color: rgba(142, 115, 63, 0.8);
  height: auto;
  width: 200px;
  line-height: 18px;
  padding: 8px;
}

.member-committee {
  /* background-color: rgba(47,58,67,0.8); */
  background-image: linear-gradient(to right, #1e77bb 0%, #08124E 100%);
  width: 200px;
  height: 30px;
  line-height: 30px;
}

.special-event {
  background-image: linear-gradient(to right, #911ebb 0%, #32084e 100%);
  width: 200px;
  height: 30px;
  line-height: 30px;
}

.special-event a:hover {
  background-image: linear-gradient(to right, #f81a0a 0%, #b10c00 100%);
  transition: 0.5s;
  opacity: 1;
}


.event:hover,
.member-committee:hover {
  /* background-color: #b10c00; */
  background-image: linear-gradient(to right, #f81a0a 0%, #b10c00 100%);
  transition: 0.8s;
  text-decoration: none;
}

.event a,
.member-committee a,
.special-event a {
  text-decoration: none;
  color: #fff;
  display: block;
}


/*============================
  Top_Page_First_Section
============================*/
.Top-first-section {
  position: relative;
}

.Top-slider-first {
  list-style: none;
  margin-bottom: -7px;
  height: auto;
}

.Top-slider-first a img {
  width: 100%;
  object-fit: cover;
  height: auto;
  position: fixed;
  z-index: -1;
}

.Top-slider-first_tokyo2020 {
  list-style: none;
  height: auto;
}

.Top-slider-first_tokyo2020 a img {
  width: 100%;
  object-fit: cover;
  height: auto;
  z-index: -1;
}

.Top-slider-first_tokyo2020 :hover {
  opacity: 0.7;
  transition: 0.8s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}


.partner_btn {
  display: flex;
  background-image: linear-gradient(to right, #0071AD 0%, #08124E 50%, #A20202 100%);
  border-bottom: 1px solid #ffffff;
}

.partner_btn a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  display: block;
  box-sizing: border-box;
  float: left;
  height: 50px;
  line-height: 50px;
  width: 50%;
  margin-bottom: 40px;
}

.partner_btn a:hover {
  background-color: #08124E;
  transition: 0.8s;
  opacity: 1;
}

.partner_btn_line {
  border-right: 1px solid rgb(91, 60, 128);
}

.partner_btn_right {
  border-right: 1px solid #fff;
}


/*============================
  Top_Page_Second_Section
============================*/
.wrapper {
  background: #fff;
  line-height: 0;
}

#second-section .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.second-content-left {
  width: 50%;
}

.concept-back {
  background: linear-gradient(0deg, rgb(0, 14, 24, 1) 0%, rgb(0, 14, 24, 0.5) 30%, rgba(0, 14, 24, 0) 100%);
  padding-bottom: 0;
}

.left-main {
  font-weight: bold;
  font-size: 115px;
  margin: 440px 0 0 43px;
  line-height: 110px;
  padding-bottom: 40px;
  color: rgba(255, 255, 255, .85);
}

.left-sub {
  font-size: 30px;
  position: absolute;
  padding: 14px;
}

.left-main_tokyo2020 {
  /* height: 500px; */
  top: 0;
  left: 0;
  font-weight: 200;
  font-style: italic;
  font-size: 100px;
  /* margin: 300px 0 0 43px; */
  line-height: 110px;
  /* padding-bottom: 40px; */
  /* color:rgba(255, 255, 255, .85); */
}

.left-sub_tokyo2020 {
  font-size: 30px;
  position: absolute;
  padding: 14px;
}

.iframe-wrapper {
  /* text-align: center;
    padding: 50px 0 80px 0; */
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.iframe-wrapper a {
  font-size: 16px;
  font-weight: 800;
  color: #041e55;
  text-align: center;
  text-decoration: none;
}


/*============================
  Top_Page_third-section
============================*/
#third-section .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}

.ph-box-1,
.ph-box-3 {
  margin-left: 25vw;
  overflow: hidden;
  height: 100%;
}

.ph-box-2 {
  margin-right: 25vw;
  overflow: hidden;
  padding: 0;
  height: 100%;
}

.ph-box-1 img {
  max-width: 100%;
  padding: 30px 0 0 0;
}

.ph-box-2 img {
  max-width: 100%;
  padding: 0px 0 0 0;
}

.ph-box-3 img {
  max-width: 100%;
  padding: 0px 0 0px 0;
}

.third-content-1,
.third-content-3 {
  position: relative;
  margin: 0 0 0 auto;
}

.third-content-2 {
  position: relative;
}

.concept-1 {
  padding: 100px 0 0 100px;
  position: absolute;
}

.concept-3 {
  padding: 100px 0 0 100px;
  position: absolute;
}

.concept-2 {
  margin: 0px 0px 0 auto;
  padding: 100px 100px 0 0;
  width: 100%;
  position: absolute;
  text-align: right;
}

.concept-main {
  font-size: 55px;
  font-weight: 600;
  color: #08124E
}

.concept-sub {
  font-size: 35px;
  margin-left: 5px;
  font-weight: 600;
  padding-right: 10px;
  color: #08124E
}

.concept-lead {
  font-size: 16px;
  margin: 5px 10px 0 5px;
  line-height: 25px;
}

#third-section p {
  font-size: 16px;
  font-weight: bold;
}

/*============================
  Top_Page_Fourth_Section
============================*/
#Fourth-section .container {
  background: rgba(244, 244, 244, 1);
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 50px;
}

#Fourth-section .row {
  margin: 0 20px 0px;
}

.fourth-title {
  color: #fff;
  text-align: center;
  font-family: Helvetica Neue;
  font-weight: bold;
  font-size: 120px;
  margin: 0 0 -65px 0;
}

.fourth-subtitle {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: rgba(0, 25, 44, 1);
  top: -100px;
}

.fourth-card {
  padding: 10px 8px;
  display: flex;
}

.fourth-card a {
  text-decoration: none;
}

.card-shadow {
  transition: all .3s ease-in-out;
  background-color: #fff;
}

.card-shadow:hover {
  transition: .3s;
  text-decoration: none;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .25);
}

.card_footer {
  margin: auto 0 0;
  padding: 0px 20px 30px;
  bottom: 0px;
  position: absolute;
}

.post-list__img {
  display: block;
  position: relative;
  background: #041e55;
}

.post-list__img img {
  vertical-align: middle;
  width: 100%;
  height: 230px;
  object-fit: cover;
  opacity: 1;
}

/* .post-list__img img:hover {
    transition: .6s;
    opacity: .6;
} */

.post-details {
  padding: 20px;
  background-color: #fff;
  height: auto;
  color: #212529;
}

.post-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #212529;
}

.post-sdes {
  margin-bottom: 2.825rem;
  font-size: 14px;
  text-align: justify;
}

.post-category-result,
.post-category-teamjapan,
.post-category-info,
.post-category-etc {
  font-size: 12px;
  font-weight: bold;
  display: block;
}

.post-category-result {
  color: rgba(7, 64, 141, 1);
}

.post-category-teamjapan {
  color: rgba(199, 1, 1, 1);
}

.post-category-info {
  color: rgba(221, 119, 0, 1);
}

.post-category-etc {
  color: rgba(93, 93, 93, 1);
}

/*============================
  Top_Page_Fifth_Section
============================*/
.fifth-section {
  background-color: #fff;
}

.fifth-container {
  max-width: 100%;
}

.fifth-container .suport {
  text-align: center;
}

.fifth-container .suport img {
  padding: 0 15px 20px;
}

.fifth-container .partner {
  text-align: center;
}

.fifth-container .partner img {
  padding: 0 0 35px;

}

.fifth-container .partner p {
  text-align: center;
  padding: 15px 0;
}

.fifth-contents {
  position: relative;
}

.fifth-message {
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  top: 90px;
  left: 10%;
}

.fifth-img {
  background-color: rgba(244, 244, 244, 1);
}

.fifth-img img {
  width: 100%;
  height: auto;
  position: relative;
}

.partner_btn_second,
.partner_btn_second-2 {
  display: flex;
}

.partner_btn_second a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  float: left;
  height: 50px;
  line-height: 50px;
  width: 50%;
  margin-bottom: 40px;
}

.partner_btn_second-2 a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin-bottom: 40px;
}

.partner_btn_bottom,
.partner_btn_br {
  background-color: #b10c00;
}

.partner_btn_bottom {
  border-right: 1px solid #afafaf;
}

.partner_btn_second a:hover,
.partner_btn_second-2 a:hover {
  filter: alpha(opacity=60);
  opacity: 0.8;
  transition: 0.8s;
}

/*============================
  Beginner
============================*/
#beginner {
  background-color: #fff;
}

#beginner .wrapper {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#beginner .container {
  padding: 20px 0 0px 0px;
  display: flex;
  flex-wrap: wrap;
}

#beginner .icon {
  margin: 0 0 0px 0;
}

#beginner .column-l {
  padding: 0 0 0 15px;
}

#beginner .column--l {

  margin-bottom: 20px;
  line-height: 30px;
}



#beginner .column-l_block {
  position: sticky;
  top: 0;
}

.sticky {
  top: 0;
  position: sticky;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed;
}

#beginner .row {
  max-width: 940px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

.main_ttl {
  font-weight: bold;
  font-size: 60px;
  margin: 100px 0 0 10px;
  line-height: 60px;
  padding-bottom: 40px;
  color: rgba(255, 255, 255, .85);
}

.sub_ttl {
  font-size: 20px;
  position: absolute;
  padding: 5px 0 0 10px;
}

#beginner h1 {
  font-size: 28px;
  font-weight: bold;
  color: #061f38;
  line-height: 2rem;
}

#beginner .h1_border::after {
  content: "";
  display: block;
  border-bottom: #b10c00 solid 2px;
  width: 40px;
  padding: 20px 0 0 0;
  margin-bottom: 30px;
}

#beginner h2 {
  font-size: 22px;
  font-weight: bold;
  color: #061f38;
  line-height: 1.25rem;
  padding: 40px 0 20px 0;
}

#beginner h3 {
  font-size: 17px;
  font-weight: bold;
  color: #061f38;
  line-height: 1.25rem;
  padding: 30px 0 10px 0;
}

#beginner .h3_border::after {
  content: "";
  display: block;
  border-bottom: #b10c00 solid 1px;
  width: 20px;
  padding: 10px 0 0 0;
}

#beginner p {
  font-size: 15px;
  line-height: 1.75rem;
  color: #061f38;
  margin: 0 auto;
  text-align: justify;
  padding-bottom: 10px;
}

#beginner .y_marker {
  background: linear-gradient(transparent 60%, rgb(255, 255, 0) 60%)
}

#beginner a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1rem;
  color: #061f38;
  text-decoration: none;
}

#beginner .btn_wrapper {
  text-align: center;
  padding-top: 30px;
}

#beginner .btn,
#beginner a.btn,
#beginner button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #061f38;
}

#beginner a.btn-border {
  border-radius: 0;
}

#beginner a.btn-border:before,
#beginner a.btn-border:after {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  -webkit-transition: all .5s;
  transition: all .5s;
  background: #061f38;
  margin: 0 auto;
}

#beginner a.btn-border:before {
  top: 0;
  left: 0;
}

#beginner a.btn-border:after {
  right: 0;
  bottom: 0;
}

#beginner .btn:hover {
  color: #b10c00;
  transition: 0.5s;
  opacity: 1;
}

#beginner a.btn-border:hover:before,
#beginner a.btn-border:hover:after {
  width: 0;
}

#beginner a.anchor {
  display: block;
  padding-top: 40px;
  margin-top: 0px;
}

.pagetop {
  position: absolute;
  right: 40px;
  bottom: 700px;
}

.pagetop a {
  width: 61px;
  height: 61px;
  text-indent: -9999px;
  background: url(../css/images/btn_gotop.png) center top no-repeat;
  opacity: 1;
  display: table-cell;
  -webkit-transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -ms-transition: all .1s ease-in;
  transition: all .2s ease-in;
}

.pagetop a:hover {

  filter: drop-shadow(1px 1px 5px rgba(216, 22, 23, .45));
}

#beginner img {
  max-width: 100%;
  height: auto;
  margin: 0px 0 15px 0;
}

#beginner .ph_right {
  display: flex;
  max-width: 30%;
  height: auto;
  margin: 0px 0 15px 0;
}

#beginner figcaption {
  font-size: 14px;
  margin: 5px 0px 20px 0px;
  color: #061f38;
}

#beginner .credit {
  font-size: 12px;
  color: #061f38;
  font-style: italic;
  text-align: right;
}

#beginner .img_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #b8bfc6;
  padding-top: 35px;
  padding-bottom: 20px;
  justify-content: space-around;
}

#beginner .img_block_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 35px;
  padding-bottom: 20px;
}

#beginner .img_block .text_area,
#beginner .img_block_li .text_area {
  width: 100%;
}

#beginner .img_block .text_area_wide,
#beginner .img_block_li .text_area_wide {
  width: 100%;
}

#beginner .post-list__img {
  display: block;
  position: relative;
  background: #fff;
}

#beginner .post-list__img img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.back-gr {
  background: linear-gradient(180deg, rgb(0, 14, 24, 1) 0%, rgb(0, 14, 24, 0.5) 30%, rgba(0, 14, 24, 0) 100%);
  padding-top: 0;
  background-size: cover;
  z-index: 1;
}

#beginner .boxwrapper {
  margin: 3em 0;
  padding: 2em;
  background-color: #fff;
  border: 1px solid #ccc;
}

@media (min-width: 1024px) {
  #beginner .container {
    padding: 60px 0 60px 0;
    display: flex;
    flex-wrap: wrap;
  }

  #beginner .column-l {
    width: 210px;
  }

  #beginner .column--l {
    height: 280px;
    margin-bottom: 20px;
    line-height: 30px;
  }

  #beginner .column-r {
    width: calc(100% - 210px);
    padding-left: 30px;
  }

  #beginner a.anchor {
    display: block;
    padding-top: 140px;
    margin-top: -70px;
  }

  .main_ttl {
    font-weight: bold;
    font-size: 95px;
    margin: 300px 0 0 43px;
    line-height: 110px;
    padding-bottom: 40px;
    color: rgba(255, 255, 255, .85);
  }

  .sub_ttl {
    font-size: 22px;
    position: absolute;
    padding: 14px;
  }

  #beginner h1 {
    font-size: 28px;
    font-weight: bold;
    color: #061f38;
    line-height: 1.75rem;
  }

  #beginner .img_block .text_area,
  #beginner .img_block_li .text_area {
    width: 65%;
  }

  #beginner .img_block .text_area_wide,
  #beginner .img_block_li .text_area_wide {
    width: 40%;
  }

  #beginner .btn,
  #beginner a.btn,
  #beginner button.btn {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #061f38;
  }

  #beginner .boxwrapper {
    margin: 7em 0 0;
    padding: 4em;
    background-color: #fff;
    border: 1px solid #ccc;
  }
}

/*============================
  footer
============================*/
.footer-wrapper {
  background: #061f38;
}

.footer-container {
  width: 1025px;
  margin: 0 auto;
  padding: 40px 0 40px 0px;

}

footer .row {
  max-width: 1025px;
  margin: 0 auto;
  text-align: center;
}

footer .col.border_l {
  padding: 0;
  border-left: 1px solid #fff;
}

footer a {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  opacity: .5;
  transition: .8s;
  text-decoration: none;
}

.second-row {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.footer-menu-second {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
}

footer .col-3,
footer .col {
  padding: 0;
}

footer .col-2 {
  padding: 0;
}

.pt25 {
  padding-top: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.footer-sns {
  display: flex;
  justify-content: center;
}

.twitter {
  font-size: 20px;
}

.fa-twitter {
  color: #fff;
  width: 22px;
  padding-bottom: 2px;
  /* background-color: #fff;
  border-radius: 17px;
  border: 4px solid #fff; */
}

.fa-facebook,
.fa-instagram {
  color: #fff;
  font-size: 18px;
  padding: 4px 18px;
  width: 60px;
}

.federation-name {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  letter-spacing: .03rem;
  margin-top: 10px;
  line-height: 18px;
}

.footer-sp-logo {
  max-width: 1025px;
  margin: 0 auto;
  text-align: center;
  padding: 25px 0 30px 0;
  border-bottom: 1.5px solid #b10c00;
}

footer .copy {
  background: #061f38;
  padding: 1rem 0;
}

footer .copy p {
  white-space: nowrap;
  text-align: center;
  font-family: Hiragino Kaku Gothic ProN;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #fff;
}

/*============================
  Responsible - header
  (min-width: 768px) and (max-width: 1024px)
============================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Top-slider-first {
    position: absolute;
    margin: 0;
  }

  .Top-slider-first a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 10% 0%;
  }

  .row {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    display: flex;
  }

  .Second-section {
    margin-top: 425px;
  }

  .left-main {
    margin: 220px 45px 0px;
    position: relative;
    font-weight: bold;
    font-size: 100px;
    line-height: 100px;
    float: none;
    width: 100%;
  }

  .left-sub {
    font-size: 20px;
    top: 8px;
    left: 470px;
    padding: 0;
  }

  .left-main_tokyo2020 {
    /* margin: 220px 45px 0px; */
    position: relative;
    font-weight: bold;
    font-size: 80px;
    line-height: 100px;
    float: none;
    width: 100%;
  }

  .left-sub_tokyo2020 {
    font-size: 20px;
    top: 8px;
    left: 470px;
    padding: 0;
  }

  #third-section .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
  }

  .ph-box-1,
  .ph-box-3 {
    margin-left: 25vw;
    overflow: hidden;
    height: 100%;
  }

  .ph-box-2 {
    margin-right: 25vw;
    overflow: hidden;
    padding: 0;
    height: 100%;
  }

  .ph-box-1 img,
  .ph-box-2 img {
    max-width: 100%;
    padding: 100px 0 0 0;
  }

  .ph-box-3 img {
    max-width: 100%;
    padding: 100px 0 100px 0;
  }

  .third-content-1,
  .third-content-3 {
    position: relative;
    margin: 0 0 0 auto;
  }

  .third-content-2 {
    position: relative;
  }

  .concept-1,
  .concept-3 {
    padding: 150px 0 0 50px;
    position: absolute;
  }

  .concept-2 {
    margin: 0px 0px 0 auto;
    padding: 150px 100px 0 0;
    width: 100%;
    position: absolute;
    text-align: right;
  }

  .concept-main {
    font-size: 55px;
    font-weight: 600;
    color: #08124E
  }

  .concept-sub {
    font-size: 35px;
    margin-left: 5px;
    font-weight: 600;
    padding-right: 10px;
    color: #08124E
  }

  .concept-lead {
    font-size: 16px;
    margin: 5px 10px 0 5px;
    line-height: 25px;
  }

  #third-section p {
    font-size: 16px;
    font-weight: bold;
  }


  .fourth-container {
    height: auto;
  }

  .fourth-container-contents {
    margin: 0 15px;
  }

  #Fourth-section .row {
    margin: 0 auto;
  }

  .fourth-title {
    color: #fff;
    text-align: center;
    font-family: Helvetica Neue;
    font-weight: bold;
    font-size: 80px;
    margin: 0 0 -50px 0;
  }

  .fourth-subtitle {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: rgba(0, 25, 44, 1);
    top: -75px;
  }

  .fourth-card {
    padding: 10px 5px;
  }

  .fourth-container-contents {
    display: block;
  }
}

/*============================
  Responsible - header 
  (min-width: 320px) and (max-width: 767px)
============================*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  header {
    background-blend-mode: multiply;
    width: 100%;
    padding: 15px;
  }

  .header-main-logo {
    margin: 0;
  }

  img.main-logo {
    width: auto;
    height: 25px;
  }

  .header-jsaf {
    display: none;
  }

  .header-sns {
    align-items: center;
    display: flex;
    margin: 0 0px 3px 0;
  }

  img.fab.fa-facebook {
    font-size: 18px;
    padding: 3px 0 0 0;
    width: 26px;
  }

  img.fab.fa-twitter {
    font-size: 16px;
    margin: 7px 5px 0px 5px;
    width: 22px;
  }

  img.fab.fa-instagram {
    font-size: 20px;
    padding: 4px 0 0 0;
    width: 24px;
  }

  .header-twitter {
    margin: 0 15px 2px 15px;
  }
}

/*============================
  Responsible - Top-first-section
============================*/

@media screen and (min-width: 320px) and (max-width: 767px) {
  .Top-slider-pages a img {
    height: initial;
  }

  /* .partner_btn {
        height: 37px;
    } */
  a.partner_btn_line,
  a.partner_btn_right {
    font-size: 12px;
  }

  .top-right-info {
    right: 10px;
    top: 65px;
    font-size: 12px;
  }

  .navi-menu {
    font-size: 12px;
  }

  .event,
  .member-committee {
    width: 150px;
    margin-bottom: 8px;
  }

  .event,
  .special-event {
    width: 150px;
    margin-bottom: 8px;
  }

  #menuToggle {
    top: 65px;
    left: 20px;
  }

  #menuToggle input:checked~span {
    transform: rotate(45deg) translate(2px, 2px);
  }

  #menuToggle input:checked~span:nth-last-child(3) {
    transform: rotate(-45deg) translate(2px, -4px);
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/*============================
  Responsible - Second-section
============================*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .Top-slider-first {
    position: absolute;
    margin: 0;
  }

  .Top-slider-first a img {
    width: 100%;
    height: 60%;
    object-fit: scale-down;
    object-position: 10% 0%;
  }

  .Top-slider-first_tokyo2020 {
    /* position: absolute; */
    margin: 0;
  }

  .Top-slider-first_tokyo2020 a img {
    width: 100%;
    height: 60%;
    object-fit: cover;
    object-position: 10% 0%;
  }

  .row {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    display: flex;
  }

  .Second-section {
    margin-top: 425px;
  }

  .left-main {
    margin: 120px 12px 0px;
    position: relative;
    font-weight: bold;
    font-size: 45px;
    line-height: 45px;
    float: none;
    width: 367px;
  }

  .left-sub {
    font-size: 15px;
    top: 80px;
    left: 0px;
    padding: 0;
  }

  .left-main_tokyo2020 {

    position: relative;
    font-weight: bold;
    font-size: 45px;
    line-height: 45px;
    float: none;
    width: 367px;
  }

  .left-sub_tokyo2020 {
    font-size: 15px;
    top: 80px;
    left: 0px;
    padding: 0;
  }

  .third-content {
    padding: 0 0 20px 0;
    margin: 0%;
    text-align: center;
  }

  .right-main {
    display: block;
  }

  .concept-main {
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
  }

  .right-top-main-right {
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: 600;
  }

  .concept-lead {
    font-size: 12px;
    margin: 0px 0 15px 0px;
  }

  .iframe-wrapper {
    width: 100%;
    height: 211px;
    text-align: center;
    padding: 50px 0 30px 0;
  }
}

/*============================
  Responsible - third-section
============================*/
@media screen and (min-width: 320px) and (max-width: 767px) {

  .ph-box-1,
  .ph-box-2,
  .ph-box-3 {
    margin-left: 0vw;
    margin-right: 0vw;
    max-width: 100%;
    padding: 0px 0 0 0;
  }

  .ph-box-1 img,
  .ph-box-2 img,
  .ph-box-3 img {
    padding: 0;
  }

  .concept-1,
  .concept-2,
  .concept-3 {
    width: 100%;
    padding: 20px 0 30px 0px;
    position: relative;
    text-align: center;
  }

  .concept-main {
    font-size: 30px;
    font-weight: 600;
    color: #08124E
  }

  .concept-sub {
    font-size: 25px;
    margin-left: 5px;
    font-weight: 600;
    padding-right: 10px;
    color: #08124E
  }

  .concept-lead {
    font-size: 12px;
    margin: 5px 10px 0 5px;
    line-height: 18px;
  }

  #third-section p {
    font-size: 12px;
    font-weight: bold;
  }
}

/*============================
  Responsible - Fourth-section
============================*/
@media screen and (min-width: 320px) and (max-width: 767px) {

  .fourth-container {
    height: auto;
  }

  .fourth-container-contents {
    margin: 0 15px;
  }

  #Fourth-section .row {
    margin: 0 auto;
  }

  .fourth-title {
    color: #fff;
    text-align: center;
    font-family: Helvetica Neue;
    font-weight: bold;
    font-size: 80px;
    margin: 0 0 -50px 0;
  }

  .fourth-subtitle {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: rgba(0, 25, 44, 1);
    top: -75px;
  }

  .fourth-card {
    padding: 10px 5px;
  }

  .fourth-container-contents {
    display: block;
  }

  .fourth-contant-one,
  .fourth-contant-two,
  .fourth-contant-three,
  .fourth-contant-four {
    width: 100%;
    margin: 0px;
    padding-bottom: 15px;
  }

  .post-details {
    height: auto;
  }
}

/*============================
  Responsible - Fifth-section
============================*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  .fifth-message {
    font-size: 12px;
    top: 35px;
  }

  .partner_btn_second {
    display: flex;
    flex-direction: column;
  }

  .partner_btn_second a,
  .partner_btn_second-2 a {
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    text-decoration: none;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
  }

  .fifth-container .partner p {
    text-align: center;
    padding: 30px 0 15px;
  }

}

/*============================
  Responsible - footer
============================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer .row {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    display: inline-block;
  }

  .footer-container {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0px 0px;
  }

  footer .col.border_l {
    padding: 0;
    border: none;
  }

  .footer-sns {
    text-align: center;
    padding: 25px 0 0 0;
  }

  footer .pl0 {
    padding-left: 0px;
  }

  footer .pr0 {
    padding-right: 0px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .fifth-section {
    background-color: #fff;
  }

  .footer-container {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0px 0px;
  }

  footer .row {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    display: inline-block;
  }

  footer .col.border_l {
    padding: 5px;
    border: none;
  }

  footer a {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
  }

  footer a:hover {
    color: #fff;
    opacity: .5;
    transition: .8s;
    text-decoration: none;
  }

  .footer-sns {
    text-align: center;
    padding: 25px 0 0 0;
  }

  .second-row {
    display: none;
  }

  .footer-sp-logo {
    max-width: 90%;
    height: auto;
    padding: 25px 0 25px 0;
    border-bottom: 1.5px solid #b10c00;
  }

  footer .pl0 {
    padding-left: 0px;
  }

  footer .pr0 {
    padding-right: 0px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-10 {
  padding-top: 10px;
}



/*============================
  utils
============================*/

.mt0 {
  margin-top: 0px;
}

.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mt9 {
  margin-top: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt34 {
  margin-top: 34px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml0 {
  margin-left: 0px;
}

.ml1 {
  margin-left: 1px;
}

.ml2 {
  margin-left: 2px;
}

.ml3 {
  margin-left: 3px;
}

.ml4 {
  margin-left: 4px;
}

.ml5 {
  margin-left: 5px;
}

.ml6 {
  margin-left: 6px;
}

.ml7 {
  margin-left: 7px;
}

.ml8 {
  margin-left: 8px;
}

.ml9 {
  margin-left: 9px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml18 {
  margin-left: 18px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.mr0 {
  margin-right: 0px;
}

.mr1 {
  margin-right: 1px;
}

.mr2 {
  margin-right: 2px;
}

.mr3 {
  margin-right: 3px;
}

.mr4 {
  margin-right: 4px;
}

.mr5 {
  margin-right: 5px;
}

.mr6 {
  margin-right: 6px;
}

.mr7 {
  margin-right: 7px;
}

.mr8 {
  margin-right: 8px;
}

.mr9 {
  margin-right: 9px;
}

.mr10 {
  margin-right: 10px;
}

.mr12 {
  margin-right: 12px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.pt0 {
  padding-top: 0px;
}

.pt1 {
  padding-top: 1px;
}

.pt2 {
  padding-top: 2px;
}

.pt3 {
  padding-top: 3px;
}

.pt4 {
  padding-top: 4px;
}

.pt5 {
  padding-top: 5px;
}

.pt6 {
  padding-top: 6px;
}

.pt7 {
  padding-top: 7px;
}

.pt8 {
  padding-top: 8px;
}

.pt9 {
  padding-top: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pt105 {
  padding-top: 105px;
}

.pt110 {
  padding-top: 110px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb1 {
  padding-bottom: 1px;
}

.pb2 {
  padding-bottom: 2px;
}

.pb3 {
  padding-bottom: 3px;
}

.pb4 {
  padding-bottom: 4px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb6 {
  padding-bottom: 6px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb9 {
  padding-bottom: 9px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb140 {
  padding-bottom: 140px;
}

.pb300 {
  padding-bottom: 300px;
}

.pl0 {
  padding-left: 0px;
}

.pl1 {
  padding-left: 1px;
}

.pl2 {
  padding-left: 2px;
}

.pl3 {
  padding-left: 3px;
}

.pl4 {
  padding-left: 4px;
}

.pl5 {
  padding-left: 5px;
}

.pl6 {
  padding-left: 6px;
}

.pl7 {
  padding-left: 7px;
}

.pl8 {
  padding-left: 8px;
}

.pl9 {
  padding-left: 9px;
}

.pl10 {
  padding-left: 10px;
}

.pl12 {
  padding-left: 12px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl23 {
  padding-left: 23px;
}

.pl25 {
  padding-left: 25px;
}

.pl28 {
  padding-left: 28px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl42 {
  padding-left: 42px;
}

.pl45 {
  padding-left: 45px;
}

.pl47 {
  padding-left: 47px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl56 {
  padding-left: 56px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pl105 {
  padding-left: 105px;
}

.pl110 {
  padding-left: 110px;
}

.pl115 {
  padding-left: 115px;
}

.pl120 {
  padding-left: 120px;
}

.pl130 {
  padding-left: 130px;
}

.pl140 {
  padding-left: 140px;
}

.pl150 {
  padding-left: 150px;
}

.pl155 {
  padding-left: 155px;
}

.pl200 {
  padding-left: 200px;
}

.pr0 {
  padding-right: 0px;
}

.pr1 {
  padding-right: 1px;
}

.pr2 {
  padding-right: 2px;
}

.pr3 {
  padding-right: 3px;
}

.pr4 {
  padding-right: 4px;
}

.pr5 {
  padding-right: 5px;
}

.pr6 {
  padding-right: 6px;
}

.pr7 {
  padding-right: 7px;
}

.pr8 {
  padding-right: 8px;
}

.pr9 {
  padding-right: 9px;
}

.pr10 {
  padding-right: 10px;
}

.pr12 {
  padding-right: 12px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

.pr100 {
  padding-right: 100px;
}

/* news feed */
.news-link {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: rgba(244, 244, 244, 1);
}

.container {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
}

.section_main {
  padding: 30px 30px 30px 30px;
  font-size: 13px;
  line-height: 20px;
}

.news_main {
  max-height: 380px;
  overflow: auto;
  /* border-bottom: 1px solid #C4C4C4; */
}

.news_item {
  border-top: 1px solid #C4C4C4;
  padding: 20px 0;
  display: flex;
  color: #001424;
}

.item_title {
  flex: 0 0 120px;
  margin-right: 0px;
}

.item_date {
  color: #08124E;
  flex: 0 0 90px;
  margin: 0 0 0 20px;
  font-size: 14px;
  font-weight: 600;
}

.item_content {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  text-decoration: none !important;
  color: #001424;
}

@media screen and (max-width: 768px) {
  .news-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    padding: 4vw 4vw;
  }

  #Fourth-section .container {
    padding-bottom: 0;
  }

  .section_main {
    padding: 9.3vw 5.8vw 9.3vw 5.8vw;
    font-size: 3.5vw;
    line-height: 1.5;
  }

  .news_main {
    max-height: 150vw;
    overflow: auto;
  }

  .news_item {
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    padding: 3vw 0;
    flex-wrap: wrap;
  }

  .item_title {
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    margin-right: 0;
  }

  .item_date {
    flex: 0 0 100%;
    margin: 0 0 0 0;
  }

  .item_content {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
  }
}