
body {
   font-family: "A+EqpB-貂ｸ繧ｴ繧ｷ繝�繧ｯ菴� Pr6N M", "Yu Gothic", 貂ｸ繧ｴ繧ｷ繝�繧ｯ菴�, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", 繝｡繧､繝ｪ繧ｪ, Meiryo, verdana, sans-serif;;
   /* background-color: #FFE6DC; */
    /* background: linear-gradient(#add8e6, #ffe6dc);  */
    width: 100%;
    color: #4D4D4D;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* 遖∵ｭ｢豌ｴ蟷ｳ貊壼勘 */
    background-attachment: fixed;
 }
  
.colum_title{
    opacity: 0.7;
}
 .right{
    text-align: center;
   
 }
 .right h2{
    margin: 0;
    opacity: 0.7
 }

 .colum_place{
    
    border-radius: 10px; 
 }
 .colum_place01,
 .colum_place02,
 .colum_place03,
 .colum_place04,
 .colum_place05,
 .colum_place06,
 .colum_place07{
    background-color: #f2f2f27d;
    border-radius :20px ;
    margin-bottom: 20px;

 }
 .right img {
 width: 200px;
 border-radius: 10px;
 margin-right: 25px;
 height: 140px;
 }
 /* 譁�蟄励�ｮ繝翫Φ繝舌�ｼ縲�繝�繧ｶ繧､繝ｳ */
 .circle-number {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 28px;
        border-radius: 50%;
        background-color: rgb(235,112,140);
        color: #fff;
        top: -125px;
        right: -30px;
    
    
}

body {
   opacity: 0;
   animation: fadeIn 0.3s ease-in forwards;
}

@keyframes fadeIn {
   from {
       opacity: 0;
   }
   to {
       opacity: 1;
   }
}

