@charset "UTF-8";
/*
Theme Name: nurse
Description:nurse
Author: Ann Tachibana
Version: 1.0
*/


/*====================================*/
/*	background
/*====================================*/



.white{
	background:#fff;
}


.bg-wave{
	background:url(../../LP7step/img/LP01/LPCO-bg-wave.png) no-repeat;
	background-size: contain;
	padding-top: 9.131578947%;
    position: relative;
}

.bg-green{
	background: rgb(204, 223, 158);
	padding-bottom: 20px;
	margin-top: -5%;
    position: relative;
}

.bg-grit{
	background:url(../../LP7step/img/LP01/LPPC-bg-grit.png) repeat;
	background-attachment: fixed;
}

.bg-pink{
	background: rgb(241, 133, 120);
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}

.bg-pink:before{
	content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border-color: rgb(241, 133, 120) rgba(192,192,192,0);
    border-style: solid;
    border-width: 50px 30px 0px 30px;
}

@media screen and (min-width:769px)  {
.bg-green{
	padding-bottom: 50px;
}
.bg-pink:before{
	content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 100%;
    left: 50%;
    margin-left: -40px;
    border-color: rgb(241, 133, 120) rgba(192,192,192,0);
    border-style: solid;
    border-width: 60px 40px 0px 40px;
}
}



/*====================================*/
/*	header
/*====================================*/

header{
	text-align:center;
	background-color:#fff;
}
header .top{
	background: rgb(255, 160, 0);
}
header h1{
	color: #fff;
	font-family:"sans-serif";
	font-size: 100%;
	padding: 10px 0;
	letter-spacing: 2px;
	font-feature-settings : "palt";
	line-height: 1.3em;
}
header .top img{
transform: scale(1.2);
padding: 10px 0;
}
header .bg-wave{
margin-top: -2%;
}
header #present {
padding-top: 45px;
}
header #present img:first-child{
margin-top: -53px;
}

/*====================================*/
/*	footer
/*====================================*/

footer{
	text-align:center;
	font-size: 70%;
	padding-top:50px;
	line-height:1.6em;
	margin-top: 50px;
}
footer .bg-wave{
margin-top: -8.5%;
}
footer .bg-green{
padding-top: 10px;
}


footer .wrap{
	width:90%;
	max-width:1200px;
}

footer aside{
	margin-top:3em;
}

footer h5{
	font-size:140%;
	margin-bottom:30px;
}

footer p{
	font-size:100%;
	line-height:1.8em;
	text-align:justify;
}

footer aside ul{
	display:inline-block;
	line-height:1.6em;
	padding:30px 0;
}

footer aside ul li{
	text-align:justify;
    line-height: 1.4em;
	font-size: 80%;
	position:relative;
	margin-bottom:7px;
	margin-left: 1em;
}
footer aside ul li:before{
	display:block;
	content:"◎";
	position:absolute;
	margin-left:-1em;
}

footer aside ul li a{
	text-decoration:underline;
}

footer #copy-right{
	text-align:center;
	font-size:70%;
	padding:20px 0;
	background: #fff;
}



/*====================================*/
/*	present/form
/*====================================*/
#present{
	max-width: 900px;
	text-align: center;
}

#present .inner{
	background: #fff;
    border-radius: 20px;
	margin-top: 0.5em;
    padding: 10px 20px 20px;
    position: relative;
}

#present .inner img{
margin-bottom: 0.5em;
}

#present aside{
text-align: center;
margin-top: 1em;
}
#present aside ul{
text-align: center;
display: inline-block;
}
#present aside ul li{
display: block;
text-align: justify;
margin-right: 0.5em;
font-size: 80%;
line-height: 1.5em;
}


#present .required{
	background: rgb(255, 63, 49);
	font-size: 80%;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	padding: 0 5px;
	margin-right: 0.5em;
	font-family:Shuei MaruGo B;	
}

#present p{
	text-align:center;
	font-family:Shuei MaruGo B;
	font-size: 100%;
	margin-bottom: 1em;
}


/*present-header*/
header #present p{
margin-bottom: 0.5em;
font-size: 90%;
}

/*present-common*/
.common {
}
.common #present .inner{
	padding: 30px 0;
}
.common #present .inner .wrap{
	width: 90%;
}
.common #present h2{
	text-align: center;
    font-size: 130%;
    line-height: 1.5em;
    letter-spacing: normal;
	color: rgb(77, 54, 1);
}
.common #present img.top {
    position: relative;
    top: -30px;
}
.common #present .inner {
    margin-top: -20px;
	text-align: center;
}


.common #present .inner .lede{
text-align:center;
}

