

main{
    grid-area:center;
    
    }

    /* パンくずリスト */

.breadcrumb {
    margin:0 10px 0;
    padding: 1em;
    list-style: none;
    background: #fef2d6;
    overflow: hidden;
  }
  
  .breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    font-weight: bold;/*太字*/
  }
  
  .breadcrumb li:after {
    /* >を表示*/
    content: '>';
    padding: 0 0.2em;
    color: #8e8270;
  }
  
  .breadcrumb li:last-child:after {
    content: '';
  }
  
  .breadcrumb li a {
    text-decoration: none;
    color: #feaa23;
  }
  
  .breadcrumb li:first-child a:before {
    /*家アイコンに*/
    font-family: FontAwesome;
    content: '\f015';
    font-weight: normal;
    font-size: 1.1em;
  }
  
  .breadcrumb li a:hover {
    text-decoration: underline;
  }






/* ------------------------------------- */

    
        .main_block_title{
            position: relative;
            padding: 0.5em 0.7em;
            margin: 2em 10% 80px;
            background: rgb(0, 31, 124);
            box-shadow: 0px 0px 0px 5px rgb(0, 31, 124);
            border: dashed 2px white;
            padding: 0.2em 0.5em;
            font-weight: bold;
            color: white;
        }
        .main_block_title:after{
            position: absolute;
            content: '';
            right: -7px;
            top: -7px;
            border-width: 0 15px 15px 0;
            border-style: solid;
            border-color: white #dff1f5 blueviolet;
            box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
        }

                .main_block_title h2{
                    margin: 0; 
                    padding: 20px;
                    text-align: center;
                    font-size: 30px;
                    color: white;
                }




                    

                                
                                    

            

      

                    





.termsofuse-link{
    background-color: white;
    min-height: 80px;
    position: relative;
    margin: 2em 15% 60px;
    padding: 0.5em 1em;
    border: solid 3px #db3d3d;
}

        .termsofuse-link-title{
            position: absolute;
            display: inline-block;
            top: -27px;
            left: -3px;
            padding: 0 9px;
            height: 25px;
            line-height: 25px;
            font-size: 20px;
            background: #db3d3d;
            color: #ffffff;
            font-weight: bold;
            border-radius: 5px 5px 0 0;
        }

                    .termsofuse-link p{
                        margin: 10px 2px 0; 
                        padding: 0;
                    }

 main ul{
     display: block;
     margin: 30px;
 }

 main ol{
   display: flex;
 }

 main img{
    width:90%;
    margin: 10px 10px 10px;
}

main img:hover {
  transform: scale(1.1);
  opacity: 0.5;    
}




 