@charset "utf-8";
/* CSS Document */

/*　テーブルの指定*/
/*--------------------------
　　表組入力欄 高さ文字サイズ指定
 ---------------------------*/
/*セレクトボックス*/
.select-h-size{
		font-size: 13px;
		color:#4d4f53;
		height: 26px;
		margin-bottom: 2px;
}
@media screen and (max-width:480px){
.select-h-size{
		font-size: 13px;
		color:#221815;
		height: 26px;
}
}
.form-h-size{
		font-size: 13px;
		color:#221815;
		height: 26px;
		margin-bottom: 2px;
}
@media screen and (max-width:480px){
.form-h-size{
		font-size: 13px;
		color:#221815;
		height: 26px;
}
}

.notifyb {
	font-size:12px;
	width:900px;
	margin:15px auto;
	color:#cccccc;
}
.noti-left {
	float:left;
	margin:4px 6px 0 0;
}
.outlin_subtxt{
	color: #797d7f;
}
.cont_titleC{
	width: 400px;
	height: auto;
	margin: 44px auto 12px;
	text-align: center;
}
.contstitleC{
	width: 342px;
	height: auto;
	margin: 44px auto;
}

input ,select{
    vertical-align:middle;
}

@media screen and (min-width:481px) and (max-width:768px){
.notifyb {
	width:96%;
	margin:15px auto;
}
}

/*スマホ用*/
@media screen and (max-width:480px){
.notifyb {
	width:96%;
	margin:15px auto;
}
.contstitleC{
	width: 96%;
	height: auto;
	margin: 44px auto;
}
.cont_titleC{
	width: 90%;
	height: auto;
	margin: 20px auto 12px;
	text-align: center;
}
}
.consent_titleC{
	width: 400px;
	height: auto;
	margin: 44px auto;
	text-align: center;
	font-size: 18px;
	line-height: 180%;
}
@media screen and (max-width:480px){
.consent_titleC{
	width: 90%;
	height: auto;
	margin: 20px auto 12px;
	text-align: center;
		font-size: 16px;
		line-height: 140%;
}
}
.thanks_bodytxt{
	width: 480px;
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
		color:#636763;
	margin: 24px auto;
	text-align: center;
	font-size: 18px;
	line-height: 180%;
}
@media screen and (max-width:480px){
.thanks_bodytxt{
	width: 90%;
	height: auto;
	margin: 20px auto 12px;
	text-align: center;
		font-size: 16px;
		line-height: 140%;
}
}
.consent_btn{
	text-align: center;
	font-size: 18px;
	line-height: 180%;
}
.txt_btnred {
    color:#990000;
	font-family: 'Noto Sans JP', sans-serif;
}
.txt12_red {
    font-size:12px;
    color:#850303;
    line-height:140%;
}
.txt12_red02 {
    font-size:13px;
    color:#e80f0f;
    line-height:140%;
}
.txt13_yell{
    font-size:13px;
    color:#eef621;
    line-height:140%;
}
.formhosoku{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:13px;
	line-height:140%;
	margin:14px auto;
	color:#111010;
text-align:center;
}

/*テーブル カラー グレー基調*/
table.gray {
	font-size: 14px;
    width: 100%;
	margin: 0px auto;
    border-collapse: collapse;
	line-height: 140%;
	color:#221815;
	font-family: 'Noto Sans JP', sans-serif;
}
table.gray a{
color: #3B84E8;
}
table.gray a:hover{
text-decoration: underline;
}

th.gray {
	width:24%;
	padding:10px;
	border-right:1px solid #0a0a08;
    border-top:1px solid #0a0a08;
	color:#221815;
}
td.gray {
	padding:12px;
	border-top:1px solid #0a0a08;
	color:#221815;
}
td.gray .subtxt{
	margin-bottom: 12px;
}
td.gray li.ad {
	padding:12px 0;
	color:#221815;
}
th.graylas {
　　width:20%;
	padding:10px;
	border-right:1px solid #0a0a08;
    border-top:1px solid #0a0a08;
	border-bottom:1px solid #0a0a08;
	color:#221815;
}
td.graylas {
		padding:10px;
border-top:1px solid #0a0a08;
		border-bottom:1px solid #0a0a08;
		color:#221815;
}

