@charset "UTF-8";
/* css News [top] */

@import url("../content.css");
@import url("main.css");

/*---------------------------------------------------- */
/* STEP */
/*---------------------------------------------------- */
/*== h3 ==*/
.headtitle2 {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.headtitle2 h3 {
	position: relative;
	margin: 0;
	color: #03937b;
	text-align: center;
	box-shadow: 5px 5px #03937b;
    border: 2px solid #03937b;
}

.headtitle2 h3:before {
	position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
    width: 20px;
    background-color: #fff;
    content: "";
}

.headtitle2 h3:after {
	position: absolute;
    top: 95%;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 2px;
    background-color: #03937b;
    content: "";
}

/*== h4 ==*/
.step-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.step-title h4 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	text-align: left;
	position: relative;
}

.step-title h4::before { 
	content: attr(data-number);
	display: inline-block;
	color: #03937b;
	border-bottom: 1px solid #03937b;
}

/*---------------------------------------------------- */
/* News */
/*---------------------------------------------------- */
/*== Waku ==*/
#news {
	margin: 0;
	width: 100%;
	height: auto;
}

/*== Scroll ==*/
#news .scroll {
	padding: 0;
	margin: 0;
	width: 100%;
	/*overflow: auto;
	position: relative;*/
}

#news .scroll .list_news {  
	padding: 0;
	margin: 0 0 2px 0;
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #cccccc;
}

#news .scroll .list_news .waku_news {  
	margin: 0 auto;
	height: auto;
}

/*== Link ==*/
#news .scroll .list_news a {
	color: #3d3e3f;
	text-decoration: none;
	background-color: #fff;
	display: block;
}

#news .scroll .list_news a:hover {
	color: #3d3e3f;
	text-decoration: none;
	background-color: #e7faf7;
}

/*== Data ==*/
.list_news .waku_news .news_data {
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.list_news .waku_news .news_data .moji_data {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #3a3b3c;
	font-weight: 500;
	text-align: left;
}

.list_news .waku_news .news_data .icon_new {
	margin: 0;
	display: inline;
	float: left;
	background-color: #61cea4;
	border-radius: 2px;
	color: #fff;
	font-family: 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	font-weight: 600;
	text-align: center;
}

/*== h4 ==*/
.list_news .waku_news .news-title {
	margin: 0;
	width: 100%;
	height: auto;
}

.list_news .waku_news .news-title h4 {
	padding: 0;
	margin: 0;
	color: #3a3b3c;
	text-align: left;
	line-height: 1.4;
}

/*== P ==*/
.list_news .waku_news .moji_news {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.list_news .waku_news .moji_news p {
	padding: 0;
	margin: 0;
	color: #3a3b3c;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}

/* 追加
.category01 {
	padding: 3px 8px 2px 8px;
	margin-right: 12px;
	margin-bottom: 20px;
	font-size: 11px;
	width: 100px;
	color: #FFFFFF;
	text-align: center;
	background: #FC0004;
	border-radius: 3px;
	vertical-align: top;
}

.category02 {
	padding: 3px 8px 2px 8px;
	margin-right: 12px;
	margin-bottom: 20px;
	font-size: 11px;
	width: 100px;
	color: #FFFFFF;
	text-align: center;
	background: #999999;
	border-radius: 3px;
	vertical-align: top;
} */

.category01 {
	font-size: 12px;
	color: #FC0004;
}

.category02 {
	font-size: 12px;
	color: #999999;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* STEP */
/*---------------------------------------------------- */
/*== h3 ==*/
.headtitle2 {
	margin-bottom: 25px;
	width: 100%;
}

.headtitle2 h3 {
	padding: 13px 0;
	font-size: 21px;
	font-weight: 700;
}

/*== h4 ==*/
.step-title {
	padding-bottom: 12px;
	width: 100%;
}

.step-title h4 {
	font-size: 18px;
	font-weight: 600;
}

.step-title h4::before { 
	margin-right: 15px;
	font-size: 25px;
	font-weight: 900;
}

/*---------------------------------------------------- */
/* News */
/*---------------------------------------------------- */
/*== Waku ==*/
#news {
	padding: 0;
}

/*== Scroll ==*/
/*#news .scroll {
	height: 260px;
}*/

#news .scroll .list_news .waku_news {  
	padding: 12px 0;
	width: 93%;
}

/*== Data ==*/
.list_news .waku_news .news_data {
	padding: 0 0 10px 0;
	background: url(../../images/home/mark_list_news.png) left 7px no-repeat;
	background-size: 7px 7px;
}

.list_news .waku_news .news_data .moji_data {
	margin-top: 2px;
	margin-left: 15px;
	font-size: 14px;
}

.list_news .waku_news .news_data .icon_new {
	padding: 4px 8px 4px 8px;
	margin-left: 12px;
	font-size: 11px;
}

/*== h4 ==*/
.list_news .waku_news .news-title {
	padding: 0 0 5px 0;
}

.list_news .waku_news .news-title h4 {
	font-size: 16px;
	font-weight: 600;
}

/*== P ==*/
.list_news .waku_news .moji_news p {
	font-size: 15px;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 650px) {
/*---------------------------------------------------- */
/* STEP */
/*---------------------------------------------------- */
/*== h3 ==*/
.headtitle2 {
	margin-bottom: 20px;
	width: 100%;
}

.headtitle2 h3 {
	padding: 12px 0;
	font-size: 19px;
	font-weight: 700;
}

/*== h4 ==*/
.step-title {
	padding-bottom: 10px;
	width: 100%;
}

.step-title h4 {
	font-size: 18px;
	font-weight: 600;
}

.step-title h4::before { 
	margin-right: 12px;
	font-size: 24px;
	font-weight: 900;
}

/*---------------------------------------------------- */
/* News */
/*---------------------------------------------------- */
/*== Waku ==*/
#news {
	padding: 0;
}

/*== Scroll ==*/
/*#news .scroll {
	height: 250px;
}*/

#news .scroll .list_news .waku_news {  
	padding: 12px 0;
	width: 93%;
}

/*== Data ==*/
.list_news .waku_news .news_data {
	padding: 0 0 10px 0;
	background: url(../../images/home/mark_list_news.png) left 7px no-repeat;
	background-size: 7px 7px;
}

.list_news .waku_news .news_data .moji_data {
	margin-top: 2px;
	margin-left: 15px;
	font-size: 14px;
}

.list_news .waku_news .news_data .icon_new {
	padding: 4px 8px 4px 8px;
	margin-left: 12px;
	font-size: 10px;
}

/*== h4 ==*/
.list_news .waku_news .news-title {
	padding: 0 0 5px 0;
}

.list_news .waku_news .news-title h4 {
	font-size: 15px;
	font-weight: 600;
}

/*== P ==*/
.list_news .waku_news .moji_news p {
	font-size: 14px;
}



}


