@charset "utf-8";

/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 60px;
}
#secondaryArea #lead {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}
#secondaryArea #lead > p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 3rem;
}
#secondaryArea #lead .fukidashi {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}
#secondaryArea #lead .fukidashi .pic {
	width: 20%;
	margin-right: 2rem;
}
#secondaryArea #lead .fukidashi .pic img {
	width: 100%;	
}
#secondaryArea #lead .fukidashi .txt {
	width: 70%;
	position: relative;
	border: solid 2px #f7e4e4;
	border-radius: 2rem;
	box-sizing: border-box;
}
#secondaryArea #lead .fukidashi .txt::before{
	content: "";
	position: absolute;
  width: 0;
  height: 0;
	top: 50%;
	left: -20px;
 	margin-top: -15px;
  border-right: 20px solid #f7e4e4;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#secondaryArea #lead .fukidashi .txt::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
	top: 42%;
	left: -17px;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#secondaryArea #lead .fukidashi .txt p:first-of-type {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	padding: 2rem 1rem;
	line-height: 1.8;
	color: #232323;
}
#secondaryArea #lead .fukidashi .txt p:last-child {
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 3rem;
	color: #980120;
	font-weight: bold;
}
#secondaryArea #lead .flex {
	margin-top: 5rem;
	justify-content: center;
}
#secondaryArea #lead .flex p {
	width: 30%;
	margin-right: 2%;
}
#secondaryArea #lead .flex p:last-of-type {
	margin-right: 0;
}
#secondaryArea #lead .flex p img {
	width: 100%;
}

/*----------------------------------
THIRDARY AREA
------------------------------------*/
#thirdaryArea {
	position: relative;
	margin-top: 60px;
	padding: 6rem 2rem;
}
#thirdaryArea .flex {
	justify-content: space-between;
	margin-top: 3rem;
}
#thirdaryArea .flex .txt {
	width:  47%;
}
#thirdaryArea .flex .pic {
	width:  50%;
}
#thirdaryArea .flex .pic img {
	width:  100%;
}
/*#thirdaryArea .flex .txt h1 {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 2.5rem;
}*/
#thirdaryArea .flex .txt h3 {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 2.5rem;
}
#thirdaryArea .flex .txt p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 2rem;
}
#thirdaryArea .flex .txt p.kome {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}
#thirdaryArea .flex .txt ul li {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 1rem;
	font-weight: bold;
	list-style: disc;
	margin-left: 2rem;
}
/*----------------------------------
FOURDARY AREA
------------------------------------*/
#fourdaryArea {
	position: relative;
	padding: 6rem 2rem;
}
/*#fourdaryArea .inn h1 {
	font-size: 34px;
	font-size: 3.4rem;
	margin-bottom: 3rem;
	text-align: center;
	line-height: 1.8;
}*/
#fourdaryArea .inn h4 {
	font-size: 34px;
	font-size: 3.4rem;
	margin-bottom: 3rem;
	text-align: center;
	line-height: 1.8;
}
/*#fourdaryArea .inn h1 span {
	display: block;
}*/
#fourdaryArea .inn h4 span {
	display: block;
}
#fourdaryArea .inn p.lead {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0 10rem;
}
#fourdaryArea .inn .pic {
	position: relative;
	margin-top: 5rem;
}
#fourdaryArea .inn .pic > p {
	text-align: center;
	margin-left: -20%;
}
#fourdaryArea .inn .pic > p img {
	width: 58%;
	margin: 0 auto;
}
#fourdaryArea .inn .pic dl {
	width: 30%;
	position: absolute;
}
#fourdaryArea .inn .pic dl dt {
	background: #7c5a57;
	color: #FFF;
	font-size: 26px;
	font-size:2.6rem;
	text-align: center;
	font-weight: bold;
	width: 15rem;
	padding: 1rem 0;
	border-radius: 4rem;
}
#fourdaryArea .inn .pic dl dd {
	margin-top: 1.5rem;
}
#fourdaryArea .inn .pic dl dd p {
	font-size: 18px;
	font-size:1.8rem;
	margin-bottom: 1.5rem;
	line-height: 1.6;
}
#fourdaryArea .inn .pic dl dd p a {
	color: #ef707d;
	text-decoration: underline;
}
#fourdaryArea .inn .pic dl dd p a:hover {
	text-decoration: none;
}
#fourdaryArea .inn .pic dl#bui01 {
	top:18%;
	right: 0;
}
#fourdaryArea .inn .pic dl#bui02 {
	top:5%;
	left: 0;
}
#fourdaryArea .inn .pic dl#bui03 {
	top:56%;
	left: 0;
}

