@charset "UTF-8";
.page_top_area h3{
    text-align: center;
    width: 20rem;
    padding: 5px 3rem;
    background-color: rgba(0,107,171,1.00);
    border-radius: 30px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 3rem;
    font-weight: 400;
    margin: 0 auto;
}
.top_area_catch{
    width: 40%;
    margin: 30px auto;
}
.outline_area{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    max-width: 1120px;
}
.outline_st{
    width: 180px;
}
.outline_st img{
    width: 100%;
}
.outline_cont{
    width: calc(100% - 200px);
    padding-top: 10px;
}
.outline_cont dl{
    width: 100%;
    padding: 5px 10px 15px;;
    border-bottom: 1px dotted #006bac;
    display: flex;
    align-items: center;
}
.outline_cont dt{
    width: 10rem;
    color: #006bac;
    font-weight: 500;
}
.outline_cont dd{
    width: calc(100% - 12rem);
}
.page_area{
    width: 80%;
    padding: 40px 0 40px;
    position: relative;
    margin: 0 auto;
    max-width: 1120px;
}
.page_area h3{
    text-align: center;
    width: 20rem;
    padding: 5px 3rem;
    background-color: rgba(0,107,171,1.00);
    border-radius: 30px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 3rem;
    font-weight: 400;
    margin: 20px auto;
}
.outline_time{
    width: calc(100% - 200px);
    padding-top: 10px;
}
.outline_time dl{
    width: 100%;
    padding: 5px 10px 15px;;
    border-bottom: 1px dotted #006bac;
    display: flex;
    align-items: flex-start;
}
.outline_time dt{
    width: 15rem;
    color: #006bac;
    font-weight: 500;
}
.outline_time dd{
    
}
.outline_time dd p{
    width: 100%;
    font-weight: 500;
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
}
/*----------main2------------*/
.main2{
    width: 100%;
    margin: 0;
    padding: 0;
    background-color:#FFF; 
}
/*----------main3------------*/

.main3{
    width: 100%;
    margin: 0;
    padding: 0;
    background-color:#EEF9FA; 
}
.mark_area{
    width: 100%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.mark_area_item{
    width: 48%;
    margin: 10px 0;
    padding: 20px;
    border:2px solid #006bac;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.item_left{
    width: 40%;
}
.item_right{
    width: 55%;
    padding: 10px 0;
    font-size: 1.1rem;
    line-height: 1.7rem;
}
 .link_box_item img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}


/*---------------------------------------------
--------------------MAX 900PX-----------------------------*/
@media screen and (max-width:900px){
.page_top_area h3{
    text-align: center;
    width: 15rem;
    padding: 5px 3rem;
    background-color: rgba(0,107,171,1.00);
    border-radius: 30px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2rem;
    font-weight: 400;
    margin: 0 auto;
}
.top_area_catch{
    width: 60%;
    margin: 30px auto;
}
.outline_area{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0;
    max-width: 800px;
}
.outline_st{
    width: 150px;
}
.outline_st img{
    width: 100%;
}
.outline_cont{
    width: 100%;
    padding-top: 10px;
}
.outline_cont dl{
    width: 100%;
    padding: 5px 10px 15px;
    border-bottom: 1px dotted #006bac;
    display: flex;
    align-items: center;
}
.outline_cont dt{
    width: 10rem;
    color: #006bac;
    font-weight: 500;
}
.outline_cont dd{
    width: 100%;
}
.page_area{
    width: 90%;
    padding: 40px 0 40px;
    position: relative;
    margin: 0 auto;
    max-width: 900px;
}
.page_area h3{
    text-align: center;
    width: 15rem;
    padding: 5px 3rem;
    background-color: rgba(0,107,171,1.00);
    border-radius: 30px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 2rem;
    font-weight: 400;
    margin: 20px auto;
}
.outline_time{
    width: 100%;
    padding-top: 10px;
}
.outline_time dl{
    width: 100%;
    padding: 5px 10px 15px;;
    border-bottom: 1px dotted #006bac;
    display: flex;
    align-items: flex-start;
}
.outline_time dt{
    width: 15rem;
    color: #006bac;
    font-weight: 500;
}
.outline_time dd{
    
}
.outline_time dd p{
    width: 100%;
    font-weight: 500;
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
}

.mark_area{
    width: 90%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.mark_area_item{
    width: 48%;
    margin: 10px 0;
    padding: 20px;
    border:2px solid #006bac;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.item_left{
    width: 50%;
    margin: 0 auto
}
.item_right{
    width: 100%;
    padding: 10px 0;
    font-size: 1.1rem;
    line-height: 1.7rem;
}
}
/*---------------------------------------------
--------------------MAX 480PX-----------------------------*/
@media screen and (max-width:480px){
 .page_top_area h3{
    text-align: center;
    width: 12rem;
    padding: 6px 0;
    background-color: rgba(0,107,171,1.00);
    border-radius: 30px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0 auto;
}
.top_area_catch{
    width: 80%;
    margin: 20px auto;
}
.outline_area{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0;
    max-width: 480px;
}
.outline_st{
    width: 150px;
}
.outline_st img{
    width: 100%;
}
.outline_cont{
    width: 100%;
    padding-top: 10px;
}
.outline_cont dl{
    width: 100%;
    padding: 5px 0 10px;
    border-bottom: 1px dotted #006bac;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.outline_cont dt{
    width: 10rem;
    color: #006bac;
    font-weight: 500;
}
.outline_cont dd{
    width: 100%;
}
.page_area{
    width: 90%;
    padding: 30px 0 30px;
    position: relative;
    margin: 0 auto;
    max-width: 480px;
}
.page_area h3{
    text-align: center;
    text-align: center;
    width: 12rem;
    padding: 6px 0;
    background-color: rgba(0,107,171,1.00);
    border-radius: 30px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.8rem;
    font-weight: 400;
    margin: 0 auto;
}
.outline_time{
    width: 100%;
    padding-top: 10px;
}
.outline_time dl{
    width: 100%;
    padding: 5px 0 15px;
    border-bottom: 1px dotted #006bac;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.outline_time dt{
    width: 100%;
    color: #006bac;
    font-weight: 500;
}
.outline_time dd{
    
}
.outline_time dd p{
    width: 100%;
    font-weight: 500;
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
}

.mark_area{
    width: 90%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
.mark_area_item{
    width: 100%;
    margin: 10px auto;
    padding: 20px;
    border:2px solid #006bac;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.item_left{
    width: 50%;
    margin: 0 auto
}
.item_right{
    width: 100%;
    padding: 10px 0;
    font-size: 1.1rem;
    line-height: 1.7rem;
} 
}