.Prefec02{
		font-size: 13px;
		color:#221815;
	margin-top: 6px;
}	
.agreement{
	color:#221815;
	font-size: 13px;
	margin-top: -5px;
}

@media screen and (max-width:900px) and (min-width:481px){
	table.gray {
    width:100%;
    margin: 0 auto;
	border:none;
    border-collapse:collapse;
	line-height:140%;
}
}
/*スマホ用*/
@media screen and (max-width:480px){
table.gray {
    width:100%;
    margin: 0 auto;
	border:none;
    border-collapse:collapse;
	line-height:140%;
}

th.gray {
	width:100%;
	padding:5px 0 5px 8px;
	border-top:none;
	border-left:none;
	border-right:none;
	background-color:#c7c9d0;
	display:block;
	color:#221815;
}
th.graylas {
	width:100%;
/*    padding:5px;*/
	padding:5px 0 5px 8px;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	background-color:#c7c9d0;
    display:block;
    color:#221815;
}
td.gray {
    width:100%;
    padding:8px 0 24px;
border-right:none;
    border-left:none;
	border-top:none;
    display:block;
	color:#221815;
}
td.graylas {
    width:100%;
    padding:12px 0;
border-right:none;
    border-left:none;
    border-bottom:none;
	border-top:none;
    display:block;
	color:#221815;
}
.Prefectures{
		font-size: 13px;
		color:#282b30;
		height: 28px;
		margin: 6px 0;
		line-height: 200%;
}

.Prefec02{
		font-size: 13px;
		color:#221815;
	margin-top: 6px;
}	
.agreement{
	color:#221815;
	font-size: 13px;
}
}


.mfp{
		font-size: 13px;
		color:#221815;
		height: 26px;
		margin-bottom: 2px;
}
.cityname{
		font-size: 13px;
		color:#221815;
		height: 26px;
}
/*--------------------------
　　表組欄 カラー幅サイズ指定
　　グレー基調 PC
 ---------------------------*/
table.G {
	font-size: 13px;
    width: 900px;
	margin: 0px auto;
    border-collapse: collapse;
	line-height: 140%;
/*	color:#221815;*/
color:#3B3A3A;
}
table.G a{
color: #3B84E8;
}
table.gray a:hover{
text-decoration: underline;
}

th.G {
	width:20%;
	padding:10px;
	border-right:1px solid #0a0a08;
    border-top:1px solid #0a0a08;
	color:#797d7f;
}
td.G {
	padding:12px;
	border-top:1px solid #0a0a08;
	color:#797d7f;
}
td.G li.ad {
	padding:12px 0;
	color:#797d7f;
}
th.Glas {
　　width:20%;
	padding:10px;
	border-right:1px solid #0a0a08;
    border-top:1px solid #0a0a08;
	border-bottom:1px solid #0a0a08;
	color:#797d7f;
}
td.Glas {
		padding:10px;
border-top:1px solid #0a0a08;
		border-bottom:1px solid #0a0a08;
		color:#797d7f;
}
/*--------------------------
　　表組欄 カラー幅サイズ指定
　　グレー基調 スマホ用
 ---------------------------*/

@media screen and (max-width:480px){
table.G {
    width:90%;
    margin: 0 auto;
	border:none;
    border-collapse:collapse;
	line-height:140%;
}

th.G {
	width:100%;
	padding:5px 0 5px 8px;
	border-top:none;
	border-left:none;
	border-right:none;
	background-color:#c7c9d0;
	display:block;
	color:#221815;
}
th.Glas {
	width:100%;
/*    padding:5px;*/
	padding:5px 0 5px 8px;
	border-top:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	background-color:#c7c9d0;
    display:block;
    color:#221815;
}
td.G {
    width:100%;
    padding:8px 0 24px;
border-right:none;
    border-left:none;
	border-top:none;
    display:block;
	color:#221815;
}

td.Glas {
    width:100%;
    padding:12px 0;
border-right:none;
    border-left:none;
    border-bottom:none;
	border-top:none;
    display:block;
	color:#221815;
}
}

input ,select{
    vertical-align:middle;
}
/*--------------------------
　　表組入力欄
 ---------------------------*/

