@charset "utf-8";
#content > section {
	width: 100%;
}
#content > section .inn {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1%;
}
/*----------------------------------
BREAD
------------------------------------*/
#bread {
	border-top: 1px solid #F0EFE8;
	border-bottom: 1px solid #F0EFE8;
}
#bread nav {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
#bread nav ul li {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 32px;
	margin-left: 5px;
}
#bread nav ul li::after {
	content: ">";
	margin-left: 10px;
}
#bread nav ul li:last-child::after {
	content: "";
}
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
	padding: 30px 0;
}
#mainArea .inn {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	background: url(../../images/bg_btit_pc.png) repeat-y top;
	border-radius: 68px;
	background-size: contain;
	overflow: hidden;
}
#mainArea .inn .pic {
	position: relative;
	z-index: 1;
}
#mainArea .inn .pic img {
	max-width: 100%;
}
#mainArea .inn .txt {
	position: absolute;
	z-index: 2;
	padding-left: 100px;
	padding-top: 90px;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	text-align: center;
}
#mainArea .inn .txt h1 {
	font-family: "ソフトゴシック R",Soft Gothic Regular !important;
	font-size: 54px;
	font-size: 5.4rem;
	color: #99001F;
	
}
#mainArea .inn .txt h1 span {
	display: inline-block;
	position: relative;
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	color: #590C28;
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 25px;
	padding: 0 20px;
}
#mainArea .inn .txt h1 span::before {
	content: "";
	display: block;
	position: absolute;
	height: 40px;
	width: 3px;
	border-radius: 2px;
	background: #590C28;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	left: 0;
	top: 2px;
}
#mainArea .inn .txt h1 span::after {
	content: "";
	display: block;
	position: absolute;
	height: 40px;
	width: 3px;
	border-radius: 2px;
	background: #590C28;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	right: 0;
	top: 2px;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 60px;
}
#secondaryArea .tit01 {
	position: relative;
	margin: 30px 0;
}
#secondaryArea .tit01::before {
	content: "";
    border-top: 1px solid #F4ACBF;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;	
}
#secondaryArea .tit01 p {
	display: flex;
	background: #F4ACBF;
	font-family: "じゅん 34",Jun 34;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 5;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	line-height: 1.4;
}
#secondaryArea .tit01 p span {
	font-size: 28px;
	font-size: 2.8rem;
	display: block;
	margin-top: 3px;
}

#secondaryArea > section .bgOuter01 {
	background: #FBF0F1;
	padding: 20px 0 50px;
	margin-top: 30px;
}

#secondaryArea > section .inn {
	width: 770px;
	max-width: 100%;
	margin: 0 auto;
}
#secondaryArea > section .inn h1 {
	font-family: "ソフトゴシック R",Soft Gothic Regular !important;
	color: #99001F;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 40px;
}
#secondaryArea > section .inn .rule {
	list-style: disc;
	padding-left: 25px;
}
#secondaryArea > section .inn .rule li {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 20px;
}
#secondaryArea > section .inn .way {
}
#secondaryArea > section .inn .way li {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 45px;
	background: #fff;
	position: relative;
	padding: 15px;
}
#secondaryArea > section .inn .way li:last-child {
	margin-bottom: 0;
}
#secondaryArea > section .inn .way li::after {
	content: "↓";
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
}
#secondaryArea > section .inn .way li:last-child::after {
	content: "";
	display: none;
}
#secondaryArea > section .inn > p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 30px;
}
#secondaryArea > section .inn > p.caution {
	font-size: 16px;
	font-size: 1.6rem;
}
#secondaryArea > section .inn > h2 {
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
}
#secondaryArea > section .inn > .pic {
	margin-bottom: 40px;
}
#secondaryArea > section .inn > .pic img {
	max-width: 100%;
}
#secondaryArea > section .inn h2 {
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 40px;
	text-align: center;
}
#secondaryArea > section#sec01 .inn {
	width: 1000px;
	max-width: 100%;
}
#secondaryArea > section#sec01 .inn .message {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#secondaryArea > section#sec01 .inn .message .pic {
	width: 40%;
	padding-right: 50px;
	max-width: 100%;
}
#secondaryArea > section#sec01 .inn .message .pic img {
	max-width: 100%;
}
#secondaryArea > section#sec01 .inn .message .txt {
	width: 60%;
	margin-top: 70px;
}
#secondaryArea > section#sec01 .inn .message .txt p {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 2;
}
#secondaryArea > section#sec01 .inn .message .txt p span {
	font-size: 25px;
	font-size: 2.5rem;
	color: #990020;
	font-weight: bold;
}
#secondaryArea > section#sec01 .inn .message .txt p#profile {
	font-size: 14px;
	border: dotted 1px #CCC;
	font-size: 1.4rem;
	margin-top: 20px;
	padding: 10px;
}
#secondaryArea > section#sec01 .inn .message .txt p#profile span {
	font-size: 18px;
	font-size: 1.8rem;
	color: #590D29;
	border-bottom: dotted 1px #CCC;
	display: block;
	margin-bottom: 5px;
}
#secondaryArea > section#sec02 #application {
	text-align: center;
	padding: 50px 0;
}
#secondaryArea > section#sec02 #application a {
	background:#F4A4A6;
	text-align: center;
	display: inline-block;
	width: 470px;
	max-width: 100%;
	height: 80px;
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 28px;
	font-size: 2.8rem;
	position: relative;
	color: #fff;
	line-height: 80px;
}
#secondaryArea > section#sec02 #application a::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -7px;
}
#secondaryArea > section#sec02 #application p {
	font-size: 22px !important;
	font-size: 2.2rem !important;
}
@media screen and (max-width: 1161px){
#mainArea {
	padding-bottom: 0;
}
#mainArea .inn {
	border-radius: 0;
}
#mainArea .inn .txt {
	position: relative;
	padding: 20px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}
