@charset "UTF-8";
/* 44行目追加・48〜68行目修正 */


body{
	width:100%;
	min-width:320px;
	max-width:750px;
	height: auto;
	font-family:"メイリオ", "Arial","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	color: #333333;
	background: #FFF;
	margin:0 auto;
	padding:0;
	word-wrap:break-word;
	-webkit-text-size-adjust : 100%;
	z-index:-10;
	}



img{
	display:block;
	vertical-align: bottom;
	}


a{
	color:#1e90ff;
	}

h1 {
	font-family: "Yusei Magic", sans-serif;
	font-weight: 600;
	font-size:1.6em;
    color: #7b6459;/*文字色*/
	margin: 20px 0 0 5px;
}


h2{
	font-weight: 600;
	font-style: normal;
	font-size:1.5em;
	line-height: 1.2em;
	color: #cf948e;
	margin: 20px 5px 5px 5px;
	text-align: left; /* 左寄せ */
	}


h3{
	font-weight: 600;
	font-style: normal;
	font-size:1.1em;
	line-height: 1.4;
	color: #f4c5c6;
	margin: 10px 0 3px 0;
	position: relative;
	padding-left: 20px;
	}

	h3:before {
		font-family: "Font Awesome 5 Free";
		content: "\f14b";
		position: absolute;
		left: 0;
		top: 0;
		color: #f4c5c6;
	}


h4 {
		position: relative;
		font-size:1.2em;
		color: #7b6459;
		margin: 5px;
	  }

h4:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -3px;
		width: 100%;
		height: 7px;
		background: -webkit-repeating-linear-gradient(-45deg, #FFC778, #FFC778 2px, #fff 2px, #fff 4px);
		background: repeating-linear-gradient(-45deg, #FFC778, #FFC778 2px, #fff 2px, #fff 4px);
	  }


h5 {
  position: relative;
  padding: 1em;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  background: #F6CA06;
}
h5::before, h5::after {
  position: absolute;
  content: '';
  top: 0;
  width: 0;
  height: 0;
}
h5::before {
  left: 0;
  border-top: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
  border-left: 1.5em solid #ffffff;
  border-bottom: 1.5em solid transparent;
}
h5::after {
  right: 0;
  border-top: 1.5em solid transparent;
  border-right: 1.5em solid #ffffff;
  border-left: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
}



/*--------------------------------------------------*/

#header{
	width:100%;
	height:60px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding:5px;
	background: #fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:middle;
	z-index: 21; /* 追加 */
	}


/* 修正ここから */
#header .menu_icon {
	width:40px;
	height:40px;
	position:absolute;
	top:8px;
	right:5px;
	overflow: hidden;
}

#header .menu_icon img {
	position: absolute;
	top: 0;
	width: 100%;
}

#header .menu_icon.active img {
	top: auto;
	bottom: 0;
}
/* 修正ここまで */


/*-------------------------------------------------*/



