@charset "utf-8";

/*基本設定
---------------------------------------------------------------------------*/
@font-face {
	font-family: 'RiiTN_R';
	src: url('../font/RiiTN_R.otf') format('opentype');
}
.jp_font {
	font-family:"RiiTN_R";
	font-weight: normal;
}
body {
	color: #000;
	margin: 0px;
	padding: 0px;
	font: 20px "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	line-height: 1.7;
}
@media screen and (max-width:999px) { /* SP */
	body { font-size: 16px; }
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #000;
}
a:hover {
	color: #232583;
	text-decoration: none;
}

a > img { background:none!important; }

a:hover > img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

/*その他
---------------------------------------------------------------------------*/
/***非表示***/
.none { display: none; }
@media screen and (min-width:1000px) { /* PC */
	.pc_none { display: none; }
}
@media screen and (min-width:768px) { /* PC,タブレット */
	.pc_none02 { display: none; }
}
@media screen and (max-width:999px) { /* SP */
	.sp_none { display: none; }
}

/***幅***/
.inner { padding: 0 40px; }
@media screen and (max-width:999px) { /* SP */
	.inner { padding: 0 20px; }
}

/**************************************/
/* ページ共通設定(topページ/template) */
/**************************************/
/*コンテナー
---------------------------------------------------------------------------*/
#wrapper {
  background-color: transparent;
	position: relative;
	z-index: 1;
}
.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../img/bg_img_pc.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width:999px) { /* SP */
	.bg-fixed {
    background-image: url("../img/bg_img_sp.png");
    background-attachment: scroll;
  }
}

/* 中身（ヘッダー、フッター以外）
---------------------------------------------------------------------------*/
#container {
	position: relative;
	background-color: #fff;
	padding: 0;
}

@media screen and (min-width:1000px) { /* PC */
	#container {
		width: 1000px;
		margin: 0 auto 100px;
	}
}
@media screen and (max-width:999px) { /* SP */
	#container {
		margin: 0 20px 100px;
	}
}

/*コンテンツ
---------------------------------------------------------------------------*/
@media screen and (min-width:1000px) { /* PC */
	.contents { padding: 80px 0; }
}
@media screen and (max-width:999px) { /* SP */
	.contents { padding: 20px 0; }
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
/* ページトップ */
#page_top {
	width: 40px;
	height: 40px;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	background-color: #232583;
	opacity: 0.7;
	border-radius: 20px;
}
#page_top:hover { opacity: 1; }
#page_top span {
	position: relative;
	display: block;
}
#page_top span:before {
	content: "\f062";
	color: #fff;
	font-family: "FontAwesome";
	position: absolute;
	top: 5px;
	left: 13px;
	font-size: 16px;
}

/* フッター
---------------------------------------------------------------------------*/
#footer {
	background-color: #fff;
	border-top: 5px solid #ffff00;
	color: #000;
	padding: 40px 0;
	font-size: 12px;
	line-height: 1.8;
	color: #fff;
}
#footer a {
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	background-color: #232583;
	padding: 30px 0;
	text-align: center;
	color: #fff;
}
#copyright small { font-size: 12px; }


/**************************************/
/* 共通パーツ設定 */
/**************************************/
/*---------------------------------------------------------------------------*/
/* タイトル */
/*---------------------------------------------------------------------------*/
.title01 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 600;
	line-height: 2;
}
.title01 span {
	display: block;
	font-size: 60px;
	color: #232583;
}
.title01::after {
	content: '';
	display: block;
  width: 150px;
  height: 5px;
	background-color: #232583;
	margin: 40px auto 0;
}
@media screen and (max-width:999px) { /* SP */
	.title01 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.title01 span { font-size: 30px; }
	.title01::after {
  	width: 120px;
	  height: 3px;
		margin: 20px auto 0;
	}
}
@media screen and (max-width:350px) { /* SP */
	.title01 { font-size: 24px; }
	.title01 span { font-size: 16px; }
}