.common #present .inner .lede p{
text-align:center;
line-height: 2em;
margin-top: 1em;
font-size: 112%;
}

.common #present .inner .lede p strong{
font-size: 180%;
/*font-family: "sans-serif";*/
color: rgb(235, 84, 20);
font-weight: bold;
}

.common #present .inner .sp{
width: 95%;
text-align: center;
margin: 0 auto 1em auto;
}
.common #present form p{
line-height: 1.5em;
}


#present-a,
#present-b{
    margin-top: -10%;
    padding-top: 10px;
}



/*present-message*/


#message #present .inner{
	background: rgb(250, 245, 103);
	margin-top: 50px;
}

#message #present .inner p{
}




/*====================================*/
/*	message
/*====================================*/

#message{
	background:url(../../LP7step/img/LP01/LPSP-message-bg.jpg) no-repeat;
	background-size: contain;
	padding: 50px 0 70px;
}


#message p{
	font-family:Shuei MaruGo B;	
	font-feature-settings : "palt";
	text-align: center;
	letter-spacing: 1px;
	line-height: 2.5em;
	font-size: 100%;
}

#message p:first-of-type{
margin-top: 2em;
}

/*====================================*/
/*	trouble
/*====================================*/
#trouble{
	font-family:Shuei MaruGo B;	
	font-feature-settings : "palt";
	padding: 30px 0;
}
#trouble .sp{
	margin-top: -1em;
    position: relative;
    z-index: -1;
}

#trouble .column{
text-align: center;
margin-top: 1em;
}
#trouble .column2{
	text-align: center;
	display: inline-block;
}

#trouble li{
	background:url(../../LP7step/img/LP01/LPCO-trouble-check.png) no-repeat;
	background-position: top left;
	background-size: 30px;
	padding-left: 35px;
	margin-bottom: 1em;
	line-height: 1.5em;
	text-align: left;
	font-size: 130%;
	letter-spacing: 2px;
}
#trouble li strong{
color: rgb(239, 133, 116);
}

#trouble .bg-yellow{
	background: rgb(250, 245, 103);
	padding: 30px 0;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}
#trouble .bg-yellow:before{
	content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border-color: rgb(250, 245, 103) rgba(192,192,192,0);
    border-style: solid;
    border-width: 60px 40px 0px 40px;
}

#trouble .bg-yellow h3{
	letter-spacing: normal;
	font-size: 135%;
}
#trouble .bg-yellow h2{
	letter-spacing: normal;
	font-size: 190%;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
#trouble .bg-yellow h2 strong{
	font-size: 120%;
	color: rgb(255, 63, 49);
	display: block;
	margin:0.4em auto 0.5em;
}
#trouble .bg-yellow h2 strong span{
	border: 3px solid rgb(255, 63, 49);
    border-radius: 10px;
    padding: 5px 0.2em;
    background: #fff;
	margin-right: 5px;
}
#trouble .bg-yellow p{
font-size: 120%;
letter-spacing: 1px;
}


/*====================================*/
/*	voice
/*====================================*/
#voice{
margin-top: -150px;
}

#voice .wrap{
padding-top: 110px;
color: rgb(77, 54, 1);
padding-bottom: 100px;
}

#voice li{
margin-bottom: 120px;
position: relative;
}

#voice li:last-of-type{
margin-bottom: 0;
}

#voice li img{
width: 100%;
position: absolute;
top: 0;
}

#voice li h2{
    font-size: 210%;
    letter-spacing: normal;
    line-height: 1.5em;
    color: rgb(255, 160, 0);
    padding-top: 105%;
}
#voice li h3{
font-size: 140%;
margin: 1em 0 1em;
color: rgb(77, 54, 1);
}
#voice li h3 small{
font-size: 80%;
margin-left: 0.3em;
letter-spacing: normal;
}
#voice li p{
line-height: 2em;
letter-spacing: 1px;
margin-bottom: 1em;
text-align: justify;
}
#voice aside{
font-size: 90%;
line-height: 1.5em;
}


/*====================================*/
/*	what
/*====================================*/

#what{
text-align: center;
font-family:Shuei MaruGo B;	
font-feature-settings : "palt";
}


#what .wrap{
padding-top: 40px;
color: rgb(77, 54, 1);
padding-bottom: 0px;
}


#what h2{
color: rgb(241, 133, 120);
letter-spacing: 1px;
font-size: 200%;
line-height: 1.5em;
margin-bottom: 20px;
}
#what p{
font-size: 110%;
line-height: 2em;
}
#what img{
margin-top: 20px;
}

/*====================================*/
/*	step
/*====================================*/

#step{
margin-top: -3px;
}

