@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900|M+PLUS+Rounded+1c:200,300,400,500,600,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,900&family=Noto+Sans:wght@700&family=Roboto:wght@400;500;700;900&display=swap');

body {
  font-family: 'Noto Sans JP', sans-serif, "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
}

.pc_Only,
.pc_Only2 {
  display: block;
}
.sp_Only,
.sp_Only2 {
  display: none !important;
}
@media screen and (max-width: 768.98px) {
  .pc_Only{
    display: none;
  }
  .sp_Only{
    display: block !important;
  }
  .autoHeight{
    min-height: auto !important;
  }
}
@media screen and (max-width: 1399.98px) {
  .pc_Only2{
    display: none;
  }
  .sp_Only2{
    display: block !important;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Noto Sans JP', sans-serif, "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* link */
a {
  color: #00a0e9;
  transition: 0.3s;
}
a:hover {
  color: #B71234;
}
/*.ancLink {
  display: block;
  margin-top:-112px;
  padding-top:112px;
}*/
.ancLink0 {
  display: block;
  margin-top:-61px;
  padding-top:61px;
}

/*  container */
@media (min-width: 1200px) {
  .container {
      max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .container {
      max-width: 100%;
  }
}


/*  globalNavi */
.navbar {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: transparent;
  transition: 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
.navbar.fixed {
  z-index: 1030;
  background-color: rgba(255,255,255,0.7);
}
.nav-item:not(:last-child) {
  margin-right: 15px;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 6px;
  padding-left: 48px;
  padding-right: 20px;
}
.navbar-brand img {
  transition: 0.3s;
}
.navbar-brand img:hover {
  opacity: 0.7;
}
.nav-link {
  position: relative;
}
.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  position: relative;
  transition: 0.3s;
  letter-spacing: 0.03em;
}
.navbar-nav .nav-link:hover {
  color: #B71234;
}
.navbar-nav .nav-link img {
  transition: 0.3s;
}
.navbar-nav .nav-link img:hover {
  opacity: 0.7;
}
.navbar-nav .nav-link.logo {
  margin-top: -2px;
  position: relative;
  padding-right: 27px;
}
.megamenu {
  position: static;
}
.megamenu .dropdown-menu {
  width: 100% !important;
  margin-top: -1px;
  transition: all 0s;
  overflow: hidden;
  opacity: 0;
  display: block;
  height: 0;
  padding: 0 !important;
  right: 0;
}
.megamenu .dropdown-menu.show {
  height: auto;
  opacity: 1;
  padding: 1.5em 0 !important;
  transition: all 0.5s;
}
.dropdown .dropdown-menu {
  transition: all 0.5s;
  opacity: 0;
  display: block;
  height: 0;
  padding: 0;
}
.dropdown .dropdown-menu.show {
  opacity: 1;
  height: auto;
  padding: 0.5rem 0;
}
.dropdown-toggle::after {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 14px;
  right: -6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  border-right: none;
  border-bottom: none;
}

.navbar-nav li.nav-item {
  position: relative;
  text-align: center;
}
.navbar-nav li.nav-item ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
  width: 200px;
  padding: 30px 28px 30px 30px;
  background: #FFFFFF;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
  list-style: none;
}
.navbar-nav li.nav-item:hover ul {
  opacitY: 1;
  pointer-events: auto;
}
.navbar-nav li.nav-item  ul::before {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
.navbar-nav li.nav-item ul li {
  height: auto;
  width: 100%;
  text-align: left;
}
.navbar-nav li.nav-item ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
.navbar-nav li.nav-item ul li a {
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  place-items: center;
  transition: all .3s;
  display: block;
  position: relative;
  color: #333;
  text-decoration: none;
}
.navbar-nav li.nav-item ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #D80C24;
  border-right: 1px solid #D80C24;
  transform: skew(350deg, 350deg);
  rotate: 45deg;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.navbar-nav li.nav-item ul li a:hover {
  color: #D80C24;
}
@media (min-width: 1400px) {
  .navbar-expand-xxl .navbar-nav {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .navbar-brand {
    z-index: 999;
  }
  .navbar>.container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .navbar-toggler {
    margin-right: var(--bs-gutter-x, .75rem);
  }
  #globalNavi {
    padding-top: 100px;
    padding-bottom: 20px;
    margin-top: -100px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .navbar-nav li.nav-item ul {
    position: relative;
    opacity: 1;
    background: transparent;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    translate: none;
    left: 45%;
  }
  .navbar-nav li.nav-item ul li a::before {
    content: "—";
    display: inline-block;
    margin-right: 3px;
  }
  .navbar.fixed {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .navbar.fixed #globalNavi {
    background-color: rgba(255, 255, 255, 0);
  }
  .nav-item:not(:last-child) {
    margin-left: 40px;
    padding-bottom: 10px;
  }
  .navbar-nav .nav-link.logo {
    padding-right: 20px;
    padding-left: 40px;
  }
  .navbar-nav .nav-item:not(:last-child) .nav-link::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #B71234;
    border-right: 2px solid #B71234;
    transform: rotate(45deg);
    position: absolute;
    right: 30%;
    top: 15px;
  }
}

@media screen and (max-width: 767.98px) {
  .megamenu .dropdown-menu {
    display: none;
    transition: all 0.5s;
  }
  .megamenu .dropdown-menu.show {
    display: block;
  }
  .nav-link {
    padding: 0 0 45px;
  }
  .nav-item:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .dropdown-toggle::after {
    right: 15px;
    top: 21px;
  }
  .navbar-nav li.nav-item {
    text-align: left;
  }
  .navbar-nav li.nav-item ul {
    position: relative;
    opacity: 1;
    background: transparent;
    width: 100%;
    margin-top: -25px;
    margin-bottom: 40px;
    padding: 0;
  }
  .navbar-nav li.nav-item ul li {
    margin: 8px 0 15px;
  }
  .navbar-nav li.nav-item ul li a {
    display: inline-block;
    background: none;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    padding-left: 15px;
  }
  .navbar-nav li.nav-item ul li a::before {
    content: "—";
    display: inline-block;
    margin-right: 3px;
  }
  .navbar-nav li.nav-item ul li a::after {
    content: none;
  }
}


/*  sp-menu */
.navbar .navbar-toggler {
  border: none;
  background-color: #333;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  z-index: 999;
}
.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus {
  background-color: #333;
  outline: none;
  box-shadow: none;
}
.navbar .navbar-toggler .icon-bar {
  width: 25px;
  display: block;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.navbar .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar .navbar-toggler.collapsed .icon-bar {
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.navbar .navbar-toggler.collapsed .icon-bar:nth-child(1),
.navbar .navbar-toggler.collapsed .icon-bar:nth-child(2),
.navbar .navbar-toggler.collapsed .icon-bar:nth-child(3) {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1),
.navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2),
.navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  display: block;
}
.navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
  top: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
}
.navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2),
.navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
  top: -1px;
  margin-top: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  opacity: 1;
}
.navbar .navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(3) {
  /*display: none;*/
  opacity: 0;
}
.navbar .navbar-toggler .hum_menu{
  font-size: 0.5em;
  margin-top: 0px;
  display: block;
  transition: 0.3s;
  opacity: 1;
}
.navbar .navbar-toggler[aria-expanded="true"] .hum_menu {
  opacity: 0;
}
.sp_logo {
  display: none;
}

/* breadcrumb */
.bs-component {
  background-color: #fff;
}
.breadcrumb {
  color: #333;
  font-family: 'Noto Sans JP', serif;
  padding: 8px 15px;
  margin-bottom: 0;
  list-style: none;
  border-radius: 2px;
  background-color: #fff;
  font-size: 12px;
}
.breadcrumb > li + li:before {
  content: ">";
  padding: 0 5px;
  color: #333;
}
.breadcrumb a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: #054495;
}


/* MainVI */
.mainVI {
  background-color: #cbebfb;
  margin-top: 0;
  padding-top: 112px;
}
.mainVI .mainLogo_wrap {
  position: relative;
  text-align: center;
  background-image: url(../images/top/img_bg_mainLogo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 531px;
  margin-top: -38px;
}
.mainVI #mainLogo .titleLogo {
  margin-top: 75px;
}
.mainVI #mainLogo .mainVI_bubble {
  background-image: url(../images/top/img_bubble_mainLogo2.png);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  height: 133px;
  padding-top: 30px;
  margin-top: 30px;
}
.mainCopy {
  position: relative;
  padding-top: 50px;
}
.mainCopy .lead {
    color: #333;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: 2.0;
}
.mainCopy .lead span {
  padding: 0px 10px 2px;
  border-radius: 5px;
}
.result_link a img {
  transition: 0.3s;
}
.result_link a:hover img {
  opacity: 0.6;
}

@media (max-width: 991.98px) {
  .result_link {
    margin-top: -20px !important;
    z-index: 1;
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(255,255,255,0);
  }
  .navbar.fixed {
    background-color: rgba(255,255,255,0);
  }
  .navbar-brand {
    opacity: 0;
    width: 0;
  }
  .sp_logo {
    display: block;
  }
  .navbar-collapse {
    background-color: rgba(255,255,255,0.9);
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -85px;
    padding: 45px 50px;
    z-index: 0;
    height: 100vh;
    height: 100svh;
  }
  .sp_logo {
    padding-bottom: 60px;
    width: 100%;
    max-width: 203px;
  }
  .sp_logo img {
    transition: 0.3s;
    width: 100%;
  }
  .nav-item .logo {
    padding-top: 0;
  }
  .navbar-nav .nav-link::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #B71234;
    border-right: 2px solid #B71234;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 10px;
  }
  .navbar-nav .nav-link.logo::after {
    content: "";
    width: 0;
    height: 0;
    border-top: none;
    border-right: none;
  }
  .result_link {
    margin-top: -80px !important;
  }
}
@media (max-width: 575.98px) {
  .result_link {
    margin-top: -55px !important;
  }
}

