@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Murecho:wght@100..900&display=swap');

a {
  text-decoration: none; 
}

/*ニュース*/
@media screen and (min-width:768px) { /* PC  ==================== */
  .news_container {
  width: 100%;
  height: auto;
  padding: 30px 0 0;
  margin: 0 auto;
  text-align: center;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .news_container {
    width: 100%;
    height: auto;
    padding: 10px 0 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (min-width:768px) { /* PC  ==================== */
  .news_box_inner_box {
    width: 838px;
    height: auto;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .news_box_inner_box {
    width: 90%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
  }
}
.news_box_inner_box img {
  width: 100%;
}

/*ニュース_最新*/
@media screen and (min-width:768px) { /* PC  ==================== */
  .news_kobetsu_base {
    width: 800px;
    height: auto;
    padding: 20px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
  }
  .news_kobetsu_title {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 0 15px;
    text-align: left;
    color: #4b4b4b;
    border-bottom: 2px solid #e84709;
    font-size: 1.3rem;
    font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
	line-height: 1.7em;
  }
  .news_kobetsu_honbun {
    width: 100%;
    height: auto;
    text-align: left;
    color: #4b4b4b;
    font-size: 1rem;
    line-height: 2rem;
    font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .news_kobetsu_honbun_more {
    padding: 8px 0;
    text-align: center;
    color: #4b4b4b;
    font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .news_orange_catch {
    width: 100%;
    height: auto;
    text-align: center;
    color: #ff7e00;
    font-size: 2.5em;
    line-height: 2em;
    font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	  margin: 0 0;
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .news_kobetsu_base {
    width: 90%;
    height: auto;
    padding: 10px;
    margin: 0 5%;
    border-radius: 10px;
    background-color: #fff;
  }
  .news_kobetsu_title {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 10px 0;
    margin: 0 0 15px;
    color: #4b4b4b;
    border-bottom: 2px solid #e84709;
    font-size: 1em;
    font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
  }
  .news_kobetsu_honbun {
    width: 100%;
    height: auto;
    text-align: left;
    color: #4b4b4b;
    font-size: 0.9em;
    line-height: 1.8em;
    font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .news_kobetsu_honbun_more {
    padding: 8px 0;
    text-align: center;
    color: #4b4b4b;
    font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .news_orange_catch {
    width: 100%;
    height: auto;
    text-align: center;
    color: #ff7e00;
    font-size: 1.5em;
    line-height: 2em;
    font-family: "Murecho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	  margin: 0 0 0.8em;
  }
}

/* ボタン_くわしく */
@media screen and (min-width:768px) { /* PC  ==================== */
  .btn_kuwashiku {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.4em;
    border-radius: 30px;
    width: 300px;
    height: 50px;
    font-weight: bold;
    border-bottom: 5px solid #b46436;
    transition: 0.3s;
    background-color: #ff9600;
  }
  .btn_kuwashiku:hover {
    border-bottom-width: 0;
    transform: translateY(5px);
  }
}
@media screen and (max-width:768px) { /* SP  ==================== */
  .btn_kuwashiku {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.2em;
    border-radius: 20px;
    width: 200px;
    height: 30px;
    font-weight: bold;
    border-bottom: 5px solid #b46436;
    transition: 0.3s;
    background-color: #ff9600;
  }
  .btn_kuwashiku:hover {
    border-bottom-width: 0;
    transform: translateY(5px);
  }
}

/* 本文_ボックス */
  .news_honbun_container {
    width: 85%;
    height: auto;
    padding: 0 0 10px;
    margin: 0 auto;
  }

/* 本文_テキストカラー指定 */
.news_txt_red {
  color: #e30000;
}


/* コンテスト結果発表 */
@media screen and (max-width:768px) { /* SP  ==================== */
.contest_flex {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-around;
	width : 90%;
  gap: 20px;
	margin: 0 auto 3em;
	list-style: none;
}
.contest_flex li {
  width: 43%; 
	height: auto;
	margin: 0.2em auto;
}
.contest_flex:after {
    content: "";
  width: 43%; 
	height: auto;
	margin: 0.2em auto;

	}
.contest_company {
	width: 30%;
	 height: auto;
	margin: 0.2em 35% 1em;
}}
@media screen and (max-width:768px) { /* SP  ==================== */
.contest_flex {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-around;
	width : 90%;
  gap: 20px;
	margin: 0 auto 2em;
	list-style: none;
}
.contest_flex li {
  width: 92%; 
	height: auto;
	margin: 0.2em auto;
}
.contest_flex:after {
    content: "";
  width: 92%; 
	height: auto;
	margin: 0.2em auto;

	}
.contest_company {
	width: 40%;
	 height: auto;
	margin: 0.2em 30% 1em;
	}}

/* リスト_各種 */
  ul ul {
    margin-left: 2em;
    list-style-type: disc;
  }
  ul ul ul {
    margin-left: 4em;
    list-style-type: circle;
  }
.list_none {
  list-style:none;
}
.list_circle {
  list-style-type: '◯';
}
.list_disc {
  list-style-type: '・';
}
.list_niju {
  list-style-type: '◎';
}
.list_kome {
  list-style-type: '※';
}
.list_hito {
  list-style-type: '★';
}

/* 画像_サムネイル */
.img_thum {
	width: 70%;
	margin: 0 auto;
}

/* マーカー */
.marker {
    background-color: rgba(255, 240, 0, 0.5);
}

/* インデント */
.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* ダウンロードボタン */
.btn_dw,
.btn_dw span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_dw {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 0;
    border-radius: 25px;
    border: none;
    font-size: 1.3em;
background-color: transparent;
}

.btn_dw::before {
    position: absolute;
    top: 7px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: inherit;
    box-sizing: inherit;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .2);
    background-color: #910000;
    content: '';
}

.btn_dw span {
    width: 100%;
    padding: .9em 2em;
    border: 2px solid #000;
    border-radius: inherit;
    background-color: #c11a1a;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
}

.btn_dw span::after {
    display: inline-block;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
}

.btn_dw:hover::before {
    transition: box-shadow .2s;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .2);
}

.btn_dw:hover span {
    transition: transform .2s;
    transform: translateY(2px);
}

/* 応募先ボタン */
.btn_oubo,
.btn_oubo span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_oubo {
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 0;
    border-radius: 25px;
    border: none;
    font-size: 1.3em;
background-color: transparent;
}

.btn_oubo::before {
    position: absolute;
    top: 7px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: inherit;
    box-sizing: inherit;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .2);
    background-color: #0060ff;
    content: '';
}

.btn_oubo span {
    width: 100%;
    padding: .9em 4em;
    border: 2px solid #000;
    border-radius: inherit;
    background-color: #0060ff;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
}

.btn_oubo span::after {
    display: inline-block;
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
}

.btn_oubo:hover::before {
    transition: box-shadow .2s;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .2);
}

.btn_oubo:hover span {
    transition: transform .2s;
    transform: translateY(2px);
}