@media screen and (max-width: 989px){
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	margin: 20px 20px 0;
	padding-top:40px;
}
#secondaryArea #lead .fukidashi .txt {
	width: 75%;
}
#secondaryArea #lead .fukidashi .txt p:first-of-type {
	font-size: 2.2rem;
}
#secondaryArea #lead .fukidashi .txt::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
	top: 40%;
	left: -17px;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
}
@media screen and (max-width: 767px){

/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	margin-top: 0px;
}
#secondaryArea #lead .fukidashi .pic {
	width: 18%;
	margin-right: 2rem;
}
#secondaryArea #lead .fukidashi .txt {
	width: 80%;
	padding-bottom: 15px;
}
#secondaryArea #lead .fukidashi .txt p:first-of-type {
	font-size: 2.0rem;
}
#secondaryArea #lead .fukidashi .txt p:last-child {
	font-size: 1.5rem;
	margin-left: 2rem;
}

/*----------------------------------
THIRDARY AREA
------------------------------------*/
#thirdaryArea {
	margin-top: 30px;
	padding: 3rem 2rem;
}
#thirdaryArea .flex {
	flex-flow: wrap;
	margin-top: 3rem;
}
#thirdaryArea .flex .txt {
	width:  100%;
	order: 1;
}
#thirdaryArea .flex .pic {
	width:  100%;
	order: 2;
}
#thirdaryArea .flex .txt ul {
	margin-bottom: 2rem;
}

/*----------------------------------
FOURDARY AREA
------------------------------------*/
#fourdaryArea {
	position: relative;
	padding: 3rem 2rem;
}
/*#fourdaryArea .inn h1 {
	font-size: 3.0rem;
}*/
#fourdaryArea .inn h4 {
	font-size: 3.0rem;
}
#fourdaryArea .inn .pic dl dt {
	font-size:2.0rem;
	width: 15rem;
	padding: 0.5rem 0;
	border-radius: 4rem;
}
#fourdaryArea .inn .pic dl dd {
	margin-top: 1rem;
}
#fourdaryArea .inn .pic dl dd p {
	font-size:1.6rem;
	margin-bottom: 1rem;
}
}
@media screen and (max-width: 484px){
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea #lead > p {
	font-size: 1.6rem;
}
#secondaryArea #lead .fukidashi {
	flex-flow: wrap;
	justify-content: flex-start;
}
#secondaryArea #lead .fukidashi .pic {
	width: 20%;
	margin-right: 0;
	order: 2;
	z-index: 999;
}
#secondaryArea #lead .fukidashi .pic img {
	margin-top: -1.5rem;
}
#secondaryArea #lead .fukidashi .txt {
	width: 100%;
	order: 1;
}
#secondaryArea #lead .fukidashi .txt::before{
	display: none;
}
#secondaryArea #lead .fukidashi .txt::after{
	display: none;
}
#secondaryArea #lead .fukidashi .txt p:first-of-type {
	font-size: 1.8rem;
}
#secondaryArea #lead .fukidashi .txt p:last-child {
	font-size: 1.4rem;
	margin-left: 2rem;
	margin-right: 2rem;
}
#secondaryArea #lead .flex {
	margin-top: 3rem;
}
#secondaryArea #lead .flex p {
	width: 33%;
	margin-right: 1%;
}
/*----------------------------------
THIRDARY AREA
------------------------------------*/
#thirdaryArea {
	margin-top: 20px;
	padding: 1rem 2rem;
}
/*#thirdaryArea .flex .txt h1 {
	font-size: 2.0rem;
	margin-bottom: 2rem;
}*/
#thirdaryArea .flex .txt h3 {
	font-size: 2.0rem;
	margin-bottom: 2rem;
}
#thirdaryArea .flex .txt p {
	font-size: 1.5rem;
}
#thirdaryArea .flex .txt ul {
	margin-bottom: 2rem;
}
#thirdaryArea .flex .txt ul li {
	font-size: 1.6rem;
}
/*----------------------------------
FOURDARY AREA
------------------------------------*/
#fourdaryArea {
	position: relative;
	padding: 2rem;
}
/*#fourdaryArea .inn h1 {
	font-size: 2.0rem;
}*/
#fourdaryArea .inn h4 {
	font-size: 2.0rem;
}
#fourdaryArea .inn p.lead {
	font-size: 1.6rem;
	margin: 0;
}
#fourdaryArea .inn .pic {
	margin-top: 2rem;
}
#fourdaryArea .inn .pic > p {
	margin-left: auto;
}
#fourdaryArea .inn .pic > p img {
	width: 90%;
}
#fourdaryArea .inn .pic dl {
	width: 100%;
	position: relative;
	margin-top: 2rem;
}
#fourdaryArea .inn .pic dl dt {
	font-size:1.8rem;
	width: 100%;
	font-weight: normal;	
}
#fourdaryArea .inn .pic dl dd {
	margin-top: 1rem;
}
#fourdaryArea .inn .pic dl dd p {
	font-size:1.6rem;
	margin-bottom: 1rem;
}
}