/* Outline */
/*#outline {
  position: relative;
  background-image: url(../images/top/img_bg_outline_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-top: -130px;
}*/
#outline {
  position: relative;
  margin-top: 250px;
}
#outline .container {
  position: relative;
}
#outline .title {
  text-align: center;
  background-image: url(../images/top/img_title_outline.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 287px;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  padding-top: 160px;
  margin-top: -145px;
}
#outline .outline_wrap {
  position: relative;
  background-color: #fcf2c6;
  border: 5px solid #ffc86c;
  border-radius: 20px;
  padding: 145px 95px 50px;
  margin-top: 25px;
}
#outline .model_pc3 {
  position: absolute;
  left: 20px;
  top: -65px;
}
#outline .sankashou {
  position: absolute;
  right: 44px;
  top: -77px;
  z-index: 100;
}
#outline .icon1 {
  position: absolute;
  left: 120px;
  top: 40px;
}
#outline .icon2 {
  position: absolute;
  right: 105px;
  bottom: 275px;
}
#outline .tbl_outline {
  background-color: #fff;
  border-top: 2px solid #ffc86c;
}
#outline .tbl_outline th {
  width: 135px;
  text-align: left;
  padding: 15px 20px;
  border-bottom: 2px solid #ffc86c;
  background-color: #fde579;
  font-size: 22px;
  font-weight: 600;
}
#outline .tbl_outline td {
  padding: 15px 25px;
  border-bottom: 2px solid #ffc86c;
  vertical-align: middle;
  font-size: 22px;
}
#outline .hosoku {
  font-size: 22px;
  margin-top: 30px;
}
#outline .hosoku2 {
  font-size: 22px;
  margin-top: 10px;
}
#outline .outline_text.pd0 {
  padding: 0;
}

#outline .commendation {
}
#outline .commendation.award00 {
  background-color: #ffedee;
  margin-bottom: 0;
  padding: 20px 20px 0;
}
#outline .commendation.award01 {
  background-color: #ecf4d9;
  margin-bottom: 0;
  padding: 20px 20px 0;
}
#outline .commendation.award02 {
  background-color: #fffada;
  margin-bottom: 0;
  padding: 20px 20px 0;
}
#outline .commendation.award03 {
  margin-bottom: 0;
  padding: 20px 20px 20px;
  position: relative;
}
#outline .cleo01 {
    position: absolute;
    right: 44px;
    top: 25px;
    z-index: 100;
}
#outline .commendation.award04 {
  background-color: #eaf6fd;
  margin-bottom: 0;
  padding: 20px 20px 0;
}
#outline .commendation .commendation_wrap {
  border-bottom: 2px solid #ffc86c;
  padding-bottom: 20px;
}
#outline .title_low {
  margin-bottom: 20px;
}
#outline .title_low .award {
  background-color: #f36d00;
  color: #fff;
  border-radius: 5px;
  padding: 0px 10px 2px;
  font-size: 20px;
}
#outline .commendation.award03 .title_low .award {
  background-color: #fff;
  border: 2px solid #f36d00;
  color: #f36d00;
  font-weight: 600;
}
#outline .title_low .ceremony {
  background-image: url(../images/top/img_bg_ceremony.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 35px;
  width: 134px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #5484c4;
  text-align: center;
  margin-left: 20px;
  padding-top: 4px;
}
#outline .content_row {
  display: table;
  margin-bottom: 20px;
  position: relative;
}
#outline .content_row .title_col {
  display: table-cell;
  width: 140px;
}
#outline .content_row .content_col {
  display: table-cell;
}
#outline .content_row .content_col.mark-point {
  padding-left: 1em;
  text-indent: -1em;
}
#outline .content_row .content_col.mark-point::before {
  content: "●";
  color: #f39800;
}
#outline .hosoku_txt {
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
#outline .hosoku_txt:last-child {
  margin-bottom: 0;
}
#outline .outline_text ul {
  padding-left: 0;
}
#outline .outline_text ul li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 15px;
}
#outline .outline_text ul li:last-child {
  margin-bottom: 0;
}
#outline .outline_text ul li::before {
  content: "●";
  color: #f39800;
}

.btn_wrap {
  position: relative;
  display: flex;
  justify-content: space-evenly;
}
.link_btn {
  text-align: center;
  margin: 60px 0 0;
}
.link_btn a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  background-color: #f39800;
  color: #fff;
  border: 2px solid #f39800;
  border-radius: 50px;
  padding: 10px 80px;
  font-size: 20px;
  font-weight: 600;
}
.link_btn a:hover {
  background-color: #fff;
  color: #f39800;
}

.link_text {
  text-align: center;
  margin: 30px 0 0;
}
.link_text a {
  transition: 0.3s;
  font-size: 20px;
  font-weight: 500;
  color: #0068b3;
}
.link_text a:hover {
  text-decoration: none;
  opacity: 0.7;
}



/* 応募方法 */
#application {
  margin-top: 270px;
}
#application .container {
  position: relative;
}
#application .application_wrap {
  position: relative;
  background-color: #dff2fc;
  border: 5px solid #a2c8e7;
  border-radius: 20px;
  padding: 50px 95px 50px;
  margin-top: 25px;
}
#application .title {
  text-align: center;
  background-image: url(../images/top/img_title_application.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 287px;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  padding-top: 160px;
  margin-top: -145px;
}
#application .model_pc4 {
  position: absolute;
  right: 120px;
  top: -90px;
}
#application .icon3 {
  position: absolute;
  left: 105px;
  top: 30px;
}
.title_sub {
  background-image: url(../images/top/img_bg_title_sub.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 66px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
#application .tbl_application {
  background-color: #fff;
  border-top: 2px solid #a2c8e7;
  margin-bottom: 50px;
}
#application .tbl_application th {
  width: 190px;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 2px solid #a2c8e7;
  background-color: #d8dfed;
}
#application .tbl_application td {
  padding: 15px 25px;
  border-bottom: 2px solid #a2c8e7;
  vertical-align: middle;
  font-size: 22px;
}
#application .application_title span {
  display: inline-block;
  color: #0069a0;
  font-size: 19px;
  font-weight: 500;
  background-color: #fff;
  border: 2px solid #a2c8e7;
  padding: 0 5px;
  border-radius: 5px;
  text-align: left;
}
#application .application_title i {
  display: block;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 5px;
}
#application .application_text{
  font-size: 20px;
}
#application .application_text.pb0{
  padding: 0;
}
#application .application_text .strong_text {
  color: #0069a0;
  font-weight: 600;
  margin-bottom: 10px;
}
#application .application_text .work01 {
  background-color: #ffedee;
}
#application .application_text .work_wrap {
  padding: 15px 25px;
}
#application .application_text .work_row {
  display: table;
  margin-bottom: 5px;
}
#application .application_text .square {
  display: table-cell;
  padding-right: 10px;
}
#application .application_text .square span {
  color: #0069a0;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  border: 2px solid #a2c8e7;
  text-align: center;
  width: 35px;
  display: block;
  border-radius: 5px;
}
#application .application_text .work_txt {
  display: table-cell;
  color: #0069a0;
  font-size: 20px;
  font-weight: 600;
  padding-left: 1em;
  text-indent: -1em;
}
.note_box {
  background-color: #fcf2c6;
  padding: 20px;
  margin-bottom: 10px;
  color: #f36d00;
  font-weight: 500;
  position: relative;
}
.note_box span {
  background-image: url(../images/top/img_bg_underline.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  display: inline-block;
  padding-bottom: 5px;
}
.note_box .note_text1 {
}
.note_box .note_text2 {
  margin-left: 1em;
}
.note_box p:last-child {
  margin-bottom: 0;
}
#application .method_wrap {
  background-color: #fff;
  border-top: 2px solid #a2c8e7;
  border-bottom: 2px solid #a2c8e7;
  padding: 30px 25px 50px;
  font-size: 20px;
}
#application .method_wrap .method_oubo {
  color: #0069a0;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
#application .method_wrap .method_col {
  padding: 20px;
}
#application .method_wrap .method_box {
  border: 2px solid #fcc53f;
  border-radius: 10px;
  padding: 20px;
}
#application .method_wrap .method_title {
  color: #0069a0;
  font-size: 20px;
  font-weight: 600;
  padding-left: 2.5em;
  text-indent: -2.5em;
  margin-bottom: 15px;
}
#application .method_wrap .method_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
#application .method_wrap .method_img img {
  width: auto;
}
#application .method_hosoku_wrap {
  padding: 20px 20px 0;
}
#application .method_point {
  padding-left: 1em;
  text-indent: -1em;
}
#application .method_point::before {
  content: "●";
  color: #a2c8e7;
}
#application .method_hosoku {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  margin-left: 1em;
  margin-bottom: 5px;
}
#application .icon4 {
  position: absolute;
  right: 125px;
}

@media (max-width: 1199.98px) {
  #application .method_wrap .method_img img {
    width: 100%;
    height: auto;
  }
}