.main{
	width:100%;
	height:auto;
	min-width:320px;
	max-width:750px;
	margin:0 auto;
	z-index:-9;
	background:#FFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
/*-------------------------------------------------*/
.wb{
	background:#ffffff;
	}

.information_area{
	background:#ffffff;
	color:#555;
	text-align:left;
	padding:10px;
	}

.information_area a{
	color:#555;
	}

.information_tb{
	width:100%;
	border-collapse: separate;
	}

.information_tb th{
	width:25%;
	font-weight:bold;
	border-right:1px solid #808080;
	}

.information_tb td{
	width:75%;
	padding-left:5px;
	}


/*-------------------------------------------------*/
.white_area{
	background:#ffffff;
	height:auto;
	}


.pad10{
    width: 100%;
    padding: 10px 5px;
    text-align: left;
    box-sizing: border-box;
	}



/*--------検索TOP-----------------------------------------*/


.out_box{
	width:99%;
	margin:0;
	padding:10px 30px 10px 10px;
	background:url("../../img/arrow01.png") center right no-repeat;
	/*background-position:right 5px center;----新しくないと使えない書き方*/
	-webkit-background-position:right 5px center;
	-moz-background-position:right 5px center;
	-ms-background-position:right 5px center;
	-o-background-position:right 5px center;
	background-size:25px 25px;
	-webkit-background-size:25px 25px;
	-moz-background-size:25px 25px;
	-ms-background-size:25px 25px;
	-o-background-size:25px 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}

.out_box a{
	display:block;
	}


.left_box{
	width:30%;
	float:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}

.img-item{
	width: 100%;
	height: 70px;
	object-fit: cover; /* width, heightといっしょに使います */
	border: 1px solid #d3d3d3;
}


.center_box{
	width:65%;
	float:right;
	}

.center_box ,.center_box_small p{
	color:#333333;
	font-size:0.9em;
	line-height:1.2;
	}


/*--------これは凄いMyベストライフTOP-----------------------------------------*/

.out_box_amazing{
	width:99%;
	margin:0;
	padding:10px 30px 10px 10px;
	background:url("../../img/arrow_gw.png") center right no-repeat;
	-webkit-background-position:right 5px center;
	-moz-background-position:right 5px center;
	-ms-background-position:right 5px center;
	-o-background-position:right 5px center;
	background-size:25px 25px;
	-webkit-background-size:25px 25px;
	-moz-background-size:25px 25px;
	-ms-background-size:25px 25px;
	-o-background-size:25px 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-left:10px solid #7feab4;
	}

.out_box_amazing a{
	display:block;
	}


.mbl_title_amazing{
	color:#333333;
	font-size:1.1em;
	font-weight:bold;
	line-height:1.1em;
	text-decoration:none;
	margin:5px 0;
	}
.out_box_amazing p{
	font-size:0.8em;
	color:#333333;
	}



/*--------新着TOP-----------------------------------------*/


.newtitle_color{
	width:100%;
	background:#b49850;
	}


.newtitle_area{
	width:99%;
	color:#ffffff;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
	padding:5px 30px 5px 10px;
	background:url("../../img/arrow_new.png") center right no-repeat;
	background-size:20px 20px;
	-webkit-background-size:20px 20px;
	-moz-background-size:20px 20px;
	-ms-background-size:20px 20px;
	-o-background-size:20px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}





/*---------ノーマル----------*/
.out_box_normal{
	width:100%;
	margin:0;
	padding:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}


/*--------Man2投稿-----------------------------------------*/

.out_box_normal .left_box_s{
	width:75%;
	float:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}

.out_box_normal .right_box_s{
	width:25%;
	float:right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}



.left_box_s .left_box_ss{
	width:10%;
	float:left;
	margin-right:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}

.left_box_s .right_box_ss{.
	width:90%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	color:#000000;
	font-size:1em;
	line-height:1.2em;
	}


/*----------------Man2-------------------------*/
.man2_title2{
	background:#27d27f;
	color:#ffffff;
	font-size:1em;
	font-weight:bold;
	padding:5px 0px;
	text-align:center;
	}



.detail_title_back{
	width:100%;
	margin:0 auto;
	background:#be9f51;
	padding:0;
	text-align:center;
	}


.detail_title_man2{
	width:96%;
	font-size:1em;
	line-height:1.4em;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	padding:5px 5px 5px 40px;
	background:url(../../img/icon_shorui_w.png) no-repeat left center;
	background-size:26px 33px;
	-webkit-background-size:26px 33px;
	-moz-background-size:26px 33px;
	-ms-background-size:26px 33px;
	-o-background-size:26px 33px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	display:inline-block;
	}


.supervisor_area{
	background:#be9f51;
	}

.white_round{
	background:#ffffff;
	border-radius:10px;
	}



/*---------newタグ付き----------*/
.out_box_new{
	width:100%;
	margin:0;
	padding:10px 30px 10px 10px;
	background:url("../../img/new.png") bottom right no-repeat;
	background-size:60px 60px;
	-webkit-background-size:60px 60px;
	-moz-background-size:60px 60px;
	-ms-background-size:60px 60px;
	-o-background-size:60px 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}


.out_box_new a{
	display:block;
	}



/*-----------登録日アイコン---------------*/

.date{
	width:50px;
	background:#00ced1;
	color:#ffffff;
	border-radius:3px;
	font-size:10px;
	line-height:14px;
	padding:4px;
	text-decoration:none;
	display:inline-block;
	margin:5px 5px 5px 0px;
	text-align:center;
	}

.date_text{
	font-size:1.2em;
	color:#00ced1;
	}


.user{
	width:50px;
	background:#f39800;
	color:#ffffff;
	border-radius:3px;
	font-size:10px;
	line-height:14px;
	padding:4px;
	text-decoration:none;
	display:inline-block;
	margin:0px 5px 5px 0px;
	text-align:center;
	}

.user_text{
	font-size:12px;
	color:#a0522d;
	}











/*---------------見出し-------------------*/
.mbl_title{
	color:#ce7660;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
	margin:5px;
	}


.mbl_title2{
	color:#ff0099;
	font-size:1em;
	font-weight:bold;
	line-height:1.2em;
	text-decoration:none;
	margin-bottom:3px;
	}








/*---------------ページ送り-------------------*/
.nb_area{
	width:100%;
	height:auto;
	background: #fff;
	padding:20px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}


.nb_area .page_right{
	width:25%;
	float:right;
	}


.nb_area .page_left{
	width:25%;
	float:left;
	}

/*---------------HOMEへ-------------------*/

.home_area{
	width:100%;
	margin:0 auto;
	text-align:right;
	background: #fff;;
	padding:10px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}





/*-------------------------------------------------*/

.list50{
	list-style-type: none;
	width:100%;
	height:auto;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	margin:0;
	display:inline-block;
	}



.list50 li{
	position: relative;
	width: 50%;
	height:auto;
	float: left;
	margin: 0;
	padding:10px;
	text-align: center;
	border-bottom:1px dotted #b8860b;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}

.list50 li:nth-child(odd){
	border-left:1px dotted #ffffff;
	}

.list50 li:nth-child(even){
	border-left:1px dotted #b8860b;
	}

.list50 li:nth-child(2n+1):last-child{
	border-right:1px dotted #b8860b;
	}


.waku {
	border:1px solid #dddddd;
	position:relative;
	}



/*-------------------------------------------------*/

.pagetop_area{
	padding:20px 0px;
	margin:0 auto;
	display:block;
	text-align:center;
	}



/*--------------------------------------------------*/

.center{
	padding:0px;
	text-align:center;
	margin:0 auto;
	}


/*--------------------------------------------------*/
.page_title{
	font-size:1.5em;
	line-height:2em;
	font-weight:bold;
	color:#9c4a1b;
	text-align:center;
	margin-bottom:5px;
	}
/*--------------------詳細-----------------------------*/
.detail_title{
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
	color:#40220f;
	text-align:center;
	border-bottom:2px solid #b8860b;
	background:#bd9e51 url(../../img/detail_haikei.png) repeat;
	padding:10px 5px;
	}



.word_01{
	background:#be9f51;
	color:#ffffff;
	font-weight:bold;
	padding:10px;
	font-size:2em;
	display:inline-block;
	vertical-align:bottom;
	}

.frame{
	border:5px solid #ffffff;
	box-shadow:0 0 10px #d3d3d3;
	}



/*------------------コラム---------------------------*/

.column_oya{
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	}

.column_flag{
	position:absolute;
	top:10px;
	left:10px;
	z-index:2;
	}

	
.top_link {
	margin: 10px 0;
}

.top_link a{
	text-align: center;
	font-size: 1.2rem;
	color: #76c9fa;
	font-weight:bold;
	margin: 10px 0;
	text-decoration: none;
}


.detail_title_colum{
	    font-size: 1.4rem;
		font-weight:bold;
		color: #dd7e81;
		position: relative;
		text-align: center;
		padding: 1em;
	  }
	  .detail_title_colum::before, .detail_title_colum::after {
		position: absolute;
		content: '';
		width: 100px;
		height: 2px;
		background: #dd7e81;
	  }
	  .detail_title_colum::before {
		left: 0;
		top: 0;
	  }
	  .detail_title_colum::after {
		right: 0;
		bottom: 0;
	  }


.word_01_colum{
	background:#DA5019;
	color:#ffffff;
	font-weight:bold;
	padding:10px;
	font-size:2em;
	display:inline-block;
	vertical-align:bottom;
	}





/*--------------------------------------------------*/

footer {
	width: 100%;
	}


footer ul li {
	width: 50%;
	height:50px;
	padding:20px 0 20px 8px;
	color: #fff;;
	text-align:left;
	background: #e6acbc;
	float: left;
	list-style:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-top:1px solid #FFF;
	}


footer ul li:last-child,
footer ul li:nth-last-child(2){
	border-bottom:1px solid #FFF;
	}




footer ul{
	padding:0;
	margin:0;
	}


#ftList li a {
	font-size:1em;
	font-weight:bold;
	line-height:1.2em;
	display: block;
	color: #fff;;
	text-decoration: none;
	background:url("../../img/icon_arrow.png") center right no-repeat;
	-webkit-background-size:15px 14px;
	-moz-background-size:15px 14px;
	background-size:15px 14px;
	}

@media (min-width: 240px) and (max-width: 400px) {
#ftList li a {
	font-size:0.7em;
	}
}


