@charset 'UTF8';

main {
    background-color: #eef2ef;
}

.wrap {
    width: 95%;
    max-width: 1236px;
    margin: 0 auto;
}

.top-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -250px;
    padding-top: 250px;    
}

.top-banner .pic {
    width: 40%;
    padding: 20px;
    border-radius: 20px;
    margin: 20px;
    background-color: #FFF;       
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

.font-size-small {
    font-size: 2.0rem;
}

.font-size-medium {
    font-size: 2.5rem;
    font-weight: 600;
}

.font-size-large {
    font-size: 2.9rem;
    line-height: 1.3;
    font-weight: 700;
}

.content-area {
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 30px;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 10%);
}

.back-gray {
  background-color: #f6f6f6  ;
}


.content-point {
    align-self: flex-start;
    text-align: left;
    width: 100%;
}

.content-point .number {
    font-size: 5rem;
    margin-right: 20px;
}

.content-point .sub {
    font-size: 1.6rem;
}

.image-with-text {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 60%;
    align-self: flex-start;
}

.image-with-text img {
    width: 40%;
    margin-right: 10px;
}

.side-30-per {
    width: 30%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.size-50-per {
    width: 45%;
    padding: 15px;
}

.size-50-per .content {
    background-color: white;
    border-radius: 20px;
    padding: 10px 20px;
    align-items: center;
    border: 1px solid black;
    margin: 10px 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.size-50-per .content .content-image {
    height: 300px;
}

.size-50-per .content span {
    background: linear-gradient(transparent 70%, #eef526 108%);
}

.size-80-per {
    width: 80%;
    padding: 15px;
}


.side-by-side {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
}

.small-container {
    width: 40%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-container {
    width: 60%;
    padding: 15px;
    align-self: center;
}

.big-container-vertical {
    width: 60%;
    padding: 15px;
}

.full-container {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-max-300h {
    max-height: 300px;
}

.img-max-60-per {
    max-width: 60%;
}

.margin-15{
	margin-left:15px;
}

.header-title{
	display: flex;
}

.title-pill{
    width: auto;
    height: 40px;
    background: #FFF;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: inline-flex;
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
    margin-left: 20px;
    margin-top: 10px;
    padding:	10px;
    border: 2px double #0093d7;
}

.title-pill2{
    width: auto;
    height: 40px;
    background: #FFF;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: inline-flex;
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.2);
    margin-left: 20px;
    margin-top: 10px;
    padding:	10px;
    border: 2px double rgb(255, 0, 0);
}

.title-pill h2{
	font-weight: 600;
    font-size: 2rem;
    color: #0093d7;
    margin-left: 20px;
}

.title-pill2 h2{
	font-weight: 600;
    font-size: 2rem;
    color: rgb(255, 0, 0);
    margin-left: 20px;
}

.title-popUp {
	font-size: 2.7rem;
}

.title-pill-image{
	max-width:	85px;
	margin-bottom: 10px;
}

/** ---�p�������Œ�p start ---*/
.breadcrumb-sticky {
	visibility:visible;
	position: sticky;
	top: 0;
	z-index: 6
}
.breadcrumb-sticky .breadcrumb {
    background: #eef2ef;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.7;
    border-top: 0 solid #e1e6e7;
    border-bottom: 0 solid #e1e6e7;
}
.breadcrumb .breadcrumb_list {
    width: 95%;
    max-width: 1236px;
    margin: 0 auto;
}
.breadcrumb .breadcrumb_list li::before {
    content: '>';
    padding-left: .5em;
}

.breadcrumb .breadcrumb_list li:first-child::before {
  content: '';
  padding-left: 0;
}
@media screen and (max-width: 850px) {
	.breadcrumb-sticky {
		visibility:visible;
		position: static;
		top: 0;
		z-index: 6
	}
	.breadcrumb-sticky .breadcrumb {
	    text-align: left;
	    font-size: 1.3rem;
	    line-height: 1.7;
	}
}

/** ---�p�������Œ�p end ---*/

@media screen and (max-width: 850px) {
    .top-banner iframe {
        width: 100%;
    }
    
    .top-banner video {
    	width: 100%;
    }

    .font-size-small {
        font-size: 1.2rem;
    }

    .font-size-medium {
        font-size: 1.5rem;
    }

    .font-size-large {
        font-size: 1.7rem;
    }

    .side-30-per,
    .size-50-per,
    .size-80-per,
    .side-by-side,
    .small-container,
    .big-container,
    .full-container {
        width: 100%;
        padding: 5px;
    }

	.size-50-per .content .content-image {
    height: auto;
	}

    .side-by-side {
      flex-direction: column;
    }

    .img-max-60-per {
    max-width: 100%;
	}
	
	.img-max-300h {
	max-height: 100%;
	}
    
    .content-area {
    padding: 5px 15px;
    }
    
    .content-point .sub {
    font-size: 1rem;
	}
	
	.content-point .number {
    font-size: 3rem;
	}
	
	.top-banner .pic {
    width: 80%;
    padding: 20px;
    border-radius: 20px;
    margin: 20px;
    background-color: #FFF;       
	}
	
	.header-title {
    display: block;
    text-align: center;
	}
	
	.title-pill {
    height: 25px;
    margin: 0px;
    padding: 0px;
    border: 2px double #0093d7;
	}
	
	.title-pill h2{
	font-size: 1rem;
	}
	
	.title-popUp {
	font-size: 1.5rem;
	}

	.title-pill-image{
	max-width: 35px;
	}

}

/* ===== 25.07.24 ===== */
.img-responsive {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.image-box {
  width: 45%;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-emphasis-red {
    color: #e53935;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 10px;
    text-align: center;
}








