@charset "UTF-8";
/* CSS Document */

/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 30px;
}
#secondaryArea .tit01 {
	position: relative;
}
#secondaryArea .tit01::before {
	content: "";
    border-top: 1px solid #c6e7f9;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;	
}
/*#secondaryArea .tit01 h1 {
	background: #00b9ef;
	font-family: "じゅん 34",Jun 34;
	width: 180px;
	height: 180px;
	border-radius: 90px;
	font-size: 22px;
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 30px 0 15px;
	margin: 0 auto 4rem;
}*/
#secondaryArea .tit01 h3 {
	background: #00b9ef;
	font-family: "じゅん 34",Jun 34;
	width: 180px;
	height: 180px;
	border-radius: 90px;
	font-size: 22px;
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 30px 0 15px;
	margin: 0 auto 4rem;
}
#secondaryArea .tit01.pink::before {
    border-top: 1px solid #f5acbf;
}
/*#secondaryArea .tit01.pink h1 {
	background: #ec7aa6;
}*/
#secondaryArea .tit01.pink h3 {
	background: #ec7aa6;
}
#secondaryArea .tit01.purple::before {
    border-top: 1px solid #cac0de;
}
/*#secondaryArea .tit01.purple h1 {
	background: #856daf;
}*/
#secondaryArea .tit01.purple h3 {
	background: #856daf;
}
/*#secondaryArea .tit01 h1 span {
	display: block;
	margin-top: 3px;
}*/
#secondaryArea .tit01 h3 span {
	display: block;
	margin-top: 3px;
}
/*#secondaryArea .tit01 h1 span:first-of-type {
	margin-top: 1rem;
}*/
#secondaryArea .tit01 h3 span:first-of-type {
	margin-top: 1rem;
}
/*#secondaryArea .tit01 h1 span:last-of-type {
	font-size: 40px;
	font-size: 4.0rem;
}*/
#secondaryArea .tit01 h3 span:last-of-type {
	font-size: 40px;
	font-size: 4.0rem;
}
#secondaryArea .inn.flex {
	justify-content: space-between;
}
#secondaryArea .inn .txt {
	width:40%;
	margin-left: 5%;
}
#secondaryArea .inn .pic {
	width:50%;
}
#secondaryArea .inn .pic img {
	width:100%;
}
#secondaryArea .inn .txt p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: justify;
}
/*手順-------------------------------*/
#secondaryArea .inn.tejun {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
#secondaryArea .inn.tejun .flex {
	align-items: flex-end;
}
#secondaryArea .inn.tejun .flex.fstart {
	align-items: flex-start;
}
#secondaryArea .inn.tejun .flex li {
	width: 20.8rem;
	margin-right: 40px;
}
#secondaryArea .inn.tejun img {
	width: 100%;
}
#secondaryArea .inn.tejun div {
	margin-bottom: 3rem;
}
#secondaryArea .inn.tejun div p,
#secondaryArea .inn.tejun div figcaption {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-top: 1rem;
}
/*STEP02のみ*/
#secondaryArea .inn.s02tejun {
	margin-top: 5rem;
	padding: 0 20rem;
	box-sizing: border-box;
}
#secondaryArea .inn.s02tejun .flex {
	align-items: flex-start;
}
#secondaryArea .inn.s02tejun .flex li {
	width: 30%;
	margin-right: 5%;
}
#secondaryArea .inn.s02tejun .flex li img {
	width: 100%;
}
#secondaryArea .inn.s02tejun div {
	margin-bottom: 3rem;
}
#secondaryArea .inn.s02tejun div p,
#secondaryArea .inn.s02tejun div figcaption {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-top: 1rem;
}

/*アイテム-------------------------------*/
#secondaryArea .item {
	padding: 6rem 0;
}
/*#secondaryArea .item h2 {
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
	margin-bottom: 6rem;
}*/
#secondaryArea .item h4 {
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
	margin-bottom: 6rem;
}
#secondaryArea .item .inn.flex .txt {
	width: 46%;
	margin-left: 6%;
}
/*#secondaryArea .item .inn.flex .txt h3 {
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	background: #FFF;
	padding: 1rem 0.5rem;
	border-radius: 50px;
	position: relative;
	margin-bottom: 2.5rem;
}*/
#secondaryArea .item .inn.flex .txt h5 {
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	background: #FFF;
	padding: 1rem 0.5rem;
	border-radius: 50px;
	position: relative;
	margin-bottom: 2.5rem;
}
/*#secondaryArea .item .inn.flex .txt h3:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 15px solid #FFF;
}*/
#secondaryArea .item .inn.flex .txt h5:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 15px solid #FFF;
}
#secondaryArea .item .inn.flex .txt p {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
#secondaryArea .item .inn.flex .pic {
	width: 48%;
}
#secondaryArea .item .inn.flex .pic .flex {
	justify-content: center;
}
#secondaryArea .item .inn.flex .pic .flex li {
	width: 30%;
	text-align: center;
}
#secondaryArea .item .inn.flex .pic .flex li:first-child {
	margin-right: 3rem;
}
#secondaryArea .item .inn.flex .pic .flex li figcaption {
	margin-top: 1rem;
}
#secondaryArea .item .inn.flex .pic .flex li a {
	font-size: 15px;
	font-size: 1.5rem;
	text-decoration: underline;	
}
#secondaryArea .item .inn.flex .pic .flex.fone li {
	width: 60%;
	text-align: center;
}

