@charset "utf-8";
/* CSS Document */

.p-article .p-article__header h1 {
  text-align: center !important;
}
article.wig {
	width:100%;
	margin: 0 auto;
	height: auto;
	font-size: 16px;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wig .sec {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 0 2rem;
	box-sizing: border-box;
}
.wig .wrap {
	width: 100%;
	height: auto;
	padding: 0 0 1rem;
	margin: 0 auto 1rem;
}
.wig .sec .tb1 {
	background-color: #B5975F;
	text-align: left;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.4;
	border: 1px solid #B5975F;
	border-collapse: separate;
	border-spacing: 1px 1px;
}
.wig .sec .tb1 th {
	padding: 10px 5px;
	background-color: #EEE7D9;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
}
.wig .sec .tb1 td {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	background-color: #fff;
	padding: 5px;
	vertical-align: middle;
}
.wig .tb2 {
	background-color: #B5975F;
	width: 100%;
	min-width: 640px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 13.5px;
	line-height: 1.4;
	border: 0.5px solid #B5975F;
	border-collapse: separate;
	border-spacing: 1px 1px;
	text-align: center;
}

.wig .tb2 th {
	width: calc(100% / 5);
	padding: 15px 5px;
	background-color: #EEE7D9;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	white-space: nowrap;
}

.wig .tb2 td {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	padding: 5px 2px;
	background-color: #fff;

}
.wig .sec .tb2 td.w {
	border-collapse: collapse;
	border-spacing: 0px 0px;
	padding: 5px 2px;
	background-color: #fff;
		vertical-align: top;
}


.wig section h2 {
	text-align: center;
	font-size: 24px;
	background-color: #EEE7D9;
	padding: 10px auto!important;
	line-height: 2;
	margin: 10px 0;
	font-weight: normal;
	border-top: 5px solid #EEE7D9;
	border-bottom: 5px solid #EEE7D9;
}
.wig section h3 {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	padding: 10px 0 !important;
}
.wig section h4 {
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	margin: 10px 0;
	color: #B5975F;
}
.wig section .box {
	border: 2px solid #B5975F;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0 1rem;
	border-radius: 10px;
	box-sizing: border-box;
}
.wig section  .box ul li {
	line-height: 2;
	list-style-type: disc;
}
.wig section  .box ul {
	box-sizing: border-box;
	line-height: 0;
	padding: 10px;
	margin: 0;
	list-style-type: disc;
}
.wig .sec .fig {
	margin: 0;
	padding: 0;
	width: 100%;
}
.wig .sec .fig2 {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 600px;
}

.wig .sec img {
	width: 100%;
	height: auto;
}
.wig .sec .mds {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-self:center;
	align-items: center;
}
.wig .sec .mds .ms {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 10%;
	padding: 0 10px 0 0px;
}
.wig .sec .mds h3{
	width: 90%;
	text-align: left;
	color: #B5975F;
	font-size: 20px;
}
.wig .sec .mds h3 strong{
	font-weight: bold;
	font-size: 34px;
}
.wig .sec .col2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-self: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content:space-between;
	background-color: #EEE7D9;
	padding: 15px 10px;
}

.wig .sec .col2 .fig {
	width: calc(100% / 2) ;
	padding:2.5px 5px ;
	flex-wrap:wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wig .sec .btn2 {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 60%;
}

.wig section .btn,
.wig section a.btn,
.wig 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;
}

.wig section a.btn {
	color: #fff!important;
	background-color: #df577c;
	border-bottom: 5px solid #ff6494;
}
.wig section a.btn:hover {
	margin-top: 3px;
	color: #fff!important;
	background-color: #ff6494;
	border-bottom: 2px solid #df577c;
}
.wig 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);
}
.wig .sec .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.wig .sec .youtube iframe {
  width: 100%;
  height: 100%;
}
#fi {
  animation: fade-in 3s;
  animation-fill-mode: forwards;
}


@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {

	.wig {
	width: 100%;
	margin: 0 auto;
	height: auto;
	font-size: 14px;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wig .sec {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 0 2rem;
	box-sizing: border-box;
}
.wig section h2 {
	text-align: center;
	font-size: 18px;
	background-color: #EEE7D9;
	padding: 5px auto!important;
	margin: 5px auto;
	line-height: 2;
	font-weight: normal;
	border-top: 5px solid #EEE7D9;
	border-bottom: 5px solid #EEE7D9;
}
.wig section h3 {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	padding: 10px 0!important;
}
.wig section h4 {
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	margin: 10px 0;
	color: #B5975F;
}
.wig section .box {
	border: 2px solid #B5975F;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0 1rem;
	border-radius: 10px;
	box-sizing: border-box;
}
.wig section  .box ul li {
	line-height: 2;
	list-style-type: disc;
}
.wig section .box ul {
	box-sizing: border-box;
	line-height: 0;
	padding: 5px 10px;
	margin: 0;
	list-style-type: disc;
}
.wig .sec .fig {
	margin: 0;
	padding: 0;
	width: 100%;
}

.wig .sec img {
	width: 100%;
	height: auto;
}
.wig .sec .mds {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: inline-block;
	align-self: center;
	align-items: center;
	padding: 10px 0 0!important;
}
.wig .sec .mds .ms {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 10%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.wig .sec .mds h3{
	width: 100%;
	text-align: center;
	color: #B5975F;
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.wig .sec .mds h3 strong{
	font-weight: bold;
	font-size: 22px;
	display: block;
}
.wig .sec .col2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-self: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content:space-between;
	background-color: #EEE7D9;
	padding: 15px 10px;
}

.wig .sec .col2 .fig {
	width: calc(100% / 2) ;
	padding:2.5px 5px ;
	flex-wrap:wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wig .sec .btn2 {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 90%;
}
	.wig section .btn,
.wig section a.btn,
.wig section button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  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;
	font-size: 15px;
}
}
