@charset "utf-8";

body {
	background-image: none;
}

.page_ttl_wrap {
	background-image: url(../img/guide/guide_top.jpg);
}

/*-----------guide01-----------------*/

.guide_sec1_ttl1 {
	text-align: center;
    font-size: 24px;
    color: #EFBF45;
    font-weight: bold;
}

.guide_sec1_ttl2 {
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
} 

.about_guide_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 100px;
}

.about_guide_flex .left {
	max-width:  50%;
}

.about_guide_flex .left_ttl {
    font-size: 22px;
    border-bottom: 3px solid #EFBF45;
    display: inline;
    padding-bottom: 3px;
}

.about_guide_flex .left p {
	margin-top: 15px;
}

.about_guide_right img {
	max-width: 500px;
}

@media screen and (max-width: 768px) {
	
	
	.guide_sec1_ttl1 {
		font-size: 22px;
	}
	
	.guide_sec1_ttl2 {
	  font-size: 19px;
      margin-top: 5px;
	}
		
	.about_guide_flex {
		flex-direction: column-reverse;
		margin-bottom: 50px;
	}
	
	.guide_sec2 {
    padding-bottom: 50px;
}
	
	.about_guide_right img {
    max-width: 100%;
}
	
	.about_guide_flex .left {
	margin-top: 10px;
    max-width: 100%;
}
   
	.about_guide_flex .left .left_ttl {
		font-size: 20px;
	}
	
	.about_guide_flex .left p {
    margin-top: 10px;
}
	
}
/*-----------guide01ここまで-----------------*/

/*-----------guide02-----------------*/

.guide_sec2 {
	background: #F8F4EC;
	padding-top: 1px;
	padding-bottom: 100px;
}

.nagare_ttl1 {
	font-size: 22px;
    border-bottom: 3px solid #EFBF45;
    display: inline;
    padding-bottom: 3px;
}

.guide_sec2 .first {
	margin-top: 50px;
}

.nagare_flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 50px;
}

.nagare_flex .middle {
    margin-left: 20px;
    margin-right: 20px;
}

.nagare_icon {
	display: contents;
}

.nagare_icon img {
	max-width: 118px;
}

.middle img {
	max-width: 400px;
}

.nagare_txt {
	max-width: 56%;
}


.last {
	margin-bottom: 50px;
}

.sub {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	
	.center_sp {
		text-align: center;
	}
    
	.nagare_flex {
	flex-direction: column;
}
	
	.nagare_icon img {
    max-width: 150px;
}
	
	.nagare_flex .middle {
    margin: 15px 0;
	text-align: center;
}
	
	.middle img {
    max-width: 90%;
}
	
	.nagare_txt {
    max-width: 85%;
    margin: 0 auto;
    font-size: 16px;
}
	
	.sub {
    max-width: 85%;
    margin: 0 auto;
    font-size: 14px;
}
	
}
/*-----------guide02ここまで-----------------*/

/*-----------guide03------------------*/


.center {
	text-align: center;
	margin-bottom: 50px;
}

.nagare_ttl2 {
	font-size: 22px;
    border-bottom: 3px solid #EFBF45;
    display: inline-block;
    padding-bottom: 3px;
	text-align: center;
}

.fee_back {
	background: #F8F4EC;
    border-radius: 15px;
	padding: 50px;
	margin-bottom: 150px;
}

.fee_flex {
	display: flex;
    align-items: center;
    justify-content: space-around;
	background: #fff;
	padding: 80px;
	max-width: 80%;
    margin: 0 auto;
}

.fee_flex ul {
	padding: 0;
	margin-right: 40px;
}

.fee_icol img {
	max-width: 50%;
}

ul {
  list-style: none!important;
}

.fee_flex ul li {
	border-bottom: 1px solid;
    margin-bottom: 20px;
	font-size: 18px
}

.kingaku {
	    font-size: 22px;
}

.mon_fee {
	border-bottom: 3px solid #FF6E6E;
}

.goukei {
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	
	.guide_sec3 {
		margin-bottom: 200px;
	}
   
	  .fee_back {
    padding: 20px;
}
	
	.fee_flex {
		flex-direction: column;
		padding: 40px;
	}
	
	.fee_flex ul {
    margin-right: 0px;
}
	
	.fee_flex ul li {
    font-size: 16px;
}
	
	.kingaku {
    font-size: 20px;
}
	
	.fee_icol_sp {
		text-align: center;
		margin-bottom: 15px;
	}
	
	.fee_icol_sp img {
		max-width: 40%;
	}
	
	.goukei {
    font-size: 22px;
}
	
}

/*-----------guide03ここまで-----------------*/