/*コラム-------------------------------*/
#secondaryArea .column {
	padding: 0 0 6rem;
}
#secondaryArea .column h2 {
	text-align: center;
}
#secondaryArea .column h2 img {
	margin-top: -3rem;
}
/*#secondaryArea .column h3 {
	text-align: center;
	margin: 0 1rem 3rem;
	font-size: 35px;
	font-size: 3.5rem;
	padding-top: 4rem;
}*/
#secondaryArea .column h4 {
	text-align: center;
	margin: 0 1rem 3rem;
	font-size: 35px;
	font-size: 3.5rem;
	padding-top: 4rem;
}
#secondaryArea .column p {
	font-size: 18px;
	font-size: 1.8rem;	
	line-height: 1.8;
	text-align: justify;
	margin: 0 6%;
}
/*STEP02のみ*/
#secondaryArea .column #howTo {
	display: flex;
	justify-content: center;
}
#secondaryArea .column #howTo div {
	width: 25%;
	margin-right: 4%;
	margin-top: 4rem;
}
#secondaryArea .column #howTo div:last-of-type {
	margin-right: 0;
}
#secondaryArea .column #howTo div h4 {
	color: #FFF;
	text-align: center;
	background: #ec7aa6;
	padding: 1rem;
	font-size: 22px;
	font-size: 2.2rem;
	border-radius: 1rem;
	display: table;
	width: 100%;
	height: 8rem;
}
#secondaryArea .column #howTo div h4 span {
	display: table-cell;
	vertical-align: middle;
}
#secondaryArea .column #howTo div ul.flex {
	justify-content: center;
	margin: 2rem 0;
}
#secondaryArea .column #howTo div ul li {
	width: 30%;
}
#secondaryArea .column #howTo div ul li img {
	width: 100%;
}
/*STEP03のみ*/
#secondaryArea .kokuchi {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1%;
	padding-top: 6rem;
}
/*#secondaryArea .kokuchi h2 {
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
	margin-bottom: 6rem;
}*/
#secondaryArea .kokuchi h4 {
	text-align: center;
	font-size: 35px;
	font-size: 3.5rem;
	margin-bottom: 6rem;
}
#secondaryArea .kokuchi .txt {
	width: 60%;
	box-sizing: border-box;
	padding: 0 6%;
}
#secondaryArea .kokuchi .pic {
	width: 35%;
	box-sizing: border-box;
	padding-right: 4%;
}
#secondaryArea .kokuchi .pic img {
	width: 100%;
	opacity: 1;
}
#secondaryArea .kokuchi p {
	font-size: 18px;
	font-size: 1.8rem;	
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 2rem;
}
#secondaryArea .kokuchi .pic a:hover img {
	transition: .8s;
	opacity: 0.6;
}
@media screen and (max-width: 989px){
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea .inn .txt p {
	font-size: 1.6rem;
}
/*手順-------------------------------*/
#secondaryArea .inn.tejun {
	margin: 2rem 1rem 0;
}
#secondaryArea .inn.tejun .flex li {
	width: 17.4rem;
	margin-right: 20px;
}
#secondaryArea .inn.tejun div p,
#secondaryArea .inn.tejun div figcaption {
	font-size: 1.5rem;
}
	
@media screen and (max-width: 767px){	

/*#secondaryArea .tit01 h1 {
	width: 160px;
	height: 160px;
	border-radius: 80px;
	font-size: 2.0rem;
	padding: 20px 0 15px;
}*/
#secondaryArea .tit01 h3 {
	width: 160px;
	height: 160px;
	border-radius: 80px;
	font-size: 2.0rem;
	padding: 20px 0 15px;
}
#secondaryArea .inn .txt {
	width:43%;
	margin-left: 2%;
}
#secondaryArea .inn.tejun .flex li {
	width: 31%;
	margin-right: 2%;
}

/*STEP02のみ*/
#secondaryArea .inn.s02tejun {
	padding: 0 5rem;
}
#secondaryArea .inn.s02tejun div p,
#secondaryArea .inn.s02tejun div figcaption {
	font-size: 1.6rem;
}
	
