<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
	================================================================================================
		support headphone howto css dialogue_common.css
	================================================================================================
*/


.balloon {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}


.balloon .faceicon {
  float: left;
  margin-right: -90px;
}

.balloon .faceicon img,
.balloon .teacher_faceicon img {
  width: 100%;
  height: auto;
}

.balloon .chatting {
  width: 100%;
}
#contents div.girl_comment,
#contents div.teacher_comment{
	position: relative;
	padding: 15px 0 0 5px;
	min-width: 120px;
	max-width: 100%;
	box-sizing: border-box;
	border-radius: 20px;
	color: #555;
}



/*
	====================================
		girl
	====================================
*/


#contents div.girl_comment {
  display: inline-block;
  margin: 0 200px 10px 100px;

  background: #eee;

}

#contents div.girl_comment:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -28px;
  border: 9px solid transparent;
  border-right: 23px solid #eee;
  z-index: 2;
}

/*
#contents div.girl_comment:after {
  content: "";
  position: absolute;
  top: 15px;
  left: -33px;
  border: 9px solid transparent;
  border-right: 23px solid #555;
  z-index: 1;
}
*/

/*
	====================================
		teacher
	====================================
*/

.balloon .teacher_faceicon {
  float: right;
}

#contents div.teacher_comment {
	margin: 0px 100px 10px 200px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	background: #ffffff;
	border: solid 2px #555;
}

#contents div.index_comment div.teacher_comment {
	width: 560px;
	margin: 20px 0 0 10px;
}

#contents div.teacher_comment:before {
	content: "";
	position: absolute;
	top: 15px;
	right: -28px;
	border: 9px solid transparent;
	border-left: 23px solid #ffffff;
	z-index: 2;
}

#contents div.teacher_comment:after {
	content: "";
	position: absolute;
	top: 15px;
	right: -33px;
	border: 9px solid transparent;
	border-left: 23px solid #555;
	z-index: 1;
}



/* ------------- bnrArea -------------*/
	
#contents .bnrArea{
	text-align:center;
}

#contents .bnrArea p{
	text-align:left;
	margin-bottom:0.5em;
}

#contents .bnrArea a{
	display: inline-block;
    line-height: 0;
	margin: 2em 0;
}


/* -------------  point画像 -------------*/
.resizeimg img{
	margin-top: 10px;
	margin-left: 10px;
}

#contents div.chatting div.teacher_comment ol li .resizeimg img{
	margin-top: 10px;
	margin-left: 0px;
}

.point img{
	display: block;
	margin: 26px;
	
}

#contents .point2{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 270px;
}

@media (max-width: 640px){
	#contents .point2{
		max-width: 220px;
	}
}

/* -------------  point番号 -------------*/
 #contents .teacher_comment .faq_list {
	margin: 10px;
}

 #contents .teacher_comment .faq_list ol {
    margin: 0;
}

 #contents .teacher_comment .faq_list ol li  {
	list-style: none;
	margin-bottom: 10px;
}



/* -------------  onepoint -------------*/

.colum2-right760 .section {
    margin: 40px 0;
    clear: both;
}


/* ------------- one point advice -------------*/
	
#onepoint{
	margin-bottom: 2em;
    margin-top: 5em;
    position: relative;
}

#onepoint .advice{
	border-left: 11px double #E8E0D7;
	border-right: 11px double #E8E0D7;
	border-bottom: 11px double #E8E0D7;
	padding: 1em 1.5em;
}

#onepoint h4{
	line-height:0;
	position: absolute;
    top: -5em;
    left: 0;
}

#onepoint .advice &gt; p{
	margin-left: 0 !important
}

@media screen and (max-width: 640px) {

	#contents h2 &gt; img{
		margin:1em 0;
	}

	#contents h2 &gt; img{
		width: 100%;
		height: auto;
	}


	#contents ul.txtlink{
		margin-left:1em !important;
	}


	#dialogue{
		margin-bottom:0;
	}

	.balloon .faceicon img, .balloon .teacher_faceicon img {
		width: 50%;
	}
/*
	====================================
		girl
	====================================
*/

	#contents div.girl{
		border: solid 3px #f2ddf0;
		width: auto;
		height: auto;
		padding: 10px;
	}

	#contents div.girl_comment {
		margin-left: 60px;
		margin-right: auto;
	}

/*
	====================================
		teacher
	====================================
*/

	.balloon .teacher_faceicon {
		margin-right: -40px;
	}

	#contents div.teacher_comment {
		margin-right: 60px;
		margin-left: auto;
	}

	#contents div.teacher{
		border: solid 3px #e6e4e5;
		width: auto;
		height: auto;
		padding: 10px;
	}
	#contents div.index_comment div.teacher_comment {
		width: auto;
		margin-right: 100px;
		margin-top: 0;
		font-size: 14px;
	}
	.balloon.index_comment .teacher_faceicon {
		margin-right: -78px;
	}

	.teacher_comment ol p{
		color: #555;
		margin: 10px 0px;
	}	

 
	

/* -------------  MQ bnrArea -------------*/

	#contents .bnrArea img{
		width:100%;
		height:auto;
	}

/* ------------- MQ one point advice -------------*/
	#onepoint{
		margin-top:1em;
	}

	#onepoint .advice{
		border: 11px double #E8E0D7;
		padding: 0.5em;
	}

	#onepoint h4{
		line-height: 0;
		position: static;
	}

	#onepoint h4 img{
		max-width:270px;
		margin:0 auto 1em auto;
	}
}