/*--------------------------------------------------*/
.footer_area{
	width:100%;
	padding:20px 0px;
	text-align:center;
	margin:0 auto;
	background:#e6acbc;
	}

.footer_company{
	width:100%;
	color:#FFF;
	font-size:0.8em;
	line-height:1.5em;
	text-align:center;
	}


/*--------------------------------------------------*/
.other_obi{
	width:100%;
	background:#f7dfd6;
	color:#333333;
	font-size:1.2em;
	padding:3px 0px;
	margin-bottom:5px;
	}

/*--------------------------------------------------*/


.mizuiro_moji{
	color:#1e90ff;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
	}

/*-------------漫画----------------------------*/

.box_comic{
	width: 100%;
	background:#fae571;
	padding: 10px 0 30px 0;
	text-align: center;
	}

.flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex div {
  width: 15em; /* 好きな幅に */
}


.btn-border1 {
	display: inline-block;
	width: 100%;
	text-align: center;
	border: 2px solid crimson;
	background: crimson;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 16px;
	border-radius: 4px;
	transition: .4s;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
	box-sizing: border-box;
  }

  .btn-border1 span{
	font-size: 1
  }



.btn-border2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	border: 2px solid #A7A7A7;
	background: #A7A7A7;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 16px;
	border-radius: 4px;
	transition: .4s;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
	box-sizing: border-box;
  }




