dae4eddae4ed@charset "utf-8";
/* CSS Document */

#mikeiken * {margin: 0; padding: 0; box-sizing:border-box;}

#mensetsureport {
	font-size: 14px;
	width: 710px;
	margin: 0 auto;
	background: #fff;
	color: #4d4d4d;
	box-sizing: border-box;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
#mensetsureport * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-align: justify;
	}
#mensetsureport img {
	vertical-align: bottom;
}

#mensetsureport p{
	font-size: 100%;
	line-height: 1.75;
	margin-bottom: 24px;
}

/*本編-------------------------------------*/


#mensetsureport #title-area {
	background: #1e273d;
	position: relative;
	height: 134px;
	margin-bottom: 19px;
	}
#mensetsureport #title-area img {
	position: absolute;
}

#mensetsureport #title-area img.title-img{
	left: 54px;
	top: 14px;
}

#mensetsureport #title-area img.title-text1{
	left: 168px;
	top: 28px;
}

#mensetsureport #title-area img.title-text2{
	left: 166px;
	bottom: 29px;
}

#mensetsureport h3 {
	text-align: center;
	font-size: 150%;
	line-height: 1.1;
	font-weight: bold;
	border-bottom: #1e273d 1px solid;
	color: #1e273d;
}

#mensetsureport h3 span.Episode {
	font-family: 'Crimson Text', serif;
	font-size: 140%;
	font-style: italic;
}

#mensetsureport #profile {
	background-color: #ede9dd;
	text-align: center;
	padding: 32px 70px 50px;
	position: relative;
	width: 670px;
	margin: 24px auto 19px;
}

#mensetsureport #profile p {
	margin-bottom: 0;
	margin-top: 25px;
	text-align: center;
	color: #513f17;
}

#mensetsureport #profile::before{
    content: "";
	background: url(../img/frame1.svg) no-repeat;
	position: absolute;
	left: 20px;
	top: 20px;
	height: 85px;
	width: 630px;
}
#mensetsureport #profile::after{
    content: "";
	position: absolute;
	background: url(../img/frame1.svg) no-repeat;
	left: 20px;
	bottom: 20px;
	transform: scale(1, -1);
	height: 85px;
	width: 630px;
}
	
#mensetsureport h4 {
	font-size: 137%;
	line-height: 1.5;
	font-weight: bold;
	padding:12px 0 6px 38px;
	background:url(../img/icon-h4.svg) no-repeat left top;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	border-bottom: #cccccc solid 1px;
	color: #1e273d;
	margin:60px 0 24px;
}

#mensetsureport .talk {
	font-weight: bold;
	color: #513f17;
}

#mensetsureport .comment {
	padding:24px 28px 22px;
	position: relative;
}

#mensetsureport .wrap-yellow .comment {
	background: #ede9dd;
}

#mensetsureport .wrap-yellow .comment::before {
    content: "";
	background: url(../img/double-quot-y.svg) no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
	height: 13px;
	width: 18px;
}

#mensetsureport .wrap-yellow .comment::after {
    content: "";
	background: url(../img/double-quot-y.svg) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 13px;
	width: 18px;
	transform: scale(-1, -1);
}

#mensetsureport .wrap-blue .comment {
	background: #dae4ed;
}

#mensetsureport .wrap-blue .comment::before {
    content: "";
	background: url(../img/double-quot-b.svg) no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
	height: 13px;
	width: 18px;
}

#mensetsureport .wrap-blue .comment::after {
    content: "";
	background: url(../img/double-quot-b.svg) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 13px;
	width: 18px;
	transform: scale(-1, -1);
}

#mensetsureport .check {
	border: #EF4649 dotted 1px;
	padding:10px 20px 14px;
	border-radius: 10px;
}

#mensetsureport .check p.f-112 {
	color: #EF4649;
	font-weight: bold;
	margin-bottom: -4px;
}

#mensetsureport .check span.f-check {
	font-family: 'Crimson Text', serif;
	font-size: 137%;
	font-style: italic;
}

#mensetsureport .check p:last-child {
	margin-bottom: 0;
}

#mensetsureport ul,
#mensetsureport ol{
	margin-bottom: 24px;
}

#mensetsureport ul li{
	list-style: disc !important;
}

#mensetsureport ol li{
	list-style: decimal !important;
}

#mensetsureport ul li
,#mensetsureport ol li{
	font-size: 100%;
	font-weight: normal;
	line-height: 1.75;
	margin-left: 21px;
}

/*リンクエリア-------------------------------------*/

#mensetsureport .link-area {
	font-size:112%;
	font-weight:bold;
	margin-top: 60px;
	margin-bottom: 60px;
	}
	
#mensetsureport .link-area p {
	display:block;
	font-size:100%;
	line-height:24px;
	border-left:solid 4px #d6c8a3;
	margin:14px 0 2px; 
	padding-left:6px;
	padding-bottom: 1px;
	}
	
#mensetsureport .link-area a {
	font-size:88%;
	line-height:1.75;
	margin:0 0 16px;
	padding-left:4px;
	}

/*プロフィール-------------------------------------*/
#mensetsureport .comImgBox {
	text-align: justify;
	width: 100%;
	background-color: #1e273d;
	padding: 10px;
	margin-top: 60px;
	font-size: 14px;
	color: #fff;
}

#mensetsureport .comImgBox div {
	border: #3f4e6b 2px solid;
	padding: 20px;
}

#mensetsureport .comImgBox img {
	float: left;
	height: auto;
	margin: 0;
	margin-right: 20px;
	border: none;
}

#mensetsureport .comImgBox p {
	margin-left: 120px;
}

#mensetsureport .comImgBox .title-sub {
	margin-top: -5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 6px;
}


/*共通-------------------------------------*/

#mensetsureport .sp {display: none;}

#mensetsureport .bold {font-weight:bold;}
	
#mensetsureport .mb0 {margin-bottom: 0px !important;}
#mensetsureport .mb6 {margin-bottom: 6px !important;}
#mensetsureport .mb12 {margin-bottom: 12px !important;}
#mensetsureport .mb24 {margin-bottom: 24px !important;}

#mensetsureport .mt0 {margin-top: 0px !important;}
#mensetsureport .mt6 {margin-top: 6px !important;}
#mensetsureport .mt12 {margin-top: 12px !important;}
#mensetsureport .mt26 {margin-top: 26px !important;}
#mensetsureport .mt42 {margin-top: 42px !important;}

#mensetsureport .ml12e {margin-left: 1.2em !important;}

#mensetsureport .f-red {color:#ff0000 !important;}
#mensetsureport .f-blue{color:#1749ff !important;}
#mensetsureport .f-black {color:#555 !important;}
#mensetsureport .f-brown {color:#BC8700;}

#mensetsureport .bg-red {background-color:#FFE6E6 !important;}
#mensetsureport .bg-blue{background-color:#dae4ed !important;}
#mensetsureport .bg-yellow{background-color:#ede9dd !important;}


#mensetsureport .f-112 {font-size:112% !important;}
#mensetsureport .f-125 {font-size:125% !important;}
#mensetsureport .f-131 {font-size:131% !important;}
#mensetsureport .f-137 {font-size:137% !important;}
#mensetsureport .f-143 {font-size:143% !important;}
#mensetsureport .f-150 {font-size:150% !important;}
	
#mensetsureport .f-right {text-align:right !important;}
#mensetsureport .f-left {text-align:left !important;}

#mensetsureport .no-border {border:none !important;}


