@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {
#contents {
/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
}

.exLinkWp{margin-bottom: 50px;}
.exLinkWp .exLink{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
   -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin-bottom: 50px;
}

.exLinkWp .exLink li{
	width: 200px;
	text-align: center;
	margin-right: 30px;
}

.exLinkWp .exLink li:last-child{
	margin-right: 0;
}

.exLinkWp .exLink li a{

	font-family: 'M PLUS Rounded 1c', sans-serif;
	display: block;
	font-size: 2.5rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: 700;
	background-color: #ec6d68;
	color: #fff;
	border-radius: 8px;
	padding: 20px 0;

}
.exLinkWp .lead{
	color: #ec6d68;
	text-align: center;
	font-weight: 700;
	font-size: 2.5rem;
}


article{margin-bottom: 15px;}

article h4 {
overflow: hidden;
text-align: center;
margin-bottom: 40px;
}
article h4 span {
font-size: 3.2rem;
color: #ec6d68;
position: relative;
display: inline-block;
margin: 0 2.5em;
padding: 2px 1em 0;
text-align: left;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
article h4 span::before,
article h4 span::after {
position: absolute;
top: 50%;
content: '';
width: 400%;
height: 7px;
margin-top: -4px;
background: repeating-linear-gradient(-45deg, #ec6d68, #ec6d68 5px, #fff 0px, #fff 8px);
}
article h4 span::before {
right: 100%;
}
article h4 span::after {
left: 100%;
}

.example .lead{margin-bottom: 40px;}
.example > p:last-of-type{font-size: 1.1rem;}

.example section{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.example section:last-of-type{margin-bottom: 5px;}

.example section h5{
	color: #ec6d68;
	margin-bottom: 10px;
	font-size: 2.1rem;
	line-height: 35px;
}

.example section .part{
	position: relative;
	padding-left: 60px;
}

.example section .part span{
	position: absolute;
	left: 0;
	display: inline-block;
	background-color: #ec6d68;
	color: #fff;
	border-radius: 8px;
	font-size: 1.6rem;
	margin: 0 10px 0 0;
	padding: 0 10px;
	line-height: 35px;
	vertical-align:top;
}

.example section figure{
	flex-shrink: 0;
	width: auto;
	margin-left: 24px;
}

.example section figure img{
	height: auto;
}

#ex01 section figure img{
	width: 200px;
	margin-top: 50px;
}
.ex02 {
	margin-bottom: 60px;
	padding-bottom: 60px;
	position: relative;
}
.ex02::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 100%;
	height: 7px;
	margin-top: -4px;
	background: repeating-linear-gradient(-45deg, #ec6d68, #ec6d68 5px, #fff 0px, #fff 8px);
}
.ex02:last-of-type {
	margin-bottom: 0;
}
.ex02:last-of-type::after{display: none;}
.ex02 section figure img{
	width: 250px;
}
.example section figure figcaption{
	font-size: 1.1rem;
}

.example .textArea p{
	text-indent: 1.8rem;
}

}

/*----------------------------------------------------*/





/*sp*/
@media only screen and (max-width: 768px) {
#contents {
/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
}

.exLinkWp{margin-bottom: 50px;}
.exLinkWp .exLink{
	margin-bottom: 30px;
}

.exLinkWp .exLink li{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.exLinkWp .exLink li a{

	font-family: 'M PLUS Rounded 1c', sans-serif;
	display: block;
	font-size: 1.8rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
	font-weight: 700;
	background-color: #ec6d68;
	color: #fff;
	border-radius: 8px;
	padding: 20px 0;

}
.exLinkWp .lead{
	color: #ec6d68;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
}

article{margin-bottom: 15px;}
article h4 {
overflow: hidden;
text-align: center;
margin-bottom: 40px;
}
article h4 span {
font-size: 2rem;
color: #ec6d68;
position: relative;
display: inline-block;
margin: 0 2em;
padding: 2px 0.8em 0;
text-align: left;
font-family: 'M PLUS Rounded 1c', sans-serif;
}
article h4 span::before,
article h4 span::after {
position: absolute;
top: 50%;
content: '';
width: 400%;
height: 4px;
margin-top: -2px;
background: repeating-linear-gradient(-45deg, #ec6d68, #ec6d68 5px, #fff 0px, #fff 8px);
}
article h4 span::before {
right: 100%;
}
article h4 span::after {
left: 100%;
}

.example > p:last-of-type{font-size: 1.2rem}
.example .lead{margin-bottom: 20px;}

.example section{margin-bottom: 30px;}
.example section:last-of-type{margin-bottom: 5px;}



.example section h5{
	color: #ec6d68;
	margin-bottom: 10px;
	font-size: 1.5rem;
	line-height: 24px;
}

.example section .part{
	position: relative;
	padding-left: 50px;
}


.example section .part span{
	position: absolute;
	left: 0;
	display: inline-block;
	background-color: #ec6d68;
	color: #fff;
	border-radius: 8px;
	font-size: 1.2rem;
	margin: 0 10px 0 0;
	padding: 0 10px;
	line-height: 24px;
	vertical-align:top;
}

.example section figure{
	margin: 20px auto 0;
}
.example section figure img{
	width: 100%;
	height: auto;
}
.example section figure figcaption{
	font-size: 1.2rem;
}
.example .textArea p{
	text-indent: 1.5rem;
}

.ex02 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}
.ex02::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 90%;
	height: 7px;
	margin-top: -4px;
	background: repeating-linear-gradient(-45deg, #ec6d68, #ec6d68 5px, #fff 0px, #fff 8px);
}
.ex02:last-of-type {margin-bottom: 0;}
.ex02:last-of-type::after{display: none;}


}