@charset "utf-8";
.p-article__header h1{
	text-align: center;
}
.ch {
	width: 640px;
	margin: 0 auto;
	height: auto;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

.ch section {
	width: 100%;
	margin: 0;
	padding: 0;

}
.ch section.sec1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #F3DEDC;  /* 下のつなぎめ用色 */ 
  border-left: 100vw solid transparent;
}
.ch .sec1 {
	width: 100%;
	padding: 1rem 0 0;
	background-color: rgba(255,240,222,1.00);
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: calc(5vw + 10px); 
    position: relative;
}
.ch .sec2 {
	padding: 1rem 0;
	width: 100%;
	margin: 0;
	background-color: #F3DEDC;
}
.ch .sec3 {
	padding: 1rem 0 2rem;
	width: 100%;
	margin: 0;
	background-color: #F3DEDC;
}
.ch .sec {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 3rem;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	background-color: #FFFFFF;
}

.ch section .col2 {
	padding: 20px 20px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.ch section .col20 {
	padding: 0 20px 20px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.ch section .txt {
	background-color: rgba(255,255,255,1.00);
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	height: auto;
	text-align: center;
}
.ch .tred  {
	color: #CC0000;
}
#wg,#wc{}

/**見出し**/
article.ch .mi {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	padding: 1rem 0;
	margin: 0px auto;
	width: 90%;
}

article.ch .mi .fg30 {
    width: 15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0rem;
    box-sizing: border-box;
}
article.ch .mi .fg30 img {
    width: 100%;
    height: auto;
}
article.ch .mi h2 {
	width: 85%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.5;
	margin-left: 10px;
}
.ch section h3 {
	position: relative; /* 擬似要素の配置に必要 */
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.5;
	border-top: 1px solid #fff;
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;

}
.ch section h4 {
	text-align: center;
	font-size: 28px;
	padding: 0;
	margin: 0;
}

.ch section h3::before {
  content: "";
  position: absolute;
  top: 5px; /* borderずらし値 */
  left: 0;
  width: 100%;
  height: 1px; 
  background-color: #000; /* 2色目のborderの色 */
}
.ch section h3::after {
  content: "";
  position: absolute;
  bottom: -5px; /* borderずらし値 */
  left: 0;
  width: 100%;
  height: 1px; 
  background-color: #000; /* 2色目のborderの色 */
}
.ch section h3 em {
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
}
.ch section .col2 dl,.ch section .col20 dl{
	width: 50%;
	background-color: #fff;
	margin: 0 10px;
	padding: 0px;
}
.ch section dl.spl{
	width: 80%;
	background-color: #fff;
	margin: 0 auto;
	padding: 0px;
}
.ch section dt{
  padding: 0;
	margin: 0;
}
.ch section dd{
	text-align: center;
  padding: 5px;
	margin: 0;
}

.ch .sec .fg50 {
	width:50%;
	margin: 0 5px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ch .sec .fig {
	width: 100%;
	margin: 0px;
	padding: 40px 0 0 0!important;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.ch section img{
	width: 100%;
}
ch section .fig img{
	padding: 10px 0 0 0;
	width: 100%;
}
.ch .btn01{
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
	margin: 0;
}
.ch .btn01 a {
	position: relative;
	display: block;
	width: 300px;
	padding: 15px 0;
	background-color: #e29881;
	font-size: 13px;
	font-weight: 700;
	color: #fff!important;
	line-height: 1.6;
	text-decoration: none;
	text-align: center;
	transition: .2s;
	box-sizing: border-box;
	margin: auto;
	border-radius: 3px;
	border: 1px solid rgba(221,134,107,1.00);
}
.ch .btn01 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 .btn01 a {
  background-color: #e29881;
 /* border: 3px solid #e29881;*/
}
.ch .btn01 a:hover {
  background-color: #fff;
  color: #e29881!important;
}
.ch .btn01 a:hover::after {
  border-color: #e29881;
}
.ch .btn02{
	padding: 10px 0;
	margin: 0;
}
.ch .btn02 a {
	position: relative;
	display: block;
	width: 280px;
	padding: 15px 0;
	background-color: #b5975f;
	font-size: 13px;
	font-weight: 500;
	color: #fff!important;
	line-height: 1.6;
	text-decoration: none;
	text-align: center;
	transition: .2s;
	box-sizing: border-box;
	border-radius: 60px;
	margin: auto;
}
.ch .btn02 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 .btn02 a {
  background-color: #b5975f;
 /* border: 3px solid #e29881;*/
}
.ch .btn02 a:hover {
    opacity: 0.4;}

article.ch a:hover img
{
    opacity: 0.7;}
.ch dd a:active,.ch dd a:link,.ch dd a:visited,.ch .txt p a:active,.ch .txt p a:link,.ch .txt p a:visited {
	color: #000 !important;
text-decoration: underline;
}
.ch dd a:hover {
	color: #2D79FF;
}
.ch section br.sp {
	display: none;
}

 

@media screen and (max-width: 768px) {
.ch {
	width: 100%;
	margin: 0 auto;
	height: auto;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

.ch section {
	width: 100%;
	margin: 0;
	padding: 0;

}
.ch section.sec1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid #F3DEDC;  /* 下のつなぎめ用色 */ 
  border-left: 100vw solid transparent;
}
.ch .sec1 {
	width: 100%;
	padding: 1rem 0 0;
	background-color: rgba(255,240,222,1.00);
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: calc(5vw + 10px);  
    position: relative;
}
.ch .sec2 {
	padding: 1rem 0;
	width: 100%;
	margin: 0;
	background-color: #F3DEDC;
}
.ch .sec3 {
	padding: 1rem 0 2rem;
	width: 100%;
	margin: 0;
	background-color: #F3DEDC;
}
.ch .sec {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 2rem;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	background-color: #FFFFFF;
}

.ch section .col2 {
	padding: 20px 5px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.ch section .col20 {
	padding: 0 5px 10px;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.ch section .txt {
	background-color: rgba(255,255,255,1.00);
	width: 90%;
	margin: 0 auto;
	padding: 5px 0 0;
	height: auto;
	text-align: center;
}
.ch .tred  {
	color: #CC0000;
}


/**見出し**/
article.ch .mi {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	padding: 1rem 0;
	margin: 0px auto;
	width: 98%;
}

article.ch .mi .fg30 {
    width: 15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0rem;
    box-sizing: border-box;
}
article.ch .mi .fg30 img {
    width: 100%;
    height: auto;
}
article.ch .mi h2 {
	width: 85%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	margin-left: 10px;
}
.ch section h3 {
	position: relative; /* 擬似要素の配置に必要 */
	background-color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	border-top: 1px solid #fff;
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;

}
.ch section h4 {
	text-align: center;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.ch .txt p  {
	margin: 0;
	padding: 5px;
	line-height: 1.2;
}




.ch section h3::before {
  content: "";
  position: absolute;
  top: 5px; /* borderずらし値 */
  left: 0;
  width: 100%;
  height: 1px; 
  background-color: #000; /* 2色目のborderの色 */
}
.ch section h3::after {
  content: "";
  position: absolute;
  bottom: -5px; /* borderずらし値 */
  left: 0;
  width: 100%;
  height: 1px; 
  background-color: #000; /* 2色目のborderの色 */
}
.ch section h3 em {
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
}
.ch section .col2 dl,.ch section .col20 dl{
	width: 50%;
	background-color: #fff;
	margin: 0 2px;
	padding: 0px;
}
.ch section dl.spl{
	width: 80%;
	background-color: #fff;
	margin: 0 auto;
	padding: 0px;
}
.ch section dt{
  padding: 0;
	margin: 0;
}
.ch section dd{
	text-align: center;
  padding: 2px;
	font-size: 12px;
	margin: 0;
}

.ch .sec .fg50 {
	width:50%;
	margin: 0 2px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ch .sec .fig {
	width: 100%;
	margin: 0px;
	padding: 40px 0 0 0!important;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.ch section img{
	width: 100%;
}
ch section .fig img{
	padding: 10px 0 0 0;
	width: 100%;
}
.ch .btn01{
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
	margin: 0;
}
.ch .btn01 a {
	position: relative;
	display: block;
	width: 250px;
	padding: 15px 0;
	background-color: #e29881;
	font-size: 13px;
	font-weight: 700;
	color: #fff!important;
	line-height: 1.6;
	text-decoration: none;
	text-align: center;
	transition: .2s;
	box-sizing: border-box;
	margin: auto;
	border-radius: 3px;
	border: 1px solid rgba(221,134,107,1.00);
}
.ch .btn01 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 .btn01 a {
  background-color: #e29881;
 /* border: 3px solid #e29881;*/
}
.ch .btn01 a:hover {
  background-color: #fff;
  color: #e29881!important;
}
.ch .btn01 a:hover::after {
  border-color: #e29881;
}
.ch .btn02{
	padding: 10px 0;
	margin: 0;
}
.ch .btn02 a {
	position: relative;
	display: block;
	width: 280px;
	padding: 15px 0;
	background-color: #b5975f;
	font-size: 13px;
	font-weight: 500;
	color: #fff!important;
	line-height: 1.6;
	text-decoration: none;
	text-align: center;
	transition: .2s;
	box-sizing: border-box;
	border-radius: 60px;
	margin: auto;
}
.ch .btn02 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 section br.sp {
	display: block;
}
.ch section #wg,.ch section#wc{
	
    padding-top: 50px; /* ヘッダーの高さを入力 */
    margin-top: -50px; /* ヘッダーの高さを入力 */

	}
}