/* 応募規定 */
#rules {
  margin-top: 250px;
}
#rules .container {
  position: relative;
}
#rules .title {
  text-align: center;
  background-image: url(../images/top/img_title_rules.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 287px;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  padding-top: 160px;
  margin-top: -145px;
}
#rules .model_pc5 {
  position: absolute;
  left: 75px;
  top: -65px;
}
#rules .rules_wrap {
  position: relative;
  background-color: #fff;
  border: 5px solid #ffc86c;
  border-radius: 20px;
  padding: 50px 95px 50px;
  margin-top: 25px;
  font-size: 20px;
}
#rules .title_sub2 {
  background-image: url(../images/top/img_bg_title_sub2.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 66px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
#rules .rule_point {
  padding-left: 1em;
  text-indent: -1em;
}
#rules .rule_point::before {
  content: "●";
  color: #f39800;
}
#rules .rule_hosoku {
  margin-top: 10px;
  display: block;
  font-size: 18px;
  padding-left: 1em;
  text-indent: -1em;
}
.note_box.sankasho {
  margin-left: 1em;
}

/* 審査員の紹介 */
#judges {
  margin-top: 250px;
}
#judges .container {
  position: relative;
}
#judges .title {
  text-align: center;
  background-image: url(../images/top/img_title_judges.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 287px;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  padding-top: 160px;
  margin-top: -145px;
}
#judges .model_pc6 {
  position: absolute;
  right: 120px;
  top: -80px;
}
#judges .judges_wrap {
  position: relative;
  background-color: #ecf4e3;
  border: 5px solid #c0dd98;
  border-radius: 20px;
  padding: 50px 95px 20px;
  margin-top: 25px;
  font-size: 20px;
}
#judges .title_sub3 {
  background-image: url(../images/top/img_bg_title_sub3.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 66px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
#judges .img_box {
}
#judges .name_box {
}
#judges .name_box .katagaki {
  font-size: 18px;
}
#judges .name_box .name_text {
  font-size: 30px;
  margin-bottom: 0;
}
#judges .name_box .name_en {
  font-size: 18px;
  color: #f39800;
  margin-bottom: 0;
}
#judges .name_box .judges_text {
  margin-top: 30px;
}
#judges .profile {
  font-size: 16px;
  margin-bottom: 50px;
}
#judges .profile .profile_title {
  color: #f39800;
  margin-right: 10px;
}
#judges .comingSoon {
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #f39800;
  border-radius: 10px;
  padding: 5px 20px 8px;
  background-color: #fffada;
}

/* 応募宛先 */
#address {
  margin-top: 90px;
}
#address .container {
  position: relative;
}
#address .address_wrap {
  position: relative;
  background-color: #fcf2c6;
  border-radius: 20px;
  padding: 50px 95px 50px;
  margin-top: 25px;
}
#address .title_sub2 {
  background-image: url(../images/top/img_bg_title_sub2.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 66px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
#address .left-col {
  border-right: 2px solid #999;
}
#address .right-col {
  padding-left: 45px;
  padding-top: 10px;
}
#address .address_text1 {
  font-size: 24px;
  margin-bottom: 5px;
}
#address .address_text2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
#address .contact_text1 {
  font-size: 24px;
  margin-bottom: 5px;
}
#address .contact_text1 .contact_mark {
  color: #f39800;
}
#address .contact_text2 {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
#address .contact_text2 a {
  text-decoration: none;
  color: #333;
}
#address .contact_text3 {
  font-size: 20px;
  margin-bottom: 0;
}
#address .caution_wrap {
  position: relative;
  margin-top: 50px;
}
#address .caution_title {
  font-size: 20px;
  font-weight: 600;
  padding-left: 1em;
  text-indent: -1em;
}
#address .caution_title::before {
  content: "■";
  color: #999;
}
#address .caution_list {
  font-size: 16px;
}
#address .caution_list li {
  margin-bottom: 10px;
}
#address .caution_list li:last-child {
  margin-bottom: 0;
}

/* 未来キッチン学習会 */
#award-winning-schools {
  background-color: #dff2fc;
  /*margin-top: 90px;*/
  padding-bottom: 90px;
  overflow: hidden;
}
#study {
  background-color: #dff2fc;
  margin-top: 90px;
  overflow: hidden;
}
#study .container {
  position: relative;
}
#study .study_header {
  position: relative;
  padding-top: 65px;
}
#study .study_header .study_header_txt0 {
  display: inline-block;
  background: #fde579;
  font-size: 24px;
  font-weight: 600;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  text-align: center;
  padding-top: 158px;
  position: absolute;
  z-index: -1;
  left: 187px;
  top: -140px;
}
#study .study_header .title_wrap {
  display: inline-block;
}
#study .study_header .study_header_txt1 {
  font-size: 16px;
  text-align: right;
}
#study .study_header .study_header_txt2 {
  font-size: 20px;
  margin: 30px 0 0;
}
#study .study_header .model_pc7 {
  position: absolute;
  right: 0px;
  top: 30px;
  width: auto;
}
#study .study_wrap {
  position: relative;
}
#study .tbl_study {
  background-color: #fff;
  border-top: 2px solid #ffc86c;
  margin-top: 50px;
}
#study .tbl_study th {
  width: 155px;
  text-align: left;
  padding: 15px 20px;
  border-bottom: 2px solid #ffc86c;
  background-color: #fde579;
  font-size: 22px;
  font-weight: 600;
}
#study .tbl_study td {
  padding: 15px 25px;
  border-bottom: 2px solid #ffc86c;
  vertical-align: middle;
  font-size: 22px;
}
#study .tbl_study .icon_row {
  position: relative;
}
#study .tbl_study .icon_present {
  position: absolute;
  top: -74px;
  right: -30px;
}
#study .tbl_study .date_list {
  padding-left: 0;
}
#study .tbl_study .date_list li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
  margin-bottom: 10px;
}
#study .tbl_study .date_list li:last-child {
  margin-bottom: 0;
}
#study .tbl_study .date_list li::before {
  content: "●";
  color: #f36d00;
}
#study .tbl_study .tour_box {
  border: 2px solid #f36d00;
  padding: 10px 50px 10px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
#study .tbl_study .tour_box .tour_text1 {
  color: #f36d00;
  margin-bottom: 10px;
}
#study .tbl_study .tour_box .tour_text2 {
  margin-bottom: 10px;
  padding-left: 1em;
  position: relative;
}
#study .tbl_study .tour_box .tour_text2::before {
  content: "▼";
  color: #f36d00;
}
#study .tbl_study .tour_box .tour_title {
  width: 280px;
  display: inline-block;
}
#study .tbl_study .showroom_title {
  font-weight: 600;
}
#study .tbl_study .showroom_img img {
  width: 95%;
}
#study .tbl_study .showroom_txt {
  margin-top: 15px;
}
#study .tbl_study .link_area {
  margin-top: 20px;
  margin-bottom: 20px;
  display: table;
}
#study .tbl_study .google_link {
  display: table-cell;
  padding-right: 30px;
}
#study .tbl_study .google_link a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
  background-color: #f39800;
  color: #fff;
  border: 2px solid #f39800;
  border-radius: 50px;
  padding: 15px 50px;
  font-size: 20px;
  font-weight: 600;
}
#study .tbl_study .google_link a:hover {
  background-color: #fff;
  color: #f39800;
}
#study .tbl_study .fax_link {
  display: table-cell;
  vertical-align: bottom;
}
#study .tbl_study a {
  color: #0068b3;
  transition: 0.3s;
}
#study .tbl_study a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#study .tbl_study .flow_title {
  position: relative;
}
#study .tbl_study .flow_title::before {
  content: "●";
  color: #f36d00;
}
#study .tbl_study .flow_list {
  padding-left: 0;
}
#study .tbl_study .flow_list.list1 {
  margin-bottom: 20px;
}
#study .tbl_study .flow_list li {
  list-style: none;
  float: left;
  background-color: #fcf2c6;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  margin-right: 50px;
  font-size: 19px;
}
#study .tbl_study .flow_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -47px;
  transform: translateY(-50%);
  border: 14px solid transparent;
  border-left: 14px solid #f36d00;
}
#study .tbl_study .flow_list li:last-child::after {
  border: none;
}
#study .tbl_study .flow_list li:last-child {
  margin-right: 0;
}
#study .tbl_study .flow_list.list1 li:nth-child(1) {
  width: 200px;
}
#study .tbl_study .flow_list.list1 li:nth-child(2) {
  width: 250px;
}
#study .tbl_study .flow_list.list1 li:nth-child(3) {
  width: 150px;
}
#study .tbl_study .flow_list.list1 li:nth-child(4) {
  width: 150px;
}
#study .tbl_study .flow_list.list2 li:nth-child(1) {
  width: 220px;
}
#study .tbl_study .flow_list.list2 li:nth-child(2) {
  width: 190px;
}
#study .tbl_study .flow_list.list2 li:nth-child(3) {
  width: 180px;
}
#study .tbl_study .flow_list.list2 li:nth-child(4) {
  width: 160px;
}


