@charset "utf-8";

#tips .innerbox{
	background: #f9f6f2;
	overflow: hidden;
	margin-bottom: 25px;
	padding: 0 35px 20px;
}

#tips .innerbox:nth-child(2){
	margin-bottom: 0;
}

#tips .innerbox h3{
	background: #00a2ba;
	color: #fff;
	padding: 10px 0;
	font-size: 1.4rem;
	line-height: 100%;
	font-weight: 100;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 380px;
	margin-bottom: 25px;
}

#tips .graphbox{
	padding: 40px;
}

#tips .graphbox div.img{
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#tips .graphbox div.img div{
	width: 50%;
	float: left;
}

#tips .graphbox:nth-child(odd){
	background: #f3f9fa;
	overflow: hidden;
}

#tips .graphbox:nth-child(odd) h4{
	font-size: 1.3rem;
	color: #00a2ba;
	margin-bottom: 15px;
   position: relative;
	z-index: 1;
}

#tips .graphbox:nth-child(odd) h4{
	font-size: 1.3rem;
	color: #00a2ba;
	margin-bottom: 15px;
   position: relative;
	z-index: 1;
}

#tips .graphbox:nth-child(odd) h4:before{
   border-top: 1px solid #90d5df;
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
	z-index: -1;
}

#tips .graphbox:nth-child(odd) span strong{
	display: inline-block;
	width: 30px;
	line-height: 30px;
	background: #00a2ba;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	margin-right: 8px;
	font-weight: 100;
}

#tips .graphbox:nth-child(odd) span {
   background-color: #f3f9fa;
   display: inline-block;
   padding: 0 1rem 0 0;
}

#tips .graphbox:nth-child(odd) .small {
	text-align: right;
	font-size: .6rem;
	color: #b6d1d6;
	padding-top: 25px;
}

#tips .graphbox:nth-child(even) h4{
	font-size: 1.3rem;
	color: #902d59;
	margin-bottom: 15px;
   position: relative;
	z-index: 1;
}

#tips .graphbox:nth-child(even){
	background: #fdfafb;
	overflow: hidden;
}

#tips .graphbox:nth-child(even) h4{
	font-size: 1.3rem;
	color: #902d59;
	margin-bottom: 15px;
   position: relative;
	z-index: 1;
}

#tips .graphbox:nth-child(even) h4:before{
   border-top: 1px solid #edc9d8;
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
	z-index: -1;
}

#tips .graphbox:nth-child(even) span strong{
	display: inline-block;
	width: 30px;
	line-height: 30px;
	background: #902d59;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	margin-right: 8px;
	font-weight: 100;
}

#tips .graphbox:nth-child(even) span {
   background-color: #fdfafb;
   display: inline-block;
   padding: 0 1rem 0 0;
}

#tips .graphbox:nth-child(even) .small {
	text-align: right;
	font-size: .6rem;
	color: #d7c4ca;
	padding-top: 25px;
}

#tips .graphbox p {
	padding-left: 40px;
}

#tips .graphbox img {
	max-width: 100%;
	width: auto;
}

#tips ul.other {
	overflow:hidden;
	max-width:1068px;
	margin:0 auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#tips ul.other li{
	width:32%;
	margin-bottom:10px;
	float:left;
	background:#fff;
	border:1px solid #cbcbce;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#tips ul.other li div{
	display:table;
}

#tips ul.other li div .img{
	display:table-cell;
	vertical-align:middle;
}

#tips ul.other li div h4{
	display:table-cell;
	vertical-align:middle;
}

#tips ul.other li:nth-child(3n-1){
	margin-left:2%;
	margin-right:2%;
}

#tips ul.other li a{
	text-decoration:none;
	color:#333;
	padding:14px 10px 8px 14px;
	display:block;
	min-height:48px;
    transition: all 0.4s;
}

#tips ul.other li a:hover{
	opacity:0.8;
}

#tips ul.other li img{
	padding-right:10px;
}

#tips ul.other li h4{
	font-family: 'Martel Sans', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing:0.1rem;
	font-size:1.1rem;
	color:#000;
	margin-left:90px;
	padding:5px 0 0;
}

#tips ul.other li h4 span{
	font-size:1rem;
	display:block;
	margin-top:-0.3rem;
	color:#666;
	line-height:120%;
}

#tips .qol{
	width: 100%;
	box-sizing: border-box;
	background: #f9f6f2;
	padding: 20px;
	text-align: center;
	border: 4px solid #e7d9c7;
	position: relative;
	margin-top: 50px;
}

#tips .qol p {
	padding: 0 60px;
	margin: 0;
font-size: 1rem;
}

#tips .qol p span{
color: #bd9d74;
}

#tips .qol p.head {
font-size: 1.3rem;
line-height: 1.8rem;
padding-bottom: 15px;
}

#tips .qol h3 {
position: absolute;
top: -6px;
left: -6px;
}

#tips li {
	display: table;
	margin: 0 0 25px 0;
}

#tips li:last-child {
	margin: 0;
}

#tips li div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: .8rem;
	padding-right: 20px;
	color: #cdb290;
}

#tips li p{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

#tips li p:before{
	content: url(../img/tips/baloon.png);
	position: absolute;
	z-index: 999;
	top: 50%;
	margin-top: -10px;
}

#tips li p span {
 	position: relative;
	display: inline-block;
	padding: 20px;
	background: #f9f6f2;
	border: 2px solid #e5dacc;
	border-radius: 5px;
	margin-left: 8px;
	z-index: 1;
}

#tips li p strong{
	display: block;
}

@media only screen and (min-width: 1681px) {

}

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

}

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

#tips ul.other li{
	width:49%;
	margin:0 0 10px 0;
}

#tips ul.other li:nth-child(3n-1){
	margin:0 0 10px 0;
}

#tips ul.other li:nth-child(2n){
	margin:0 0 10px 2%;
}

}

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

#tips .graphbox div.img div{
	width: 100%;
	float: none;
	margin-bottom: 25px;
}

#tips .innerbox img.imgleft ,
#tips .innerbox img.imgright {
	float: none;
	margin: 0 auto 25px;;
	display: block;
}

}

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

#tips ul.other li{
	width:100%;
	float:left;
	margin:10px 0 0 0;
}

#tips ul.other li:nth-child(3n-1){
	margin:10px 0 0 0;
}

#tips ul.other li:nth-child(2n){
	margin:10px 0 0 0;
}

#tips .innerbox{
	padding: 0 15px 15px;
}

#tips .innerbox h3{
	font-size: 1rem;
	width: 230px;
	margin-bottom: 25px;
	letter-spacing: 0rem;
}

#tips .graphbox{
	padding: 10px;
}

#tips .graphbox p {
	padding-left: 0;
}

#tips .graphbox:nth-child(even) h4,
#tips .graphbox:nth-child(odd) h4{
	font-size: 1rem;
}

#tips .qol h3 img {
	width: 80px;
	height: auto;
}

#tips .qol p {
	padding: 0 20px;
	margin: 0;
font-size: .8rem;
line-height: 1rem;
}

#tips .qol p.head {
font-size: 1rem;
line-height: 1.5rem;
padding-bottom: 15px;
}

}

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

#tips li div{
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
}

#tips li div img{
	display: block;
	margin: 0 auto;
	padding-bottom: 5px;
}

#tips li p:before{
	content: none;
}

#tips li p span {
	margin-left: 0;
}

}

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

}