.comics {
    position: relative; /* 親要素に相対的な位置を指定 */
	margin: 30px 0 60px 0;
}

.comics .img {
    width: 90%;
    margin: 20px auto; /* 上下に10pxのマージンを追加し、左右を自動で中央揃えにする */
    display: block; /* インライン要素をブロック要素に変換 */
    text-align: center; /* 画像を中央揃えにする */
}




/*-------デコメ画像横並び5個------*/
.decome_img5{
	margin:0 auto;
	width: 100%;
	padding:0;
	text-align:center;
	border-collapse: separate;
	}

.decome_img5 th{
	width: 20%;
	padding: 2px 2px;
	margin-top:0px;
	}


.decome_img5 td{
	width: 20%;
	padding:0px;
	}

.decome_moji{
	line-height:10px;
	font-size:10px;
	background:#000000;
	color:#ffffff;
	font-weight:normal;
	}

.decome_img5 img{
	display:inline-block;
	}

.pad1vw{
		padding:1vw;
	}

.grid-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1vw;
	margin: 0;
}

.other .grid-container {
	grid-template-columns: repeat(2, 1fr);
}

.grid-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 1px solid #ccc;
	text-align: center;
	padding: 1px;
}
a.grid-item {
	color: #333;
}

.link_blue{
	color:#4169e1;
	text-decoration:none;
}




.grid-container-category {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1vw;
	margin: 0;
}

.category-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 1px solid #ccc;
	text-align: center;
	padding: 1px;
}
a.category-item {
	color: #333;
}

/* 画像のサイズを変更 */
.category-item img {
	max-width: 100%; /* 画像の幅が親要素に収まるように調整 */
	max-height: 100%; /* 画像の高さも親要素に収まるように調整 */
	width: auto; /* 幅を自動調整 */
	height: auto; /* 高さを自動調整 */
}


/*-------------デコメ・待受け用ページ送り-------------------------*/
.pageokuri{
	margin:0 auto;
	width: 100%;
	padding:0;
	border-collapse: separate;
	}

.pageokuri td{
	width: 50%;
	text-align:right;
	padding:0px;
	display:inline-block;
	}

td.p_left { text-align: left;}
td.p_right { text-align: right;}



.pageokuri a{
	display:inline-block;
	}


/*-------------------------------------*/
.btn_black{
	width:80px;
	background:#292929;
	color:#fffacd;
	border-radius:3px;
	font-size:0.8em;
	line-height:2em;
	padding:4px;
	text-decoration:none;
	display:block;
	margin:2px 0px;
	text-align:center;
	border:2px solid #be9f51;
	}





.link_blue{
	color:#4169e1;
	text-decoration:none;
	}




.other_header{
	width:100%;
	height:36px;
	background:#292929;
	font-size:18px;
	font-weight:bold;
	line-height:36px;
	text-align:center;
	color:#be9f51;
	}




