@charset "UTF-8";

#Page .sec01 {
	margin: 50px 0 100px;
	position: relative;
}
@media screen and (max-width: 898px)  {
#Page .sec01 {
	margin: 30px 0 100px;
}
}
@media screen and (max-width: 768px)  {
#Page .sec01 {
	margin: 30px 0 60px;
}
}


/* -------------------------------------------------

Kampo

------------------------------------------------- */
.Kampo_wrp	{
 width: 1140px;
 margin: 0px auto;
}
.Kampo_wrp:first-child	{
 width: 1140px;
 margin: 0px auto 100px;
}
.Kampo_wrp p.km_text	{
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:400;
	width: 930px;
	margin: 0 auto 15px;
	line-height: 2;
	font-size: 18px;
}
.Kampo_wrp .title	{
	margin: 0px auto 50px;
}
.Kampo_wrp .title h2	{
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:400;
	font-size:30px;
	position:relative;
	text-align: center;
	margin: 0;
}
.Kampo_wrp .title h2:before {
 content: '';
 position: absolute;
	bottom: -20px;
 display: inline-block;
 width: 40px;
 height: 3px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
	background-color: #F87A82;
 border-radius: 2px;
}
.Kampo_wrp .content	{
	width: 100%;
	margin:0;
	padding: 0;
}
.Kampo_wrp .content p	{
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:400;
}
@media screen and (min-width: 899px) and (max-width: 1200px) {
.Kampo_wrp	{
 width: 100%;
	padding: 0 30px;
}
.Kampo_wrp:first-child	{
 width: 100%;
	padding: 0 30px;
}
.Kampo_wrp p.km_text	{
	width: 90%;
}
}
@media screen and (max-width: 898px)  {
.Kampo_wrp	{
 width: 100%;
	padding: 0 30px;
}
.Kampo_wrp:first-child	{
 width: 100%;
	padding: 0 30px;
}
.Kampo_wrp p.km_text	{
	width: 95%;
}
.Kampo_wrp .title	{
	margin: 0px auto 50px;
}
}
@media screen and (max-width: 768px)  {
.Kampo_wrp:first-child	{
 margin: 0px auto 80px;
}
.Kampo_wrp p.km_text	{
	width: 100%;
	margin: 0 auto 10px;
	font-size: 16px;
	line-height: 1.8;
}
.Kampo_wrp .content	{
	padding: 0px;
}
.Kampo_wrp .title h2	{
	font-size:26px;
}
.Kampo_wrp .title h2:before {
 bottom: -15px;
 width: 30px;
 height: 2px;
}
}
@media screen and (max-width: 480px)  {
.Kampo_wrp	{
	padding: 0 18px;
}
.Kampo_wrp:first-child	{
	padding: 0 18px;
 margin: 0px auto 50px;
}
.Kampo_wrp p.km_text	{
	font-size: 14px;
}
.Kampo_wrp .title h2	{
	font-size:20px;
}
.Kampo_wrp .content p	{
 font-size:14px;
}
}


/* -------------------------------------------------

kampo_list

------------------------------------------------- */
.kampo_list p {
	font-size: 18px;
	text-align: center;
	margin: 0 0 50px;
}
.kampo_list > section a {
	padding: 25px 70px 25px 50px;
	display: block;
 border: 3px solid #fff7f7;
	background-color:#fff7f7;
	border-radius: 25px;	
	width: 900px;
	margin: 0 auto 30px;
	position: relative;
}
.kampo_list > section a::after {
 content: '';
	position: absolute;
 top:42%;
 right: 35px;
 width: 25px;
 height: 25px;
 border-top: 3px solid #efced0;
 border-right: 3px solid #efced0;
 transform: rotate(45deg);
 transition: all .3s;
}
.kampo_list > section a:hover {
	background-color:#fff;
	text-decoration: none;
 border: 3px solid #efced0;
}
/*hoverした際のアニメーション*/
.kampo_list > section a:hover::after{
 animation: arrow .5s;
}
@keyframes arrow {
  50% {
    right: 30px;
  }
  100% {
    right: 35px;
  }
}
.kampo_list > section h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:400;
	font-size: 18px;
	color: #D53C46;
	margin: 0 0 10px;
}
.kampo_list > section p {
	font-size: 16px;
	text-align: left;
	margin: 0;
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.kampo_list > section a {
	padding: 25px 70px 25px 50px;
	width: 92%;
}
}
@media screen and (max-width: 898px)  {
.kampo_list > section a {
	padding: 25px 70px 25px 40px;
	width: 92%;
}
}
@media screen and (max-width: 768px)  {
.kampo_list p {
	font-size: 16px;
}
}
@media screen and (max-width: 640px)  {
.kampo_list > section a {
	padding: 25px 70px 25px 40px;
	width: 100%;
}
.kampo_list > section a::after {
 width: 20px;
 height: 20px;
 border-top: 2px solid #efced0;
 border-right: 2px solid #efced0;
}
.kampo_list > section h3 {
	font-size: 16px;
}
.kampo_list > section p {
	font-size: 14px;
}
}
@media screen and (max-width: 480px)  {
.kampo_list p {
	font-size: 14px;
	text-align: left;
}
.kampo_list > section a {
	padding: 15px 45px 15px 30px;
	border-radius: 15px;	
	margin: 0 auto 20px;
}
.kampo_list > section a::after {
 right: 20px;
}
@keyframes arrow {
  50% {
    right: 15px;
  }
  100% {
    right: 20px;
  }
}
}