/* SP */
@media only screen and (max-width: 649px) {
/*---------------------------------------------------- */
/* STEP */
/*---------------------------------------------------- */
/*== h3 ==*/
.headtitle2 {
	margin-bottom: 20px;
	width: 100%;
}

.headtitle2 h3 {
	padding: 12px 0;
	font-size: 17px;
	font-weight: 700;
}

/*== h4 ==*/
.step-title {
	padding-bottom: 10px;
	width: 100%;
}

.step-title h4 {
	font-size: 16px;
	font-weight: 600;
}

.step-title h4::before { 
	margin-right: 12px;
	font-size: 21px;
	font-weight: 900;
}

/*---------------------------------------------------- */
/* News */
/*---------------------------------------------------- */
/*== Waku ==*/
#news {
	padding: 0;
}

/*== Scroll ==*/
/*#news .scroll {
	height: 250px;
}*/

#news .scroll .list_news .waku_news {  
	padding: 12px 0;
	width: 93%;
}

/*== Data ==*/
.list_news .waku_news .news_data {
	padding: 0 0 10px 0;
	background: url(../../images/home/mark_list_news.png) left 7px no-repeat;
	background-size: 7px 7px;
}

.list_news .waku_news .news_data .moji_data {
	margin-top: 2px;
	margin-left: 15px;
	font-size: 14px;
}

.list_news .waku_news .news_data .icon_new {
	padding: 4px 8px 4px 8px;
	margin-left: 12px;
	font-size: 9px;
}

/*== h4 ==*/
.list_news .waku_news .news-title {
	padding: 0 0 5px 0;
}

.list_news .waku_news .news-title h4 {
	font-size: 14px;
	font-weight: 600;
}

/*== P ==*/
.list_news .waku_news .moji_news p {
	font-size: 13px;
}



}