@charset "UTF-8";
/* CSS Document */


/*--------------------------------------
１１７システム
--------------------------------------*/
.system-main-title{
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 50px;
}


.system-subtitle{
    text-align: center;
    font-size: 1.7rem;
    line-height: 200%;
}


 .system-content-area{
     display: table;
}

 .system-img{
	background-position: center;
    background-size: cover;
     background-repeat: no-repeat;
     position: relative;
}

 .system-text-area{
    font-size: 1.2rem;
    font-family: "ryo-gothic-plusn",sans-serif;
    letter-spacing: 0.1rem;
    padding: 80px 85px 30px;
    background: linear-gradient(#FCF7E8,#FFF);
}

 .system-text-area, .system-img{
     display: table-cell;
     width: 50%;
     vertical-align: middle;
     
}

 .system-contents-text {
    font-size: 1.4rem;
    line-height: 3.0rem;
    letter-spacing: 0.2rem;
    text-align: left;
    font-family: "ryo-gothic-plusn",sans-serif;
    margin: 0;
}


 .system-text-area .system-contents-title {
    font-size: 2.4rem;
    font-weight: 600;
	font-family: "yu-mincho-pr6", sans-serif;
	line-height: 4.5rem;
	letter-spacing: 0.4rem;
    padding-bottom: 80px;
}


.system-text-area .system-contents-text ul{
    list-style: none;
    margin-left: 20px;
    padding-left: 30px;
}

.system-text-area .system-contents-text ul li{
    counter-increment: number;
    margin-bottom: 40px;
}

.system-text-area .system-contents-text ul li::before{
    content: counter(number) ".";
    margin-right: 20px;
    color: #E6B422;
    margin-left:-40px;
    font-weight: 600;
}

.custom-area{
    background-image: url('/themes/www.ceremo117.jp_2017/117system/img/bg_system01.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 50px;
}

.custom-area .custom-contents-area{
    background-color: #fff;
    padding: 30px;
}

.custom-area .custom-contents-area .custom-contents-order{
    display: table;
}

.custom-area .custom-contents-area hr{
    border-top: 1px solid #D9D9D9;
    margin: 40px 0;
}



.custom-area .custom-contents-area .custom-contents-img , 
.custom-area .custom-contents-area .custom-contents-text{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.custom-area .custom-contents-area .custom-contents-text{
    padding-left: 35px;
}

.custom-area .custom-contents-area .custom-contents-text .custom-plan-title{
    color: #4CB3BC;
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.custom-area .custom-contents-area .custom-contents-text .custom-plan-subtitle{
    font-family: "ryo-gothic-plusn",sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 200%;
}

.custom-area .custom-contents-area .custom-contents-text .custom-plan-text{
    font-family: "ryo-gothic-plusn",sans-serif;
    font-size: 1.3rem;
    line-height: 200%;
    margin-bottom: 0;
}

.custom-area .saidan-food-area{
    border: 2px solid #92D0D5;
    padding: 12px 10px;
    margin: 0 auto;
	min-height: 140px;
	width: 95%;
}
.custom-area .saidan-food-area img{
    float: left;
    margin-right: 20px;
	max-height: 120px;
	max-width: 120px;
	height: 40%;
	width: 40%;
}

.custom-area .saidan-food-area p{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
	display: inline-block;

}


.custom-area .saidan-food-area span{
    font-family: "ryo-gothic-plusn",sans-serif;
    color: #484848;
    font-size: 1.3rem;
    line-height: 35px;

}

.custom-area .custom-contents-area .system-etc-text{
    text-align: center;
    font-size: 1.6rem;
    margin: 45px 0 30px; 
}

.custom-area .custom-contents-area .system-etc-text span{
    border-bottom: 3px solid #93D1D6;
}

.system-bnr-area{
    margin: 0 15px;
}

@media screen and (max-width:1000px){
    .system-text-area, .system-img{
     display: block;
     width: 100%;
}
    
    .system-text-area{
    background: none;
}
    
    .custom-area .custom-contents-area .custom-contents-img ,
    .custom-area .custom-contents-area .custom-contents-text{
    display:  block;
    width: 100%;
} 
    
    .custom-area .custom-contents-area .custom-contents-text{
    padding-left: 0px;
}
    .custom-area .custom-contents-area .custom-contents-text .custom-plan-title{
    margin: 25px 0 15px;
}
    
    
}








@media screen and (max-width:991px){
    .custom-area .saidan-food-area{
    margin: 15px 0 0;
	width: 100%;
}
    .system-bnr-area{
    margin: 20px 0 0;
}
}






@media screen and (max-width:767px){
.system-main-title{
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.system-subtitle{
    font-size: 1.0rem;
    line-height: 32px;
    margin-bottom: 0;
}

.system-subtitle02{
    text-align: center;
    font-size: 1.2rem;
    line-height: 32px;
    margin-bottom: 15px;
}
    
.system-subtitle03{
    text-align: center;
    font-size: 1.3rem;
    line-height: 32px;
    margin-bottom: 0;
    font-weight: 600;
}
    
.system-content-area{
     display: block;
}
    
.system-text-area{
    font-size: 1.2rem;
    padding: 0 15px 0;
    /*background: none;*/
}

.system-contents-text {
	padding: 0 10px;
    font-size: 1.0rem;
    
}

/*.system-text-area, .system-img{
     display: table-cell;
     width: 100%;
     vertical-align: middle;
}*/
.system-text-area .system-contents-title {
    padding-top: 0;
    padding-bottom: 0;
    margin: 25px 0 30px;
    font-size: 1.3rem;
    text-align: center;
    line-height: normal;
}

.system-text-area .system-contents-text ul li{
    margin-bottom: 30px;
    line-height: 22px;
} 
    
.system-text-area .system-contents-text ul{
    margin-left: 0;
    padding-left: 30px;
}
    
 .system-text-area .system-contents-text ul li::before{
    margin-right: 10px;
     margin-left: -27px;
}   
    
 .custom-area{
    padding: 20px 0 20px;
}   
    
 .custom-area .custom-contents-area div{
    display: block;
}   
 
.custom-area .custom-contents-area{
    padding: 10px;
    margin: 0 10px;
}
    
    
/*.custom-area .custom-contents-area .custom-contents-img ,
.custom-area .custom-contents-area .custom-contents-text{
    display:  block;
    width: 100%;
}*/
    
/*.custom-area .custom-contents-area .custom-contents-text{
    padding-left: 0px;
}*/

.custom-area .custom-contents-area .custom-contents-text .custom-plan-title{
    font-size: 1.3rem;
    font-weight: 600;
    /*margin: 25px 0 15px;*/
}

.custom-area .custom-contents-area .custom-contents-text .custom-plan-subtitle{
    font-size: 1.0rem;
    line-height: 25px;
    margin-bottom: 25px;
}

.custom-area .custom-contents-area .custom-contents-text .custom-plan-text{
    font-size: 1.0rem;
    line-height: 25px;
}
    
.custom-area .custom-contents-area hr{
    margin: 25px 0 15px;
}
  
.custom-area .custom-contents-area .system-etc-text{
    font-size: 1.2rem;
    margin: 20px 0;
    line-height: 25px;
}

.custom-area .saidan-food-area{
    margin: 15px 0 0;
		min-height: 90px;
}

.custom-area .saidan-food-area img{
    margin-right: 15px;
}

.custom-area .saidan-food-area p{
    font-size: 1.3rem;

}


.custom-area .saidan-food-area span{
    font-size: 1.0rem;
    line-height: 26px;
}
    
.system-bnr-area{
    margin: 8px 10px;
}    
    
}

/*-------------------------------------
20230921　追記橋口
-------------------------------------*/
.system-contents-title2 {
    font-size: 2.4rem;
    font-weight: 600;
	font-family: "yu-mincho-pr6", sans-serif;
	line-height: 4.5rem;
	letter-spacing: 0.4rem;
	padding: 0 0 0 70px;
	background: rgb(244 244 244 / 100%)
}
 .system-contents-text2 {
    font-size: 1.4rem;
    line-height: 3.0rem;
    letter-spacing: 0.2rem;
    text-align: left;
    font-family: "ryo-gothic-plusn",sans-serif;
    margin: 0;
}
.bg-image {
	vertical-align: top;
}
.background-none {
	background: none;
}
.t-left {
	text-align: left;
}
.t-right {
	text-align: right;
}
.t-center {
	text-align: center;
}
.padding-l-01 {
	padding-left: 10%;
} 
.padding-l-20 {
	padding-left: 20px;
}
.margin-t-30 {
	margin-top: 30px;
}
.margin-b-30 {
	margin-bottom: 30px;
}
.sp {
	display: none;
}
.pc {
	display: block;
}

@media screen and (max-width:991px) {
	.bg-image {
	display: none;
	}
}
@media screen and (max-width:767px){
.system-contents-title2 {
    padding-top: 0;
    padding-bottom: 0;
    margin: 25px 0 30px;
    font-size: 1.3rem;
    text-align: left;
    line-height: normal;
	padding: 10px 0 10px 10px;
}
.system-contents-text2 {
	padding: 0 10px;
    font-size: 1.0rem;
}
.sp {
	display: block;
}
.pc, .bg-image {
	display: none;
}
}

