@charset "utf-8";

#followup p a.link{
	max-width:360px;
	display:block;
	margin:0 0 30px 0;
	background:#fff;
	padding:15px 0;
	border:1px solid #000;
	font-size:1rem;
	letter-spacing:0.3rem;
	text-decoration:none;
	color:#000;
    transition: all 0.4s;
	text-align:center;
}

#followup p a.link:hover{
	background:#000;
	color:#fff;
	border:1px solid #000;
}

.qol{
	text-align: center;
}

.qol img{
	max-width:100%;
	margin: 0 0 30px;
}

.followup_box{
	background: #f9f6f2;
	clear: both;
	padding: 25px;
}

.followup_box h3{
	text-align:left;
	padding-bottom:0px;
	margin-bottom: 5px;
	font-size: 1.2rem;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.followup_box ul{
	margin: 0 0 10px 0;
	overflow: hidden;
	width: 100%;
}

.followup_box ul li{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	list-style: disc;
	margin: 5px 0 5px 20px;
	float: left;
	width: 30%;
}

#followup .txtbox{
	overflow:hidden;
	padding-bottom:30px;
	position:relative;
}

.organ {
	padding: 40px 40px 40px 40%;
	background: url(../img/followup/img_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	margin-top: 25px;
}

.organ table {
	border-collapse: collapse;
	border: 1px solid #e1e4e9;
	box-sizing: border-box;
	width: 100%;
}

.organ table th {
	border-collapse: collapse;
	border-bottom: 1px solid #e1e4e9;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	max-width: 90px;
	font-weight: bold;
	color: #00a2ba;
}

.organ table td {
	border-collapse: collapse;
	border-bottom: 1px solid #e1e4e9;
	vertical-align: middle;
	padding: 15px 0;
}

.organ table td ul {
	display: inline-block;
	vertical-align: top;
}

.organ table td ul li {
	list-style: disc;
	margin-left: 25px;
	margin-right: 5px;
}

.btn {
	text-align: center;
	margin-top: 25px;
}

.btn img {
	max-width: 100%;
	width: auto;
}

.btn a {
	transition: .3s;
}

.btn a:hover {
	opacity: .8;
}

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

}

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

}

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

}

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

.followup_box ul li{
	width: 45%;
}

.organ {
	padding: 10px;
	background: url(../img/followup/img_bg_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.organ table th {
	padding: 10px;
}

.organ table td {
	padding: 10px 0;
}

}

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

.followup_box ul li{
	width: 100%;
}

}

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

.organ table {
	font-size: .8rem;
}

}

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

}
