@charset "utf-8";

/* ==================================================
contents
================================================== */
#tmp_main h2 {
	font-size:122.22%;
	padding:0 0 8px;
	border-bottom:2px solid #037f9e;
	margin:40px 0 26px;
	clear:both;
}
#tmp_main img {
	max-width:100%;
	height:auto;
}
#tmp_main ul {
	list-style:none;
}
#tmp_main .nocnt{
	margin: 17px 0 17px;
}
#tmp_main_contents .info_ttl{
	margin-bottom: 0;
}
/* card_list
================================================== */
.card_list_item {
	float: left;
	width: 307px;
	background-color: #00718f;
	color: #ffffff;
	margin-right: 4px;
	margin-bottom: 4px;
}
.card_list_item:nth-child(4n) {
	margin-right: 0;
}
.card_list_item:nth-child(4n+5) {
	clear: both;
}
.card_list_item a {
	display: block;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 12px 16px 11px;
	border: 2px solid transparent;
}
.card_list_item a:hover,
.card_list_item a:focus,
.card_list_item a:active {
	background-color: #e0f9ff;
	border-color: #00718f;
	color: #222222;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.card_list_item a:hover .card_list_ttl:after,
.card_list_item a:focus .card_list_ttl:after,
.card_list_item a:active .card_list_ttl:after {
	background: transparent url(/shared/site_shouhilife_rn/images/icon/arrow_icon_black_hover.png) no-repeat;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.card_list_item .card_list_img {
	display: block;
	width: 280px;
	height: auto;
	margin-bottom: 20px;
}
.card_list_item .card_list_ttl {
	position: relative;
	display: block;
	padding: 0 19px 0 12px ;
	font-weight: bold;
}
.card_list_item .card_list_ttl:after {
	position: absolute;
	content: "";
	display: block;
	width: 6px;
	height: 11px;
	top: 50%;
	right: 12px;
	margin-top: -5px;
	color: #ffffff;
	background: transparent url(/shared/site_shouhilife_rn/images/icon/arrow_icon_white.png) no-repeat;
}
/* info_table
================================================== */
table.info_table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	font-size:88.89%;
	line-height:1.4;
	margin:0 0 17px;
}
table.info_table td {
	padding:17px 24px;
	background:url(/shared/templates/shouhilife_top_rn/images/border_dot.gif) repeat-x left bottom;
}
table.info_table td.date {
	padding-left:0;
	padding-right:0;
	width:5em;
}
table.info_table td a {
	display:block;
	text-decoration:none;
	background:url(/shared/site_shouhilife_rn/images/icon/arrow_icon_black_s.png) no-repeat right 0.4em;
	padding-right:10px;
}
.info_read_all {
	text-align:right;
	font-size:88.89%;
	line-height:1.2;
}
.info_read_all a {
	min-width:234px;
	text-align:left;
	display:inline-block;
	text-decoration:none;
	border:1px solid #e5e5e5;
	padding:13px 30px 13px 10px;
	color:#00718f;
	background-color:#ffffff;
	position:relative;
}
.info_read_all a::after {
	content:"";
	position:absolute;
	top:50%;
	right:17px;
	background:url(/shared/site_shouhilife_rn/images/icon/arrow_icon_blue.png) no-repeat;
	width:6px;
	height:11px;
	margin-top:-5px;
}
table.info_table td a:hover,
table.info_table td a:focus {
	text-decoration: underline;
}
.info_read_all a:hover,
.info_read_all a:focus {
	background-color: #e0f9ff;
	border-color: #00718f;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
/* pickup_list
================================================== */
#tmp_pickup_list {
	margin-bottom:-20px;
}
.pickup_list_item {
	position: relative;
	float: left;
	width: 48%;
	margin-bottom: 27px;
}
.pickup_list_item:nth-child(2n) {
	float: right;
}
.pickup_list_item:nth-child(2n+3) {
	clear: both;
}
.pickup_list_item a {
	display: block;
	text-decoration: none;
	border: 1px solid #333333;
}
.pickup_list_item a::before{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #005a71;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.pickup_list_item a:hover,
.pickup_list_item a:focus,
.pickup_list_item a:active{
	background-color: #e0f9ff;
}
.pickup_list_item a:hover::before,
.pickup_list_item a:focus::before,
.pickup_list_item a:active::before {
	opacity: 1;
	visibility: visible;
}
.pickup_list_item span{
	display: block;
}
.pickup_list_item .pickup_ttl{
	position: relative;
	padding: 11px 28px 11px 22px;
	font-size: 88.9%;
}
.pickup_list_item .pickup_ttl:after{
	content: "";
	position: absolute;
    top: 50%;
    right: 17px;
	width: 6px;
    height: 11px;
	margin-top: -5px;
	background: transparent url(/shared/site_shouhilife_rn/images/icon/arrow_icon_blue.png) no-repeat;
	color: inherit;
}
/* hotline_btn
================================================== */
.hotline_btn .bnr {
	float:left;
	width:550px;
}
.hotline_btn .bnr_s {
	float:right;
	width:272px;
}
.hotline_btn .bnr a,
.hotline_btn .bnr_s a {
	position: relative;
	display: block;
}
.hotline_btn .bnr a:after,
.hotline_btn .bnr_s a:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.hotline_btn .bnr a:hover:after,
.hotline_btn .bnr a:focus:after,
.hotline_btn .bnr a:active:after,
.hotline_btn .bnr_s a:hover:after,
.hotline_btn .bnr_s a:focus:after,
.hotline_btn .bnr_s a:active:after {
    border-color: #005a71;
}
/* sns_list
================================================== */
#tmp_main .col_rgt_navi h2{
	font-size: 111.1%;
	margin-bottom: 23px;
}
.sns_list li {
	border-bottom: 1px solid #e6e6e6;
	padding-left: 18px;
}
.sns_list li a {
	display: block;
	width: 100%;
	font-size: 88.9%;
	color: #222222;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 27px;
}
.sns_list li a:hover span.text,
.sns_list li a:focus span.text,
.sns_list li a:active span.text {
	text-decoration: underline;
}
.sns_list li:first-child a {
	padding-top: 0;
}
.sns_list .icon,
.sns_list .text {
	vertical-align: middle;
}
.sns_list .icon {
	display: inline-block;
	width: 48px;
	height: auto;
}
.sns_list .text{
	margin-left: 25px;
}
/* related_link
================================================== */
.related_link li {
	margin-bottom: 10px;
}
.related_link li:last-child {
	margin-bottom: 0;
}
.related_link a{
	position: relative;
	display: block;
}
.related_link a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e8e8e8;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}
.related_link a:hover:after,
.related_link a:focus:after,
.related_link a:active:after {
	border-color: #005a71;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_pickup_list:after,
.hotline_btn:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}

/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
	min-width:auto !important;
}
#tmp_header {
	margin:0 0 10px !important;
	padding:0 0 10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
	border-top:none !important;
}
#tmp_footer {
	margin:10px 0 0 !important;
	padding:10px 0 0 !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_hlogo {
	position:static !important;
	background:#FFFFFF !important;
}
.container {
	width:100% !important;
	padding:0 !important;
}
#tmp_contents,
#tmp_main {
	padding:0 !important;
}
#tmp_update {
	margin-top:0;
}
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_means,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_pankuzu,
#tmp_foot_cnt .foot_cntR {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
.card_list_item {
	width: 49%;
	margin-right: 2%;
}
.card_list_item:nth-child(2n) {
	margin-right: 0;
}
.hotline_btn .bnr,
.hotline_btn .bnr_s {
    float: none;
}
.hotline_btn .bnr {
    margin-bottom: 20px;
}
#tmp_foot_cnt {
	margin:0;
}
#tmp_foot_cnt .foot_cntL {
	float:none;
	width:100%;
}
.copyright {
	text-align:left !important;
}
/* change_color
================================================== */
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* Do not edit */
	height:1px; /* Do not edit */

}

}