/*退会アンケート*/
.formPage{
	background: #FFFDF8;
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-left: 0 !important;
}
.question p:first-child{
	font-weight: bold;
}
.question h3 {
	font-size: 1em;
	color: #444;
	padding-top: 4px;
}
.question p{
	color: #FFF;
	background: #A7A7A7;
	text-shadow: 1px 1px #757575;
}
.question ul{
	padding-left: 0px;
}

.question ul li{
	position: relative;
}
.question label{
	display: block;
	color: #434343;
	padding: 15px 5px;
	border-top: 1px solid #aaa;
	background: #F2f2f2;
}
.question ul li:first-child label{
	border-top: none;
}
.question ul li:last-child label{
	border-bottom: 1px solid #aaa;
}
.question textarea{
	width: 96%;
	height: 150px;
	margin-top: 4px;
	margin-left: 2%;
	border-color: #aaa;
}
.question ul li input[type="radio"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
}
.question ul li input[type="radio"]:checked + label{
	color: #F2f2f2;
	background: #2F7ED9;
}
.question ul li input[type="checkbox"]{
	opacity: 0;
	position: absolute;
	top: -3px;
	left: -3px;
}
.question ul li input[type="checkbox"]:checked + label{
	color: #F2f2f2;
	background: url("../img/check_on.png") no-repeat,#2F7ED9;
	background-position: 95% 50%;
}

.question select{
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	background: url("../img/underArrow.png") no-repeat,#F2f2f2;
	background-position: 95% 50%;
	width: 100%;
	padding: 12px 5px;
	border: none;
	border-bottom: 1px solid #aaa;
	border-radius: 0px;
}
.formPage input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 1em;
	color: #fff;
	text-shadow: 1px 1px #757575;
	background: rgba(191,191,191,1);
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,191,191,1)), color-stop(49%, rgba(158,158,158,1)), color-stop(50%, rgba(166,166,166,1)), color-stop(100%, rgba(171,171,171,1)));
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%, rgba(158,158,158,1) 49%, rgba(166,166,166,1) 50%, rgba(171,171,171,1) 100%);
	box-shadow: 1px 1px 1px #ccc;
	border: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 12px;
	width: 100%;
}
.questionNom{
	display: block;
	font-size: 1em;
	margin-top: 16px;
	padding: 5px 2px;
	border-bottom: 2px groove #eee;
	border-top: 2px groove #eee;
	box-sizing: border-box;
}
.questionNom span{
	color: #C20000;
	text-shadow: 1px 1px rgba(255, 231, 231, 0.59);
}


.fs_big{
	font-size:20px;
	font-weight:bold;
	line-height:25px;
	color:#ff0000;
	}































































































































/*--------------------------------------------------*/
.btn_sp{
	padding:15px 5px 15px 5px;
	background:#07ccbd;
	text-align:center;
	margin:0 auto;
	box-sizing:border-box;
	}

/*-------会員登録ボタン------*/
.btn_2{
	margin:0 auto;
	width: 100%;
	padding:0;
	border-collapse: separate;
	border-spacing: 0px 5px 5px 5px;
	}

.btn_2 td{
	width: 50%;
	padding:0px;
	text-align:center;
	}

.btn_2 img{
	display:inline-block;
	}

/*-----アコーディオン-------*/
.accordion {
	width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
	margin: 0 auto;
	}

.accordion .ac-content {
	margin:0px;/*ここを10px*/にすれば両サイドに10px余白をもたせられます。*/
	}

.accordion input {
	display: none;
	}


.accordion label {
	width:100%;
	padding:0px;
	}


/*-開いたときのスペース-*/
.accordion .ac-cont {
	transition: 0.1s;
	height: 0;
	overflow: hidden;
	color:#333333;
	background: #ffffff;
	padding: 0px;/*アコーディオンのタイトルのpadding*/
	font-size:16px;
	line-height:20px;
	text-align:left;
	}

.accordion input:checked + .ac-cont {
	height: auto;
	padding: 5px;
	}



/*-----searchアコーディオン-------*/
.search_accordion {
	width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
	margin: 0 auto;
	}

.search_accordion .ac-content {
	margin:10px;/*ここを10px*/にすれば両サイドに10px余白をもたせられます。*/
	}

.search_accordion input {
	display: none;
	}


.search_accordion label {
	width:100%;
	padding:0px;
	}


/*-開いたときのスペース-*/
.search_accordion .ac-cont {
	transition: 0.1s;
	height: 0;
	overflow: hidden;
	color:#333333;
	padding: 0px;/*アコーディオンのタイトルのpadding*/
	font-size:16px;
	line-height:18px;
	text-align:left;
	}