#step .bg-pink{
	background: rgb(241, 133, 120);
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}

#step .bg-pink:before{
	content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border-color: rgb(241, 133, 120) rgba(192,192,192,0);
    border-style: solid;
    border-width: 50px 30px 0px 30px;
}

#step .bg-pink .wrap{
padding: 30px 0;
}
#step .bg-pink .wrap img{
margin: 0;
}
#step .bg-grit{
margin-top: -100px;
padding-top: 100px;
}

#step li{
margin-bottom: 4em;
text-align: center;
}

#step li img{
margin-bottom: 1em;
width: 100%;
}

#step li h3{
	text-align: center;
    line-height: 1.5em;
    letter-spacing: normal;
    font-size: 160%;
    color: rgb(235, 84, 20);
    margin-bottom: 0.5em;
}

#step li p{
line-height: 2em;
font-size: 100%;
letter-spacing: 1px;
text-align: justify;
}


/*====================================*/
/*	change
/*====================================*/

#change{
	padding-bottom: 20%;
}

#change .bg-pink{
padding: 20px 0;
text-align: center;
}

#change .wrap{
text-align: center;
}

#change ul{
text-align: center;
display: inline-block;
}

#change li{
	background: url(../../LP7step/img/LP01/LPCO-change-check.png) no-repeat;
    background-position: top left;
    background-size: 1.5em;
    padding-left: 30px;
    margin-bottom: 1em;
	font-family:Shuei MaruGo B;	
	font-feature-settings : "palt";
	text-align: left;
    line-height: 1.5em;
    font-size: 95%;
    letter-spacing: 1px;
}



#change li strong {
    color: rgb(239, 133, 116);
}




/*====================================*/
/*	profile
/*====================================*/

#profile{
padding: 40px 0;
}

#profile img{
position: relative;
}

#profile h4{
font-size: 100%;
}
#profile li{
line-height: 1.5em;
font-size: 90%;
font-feature-settings: normal;
text-indent: 0em;
}

#profile p{
text-align: justify;
}

#profile .inner{
line-height: 1.5em;
font-size: 90%;
}

#profile .inner p{
line-height: 1.5em;
font-size: 90%;
}

#profile .column{
margin-bottom: 1em;
}

#profile .lede{
margin-top: 2em;
}

#profile .lede p{
	margin-bottom: 1em;
    line-height: 1.5em;
    font-size: 85%;
    /* letter-spacing: 1px; */
}

@media screen and (min-width:769px)  {

}


/*==================================================================*/
/*	responsible
/*==================================================================*/

@media screen and (max-width:567px){
header img.sp{display:block;}
header img.pc{display:none;}

#trouble .bg-yellow h2{
font-size: 220%;
}
#trouble .bg-yellow p{
font-size: 100%;
}
}



@media screen and (min-width:568px) {
header img.sp{display:block;}
header img.pc{display:none;}

}


@media screen and (min-width:769px)  {
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

footer{
	font-size:90%;
}
footer p{
	text-align:center;
}

header img.sp{	display:none;}
header img.pc{	display:block;}

header h1{
	font-size: 160%;
	padding: 15px 0;
	letter-spacing: 7px;
}

header .top img{
transform: scale(0.8);
padding: 0;
}

#present .inner{
    padding: 95px 50px 30px;
}
#present .inner{
margin-top: -40px;
}
#present .inner img {
    position: absolute;
    top: -20px;
    width: 87%;
	margin-bottom: 0;
}
#present p{
	text-align:left;
	font-size: 120%;
	margin-top: -1em;
	margin-bottom: -0.5em;
}
#present .required{
	margin-left:0.5em; 
}
#present .present-copy{
position: relative;
top:-63px;
}
header #present p{
margin-bottom: 0;
font-size: 120%;
margin-top: 0;
}
.common #present .inner{
	margin-top: -80px;
	padding: 30px 0;

}
.common #present .inner .wrap{
width: 90%;
}
#message #present .inner .wrap{
width: 90%;
margin-top: -5em;
}
.common #present .inner img {
position: unset;
    width: 100%;
	text-align: center;
	margin: 1em 0 auto;
}
.common #present h2{
	font-size: 200%;
    letter-spacing: 1px;
}
.common #present p{
font-size: 140%;
}

.common #present img.top{
	position: relative;
    top: -80px;
}

.common #present .inner .lede{
text-align:center;
}

.common #present .inner .lede p{
text-align:center;
margin-top: 0.5em;
font-size: 145%;
}

.common #present .inner .lede p strong{
font-size: 180%;
/*font-family: "sans-serif";*/
color: rgb(235, 84, 20);
font-weight: bold;
}

