@charset "utf-8";
#content > section {
	width: 100%;
}
#content > section .inn {
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1%;
}
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
}
#mainArea .inn {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	background: url(../images/bg_mainarea01.png) repeat center center;
}
#mainArea .inn .pic {
	position: relative;
	z-index: 5;
}
#mainArea .inn .pic img {
	max-width: 100%;
}
#mainArea .inn .txt {
	position: absolute;
	z-index: 6;
	padding-left: 100px;
	padding-top: 60px;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}
#mainArea .inn .txt h1 {
	font-family: "ソフトゴシック R",Soft Gothic Regular !important;
	font-size: 38px;
	font-size: 3.8rem;
	color: #99001F;
	
}
#mainArea .inn .txt p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-top: 30px;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 60px;
}
#secondaryArea .tit01 {
	position: relative;
	margin: 30px 0;
}
#secondaryArea .tit01::before {
	content: "";
    border-top: 1px solid #A3CDDC;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;	
}
#secondaryArea .tit01 p {
	display: flex;
	background: #A3CDDC;
	font-family: "じゅん 34",Jun 34;
	width: 110px;
	height: 110px;
	border-radius: 55px;
	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#sec01 {
	padding: 0 20px;
}
#secondaryArea > section .intro {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#secondaryArea > section .intro .pic {
	width: 30%;
	padding-right: 20px;
}
#secondaryArea > section .intro .pic img {
	max-width: 100%;
}
#secondaryArea > section .intro .txt {
	width: 70%; 
}
#secondaryArea > section .intro .txt p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 30px;
}
#secondaryArea > section #movie {
	text-align: center;
}
#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 p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom: 30px;
}
#secondaryArea > section .inn p.caution {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
#secondaryArea > section .inn > .pic {
	margin-bottom: 40px;
}
#secondaryArea > section .inn > .pic img {
	max-width: 100%;
}

#secondaryArea > section .inn p a {
	color: #F29090;
}
#secondaryArea > section > .inn > h2 {
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 3px dotted #A0CEDB;
}
#secondaryArea > section > .inn  h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#secondaryArea > section > .inn  h4 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 2px 0 2px 5px;
	border-left: 10px solid #F4ACBF;
}
#secondaryArea > section .picLeft {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
#secondaryArea > section .picLeft .pic {
	width: 33.3%;
	width: calc( 100% / 3);
	text-align: center;
}
#secondaryArea > section .picLeft:only-child {
	width: 100%;
}
#secondaryArea > section .picLeft .pic {
	width: 30%;
	max-width: 100%;
	text-align: center;
}
#secondaryArea > section .picLeft .pic img {
	max-width: 100%;
}

#secondaryArea > section .picLeft .txt {
	position: relative;
	width: 70%;
	max-width: 100%;
	min-width: 12em;
	padding-left: 25px;
}
#secondaryArea > section .picLeft .txt ol {
	list-style: decimal;
	padding-left: 40px;
	font-size: 16px;
	font-size: 1.6rem;
}
#secondaryArea > section .picLeft .txt ol li {
	margin-bottom: 20px;
	line-height: 2;
}
#secondaryArea > section .report {
	margin-bottom: 30px;
	text-align: center;
}
#secondaryArea > section .report a {
	background:#F4A4A6;
	text-align: center;
	display: inline-block;
	width: 600px;
	max-width: 100%;
	padding: 0 30px;
	height: 62px;
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	color: #fff;
	line-height: 62px;
}
#secondaryArea > section .report 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;
}
@media screen and (max-width: 1199px){
#mainArea {
	padding-bottom: 0;
}
#mainArea .inn .pic {
	width: 100%;
}
#mainArea .inn .txt {
	position: relative;
	padding: 20px;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}
#mainArea .inn .txt h1 {
	font-size: 2.8rem;
}
#mainArea .inn .txt p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
	padding-right: 0;
	width: 100%;
}
}
@media screen and (max-width: 767px){
#secondaryArea > section .intro .pic {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
}
#secondaryArea > section .intro .pic img {
	max-width: 100%;
}
#secondaryArea > section .intro .txt {
	width: 100%; 
}
#secondaryArea > section .intro .txt p {
	font-size: 1.4rem;
}
#secondaryArea > section #movie iframe {
	width: 100%;
	height: auto;
}
#secondaryArea > section .inn {
	padding: 0 20px;
}
#secondaryArea > section .inn h1 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
#secondaryArea > section .inn > p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 20px;
}
#secondaryArea > section .inn p {
	font-size: 1.4rem;
	line-height: 1.8;
}
#secondaryArea > section > .inn > h2 {
	font-size: 2.0rem;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
#secondaryArea > section > .inn  h3 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#secondaryArea > section > .inn  h4 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
#secondaryArea > section .picLeft {
	margin-bottom: 10px;
	flex-direction: column;
	justify-content: flex-start;
}
#secondaryArea > section .picLeft .pic {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#secondaryArea > section .picLeft:only-child {
	width: 100%;
}
#secondaryArea > section .picLeft .pic img {
	max-width: 100%;
}

#secondaryArea > section .picLeft .txt {
	width: 100%;
	padding-left: 0px;
}
#secondaryArea > section .picLeft .txt ol {
	padding-left: 20px;
	font-size: 1.4rem;
}
#secondaryArea > section .picLeft .txt ol li {
	margin-bottom: 10px;
	line-height: 1.8;
}
#secondaryArea > section .report {
	margin-bottom: 15px;
}
#secondaryArea > section .report a {
	height: auto;
	padding: 20px 30px;
	font-size: 1.8rem;
	line-height: 1.4;
}
}