.search_accordion .ac-cont a{
	transition: 0.1s;
	height: 0;
	overflow: hidden;
	color:#333333;
	padding: 0px;/*アコーディオンのタイトルのpadding*/
	font-size:16px;
	line-height:18px;
	text-align:left;
	text-decoration:none;
	}

.search_accordion .ac-cont a:hover{
	transition: 0.1s;
	height: 0;
	overflow: hidden;
	color:#4169e1;
	padding: 0px;/*アコーディオンのタイトルのpadding*/
	font-size:16px;
	line-height:18px;
	text-align:left;
	text-decoration:none;
	}

.search_accordion input:checked + .ac-cont {
	height: auto;
	padding: 5px;
	}

.search_accordion img{
	display:inline-block;
	vertical-align:middle;
	}

/*------------------*/
.oya{
	position:relative;
	}


@media screen and (min-width: 769px) {
.search_title{
	color:#333333;
	font-weight:bold;
	font-size:26px;
	line-height:28px;
	position:absolute;
	top:40%;
	bottom:60%;
	left:10px;
	z-index:10;
	}
}

@media screen and (max-width: 768px) {
.search_title{
	color:#333333;
	font-weight:bold;
	font-size:26px;
	line-height:28px;
	position:absolute;
	top:40%;
	bottom:60%;
	left:10px;
	z-index:10;
	}
}

@media screen and (max-width: 480px) {
.search_title{
	color:#333333;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
	position:absolute;
	top:40%;
	bottom:60%;
	left:5px;
	z-index:10;
	}
}
















/*--------------------------------------------------*/

body.other{
	background:#07ccbd;
	}





.other_main{
	text-align:left;
	padding:10px;
	font-size:14px;
	line-height:16px;
	background:#ffffff;
	}

.navy_moji{
	color:#00008b;
	font-size:12px;
	line-height:14px;
	}



.salmon_moji{
	color:#ff6666;
	}



.yellow_moji{
	color:#ffa500;
	font-weight:bold;
	text-decoration:none;
	}


.white_moji{
	color:#ffffff;
	font-size:12px;
	line-height:14px;
	text-decoration:none;
	}



.center img {
    display: block;
    margin: 0 auto;
}



/*------■hr■-----------------------------------------*/

hr{
	border: 0;
	border-top: 1px solid #f7dfd6;
	border-bottom: 1px solid #f7dfd6;
	margin:0px;
	}

.hr_black{
	border:solid 1px #f7dfd6;
	width: 70%;
	}

.hr_black2{
	border:solid 1px #ce7660;
	margin-top:3px;
	}

.hr_black3{
	border:solid 1px #ce7660;
	margin:0px;
	}

.dot_hr{
	border:1px #c89100 dashed;
	margin:3px 0px;
	}

.yellow_hr{
	border:1px dotted #cfbf77;
	margin:3px 0px;
	}

.yellow_hr_bn{
	border:1px dotted #cfbf77;
	margin:10px 0px;
	}

.hr_white_dot{
	border:1px dotted #ffffff;
	margin:10px 0px;
	}

.hr_light_gray{
	border:1px solid #bfbfbf;
	margin:0px;
	}

/*-------■各ページ背景■-------------------------------------------*/


.search_main{
	background: #a9c0f4 url(../../img/search_haikei.png) repeat;
	}


.kyukyoku_main{
	background: #a9c0f4 url(../../img/kyukyoku_haikei.png) repeat;
	}


.new_main{
	background: #a9c0f4 url(../../img/new_haikei.png) repeat;
	}



.rank_main{
	background: #a9c0f4 url(../../img/rank_haikei.png) repeat;
	}


.colum_main{
	background: #a9c0f4 url(../../img/colum_haikei.png) repeat;
	}


.man2_main{
	background: #ff87b0 url(../../img/man2_haikei.png) repeat;
	}


.contents_main{
	background: #a9c0f4 url(../../img/contents_haikei.png) repeat;
	}


.quiz_main{
	background: #a9c0f4 url(../../img/quiz_haikei.png) repeat;
	}

/*--------------------------------------------------*/

.note_sp{
	background:#ffffff;
	width:100%;
	padding:5px;
	box-sizing:border-box;
	display:inline-block;
	font-size:14px;
	line-height:18px;
	}


.note_sp_title{
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#00008b;
	margin-top:5px;
	}

