@charset "utf-8";

.osirase_250328 img {
	width: 100%;
	height: auto;
}

.osirase-03_28_kodoken-logo {
	width: 100%;
	max-width: 300px;
	margin: 20px auto;
}
.osirase-03_28_tit {
	width: 100%;
}
.osirase-03_28_lead {
	width: 70%;
  margin: 20px auto 0;
	color: #FF3300;
	font-weight: bold;
}

.sec_head .osirase_txt p {
	color: #002060;
}

@media screen and (max-width: 639px) {
	.osirase-03_28_lead {
		width: 80%;
	  margin: 20px auto 0;
		color: #FF3300;
		font-weight: bold;
	}
}

/* sec01 */
.sec01 {
	border-radius: 6px;
	border: 1px solid #f08300;
	background-color: #fffae3;
	margin-top: 50px;
	padding: 16px 24px;
}
.sec01 .osirase_txt span {
	color: #6fba2c;
	font-weight: bold;
}
.sec01_content {
	display: flex;
	justify-content: space-between;
}
.sec01_content_item {
	width: 49%;
}
.sec01_item-img {
	position: relative;
	text-align: center;
}
.sec01_item-img img {
	width: auto;
	max-height: 240px;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2))
}
.sec01_item-icon {
	position: absolute;
	top: -40px;
	left: 0px;
	border-radius: 100vh;
	border: 3px solid #fff;
	background-color: #6fba2c;
	width: 72px;
	height: 72px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 72px;
	z-index: 3;
}
.sec01_item-txt {
	border-radius: 4px;
	border: 1px solid #f08300;
	background-color: #fff;
	padding: 6px;
	font-size: 14px;
}
.sec01 .note {
	font-size: 14px;
}
.sec01_houkoku {
	position: relative;
	width: 60%;
	margin: 30px auto 0;
}
.sec01_houkoku_inner {
	border-radius: 6px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px 20px;
}
.sec01_houkoku dl dt.sec01_houkoku_tit {
	margin-top: 10px;
	color: #955e29;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.sec01_houkoku dl dd {
	margin: 0;
	text-align: center;
}
.sec01_houkoku dl dd .sec01_btn {
	margin-top: 20px;
	text-align: center;
}
.sec01_houkoku dl dd .sec01_btn a {
	position: relative;
	display: inline-block;
	border-radius: 100vh;
	background-color: #955e29;
	color: #fff;
	padding: 6px 30px 6px 20px;
	text-decoration: none;
}
/* .sec01_houkoku dl dd .sec01_btn a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: inline-block;
	font-family: "Font Awesome 5 Free";
  font-size: 14px;
  content: "\f138";
  font-weight: 900;
}link_icon
*/
.link_icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: inline-block;
	width: 16px;
	hegiht: 16px;
}
.sec01_houkoku_chara {
	position: absolute;
}
.sec01_houkoku_chara.chara01 {
	bottom: -20px;
	left: -30%;
	width: 36%;
}
.sec01_houkoku_chara.chara02 {
	bottom: -20px;
	right: -20%;
	width: 30%;
}

@media screen and (max-width: 639px) {
	.sec01_content {
		flex-wrap: wrap;
	}
	.sec01_content_item {
		width: 100%;
		margin-top: 30px;
	}
	.sec01_houkoku {
		width: 100%;
	}
	.sec01_houkoku_chara.chara01 {
		bottom: -30px;
    left: -10px;
    width: 26%;
	}
	.sec01_houkoku_chara.chara02 {
		bottom: -20px;
    right: -10px;
    width: 20%;
	}
}