/* 未来キッチン学習会 お問い合わせ*/
#study .sutdy_contact {
  position: relative;
  margin-top: 60px;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 95px 50px;
}
#study .sutdy_contact .title_sub2 {
  background-image: url(../images/top/img_bg_title_sub2.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 66px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
#study .sutdy_contact .jimukyoku {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
#study .sutdy_contact .contact_tel {
  border-right: 2px solid #999;
  position: relative;
}
#study .sutdy_contact .contact_tel::before {
  content: url(../images/top/img_icon_tel.png);
  position: absolute;
  top: 13px;
}
#study .sutdy_contact .contact_text1 {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 5px;
  color: #f36d00;
  margin-left: 90px;
}
#study .sutdy_contact .contact_text1 a {
  color: #f36d00;
  text-decoration: none;
  word-wrap: break-word;
}
#study .sutdy_contact .contact_text2 {
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 90px;
}
#study .sutdy_contact .contact_mail {
  padding-left: 50px;
  padding-top: 23px;
  position: relative;
}
#study .sutdy_contact .contact_mail::before {
  content: url(../images/top/img_icon_mail.png);
  position: absolute;
  top: 13px;
}
#study .sutdy_contact .contact_mail a {
  color: #f36d00;
  font-size: 24px;
  font-weight: 600;
  transition: 0.3s;
  margin-left: 90px;
  display: block;
  word-wrap: break-word;
}
#study .sutdy_contact .contact_mail a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#study .sutdy_caution {
  margin-top: 30px;
  padding-bottom: 50px;
}
#study .sutdy_caution .caution_title {
  font-size: 20px;
  font-weight: 600;
}
#study .sutdy_caution .caution_title::before {
  content: "■";
  color: #999;
}
#study .sutdy_caution .caution_text {
  font-size: 16px;
}
#study .reception_notice {
  background-color: #ffeeee;
  text-align: center;
  margin: 10px 0;
  padding: 20px 20px;
  font-size: 24px;
  font-weight: 600;
  width: 85%;
}


.sutdy_bnr {
  position: fixed;
  top: 400px;
  right: 0;
  z-index: 100;
}

.kokuchi_txt {
  display: inline-block;
  text-align: center;
  border: 4px solid #e50012;
  background-color: #ffedee;
  font-size: 24px;
  font-weight: 600;
  color: #e50012;
  padding: 25px 90px;
  z-index: 1;
  position: relative;
}

/* Containts Layout */
.main_wrap .container{
  /*padding-left: 0;
  padding-right: 0;*/
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}



@media screen and (max-width: 1200px) and (min-width: 768px) {
  .main_wrap .container {
    width: 1200px;
  }
  #outline .container {
    width: 1100px;
  }
  #outline .outline_wrap {
    padding: 145px 40px 50px;
  }
  #application .container {
    width: 1100px;
  }
  #application .application_wrap {
    padding: 50px 40px 50px;
  }
  #rules .container {
    width: 1100px;
  }
  #rules .rules_wrap {
    padding: 50px 40px 50px;
  }
  #judges .container {
    width: 1100px;
  }
  #judges .judges_wrap {
    padding: 50px 40px 20px;
  }
  #address .container {
    width: 1100px;
  }
  #address .address_wrap {
    padding: 50px 40px 50px;
  }
  #study .container {
    width: 1100px;
  }
  #study .tbl_study .flow_list li {
    margin-bottom: 20px;
  }
  #application .icon4 {
    right: 50px;
  }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
}
@media screen and (max-width: 992px) {
  .mainVI .mainLogo_wrap {
    background-image: url(../images/top/img_bg_mainLogo_m.png);
  }
  .mainVI #mainLogo .titleLogo img {
    opacity: 0;
  }
  .mainVI #mainLogo .mainVI_bubble {
    margin-top: -25px;
  }
  #outline {
  }
  #outline .outline_wrap {
    padding: 145px 30px 125px;
  }
  #outline .model_pc3 {
    left: -20px;
    top: 20px;
    width: 30%;
  }
  #outline .sankashou {
    right: 5px;
    top: -90px;
    width: 25%;
  }
  .btn_wrap {
    display: block;
  }
  #application .model_pc4 {
    right: 40px;
  }
  #application .method_wrap .method_img img {
    width: 100%;
  }
  #rules .model_pc5 {
    left: 35px;
  }
  #judges .model_pc6 {
    right: 20px;
  }
  #outline .icon2 {
    right: 0;
    bottom: 10px;
  }
  #judges .img_box {
    text-align: center;
    margin-bottom: 20px;
  }
  #judges .img_box img {
    width: 100%;
  }
  #address .left-col {
    border-right: none;
    margin-bottom: 30px;
  }
  #address .right-col {
    padding-left: 10px;
  }
  #study .tbl_study .showroom_img {
  }
  #study .tbl_study .showroom_img img {
    width: 80%;
  }
  #study .sutdy_contact .contact_tel {
    border-right: none;
    margin-bottom: 30px;
  }
  #study .sutdy_contact .contact_mail {
    padding-left: 10px;
  }
  #study .study_header {
    padding-bottom: 250px;
  }
  #study .study_header .title_wrap {
    display: block;
    text-align: center;
  }
  #study .study_header .study_header_txt0 {
    left: calc((100% - 250px) / 2);
  }
  #study .study_header .model_pc7 {
    right: calc((100% - 471px) / 2);
    top: 395px;
  }

  .kokuchi_txt {
    padding: 25px 30px;
  }

  footer .footer_nav .logo_area {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 768px) {
  .main_wrap {
    overflow: hidden;
  }
  .mainVI {
    /*background-image: url(../images/top/img_bg_mainVI_sp.png);*/
    margin-top: 0;
    padding-top: 0;
  }
  .mainVI #mainLogo .titleLogo_s img {
    width: 100%;
  }
  .mainVI #mainLogo .titleLogo_s {
    margin-top: 60px;
    width: calc(100% + 24px);
    margin-left: -12px;
  }
  .mainVI .mainLogo_wrap {
    background-image: none;
    height: auto;
    margin-top: 0;
  }
  .mainVI #mainLogo .mainVI_bubble {
    margin-top: -55px;
  }
  .mainCopy {
    padding-bottom: 0;
    /*background-image: url(../images/top/img_bg_cloud_sp.png);*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mainCopy .lead span {
    background-color: transparent;
    padding: 0;
  }
  .mainCopy .sp_img img {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
  .mainVI #mainLogo .titleLogo.sp_Only img {
    opacity: 100;
  }

  #outline {
    /*background-image: url(../images/top/img_bg_outline_sp.png);
    padding-top: 180px;
    margin-top: -80px;
    padding-top: 180px;
    margin-top: 0;*/
  }
  #outline .outline_wrap {
    padding: 145px 10px 125px;
    border-right: none;
    border-left: none;
    border-radius: 0;
  }
  #outline .title {
    background-size: contain;
    font-size: 24px;
    margin-bottom: 80px;
  }
  #outline .sankashou {
    right: 10px;
    top: -90px;
    width: 25%;
  }
  #outline .icon1 {
    left: 10px;
    top: 62px;
    width: 80px;
  }
  #outline .icon2 {
    right: 0;
    bottom: 10px;
  }
  #outline .icon3 {
    left: -33px;
    bottom: 11px;
  }
  #outline .model_pc3 {
    width: 30%;
    top: 30px;
    left: 0;
  }
  #outline .tbl_outline th {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  #outline .tbl_outline td {
    display: block;
    padding: 15px 20px;
    font-size: 18px;
  }
  #outline .hosoku {
    font-size: 18px;
    padding-left: 1em;
    text-indent: -1em;
  }
  #outline .hosoku2 {
    font-size: 18px;
    padding-left: 1em;
    text-indent: -1em;
  }
  #outline .content_row .title_col {
    width: 90px;
    font-weight: 600;
  }

  .btn_wrap {
    display: block;
  }
  .link_btn:nth-child(2) {
    margin: 30px 0 0;
  }

  #application .model_pc4 {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30%;
  }
  #application .icon3 {
    position: absolute;
    left: -40px;
    top: 50px;
    z-index: 0;
  }
  #application .application_wrap {
    border-radius: 0;
    padding: 50px 10px 50px;
    border-right: none;
    border-left: none;
  }
  #application .method_wrap .method_img img {
    width: 100%;
  }
  #application .method_wrap .method_col {
    padding: 20px 0;
  }
  #application .method_hosoku_wrap {
    padding: 20px 0 0;
  }
  .note_box .note_text2 {
    margin-left: 0;
  }
  #application .tbl_application th {
    display: block;
    width: 100%;
  }
  #application .tbl_application td {
    font-size: 18px;
    display: block;
  }
  #application .application_text .work_txt {
    font-size: 18px;
  }
  #application .icon4 {
    right: 0;
    bottom: 125px;
  }
  #application .method_point {
    font-size: 18px;
  }
  #application .method_hosoku {
    font-size: 16px;
  }
  #application .application_title span {
    font-weight: 600;
    padding: 5px 15px;
    text-align: center;
    font-size: 22px;
    background-color: transparent;
    border: none;
  }

  #rules .model_pc5 {
    left: 0;
    top: 0;
    width: 30%;
  }
  #rules .rules_wrap {
    border-radius: 0;
    padding: 50px 10px 50px;
    border-right: none;
    border-left: none;
  }
  #rules .rule_point {
    font-size: 18px;
  }
  #rules .rule_hosoku {
    font-size: 16px;
  }

  #judges .model_pc6 {
    right: 0;
    top: 0;
    width: 30%;
  }
  #judges .judges_wrap {
    border-radius: 0;
    padding: 50px 10px 20px;
    border-right: none;
    border-left: none;
  }
  #judges .img_box {
    text-align: center;
    margin-bottom: 20px;
  }
  #judges .img_box img {
    width: auto;
  }
  #judges .judges_text {
    font-size: 18px;
  }

  #address .address_wrap {
    border-radius: 0;
    padding: 50px 10px 50px;
    border-right: none;
    border-left: none;
  }
  #address .left-col {
    border-right: none;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
  }
  #address .right-col {
    padding-left: 10px;
    padding-top: 20px;
  }
  #address .address_text1 {
    font-size: 20px;
  }
  #address .address_text2 {
    font-size: 22px;
  }
  #address .contact_text1 {
    font-size: 20px;
  }
  #address .contact_text2 {
    font-size: 31px;
  }
  #address .contact_text3 {
    font-size: 16px;
  }

  #study .study_header .title_wrap img {
    width: 100%;
  }
  #study .study_header .study_header_txt0 {
    left: calc((100% - 250px) / 2);
  }
  #study .study_header .model_pc7 {
    top: 487px;
  }
  #study .study_wrap {
    padding: 50px 10px 0;
  }
  #study .tbl_study {
    width: 100%;
  }
  #study .tbl_study th {
    display: block;
    width: 100%;
    text-align: center;
  }
  #study .tbl_study td {
    display: block;
    font-size: 18px;
  }
  #study .tbl_study .tour_box .tour_title {
    width: 198px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  #study .tbl_study .tour_box .tour_text2 {
    padding-left: 10px;
  }
  #study .tbl_study .icon_row {
    padding-bottom: 45px;
  }
  #study .tbl_study .icon_present {
    top: -23px;
    right: -40px;
  }
  #study .tbl_study .icon_present img {
    width: 80%;
  }
  #study .tbl_study .showroom_img img {
    width: 100%;
  }
  #study .tbl_study .link_area {
    display: block;
  }
  #study .tbl_study .google_link {
    display: block;
    padding-right: 0;
    text-align: center;
  }
  #study .tbl_study .fax_link {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  #study .tbl_study .flow_list li {
    float: none;
    margin-right: 0;
    font-size: 18px;
    width: 100% !important;
    margin-bottom: 40px;
  }
  #study .tbl_study .flow_list li::after {
    top: auto;
    right: auto;
    bottom: -42px;
    left: calc((100% - 28px) / 2);
    transform: rotate(90deg);
  }
  #study .tbl_study .flow_title {
    font-weight: 600;
  }
  #study .sutdy_contact {
    padding: 30px 30px 60px;
  }
  #study .sutdy_contact .contact_tel {
    border-right: none;
    padding-bottom: 20px;
  }
  #study .sutdy_contact .contact_text1 {
    font-size: 26px;
  }
  #study .sutdy_contact .contact_text2 {
    font-size: 16px;
  }
  #study .sutdy_contact .contact_mail {
    padding-left: 10px;
    padding-top: 10px;
  }

  .note_box span {
    background-image: none;
    text-decoration: underline;
    padding-bottom: 0;
    font-size: 18px;
    display: inline;
  }
  .note_box .note_text1 {
    margin-bottom: 0;
  }


  .sutdy_bnr {
    bottom: 0;
    top: unset;
    left: 0;
    height: 78px;
    text-align: center;
    background-color: #f8e667;
    z-index: 100;
  }
  .sutdy_bnr img {
    width: 100%;
  }

  #study .reception_notice {
    font-size: 20px;
    width: 100%;
  }

  .kokuchi_txt {
      font-size: 18px;
  }

}
@media screen and (max-width: 680px) {
  #outline .model_pc3 {
    width: 30%;
    top: 90px;
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  #outline .model_pc3 {
    width: 30%;
    top: 120px;
    left: 0;
  }
  #outline .sankashou {
    right: 0px;
    top: -70px;
    width: 30%;
  }
  #application .icon4 {
    right: 0;
    bottom: 145px;
  }
  #study .tbl_study td {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 480px) {
  #outline .model_pc3 {
    width: 30%;
    top: 200px;
    left: 0px;
  }
  #application .model_pc4 {
    top: 80px;
  }
  #rules .model_pc5 {
    top: 60px;
  }
  #judges .model_pc6 {
    top: 65px;
  }
  #outline .icon2 {
    right: 0;
    bottom: 10px;
  }
  #application .icon4 {
    right: -15px;
    bottom: 10px;
  }
  #study .sutdy_contact {
    padding: 20px 15px 30px;
  }
  #study .sutdy_contact .contact_tel {
    padding-bottom: 0;
  }
  #study .study_wrap {
      padding: 50px 00px 0;
  }
}

