@charset "utf-8";
/* CSS Document */

.p-article__header h1{
	text-align: center;
}
.ch {
	width: 640px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 2;
}
.ch h2{
	font-size: 46px;
	margin: 0;
	line-height: 1.5;
	text-align: left;
	border-bottom: 3px solid #449069;
}
.ch h3 {
	background-color: rgba(197,226,211,1.00);
	font-weight: normal;
	font-size: 24px;
	margin: 0;
	padding: 1rem;
	line-height: 1.5;
}

.ch .sec {
	padding: 1rem 0px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ch .txt{
	text-align: left;
}
.ch section .fig  {
	width: 100%;
	margin: 0;
	padding: 5px;
	height: auto;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ch section .col2 {
	width: 100%;
	margin: 0px;
	padding: 1rem 0px 0px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.ch .col2 dl,.ch .col2 .fig {
	width: calc(50% - 10px);
	height: auto;
	margin : 5px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.ch section img    {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}
.ch .col2 dl　dt,.ch .col2 dl dd{
	margin: 0!important;
	padding: 5px 0!important;
	line-height: 1.5;
	text-align: center!important;
}
.ch .btn{
	margin: auto;
}
.ch .btn a {
  position: relative;
  display: block;
  width: 250px;
  padding: 15px 0;
  background-color: #f77a74;
  font-size: 14px;
  font-weight: 700;
  color: #fff!important;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;
}
.ch .btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: .2s;
  box-sizing: border-box;
}

/* ホバー時のスタイル */
.ch .btn a {
  background-color: #f77a74;
  border: 3px solid #f77a74;
}
.ch .btn a:hover {
  background-color: #fff;
  color: #f77a74!important;
}
.ch .btn a:hover::after {
  border-color: #f77a74;
}
.ch a:active,.ch a:link,.ch a:visited {
	color: #000;
	text-decoration: underline;
}
.ch .smp{
	display: none;
}
@media screen and (max-width:600px) {
	.ch {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}
.ch h2{
	font-size: 20px;
	margin: 0;
	line-height: 1.5;
	text-align: left;
	border-bottom: 3px solid #449069;
}
.ch h3 {
	background-color: rgba(197,226,211,1.00);
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 1rem;
	line-height: 1.5;
}

.ch .sec {
	padding: 1rem 0px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ch .col2 dl　dt,.ch .col2 dl dd{
	font-size: 13px;
}
.ch .btn a {
  width: 100%;
  padding: 15px 0;
}
.ch .col2 .btn a{
	display: none;
}
	.ch .smp{
	width: 80%;
	margin: 10px auto;
	display: inherit;
}
}