/*アイテム-------------------------------*/
#secondaryArea .item {
	padding: 4rem 0;
}
/*#secondaryArea .item h2 {
	font-size: 3.2rem;
	margin-bottom: 4rem;
}*/
#secondaryArea .item h4 {
	font-size: 3.2rem;
	margin-bottom: 4rem;
}
#secondaryArea .item .inn.flex .txt {
	margin-left: 2%;
}
/*#secondaryArea .item .inn.flex .txt h3 {
	font-size: 2.0rem;
}*/
#secondaryArea .item .inn.flex .txt h5 {
	font-size: 2.0rem;
}
#secondaryArea .item .inn.flex .txt p {
	font-size: 1.6rem;
}
#secondaryArea .item .inn.flex .pic .flex li {
	width: 38%;
}

/*コラム-------------------------------*/
/*#secondaryArea .column h3 {
	font-size: 3.2rem;
}*/
#secondaryArea .column h4 {
	font-size: 3.2rem;
}
#secondaryArea .column p {
	font-size: 1.6rem;
}

/*STEP02のみ*/
#secondaryArea .column #howTo div {
	width: 28%;
	margin-right: 4%;
	margin-top: 2rem;
}
#secondaryArea .column #howTo div h4 {
	font-size: 1.8rem;
}
#secondaryArea .column #howTo div ul li {
	width: 35%;
}
}

@media screen and (max-width: 484px){
/*#secondaryArea .tit01 h1 {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	font-size: 1.8rem;
	padding: 15px 0 15px;
	margin-bottom: 2rem;
}*/
#secondaryArea .tit01 h3 {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	font-size: 1.8rem;
	padding: 15px 0 15px;
	margin-bottom: 2rem;
}
/*#secondaryArea .tit01 h1 span {
	margin-top: 2px;
}*/
#secondaryArea .tit01 h3 span {
	margin-top: 2px;
}
/*#secondaryArea .tit01 h1 span:first-of-type {
	margin-top: 0.5rem;
}*/
#secondaryArea .tit01 h3 span:first-of-type {
	margin-top: 0.5rem;
}
/*#secondaryArea .tit01 h1 span:last-of-type {
	font-size: 2.8rem;
}*/
#secondaryArea .tit01 h3 span:last-of-type {
	font-size: 2.8rem;
}
#secondaryArea .inn.flex {
	flex-flow: wrap;
}
#secondaryArea .inn .txt {
	width:100%;
	margin-left: 0;
	order: 2;
}
#secondaryArea .inn .txt p {
	margin: 2rem 2rem 0;
}
#secondaryArea .inn .pic {
	width:100%;
	order: 1;
}
#secondaryArea .inn.tejun div p,
#secondaryArea .inn.tejun div figcaption {
	margin-right: 10px;
}

/*STEP02のみ*/
#secondaryArea .inn.s02tejun {
	padding: 0 1rem;
}
	
/*アイテム-------------------------------*/
/*#secondaryArea .item h2 {
	font-size: 2.8rem;
	margin-bottom: 2rem;
	
}*/
#secondaryArea .item h4 {
	font-size: 2.8rem;
	margin-bottom: 2rem;
	
}
#secondaryArea .item .inn.flex .txt {
	width: 100%;
	margin-left: 0;
	order: 1;
}
#secondaryArea .item .inn.flex .pic {
	width: 100%;
	order: 2;
}
#secondaryArea .item .inn.flex .pic .flex li {
	width: 30%;
}
#secondaryArea .item .inn.flex .pic .flex li a {
	font-size: 1.4rem;
	line-height: 1.6;
}
/*コラム-------------------------------*/
#secondaryArea .column h2 img {
	width: 50%;
	margin-top: -2rem;
}
/*#secondaryArea .column h3 {
	font-size: 2.4rem;
}*/
#secondaryArea .column h4 {
	font-size: 2.4rem;
}

/*STEP02のみ*/
#secondaryArea .column #howTo {
	display: block;
}
#secondaryArea .column #howTo div {
	width: 100%;
	margin-right: 0;
	margin-top: 2rem;
}
#secondaryArea .column #howTo div h4 {
	height: auto;
	border-radius: 0;
}
#secondaryArea .column #howTo div ul li {
	width: 25%;
}
/*STEP03のみ*/
#secondaryArea .kokuchi {
	padding-top: 3rem;
}
/*#secondaryArea .kokuchi h2 {
	font-size: 2.4rem;
	margin-bottom: 3rem;
}*/
#secondaryArea .kokuchi h4 {
	font-size: 2.4rem;
	margin-bottom: 3rem;
}
#secondaryArea .kokuchi .flex {
	display: block;
}
#secondaryArea .kokuchi .txt {
	width: 100%;
	padding: 0;
}
#secondaryArea .kokuchi .pic {
	width: 70%;
	padding-right: 0;
	margin: 0 auto;
}
#secondaryArea .kokuchi p {
	font-size: 1.6rem;
	margin-left: 2rem;
	margin-right: 2rem;
}
#secondaryArea .kokuchi .pic a:hover img {
	transition: 0s;
	opacity: 1;
}
}