/* 受賞校の取り組み */
#study_point_attempt {
  margin-top: 80px;
}
#study_point_attempt .title_sub3 {
  background-image: url(../images/top/img_bg_title_sub.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 66px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}
#study_point_attempt .title_sub3.SizeM {
  background-image: url(../images/top/img_bg_title_sub4.png);
}
#study_point_attempt .attempt_wrap {
  background-color: #fff;
  border-top: 2px solid #ffc86c;
  border-bottom: 2px solid #ffc86c;
  padding: 60px 90px 60px;
}
#study_point_attempt .attempt_wrap .attempt_row {
  border-bottom: 2px solid #ffc86c;
  padding: 40px 0;
}
#study_point_attempt .attempt_wrap .attempt_row:first-child {
  padding-top: 0;
}
#study_point_attempt .attempt_wrap .attempt_row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#study_point_attempt .attempt_wrap .img_result02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#study_point_attempt .attempt_wrap .result02_link {
  position: relative;
  transition: 0.3s;
}
#study_point_attempt .attempt_wrap .result02_link:hover img {
  transition: 0.3s;
  opacity: 0.7;
}
#study_point_attempt .attempt_wrap .icon_expansion {
  background-color: #e782b0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin-bottom: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: 0.3s;
}
#study_point_attempt .attempt_wrap .icon_expansion span {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: -8px;
  right: 5px;
  transition: 0.3s;
}
#study_point_attempt .attempt_wrap a:hover .icon_expansion {
  background-color: #fff;
  border: 3px solid #e782b0;
}
#study_point_attempt .attempt_wrap a:hover .icon_expansion span {
  color: #e782b0;
}
#study_point_attempt .attempt_wrap .attempt_text {
  font-size: 20px;
  font-weight: 500;
  color: #f3006d;
}
#study_point_attempt .attempt_wrap .attempt_text span {
  font-size: 15px;
  border: 2px solid #f3006d;
  border-radius: 8px;
  padding: 0 5px;
  margin-right: 5px;
}
#study_point_attempt .attempt_wrap .attempt_text2 {
  font-size: 20px;
}
#study_point_attempt .attempt_wrap .attempt_text2 span {
  font-weight: 600;
}
#study_point_attempt .attempt_wrap ul {
  font-size: 20px;
}
#study_point_attempt .attempt_wrap .bnr_pdflink a {
  border: 2px solid #e782b0;
  background-color: #e782b0;
  color: #fff;
  transition: 0.3s;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
  padding: 5px 40px;
  font-size: 18px;
  font-weight: 500;
}
#study_point_attempt .attempt_wrap .bnr_pdflink a:hover {
  background-color: #fff;
  color: #e782b0;
}
@media (max-width: 991.98px) {
  #study_point_attempt .attempt_wrap {
    padding: 30px 30px;
  }
  #study_point_attempt .attempt_wrap .img_result02_wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 430.98px) {
  #study_point_attempt .title_sub3.SizeM {
    background-size: contain;
    font-size: 20px;
  }
}

/* 動画 */
#study_point_movie {
  position: relative;
  /*background-image: url(../images/top/img_bg_outline.png);*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  /*margin-top: -70px;*/
  padding-top: 70px;
}
#study_point_movie .container {
  text-align: center;
  background-color: #fff;
}
#study_point_movie .stripe {
  background-color: #94c5e3;
  background-image: linear-gradient(45deg, #aed5ea 25%, transparent 25%, transparent 50%, #aed5ea 50%, #aed5ea 75%, transparent 75%);
  background-size: 20px 20px;
  padding: 1px;
  border-radius: 40px;
  width: 100%;
}
#study_point_movie .stripe-inner {
  position: relative;
  background: #fffada;
  padding: 20px 50px 50px;
  margin: 15px 20px;
  border-radius: 30px;
  width: calc(100% - 40px);
  overflow: hidden;
}
#study_point_movie .movie_header_logo {
  position: absolute;
  right: 6px;
  top: 6px;
}
#study_point_movie .movie_header_bg {
  margin-left: -86px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#study_point_movie .movie_header_bg img {
  width: auto;
}
#study_point_movie .title_movie {
  font-size: 30px;
  font-weight: 600;
  color: #e50012;
  margin-bottom: 20px;
}
#study_point_movie .title_sub_movie {
  font-size: 24px;
  font-weight: 600;
  color: #0069a0;
  margin-bottom: 30px;
}
#study_point_movie .movie_text {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: 2;
  margin-bottom: 50px;
}
#study_point_movie .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#study_point_movie .youtube iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1799.98px) {
}
@media (max-width: 1399.98px) {
}
@media (max-width: 1199.98px) {
  #study_point_movie .movie_header_bg {
    margin-left: -165px;
    margin-top: 50px;
  }
  #study_point_movie .movie_header_bg img {
    width: 120%;
  }
}
@media (max-width: 991.98px) {
  #study_point_movie .movie_header_bg {
    margin-left: -310px;
    margin-top: 60px;
  }
  .ancLink0 {
    display: block;
    margin-top:-112px;
    padding-top:112px;
  }
}
@media screen and (max-width: 767.98px) {
  #study_point_movie .stripe-inner {
    padding: 20px 30px 50px;
  }
  #study_point_movie .title_movie {
    font-size: 24px;
  }
  #study_point_movie .title_sub_movie {
    font-size: 20px;
  }
  #study_point_movie .movie_text {
    font-size: 18px;
  }
  #study_point_movie .movie_header_bg img {
    width: 120%;
  }
  .ancLink0 {
    display: block;
    margin-top:-112px;
    padding-top:112px;
  }
}
@media (max-width: 575.98px) {
  #study_point_movie {
    padding-top: 60px;
  }
  #study_point_movie .stripe-inner {
    padding: 20px 20px 50px;
  }
  #study_point_movie .movie_header_logo img {
    width: 200px;
  }
  #study_point_movie .movie_header_bg {
    margin-left: -100px;
  }
  #study_point_movie .movie_header_bg img {
    width: 120%;
  }
}