.mfp01{
		font-size: 13px;
		height: 26px;
		margin-bottom: 4px;
}
.mfp02{
		font-size: 13px;
	height: 26px;
	margin-bottom: 4px;
}
.mfp03{
		font-size: 13px;
	height: 26px;
	margin-bottom: 4px;
}
.mfp04{
		font-size: 13px;
	height: 26px;
}
.mfp05{
		font-size: 14px;
	height: 26px;
}
.mfp06{
		font-size: 14px;
	height: 26px;
	margin-bottom: 4px;
}
.mfp_Prefectures{
		font-size: 13px;
	height: 26px;
	margin-bottom: 4px;
}
.mf_addres{
		font-size: 13px;
	height: 26px;
	margin-bottom: 4px;
}

@media only screen and (max-width : 640px){
.mfp01{
	width:100%;
	height: 26px;
	margin-bottom: 4px;
}
.mfp02{
width:100%;
	height: 26px;
	margin-bottom: 4px;
}
.mfp03{
width:40%;
	height: 26px;
	margin-bottom: 4px;
}
.mfp04{
width:100%;
	height: 26px;
	margin: 4px 0;
	padding-bottom:12px;
}
.mfp05{
width:100%;
	height: 26px;
	margin-bottom: 4px;
}
.mfp06{
width:100%;
	height: 26px;
	margin-bottom: 4px;
}
.mfp_Prefectures{
	width:50%;
	height: 26px;
	margin-bottom: 4px;
}
}

@media only screen and (max-width : 480px){
.mfp01{
	width:80%;
	height: 26px;
	margin-bottom: 4px;
}
.mfp02{
width:36%;
	height: 26px;
	margin-bottom: 4px;
}
.mfp03{
width:40%;
	height: 26px;
	margin-bottom: 4px;
}
.mfp04{
width:32%;
	height: 26px;
	margin: 4px 0;
	padding-bottom:12px;
}
.mfp05{
width:100%;
	height: 26px;
	margin-bottom: 4px;
}
.mfp06{
width:100%;
	height: 26px;
	margin-bottom: 4px;
}
.mfp_Prefectures{
	width:50%;
	height: 26px;
	margin-bottom: 4px;
}
}


.mf_addres{
	width:70%;
	height: 26px;
	margin-bottom: 4px;
}

.annotat11{
	width:94%;
	font-size:11px;
	line-height:140%;
	margin:14px auto;
	color:#66645e;
}
.annotat11 a{
	color: #b60c0c;
}
.annotat11 a:hover{
	text-decoration: underline;
}



.heartfcl a {
	color: #b60c0c;
    line-height:140%;
}
.heartfcl a:hover{
	text-decoration: underline;
}

.cont636C {
	width:636px;
	margin: 0 auto 12px;
	text-align: center;
}
@media only screen and (max-width:641px) {
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
.cont636C {
	width:96%;
	height:auto;
	margin: 0 auto 12px;
}
}
.cont7C {
	width:700px;
	margin: 0 auto 12px;
	text-align: center;
}
@media only screen and (max-width:641px) {
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
.cont7C {
	width:90%;
	height:auto;
	margin: 0 auto 12px;
}
}


/*---------------------------------------
 入力フォーム途中タイトル
 ----------------------------------------*/
.cont70C {
	width:700px;
	margin: 36px auto 12px;
	text-align: center;
}
@media only screen and (max-width:641px) {
.cont70C {
	width:96%;
	height:auto;
	margin: 0 auto 12px;
		text-align: center;
}
}
@media only screen and (max-width:480px) {
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
.cont70C {
	width:90%;
	height:auto;
	margin: 20px auto 8px;
		text-align: center;
		padding: 12px 0 8px;
}
}

.titlesub{
	font-size:13px;
	line-height:140%;
	margin:4px auto;
	color:#111010;
text-align:center;
}
/*-------------------------------------
  登録抽選用
  -------------------------------------*/
