@charset "UTF-8";
/* WEBフォントを読み込んでいます */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap');

/* 初期設定 */

* {
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

body{
  -webkit-text-size-adjust: 100%;
}
body::before {
  background: none;
}

img {
  vertical-align: bottom;
}

input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  border: none;
  outline: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
}

textarea {
  padding: 0;
  border: 0;
  outline: none;
  resize: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
}

a {
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  background: transparent;
  appearance: none;
}

main {
  margin: 0;
  overflow: hidden;
}

strong {
  font-weight: bold;
}

#wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W', 'Hiragino Kaku Gothic Pro', 'メイリオ', '游ゴシック', '游ゴシック体', sans-serif, 'M PLUS Rounded 1c';
    overflow: hidden;
}

html { font-size: 75%;}

/* PCのみ改行 */
.br_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

/* SPのみ改行 */
.br_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
}

/* メイン画像 */

.show_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .show_pc {
    display: none;
  }
}


.show_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .show_sp {
    display: block;
  }
}



h1 {
  padding: 0 !important;
  width: 100%;
  height: auto !important;
}

h1 img {
  width: 100%;
}

picture {
  width: 100%;
}

source {
  width: 100%;
}

@media screen and (max-width: 768px) {

  .header_pc {
    display: none;
  }

  .header_sp {
    display: block;
  }

  .sp_br {
    display: block;
  }

}

.theme_wrapper{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  padding-top: 4.7vw;
  padding-bottom: 4vw;
  width: 100%;
}



.theme_inner{

}

.theme_deco{
  display: block;
  margin-bottom: 1.6vw;
}

.theme_title{
  font-weight: 800;
  font-size: calc(1rem + 1.2vw);
  display: inline-block;
  color: #333333;
  position: relative;
  margin-bottom: 5vw;
}

