@charset "utf-8";
/* CSS Document */

.p-article__header h1{
	text-align: center;
}
@media screen{
.ch {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ch section p {
	text-align: center;
}

.ch section {
	margin: 0px;
	width: 100%;
	font-size: 16px!important;
	line-height: 2;
	padding: 0 0 3rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ch section .fade_l {
	width: 20%;
	margin: 0;
	height: auto;
}
.ch section .fade_r {
	width: 25%;
	margin: 0 0 0 75%;
	padding: 0;
	height: auto;
}
.ch .fig  {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
}
.ch .figs  {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	margin: auto!important;
	padding: 10px 0;
}
.ch section img {
	width: 100%;
	height: auto;
}


.ch .bgred {
	color: #FFFFFF;
	background-color: #c30d23;
	font-weight: bold;
	font-size: 18px;
line-height: 3;
	padding-bottom: 0!important;
}
.ch .bgy {
	background-color: #ffffe6;
}
.ch .bgg {
	background-color: #d9c971;
}
.ch section .col2.bgw {
	margin: 0 auto;
	width: calc(100% - 40px);
	padding: 5px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ch .navi {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	list-style-image: none;
	list-style-type: none;
	line-height: 0;
}

.ch section .col2 {
	padding: 15px 10px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ch section .col2 .fig  {
	width: calc(50%);
	margin: 0 5px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
}
.ch section .col2 dl {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(50%);
}
.ch section .col2 dt {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
}
.ch section .col2 dd {
	background-color: #FFFFFF;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: 900;
}
.ch section dl dd strong {
	color: #CB0003;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


.ch section .btn,
.ch section a.btn,
.ch section button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.ch section a.btn {
	color: #fff!important;
	background-color: #CB0003;
	border-bottom: 5px solid #A40002;
}
.ch section a.btn:hover {
	margin-top: 3px;
	color: #fff!important;
	background-color: #B70606;
	border-bottom: 2px solid #A40002;
}
.ch section a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
#fi {
  animation: fade-in 3s;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
article.ch a:hover img,article.ch dl a:hover
{
    opacity: 0.7;}
article.ch dl a:active,article.ch dl a:link{
	color: #000000;
	text-decoration: underline;
	}
@media screen and (max-width: 768px) {
	.ch section {
	margin: 0px;
	width: 100%;
	font-size: 13px!important;
	line-height: 2;
	padding: 0 0 3rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	.ch section .col2 dl{
		font-weight: 600;
	}
	}
@media screen and (max-width: 425px) {
.ch {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ch section {
	margin: 0px;
	width: 100%;
	font-size: 12px!important;
	line-height: 2;
	padding: 0 0 3rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ch section .fade_l {
	width: 20%;
	margin: 0;
	height: auto;
}
.ch section .fade_r {
	width: 20%;
	margin: 0 0 0 80%;
	padding: 0;
	height: auto;
}
.ch .fig  {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
}
.ch .figs  {
	width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	margin: auto!important;
	padding: 10px 0;
}
.ch section img {
	width: 100%;
	height: auto;
}


.ch .bgred {
	color: #FFFFFF;
	background-color: #c30d23;
	font-weight: bold;
	font-size: 16px;
line-height: 3;
		padding-bottom: 0!important;
}
.ch .bgy {
	background-color: #ffffe6;
}
.ch .bgg {
	background-color: #d9c971;
}
.ch section .col2.bgw {
	margin: 0 auto;
	width: calc(100% - 8px);
	padding: 0px;
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ch .navi {
	width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	list-style-image: none;
	list-style-type: none;
	line-height: 0;
}

.ch section .col2 {
	padding: 10px 2px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ch section .col2 .fig  {
	width: calc(50%);
	margin: 0 5px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
}
.ch section .col2 dl {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0 2px;
	padding: 2px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(50%);
}
.ch section .col2 dt {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
}
.ch section .col2 dd {
	background-color: #FFFFFF;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.ch section dl dd strong {
	color: #CB0003;
}
.ch section .btn,
.ch section a.btn,
.ch section button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
	
	}
