@charset "UTF-8";
img{max-width: 100%; user-select: none;}
main{max-width:1072px; margin:0 auto;}
h1{margin-bottom: 10px;}
.flex{display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; margin-bottom: 50px;}
.furusato01{width: calc(50% - 5px);}
.furusato02{width: calc(25% - 10px);}
.buttonRound{display: flex; align-items: center; justify-content: center; max-width: 60%; margin: 10px auto 20px; padding: 8px 0 10px; font-size: 18px; color: #fff; text-align: center; overflow-wrap: anywhere; background-color: #F08300; border-radius: 30px;}
.furusato02 .buttonRound{font-size: 14px;}
.buttonRound:hover{
  opacity: 0.8;
}
/*　非掲載　*/
.c-box{border:solid 1px red;padding:30px;margin:20% 0 0 0;}
.close{font-size:1.2em;color:red;line-height:2.5em;}
.c-txt{text-align: center;}
/*　非掲載オワリ　*/

@media screen  and ( max-width:767px) {
main{width:95%;margin:0 auto;}
h2{font-size:2.1vw!important;}
.flex{flex-direction: column;}
.furusato01,.furusato02{width: 100%;}
.buttonRound{font-size: 14px;}
/*　非掲載　*/
.c-box{border:solid 1px red;padding:30px;margin:20% 0 0 0;}
.close{font-size:3.5vw;color:red;line-height:1.5em;}
.c-txt{font-size:3vw;margin:20px 0 0 0;}
/*　非掲載オワリ　*/   
    
    
    
}