/* 結果発表 */
#result {
  /*background-image: url(../images/top/img_bg_outline_sp_2.png);*/
  margin-top: 50px;
  padding-top: 70px;
}
#result .result_backcolor {
  background-color: #ffedee;
  padding: 90px 0 75px;
}
#result .title {
  text-align: center;
  background-image: url(../images/result/img_title_result.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 287px;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  padding-top: 160px;
}
#result .result_header {
  position: relative;
  font-size: 20px;
}
#result .model_pc8 {
  position: absolute;
  right: 0;
  top: -445px;
  width: 40%;
}
#result .result_nav {
  padding-left: 0;
  text-align: left;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#result .result_nav li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
#result .result_nav li:last-child {
  margin-right: 0;
}
#result .result_nav li a {
  transition: 0.3s;
}
#result .result_nav li a:hover {
  text-decoration: none;
}
#result .result_wrap {
  background-color: #fff;
  border-radius: 30px;
}
#result .result_wrap.award01 {
  padding: 35px 95px;
  position: relative;
  z-index: 10;
}
#result .award_title01 {
  background-image: url(../images/result/img_award_title01.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 233px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 75px;
  margin-bottom: 20px;
  line-height: 1.8;
}
#result .award_title01 .star{
  display: block;
  font-size: 16px;
}
#result .award_title01 .ninzu{
  display: block;
  font-size: 24px;
}
#result .img_result01 {
  position: relative;
}
#result .img_result01 img {
  width: 100%;
  border-radius: 23px;
  transition: 0.3s;
}
#result .img_result01 .icon_expansion {
  position: absolute;
  bottom: 15px;
  right: 20px;
  background-color: #e782b0;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-bottom: 0;
  transition: 0.3s;
}
#result .img_result01 .icon_expansion.icon2 {
  background-color: #80af12;
}
#result .img_result01 .icon_expansion.icon3 {
  background-color: #d15b3d;
}
#result .img_result01 .icon_expansion span {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: -13px;
  right: 8px;
  transition: 0.3s;
}
#result .img_result01 a:hover img {
  opacity: 0.7;
}
#result .img_result01 a:hover .icon_expansion {
  background-color: #fff;
  border: 4px solid #e782b0;
}
#result .img_result01 a:hover .icon_expansion.icon2 {
  background-color: #fff;
  border: 4px solid #80af12;
}
#result .img_result01 a:hover .icon_expansion.icon3 {
  background-color: #fff;
  border: 4px solid #d15b3d;
}
#result .img_result01 a:hover .icon_expansion span {
  color: #e782b0;
}
#result .img_result01 a:hover .icon_expansion.icon2 span {
  color: #80af12;
}
#result .img_result01 a:hover .icon_expansion.icon3 span {
  color: #d15b3d;
}
#result .result_name01 {
  background-image: url(../images/result/img_award_name.png);
  background-repeat: no-repeat;
  background-position: center 115px;
  padding-bottom: 45px;
  font-size: 24px;
  font-weight: 600;
  color: #f3006d;
  text-align: center;
  margin-top: 20px;
}
#result .result_name01 .zip,
#result .result_name01_02 .zip,
#result .result_name01_03 .zip {
  font-size: 17px;
  border: 2px solid #f3006d;
  border-radius: 8px;
  padding: 0 5px;
  margin-right: 5px;
}
#result .result_name01 .name01 {
  font-size: 30px;
}
#result .jyushou_sakuhin {
  position: relative;
  z-index: 10;
}
#result .jyushousya_voice {
  position: relative;
  margin-top: -55px;
  z-index: 1;
}
#result .result_text01 {
  font-size: 20px;
  background-color: #fcdaea;
  padding: 80px 30px 30px;
  border-radius: 30px;
}
#result .icon02_02 {
  position: absolute;
  bottom: 30px;
}
#result .shinsain_voice {
  border-top: 2px solid #e782b0;
  border-bottom: 2px solid #e782b0;
  margin-top: 30px;
  padding: 30px 15px 30px 0;
}
#result .shinsain_voice.first {
  border-bottom: none;
}
#result .shinsain_voice.second {
  margin-top: 0;
}
#result .shinsain_voice .icon02_03 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#result .shinsain_voice .shinsain_text {
  font-size: 20px;
  margin-bottom: 0;
  padding: 0 30px;
}

#result .award_title01_02 {
  background-image: url(../images/result/img_award_title01_02.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 233px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 20px;
  line-height: 1.2;
}
#result .award_title01_02 .ninzu {
  display: block;
  font-size: 24px;
  margin-top: 15px;
}
#result .result_name01_02 {
  background-image: url(../images/result/img_award_name.png);
  background-repeat: no-repeat;
  background-position: center 70px;
  padding-bottom: 45px;
  font-size: 24px;
  font-weight: 600;
  color: #f3006d;
  text-align: center;
  margin-top: 20px;
}
#result .result_text01_02 {
  font-size: 20px;
  background-color: #f2f071;
  padding: 80px 30px 30px;
  border-radius: 30px;
}

#result .award_title01_03 {
  background-image: url(../images/result/img_award_title01_03.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 233px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 20px;
  line-height: 1.2;
}
#result .award_title01_03 .ninzu {
  display: block;
  font-size: 24px;
  margin-top: 15px;
}
#result .result_name01_03 {
  background-image: url(../images/result/img_award_name.png);
  background-repeat: no-repeat;
  background-position: center 70px;
  padding-bottom: 45px;
  font-size: 24px;
  font-weight: 600;
  color: #f3006d;
  text-align: center;
  margin-top: 20px;
}
#result .result_text01_03 {
  font-size: 20px;
  background-color: #fad09c;
  padding: 80px 30px 30px;
  border-radius: 30px;
}

#result .award_title02 {
  background-image: url(../images/result/img_award_title02.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 233px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.8;
}
#result .award_title02 .star {
  display: block;
  font-size: 16px;
}
#result .award_title02 .ninzu {
  display: block;
  font-size: 21px;
  line-height: 1.2;
}

#result .title_sub02 {
  background-repeat: no-repeat;
  background-position: center top;
  height: 66px;
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 13px;
  margin-bottom: 50px;
}
#result .award02 .hosoku {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
#result .award02 .award02_01,
#result .award02 .award02_02,
#result .award02 .award02_03 {
  position: relative;
  padding: 0 95px;
  text-align: center;
  margin-bottom: 50px;
}
#result .award02 .award02_03 {
  margin-bottom: 0;
}
#result .award02 .award02_01 .title_sub02 {
  background-image: url(../images/result/img_bg_title_sub01.png);
}
#result .award02 .award02_02 .title_sub02 {
  background-image: url(../images/result/img_bg_title_sub02.png);
}
#result .award02 .award02_03 .title_sub02 {
  background-image: url(../images/result/img_bg_title_sub03.png);
}
#result .award02 .award02_01 .icon03_01 {
  position: absolute;
  right: 95px;
  top: -45px;
}
#result .award02 .img_result02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#result .award02 .result02_link {
  position: relative;
  transition: 0.3s;
}
#result .award02 .result02_link:hover img {
  transition: 0.3s;
  opacity: 0.7;
}
#result .award02 .icon_expansion {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin-bottom: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: 0.3s;
}
#result .award02 .icon_expansion span {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: -8px;
  right: 5px;
  transition: 0.3s;
}
#result .award02 .award02_01 .icon_expansion {
  background-color: #e782b0;
}
#result .award02 .award02_02 .icon_expansion {
  background-color: #8b60a9;
}
#result .award02 .award02_03 .icon_expansion {
  background-color: #3c648a;
}

#result .award02 .award02_01 a:hover .icon_expansion {
  background-color: #fff;
  border: 3px solid #e782b0;
}
#result .award02 .award02_01 a:hover .icon_expansion span {
  color: #e782b0;
}
#result .award02 .award02_02 a:hover .icon_expansion {
  background-color: #fff;
  border: 3px solid #8b60a9;
}
#result .award02 .award02_02 a:hover .icon_expansion span {
  color: #8b60a9;
}
#result .award02 .award02_03 a:hover .icon_expansion {
  background-color: #fff;
  border: 3px solid #3c648a;
}
#result .award02 .award02_03 a:hover .icon_expansion span {
  color: #3c648a;
}

#result .award02 .result_name02,
#result .award03 .result_name02 {
  font-size: 20px;
  font-weight: 500;
  color: #f3006d;
  margin: 15px 0 40px;
}
#result .award02 .result_name02 .zip,
#result .award03 .result_name02 .zip {
  font-size: 15px;
  border: 2px solid #f3006d;
  border-radius: 8px;
  padding: 0 5px;
  margin-right: 5px;
}
#result .award02 .result_name02 .name02 {
  font-size: 24px;
}
#result .award02 .icon03_02 {
  margin-bottom: 50px;
  text-align: right;
  padding-right: 95px;
}

#result .award03 .award_title02 {
  background-image: url(../images/result/img_award_title01.png);
}
#result .award03 .award03_01 {
  position: relative;
  padding: 30px 95px;
  text-align: center;
}
#result .award03 .result_name02 {
  margin: 15px 0 20px;
}
#result .award03 .result_text02ttl {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 2px 10px;
  /* color: #f3006d; */
}
#result .award03 .result_text02 {
  text-align: left;
  font-size: 18px;
  padding: 0 20px;
  margin-bottom: 30px;
}
#result .award03 .icon04_01 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}

