@charset "UTF-8";
hr {
margin: 0;
border: none;
border-top: 15px #e8c537 solid;
}

.container{
margin: auto;
max-width: 1024px;
}

.column{
display: flex;
}

.services {
display: flex;
justify-content: center;
margin-bottom: 20px;
}

.services_img img{
width: 390px;
height: 390px;
}

.services_box{
width: 320px;
background: #e8c537;
text-align: cdetailenter;
padding: 0px;
}

.services_box h2{
text-align: center;
white-space: nowrap;
border: 1px #ffffff solid;
padding: 10px;
margin: 10px 10px 0px;
}

.services_box p{
color: #ffffff;
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
font-size:13px;
padding: 10px;
}



/* 右カラム
--------------------------------------------------------- */
.column_right{
margin-top: 30px;
margin-bottom: 200px;
padding: 20px;
justify-content: center;
}

.column_right h2{
color: #000000;
font-size: 16px;
font-weight: 600;
text-align: center;
margin-bottom: 10px;
}

.column_right ul {
padding: 30px 70px;
}
.column_right ul li{
padding: 5px;
}

.infobox_right{
justify-content: center;
}

.info_right{
background-color: #ca4c91;
width: 220px;
margin: 10px;
padding: 20px;
text-align: center;
border-radius: 15px;  
    -webkit-border-radius: 15px; 
    -moz-border-radius: 15px;
}

.info_right a:link,a:visited,a:hover{
text-decoration: none;
}

.info_right img{
padding-left: 15px;
padding-top: 0px;
width: 57px;
float: left;
}

/* Media Queries(メディアクエリ)
--------------------------------------------------------- */
@media screen and (max-width: 1023px){
hr {
border-top: 15px #e8c537 solid;
}
    
.container{
width: 100%;
}
     
.column {
width: 100%;
flex-direction: column;
margin: 0 auto;
}    

.column_left {
width: 100%;
}
    
.column_right h2{
margin-bottom: 30px;
}

    
.column_right {
width: 100%;
margin: 0 auto;
margin-top: 30px;
padding: 0 0 230px 0;
}

.column_right_box{
display: flex; 
justify-content: center;
}

.column_right ul {
display: none; 
}

 .infobox_right{
display: flex;
}
}

@media screen and (max-width: 700px){
hr {
border-top: 10px #e8c537 solid;
}

.container{
width: 100%;
}

.services{
flex-direction: column;
}

.services_box{
width: 100%;
}
    
    
.services img{
width: 100%;
height: auto;
}
    
.services_box{
display: flex;
} 

.infobox_right{
flex-direction: column;
margin-top: 20px;
}

.info_right{
width: 85%;
}
    
}

@media screen and (max-width: 480px){ 
hr {
border-top: 10px #e8c537 solid;
}
.services_box{
flex-direction: column;
} 
  
.column_right{
flex-direction: column;
width: 100%;
}

.column_right_box img{
width: 100%;
}
     
    
}