#mainArea .inn .txt h1 {
	font-size: 3.6rem;
}
#mainArea .inn .txt h1 span {
	font-size: 2.4rem;
}
#mainArea .inn .txt h1 span::before,
#mainArea .inn .txt h1 span::after {
	height: 30px;
	width: 2px;
}
}
@media screen and (max-width: 767px){
#secondaryArea > section .bgOuter01 {
    margin-top: 30px;
    padding: 0 0 20px;
	overflow: hidden;
}
#secondaryArea > section#sec01 .inn {
	padding: 0 20px;
}
#secondaryArea > section#sec01 .inn .message {
	justify-content: flex-start;
	flex-direction: column-reverse;
}
#secondaryArea > section#sec01 .inn .message .pic {
	width: 100%;
	text-align: center;
	padding-right: 0px;
}
#secondaryArea > section#sec01 .inn .message .pic img {
	max-width: 100%;
}
#secondaryArea > section#sec01 .inn .message .txt {
	width: 100%;
	margin-top: 0px;
}
#secondaryArea > section#sec01 .inn .message .txt p {
	font-size: 1.6rem;
	line-height: 1.8;
}
#secondaryArea > section#sec01 .inn .message .txt p span {
	font-size: 2.2rem;
}
#secondaryArea > section#sec02 #application {
	text-align: center;
	padding: 50px 0;
}
#secondaryArea > section#sec02 #application a {
	font-size: 2.2rem;
}
#secondaryArea > section#sec02 #application p {
	font-size: 22px !important;
	font-size: 2.2rem !important;
}
#secondaryArea > section#sec02 .inn {
	padding: 0 20px;
}
#secondaryArea > section .inn .rule {
	list-style: disc;
	padding-left: 25px;
}
#secondaryArea > section .inn .rule li {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 10px;
}
#secondaryArea > section .inn .way li {
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 45px;
	background: #fff;
	position: relative;
	padding: 15px;
}

#secondaryArea > section#sec02 #application {
	padding: 30px 20px;
}
#secondaryArea > section#sec02 #application a {
	background:#F4A4A6;
	text-align: center;
	display: inline-block;
	width: 470px;
	height: 80px;
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 28px;
	font-size: 2.8rem;
	position: relative;
	color: #fff;
	line-height: 80px;
}
#secondaryArea > section#sec02 #application a::after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -7px;
}
#secondaryArea > section#sec02 #application p {
	font-size: 22px !important;
	font-size: 2.2rem !important;
}
}
/*----------------------------------
過去の作品
------------------------------------*/

#secondaryArea > section .bgOuter02 {
    padding: 20px 0 20px;
    margin-top: 30px;
}

ul.baby-img{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.baby-img li{
  width: calc(25%);
  margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
ul.baby-img img{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px){
ul.baby-img li {
   width: calc(50%);
}
}