@charset "UTF-8";

h3 {
	font-size: 20pt;
	/* margin-top: 90px; */
	/* margin-top: 20px; */
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
	/* font-size: 14pt; */
	font-weight: normal;
}

h4 {
	font-size: 12pt;
	margin-top: 0;
    margin-bottom: 4px;
}

h5 {
	font-size: 9pt;
	margin-top: 0;
    margin-bottom: 4px;
    font-weight: normal;
    margin-left: -12px;
}

ul {
	font-size: 9pt;
}

ol p {
	font-size: 8pt;
	font-weight: normal;
}

.tensen {
  padding: 0;
  /* margin: 2px 0 8px 0; */
  margin: -10px 10px 8px 10px;
}

.tensen2 {
  padding: 0;
  /* margin: 2px 0 8px 0; */
  margin: -10px 0 8px 0;
}

#product_title {
    /* position: relative; */
	display: flex;
	/* flex-wrap: wrap; */
	flex-wrap: wrap-reverse;
	gap: 0 10px;
	align-items: flex-start;	/* wrap-reverseなので反対の値を指定 */
	/* align-items: flex-end; */
	/* justify-content: space-between; */

	margin: 0 10px;
}

/* 応募締切イラスト */
#deadline_illust {
	/* position: absolute;
	left: 590px;
	top: -85px; */
	margin-top: 20px;
	margin-left: auto;
}

#contents {
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/* font-size: 10pt;
	line-height: 160%;
	width: 720px; */
	margin: 0 10px;
}

#contents p {
	font-size: 0.85rem;
	margin-bottom: 12px;
}


table#sub_description {
	/* width: 610px;
	border-collapse: collapse;
	border: solid 1px #333;
	margin-top: 18px; */
	margin-bottom: 40px;

	width: 100%;
	max-width: 562px;
	border-collapse: collapse;
	border: solid 1px #333;
}

table#sub_description tr {
	display: flex;
	flex-direction: column; /* 要素を縦方向に積み重ねる */
}

table#sub_description th, 
table#sub_description td {
	display: block; /* thとtdをブロック要素にして幅100%にする */
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	border: none; /* デフォルトではセル内の境界線をなくす */
	font-weight: normal;

	border-bottom: solid 1px #333;
}

table#sub_description th {
	/* border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	font-weight: normal; */
	text-align: left;
	vertical-align: top;
	/* width: 145px; */
/*	height: 45px;*/
	background-color: #fffac8;
}

table#sub_description td {
	/* border-left: solid 1px #333;
	border-bottom: solid 1px #333; */
	vertical-align: top;
	/* width: 450px; */
}
table#sub_description tr:last-child td {
	border-bottom: none;
}

table#sub_description th h4, 
table#sub_description td p {
	font-size: 0.85rem;
	margin: 4px;
	font-weight: bold;
}



#subscription {
	display: flex;
	/* flex-wrap: wrap; */
	flex-wrap: wrap-reverse;
	gap: 0 10px;
	align-items: flex-start;	/* wrap-reverseなので反対の値を指定 */
	height: 130px;
}

#to_form_area {
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	width: 105px;
  	height: 105px;
}

#to_form, 
#dl_form {
	position: absolute;
	right: 0;
	top: 0;
}


#contents p#subscription_text {
	margin-bottom: 60px;
}


#add_detail_box {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 0px;
	align-items: flex-start;
	/* justify-content: center; */
	margin-bottom: 80px;
}

#add_detail_box .add_detail {
	max-width: 357px;
}

#add_detail_box .add_detail>p:last-child {
	max-width: 340px;
}




#contents dd {
    margin-left: 1.8em;
    text-indent: -1.4em;
}

#tshirts_img {
	/* width: 650px; */
}


#sanka_detail_box {
	display: flex;
	flex-wrap: wrap;
	/* gap: 50px 0px; */
	align-items: flex-start;
	justify-content: space-between;
	/* margin-bottom: 80px; */
	max-width: 700px;
}



#contents #sanka_detail {
	max-width: 410px;
	margin-bottom: 30px;
}


#contents #work_with_us {
	margin-bottom: 30px;
}

#contents  #sanka_picture {
	margin-bottom: 30px;
}

#contents  #sanka_picture p {
	text-align: center;
}


#contents ol {
	padding-left: 20px;
	font-size: 9pt;
	font-weight: bolder;
}

#contents ul {
	padding-left: 20px;
}

#contents em {
	color: #ff3333;
	font-style: normal;
}

#web {
	color: #44aeea;
}

label {
	display: inline-block;
	width: 90px;
}

.point {
	display: inline-block;
	width: 55px;
}

#award {
	font-size: 9pt;
	font-weight: bolder;
}

#mailing {
	margin-left: 20px;
}

.page_top {
	text-align: right;
	margin-top: 20px;
}

.form_dl {
	text-decoration: underline;
	color: #f00;
}

.form_dl a {
	color: #f00;
}

.sunabi_com {
	text-decoration: underline;
}

#link_info .link_line {
    border-bottom: 1px solid #C51370;
}





@media (min-width: 612px) {

	table#sub_description tr {
		display: table-row; /* 行を通常のテーブル行に戻す */
		border: none; /* 行ごとの外枠をなくす */
	}

	table#sub_description th, 
	table#sub_description td {
		display: table-cell; /* セルを通常のテーブルセルに戻す */
		border-bottom: 1px solid #333; 
	}

	table#sub_description th {
		width: 100px;
		border-right: 1px solid #333; 
		vertical-align: middle;
		text-align: center;
	}

	table#sub_description td {
		width: 498px;
	}


	#add_detail_box .add_detail {
		width: 357px;
	}






}


@media (min-width: 740px) {

	#contents {
		width: 720px;
	}


}


@media (min-width: 1123px) {

	#contents p {
		font-size: 0.75rem;
	}

	table#sub_description th h4, 
	table#sub_description td p {
		font-size: 0.75rem;
	}








}