/*@media (max-width: 1399.98px) {
  #result {
    position: relative;
    z-index: 1;
    background-image: none;
    margin-top: 0;
  }
}*/
@media (max-width: 1199.98px) {
  #result .container {
    padding: 0 20px;
  }
  #result .award02 .award02_01,
  #result .award02 .award02_02,
  #result .award02 .award02_03 {
    padding: 0 30px;
  }
  #result .result_header {
    font-size: 18px;
  }
  #result .result_wrap.award01 {
    padding: 35px 30px;
  }
  #result .result_name01 {
    font-size: 20px;
    margin-top: -10px;
    padding-bottom: 55px;
  }
  #result .result_name01 .name01 {
    font-size: 26px;
  }
  #result .result_name01 .zip,
  #result .result_name01_02 .zip,
  #result .result_name01_03 .zip {
    font-size: 15px;
  }
  #result .icon02_01 {
    width: 40%;
    position: relative;
    top: -115px;
  }
  #result .award03 .award03_01 {
    padding: 30px 30px;
  }
}
@media (max-width: 991.98px) {
  #result .model_pc8 {
    right: -30px;
    top: -5px;
  }
  #result .result_name01 {
    background-position: center 90px;
  }
  #result .result_name01_02,
  #result .result_name01_03 {
    background-position: center 70px;
    padding-bottom: 130px;
    margin-top: -70px;
  }
  #result .result_text01,
  #result .result_text01_02,
  #result .result_text01_03 {
    font-size: 18px;
  }
  #result .result_name01 {
    margin-top: -70px;
    font-size: 18px;
  }
  #result .result_name01_02,
  #result .result_name01_03 {
    margin-top: -70px;
    font-size: 18px;
  }
  #result .result_name01_02 .name01,
  #result .result_name01_03 .name01 {
    font-size: 26px;
  }
  #result .result_name01 .zip,
  #result .result_name01_02 .zip,
  #result .result_name01_03 .zip {
    font-size: 12px;
  }
  #result .shinsain_voice .shinsain_text {
    font-size: 18px;
  }
  #result .award02 .result_name02, #result .award03 .result_name02 {
    font-size: 18px;
  }
  #result .award02 .result_name02 .zip, #result .award03 .result_name02 .zip {
    font-size: 13px;
  }
  #result .award02 .result_name02 .name02 {
    font-size: 22px;
  }
  #result .award03 .result_text02 {
    font-size: 16px;
  }
  #result .award03 .icon04_01 img {
    width: 40%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  #result .result_header {
    font-size: 16px;
  }
  #result .result_text01,
  #result .result_text01_02,
  #result .result_text01_03 {
    font-size: 16px;
  }
  #result .shinsain_voice .shinsain_text {
    font-size: 16px;
    padding: 0;
  }
  #result .icon02_02 img {
    width: 70%;
  }
  #result .shinsain_voice .icon02_03 {
    text-align: center;
    margin-bottom: 20px;
  }
  #result .award02 .result_name02, #result .award03 .result_name02 {
    font-size: 16px;
    margin-top: 10px;
  }
  #result .award02 .result_name02 .name02 {
    font-size: 20px;
  }
  #result .award02 .award02_01 .icon03_01 {
    width: 57px;
    right: 30px;
    top: 26px;
  }
  #result .award02 .award02_01 .icon03_01 {
    top: 72px;
  }
  #result .award02 .img_result02 img {
    width: 100%;
    height: auto;
  }
  #result .award03 .img_result02 img {
    width: 100%;
    height: auto;
  }
  #result .result_name01,
  #result .result_name01_02,
  #result .result_name01_03 {
    font-size: 16px;
  }
  #result .result_name01 .name01,
  #result .result_name01_02 .name01,
  #result .result_name01_03 .name01 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  #result .result_header {
    padding-bottom: 150px;
  }
  #result .model_pc8 {
    right: -15px;
    top: 280px;
    width: 215px;
    height: auto;
  }
  #result .result_wrap.award01 {
    padding: 35px 20px;
  }
  #result .award02 .award02_01, #result .award02 .award02_02, #result .award02 .award02_03 {
    padding: 0 20px;
  }
  #result .result_nav {
    font-size: 18px;
  }
  #result .jyushousya_voice {
    margin-top: 10px;
  }
  #result .result_name01,
  #result .result_name01_02,
  #result .result_name01_03 {
    margin-top: -45px;
  }
  #result .result_name01_02,
  #result .result_name01_03 {
    margin-bottom: -45px;
    background-position: center 60px;
  }
  #result .result_text01 {
    padding: 30px 30px 90px;
  }
  #result .result_text01_02,
  #result .result_text01_03 {
    padding: 30px 30px 30px;
  }
  #result .icon02_01 {
    width: 20%;
    top: 60px;
  }
  #result .icon02_02 {
    right: 0;
  }
  #result .award03 .award03_01 {
    padding: 30px 20px;
  }
  #result .award03 .result_text02ttl {
    font-size: 14px;
  }
  #result .award03 .result_text02 {
    font-size: 14px;
    padding: 0 10px;
  }
  #result .award03 .icon04_01 img {
    width: 50%;
  }

}
@media (max-width: 512.98px) {
  #result .model_pc8 {
    top: 360px;
  }
}
@media (max-width: 399.98px) {
  #result .model_pc8 {
    top: 325px;
  }
  #result .award03 .result_text02ttl {
    font-size: 12px;
  }
}
@media (max-width: 361.98px) {
  #result .model_pc8 {
    top: 350px;
  }
}

/* 審査レポート */
#examination_report_movie {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 40px;
}
#examination_report_movie .container {
  text-align: center;
}
#examination_report_movie .stripe {
  background-color: #3cb372;
  background-image: linear-gradient(45deg, #55be84 25%, transparent 25%, transparent 50%, #55be84 50%, #55be84 75%, transparent 75%);
  background-size: 20px 20px;
  padding: 1px;
  border-radius: 40px;
  width: 100%;
}
#examination_report_movie .stripe-inner {
  position: relative;
  background: #fffada;
  padding: 20px 0 20px;
  margin: 15px 20px 0;
  border-radius: 30px 30px 0 0;
  width: calc(100% - 40px);
  overflow: hidden;
}
#examination_report_movie .stripe-inner2 {
  position: relative;
  background: #ecf4e3;
  padding: 50px 60px 50px;
  margin: 0 20px 15px;
  border-radius: 0 0 30px 30px;
  width: calc(100% - 40px);
  overflow: hidden;
}
#examination_report_movie .stripe-inner2 .title_sub5 {
  background-image: url(../images/top/img_bg_title_sub5.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 62px;
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 13px;
  margin-bottom: 40px;
}
#examination_report_movie .stripe-inner2 .report_txt {
  text-align: left;
  font-size: 18px;
  margin-top: 30px;
}
#examination_report_movie .movie_header_bg {
  margin-top: 15px;
  margin-bottom: 15px;
}
#examination_report_movie .title_movie {
  font-size: 30px;
  font-weight: 600;
  color: #e50012;
  margin-bottom: 20px;
}
#examination_report_movie .title_sub_movie {
  font-size: 24px;
  font-weight: 600;
  color: #0069a0;
  margin-bottom: 30px;
}
#examination_report_movie .movie_text {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: 2;
  margin-bottom: 30px;
}
#examination_report_movie .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#examination_report_movie .youtube iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 1400px) {
  #examination_report_movie {
    background: rgb(203, 235, 251);
    background: linear-gradient(180deg, rgba(203, 235, 251, 1) 0%, rgba(203, 235, 251, 1) 10%, rgba(255, 255, 255, 1) 50%);
  }
}
@media (max-width: 1399.98px) {
  #examination_report_movie {
    background: rgb(203, 235, 251);
    background: linear-gradient(180deg, rgba(203, 235, 251, 1) 0%, rgba(203, 235, 251, 1) 10%, rgba(255, 255, 255, 1) 50%);
  }
  /*#examination_report_movie {
    background-image: url(../images/top/img_bg_outline_sp.png);
    padding-top: 60px;
    margin-top: -200px;
    padding: 70px 20px 0;
  }*/
}
@media (max-width: 1199.98px) {
  /*#examination_report_movie {
    background-image: url(../images/top/img_bg_outline_sp.png);
    padding-top: 60px;
    margin-top: -200px;
  }*/
  #examination_report_movie .movie_header_bg {
    margin-left: -165px;
    margin-top: 50px;
  }
  #examination_report_movie .movie_header_bg img {
    width: 110%;
  }
  #examination_report_movie .stripe-inner2 .report_img img {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  /*#examination_report_movie {
    background-image: url(../images/top/img_bg_outline_sp.png);
    padding-top: 60px;
    margin-top: -250px;
  }*/
  #examination_report_movie .movie_header_bg {
    margin-left: -130px;
    margin-top: 20px;
  }
  .ancLink0 {
    display: block;
    margin-top:-112px;
    padding-top:112px;
  }
  #examination_report_movie {
    padding: 0 20px;
  }
  #examination_report_movie .stripe-inner {
    padding: 20px 20px;
  }
  #examination_report_movie .stripe-inner2 .report_img {
  }
}
@media screen and (max-width: 767.98px) {
  #examination_report_movie .stripe-inner {
    padding: 20px 30px 50px;
  }
  #examination_report_movie .stripe-inner2 {
    padding: 50px 20px 50px;
  }
  #examination_report_movie .title_movie {
    font-size: 24px;
  }
  #examination_report_movie .title_sub_movie {
    font-size: 20px;
  }
  #examination_report_movie .movie_text {
    font-size: 18px;
  }
  #examination_report_movie .movie_header_bg img {
    width: 110%;
  }
  .ancLink0 {
    display: block;
    margin-top:-112px;
    padding-top:112px;
  }
  #examination_report_movie .stripe-inner2 {
    padding: 50px 20px 50px;
  }

}
@media (max-width: 575.98px) {
  #examination_report_movie {
    /*background-image: url(../images/top/img_bg_outline_sp.png);*/
    /*margin-top: -150px;*/
    padding: 0 20px;
  }
  #examination_report_movie .stripe-inner {
    padding: 20px 20px 50px;
  }
  #examination_report_movie .movie_header_logo img {
    width: 200px;
  }
  #examination_report_movie .movie_header_bg {
    margin-left: -30px;
  }
  #examination_report_movie .movie_header_bg img {
    width: 110%;
  }
}