.note_sp_title_new{
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#e40041;
	margin-top:5px;
	}

.note_sp_title_rank{
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#ac6b25;
	margin-top:5px;
	}


.note_sp_title_colum{
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#00947a;
	margin-top:5px;
	}




.shousai_area{
	float:right;
	padding-right:5px;
	}

.btn_navy{
	background:#00008b;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_navy a{
	display:block;
	text-decoration:none;
	}


.btn_navy2{
	background:#276181;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_navy2 a{
	display:block;
	text-decoration:none;
	}




.btn_blue{
	background:#6495ed;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_blue a{
	display:block;
	text-decoration:none;
	}


.btn_green{
	background:#00a990;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_green a{
	display:block;
	text-decoration:none;
	}



.btn_pink{
	background:#ff87b0;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}



.btn_pink a{
	display:block;
	text-decoration:none;
	}


.btn_nude{
	background:#e48d8b;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_nude a{
	display:block;
	text-decoration:none;
	}




.btn_brown{
	background:#976a00;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_brown a{
	display:block;
	text-decoration:none;
	}


.btn_purple{
	background:#c579b4;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_purple a{
	display:block;
	text-decoration:none;
	}







.btn_red{

	background:#e40041;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_red a{
	display:block;
	text-decoration:none;
	}






.btn_yellow{
	background:#f39800;
	color:#ffffff;
	border-radius:3px;
	box-shadow:0px 0px 5px #dddddd;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
	padding:4px 8px;
	text-align:center;
	margin:10px 0px;
	}


.btn_yellow a{
	display:block;
	text-decoration:none;
	}







.pad20{
	padding:20px;
	margin:0 auto;
	}



.opacity{
	width:100%;
	background:rgba(255, 255, 255, 0.5);
	padding:5px;
	margin-bottom:5px;
	border-radius:8px;
	box-sizing:border-box;
	position:relative;
	z-index:0;
	}

.opacity15{
	width:100%;
	background:rgba(255, 255, 255, 0.5);
	padding:15px;
	margin-bottom:5px;
	border-radius:8px;
	box-sizing:border-box;
	position:relative;
	z-index:0;
	}

.detail_midashi{
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	margin:10px 0px;
	}


.white_frame{
	border:8px solid #ffffff;
	background:#ffffff;
	box-shadow:0 0 8px #a9a9a9;
	}


.strong_navy{
	font-weight:bold;
	color:#00008b;
	}

.page_left{
	float:left;
	}


.page_right{
	float:right;
	}


.colum_bn_text{
	color:#333333;
	font-size:16px;
	line-height:18px;
	text-decoration:none;
	}

.colum_bn_text:hover{
	text-decoration:underline;
	}

.colum_midashi{
	background:#82cddd;
	color:#ffffff;
	border-radius:3px;
	font-size:10px;
	font-weight:bold;
	line-height:16px;
	padding:4px;
	text-align:center;
	margin:5px 0px;
	}

.colum_number{
	width:14px;
	height:14px;
	background:#82cddd;
	color:#ffffff;
	border-radius:50px;
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	padding:2px;
	margin:0px 5px 0px 0px;
	text-align:center;
	display:inline-block;
	vertical-align:bottom;
	}




.h1_white{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	text-shadow:0 0 5px #999999;
	}

.memo_area{
	width:100%;
	background:#82cddd;
	color:#ffffff;
	padding:5px;
	text-align:center;
	box-sizing:border-box;
	display:inline-block;
	margin-bottom:5px;
	}


.caution_area{
	width:100%;
	background:#ea5550;
	color:#ffffff;
	padding:5px;
	text-align:center;
	box-sizing:border-box;
	display:inline-block;
	margin-bottom:5px;
	}

.quize_text{
	color:#72640c;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	}


.red_moji{
	color:#cc0000;
	font-size:12px;
	line-height:14px;
	}






/*-----------------------------------------------------------------*/




/*-------menu画像横並び------*/
.wall_img3{
	margin:0 auto;
	width: 100%;
	padding:0;
	border-collapse: separate;
	border-spacing: 5px;
	}

.wall_img3 th{
	width: 20%;
	line-height:12px;
	padding: 0px;
	}


.wall_img3 td{
	width: 20%;
	padding:0px;
	}



/*--------------------コラム-----------------------------*/


.column-container {
    display: flex;
    gap: 20px;
    padding: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.column-item {
    flex: 1 1 45%;
	position: relative; /* フラッグの基準となる位置 */
    text-align: center;
}

.column-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.column-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}

.column-item h2 {
    margin-top: 10px;
    font-size: 1.2em;
    color: #333;
}

.column-item:hover img {
    transform: scale(1.05);
}

@media (max-width: 480px) {
    .column-item {
        flex: 1 1 100%;
    }
}



/* フラッグデザイン */
.column-item.new-flag::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 60px solid crimson; /* 三角形の色 */
    border-left: 60px solid transparent; /* 透明部分 */
    z-index: 1;
}

.column-item.new-flag::after {
    content: "NEW";
    position: absolute;
    top: 5px; /* 三角形内のテキスト位置 */
    right: 5px;
    transform: rotate(45deg); /* テキストを三角形に合わせる */
    font-size: 12px;
    font-weight: bold;
    color: white;
    z-index: 2;
}

/*--------------------デコメ-----------------------------*/

	.grid-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1vw;
		margin: 0;
	}


	.grid-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
		border: 1px solid #ccc;
		text-align: center;
		padding: 0;
	}
	a.grid-item {
		color: #7b6459;
		width: 100%; /* リンクの幅を100%に設定 */
		height: 100%; /* リンクの高さを100%に設定 */
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.grid-item img {
		max-width: 100%; /* 画像の最大幅を親要素に合わせる */
		max-height: 100%; /* 画像の最大高さを親要素に合わせる */
	}

/* テレコム 上部余白 */
.telecom {
	margin-top: 2em; /* 2em(=行)分 */
}

/* テレコム決済の枠 */
.telecom .email {
	position: relative;
	text-align: center;
	margin: 1em 0;
	width: 91%;
	border: 1px solid #000;
	padding: 3% 1%;
	box-sizing: border-box;
}

.telecom .email:after {
	display: block;
	color:#333;
	font-weight: bold;
	margin-top: 1em;
	content: 'クレジットカード・オンライン決済で登録';
	font-size: 1.1em;
}

/* メールアドレス(@より前) */
.telecom .email input[name="email_tmp"] {
	width: 15em;             /* 横幅 */
	height: 2em;             /* 横幅 */
	margin-right: 2px;
}

/* メールアドレス(@より後のプルダウン) */
.telecom .email select[name="email_tmp2"] {
}

/* 送信ボタン */
.telecom .email .sendmail {
	margin-top: .8em;
	padding: .2em 1em;
	border-radius: 100px;
	border: 1px solid #888;
	background: #3478f6;
	color:#FFF;
	font-size: 1.5em;
}

/* 送信ボタン(入力前の押せない状態の時) */
.telecom .email .sendmail:disabled {
}

/* クレジット 上部余白 */
.credit {
	margin-top: 2em; /* 2em(=行)分 */
}

/* クレジット決済の枠 */
.credit .email {
	position: relative;
	text-align: center;
	margin: 1em 0;
	width: 91%;
	border: 1px solid #000;
	padding: 3% 1%;
	box-sizing: border-box;
}

.credit .email:after {
	display: block;
	color:#333;
	font-weight: bold;
	margin-top: 1em;
	content: 'クレジットカード・オンライン決済で登録';
	font-size: 1.1em;
}

/* メールアドレス(@より前) */
.credit .email input[name="email_tmp"] {
	width: 15em;             /* 横幅 */
	height: 2em;             /* 横幅 */
	margin-right: 2px;
}

/* メールアドレス(@より後のプルダウン) */
.credit .email select[name="email_tmp2"] {
}

/* 送信ボタン */
.credit .email .sendmail {
	margin-top: .8em;
	padding: .2em 1em;
	border-radius: 100px;
	border: 1px solid #888;
	background: #3478f6;
	color:#FFF;
	font-size: 1.5em;
}

/* 送信ボタン(入力前の押せない状態の時) */
.credit .email .sendmail:disabled {
}

/* 登録・退会・購入ボタン装飾 */
form button {

}
.docomo button,
.credit button,
.telecom button {
	padding: 0;
	border: 0;
	background: none;
}

form button img {
	max-width: 100%;

}

form + form {
	margin-top: 2em;
}

/* form label:first-of-type:last-of-type input[type='radio'] { */
form label:first-of-type:last-of-type {
	display: none;
}
form.single label:first-of-type:last-of-type {
	display: none;
}

.sendmail {
	padding: 1em 2em;
}

.noBorder {
	border: 0;
}

.secession input[type="submit"] {
	font-size: 1.3em;
	padding: 0.5em 1em;
}
