@charset "UTF-8";
@import url("./common/reset.css");
@import url("./common/advanced.css");
@import url("./common/base.css");

.dictionary_tit {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	font-family: 'Shippori Mincho', serif !important;
}

.dictionary_tit .tit_1 span {
	font-size: 27px;
	font-weight: 800;
  background: linear-gradient(90deg, #ffe6c5 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #ffd9a4 100%);
  background: -webkit-linear-gradient(0deg, #ffe6c5 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #ffd9a4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.dictionary_tit .tit_1 {
	margin-right: 10px;
}

.dictionary_tit .tit_2 {
	font-size: 18px;
	color: #fff;
}


.contents_tit {
	width:  1000px!important;
}
.contents_tit.first {
	width: 1095px!important;
}

.contents_tit.s_women {	
	background: url(../images_design/system/s_tit_bg_1.jpg) repeat 0 0;
}

.contents_tit.m_women {	
	background: url(../images_design/system/m_tit_bg_1.jpg) repeat 0 0;
}

.contents_tit.s_women .tit_1 span {
	margin-left: 50px;
}
.contents_tit.m_women .tit_1 span {
	margin-left: 80px;
}

.to_smcheck a{
	width: 800px;
	height: 70px;
	line-height: 70px;
	position: relative;
	background: url(../images_design/concept/to_smcheck_bg_1.jpg) no-repeat 0 0;
}
.to_smcheck a::before {
	content: "";
	display: block;
	width: 124px;
	height: 68px;
	background: url(../images_design/concept/to_smcheck_bg_2.png) no-repeat 0 0;
	position: absolute;
	left: -10px;
	top: -15px;
	z-index: 3;
}

.concept_nav {
	width: 1030px;
	box-sizing: border-box;
	padding: 50px 0 35px;
	background: url(../images_design/concept/to_course_bg_4.jpg) repeat 0 0;
	border: 1px solid #222;
}

.concept_nav_inn {
	width: 965px;
	margin: 0 auto;
}

.concept_nav_inn li a {
	width: 310px;
	height: 120px;
}

.concept_nav_inn li .tit_1 {
	font-size: 40px;
	line-height: 1;
	color: #fff;
	margin-bottom: 10px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.concept_nav_inn li .tit_2 {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 7px;
}

.concept_nav_inn li i {
	font-size: 20px;
}

.concept_nav_inn li.sad a {
	background: url(../images_design/concept/to_course_bg_1.jpg) repeat 0 0;
}
.concept_nav_inn li.sad .tit_2 ,.concept_nav_inn li.sad i {
	color: #64001e;
}

.concept_nav_inn li.maso a {
	background: url(../images_design/concept/to_course_bg_2.jpg) repeat 0 0;
}
.concept_nav_inn li.maso .tit_2,.concept_nav_inn li.maso i {
	color:rgba(9,7,39,1.00);
}

.concept_nav_inn li.three a {
	background: url(../images_design/concept/to_course_bg_3.jpg) repeat 0 0;
}
.concept_nav_inn li.three .tit_2,.concept_nav_inn li.three i {
	color: #8b6239;
}

.dictionary {
	width: 1030px;
	margin: 0 auto;
	box-sizing: border-box;
	background: url(../images_design/concept/to_course_bg_4.jpg) repeat 0 0;
	border: 1px solid #222;
}

#SADISTIC .to_system a,#MASOCHISTIC .to_system a {
	width: 800px;
	height: 70px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

#SADISTIC .to_system a {
	background: url(../images_design/concept/to_course_bg_1.jpg) repeat 0 0;
}

#MASOCHISTIC .to_system a { 
	background: url(../images_design/concept/to_course_bg_2.jpg) repeat 0 0;
}

.threesome_inn {
	background: url(../images_design/concept/comp3p_bg.jpg) repeat 0 0;
}

.toggle {
	display: none;
}
.contents_tit {
	position: relative;
	margin: 0;
}

.contents_tit:hover {
	cursor: pointer;
}
.contents_tit::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.contents_tit,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding: 0;
	overflow: hidden;
}
.toggle:checked + .contents_tit + .content {
	height: auto;
	padding: 20px 0;
	transition: all .3s;
}
.toggle:checked + .contents_tit::before {
	transform: rotate(-45deg) !important;
}