.theme_title::before{
  background: linear-gradient(transparent 0%, #e6ef75 0%);
  content: "";
  height: 8px;
  position: absolute;
  bottom: 2px;
  width: 106%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.theme_box{
  display: flex;
  width: 100%;
}

.theme_left{
  margin-top: -11vw;
  width: 18%;
  position: relative;
  left: 2.7vw;
}

@media screen and (max-width: 980px) {

  .theme_left{
    width: 14%;
  }
}

.theme_left img{
  width: 100%;
}

.theme_right img{
  width: 100%;
}

.theme_contents{
  position: relative;
  left: -1.2vw;
  z-index: 1;

}

@media screen and (min-width: 769px) {
  .theme_contents{
    flex: 1 1 0%;
  }
}

.theme_right{
  margin-top: -11.5vw;
  width: 16%;
  position: relative;
  left: -5.25vw;
}

.theme_picSp{
  display: none;
}

@media screen and (max-width: 980px) {

  .theme_right{
    width: 14%;
  }
}


.theme_text{
  font-size: calc(1rem + .6vw);
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 1.28vw;
}

@media screen and (max-width: 1200px) {

  .theme_text{
    font-size: calc(1rem + .4vw);
  }
}

@media screen and (max-width: 860px) {

  .theme_text{
    font-size: calc(1rem + .2vw);
  }
}

.theme_flower{
  margin-top: -1vw;
  margin-bottom: .3vw;
}

@media screen and (max-width: 980px) {

  .theme_flower{
    width: 10%;
    margin-left: auto;
    margin-right: auto;
  }

  .theme_flower img{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {


  .theme_contents{
    left: 0;
    width: 100%;
  }

  .theme_right{
    display: none;
  }

  .theme_left{
    display: none;
  }

  .theme_wrapper{
    padding-top: 3.7vw;
    padding-bottom: 22vw;
    position: relative;
    width: 100%;
  }
  

  .theme_deco{
    width: 14vw;
    margin: 0 auto 6vw;
    position: relative;
    left: 1vw;
  }

  .theme_deco img{
    width: 100%;
  }

  .theme_title{
    margin-bottom: 7.5vw;
    font-size: calc(1rem + 1.6vw);
    text-align: left;
    position: relative;
    left: 2vw;
  }

  .theme_title::before{
    display: none;
  }

  .theme_title ._upper,.theme_title ._below{
    position: relative;
    display: block;
  }
  .theme_title ._upper::before,.theme_title ._below::before{
    background: linear-gradient(transparent 0%, #e6ef75 0%);
    content: "";
    height: 5px;
    position: absolute;
    bottom: 4px;
    width: 95%;
    z-index: -1;
    left: 46%;
    transform: translateX(-50%);
  }
  .theme_title ._below::before{
    left: 45%;
    width: 88%;
  }
  .theme_text {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2.2;
  }

  .theme_text._adjustSp{
    line-height: 2.4;
  }
  .theme_text rt{
  }
  .theme_flower{
    width: 14%;
    margin-bottom: -1.5vw;
  }

  .theme_picSp{
    display: block;
    position: absolute;
  }
  .theme_picSp img{
    width: 100%;
  }

  .theme_flowers{
    top: 16vw;
    left: 3vw;
    width: 18%;
  }
  .theme_star1{
    top: 11vw;
    right: 8vw;
    width: 9%;
  }
  .theme_star2{
    top: 49vw;
    left: 3vw;
    width: 5%;
  }
  .theme_star3{
    top: 49vw;
    width: 3%;
    right: 3vw;
  }
  .theme_bird{
    top: 28vw;
    right: 2vw;
    width: 16%;
  }
  .theme_baloon{
    top: 104vw;
    width: 10%;
    right: 2vw;
  }
  .theme_rocket{
    bottom: 9vw;
    width: 19%;
    left: 6vw;
  }
  .theme_house{
    bottom: 9vw;
    width: 17%;
    right: 3vw;
  }
}

@media screen and (max-width: 768px){
  .theme_fish {
    top: 77vw;
    width: 16%;
    left: 1vw;
  }
}

@media screen and (max-width: 500px){
  .theme_fish {
    top: 99vw;
  }
}

@media screen and (max-width: 400px){
  .theme_fish {
    top: 115vw;
  }
}

@media screen and (max-width: 768px){
  .theme_baloon{
    top: 77vw;
    width: 10%;
    right: 2vw;
  }
}

@media screen and (max-width: 500px){
  .theme_baloon {
    top: 94vw;
  }
}
@media screen and (max-width: 400px){
  .theme_baloon {
    top: 104vw;
  }
}



@media screen and (max-width: 355px) {
  .theme_text{
    font-size: .9rem;
  }
}


.main_wrapper {
  background-color: #edf49e;
  width: 100%; 
  font-family: 'M PLUS Rounded 1c', sans-serif;
  position: relative;
  padding: 5.5vw 0;
  z-index: 1;
}

.main_wrapper::before{
  background: url(./img/triangle_wave.png) repeat-x bottom center/contain;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -29px;
  left: 0;
  content: "";
}

.main_wrapper::after{
  background: url(./img/triangle_wave_down.png) repeat-x bottom center/contain;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

@media screen and (max-width: 768px) {

  .main_wrapper{
    padding: 7.8vw 0 11.5vw;
  }

  .main_wrapper::before{
    background: url(./img/triangle_wave.png) repeat-x top center/contain;
    height: 15px;
    top: -13px;
  }
  .main_wrapper::after{
    background: url(./img/triangle_wave_down.png) repeat-x bottom center/contain;
    height: 15px;
    bottom: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 355px) {
  .main_wrapper::before{
    top: -10px;
  }
}

.main_wrapper h3 rt{
  font-size: 1rem;
}


.main_comment {
  background-color: #ffffff;
  margin: 0 auto;
  width: 35%;
  border-radius: 20px;
  padding: 1.5vw 0;
  box-shadow: 5px 5px #005197;
}

.main_comment p {
  font-size: calc(1rem + 0.5vw);
  color: #ff2892;
  width: 100%;
  text-align: center;
}

.g_left {
  position: absolute;
  width: 12%;
  left: 10%;
  top: 3.8%;
}

.g_left img {
  width: 100%;
}

.pencil {
  position: absolute;
  width: 12%;
  right: 18%;
  top: 2.4%;
}

.pencil img {
  width: 100%;
}

.g_right {
  position: absolute;
  width: 8.5%;
  right: 4.2%;
  top: 2.8%;
}

.g_right img {
  width: 100%;
}

.main_wrapper h2 {
  text-align: center;
  padding: 0;
  color: white;
  font-size: calc(1rem + 1.9vw);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005196;
}

.main_wrapper h2::before  {
  content: '';
  display: inline-block;
  background-color: #005196; 
  width: 2.8vw;
  height: 0.3vw;
  transform: rotate(60deg);

}

.main_wrapper h2::after {
  content: '';
  display: inline-block;
  background-color: #005196; 
  width: 2.8vw;
  height: 0.3vw;
  transform: rotate(-60deg);

}

.main_wrapper h2 ruby{
  position: relative;
  top: -1vw;
}

.sub_title {
  color: #333;
  text-align: center;
  font-size: calc(1rem + 2.1vw);
  font-weight: 600;
}

.sub_note {
  color: #333;
  text-align: center;
  padding: 1.6vw 0 2.6vw;
  font-size: calc(1rem + 0.4vw);
}


@media screen and (max-width: 768px) {

  .main_wrapper h3 rt{
    font-size: .8rem;
  }

  .pencil {
    width: 17%;
    right: 9%;
    top: 6vw;
  }

  .g_left {
    display: none;
  }

  .g_right {
    display: none;
  }


  .award_img {
    width: 55%;
  }

  .main_wrapper h2 {
    font-size: calc(1rem + 2vw);
    margin-bottom: 2vw;
}


  .main_wrapper h2::before  {
    width: 5.0vw;
    transform: rotate(60deg);
    left: -1.5vw;
    top: .6vw;
    position: relative;
  }
  
  .main_wrapper h2::after {
    width: 5.0vw;
    transform: rotate(-60deg);
    left: 1.5vw;
    top: .6vw;
    position: relative;
  }


}



/* メイン */

.award_container {
  display: flex;
  width: 75%;
  margin: 5vw auto;
}

.award_img {
  width: 50%;
}

.award_img img {
  width: 100%; 
}

.award_txt {
  text-align: left;
  width: 50%;
  margin-left: 12%;
}

.award_txt h3 {
  font-size: calc(1rem + 2.0vw);
  margin-bottom: 1.2vw;
  margin-left: -15%;
  display: flex;
  align-items: center;
}

.award_txt h3::before {
  content: url(../img/award_logo.png);
  display: flex;
  align-items: center;
  margin-right: 2%;
  transform: scale(0.8);
}

.award_title {
  font-size: calc(1rem + 1.1vw);
  white-space: nowrap;
  margin-bottom: 1.2vw;
}

.award_name {
  font-size: calc(1rem + 0.9vw);
  white-space: nowrap;
  background: linear-gradient(transparent 70%, #FFE73F 50%);
  width: 70%;
  margin-bottom: 4.5vw;
}

.award_name span {
  font-size: calc(1rem + 1.2vw);
  font-weight: 600;
}

.award_sentense {
  font-size: calc(1rem + 0.4vw);
  width: 110%;
  line-height: 2.0;
}

.award_btn {
  background-color: #BDEAFF;
  width: 65%;
  height: 5vw;
  margin: 3vw 0 5vw;
  display: flex;
  align-items: center;
  border-radius: 50px;
}

.award_btn a {
  color: #333333;
  line-height: 4.5vw;
  font-size: calc(1rem + 0.7vw);
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
}

.award_btn a::before {
  content: url(../img/blue_triangle.png);
  padding: 0 10%;
}


@media screen and (max-width: 1080px) {

  .award_name {
    width: 88%;
  }

  .award_btn a {
    line-height: 5.5vw;
  }

  .award_btn {
    width: 85%;
    height: 6vw;
  }

}

@media screen and (max-width:768px) {

  .main_wrapper h2 {
    font-size: calc(1rem + 2vw);
  }

  .sub_title {
    font-size: calc(1rem + 2.6vw);
  }

  .sub_note {
    padding: 3vw 0 4vw;
    font-size: calc(1rem + 0.1vw);
  }

  .award_container {
    flex-flow: column;
    align-items: center;
    width: 90%;
  }

  .theme span {
    font-size: calc(1rem + 4vw);
  }

  .award_txt {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .award_txt h3 {
    font-size: calc(2rem + 2.6vw);
    justify-content: center;
    margin: 5vw 0;
  }

  .award_img {
    width: 50%;
  }

  .award_title {
    font-size: calc(1rem + 2.6vw);
    margin: 5vw auto;
    width: 90%;
  }

  .award_name {
    margin: 5vw auto;
    width: 44%;
    font-size: calc(1rem + 1.1vw);
  } 
  
  .award_name span {
    font-size: calc(1rem + 2.0vw);
  }

  .award_sentense {
    font-size: calc(1rem + 1.2vw);
    line-height: 2.2;
    width: 100%;
    text-align: left;
    margin-bottom: 4vw;
  }

  .award_btn {
    width: 55%;
    height: 13vw;
    margin: 0 auto 8vw;
    border-radius: 50px;
  }

  .award_btn a {
    font-size: calc(1rem + 1.5vw);
    line-height: 13vw;
    font-weight: 500;
    width: 100%;
  }

  .award_btn a::before {
    transform: scale(1.5);
    padding: 0 9% 0 12%;
  } 

}

@media screen and (max-width: 580px) {

  .award_name {
    width: 57%;
  }

  .award_btn a {
    font-size: calc(1rem + 1.0vw);
  }

}

@media screen and (max-width: 580px) {

  .award_name {
    width: 57%;
  }

  .award_btn a {
    font-size: calc(1rem + 1.0vw);
  }

}

@media screen and (max-width: 400px) {

  .award_txt h3 {
    font-size: calc(2rem + 1.2vw);
  }

  .theme h2 {
    font-size: 14px;
    width: 80%; 
  }

  .award_img {
    width: 60%;
  }

  .award_name {
    width: 70%;
    margin: 5vw auto 8vw;
    font-size: calc(1rem + 1.8vw);
  }

  .award_title {
    width: 90%;
  }

  .award_btn {
    height: 20vw;
    width: 70%;
    margin: 0 auto 7vw;
  }

  .award_btn a {
    line-height: 20vw;
    font-size: 17px;
  }

}

@media screen and (max-width: 350px) {

  .theme h2 {
    width: 86%; 
  }

}


/* 対象＆期間（section_a） */
.section_a {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 11.5% 0;
  min-height: 185px;
  margin-bottom: 2vw;
}

@media screen and (max-width: 999px) {

  .section_a {
    min-height: 145px;
  }

}

@media screen and (max-width: 768px) {

  .section_a {
    margin-bottom: 0;
  }

}

/* 対象 */
.taishou {
  width: 50%;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.taishou_inner {
  padding-top: 2vw;
  position: relative;
}


.taishou_inner::before {
  left: 1.8vw;
}

.taishou_inner::after {
  right: 1.8vw;
}

.taishou_inner h3 {
  white-space: nowrap;
  font-size: calc(1rem + 1.2vw);
  margin: 0 auto 1.5vw;
  font-weight: 800;
  width: 13%;
  color: #005196;
}

.taishou_inner p {
  white-space: nowrap;
  font-size: calc(1rem + 0.8vw);
  padding-bottom: 2vw;
  font-weight: 800;
}

@media screen and (max-width: 988px) {

  .taishou_inner p {
    font-size: calc(1rem + 0.5vw);
  }

}

@media screen and (max-width:768px) {

  .main_comment {
    width: 75%;
    margin: 5vw auto;
    padding: 3vw 0;
    border-radius: 20px;
  }
  
  .section_a {
    padding: 0 4% 5vw;
  }

  .taishou{
    border-radius: 16px;
  }

  .taishou_inner::before,
  .taishou_inner::after {
    width: 2.0vw;
    height: 2.0vw;
    top: 5.0vw;
  }

  .taishou_inner::before {
    left: 3.0vw;
  }

  .taishou_inner::after {
    right: 3.0vw;
    top: 3.5vw;
  }

  .taishou_inner h3 {
    font-size: calc(1rem + 1.6vw);
    font-weight: 800;
    margin: 2vw auto;
    padding-bottom: 0.5vw;
    width: 30%;
  }

  .taishou_inner p {
    font-size: calc(1rem + .3vw);
    padding-bottom: 5vw;
    line-height: 2.5em;
  }

}

/* 期間 */
.kikan_board {
  margin: 0 0 0 2%;
  width: 50%;
  text-align: center;
  position: relative;
  border-radius: 20px;
  z-index: 1;
  background: #fff;
} 



.kikan_text {
  padding-top: 2vw;
  display: block;
}



.kikan_text::before {
  top: 1.5vw;
  left: 1.5vw;
}

.kikan_text::after {
  top: 0.75vw;
  right: 1.5vw;
}

.kikan_text h3 {
  white-space: nowrap;
  font-size: calc(1rem + 1.2vw);
  font-weight: 800;
  color: #005196;
  margin: 0 auto 1.5vw;
  width: 13%;
}

.kikan_text h3 br {
  display: none;
}


.kikan_text p {
  white-space: nowrap;
  font-size: calc(1rem + 0.9vw);
  font-weight: 800;
  padding-bottom: 1.2vw;
}

p.kikan_text_sm{
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
  margin-top: -1vw;
}

@media screen and (max-width: 1100px) {

  .kikan_text p {
    font-size: calc(1rem + 0.7vw);
  }
  p.kikan_text_sm{
    font-size: calc(1rem + 0.1vw);
  }

}

@media screen and (max-width: 988px) {

  .kikan_text p {
    font-size: calc(1rem + 0.5vw);
  }

  p.kikan_text_sm{
    font-size: calc(1rem + 0.1vw);
  }

}

@media screen and (max-width: 900px) {

  .kikan_text p {
    font-size: calc(1rem + 0.35vw);
  }

  p.kikan_text_sm{
    font-size: calc(1rem + 0.1vw);
  }

}

@media screen and (max-width: 768px) {

  .kikan_board{
    border-radius: 16px;
    margin: 0 0 0 4%;
  }

  .kikan_board::before {
    height: 1.5vw; 
    top: -1.5vw; 
    width: 94%; 
}

  .kikan_board::after {
    height: 2vw; 
    bottom: 0.45vw; 
    width: 95%;
  }

  .kikan_text::before,
  .kikan_text::after {
    width: 2.0vw;
    height: 2.0vw;
    top: 5.0vw;
  }

  .kikan_text::before {
    left: 3.0vw;
  }

  .kikan_text::after {
    right: 3.0vw;
    top: 3.5vw;
  }

  .kikan_text h3 {
    font-size: calc(1rem + 1.6vw);
    font-weight: 800;
    margin: 2vw auto;
    padding-bottom: 0.5vw;
    width: 30%;
  }

  .kikan_text h3 br {
    display: block;
  }

  .kikan_text p {
    padding-bottom: 0;
    line-height: 2.5em;
    font-size: calc(1rem + .3vw);
  }

  p.kikan_text_sm{
    font-size: 0.8rem;
    padding-bottom: 1.2vw;
  }

}

/* 提出形式 section_b */

.section_b {  
  width: 76.4%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  align-items: center;
  border-radius: 30px;
  position: relative;
}

.b_wrapper {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  border-radius: 30px;
}


.house_blue {
  width: 24%;
  position: absolute;
  left: -15%;
  top: -2.5vw;
  z-index: -1;
}

.house_blue img {
  width: 100%;
}

.girl {
  width: 20%;
  position: absolute;
  right: -13%;
  top: -8vw;
  z-index: -1;
}

.girl img {
  width: 100%;
}

.flower_left {
  width: 10%;
  position: absolute;
  left: -15%;
  bottom: 3.0vw;
  z-index: -1;
}

.flower_left img {
  width: 100%; 
}

.flower_left {
  width: 10%;
  position: absolute;
  left: -12%;
  bottom: 5vw;
}

.b_rocket {
  width: 25%;
  position: absolute;
  right: -12%;
  top: 22vw;
  z-index: -1;
}

.b_rocket img {
  width: 100%;
}

.b_wrapper h3 {
  text-align: center;
  font-size: calc(1rem + 1.2vw);
  font-weight: 600;
  margin: 0.5vw auto 2.5vw;
  width: 18%;
  padding-top: 3vw;
  color: #005196;
  letter-spacing: 0.3vw;
  white-space: nowrap;
}

.b_wrapper h3 rt{
  position: relative;
}


.section_b::before {
  left: 1.8vw;
}

.section_b::after {
  right: 1.8vw;
  top: -0.1vw;
}

.b_container {
  width: 100%;
  padding: 0 10%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.b_container p {
  width: 35%;
  text-align: center;
  font-weight: 500;
  padding-top: .6vw;
  font-size: calc(1rem + 0.9vw);
}

.b_content {
  width: 40%;
  padding-bottom: 4vw;
  position: relative;
}

.b_content > p {
  padding-top: .6vw;
  font-size: calc(1rem + 0.4vw);
  white-space: nowrap;
  font-weight: 800;
}

.b_container .b_desc{
  font-size: calc(1rem + 1.4vw);
  position: relative;
  top: 1vw;
  left: -1%;
}

@media screen and (max-width: 928px) {

  .b_container .b_desc{
    font-size: calc(1rem + .8vw);
  }

}

.b_img {
/*  width: 45%;*/
	width: 30%;
  position: relative;
  margin: 0 auto 1.2vw;
  height: 9vw;
}

.b_digital_img{
  width: 39%;
}

.b_img img {
  width: 100%;
}

.b_paper_word {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bolder; 
  white-space: nowrap;
}

.b_paper_word p {
  font-size: calc(1rem + 2.2vw);
  font-weight: 800;
}

@media screen and (max-width: 928px) {

  .b_paper_word p {
    font-size: calc(1rem + 1.5vw);
  }

}

.b_paper_word rt{
  font-size: calc(1rem + .1vw);
}

.b_text{
  margin-top: 0.3vw;
}

.b_text p {
  font-size: calc(1rem + 0.6vw);
  white-space: nowrap;
  width: 100%;
  line-height: .65;
  text-align: center;
}

.b_text p span {
  font-size: 0.8em;
}

.b_digital_word {
  font-size: calc(1rem + 1.4vw);
  white-space: nowrap;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: 700;
}

.b_digital_word p {
  font-size: calc(1rem + 2.2vw);
  font-weight: 800;
}

@media screen and (max-width: 928px) {

  .b_digital_word p {
    font-size: calc(1rem + 1.5vw);
  }

}

@media screen and (max-width: 928px) {

  .b_text p {
    font-size: calc(1rem + 0.3vw);
  }

}

@media screen and (max-width: 826px) {

  .b_text p {
    font-size: calc(1rem + 0.1vw);
  }

}

@media screen and (max-width: 768px) {

  .section_b {
    width: 92%;
  }

  .section_b::before, .section_b::after {
    width: 2.0vw;
    height: 2.0vw;
    top: 4.0vw;
  }

  .section_b::before {
    left: 4.0vw;
  }

  .section_b::after {
    right: 4.0vw;
    top: 2.0vw;
  }

  .b_wrapper{
    border-radius: 16px;
  }

  .b_wrapper h3 {
    font-size: calc(1rem + 1.6vw);
    font-weight: 800;
    width: 40%;
    padding: 8vw 0 0;
    padding-top: 7vw;
    margin-bottom: 4vw;
  }

  .b_wrapper::before {
    height: 2vw; 
    top: -1.85vw; 
    width: 95%;
  }

  .b_wrapper::after {
    height: 2vw; 
    bottom: -1.75vw; 
    width: 95%;
  }

  .section_b h3::before,
  .section_b h3::after {
    width: 2.0vw;
    height: 2.0vw;
    top: 5.0vw;
  }

  .section_b h3::before {
    left: 3.0vw;
  }

  .section_b h3::after {
    right: 3.0vw;
    top: 2.0vw;
  }

  .b_container {
    flex-flow: column;
    padding: 0 7%;
    margin-bottom: 0;
  }

  .b_content {
    display: flex;
    width: 100%;
  }

  .b_img {
    width: 22%;
    height: 12.2vw;
  }

  .b_paper_word {
    top: 52%;
    font-size: calc(1rem + 2.2vw);
  }

  .b_paper_word p {
    font-size: calc(1rem + 2.2vw);
    font-weight: 800;
  }

  .b_paper_word rt{
    font-size: .8rem;
  }

  .b_container > p {
    padding: 0 15% 10vw 4%;
    font-size: calc(1rem + 1.2vw);
    margin: 0 auto;
  }

  .b_container p.b_desc{
    position: absolute;
    bottom: -1px;
    left: -19vw;
    top: initial;
  }

  .b_digital_word {
    font-size: calc(1rem + 2.2vw);
    top: 60%;
  }

  .b_digital_word p {
    font-size: calc(1rem + 2.2vw);
    font-weight: 800;
    width: 100%;
  }

  .b_text {
    width: 77%;
    text-align: left;
    margin-left: 7%;
    margin-bottom: 3.5vw;
    line-height: 0.9;
    position: relative;
  }

  .b_text p {
    font-size: calc(1rem + 0.9vw);
    text-align: left;
    line-height: 0.9;
    margin-bottom: 1.8vw;
  }

  .house_blue, .girl, .flower_left, .b_rocket {
    display: none;
  }

}

@media screen and (max-width: 568px) {

  .b_text p {
    font-size: calc(1rem + 0.2vw);
  }

}

@media screen and (max-width: 528px) {

  .b_text p {
    font-size: calc(1rem + 0.1vw);
  }

}

@media screen and (max-width: 390px) {
}

@media screen and (max-width: 355px) {

  .b_text p {
    font-size: .95rem;
  }

  .b_text{
    font-size: .95rem;
  }

  .b_text p span{
    font-size: .6rem;
  }

}


/* c */

.section_c {
  width: 76.5%;
  background-color: #fff;
  margin: -.5vw auto;
  text-align: center;
  position: relative;
  border-radius: 30px;
}

.section_c h3 {
  font-size: calc(1rem + 1.3vw);
  font-weight: 800;
  margin: 2.5vw auto .6vw;
  text-align: center;
  width: 10%;
  padding-top: 4vw;
  color: #005196;
  letter-spacing: 0.3vw;
  white-space: nowrap;
}

.butterfly {
  position: absolute;
  top: 51vw;
  left: -5.5vw;
  width: 10%;
}

.butterfly img {
  width: 100%;
}

.tree {
  position: absolute;
  top: 11vw;
  right: -8.5vw;
  width: 11%;
  z-index: -1;
}

.tree img {
  width: 100%;
}


.c_container {
  display: flex;
  justify-content: space-between;
  margin: 0 5%;
}

.c_content {
  width: 30%;
}

.c_content span {
  font-weight: 500;
  font-size: calc(1rem + 1.3vw);
  padding-left: 0.2em;
}

.c_img {
  width: 40%;
  justify-content: center;
  align-items: flex-start;
  margin: 2vw auto .1vw;
  position: relative;
}

.c_img > img {
  width: 100%;
  flex-shrink: 0
}

.c_img p {
  letter-spacing: 0.1em;
  font-size: calc(1rem + 2vw);
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
  top: 18%;
  left: 46%;
  transform: translateX(-44%);
}

.c_text{
  line-height: 2;
}

.c_prize {
  font-size: calc(1rem + 0.6vw); 
  font-weight: 800;
  white-space: nowrap;
}

.c_benefit {
  font-size: calc(1rem + 0.6vw);
  white-space: nowrap;
  font-weight: 500;
}

.c_info {
  padding: 3vw 0 4.2vw;
}
.c_info.is-202204 {
  padding: 3vw 0 0;
}

.c_info p {
  font-size: calc(1rem + 0.2vw);
  white-space: nowrap;
}


.c_info .c_info_lg {
  font-size: calc(1rem + 0.9vw);
  position: relative;
  z-index: 1;
  display: inline-block;
  font-weight: 500;
  margin-bottom: .8vw;
}

.c_info .c_info_lg::before{
  background: linear-gradient(transparent 0%, #87dbff 0%);
  content: "";
  height: 8px;
  position: absolute;
  bottom: 2px;
  width: 100%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.c_info .c_info_sm{
  font-size: calc(1rem + 0.15vw);
  margin-bottom: 2.8vw;
}

.c_info .c_info_md{
  font-size: calc(1rem + 0.5vw);
  line-height: .8;
}


@media screen and (min-width: 1000px) {
  .c_img p rt{
    font-size: 12px;
  }
}


@media screen and (max-width: 1150px) {
  .c_info .c_info_lg {
  font-size: calc(1rem + 0.8vw);
  }
}

@media screen and (max-width: 999px) {
  .c_info .c_info_lg {
  font-size: calc(1rem + 0.5vw);
  }
  .c_info .c_info_lg::before{
    width: 95%;
  }
  .c_content{
    width: 33%;
  }

  .c_info .c_info_md {
    font-size: calc(1rem + 0.4vw);
    }

    .c_img p {
      top: 14%;
      font-size: calc(1rem + 2vw);
    }
    
}

@media screen and (max-width: 850px) {
  .c_info .c_info_lg {
  font-size: calc(1rem + 0.3vw);
  }
}



@media screen and (max-width: 780px) {
  .c_info .c_info_lg {
  font-size: calc(1rem + 0.2vw);
  }
}

@media screen and (max-width: 1052px) {


  .c_text  p.c_prize {
    font-size: calc(1rem + 0.3vw);
  }

  .c_benefit {
    font-size: calc(1rem + 0.05vw);
    white-space: nowrap;
    font-weight: 500;
  }

}

@media screen and (max-width: 872px) {
  .c_container {
    margin: 0 1.5%;
  }

  .c_text p {
    font-size: 10px;
  }

  .c_content span {
    font-size: calc(1rem + 0.7vw);
}

.c_benefit {
  font-size: calc(1rem + 0.01vw);
}

}

@media screen and (max-width: 768px) {

  .c_info{
    width: 100%;
  }

  ._highlight{
    position: relative;
    display: inline-block;
  }

  .c_info .c_info_lg::before{
    display: none;
  }

  ._highlight::before{
    background: linear-gradient(transparent 0%, #87dbff 0%);
    content: "";
    height: 5px;
    position: absolute;
    bottom: 2px;
    width: 102%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }

  .c_info .c_info_lg {
    font-size: calc(1rem + 0.8vw);
    text-align: center;
    white-space: nowrap;
    line-height: 2;
    margin-bottom: 2vw;
    position: relative;
}



.c_info .c_info_sm{
  font-size: 1rem;
}

.c_info .c_info_md{
  line-height: 2.2em;
  padding: 0 4vw;
  text-align: left;
  white-space: normal;
}

  .c_content span{
    font-size: calc(1rem + 2vw);
  }

  .section_c {
    width: 93%;
    margin: 5vw auto;
    border-radius: 16px;
  }

  .section_c h3{
    font-size: calc(1rem + 1.6vw);
    padding-top: 7vw;
    left: -3vw;
    position: relative;
  }

  .c_container {
    flex-flow: column;
  }

  .c_content {
    display: flex;
    align-items: center;
    width: 95%;
    margin: 0 auto 1.8vw;
  }

  .c_img {
    width: 22%;
    margin: 3vw 8% 3vw 4%;
  }

  .c_img p {
    font-size: calc(1rem + 2.6vw);
    top: 17%;
  }

  .c_img p rt{
    font-size: 0.6rem;
    font-weight: 700;
  }

  .c_text {
    text-align: left;
    width: 70%;
    margin-left: 10px;
  }

  .c_text  p.c_prize {
    font-size: calc(1rem + 1.2vw);
  }

  .c_text p {
    font-size: calc(1rem + 1vw);
}
  .c_info {
    margin: 0 auto;
  }

  .c_content {
}

  .c_info p {
    font-size: calc(1rem + 0.6vw);
    letter-spacing: 0;
    line-height: 3.0em;
  }

  .butterfly, .tree {
    display: none;
  }

}

@media screen and (max-width: 600px) {

  .c_info p {
    font-size: calc(1rem + 0.6vw);
  }

}

@media screen and (max-width: 560px) {

  .c_info .c_info_md {
    font-size: calc(1rem + 0.1vw);
    }

  .c_info .c_info_lg {
    font-size: calc(1rem + 0.6vw);

}

  .c_info p {
    font-size: calc(1rem + 0.3vw);
  }

  .c_text  p.c_prize {
    font-size: calc(1rem + 0.3vw);
  }


.c_text p {
    font-size: calc(1rem + 0.5vw);
}


}

@media screen and (max-width: 456px) {

  .c_img {
    margin: 3vw 11%;
  }

  .c_img p {
    top: 12%;
    transform: translateX(-44.5%);
  }

  .c_info p {
    font-size: 11px;
  }
  
}

@media screen and (max-width: 397px) {
  .c_img p {
    margin: 8vw 7%;
    transform: translateX(-54.5%);
    top: -20%;
    font-size: calc(1rem + 2vw);
  }

  .c_text p {
    font-size: calc(1rem + 0.1vw);
}

}

@media screen and (max-width: 355px) {
  .c_info .c_info_lg{
    font-size: calc(1rem + 0.2vw);
  }

}

/* d */
.section_d {
  width: 62.5%;
  background-color: #fff;
  margin: 2.5vw auto;
  text-align: center;
  position: relative;
  border-radius: 30px;
  padding: 1.2vw 0 2.3vw;
}

.ship {
  width: 23%;
  position: absolute;
  top: -9.5vw;
  left: -19vw;
  z-index: -1;
}

.ship img {
  width: 100%;
}

.flower_right {
  position: absolute;
  bottom: 112vw;
  right: 8.2%;
  width: 9%;
  z-index: -1;
}

.flower_right img {
  width: 100%;
}


.section_d h3 {
  text-align: center;
  font-size: calc(1rem + 1.2vw);
  font-weight: 800;
  margin: 1vw auto 3vw;
  width: 15%;
  padding-top: 1vw;
  color: #005196;
  letter-spacing: 0.3vw;
  white-space: nowrap;
}


.section_d h3::before {
  left: 1.8vw;
}

.section_d h3::after {
  right: 1.8vw;
  top: 1.2vw;
}

.section_d p {
  font-size: calc(1rem + 0.6vw);
  padding-bottom: 0;
  white-space: nowrap;
  line-height: .8;
}

.download_btn {
  background-color: white; 
  margin: 1.7vw auto;
  width: 80%;
  height: 5vw;
  display: flex;
  border-radius: 15px;
}

.download_btn a {
  color: #fff;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 800;
  background: #0fb8ff;
  border-radius: 30px;
  margin-top: .8vw;
}

.download_btn a p {
  font-size: calc(1rem + 0.3vw);
  padding: 0 5% 0;
  text-align: right;
  position: relative;
  top: 3px;
  line-height: 5vw;
}

.download_pdf {
  width: 11%;
  padding-right: 5%;
  margin: auto 0;
  display: flex;
  align-items: center;
}

.download_btn img {
  width: 100%;
}

@media screen and (max-width: 1200px) {

  .download_btn{
    width: 70%;
  }

  .section_d p {
    font-size: calc(1rem + 0.5vw);
  }
}

@media screen and (max-width: 1080px) {

  .section_d p {
    font-size: calc(1rem + 0.2vw);
  }

  .download_btn {
    width: 80%;
  }

  .download_btn a p {
    font-size: 13px;
    text-align: center;
  }

}

@media screen and (max-width: 900px) {

  .download_btn {
    margin: 4vw auto;
  }

  .download_btn a p {
    font-size: 8px;
  }

}

@media screen and (max-width: 880px) {

  .section_d p {
    font-size: 11px;
  }

}

@media screen and (max-width: 768px) {

  .section_d {
    width: 93%;
    border-radius: 16px;
    margin: 20px auto 21px;
  }

  .section_d h3 {
    font-weight: 800;
    font-size: calc(1rem + 1.6vw);
    width: 30%;
    margin: 5vw auto 3vw;
    padding-bottom: 0.5vw;
  }

  .section_d h3::before,
  .section_d h3::after {
    width: 2.0vw;
    height: 2.0vw;
    top: 5.0vw;
  }

  .section_d h3::before {
    left: 4.0vw;
  }

  .section_d h3::after {
    right: 3.0vw;
    top: 4.0vw;
  }

  .section_d p {
    font-size: calc(1rem + .8vw);
    text-align: left;
    width: 90%;
    margin: 0 auto;
    white-space: normal;
    padding-bottom: 0;
    line-height: 2.0em;
  }

  .download_btn {
    width: 90%;
    height: 10vw;
    margin: 2.5vw auto 6vw;
  }

  .download_btn a p {
    padding-right: 5%;
    line-height: 10vw;
    font-size: calc(1rem + .8vw);
  }

  .download_pdf {
    padding-right: 5%;
  }

  .ship {
    display: none;
  }

  .download_btn {
    max-width: 330px;
    width: 100%;
  }

}

@media screen and (max-width: 680px) {

  .download_btn a p {
    padding-right: 5%;
    line-height: 10vw;
    font-size: calc(1rem + 0.9vw);
  }

  .download_btn a p {
    font-size: 16px;
  }

}

@media screen and (max-width: 580px) {

  .download_btn {
    width: 400px;
  }

  .section_d p {
    font-size: calc(1rem + 0.4vw);
  }

  .download_btn a p {
    font-size: 12px;
  }

}

@media screen and (max-width: 530px) {

  .section_d p {
    font-size: calc(1rem + 0.7vw);
  }

}

@media screen and (max-width: 500px) {

  .section_d p {
    font-size: calc(1rem + 0.5vw);
  }

}

@media screen and (max-width: 462px) {

  .download_btn {

  }

  .section_d p {
    font-size: calc(1rem + 0.2vw);  
  }

  .download_btn a p {
    font-size: 10px;
    padding: 0;
  }

}

@media screen and (max-width: 440px) {

  .section_d p {
    font-size: calc(1rem + 0.2vw);  
  }

}

@media screen and (max-width: 410px) {
  


  .section_d p {
    font-size: calc(1rem + 0.1vw);  
  }

  .download_btn img {
    padding-right: 2%;
  }

}

@media screen and (max-width: 370px) {

  .download_btn {
    width: 320px;
  }

}

@media screen and (max-width: 355px) {

  .download_btn {
    width: 290px;
  }

}

/* e */

.section_e {
  background-color: #fff;
  text-align: center;
  width: 76.4%;
  margin: 0 auto;
  position: relative;
  border-radius: 30px;
}

.earth_blue {
  width: 21%;
  position: absolute;
  top: -11vw;
  left: -7vw;
  z-index: -1;
}

.earth_blue img {
  width: 100%;
}

.dog {
  width: 14%;
  position: absolute;
  right: -9.5vw;
  top: -12vw;
  z-index: -1;
}

.dog img {
  width: 100%;
}

.bear {
  width: 11%;
  position: absolute;
  left: -11.5vw;
  bottom: 10.5vw;
  z-index: -1;
}

.bear img {
  width: 100%;
}

.castle {
  width: 15%;
  position: absolute;
  right: -11.5vw;
  bottom: 6.5vw;
  z-index: -1;
}

.castle img {
  width: 100%;
}



.section_e_title {
  padding: 1vw 0;
}

.section_e_title {
  font-size: calc(1rem + 0.4vw);
}


.section_e_title::before {
  left: 1.8vw;
}

.section_e_title::after {
  right: 1.8vw;
  top: 1.2vw;
}

.section_e_title h3 {
  text-align: center;
  font-size: calc(1rem + 1.2vw);
  font-weight: 800;
  margin: 0 auto 1vw;
  width: 20%;
  padding-top: 3vw;
  color: #005196;
  letter-spacing: 0.3vw;
  white-space: nowrap;
}

.section_e_title p{
  font-size: calc(1rem + 0.3vw);
}

.e_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10%;
}

.e_content {
  width: 40%;
  text-align: center;
  padding-bottom: 4vw;
}

.e_content > p {
  padding-bottom: 1vw;
  font-size: calc(1rem + 0.8vw);
  white-space: nowrap;
}

.e_content > a {
  font-weight: 800;
  font-size: calc(1rem + 1.5vw);
  border-bottom: solid 0.1em;
  color: #005197;
}

.e_img {
  position: relative;
/*  width: 42%;*/
	width: 26%;
  margin: 0 auto .2vw;
}

.e_digital_img{
  width: 31%;
/*  margin: 0.5vw auto 2.7vw;*/
	margin: 0.5vw auto 1.2vw;
}

.e_img img {
  width: 100%;
}

.e_paper_word {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: calc(1rem + 2.2vw);
  font-weight: bolder; 
  white-space: nowrap;
}

.e_paper_word p{
  position: relative;
  top: -4px;
}

@media screen and (max-width:928px) {

  .e_paper_word {
    font-size: calc(1rem + 1.5vw);
  }

}

.e_paper_word rt{
  font-size: calc(1rem + .1vw);
}

.e_digital_word {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: calc(1rem + 2.2vw);
  font-weight: bolder;
  white-space: nowrap;
}

@media screen and (max-width:928px) {

  .e_digital_word {
    font-size: calc(1rem + 1.5vw);
  }

}

.e_img > a {
  font-size: calc(1rem + 0.9vw);
  border-bottom: 0.1em solid #005197;
}

.mail {
  margin-top: .5vw;
}

.e_text p {
  font-size: calc(1rem + 0.5vw);
  white-space: nowrap;
  line-height: 1.9em;
}

.e_text a {
  display: block;
  font-size: calc(1rem + 0.7vw);
  border-bottom: 0.1em solid #005197;
  font-weight: 700;
  width: 60%;
/*  margin: 0.5vw auto 0;*/
	margin: 0 auto;
  white-space: nowrap;
  text-align: center; 
  color: #005197;
}

.e_text_bold {
  font-weight: 700;
}

.e_about {
  padding-bottom: 4vw; 
}
.e_about.is-202204 {
  padding-top: 1em;
  padding-bottom: 0;
}


.e_about a {
  font-size: calc(1rem + 0.2vw);
  color:  #226892;
  border-bottom: 0.1em solid #226892;
  font-weight: 500;
}

@media screen and (max-width:1350px) {

  .e_text a {
    width: 65%;
  }

}

@media screen and (max-width:1150px) {

  .e_text a {
    width: 85%;
  }

  .e_text p {
    font-size: calc(1rem + 0.2vw);
  }

}



@media screen and (max-width:768px) {

  .castle {
    display: none;
  }

  .flower_right {
    display: none;
  }

  .section_e {
    width: 93%; 
    border-radius: 16px;
  }

  .section_e::after {
    width: 93%; 
    bottom: -2.2vw;
  }

  .section_e_title {
    padding: 5vw 0 0; 
  }

  .section_e_title::before,
  .section_e_title::after {
    width: 2.0vw;
    height: 2.0vw;
    top: 5.0vw;
  }

  .section_e_title::before {
    left: 4.0vw;
  }

  .section_e_title::after {
    right: 4.0vw;
    top: 3.5vw;
  }

  .section_e_title h3 {
    width: 40%;
    font-size: calc(1rem + 1.6vw);
    padding-bottom: 0.5vw;
  }

  .e_container {
    flex-flow:  column;
    padding: 0 5%;
  }

  .e_content {
    display: flex;
    width: 100%;
    margin: 5vw 0 0;
  }

  .e_img {
    width: 30%;
    font-size: calc(1rem + 2.8vw);
    height: 12.2vw;
  }

  .e_img img {
    width: 80%;
  }

  .e_text {
    width: 70%;
    text-align: left;
    margin: 0 6% 0 4%;
  }

  .e_paper_word {
    top: 60%;
    font-size: calc(1rem + 2.5vw);
  }

  .e_paper_word rt{
    font-size: calc(1rem + .1vw);
  }

  .e_digital_word {
    top: 70%;
    font-size: calc(1rem + 2.5vw);
  }

  .e_text a {
    font-size: calc(1rem + .8vw);
    display: inline-block;
    font-weight: 800;
    border-bottom: 0.1em solid #005197;
    margin: 0;
    width: auto;
  }

  .section_e_title p{
    font-size: .9rem;
  }
  

  .e_about {
    padding: 2vw 0 8vw;
  }

  .e_about a {
    font-weight: 500;
    font-size: 1rem;
  }

  .earth_blue, .dog {
    display: none;
  }

}

@media screen and (max-width: 486px) {

  .e_text p {
    font-size: calc(1rem + 0.5vw);
  }

}

@media screen and (max-width: 430px) {

  .e_text p {
    font-size: calc(1rem + 0.2vw);
  }

}

@media screen and (max-width: 386px) {

  .e_text p {
    font-size: 12px;
  }

}

@media screen and (max-width: 335px) {

  .e_text p {
    font-size: 11px;
  }

}

/* f */

.section_wrap{
  display: flex;
  width: 76.5%;
  margin: 0 auto; 
}

.section_item{
  width: calc(50% - 2% / 2);
}

.section_item:not(:last-child){
  margin-right: 2%;
}

.section_f {
  background-color: #fff;
  margin: 2vw auto;
  text-align: center;
  border-radius: 30px;
  position: relative;
}

.flower_under_left {
  width: 28%;
  position: absolute;
  left: -10vw;
  bottom: 5.5vw;
  z-index: -1;
}

.flower_under_left img {
  width: 100%;
}

.boy {
  position: absolute;
  width: 46%;
  right: -46vw;
  bottom: -33.5vw;
  z-index: 1;
}

.boy img {
  width: 100%;
}


.section_f h3 {
  text-align: center;
  font-size: calc(1rem + 1.2vw);
  font-weight: 800;
  margin: 0 auto;
  width: 15%;
  padding-top: 3vw;
  margin-bottom: .9vw;
  color: #005196;
  letter-spacing: 0.3vw;
  white-space: nowrap;
}



.section_f h3::before {
  left: 1.8vw;
}

.section_f h3::after {
  right: 1.8vw;
}

.section_f p {
  padding-bottom: 1.5vw;
  font-size: calc(1rem + 1.1vw);
  line-height: 2;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 999px) {
  .section_f p {
    font-size: calc(1rem + 1vw);
  }
}

@media screen and (max-width: 768px) {


  .section_wrap{
    width: 93%;
    flex-wrap: wrap;
  }

  .section_item:not(:last-child){
    margin-right: 0;
  }

  .section_f {
    width: 100%;
    margin: 5vw auto;
    border-radius: 16px;
  }
  
  .section_f h3 {
    font-size: calc(1rem + 1.6vw);
    width: 25%;
    padding: 5vw 0 0.5vw;
  }

  .section_f h3::before,
  .section_f h3::after {
    width: 2.0vw;
    height: 2.0vw;
    top: 5.0vw;
  }

  .section_f h3::before {
    left: 4.0vw;
  }

  .section_f h3::after {
    right: 4.0vw;
    top: 3.5vw;
  }

  .section_f p {
    font-size: calc(1rem + .7vw);
    padding: 1vw 0 4vw;
    font-weight: 800;
  }

  .bear{
    display: none;
  }

  .boy {
    display: none;
  }

  .flower_under_left{
    display: none;
  }
}

@media screen and (max-width: 355px) {
  .section_f p {
    font-size: calc(1rem + .2vw);
  }
}

/* g */

.section_g {
  background-color: #fff;
  margin: 2vw auto;
  text-align: center;
  border-radius: 30px;
  position: relative;
}



.section_g h3 {
  text-align: center;
  font-size: calc(1rem + 1.2vw);
  font-weight: 800;
  margin: 0 auto;
  width: 12%;
  padding-top: 3vw;
  margin-bottom: .5vw;
  color: #005196;
  letter-spacing: 0.3vw;
  white-space: nowrap;
}


.section_g h3::before {
  left: 1.8vw;
}

.section_g h3::after {
  right: 1.8vw;
}

.section_g p {
  padding: 0vw 5% .4vw;
  font-size: calc(1rem + 0.6vw);
  line-height: 2.2;
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (max-width: 1100px) {
  .section_g p {
    font-size: calc(1rem + 0.3vw);
  }
}

@media screen and (max-width: 800px) {
  .section_g p {
    font-size: calc(1rem + 0.2vw);
  }
}

@media screen and (max-width: 768px) {

  .section_g {
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
  }
  
  .section_g p {
    font-size: calc(1rem + 0.8vw);
  }

  .section_g h3 {
    font-size: calc(1rem + 1.6vw);
    width: 16%;
    padding: 5vw 0 0.5vw;
  }

  .section_g h3::before,
  .section_g h3::after {
    width: 2.0vw;
    height: 2.0vw;
    top: 5.0vw;
  }

  .section_g h3::before {
    left: 4.0vw;
  }

  .section_g h3::after {
    right: 4.0vw;
    top: 3.5vw;
  }

  .section_g p {
    padding: 3vw 3% 9vw;
    font-weight: 500;
    line-height: 2.3em;
    text-align: left;
    width: 75%;
    margin: 0 auto;
  }

}

@media screen and (max-width: 580px) {
  .section_g p {
    width:95%;
    font-size: 12px;
  }
}

@media screen and (max-width: 355px) {
  .section_g p{
    font-size: .8rem;
  }
}



/* h */
.section_h {
  width: 62.5%;
  background-color: #fff;
  margin: -3px auto 31px;
  text-align: center;
  position: relative;
  border-radius: 30px;
  padding: 2vw 0 1.7vw;
}


.section_h h3 {
  text-align: center;
  font-size: calc(1rem + 1.2vw);
  font-weight: 800;
  margin: 1vw auto 2vw;
  padding-top: 1vw;
  color: #005196;
  letter-spacing: 0.3vw;
  white-space: nowrap;
}

.section_h p {
  font-size: calc(1rem + 0.6vw);
  padding-bottom: 0;
  white-space: nowrap;
  line-height: .8;
}

.section_h .download_btn {
  background-color: white;
  margin: 1.5vw auto;
  width: 38%;
  height: 4vw;
  display: flex;
  border-radius: 15px;
  position: relative;
}

.section_h .download_btn a {
  color: #fff;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #0fb8ff;
  border-radius: 30px;
  font-weight: 400;
  margin-top: .8vw;
}

.section_h .download_btn a p {
  font-size: calc(1rem + 0.4vw);
  padding: 0 5% 0;
  text-align: right;
  position: relative;
  top: -0.3vw;
  line-height: 5vw;
}

.section_h .download_btn::before{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9.5px;
  border-color: transparent transparent transparent #fff;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18%;
  margin-top: .9vw;
}

@media screen and (min-width: 1000px) {
  .section_h .download_btn a p rt{
    font-size: .7rem;
  }
}

@media screen and (max-width: 355px) {
  .section_h .download_btn a p rt{
    font-size: 10px;
  }
}


@media screen and (max-width: 1080px) {

  .section_h p {
    font-size: calc(1rem + 0.2vw);
  }

  .download_btn a p {
    font-size: 11px;
    text-align: center;
  }

  .section_h .download_btn{
    height: 4.2vw;
  }



  .section_h .download_btn a p{
    white-space: nowrap;
    text-align: center;
    font-size: calc(1rem + 0.3vw);
    font-weight: 500;
  }
  

}

@media screen and (max-width: 900px) {
  

  .section_h .download_btn {
    margin: 4vw auto;
  }
  .section_h p {
    font-size: calc(1rem + 0.1vw);
  }
  
}

@media screen and (max-width: 768px) {

  .section_h {
    margin: 5vw auto 31px;
    padding-bottom: 1vw;
    border-radius: 16px;
    width: 93%;
  }

  .section_h h3 {
    font-weight: 800;
    font-size: calc(1rem + 1.6vw);
    padding: 2vw 0 0.5vw;
    padding-bottom: 0.5vw;
  }

  .section_h p {
    font-size: calc(1rem + .8vw);
    text-align: left;
    width: 75%;
    margin: 0 auto;
    white-space: normal;
    padding-bottom: 2vw;
    line-height: 2.0em;
  }

  .section_h .download_btn::before{
    border-width: 4px 0 4px 6.9px;
  }

  .section_h .download_btn {
    width: 80%;
    max-width: 220px;
    height: 8vw;
    margin: 0 auto 6vw;
  }

  .section_h  .download_btn a p {
    padding-right: 5%;
    line-height: 10vw;
    font-size: calc(1rem + .6vw);
  }
}

@media screen and (max-width: 680px) {

  .section_h  .download_btn a p {
    padding-right: 5%;
    line-height: 10vw;
    font-size: calc(1rem + 0.9vw);
  }

  .section_h  .download_btn a p {
    font-size: 16px;
  }

}

@media screen and (max-width: 580px) {



  .section_h p {
    font-size: calc(1rem + 0.4vw);
    width: 88%;
  }

  .section_h  .download_btn a p {
    font-size: 12px;
  }

}

@media screen and (max-width: 530px) {

  .section_h p {
    font-size: calc(1rem + 0.7vw);
  }

}

@media screen and (max-width: 500px) {

  .section_h p {
    font-size: calc(1rem + 0.5vw);
  }

  .section_h .download_btn {
    height: 9vw;
  }

}

@media screen and (max-width: 462px) {

  .section_h .download_btn {

  }

  .section_h p {
    font-size: calc(1rem + 0.2vw);  
  }

  .section_h .download_btn a p {
    font-size: calc(1rem + 0.2vw); 
    padding: 0;
    text-align: center;
    position: relative;
    top: 0;
  }

}

@media screen and (max-width: 440px) {

  .section_h p {
    font-size: 12px;  
  }

}

@media screen and (max-width: 335px) {

  .section_h p {
    font-size: .9rem;  
  }

}

/* 会社情報 */

.company {
  width: 100%;
  background-color: white;
  position: relative; 
  z-index: 0; 
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.company_text {
  width: 100%;
}

.company_text h2 {
  font-size: calc(1rem + 1.2vw);
  font-weight: 600;
  padding: 5.4vw 0 1.9vw;
  text-align: center;
}

.company_text p {
  font-size: calc(1rem + 0.4vw);
  font-weight: 500;
  padding-bottom: 0.5vw;
  text-align: center;
}

.company_btn {
  background-color: #00B1FF;
  width: 25%;
  height: 4vw;
  margin: 2.1vw auto 3.5vw;
  display: flex;
  justify-content: center;
  align-items: center; 
  border-radius: 30px;
  z-index: 1;
  position: relative;
}

.company_btn a {
  font-size: calc(1rem + 0.4vw);
  color: white;
  position: relative;
  display: flex; 
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-right: 2%;
}

@media screen and (max-width: 999px) {
  .company_btn a {
  font-size: calc(1rem + 0.2vw);
  }
}

.company_btn a::before {
  content: url(./img/triangle.png);
  padding: 0 2%;
  position: relative;
  top: 1px;
}
  @media screen and (min-width: 1600px) {
    .company_btn a::before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 18%;
      margin-top: -1px;
    }
  }

.company_info {
  font-size: 11px;
}

@media screen and (max-width: 999px) {
  .company_btn{
    margin: 3.1vw auto 3.5vw;
  }
  .company_text p {
    font-size: calc(1rem + 0.3vw);
  }
}

@media screen and (max-width: 768px) {

  .company_btn a::before {
    content: "";
    background: url(../img/triangle.png) no-repeat center center/calc(9px * .6) calc(13px * .6);
    width: calc(9px * .6);
    height: calc(13px * .6);
    top: 0;
  }

  .company_text h2 {
    text-align: left;
    font-size: calc(1rem + .9vw);
    width: 60%;
    margin: 0 auto 2vw;
    padding: 13.4vw 0 1.9vw;
  }
  
  .company_text p {
    text-align: left;
    width: 60%;
    margin: 0 auto;
    line-height: 2.5;
  }

   .company_logo {
    width: 34%;
    position: absolute;
    right: 6%;
    bottom: 11%;
  }

  .company_info {
    font-size: 0.6em;
    position: absolute;
    right: 6%;
    bottom: 4.5%;
    white-space: nowrap;
  }

  .company_btn {
    width: 55%;
    height: 10vw;
    margin: 6vw auto 37vw;
  }

  .company_btn a {
    font-size: calc(1rem + .7vw);
  }

  .image_money {
    width: 55%;
    position: absolute;
    left: -3%;
    bottom: 0;
  }

}

@media screen and (max-width: 600px) {

  .company_text h2 {
    width: 90%;
  }

  .company_text p {
    width: 90%;
  }

}


@media screen and (max-width: 540px) {

  .company_text h2{
    font-size: calc(1rem + 0.7vw);
  }

  .company_text p {
    font-size: calc(1rem + 0.6vw);
  }

  .company_btn a {
    font-size: calc(1rem + 0.2vw);
  }

  .company_text p {
    font-size: calc(1rem + 0.2vw);
  }

}

@media screen and (max-width: 490px) {

  .company_text p {
    font-size: calc(1rem + 0.4vw);
  }

}

@media screen and (max-width: 450px) {

  .image_money {
    width: 54%;
  }

  .company_info {
    margin: 8vw 0 0 -30%;
  }

}

@media screen and (max-width: 440px) {

  .company_text p {
    font-size: calc(1rem + 0.1vw);
  }

  .company_btn a {
    font-size: calc(1rem + 0.2vw);
  }

}

@media screen and (max-width: 355px) {
  .company_text h2{
    font-size: calc(1rem + .6vw);
  }
  .company_text p{
    font-size:1rem;
  }
  .company_info{
    transform: scale(0.8);
    right: -7%;
  }
  .image_money {
    width: 44%;
}
}

/* footer */

footer {
  position: relative;
  z-index: 10;
  margin-top: 11vw;
  width: 100%;
}

@media screen and (max-width: 1250px) {

  footer {
    margin-top: 14vw;
  }
}


@media screen and (max-width: 999px) {

  footer {
    margin-top: 20vw;
  }
}


.image_money {
  position: absolute;
  width: 35%;
  bottom: 0;
  left: 1%;
}

.image_money img {
  width: 100%;
}

.company_navi {
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  margin-bottom: 5vw;
  text-align: center;
}

.company_info {
  margin-bottom: 5vw;
  font-size: 14px;
}

.company_logo {
  width: 67%;
  margin: 0 auto 1.5vw;
}

.company_logo img {
  width: 60%;
}

@media screen and (max-width: 768px) {

  footer {
    margin-top: 5vw;
  }

  .image_money {
    width: 50%;
  }

  .company_navi {
    transform: translate(0%, 0%);
    width: 30%;
    bottom: 5%;
    right: 0%;
  }

  .company_info {
    font-size: 10px;
    margin-bottom: 0;
    white-space: nowrap;
    transform: scale(0.9);
  }

  .company_logo {
    width: 100%;
    margin: 0 auto 7vw;
  }

}



@media screen and (max-width: 400px) {

  .company_info {
    margin: 8vw 0 0 -35%;
  }

}

@media screen and (max-width: 360px) {

  .company_info {
    margin: 8vw 0 0 -40%;
  }

}

@media all and (-ms-high-contrast: none) {
  /* IE対応 */
  .fv{
    min-height: 0%;
  }
  .section_d h3{
    width: 30%;
  }
}

.main_wrapper.deadline{
	padding-bottom:0px;
	margin-bottom:0px;
}

.main_wrapper.deadline::after{
	width: 100%;
	height: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background-image: none;
}
/* i */
.section_i {
	width: 49%;
	background-color: #fff;
	margin: -3px auto 31px;
	text-align: center;
	position: relative;
	border-radius: 30px;
	padding: 2vw 0 2vw;
	border: 8px solid #fcd209;	
}
.section_i p {
  font-size: calc(1rem + 0.6vw);
  padding-bottom: 0;
  white-space: nowrap;
  line-height: 2em;
	color:#ef5224;
}



@media screen and (min-width: 1000px) {
}

@media screen and (max-width: 355px) {
}


@media screen and (max-width: 1080px) {
  .section_i p {font-size: calc(1rem + 0.2vw);}
}

@media screen and (max-width: 900px) {
  .section_i p {font-size: calc(1rem + 0.1vw);}
}

@media screen and (max-width: 768px) {
  .section_i {
    margin: 5vw auto 31px;
    padding-bottom: 1vw;
    border-radius: 16px;
    width: 79%;
  }
  .section_i p {
    font-size: calc(1rem + .8vw);
	width: 75%;
	white-space: normal;
	padding-bottom: 2vw;
	line-height: 2.0em;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
  }
}

@media screen and (max-width: 680px) {
}

@media screen and (max-width: 580px) {
  .section_i p {font-size: calc(1rem + 0.4vw);width: 88%;}
}

@media screen and (max-width: 530px) {
  .section_i p {font-size: calc(1rem + 0.7vw);}
}

@media screen and (max-width: 500px) {
  .section_i p {font-size: calc(1rem + 0.5vw);}
}

@media screen and (max-width: 462px) {
  .section_i p {font-size: calc(1rem + 0.2vw);}
}

@media screen and (max-width: 440px) {
  .section_i p {font-size: 12px;}
}

@media screen and (max-width: 335px) {
  .section_i p {font-size: .9rem;}
}



/* 20210716追加 */
.KARI______________ {}
.theme_wrapper{}
.theme_inner{}
.theme_box{}

.theme_contents{
  position: relative;
  left: -1.2vw;
  z-index: 1;
	margin-top:80px;
	margin-bottom:100px;
}
.theme_Left_aw{
	float:left;
	width:42%;
}
.theme_Left_aw img{
	width:100%;
}
.theme_Right_aw{
	float:right;
	width:53%;
	text-align:left !important;
}
.theme_Right_aw .theme_text{
	white-space: normal;
	text-align:left !important;
}

@media screen and (max-width: 768px) {
.sub_title.deadline {
	font-size: calc(1rem + 4vw);
}
.theme_contents{
	margin-top:50px;
	margin-bottom:20px;
	left: 0vw;
}
.theme_Left_aw{
	float: none;
	width: 55%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:50px;
}
.theme_Left_aw img{
	width:100%;
}
.theme_Right_aw{
	float: none;
	width:84%;
	text-align:center !important;
	margin-right: auto;
	margin-left: auto;
}
.theme_star2{
    top: 55vw;
    left: 3vw;
    width: 5%;
  }
}



.theme_left{
  margin-top: -11vw;
  width: 16.5%;
  position: relative;
  left: 2.7vw;
}
.theme_left img{
  width: 100%;
}
.theme_right{
  margin-top: -11.5vw;
  width: 12%;
  position: relative;
  left: -5.25vw;
}
.theme_right img{
  width: 100%;
}

@media screen and (max-width: 980px) {
  .theme_left{
    width: 12%;
  }
	.theme_right{
    width: 12%;
  }
}


.theme_prize{
	font-weight: 400;
	font-size: calc(1rem + 1.5vw);
	display: block;
	color: #333333;
	position: relative;
	margin-bottom: 1vw;
	padding-bottom:2vw;
	background-image: url(../img/award_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.theme_name{
	font-weight: 500;
  font-size: calc(1rem + .8vw);
  color: #333333;
  position: relative;
  margin-bottom: 3vw;
	display: inline-block;
	margin-left:65px;
	
}
.theme_name::before{
    background: linear-gradient(transparent 0%, #ffd53f 0%);
    content: "";
    height: 5px;
    position: absolute;
    bottom: 4px;
		width: 100%;
    z-index: -1;
  }
.theme_ttl{
  font-weight: 500;
  font-size: calc(1rem + .8vw);
  color: #333333;
  position: relative;
  margin-bottom: 1.2vw;
}
.theme_prize,
.theme_ttl,
.theme_Right_aw .theme_text{
	padding-left: 65px;
}


@media screen and (max-width: 768px) {
.theme_prize{
	display:block;
	background-position: calc(50% - 16vw) 0;
	font-size: calc(1rem + 3.5vw);
	padding-bottom:3vw;
	margin-bottom: 3vw;
	text-align:center;
	padding-left: 65px;
}
.theme_name{
	font-size: calc(1rem + 1.5vw);
	margin-bottom: 5vw;
	margin-left:0px;
}
.theme_name::before{
    /*width: 16rem;*/
  }
.theme_ttl{
	font-size: calc(1rem + 1.5vw);
	margin-bottom: 2vw;
	text-align:center;
}
.theme_Right_aw .theme_text{
	font-size: calc(1rem + 1vw);
}
/*  .theme_ttl{
    margin-bottom: 7.5vw;
    font-size: calc(1rem + 1.6vw);
    text-align: left;
    position: relative;
    left: 2vw;
  }*/

.theme_ttl,
.theme_Right_aw .theme_text{
	padding-left: 0px;
}
}
@media screen and (max-width: 462px) {
  .theme_prize{
		padding-bottom:5.5vw;
		padding-left: 25%;
	}
}
@media screen and (max-width: 335px) {
  .theme_prize{
		padding-bottom:8.5vw;
		padding-left: 35%;
	}
}

/*ボタン*/
.theme_Right_aw .download_btn {
  background-color: white;
  margin: 1.5vw auto;
  width: 70%;
  height: 4.5vw;
  display: flex;
  border-radius: 15px;
  position: relative;
}

.theme_Right_aw .download_btn a {
  color: #333333;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #bbe8ff;
  border-radius: 30px;
  font-weight: 400;
  margin-top: .8vw;
}

.theme_Right_aw .download_btn a p {
  font-size: calc(1rem + 0.4vw);
  padding: 0 5% 0;
  text-align: right;
  position: relative;
  top: -0.3vw;
  line-height: 6vw;
}

.theme_Right_aw .download_btn::before{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9.5px;
  border-color: transparent transparent transparent #00b1ff;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  margin-top: .9vw;
}
@media screen and (max-width: 900px) {
.theme_Right_aw .download_btn {
  width: 100%;
	padding-left: 65px;
}
.theme_Right_aw .download_btn::before{
	padding-left: 65px;
	left: 26%;
}
}
@media screen and (max-width: 768px) {
.theme_Right_aw .download_btn {
  width: 90%;
  height: 13vw;
	margin-top:2vw;
	padding-left: 0px;
}
.theme_Right_aw .download_btn a {
	padding-top:1.5vw;
}
.theme_Right_aw .download_btn a p {
  font-size: calc(1rem + 1.5vw);
	
}
.theme_Right_aw .download_btn::before{
	left: 7%;
}
}

/* 新デザイン用 20250222 *******************************/
#BbsArtContest #Main, #BbsArtContest #Theme, #BbsArtContest #Art, #BbsArtContest #Guidelines, #BbsArtContest #What {
    width: 100%;
}
#BbsArtContest #Main img {
    width: 100%;
}
#BbsArtContest #Overview {
    position: relative;
    padding-bottom: 30px;
    width: 100%;
}
#BbsArtContest #Overview::before {
    content: "";
    background-image: url(../images/contest/blue_top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    display: block;
    height: 500px;
    position: absolute;
    top: 0;
    width: 100%;
}
#BbsArtContest #Theme::before {
    content: "";
    background: none;
}
#BbsArtContest #Theme .content-wrap::before {
  content: "";
  background-image: url(../images/contest/background_star_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}
#BbsArtContest #Theme .content-wrap::after {
  content: "";
  background-image: url(../images/contest/background_star_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  right: 50%;
  z-index: 0
}
#BbsArtContest #Theme .theme_concept {
    font-size: 14px;
    line-height: 3;
}
#BbsArtContest #Art {
    padding: 0 0 60px;
}
#BbsArtContest #Guidelines ul.guidelines_ul li {
    margin-left: 2em;
    font-size: 16px;
}
#BbsArtContest #Guidelines ul.guidelines_ul li::before {
    content: "⚫︎";
    color: #003078;
    display: inline-block;
    font-size: .6em;
    margin-left: -2em;
    margin-right: 1em;
    position: relative;
    top: -2px;
}
#BbsArtContest #Guidelines .close-banner-link .close-banner-inner {
    display: block;
    position: relative;
    padding-top: 20px;
    padding-left: 90px;
    z-index: 1;
    aspect-ratio: calc(786 / 183);
    color: #003078;
    font-size: clamp(12px, 3vw, 14px);
    font-weight: 700;
    line-height: 2;
    text-align: left;
}
#BbsArtContest #Guidelines .close-banner-link .close-banner-inner::after {
    content: "";
    border-top: 2px solid #003078;
    border-right: 2px solid #003078;
    height: 9px;
    pointer-events: none;
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: rotate(135deg) translate(-50%, 50%);
    transform: rotate(135deg) translate(-50%, 50%);
    width: 9px;
}
#BbsArtContest #Guidelines .close-banner-link .close-banner-inner:hover {
    opacity: 0.5;
}
#BbsArtContest #Guidelines .close-banner .shortcut-link * {
    pointer-events: auto;
}
#BbsArtContest #Guidelines .send-mail-attention {
    font-size: 12px;
    line-height: 1.9;
}
#BbsArtContest #Guidelines .prize-table2_li {
    border-bottom: 1px solid #ccc;
}
#BbsArtContest #Guidelines .prize-table2_li figure {
    padding: 10px 0;
    text-align: center;
}
#BbsArtContest #Guidelines .prize-table2_li figcaption {
    margin-top: 10px;
}
#BbsArtContest #Guidelines .prize-table2_li div {
    padding: 10px 0;
}
#BbsArtContest #special .parper-component {
    background-color: #fff;
    border-radius: 0;
    margin-top: 20px;
}
#BbsArtContest #special .parper-component figure img {
    width: 100%;
}

