@charset "UTF-8";
.guide_area{
    width: 70%;
    margin: 30px auto 50px;
    display: flex;
    flex-direction: column;
    max-width: 980px;
}
.guide_top{
    width: 100%;
    display: flex;
    justify-content:flex-end;
    align-content: flex-end;
    margin: 0 auto 20px
}

.guide_top_item1{
    width: 70%;
    font-size: 1.5rem;
    color: #21844a;
    line-height: 2.4rem;
    margin-top: 20px;
    font-weight: 500;
}
.guide_top_item2{
    width: 25%;
    margin-top: -80px;
    padding-right: 5%;
}
.guide_top_item2 img{
    width: 80%;
}
.guide_icon{
    width: 20%;
    margin: -50px 0 10px 30px;
}
.guide_item{
    width: 100%;
    padding: 20px 15px 20px 0;
    background-color: #fff;
    border-radius: 15px;
    margin:0;
}
.guide_ttl {
    width: 30%;
    padding: 5px 20px;
    color: #fff;
    background-color: rgba(78,145,114,1.00);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 1.2rem;
}
.guide_cont{
    width: 100%;
    padding-left: 30px;
    font-size: 1.1rem;
}

.arrow{
    font-size: 3rem;
    color: rgba(233,168,96,1.00);
    text-align: center;
    margin: 10px auto 20px;
    line-height: 2.5rem
}
.guide_tel{
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
}
.guide_tel a{
    text-decoration: none;
    color: #000;
}
.guide_tel a:hover{
    color: #EE9320;
}
.guide_color_1{
    color: #ca464d;
}
.guide_mail_btn{
    width: 200px;
    margin: 10px 0;
}
.guide_mail_btn img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}
.guide_bottom{
    width: 70%;
    display: flex;
    flex-direction: column;
    max-width: 980px;
    margin: 40px auto;
}
.guide_bottom_ttl{
    font-size: 1.5rem;
    color: #21844a;
    font-weight: 500;
}
.guide_bottom_box dl{
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.guide_bottom_box dt{
    width: 50px;
    color: #956030;
    font-size: 2rem;
}
.guide_bottom_box dd{
    width: calc(100% - 50px);
    margin: 10px 0;
}

@media screen and (max-width:900px){

.guide_area{
    width: 90%;
    margin: 30px auto 50px;
    display: flex;
    flex-direction: column;
    max-width: 980px;
}
.guide_top{
    width: 100%;
    display: flex;
    justify-content:flex-end;
    align-content: flex-end;
    margin: 0 auto 40px
}
.guide_bottom{
    width: 85%;
    display: flex;
    flex-direction: column;
    max-width: 980px;
    margin: 40px auto;
}
}

@media screen and (max-width:480px){
.guide_area{
    width: 90%;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    max-width: 480px;
}
.guide_top{
    width: 100%;
    display: flex;
    justify-content:space-between;
    align-content: flex-start;
    margin: 0 auto 30px
}

.guide_top_item1{
    width: 60%;
    font-size: 1.2rem;
    color: #21844a;
    line-height: 1.8rem;
    margin-top: 20px;
    font-weight: 500;
}
.guide_top_item2{
    width: 35%;
    margin-top: -20px;
    padding-right: 5%;
}
.guide_top_item2 img{
    width: 80%;
}
.guide_icon{
    width: 35%;
    margin: -40px 0 10px 30px;
}
.guide_item{
    width: 100%;
    padding: 20px 15px 20px 0;
    background-color: #fff;
    border-radius: 15px;
    margin:0;
}
.guide_ttl {
    width: 60%;
    padding: 5px 20px;
    color: #fff;
    background-color: rgba(78,145,114,1.00);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 1.2rem;
}
.guide_cont{
    width: 100%;
    padding: 0 0 0 20px;
    font-size: 1.1rem;
}

.arrow{
    font-size: 3rem;
    color: rgba(233,168,96,1.00);
    text-align: center;
    margin: 10px auto 20px;
    line-height: 2.5rem
}
.guide_tel{
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
}
.guide_tel a{
    text-decoration: none;
    color: #000;
}
.guide_tel a:hover{
    color: #EE9320;
}
.guide_color_1{
    color: #ca464d;
}
.guide_mail_btn{
    width: 200px;
    margin: 10px 0;
}
.guide_mail_btn img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
}
.guide_bottom{
    width: 80%;
    display: flex;
    flex-direction: column;
    max-width: 980px;
    margin: 20px auto 0;
}
.guide_bottom_ttl{
    font-size: 1.5rem;
    color: #21844a;
    font-weight: 500;
}
.guide_bottom_box dl{
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.guide_bottom_box dt{
    width: 40px;
    color: #956030;
    font-size: 2rem;
}
.guide_bottom_box dd{
    width: calc(100% - 40px);
    margin: 10px 0;
}
}