.contents-wrap{
	margin:18px auto;
	max-width: 1200px;
}

.contents-wrap p{
	font-size:medium;
	line-height: 1.9;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.sans{
	font-family: sans-serif !important;
}

section a{
	color:#DF436E;
	font-weight: 700;
	font-family: sans-serif;
}

section figure{
	margin:2em auto;
	max-width:85%;
}

dl.pc-list{
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: 700;
	font-size:medium;
}

dl.pc-list dt{
	float:left;
}

dl.pc-list dd{
	padding-bottom:4px;
}

.writer{
	margin: 0 0 0 auto;
	max-width: 235px;
}

dl dt.consultant, dl dt.docter1, dl dt.docterA, dl dt.docter2, dl dt.docter3{
	background-color:#F4C8D5;
	color:#7B0748;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";	
	float:left;
	font-size:medium;
	margin-top: 4px;
	padding: 0 3px;
    border-radius: 5px;
}

dl dt.docter1{
	background-color: #ACDCEC;
	color:#000;
}

dl dt.docterA{
	background-color: #D7D8D6;
	color:#000;
	}

dl dt.docter2{
	background-color: #005093;
	color:#fff;
}

dl dt.docter3{
	background-color: #3F8242;
	color:#fff;
}

dl.converse dd{
	margin-left:1.5em;
}

.prl{
	padding:0 12px !important;
}

.normal{
	font-weight: normal;
}

.bold{
	font-weight: 700;
	font-family: sans-serif;
}

.right{
	text-align: right;
}

h2.head2{
	background: #F3EFE5 url(/gnote/special/images/9784758123389_638_subhead-icon.png) no-repeat;
	color:#1B8887;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: 700;
	padding:3px 30px;
	margin:1.5em 0 0.6em;
	background-size: contain;
	font-size:180%;
}

h2.intro{
	background-color: #fff;
}

.case-box{
	border:4px solid #ea7979;
	border-radius: 20px;
	position:relative;
	padding: 30px 50px 5px 30px;
	max-width: 95%;
	margin:3em auto 0;
}

.case-box:after{
    content: "";
    position: absolute;
    display: block;
	width: 67px;
    height: 320px;
	bottom: -80px;
    right: -15px;
    background: url(/gnote/special//images/9784758123389_638_case.png) no-repeat;
    background-size: 70px auto;
}

.inspection-box{
	background-color:#F1EDE5;
	padding:15px 20px;
	font-size:medium;
	margin:2em 0;
	line-height: 1.9;
}

.blue{
	color:#1D6695;
}

.red, .sup-color{
	color:#CD1E41;
}

.thm-box{
	margin:1.5em 0;
	color:#292D78;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:120%;
	font-weight: 700;	
}

h3.thm-head{
	color:#1B8887;
	margin-bottom: 0.8em;
}

h3.thm-head span{
	border-bottom:2px #F0AFA3 solid;
	padding-bottom:6px;
	font-weight: 700;
}

.mb4{
	margin-bottom: 4em;
}

.mt3{
	margin-top: 3em;
}

.mt4{
	margin-top:4em;
}

.mt5{
	margin-top:5em;
}

@media screen and (max-width: 640px){
dl.pc-list{
	font-size:14px;
}
.writer{
max-width: 200px;
}
}

.benefits-box {
    position: relative;
    margin-top: 4em;
    padding: 1.2em 1em;
    border: solid 3px #F7BCAF;
    border-radius: 8px;
}

.benefits-box .benefits-head {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 2px;
    padding: 0 5px;
    line-height: 1.2;
    font-size: 18px;
    background: #FFF;
    color: #1B8887;
    font-weight: bold;
}

@media screen and (max-width: 536px){
	.benefits-box {
		padding: 3em 1em 1.2em 1em;
	}
	}

@media screen and (max-width: 316px){
	.benefits-box {
		padding: 4em 1em 1.2em 1em;
	}
	}

/*ツールチップ*/
#contents .main h5{font-size:medium;margin-top:1em;}
#contents .main p.point{text-indent:-1em;margin-left:3em;}
span.tips{text-decoration:underline;color: #428bca;cursor:pointer;}
span.tips .glyphicon{text-indent:0;}
.popover {
max-width: 600px; /* この数字を変える */
z-index: 2;
}