/* sec02 */
.sec02 {
	position: relative;
	border-radius: 6px;
	border: 1px solid #00a0e9;
	background-color: #eaf6fd;
	margin-top: 100px !important;
	padding: 16px 24px;
}
.sec02 h4 {
	position: absolute;
	top: -40px;
	left: 10px;
	border-radius: 10px;
	background-color: #00a0e9;
	padding: 10px 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	filter: drop-shadow(3px 4px 0 #6bc8f2);
}
.sec02_lead {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.sec02_lead .sec02_lead-txt {
	width: 73%;
}
.sec02_lead .sec02_lead-img {
	width: 25%;
}
.sec02 .osirase_txt span {
	color: #004e9d;
	font-weight: bold;
}
.sec02_lead .sec02_btn {
	margin-top: 0 !important;
}
.sec02_lead .sec02_btn a {
	position: relative;
	display: inline-block;
	border-radius: 100vh;
	background-color: #004e9d;
	color: #fff;
	padding: 6px 30px 6px 20px;
	text-decoration: none;
}
.sec02_lead .sec02_btn a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	display: inline-block;
	font-family: "Font Awesome 5 Free";
  font-size: 14px;
  content: "\f138";
  font-weight: 900;
}
.sec02 h5 {
	display: inline-block;
  margin-top: 30px !important;
  padding: 0 !important;
  color: #00a0e9 !important;
}
.sec02_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.sec02_list li {
	border-radius: 10px;
	background-color: #fff;
	width: calc((100% - 40px) /3);
}
.sec02_list dl dt {
	border-bottom: 1px dotted #004e9d;
	padding: 0 15px 5px;
	color: #004e9d;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.sec02_list dl dt span {
	font-size: 14px;
}
.sec02_list dl dd {
	margin: 0;
}
.sec02_list dl dd .sec02_list_txt {
	margin: 10px 15px;
	font-size: 14px;
}
.sec02_list dl dd .sec02_list_img {
	overflow: visible;
  text-align: center;
}
.sec02_list dl dd .sec02_list_img img {
	width: 110%;
  margin: 0 auto 0 -5%;
}
.sec02_list li:nth-child(2) dl dd .sec02_list_img img {
	width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 639px) {
	.sec02_lead {
		flex-wrap: wrap;
	}
	.sec02_lead .sec02_lead-txt {
		width: 100%;
	}
	.sec02_lead .sec02_lead-img {
		width: 60%;
		margin: 10px auto 0;
	}
	.sec02_list {
		flex-wrap: wrap;
	}
	.sec02_list li {
		width: 100%;
		margin-top: 20px;
	}
}

/* sec03 */
.sec03 {
	position: relative;
	border-radius: 6px;
	border: 1px solid #ee87b4;
	background-color: #fdf0ec;
	margin-top: 100px !important;
	padding: 16px 24px;
}
.sec03 h4 {
	position: absolute;
	top: -40px;
	left: 10px;
	border-radius: 10px;
	background-color: #ef857d;
	padding: 10px 40px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	filter: drop-shadow(3px 4px 0 #f4ada3);
}
.sec03 .osirase_txt {
	margin-top: 40px !important;
}
.sec03 h5 {
	display: inline-block;
  padding: 0 !important;
  color: #ea5504 !important;
}
.sec03_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.sec03_list li {
	border-radius: 10px;
	background-color: #fff;
	width: calc((100% - 20px) /2);
}
.sec03_list li a {
	position: relative;
	display: block;
	height: 100%;
	padding: 15px;
	text-decoration: none;
}
/* .sec03_list li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	display: inline-block;
	background: url(../images/osirase-03_28_icon-circle-pink.png) right center no-repeat;
	background-size: 24px auto;
	width: 24px;
	height: 24px;
}
*/
.sec03_list-link {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	margin: 0 !important;
}
.sec03_list li a .sec03_list_txt {
	color: #333;
	font-size: 16px;
}
.sec03_list li a .sec03_list_txt span {
	font-size: 14px;
}
.sec03_list li a .sec03_list_img {
	width: 80%;
	margin: 10px auto 0;
}
.sec03_list li:nth-child(2) a .sec03_list_img {
	margin-top: 50px;
}


@media screen and (max-width: 639px) {
	.sec03_list {
		flex-wrap: wrap;
	}
	.sec03_list li {
		width: 100%;
		margin-top: 20px;
	}
}