@charset "utf-8";

/* PC用 */
@media screen and (min-width:768px){
.wrap{
	padding: 60px 0;
}

.h2Title{
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	font-family: Oswald, "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 40px;
	letter-spacing: 2px;
}

.h2Title span {
	letter-spacing: 1px;
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

.flexBox{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.tab_panel{display: none;}
.tab_panel.active{display: block;}

.flexLeft{
	width: 100%;
	max-width: 430px;
}

.flexLeft img{
	width: 100%;
}

.flexRight{
	width: 100%;
	max-width: 600px;
}

.flexRight ul{
	margin-top: 20px;
}

.flexRight li{
	border-bottom: 1px solid #cccccc;
	background-size: 30px;
}

.flexRight li a{
	display: block;
	padding: 10px 0 10px 60px;
	font-size: 14px;
	line-height: 2em;
	text-decoration: none;
	color: #000000;
	background: url("../img/icon_note.png") left 10px center no-repeat;
	background-size: 30px;
}

.flexRight li a.tab_btn.active{
	background: url("../img/icon_note.png") left 10px center no-repeat, #efefef;
	background-size: 30px;
	pointer-events: none;
}

.flexRight li a:hover{
	text-decoration: underline;
}

.flexRight li span{
	color: #cc0000;
}

.character_information{
	margin-top: 30px;
	text-align: right;
}

.character_information a{
	font-size: 14px;
	color: #000000;
	position: relative;
	text-decoration: none;
}

.character_information a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: 50%;
	left: -5%;
	margin-top: -4px;
}

.character_information a:hover{
	text-decoration: underline;
}

/*PC用ここまで*/
}

/* SP用 */
@media screen and (max-width:767px){
.wrap{
	padding: 40px 0 60px;
}

.h2Title{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	font-family: Oswald, "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 40px;
	letter-spacing: 2px;
}

.h2Title span {
	letter-spacing: 1px;
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

.flexBox{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.tab_panel{display: none;}
.tab_panel.active{display: block;}

.flexLeft{
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

.flexLeft img{
	width: 100%;
}

.flexRight{
	width: 90%;
	margin: 0 auto;
}

.flexRight ul{
	margin-top: 20px;
}

.flexRight li{
	border-bottom: 1px solid #cccccc;
}

.flexRight li a{
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 10px 10px 60px;
	background: url("../img/icon_note.png") left 10px center no-repeat;
	background-size: 30px;
}

.flexRight li a.tab_btn.active{
	background: url("../img/icon_note.png") left 10px center no-repeat, #efefef;
	background-size: 30px;
	pointer-events: none;
}

.flexRight li span{
	color: #cc0000;
}

.character_information{
	margin-top: 30px;
	text-align: center;
}

.character_information a{
	font-size: 14px;
	color: #000000;
	position: relative;
	text-decoration: none;
}

.character_information a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	top: 50%;
	left: -5%;
	margin-top: -4px;
}

.character_information a:hover{
	text-decoration: underline;
}
/*SP用ここまで*/
}