.title02 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
.title02:before {
	background-color: #232583;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 10px;
}
@media screen and (max-width:999px) { /* SP */
	.title02 {
		font-size: 17px;
		padding-left: 15px;
	}
	.title02:before {
		height: 18px;
		width: 7px;
		top: 3px;
	}
}

.title03 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width:999px) { /* SP */
	.title03 {
		font-size: 14px;
	}
}

/*---------------------------------------------------------------------------*/
/* ボタン */
/*---------------------------------------------------------------------------*/
/* 黒ボタン */
.btn01 {
	display: block;
	width: 300px;
	padding: 10px 0;
	text-align: center;
	background-color: #000;
	color: #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 24px;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	border: 2px solid #000;
	font-weight: bold;
}
.btn01:hover {
	background-color: #fff;
	color: #000;
}
@media screen and (max-width:999px) { /* SP */
	.btn01 {
		font-size: 15px;
		width: 80%;
		margin: 0 auto;
		max-width: 300px;
	}
}

/* ベージュボタン */
.btn02 {
	display: block;
	width: 300px;
	padding: 20px 0;
	text-align: center;
	background-color: #ad8b5a;
	color: #000;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 24px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	color: #fff;
}
.btn02:hover {
	background-color: #000;
	color: #fff;
}
@media screen and (max-width:999px) { /* SP */
	.btn02 {
		font-size: 14px;
		width: 80%;
		max-width: 300px;
	}
}

/*---------------------------------------------------------------------------*/
/* リスト */
/*---------------------------------------------------------------------------*/
/* ドットリスト */
.dot_list > li {
	margin-left:1.5em;
	text-indent:-1.5em;
	line-height: 1.8;
}
.dot_list > li:before { content: "・\0020"; }

/* 数字リスト */
.number_list { counter-reset: kome_count 0; }
.number_list > li {
	margin-left:1.5em;
	text-indent:-1.5em;
}
.number_list > li:before {
	counter-increment: kome_count;
	content: counter(kome_count) ").\0020";
}

.number_list02 { counter-reset: kome_count 0; }
.number_list02 > li {
	margin-left:1.5em;
	text-indent:-1.5em;
}
.number_list02 > li:before {
	counter-increment: kome_count;
	content: counter(kome_count) ".\0020";
}

