@charset "UTF-8";

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

figure {
	padding-top: 40px;
}

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

#main h1{
	font-weight: bold; 
	text-align: center;
}

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

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

#main p strong {
    font-weight: bolder;
}


.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;
	display: inline-block;
}

#main h3 {
    color: #f66600;
/*	margin-top: 30px;*/
	font-size: min(27px, 5vw);
	background-size: 8%;
	line-height: 1.7;
	padding-top: 0.5rem;
	padding-bottom: 1.5rem;
	z-index: 1;
}

.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: #c4ae6a;
	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);
}
*/




.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) {

	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: 40px;
}

#sec01 h2 {
	text-align: center;
	font-size: min(27px, 5.2vw);
	font-weight: 400;
	line-height: 1.7;
	margin: 20px auto;
}

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

/* --------------------------------
	#sec02,03
-------------------------------- */

#sec02,#sec03  {
	padding-top: 3rem;
	padding-bottom: 40px;
}

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

#sec02 .sec_title,#sec03 .sec_title {
	 font-size: min(35px, 6.5vw);
	font-weight: 400;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	line-height: 1.3;
	padding: 0!important;
	border-bottom: 2px solid #f66600; 
	text-align: start;
	margin-bottom: min(24px, 4rem);
	z-index: 1;
}

#sec04 .sec_title {
    font-size: min(35px, 6.5vw);
    font-weight: 400;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    line-height: 1.3;
    text-align: center;
    padding-left: 0;
}

#sec04 .sec_title .line-wrapper {
    display: inline-block;        
    border-bottom: 2px solid #f66600; 
}




#sec04 {
	padding-top: 3rem;
}




/*
.container,.container2 {
  display: flex;              
  align-items: center;    
	justify-content: space-between;
}
*/



.container-bg1, .container-bg2 {
    position: relative;  
}


.container-bg1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 82px;       
    height: 170px;
    background-image: url('../img/eclat.png?=v2'); 
    background-repeat: no-repeat;
    background-size: contain;  
    pointer-events: none;     
/*    z-index: 1;*/
}


.container-bg2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width:200px;
    height:200px;
    background-image: url('../img/pi.png');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
/*    z-index: 1;*/
}


@media (max-width: 768px) {
    .container-bg1::after {
        width: 70px;
		height: 140px;
    }
	.container-bg2::after{
        width:150px;
    }
}



.container-bg .sec_title,.container-bg2 .sec_title  {
    text-align: left; 
    margin: 0;
}


.sec02_icon img,.sec03_icon img {
  height: 6.0em;          
  vertical-align: middle;  
}

#main p.sec02_icon,#main p.sec03_icon  {
    padding-top: 0 !important;
}

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

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

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

#sec04 .sec_title  {
	margin-bottom: 30px;
}




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

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

/* --------------------------------
	accordion
-------------------------------- */
.accordion-003 {
    max-width: 500px;
    margin-bottom: 7px;
    border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em 0;
    color: #333333;
    font-weight: 400;
    cursor: pointer;
	font-size: 22px;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 0 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
	font-size: 20px!important;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}

.accordion-001 {
  padding-top: 30px;
}



@media (max-width: 768px) {
	.accordion-003 summary {
		font-size: 4vw;
	}
	.accordion-003 p{
		font-size: 3.5vw!important;
	}
}

#sec04 .sec_title {
    display: flex;             
    justify-content: center;   
    text-align: center;         
}

#sec04 .sec_title .line-wrapper {
    display: inline-block;      
    text-align: center;        
}

#set05{
	padding-top: 30px;
}



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