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

html{font-family: 'Noto Sans JP', sans-serif;scroll-behavior: smooth;background:#63C46A;}
body{    font-feature-settings: "palt";}
.main-wrapper{background-color: #63C46A;overflow: hidden;}
figure>img,picture img,a img{width: 100%;}
.flex{display: flex;justify-content: space-between;align-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.flex-rev{flex-direction: row-reverse;}

body * p,body * td,body * th,ul li{line-height: 1.8}
body * th{font-weight: normal;}
.sp{display: none;}

h1,h2,h3,h4,h5,h6{font-weight: bold!important;}

.border-text{display: inline-block; font-size: 1rem;margin-top: 0.5rem;}