@media (min-width:961px) {
    #BbsArtContest .content-wrap {
        padding: 0 11.5% 0;
        max-width: none;
    }
    #BbsArtContest #Overview {
        padding: 80px 0 70px;
    }
	#BbsArtContest #Theme .theme_concept {
    	font-size: 26px;
	}
    #BbsArtContest #Art {
        padding: 100px 0 140px;
    }
    #BbsArtContest #Guidelines .close-banner-link .close-banner-inner {
        padding-top: 28px;
        padding-left: 150px;
        height: 140px;
        text-align: left;
        color: #003078;
        font-size: 20px;
        font-weight: 700;
        line-height: 2;
    }
    #BbsArtContest #Guidelines .close-banner-link .close-banner-inner::after {
        right: 32px;
    }
    #BbsArtContest #Guidelines .prize-table2_li {
        display: flex;
        align-items: center;
    }
    #BbsArtContest #Guidelines .prize-table2_li figure {
        padding: 20px 0;
        width: 200px;
    }
    #BbsArtContest #Guidelines .prize-table2_li div {
        padding: 0 0 20px;
    }
    #BbsArtContest #Guidelines #prize {
        background-image: url(../images/contest/cracker.png);
        background-position: right 40px bottom 40px;
        background-repeat: no-repeat;
    }
    #BbsArtContest #Guidelines #prize .guide-description {
        background: none;
    }
    #BbsArtContest #What .content-wrap {
        padding: 0 16px;
    }
    #BbsArtContest #special .parper-component {
        padding: 0;
    }
    #BbsArtContest #special .parper-component .parper-component-item2 {
        margin-right: 40px;
        min-width: 250px;
    }
    #BbsArtContest #special .parper-component .parper-component-item {
    }
}