/* -------------------------------------------------

kampo_detail

------------------------------------------------- */
.kampo_detail {
	text-align: center;
	margin: 0 0 50px;
}
.kampo_detail:last-child {
	margin: 0;
}
.kampo_detail img {
	border: 1px solid #E0E0E0;
	padding: 30px 50px;
}
.kampo_detail > section a {
	padding: 25px 70px 25px 50px;
	display: block;
 border: 3px solid #fff7f7;
	background-color:#fff7f7;
	border-radius: 25px;	
	width: 600px;
	margin: 0 auto 50px;
	position: relative;
}
.kampo_detail > section a:hover {
	background-color:#fff;
	text-decoration: none;
 border: 3px solid #efced0;
}
.kampo_detail > section a::after {
 content: '';
	position: absolute;
 top:35%;
 right: 35px;
 width: 25px;
 height: 25px;
 border-top: 3px solid #efced0;
 border-right: 3px solid #efced0;
 transform: rotate(45deg);
 transition: all .3s;
}

/*hoverした際のアニメーション*/
.kampo_detail > section a:hover::after{
 animation: arrow .5s;
}
@keyframes arrow {
  50% {
    right: 20px;
  }
  100% {
    right: 25px;
  }
}
.kampo_detail > section h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:400;
	font-size: 18px;
	/*color: #D53C46;*/
	margin: 0;
}
.kampo_detail > section h3::before {
	content: '';
	display: inline-block;
	background-image:url("../images/icn_pdf.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 27px;
	height: 30px;
	margin-right: 10px;
	vertical-align: -7px;
}
.kampo_detail p.text {
	text-align: center;
	margin: 0 0 30px;
}
.kampo_detail p.text::before {
	content: '▼';
	display: inline-block;
	margin-right: 8px;
	vertical-align: 2px;
	font-size: 12px;
}
@media screen and (max-width: 768px)  {
.kampo_detail > section a {
	width: 100%;
}
}
@media screen and (max-width: 640px)  {
.kampo_detail > section a {
	padding: 15px 70px 15px 40px;
	width: 100%;
}
.kampo_detail > section a::after {
 top:35%;
 width: 15px;
 height: 15px;
 border-top: 2px solid #efced0;
 border-right: 2px solid #efced0;
}
.kampo_detail > section h3 {
	font-size: 16px;
}
.kampo_detail > section h3::before {
	background-size: 18px 20px;
	width: 18px;
	height: 20px;
	margin-right: 10px;
	vertical-align: -4px;
}
.kampo_detail p.text {
	font-size: 14px;
	margin: 0 0 15px;
}
}
@media screen and (max-width: 480px)  {
.kampo_detail {
	margin: 0 0 30px;
}
.kampo_detail > section a {
	padding: 15px 45px 15px 20px;
	border-radius: 15px;	
	margin: 0 auto 50px;
}
.kampo_detail > section a::after {
 right: 20px;
}
	@keyframes arrow {
  50% {
    right: 15px;
  }
  100% {
    right: 20px;
  }
}
.kampo_detail > section h3 {
	font-size: 14px;
	text-align: left;
}
.kampo_detail p.text  {
	text-align: left;
}
}

