@charset "UTF-8";

/* --------------------------------
	common
-------------------------------- */

figure {
	padding-top: 40px;
}

#main p {
	font-size: min(22px, 4.5vw);
	padding-top: 20px!important;
}

#sec02, #sec05, #sec06 {
	padding-bottom: 40px;
}

#sec03, #sec04 {
	padding-bottom: 40px;
}

#main h3 {
	margin-top: 30px;
	font-size: min(30px, 5vw)!important;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	background: url("../img/h3_check.png") left top no-repeat;
	background-size: 8%;
	padding-left: 10%;
	padding-top: 0.5rem;
}

.marker {
	background-color: #fdff6c;
	font-weight: 400;
}

.spfpa .btn,.monitor .btn{
  padding-top: 0;
  box-sizing: border-box;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 60px;
  border: none;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: 0.25s;
	background-color: #00a199;
	font-size: min(26px, 5vw);
}

#sec02 .spfpa .btn {
	margin-top: 0 ;
}

#sec02 .deco{
	font-size: small;
	padding-top: 0 !important;
	color: #d95d64;
}

#sec01,#sec02,#sec04,#sec06{

	padding-top: min(80px, 4rem);
}

#sec03,#sec05{
		background-color: #fce6e8;
	padding-top: min(80px, 4rem);
}


.plus_ekura,.plus_ekura1 {
  display: inline-block;         
  padding: 10px 20px;            
  background-color: #d95c64;     
  color: white;                 
  font-size: 20px;              
  border-radius: 25px;   
	margin-bottom: 10px;
  font-weight: bold;            
}

p .attention {
	padding-top: 0 !important;
}


@media (max-width: 768px) {
	#main h3 {
		margin-top: 2rem;
	}
	figure {
		padding-top: 3rem;
	}

	#main p {
		padding-top: 1rem!important;
	}
	#sec03, #sec04 {
		padding-bottom: 3rem;
	}
	#sec02, #sec05, #sec06 {
		padding-bottom: 3rem;
	}
.plus_ekura,.plus_ekura1  {    
  font-size:4vw;              
}
}


/* --------------------------------
	#sec01
-------------------------------- */
#sec01 {
	padding-top: min(80px, 4rem);
	padding-bottom: min(80px, 4rem);
}

#sec01 h2 {
	font-size: min(34px, 6vw);
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 400;
	line-height: 1.4;
}

#sec01 p {
	padding-top: min(40px, 2rem)!important;
}

/* --------------------------------
	#sec02
-------------------------------- */

#sec02 {
	padding-bottom: 40px;
}

#sec02 p {
/*	padding-top: 30px!important;*/
}


.container,.container2 {
  display: flex;              
  align-items: center;         
}

.sec02_icon img {
  height: 3.5em;               
  margin-right: 16px;
  vertical-align: middle;     
}

.text-block {
  display: flex;
  flex-direction: column;     
}

.sec02_subtitle, .sec02_title {
  margin: 0;
  padding: 0;
  line-height: 1.2;           
}

#sec02 .sec02_subtitle{
	font-size: min(20px, 4vw); !important;
}
#sec02 .sec02_title {
	font-size: min(28px, 5.5vw) !important;
  font-weight: 500;
}

.plus_ekura1{
	margin-top: 3rem ;
}

#sec02 .container{
	padding-top: 10px ;
}

#sec02 .container2{
	padding-top: 3rem ;
}

/*
#sec02  .title_pil {
    border-bottom: 1px solid #736357;
    padding-bottom: 30px;
}
*/

#sec02 .deco{
	padding-top: 0 !important;
}

.spfpa{
	padding-top: 0!important;
}


@media (max-width: 768px) {
	figure {
		padding-top: 3rem;
	}

	#main p {
		padding-top: 1rem!important;
	}
	#sec02 {
		padding-bottom: 2rem;
	}
	#sec02 div {
		padding-bottom: 1rem;
	}
}

/* --------------------------------
	sec05
-------------------------------- */
#sec05 figure{
	padding-top: 10px;
}

.sec05_sec_title {
	font-size: min(32px, 5.5vw);
	font-weight: 400;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.3;
	text-align: center;
}

/* --------------------------------
	sec06
-------------------------------- */
#sec06 h4 {
	font-size: min(28px, 5vw);
	font-weight: 400;
	text-align: center;
}

#sec06 figure {
	padding-top: 20px;
}

#sec06 p.name {
	font-size: 20px;
	padding-top: 5px!important;
}

@media (max-width: 768px) {
	#sec06 p.name {
		padding-top: 0.5rem!important;
		font-size: 4vw;
	}
}


/* --------------------------------
	sec07
-------------------------------- */
#sec07 {
	padding-bottom: min(80px, 5rem);
}

#sec07 figure {
	padding-top: 0;
}



/*# sourceMappingURL=style.css.map */