/* FOOTER */
.bnr_area {
  background-color: #909090;
  text-align: center;
  padding: 35px 0;
  margin-top: 0;
  overflow: hidden;
}
.bnr_area .bnr_btn {
  margin: 0;
}
.bnr_area .bnr_btn img {
  transition: 0.3s;
}
.bnr_area .bnr_btn img:hover {
  opacity: 0.7;
}
.bnr_area .bnr_btn .bnr01 {
  background-color: #fff;
  display: inline-block;
  padding: 23px 45px;
}

footer {
  background-color: #e8ebeb;
}
footer .footer_nav {
  padding: 110px 0 60px;
}
footer .footer_nav .logo_area {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
footer .footer_nav .logo_area img {
  width: 180px;
  transition: 0.3s;
  margin-right: 47px;
}
footer .footer_nav .logo_area img:hover {
  opacity: 0.7;
}
footer .footer_nav a {
  color: #2A2A2A;
  text-decoration: none;
  transition: 0.3s;
}
footer .footer_nav a:hover {
  color: #B71234;
}
footer .footer_nav .navi01 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
footer .footer_nav .navi01 li {
  margin-bottom: 16px;
}
footer .footer_nav .navi01 li:last-child {
  margin-bottom: 0;
}
footer .footer_nav .navi02 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
footer .footer_nav .navi02 li {
  margin-bottom: 20px;
}
footer .footer_nav .navi02 li:last-child {
  margin-bottom: 0;
}
footer .footer_nav .navi01 li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer_nav .navi01 li ul li {
  margin: 10px 0;
}
footer .footer_nav .navi01 li ul li:last-child {
  margin-bottom: 0;
}
footer .footer_nav .navi01 li ul li a {
  height: auto;
  font-size: 12px;
  font-weight: 400;
  padding-left: 12px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
footer .footer_nav .navi01 li ul li a::before {
  content: "—";
  display: inline-block;
  margin-right: 2px;
}
footer .footer_nav .navi02 .sns_link {
  font-size: 16px;
  font-weight: 700;
  color: #909090;
  padding-top: 30px;
  letter-spacing: 0.02em;
}
footer .footer_nav .navi02 .twitter {
  margin-left: 30px;
}
footer .footer_nav .navi02 .facebook {
  margin-left: 15px;
}
footer .footer_nav .navi02 img {
  transition: 0.3s;
}
footer .footer_nav .navi02 img:hover {
  opacity: 0.7;
}

footer .copyright {
  color: #2a2a2a;
  padding-bottom: 30px;
  width: 100%;
  max-width: 830px;
  font-size: 10px;
  line-height: 1.4;
  text-align: right;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
footer .copyright p {
  margin-bottom: 0;
}


@media screen and (max-width: 767px) {
  footer .footer_nav {
      padding: 40px 30px;
  }
  .navi01,
  .navi02 {
    margin-top: 0;
  }
  footer .footer_nav .logo_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  footer .footer_nav .logo_area img {
    margin-right: 0;
    width: 122px;
    margin-bottom: 40px;
  }
  footer .footer_nav .navi02 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  footer .footer_nav .navi02 .sns_link {
    padding-top: 10px;
  }
  footer .footer_nav .navi02 .sns_link img {
    width: 23px;
  }
  footer .footer_nav .navi02 li:first-child {
    width: 100%;
    margin: 0 0 25px;
  }
  footer .footer_nav .navi02 li {
    width: auto;
    margin: 0 35px 25px 0;
  }
  footer .copyright {
    max-width: inherit;
    text-align: left;
    margin: 0 0 78px 0;
    padding: 0 30px;
    padding-bottom: 30px;
  }
}


/* 追加コンテンツ＋未来キッチンを考えるヒント */
.speech_bubble {
  position: relative;
  display: inline-block;
}
.speech_bubble::before,
.speech_bubble::after {
  position: absolute;
  top: 0.2rem;
  height: 3.8rem;
  content: '';
  color: #0068b3;
}
.speech_bubble.line_1::before,
.speech_bubble.line_1::after {
  height: 3rem;
  top: -4px;
}
.speech_bubble::before {
  border-left: solid 2px;
  left: -20px;
  transform: rotate(-30deg);
}
.speech_bubble::after {
  border-right: solid 2px;
  right: -15px;
  transform: rotate(30deg);
}

.tips_bnr {
  text-align: center;
  position: relative;
}
.tips_bnr a {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  color: #832620;
  text-decoration: none;
  background-color: #fcc53f;
  border-radius: 6px;
  padding: 30px 180px 30px 25px;
  transition: 0.3s;
  border: 2px solid #fcc53f;
}
.tips_bnr a:hover {
  background-color: #fff;
}
.tips_bnr a::after {
  content: "";
  width: 20px;
  height: 20px;
  border-right: 2px solid #832620;
  border-top: 2px solid #832620;
  display: inline-block;
  transform: rotate(135deg);
  position: absolute;
  right: 25px;
  top: 32px;
}
.tips_bnr .cleo_bnr {
  position: absolute;
  top: -20px;
  right: 65px;
}
.tips_bnr.showroom span {
  display: block;
}
.tips_bnr.showroom {
  font-size: 37px;
  position: relative;
}
.tips_bnr.showroom a {
  padding: 5px 220px 5px 150px;
  font-size: 37px;
  line-height: 1.3;
}
.tips_bnr.showroom .line01 {
  font-size: 20px;
}
.tips_bnr.showroom .line02 {
  font-size: 18px;
}
.tips_bnr.showroom .cleo_bnr {
  top: -10px;
  right: 65px;
}
.tips_bnr.showroom a::after {
  top: 45px;
  transform: rotate(45deg);
}
.keyword_point {
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.keyword_point::before {
  content: "●";
  color: #f39800;
}
.keyword_list {
  padding-left: 1rem;
  padding-bottom: 20px;
  font-size: 0;
}
.keyword_list li {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #0069a0;
  border: 2px solid #0069a0;
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: 10px;
}
.question_list {
  padding-left: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 0;
}
.question_list li {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #0069a0;
  border: 2px solid #0069a0;
  border-radius: 5px;
  padding: 3px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.worksheet_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.worksheet_wrap .worksheet_img:first-child {
  margin-right: 15px;
}
.worksheet_wrap .worksheet_img:nth-child(2) {
  margin-right: 15px;
}
.link_btn.worksheet_btn {
  text-align: center;
  margin: 20px 0 60px;
}
.link_btn.worksheet_btn a {
  color: #fff !important;
  background-color: #f39800;
}
.link_btn.worksheet_btn a:hover {
  color: #f39800 !important;
  background-color: #fff;
}
.speech_bubble.line-1::before,
.speech_bubble.line-1::after {
  height: 2.8rem;
}
.speech_bubble.line-1::before {
  left: -30px;
  top: 0;
}
.speech_bubble.line-1::after {
  right: -25px;
  top: 0;
}
.headline2023 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  position: relative;
  display: inline-block;
}
.headline2023:before,
.headline2023:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #333;
}
.headline2023:before {
    left: -50px;
}
.headline2023:after {
    right: -50px;
}

#study .tbl_study th.study_title.worksheet_title {
  width: 175px;
}

@media screen and (max-width: 991.98px) {
  #outline .hosoku_txt.cleo_txt {
    margin-bottom: 170px;
  }
  #outline .hosoku_txt.cleo_txt br {
    display: none;
  }
  #outline .cleo01 {
    top: auto;
    bottom: 15px;
  }
  .keyword_list li {
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .worksheet_wrap {
    display: block;
    text-align: center;
  }
  .worksheet_wrap .worksheet_img:first-child,
  .worksheet_wrap .worksheet_img:nth-child(2) {
    margin-right: 0;
  }
  .tips_bnr.showroom a {
    padding: 30px 180px 30px 25px;
    font-size: 28px;
  }
  .tips_bnr.showroom .line01 {
    font-size: 18px;
  }
  .tips_bnr.showroom .cleo_bnr{
    top: calc(50% - 68px);
  }
  .tips_bnr.showroom a::after {
    top: calc(50% - 14px);
  }
}
@media screen and (max-width: 767.98px) {
  #study .tbl_study th.study_title.worksheet_title {
    width: auto;
  }
  #study .tbl_study th.study_title.worksheet_title br {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .tips_bnr.showroom a {
    padding: 30px 180px 30px 25px;
    font-size: 28px;
  }
  .tips_bnr.showroom .line01 {
    font-size: 18px;
  }
  .tips_bnr.showroom .cleo_bnr,
  .tips_bnr .cleo_bnr {
    top: calc(50% - 68px);
  }
  .tips_bnr.showroom a::after,
  .tips_bnr a::after {
    top: calc(50% - 14px);
  }
}