/* 20210316 */

#contents .balloon .chatting .i_frame{
	width: calc(100% - 2em);
	height: 238px;
}

#contents .balloon .chatting ul.disc{
	margin-left: 2.5em;
}

#contents .pl1em{
	padding-left: 1em!important;
}

#onepoint .advice dl dd.pl1em &gt; .notice_gray_b{
	margin: 1em 0;
}


/* 007.html tblArea */
#contents .tblArea{
	margin: 2em auto;
}

#contents .balloon .chatting .tblArea.w40{
	width: 40%;
}
#contents .balloon .chatting .tblArea.w75{
	width: 75%;
}

#contents .tblArea table{
	text-align: center;
	margin: auto;
	color: #333;
}

#contents .tblArea table thead th{
	border: 1px solid #6E6E6E;
	background-color: #eee;
	height: 2.5em;
	padding: 5px;
}

#contents .tblArea table thead th.w32{
	width: 32%;
}

#contents .tblArea table thead th.w20{
	width: 20%;
}

#contents #onepoint .advice .tblArea table thead th:nth-child(4),
#contents #onepoint .advice .tblArea table thead th:nth-child(5){
	width: 10%;
}


#contents .tblArea table tbody th{
	font-weight: normal;
}

#contents .tblArea table tbody th,
#contents .tblArea table tbody td{
	border: 1px solid #6E6E6E;
	padding: 20px 10px;
}
#contents .tblArea table tbody th p,
#contents .tblArea table tbody td p{
	font-size: 90%;
	margin: 10px 0 0 0;
}

@media (max-width: 640px){

	#contents .balloon .chatting ul.disc{
		margin-left: 2em;
	}
	
	#contents .balloon .chatting ul.none{
		margin-left: 0;
	}
	
	#contents .balloon .chatting .tblArea.w40{
		width: 100%;
	}

	#contents .balloon .chatting .tblArea.w75{
		width: 90%;
	}
	
	#contents .tblArea table{
		font-size: 90%;
	}
	
	#contents .tblArea table tbody th,
	#contents .tblArea table tbody td{
		padding: 20px 5px;
	}
	
	#contents #onepoint .advice .tblArea table thead th:nth-child(3){
		width: 30%;
	}
	
	#contents #onepoint .advice .tblArea table thead th:nth-child(4),
	#contents #onepoint .advice .tblArea table thead th:nth-child(5){
		width: 12%;
	}
	
	#onepoint .advice .tblArea table img.s_img{
		width: 80%;
		height: auto;
	}
	
	#contents .tblArea table img.ok_ng_icon{
		width: 20px;
	}
}

@media screen and (max-width: 400px){
	#contents #onepoint .advice .tblArea table img.ok_ng_icon{
		width: 18px;
	}
}

/* 008.html 20210414 */

#contents ol li.style_m{
    margin-left: 1.5em;
}

#contents div.advice .ml2em{
    margin-left: 2em !important;
}

#contents img.setting{
    vertical-align: middle;
    margin-left: 0.5em;
}

#contents img.img_shot{
    margin: 1em 1em 2em 0;
}

#contents img.img_shot_01{
    margin: 1em 1em 2em 0;
    display: inline-block;
}

@media screen and (max-width: 640px){
    #contents div.notice_gray_b div.center img{
		width: 100%;
        max-width: 173px;
	}
    
	#contents img.img_shot{
		width: 100%;
        max-width: 250px;
        display: block;
	}
    
    #contents img.img_shot_01{
		width: 100%;
        max-width: 250px;
        display: block;
	}
    
    #contents ol li.style_m{
    margin-left: 0;
    }
    
    #contents img.setting{
    width: auto;
    }
    
    #contents div.advice ol.ml2em{
    padding-left: 1.3em;
    }
    
}

/* 009.html 20210707 */
#contents .flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: center;
}

#contents .flex .item{
    margin: 0 1em 0 0;
    
}

#contents .flex p{
    margin: 0.5em 0 0;
}

@media screen and (max-width: 640px){
    #contents .flex{
    margin-left: 5px;
    }
    
    #contents .flex .item{
    width: 37%;
    }
    
    #contents .flex .item:last-child{
    margin-right: 5px;
    }
    
    #contents .singleBtn.mq_a a{
    width: 100%;
    }
    
    #contents .mq_size{
    width: 45px;
    }
    
    #contents .mq_size75{
    height: 75px;
    }
}

/* 20231020 */

#contents table .w-keep {
    word-break: keep-all;
}

@media screen and (max-width: 640px) {
	#contents table .w-keep {
		word-break: unset;
	}
}

#contents .teacher_comment dl dt.square {
    font-weight: bold;
	margin-left: 1em;
}

#contents .teacher_comment dt.square::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background: #000;
    margin: 0 0.5em 0 0;
}

#contents img.ok_ng_icon {
    vertical-align: middle;
}

#onepoint .advice .advicetop {
    line-height: 0;
    position: absolute;
    top: -5em;
    left: 0;
}

@media screen and (max-width: 640px) {
	#onepoint .advice .advicetop {
		line-height: 0;
		position: static;
	}
	
	#onepoint .advice .advicetop img {
		max-width: 270px;
		margin: 0 auto 1em auto;
	}
}

/* 20240219 */
@media screen and (max-width: 640px){
	#contents div.pct img {
		max-width: 100%;
		height: auto;
	}
}

</pre></body></html>