@charset "utf-8";
/* CSS Document */


/*mamechisiki css*/

/*h3 style*/
               .mame-title {
                color: #333333;
                border-bottom: solid 3px #aae7fff6;
                position: relative;
                margin: 20px 0 30px;
                font-size: 1.2rem;
                width: 400px;
              }


              .mame-title:after {
                position: absolute;
                content: " ";
                display: block;
                border-bottom: solid 3px #ffe5c1;
                bottom: -3px;
                width: 20%;
              }



/*list style*/
              .mame-area{
              display: inline-block;
              }
              .mame-list ul,
             {
                background: #e8f8fff6;
                border-radius: 8px;
                padding: 0.5em 0.5em 0.5em 2em;
                max-width: 700px;
              }
             
              .mame-list ul li,
                {
                
                font-weight: 600;
                line-height: 1.5;
                padding: 0.5em 0;
              }
              .mame-list ul li{
                list-style-type: disc;
	              margin-left: 24px;
	              text-align: left;
                padding-top: 10px;
               }

              .mame-list ol {
               counter-reset:number; 
               list-style-type: none!important; 
               padding:0.5em;
                }
              .mame-list ol li {
                position: relative;
                padding-left: 30px;
                line-height: 1.5em;
                padding: 0.5em 0.5em 0.5em 35px;
                list-style: none;
                }

              .mame-list ol li:before{
                position: absolute;
                counter-increment: number;
                content: counter(number);
                display:inline-block;
                background: #5c9ee7;
                color: white;
                font-family: 'Avenir','Arial Black','Arial',sans-serif;
                font-weight:bold;
                font-size: 15px;
                border-radius: 50%;
                left: 0;
                width: 25px;
                height: 25px;
                line-height: 25px;
                text-align: center;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                }




              /* pankuzu list*/
              .breadcrumb_area {
                height: 20px;
               }
              .breadcrumbs {
                display: flex;
                margin: 0 0 30px 30px;
               }
              .breadcrumbs li::after{
                content: ">";
                display: inline-block;
                padding: 0 10px;
               }
              .breadcrumbs li:last-child::after{
                display: none;
              
              }
              
/*topics css*/

/*h2 style*/    .topicarea_title{
  text-align: center;
}
                .topicarea_title h1{
                  font-family:Times New Roman,Arial, Helvetica, sans-serif;
                  font-size: 1.8rem;
                  letter-spacing: 5px;
                  position: relative;
                  display: inline-block;
                  margin-bottom: 1.3em;
                  }
                 .topicarea_title h1:before {
                    content: '';
                    position: absolute;
                    bottom: -20px;
                    display: inline-block;
                    width: 50px;
                    height: 2px;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    background-color: #999;
                    border-radius: 2px;
                }

                .topics-title{
                  margin: 50px 0 15px;
                  background: #2981BA;
                  color: #FFF;
                  font-weight: 600;
                  font-size: 1.3rem;
                  padding: 10px 0.5em 0.5em;
                }
                  
                  .topics-list ul li{
                    position: relative;
                    padding: 0 0 0 16px;
                    margin-bottom: 10px;
                }
                .topics-list ul li::before{
                    content: "";
                    position: absolute;
                    top: 50%;   /* 縦軸をセンタリングする */ 
                    left: 0;
                    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
                    border: 5px solid transparent;
                    border-left: 8px solid #afafaf;   /* 好みで色を変えてください */  
                }
/*h3 style*/
.sub-title{
  margin:15px 0  ;
  font-size: 1.2rem;
  padding: 0rem 0.7rem;
  border-left: 4px solid #ffe5c1;
}
.koushinbi{
  font-size: 0.8rem;
  padding-right: 10px;
  text-align: right;
  margin-bottom: 20px;
}

.mame-subtitle{
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 250px;
  padding-bottom: 30px;
  }
  .mame-subtitle::before {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
  margin-right: 20px;
  }
  #page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    background-color: #999;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}
#page_top a:hover {
    background-color: #666;
    text-decoration: none;
}