.lottery-title{
	font-size: 14px;
	line-height: 140%;
	font-weight: 500;
	color: #707070;
	text-align: left;
	margin: 4px auto;
}
.lotterytxt{
	font-size: 14px;
	line-height: 140%;
	color: #707070;
	text-align: left;
}
@media only screen and (max-width:641px) {
.lottery-title{
	font-size: 13px;
	line-height: 140%;
	font-weight: 500;
	color: #707070;
	text-align: left;
}
.lotterytxt{
	font-size: 11px;
	line-height: 140%;
    color:#221815;
	text-align: left;
}
}

/*概要下　予告広告表示*/
.supplement2nd {
	font-size:13px;
	line-height: 160%;
	width:900px;
	margin:12px auto;
	overflow: hidden;
}
@media screen and (max-width:900px) and (min-width:481px){
.supplement2nd {
	width:100%;
}
}
@media screen and (max-width:480px){
.supplement2nd {
	width:90%;
}
}
/*概要下　予告広告表示*/
.table-previ{
	width:94%;
	height: auto;
	overflow: hidden;
	margin: 12px auto 0;
}

.box-1{
	color: #707070;
	border:1px solid #707070;
	background-color:#fff;
	padding:1.5%;
	display:inline-block;
	margin-right: 12px;
	float: left;
}
.prenoticebox{
width: 10%;
	color: #707070;
	border:1px solid #707070;
	background-color:#ffffff;
	padding:1.5%;
	display:inline-block;
	margin-right: 3%;
	float: left;
}
.previ-notice{
width: 86%;
	float: left;
	font-size: 12px;
	line-height: 140%;
	color: #707070;
}
.previ-noticefull{
width: 100%;
	float: left;
	font-size: 12px;
	line-height: 140%;
	color: #707070;
}
.previ-noticemid{
width: 100%;
	float: left;
	font-size: 14px;
	line-height: 140%;
	color: #333;
}

/*モバイル用のみ改行指定追加*/

@media screen and (min-width: 481px) {
.sptxt { display:none; }
}
/*モバイル用のみ改行削除*/

@media screen and (max-width: 480px) {
.sp_br-non { display:none; }
}

/*input[type="text"],
textarea {
    width: 100%;
}*/


.button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 13pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 7px 12px;   /* 余白       */
  background    : #990000;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid #990000;    /* 枠の指定 */
}
.button:hover {
  color         : #990000;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
}

/*thanksページ用*/
.boxlineGray{
	width:950px;
	margin:20px auto;
	overflow:hidden;
	background-color:#f0f0f0;
	padding: 12px;
}
@media screen and (min-width:481px){
.boxlineGray p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
}
@media screen and (max-width:480px){
.boxlineGray{
	width:90%;
	margin:12px auto 12px;
}
}

.boxlineGrn{
	width:950px;
	margin:20px auto;
	overflow:hidden;
	background-color:#e9f3d2;
	padding: 12px;
}
@media screen and (min-width:481px){
.boxlineGrn p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
}
@media screen and (max-width:480px){
.boxlineGrn{
	width:90%;
	margin:0px auto 12px;
}
}

.boxlineinn{
	width:100%;
	height: auto;
	padding: 12px 12px 0 12px;
	border:2px solid #ffffff;
	overflow: auto;
	text-align: center;
}
.boxinnTxt{
font-size:24px;
margin:180px 0 100px;
line-height:150%;
color:#999;"
}

@media screen and (max-width:480px){
.boxline{
	width:90%;
	margin:0px auto 12px;
}
.boxline p {
	width:100%;
	margin:0 auto;
  position: relative;
}
.boxlineinn{
	width:90%;
	height: auto;
	overflow: auto;
	margin:0 auto;
	border:none;

}
}

.tbleAnnotat{
/*	width:94%;*/
	font-size:14px;
	line-height:160%;
	margin:14px auto;
	color:#242321;
	font-family: 'Noto Sans JP', sans-serif;
}
.tbleAnnotat a{
	color:#1f78c3;
		font-size:14px;
}
.tbleAnnotat a:hover{
	text-decoration: underline;
}
/*serifに変更　2022 10/28 */
.MPoneTS { 
	font-family: 'Noto Serif JP', serif;
	font-size: 26px;
	line-height: 150%;
		color: #222222;
}
@media screen and (max-width:480px){
.MPoneTS { 
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
		line-height: 140%;
	color: #ffffff;
}
}
