﻿@charset "utf-8";
/* CSS Document */


#right_box h2 {
    font-size: 2.4rem;
    text-align: center;
    background-color: #f1eee9;
    padding: 0.3em 0;
	margin-top:1em;
	margin-bottom:0;
}

#right_box ul{
	margin-top:0;
}
#right_box li{
	padding:2rem 1rem;
	border-bottom:1px solid #d5d5d5;
}
#right_box  li p{
    position: relative;
    padding-left: 2.3em;
}
#right_box  li p.que{
	font-weight:bold;
    margin-bottom: 1em;
	font-size:1.8rem;
}

#right_box a{
text-decoration:underline;
}

#right_box a:hover{
text-decoration:none;

}

#right_box li p.que:before {
    position: absolute;
    left: 0px;
    top: -0.2em;
    content: "";
    width: 1.8em;
    height: 1.8em;
    background: url(../img/icon_Q.gif) 0 0 /contain no-repeat;
}
#right_box li p.answer:before {
    position: absolute;
    left: 0px;
    top: -0.2em;
    content: "";
    width: 1.8em;
    height: 1.8em;
    background: url(../img/icon_A.gif) 0 0 /contain no-repeat;
}





/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){

}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){




}



