@charset "UTF-8";
.cms_main{
	width: 100%;
	margin: 30px auto 50px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.cms_area{
	width: 80%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.archive_area{
	width: 17%;
	display: flex;
	flex-direction: column;
	background-color: #F5F2E6;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 40px;
}
.archive_area_top{
	font-size:18px;
	font-weight: 700;
	color: #fff;
	padding: 10px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #afa597;
}
.archive_area ul li{
	width: 100%;
	list-style: none;
	padding: 10px 0;
	font-size: 18px;
	border-bottom: 1px solid #c6b990;
}
.archive_area ul li a{
	text-decoration: none;
	color: rgba(137,82,70,0.7)
}
.archive_area ul li a:hover{
	text-decoration: none;
	color: rgba(137,82,70,1.0)
}

.news_area{
	width: 86%;
	padding: 40px 7%;
	background-color: #E9F7E3;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.news_area h4{
	font-weight: 700;
	font-size: 35px;
	color:#018C01;
	line-height: 60px;
	background-image: url("../img/news/ icon_news.png");
	background-repeat: no-repeat;
	background-size: 9%;
	padding-left: 70px;
	margin: 0 0 10px 0;
}
.news_area dl{
	padding: 12px 3%;
	background-color: #fff;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.6em;
	display: flex;
	flex-direction: row;
	margin: 10px 0;
}
.news_area dt{
	width: 8em;
	color: #008c00;
}
.news_area dd{
	color: #000;
}
.news_area dd a{
	color:rgba(24,84,149,0.7);
	text-decoration: none;
	border-bottom:1px solid rgba(24,84,149,0.7);
}
.news_area dd a:hover{
	color:rgba(24,84,149,1.0);
}
.recruit_area{
	width: 86%;
	padding: 40px 7%;
	background-color: #FFE5E6;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.recruit_area h4{
	font-weight: 700;
	font-size: 35px;
	color:#eb67a1;
	line-height: 60px;
	background-image: url("../img/news/ icon_recruit.png");
	background-repeat: no-repeat;
	padding-left: 70px;
	margin: 0 0 10px 0;
}
.recruit_area dl{
	padding: 12px 3%;
	background-color: #fff;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.6em;
	display: flex;
	flex-direction: row;
	margin: 10px 0;
}
.recruit_area dt{
	width: 8em;
	color: #e95898;
}
.recruit_area dd{
	color: #000;
}
.recruit_area dd a{
	color:rgba(24,84,149,0.7);
	text-decoration: none;
	border-bottom:1px solid rgba(24,84,149,0.7);
}
.recruit_area dd a:hover{
	color:rgba(24,84,149,1.0);
}

.complain_area{
	width: 86%;
	padding: 40px 7%;
	background-color:#EEE1EF;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.complain_area h4{
	font-weight: 700;
	font-size: 35px;
	color:#9D5CB0;
	line-height: 60px;
	background-image: url("../img/news/ icon_complain.png");
	background-repeat: no-repeat;
	padding-left: 70px;
	margin: 0 0 10px 0;
}
.complain_area dl{
	padding: 12px 3%;
	background-color: #fff;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.6em;
	display: flex;
	flex-direction: row;
	margin: 10px 0;
}
.complain_area dt{
	width: 8em;
	color: #9d5db0;
}
.complain_area dd{
	color: #000;
}
.complain_area dd a{
	color:rgba(24,84,149,0.7);
	text-decoration: none;
	border-bottom:1px solid rgba(24,84,149,0.7);
}
.complain_area dd a:hover{
	color:rgba(24,84,149,1.0);
}

/*--------------------(詳細ページ)------------------*/
/*------共用-----*/
.cms_area2{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.news_box{
	padding: 40px 5% 100px 5%;;
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
	position: relative;
	margin: 20px 0;
}
.return{
	position: absolute;
	bottom:30px;
	right:30px;
}
.txt_area{
	width: 90%;
	margin: 20px auto;
	height: auto
}
.photobox{
	width: 94%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 3%;
}
.photobox_item{
	width: 23%;
	margin: 10px 0;
	border: 2px solid #d7cebd;
	border-radius: 10px;
}
.photobox_item img{
	width: 100%;
	border-radius: 10px;
}
.zoom{
	width: 20%;
	margin: 20px 77% 0 3%;
}
.zoom img{
	width: 100%;
}
.pdf_link{
	width: 35%;
	margin: 20px 62% 20px 3%;
}
.pdf_link img{
	width: 100%;
}
/*------共用ここまで-----*/
.news_area2{
	width: 86%;
	padding: 40px 7% 100px 7%;
	background-color: #E9F7E3;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.news_area2 h4{
	font-weight: 700;
	font-size: 35px;
	color:#018C01;
	line-height: 60px;
	background-image: url("../img/news/ icon_news.png");
	background-repeat: no-repeat;
	background-size: 7%;
	padding-left: 70px;
	margin: 0 0 10px 0;
}

.news_area2_ttl{
	width: 96%;
	padding: 10px 0;
	border-bottom: 2px solid #008c00;
	font-size: 20px;
	color: #008c00;
	margin: 0 10px;
}
.news_area2_ttl_date{
	width: 100%;
	font-size: 15px;
}
.recruit_area2{
	width: 86%;
	padding: 40px 7% 100px 7%;
	background-color: #FFE5E6;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.recruit_area2 h4{
	font-weight: 700;
	font-size: 35px;
	color:#eb67a1;
	line-height: 60px;
	background-image: url("../img/news/ icon_recruit.png");
	background-repeat: no-repeat;
	background-size: 7%;
	padding-left: 70px;
	margin: 0 0 10px 0;
}

.recruit_area2_ttl{
	width: 96%;
	padding: 10px 0;
	border-bottom: 2px solid #eb67a1;
	font-size: 20px;
	color: #eb67a1;
	margin: 0 10px;
}
.recruit_area2_ttl_date{
	width: 100%;
	font-size: 15px;
}

.complain_area2{
	width: 86%;
	padding: 40px 7% 100px 7%;
	background-color: #EEE1EF;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.complain_area2 h4{
	font-weight: 700;
	font-size: 35px;
	color:#9d5db0;
	line-height: 60px;
	background-image: url("../img/news/ icon_complain.png");
	background-repeat: no-repeat;
	background-size: 7%;
	padding-left: 70px;
	margin: 0 0 10px 0;
}

.complain_area2_ttl{
    width: 96%;
	padding: 10px 0;
	border-bottom: 2px solid #9d5db0;
	font-size: 20px;
	color: #9d5db0;
	margin: 0 10px;
}
.complain_area2_ttl_date{
	width: 100%;
	font-size: 15px;
}
/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
.cms_main{
	width: 100%;
	margin: 30px auto 50px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    font-size: 14px;
    line-height: 1.8em;
}
.cms_area{
	width: 100%;
    margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
}
.archive_area{
	width: 30%;
	display: flex;
	flex-direction: column;
	background-color: #F5F2E6;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 20px;
    padding-bottom:20px; 
}
.archive_area_top{
	font-size:14px;
	font-weight: 700;
	color: #fff;
	padding: 10px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #afa597;
}
.archive_area ul li{
	width: 100%;
	list-style: none;
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #c6b990;
}
.archive_area ul li a{
	text-decoration: none;
	color: rgba(137,82,70,0.7)
}
.archive_area ul li a:hover{
	text-decoration: none;
	color: rgba(137,82,70,1.0)
}

.news_area{
	width: 90%;
	padding: 40px 5%;
	background-color: #E9F7E3;
	margin: 0 auto 40px auto;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.news_area h4{
	font-weight: 700;
	font-size: 25px;
	color:#018C01;
	line-height: 50px;
	background-image: url("../img/news/ icon_news.png");
	background-repeat: no-repeat;
	background-size: 9%;
	padding-left: 60px;
	margin: 0 0 10px 0;
}
.news_area dl{
	padding: 12px 3%;
	background-color: #fff;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.6em;
	display: flex;
	flex-direction: row;
	margin: 10px 0;
}
.news_area dt{
	width: 8em;
	color: #008c00;
}
.news_area dd{
	color: #000;
}
.news_area dd a{
	color:rgba(24,84,149,0.7);
	text-decoration: none;
	border-bottom:1px solid rgba(24,84,149,0.7);
}
.news_area dd a:hover{
	color:rgba(24,84,149,1.0);
}
.recruit_area{
	width: 86%;
	padding: 40px 7%;
	background-color: #FFE5E6;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.recruit_area h4{
    font-weight: 700;
	font-size: 25px;
	color:#eb67a1;
	line-height: 50px;
	background-image: url("../img/news/ icon_recruit.png");
	background-repeat: no-repeat;
	background-size: 9%;
	padding-left: 60px;
	margin: 0 0 10px 0;
}
.recruit_area dl{
	padding: 12px 3%;
	background-color: #fff;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.6em;
	display: flex;
	flex-direction: row;
	margin: 10px 0;
}
.recruit_area dt{
	width: 8em;
	color: #e95898;
}
.recruit_area dd{
	color: #000;
}
.recruit_area dd a{
	color:rgba(24,84,149,0.7);
	text-decoration: none;
	border-bottom:1px solid rgba(24,84,149,0.7);
}
.recruit_area dd a:hover{
	color:rgba(24,84,149,1.0);
}

.complain_area{
	width: 86%;
	padding: 40px 7%;
	background-color:#EEE1EF;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.complain_area h4{

    font-weight: 700;
	font-size: 25px;
	color:#9D5CB0;
	line-height: 50px;
	background-image: url("../img/news/ icon_complain.png");
	background-repeat: no-repeat;
	background-size: 9%;
	padding-left: 60px;
	margin: 0 0 10px 0;
}
.complain_area dl{
	padding: 12px 3%;
	background-color: #fff;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.6em;
	display: flex;
	flex-direction: row;
	margin: 10px 0;
}
.complain_area dt{
	width: 8em;
	color: #9d5db0;
}
.complain_area dd{
	color: #000;
}
.complain_area dd a{
	color:rgba(24,84,149,0.7);
	text-decoration: none;
	border-bottom:1px solid rgba(24,84,149,0.7);
}
.complain_area dd a:hover{
	color:rgba(24,84,149,1.0);
}

/*--------------------(詳細ページ)------------------*/
/*------共用-----*/
.cms_area2{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.news_box{
	padding: 40px 5% 100px 5%;;
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
	position: relative;
	margin: 20px 0;
}
.return{
	position: absolute;
	bottom:30px;
	right:30px;
}
.txt_area{
	width: 90%;
	margin: 20px auto;
	height: auto
}
.photobox{
	width: 94%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 30px 3%;
}
.photobox_item{
	width: 30%;
	margin: 10px 1.2%;
	border: 2px solid #d7cebd;
	border-radius: 10px;
}
.photobox_item img{
	width: 100%;
	border-radius: 10px;
}
.zoom{
	width: 30%;
	margin: 20px 77% 0 3%;
}
.zoom img{
	width: 100%;
}
.pdf_link{
	width: 35%;
	margin: 20px 62% 20px 3%;
}
.pdf_link img{
	width: 100%;
}
/*------共用ここまで-----*/
.news_area2{
	width: 86%;
	padding: 40px 7% 100px 7%;
	background-color: #E9F7E3;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.news_area2 h4{
	font-weight: 700;
	font-size: 35px;
	color:#018C01;
	line-height: 60px;
	background-image: url("../img/news/ icon_news.png");
	background-repeat: no-repeat;
	background-size: 7%;
	padding-left: 70px;
	margin: 0 0 10px 0;
}

.news_area2_ttl{
	width: 96%;
	padding: 10px 0;
	border-bottom: 2px solid #008c00;
	font-size: 20px;
	color: #008c00;
	margin: 0 10px;
}
.news_area2_ttl_date{
	width: 100%;
	font-size: 15px;
}
.recruit_area2{
	width: 86%;
	padding: 40px 7% 100px 7%;
	background-color: #FFE5E6;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.recruit_area2 h4{
	font-weight: 700;
	font-size: 35px;
	color:#eb67a1;
	line-height: 60px;
	background-image: url("../img/news/ icon_recruit.png");
	background-repeat: no-repeat;
	background-size: 7%;
	padding-left: 70px;
	margin: 0 0 10px 0;
}

.recruit_area2_ttl{
	width: 96%;
	padding: 10px 0;
	border-bottom: 2px solid #eb67a1;
	font-size: 20px;
	color: #eb67a1;
	margin: 0 10px;
}
.recruit_area2_ttl_date{
	width: 100%;
	font-size: 15px;
}

.complain_area2{
	width: 86%;
	padding: 40px 7% 100px 7%;
	background-color: #EEE1EF;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.complain_area2 h4{
	font-weight: 700;
	font-size: 35px;
	color:#9d5db0;
	line-height: 60px;
	background-image: url("../img/news/ icon_complain.png");
	background-repeat: no-repeat;
	background-size: 7%;
	padding-left: 70px;
	margin: 0 0 10px 0;
}

.complain_area2_ttl{
	width: 96%;
	padding: 10px 0;
	border-bottom: 2px solid #9d5db0;
	font-size: 20px;
	color: #9d5db0;
	margin: 0 10px;
}
.complain_area2_ttl_date{
	width: 100%;
	font-size: 15px;
}
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
.cms_main{
	width: 100%;
	margin: 30px auto 50px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    font-size: 14px;
    line-height: 1.8em;
}
.cms_area{
	width: 100%;
    margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: column;
}
.archive_area{
	width: 50%;
	display: flex;
	flex-direction: column;
	background-color: #F5F2E6;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 20px;
    padding-bottom:20px; 
}
.archive_area_top{
	font-size:14px;
	font-weight: 700;
	color: #fff;
	padding: 10px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #afa597;
}
.archive_area ul li{
	width: 100%;
	list-style: none;
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #c6b990;
}
.archive_area ul li a{
	text-decoration: none;
	color: rgba(137,82,70,0.7)
}
.archive_area ul li a:hover{
	text-decoration: none;
	color: rgba(137,82,70,1.0)
}

.news_area{
	width: 90%;
	padding: 40px 5%;
	background-color: #E9F7E3;
	margin: 0 auto 40px auto;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.news_area h4{
	font-weight: 700;
	font-size: 20px;
	color:#018C01;
	line-height: 40px;
	background-image: url("../img/news/ icon_news.png");
	background-repeat: no-repeat;
	background-size: 15%;
	padding-left: 55px;
	margin: 0 0 10px 0;
	padding-bottom: 8px;
}
.news_area dl{
	padding: 12px 3%;
	background-color: #fff;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.6em;
	display: flex;
	flex-direction: column;
	margin: 10px 0;
}
.news_area dt{
	width: 100%;
	color: #008c00;
}
.news_area dd{
	color: #000;
}
.news_area dd a{
	color:rgba(24,84,149,0.7);
	text-decoration: none;
	border-bottom:1px solid rgba(24,84,149,0.7);
}
.news_area dd a:hover{
	color:rgba(24,84,149,1.0);
}
.recruit_area{
	width: 86%;
	padding: 40px 7%;
	background-color: #FFE5E6;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.recruit_area h4{
    font-weight: 700;
	font-size: 20px;
	color:#eb67a1;
	line-height: 40px;
	background-image: url("../img/news/ icon_recruit.png");
	background-repeat: no-repeat;
	background-size: 15%;
	padding-left: 55px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}
.recruit_area dl{
	padding: 12px 3%;
	background-color: #fff;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.6em;
	display: flex;
	flex-direction: column;
	margin: 10px 0;
}
.recruit_area dt{
	width: 8em;
	color: #e95898;
}
.recruit_area dd{
	color: #000;
}
.recruit_area dd a{
	color:rgba(24,84,149,0.7);
	text-decoration: none;
	border-bottom:1px solid rgba(24,84,149,0.7);
}
.recruit_area dd a:hover{
	color:rgba(24,84,149,1.0);
}

.complain_area{
	width: 86%;
	padding: 40px 7%;
	background-color:#EEE1EF;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.complain_area h4{

    font-weight: 700;
	font-size: 20px;
	color:#9D5CB0;
	line-height: 40px;
	background-image: url("../img/news/ icon_complain.png");
	background-repeat: no-repeat;
	background-size: 15%;
	padding-left: 55px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}
.complain_area dl{
	padding: 12px 3%;
	background-color: #fff;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.6em;
	display: flex;
	flex-direction: column;
	margin: 10px 0;
}
.complain_area dt{
	width: 8em;
	color: #9d5db0;
}
.complain_area dd{
	color: #000;
}
.complain_area dd a{
	color:rgba(24,84,149,0.7);
	text-decoration: none;
	border-bottom:1px solid rgba(24,84,149,0.7);
}
.complain_area dd a:hover{
	color:rgba(24,84,149,1.0);
}

/*--------------------(詳細ページ)------------------*/
/*------共用-----*/
.cms_area2{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.news_box{
	padding: 20px 3% 60px 3%;;
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
	position: relative;
	margin: 20px 0;
}
.return{
	position: absolute;
	bottom:10px;
	right:-20px;
}
.return img{
		width: 70%;
	}
.txt_area{
	width: 90%;
	margin: 20px auto;
	height: auto
}
.photobox{
	width: 94%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 3%;
}
.photobox_item{
	width: 45%;
	margin: 10px 0;
	border: 2px solid #d7cebd;
	border-radius: 10px;
}
.photobox_item img{
	width: 100%;
	border-radius: 10px;
}
.zoom{
	width: 50%;
	margin: 10px 47% 0 3%;
}
.zoom img{
	width: 100%;
}
.pdf_link{
	width: 50%;
	margin: 20px 47% 20px 3%;
}
.pdf_link img{
	width: 100%;
}
/*------共用ここまで-----*/
.news_area2{
	width: 90%;
	padding: 40px 5% 100px 5%;
	background-color: #E9F7E3;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.news_area2 h4{
	font-weight: 700;
	font-size: 20px;
	color:#018C01;
	line-height: 40px;
	background-image: url("../img/news/ icon_news.png");
	background-repeat: no-repeat;
	background-size: 15%;
	padding-left: 55px;
	margin: 0;
	padding-bottom: 10px;
}

.news_area2_ttl{
	width: 96%;
	padding: 10px 0;
	border-bottom: 2px solid #008c00;
	font-size: 16px;
	color: #008c00;
	margin: 0 10px;
}
.news_area2_ttl_date{
	width: 100%;
	font-size: 14px;
}
.recruit_area2{
	width: 90%;
	padding: 20px 5% 60px 5%;
	background-color: #FFE5E6;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.recruit_area2 h4{
	font-weight: 700;
	font-size: 20px;
	color:#eb67a1;
	line-height: 40px;
	background-image: url("../img/news/ icon_recruit.png");
	background-repeat: no-repeat;
	background-size: 15%;
	padding-left: 55px;
	margin: 0;
	padding-bottom: 10px
}

.recruit_area2_ttl{
	width: 96%;
	padding: 10px 0;
	border-bottom: 2px solid #eb67a1;
	font-size: 16px;
	color: #eb67a1;
	margin: 0 10px;
}
.recruit_area2_ttl_date{
	width: 100%;
	font-size: 14px;
}

.complain_area2{
	width: 90%;
	padding: 20px 5% 60px 5%;
	background-color: #EEE1EF;
	margin-bottom: 40px;
	border-radius: 10px;
	height: auto;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}
.complain_area2 h4{
	font-weight: 700;
	font-size: 20px;
	color:#9d5db0;
	line-height: 40px;
	background-image: url("../img/news/ icon_complain.png");
	background-repeat: no-repeat;
	background-size: 15%;
	padding-left: 55px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}

.complain_area2_ttl{
	width: 96%;
	padding: 10px 0;
	border-bottom: 2px solid #9d5db0;
	font-size: 16px;
	color: #9d5db0;
	margin: 0 10px;
}
.complain_area2_ttl_date{
	width: 100%;
	font-size: 14px;
}	
}







/*box-shadow: 1px 1px 6px rgba(0,0,0,0.2);*/