/* 表風リスト */
.tb_list {
	width: 100%;
	overflow:hidden; /*floatしたので高さ確保*/
}
.tb_list > dt {
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.tb_list > dd {
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	text-align: center;
}
@media screen and (max-width:999px) { /* タブレット・SP */
	.tb_list > dt { font-size: 16px; }
	.tb_list > dd { font-size: 20px; }
}

/*---------------------------------------------------------------------------*/
/* フレーム */
/*---------------------------------------------------------------------------*/
.frame01 {
	background-color: #cc3328;
	color: #fff;
	padding: 10px;
}
.frame02 {
	border: 2px solid #ffbc00;
	padding: 10px;
}

/*---------------------------------------------------------------------------*/
/* テーブル */
/*---------------------------------------------------------------------------*/
.dot_tb { width: 100%; }
.dot_tb tr {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
.dot_tb td {
	padding: 10px 0;
	vertical-align: top;
}
.dot_tb tr td:first-child {
	font-weight: bold;
	width: 35%;
}
@media screen and (max-width:999px) {
	.dot_tb td { padding: 10px; }
}

/*---------------------------------------------------------------------------*/
/* 画像 */
/*---------------------------------------------------------------------------*/
.img01 {
	display: block;
	margin: 0 auto;
}
.img02 {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.img03 {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 250px;
}
@media screen and (max-width:999px) { /* SP */
	.img01 { width: 100%; }
}

/*---------------------------------------------------------------------------*/
/* リンク */
/*---------------------------------------------------------------------------*/
.gaibu_link {
	position: relative;
	padding: 0 25px 0 0;
	display: inline-block;
}
.gaibu_link:before {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/ic_link.png) 0 0 no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

/*---------------------------------------------------------------------------*/
/* 背景 */
/*---------------------------------------------------------------------------*/
.bg_logo {
	background-image: url("../img/bg_logo.png");
  background-repeat: repeat;
  background-size: 500px auto; /* サイズ調整 */
	background-position:center center;
}

/*---------------------------------------------------------------------------*/
/* その他 */
/*---------------------------------------------------------------------------*/
.alert { color: #ff0000; }
.marker_yellow { background: linear-gradient(transparent 60%, #ffff00 60%); }
/* ※ */
.kome {
	margin-left:1.5em;
	text-indent:-1.5em;
}
.kome:before { content: "※\0020"; }


/**************************************/
/* 個別ページ設定 */
/**************************************/
/*---------------------------------------------------------------------------*/
/* TOPページ(/) */
/*---------------------------------------------------------------------------*/
/* メイン画像 */
.home .main_img {
}
/* キャッチコピー */
.home .main_img .title {
	text-align: center;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
.home .main_img .title img {
	width: 100%;
}
@media screen and (max-width:999px) { /* タブレット・SP */
	.home .main_img .title {
		padding: 150px 0;
		max-width: 600px;
	}
}
@media screen and (max-width:400px) { /* タブレット・SP */
	.home .main_img .title {
		padding: 100px 0;
	}
}
@media screen and (max-width:320px) { /* タブレット・SP */
	.home .main_img .title {
		padding: 50px 0;
	}
}

/* キャンペーン概要 */
@media screen and (max-width:999px) { /* タブレット・SP */
	.kara {
		writing-mode: vertical-rl;
	}
}
.about_box {
  position: relative;
  margin-bottom: 40px;
  border: 3px solid #232583;
  border-radius: 8px;
  background: #fff;
}

.about_label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
  padding: 10px 24px;
  background: #232583;
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
  border-radius: 8px;
}

.about_box_inner {
  padding: 50px 10px 30px;
  text-align: center;
}
@media screen and (max-width:999px) { /* タブレット・SP */
	.about_label {
		font-size: 16px;
		width: 160px;
	}
}

/* 参加方法 */
#entry { background-color: #ffff00; }
.entry_card_head {
  display: flex;
  align-items: stretch;
  border: 4px solid #232583;
  border-radius: 8px;
  overflow: hidden;
  background: #efeff4;
}
.entry_card_num {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #232583;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.entry_card_title {
  flex: 1;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 12px 24px;
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:999px) { /* タブレット・SP */
	.entry_card_num {
		font-size: 20px;
		flex: 0 0 50px;
	}
	.entry_card_title {
		min-height: 50px;
	  font-size: 16px;
	}
}

/* 投稿手順 */
.step_card {
  border:2px solid #232583;
  border-radius:6px;
  margin-bottom:40px;
  background:#f0f0f7;
}
.step_title {
  background:#232583;
  color:#ffff00;
  text-align:center;
  padding:10px 0;
  font-size:40px;
  font-weight:bold;
  margin:0;
}
.step_text {
  text-align:center;
  font-size:20px;
	padding: 20px 10px 10px;
}
.step_img {
  padding: 0 10px;
}
.step_img img {
  width:100%;
	max-width: 800px;
	margin: 0 auto;
  height:auto;
  display:block;
}
@media screen and (max-width:999px) { /* タブレット・SP */
	.step_card { margin-bottom:30px; }
	.step_title { font-size:20px; }
	.step_text { font-size:16px; }
}

/* 投稿例 */
#example { background-color: #f0f0f7; }
.example_text {
	color: #232583;
	font-size: 50px;
  display:inline-block;
  transform:rotate(-5deg);
}
@media screen and (max-width:999px) { /* タブレット・SP */
	.example_text { font-size: 30px; }
}
@media screen and (max-width:400px) { /* タブレット・SP */
	.example_text { font-size: 24px; }
}
@media screen and (max-width:340px) { /* タブレット・SP */
	.example_text { font-size: 18px; }
}

/*---------------------------------------------------------------------------*/
/* 準備中ページ(/pre/) */
/*---------------------------------------------------------------------------*/
.pre .img {
	display: block;
	margin: 30px auto;
}
