@charset "UTF-8";
/* フォント設定
---------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* 切り替え
---------------------------------------------------------- */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/* 決まりごと
---------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}
img {
  vertical-align: top;
}
a:link {
  color: red;
}
a:visited {
  color: orange;
}
/*グレーアウト*/
.img_grayout {
  filter: grayscale(100%);
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* メインコンテナ
---------------------------------------------------------- */
.width_690 {
  width: 690px;
  background-color: black;
}
.width_690 img {
  width: 100%;
}

/* メイン
---------------------------------------------------------- */
.mainimg {
  padding: 3rem 0;
}

/* 各項目タイトル
---------------------------------------------------------- */
.catgory_redyellow_title {
    width:90%;
    height:auto;
	margin: 2em 5% 1em;
	text-align:center;
    color:#e50012;
    font-size:2.2em;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
	letter-spacing: 1em;
    border-radius:50px;
	border: solid 5px #e50012;
background-size: 6px 6px;
background-image: repeating-linear-gradient(135deg, #cfce00 0, #cfce00 1.2000000000000002px, #e8e700 0, #e8e700 50%);
	padding: 1em 0;
}

/* 応募条件項目
---------------------------------------------------------- */
.catgory_oubo_komoku_small {
    width:30%;
    height:auto;
	margin: 1.9em 65% 1em 5%;
	text-align:center;
    color:#fff;
	background-color: red;
    font-size:1.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
    border-radius:50px;
	padding: 0.6em 0;
}
.catgory_oubo_komoku_big {
    width:45%;
    height:auto;
	margin: 1.9em 50% 1em 5%;
	text-align:center;
    color:#fff;
	background-color: red;
    font-size:1.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
    border-radius:50px;
	padding: 0.6em 0;
}


/* プレミアムリンクホバー
---------------------------------------------------------- */
.premium.line {
  padding-bottom: 5px;
  position: relative;
  color: #fff000 !important;
}
.premium.line::before {
  background: #fff000;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.premium.line:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
 

/* テキストエリア
---------------------------------------------------------- */
.oubo_line {
  width: 45%;
  height: auto;
	margin: 2em auto 4em;
}
.txt_75area {
  width: 75%;
	margin: 1em auto;
  font-size: 1.2em;
  line-height: 2em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.txt_75area_02 {
  width: 75%;
	margin: 1em auto;
  font-size: 1.4em;
  line-height: 2.1em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.txt_85area {
  width: 86%;
	margin: 1em auto;
  font-size: 1.5em;
  line-height: 2em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.txt_attention {
  font-size: 0.6em;
  line-height: 1.8em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.txt_yellow {
  color: yellow;
}

.txt_twoem {
    font-size: 2em;
  line-height: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.txt_onefiveem {
    font-size: 1.5em;
  line-height: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

/* 応募要項関連
---------------------------------------------------------- */
.honbun-area {
  padding: 1rem 3rem;
  text-align: left;
}
.midashi_01 {
  color: yellow;
  padding: .3em 0;
  font-size: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.honbun {
  padding: 0.7em 0 2em 1em;
  font-size: 1.25em;
  line-height: 2em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	letter-spacing: 0.04em;
}
.indent_honbun {
  padding: 0.7em 0 2em 2em;
  font-size: 1em;
  line-height: 1.95em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
		letter-spacing: 0.02em;
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}


@media screen and (min-width: 768px) {
  /* 768px以上の画面幅ではリンクを無効にする */
  a[href^="tel:"] {
    pointer-events: none; 
    cursor: default; 
  }
}