#present-a,
#present-b{
	margin-top: -10%;
    padding-top: 5%;
}

#message #present .inner{
margin-top: 100px;
}

#message{
	background:url(../../LP7step/img/LP01/LPPC-message-bg.jpg) no-repeat;
	background-size: contain;
	background-attachment: fixed;
	padding: 70px 0 200px;
}
#message .top {
width: 60%;
margin: 0 auto;
}
#message p{
	line-height: 2.5em;
	font-size: 120%;
}

#trouble .top{
	width: 80%;
	margin: 0 auto;
}

#trouble .column{
	background:url(../../LP7step/img/LP01/LPCO-trouble-image.jpg) no-repeat;
	background-size: cover;
	margin-top: -70px;
	justify-content: space-between;
		-webkit-justify-content: space-between;
}

#trouble .column2{
    margin: 140px 0 70px 0;
	width: auto;
}

#trouble li{
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 130%;
	background-size: 30px;
	padding-left: 35px;
}
#trouble .bg-yellow{
	padding: 50px 0;
}
#trouble .bg-yellow h3{
	font-size: 200%;
}
#trouble .bg-yellow h2{
	font-size: 270%;
	line-height: 1.9em;
	margin-bottom: 0.5em;
}
#trouble .bg-yellow h2 strong{
	font-size: 150%;
}
#trouble .bg-yellow h2 strong span{
	border: 4px solid rgb(255, 63, 49);
    border-radius: 15px;
    padding: 5px 0.2em;
	margin-right: 5px;
}

#voice .wrap{
padding-bottom: 140px;
}

#voice .top{
	width: 50%;
	margin: 0 auto 50px;
}

#voice li h2{
    font-size: 240%;
	padding-top: 0;
	
}
#voice li h3{
	font-size: 140%;
	margin: 1em 0 2em;
}

#voice li img{
	width: 40%;
	position: absolute;
	top: 0;
	float: right;
	right: 0;
}


#voice li p:nth-of-type(1),
#voice li p:nth-of-type(2),
#voice li p:nth-of-type(3){
	width: 60%;
}

#voice li p.margin{
	margin-top: 2em;
}


#what .wrap{
padding-top: 80px;
}
#what h2{
font-size: 350%;
margin-bottom: 30px;
}

#what p{
font-size: 150%;
line-height: 2em;
}
#step .bg-pink:before{
	content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 100%;
    left: 50%;
    margin-left: -40px;
    border-color: rgb(241, 133, 120) rgba(192,192,192,0);
    border-style: solid;
    border-width: 60px 40px 0px 40px;
}

#step .bg-grit{
padding-bottom: 100px;
}

#step ul{
width: 70%;
margin: 0 auto;
}


#step li{
margin-bottom: 5em;
}

#step li img{
margin-bottom: 1em;
width: 70%;
}

#step li h3{
letter-spacing: 2px;
font-size: 200%;
color: rgb(235, 84, 20);
margin-bottom: 0.5em;
}

#step li p{
font-size: 110%;
letter-spacing: 2px;
}

#change{
	background: url(../../LP7step/img/LP01/LPPC-change-bg-image_.jpg) no-repeat;
	background-position: top right;
	background-size: cover;
	padding-bottom: 130px;
}
#change .bg-pink{
padding: 30px 0;
}
#change .wrap{
text-align: left;
}
#change li{
    margin-bottom: 1em;
    line-height: 30px;
    font-size: 130%;
    background-size: 30px;
    padding-left: 35px;
	letter-spacing: 2px;
	text-shadow:0px 0px 10px #fff;
}
#profile .inner{
	width: 55%;
    margin-left: auto;
    margin-top: -20%;
    position: relative;
}

#profile li{
line-height: 1.5em;
font-size: 90%;
font-feature-settings: normal;
text-indent:-1em;
}
#profile .lede{
margin-top: 2em;

}
#profile .lede p{
	margin-bottom: 1em;
    line-height: 1.5em;
    font-size: 90%;
    /* letter-spacing: 1px; */
}

}


@media screen and (min-width:1100px) {


}

@media screen and (min-width:1200px) {

}



@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


/*======================================
serif font-feature
gothic

width:calc(75% - 10px);

font-feature-settings : "palt";
font-feature-settings : "pkna";

紫//rgba(156, 76, 157, 1)
	#9c4c9d
	


gold: #bea574 ;
rgba(197, 155, 92, 1)

beige-01//	rgba(244,236,224,1)
beige-02//	#9e9478		rgba(158,148,120,1)
			rgba(122,118,112,1)


transition: all  0.3s ease;
	-o-transition: all 0.3s ease;

======================================/*