@charset "UTF-8";
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
.contents {
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
}
img {
    width: 100%;
    height: auto;
}
.sdgs_c {
    margin-right: auto;
    margin-left: auto;
    max-width: 1040px;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    z-index: 0;
}
.sdgs_c img {
    width: 100%;
    height: auto;
}
.s_graph {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
    margin-right: auto;
    max-width: 1040px;
    margin-bottom: 40px;
    margin-left: auto;
}
.s_graph .g_parts  {
    background-color: #f0f4f7;
    width: calc(33.3% - 30px);
}
.square {
    width: 15%;
    /*   background-img: url(ここに画像ファイルのパスを入れると背景が画像になります。); */
    object-fit: cover;
    object-position: 54% 50%;
    position: relative;
    color: #00b9e2;
}
.square img {
    width: 100%;
    height: auto;
}
.square::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square p  {
    position: absolute;
    top: 0px;
}
.square p.p1_1  , .square p.p2_1  , .square p.p3_1{
    color: #595857;
    font-size: 2rem;
    top: 8%;
    left: 8%;
    font-weight: 500;
}
.square p.p1_2, .square p.p2_2, .square p.p3_2 {
    bottom: 5%;
    right: 5%;
    top: auto;
    font-size: 1.4rem;
    color: #595857;
}
.square .ig_01 {
    max-width: 115px;
    top: 8%;
    position: absolute;
    right: 9%;
}
.square .ig_02 {
    max-width: 100px;
    position: absolute;
    top: 21%;
    left: 8%;
}
.square .ig_03 {
    max-width: 152px;
    position: absolute;
    top: 8%;
    right: 12%;
}
.news {
    background-color: #f0f4f7;
    width: 95%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    margin-top: 40px;
    text-align: center;
}
.news h2 {
    text-align: center;
    color: #00b9e2;
    font-size: 2rem;
    font-weight: bold;
}
.news hr {
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #807e7d;
    height: 1px;
    width: 95%;
    max-width: 1200px;
    margin-bottom: 5px;
}
.news_waku {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 15px;
    max-height: 150px;
    overflow-y: scroll;
}
.news dl {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: center;
    display: inline-block;
}
.news dl dt, .news dl dd {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.news dl dd a {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.news dl dt {
    width: auto;
    float: left;
    clear: both;
}
.news dl dd {
    width: auto;
    float: left;
}
.news dl span  {
    background-color: hsla(191,100%,45%,1.00);
    color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 1.3rem;
    padding-bottom: 1px;
    padding-top: 0px;
    line-height: 0px;
}
.news dl span.oshirase {
    background-color: #FF94B0;
}
.news dl span.release {
    background-color: #58D9C0;
}
.news dl span.info {
    background-color: #007CDF;
}
.menu_waku {
    width: 100%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
}
.menu_sdgs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.menu_sdgs li {
    background-color: #f0f4f7;
    width: calc(33.3% - 30px);
    margin-bottom: 40px;
    height: 230px;
    position: relative;
}
.menu_sdgs li a {
    display: block;
    width: 100%;
    height: 100%;
}
.menu_sdgs li img {
    display: block;
    position: absolute;
    right: 0px;
    left: 0px;
    margin-right: auto;
    margin-left: auto;
    top: 15%;
    width: 32%;
}
.menu_sdgs li div {
    text-align: center;
    position: absolute;
    right: 0px;
    left: 0px;
    margin-right: auto;
    margin-left: auto;
    bottom: 15%;
}
.menu_sdgs li h3 {
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 2px solid #07b9e2;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
    padding-right: 3px;
    padding-left: 3px;
    width: auto;
}
.s_msg {
    width: 95%;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
.s_msg a img {
    width: 100%;
    height: auto;
}
.head {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    max-width: 1040px;
    justify-content: space-between;
}
.head .sus_logo  {
    max-width: 217px;
}
.head .sus_nav {
    max-width: 680px;
}
.head .sus_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.head .sus_nav ul li {
    width: calc(33% - 15px);
    border-bottom: 2px solid #07B8E3;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}
.head .sus_nav ul li:nth-child(1), .head .sus_nav ul li:nth-child(4) {
    margin-left: 0px;
}
.head .sus_nav ul li:nth-child(3), .head .sus_nav ul li:nth-child(6) {
    margin-right: 0px;
}
.head .sus_nav ul li a {
    color: #595857;
    font-size: 1.6rem;
    display: block;
    font-weight: 600;
}
.kudo {
    background-color: #07B8E3;
    color: #FFF;
    margin-top: 8px;
    text-align: right;
    padding-top: 2px;
    padding-right: 13px;
    padding-bottom: 5px;
    padding-left: 13px;
    margin-bottom: 0px;
}
.kudo a {
    font-size: 1.8rem;
    color: #FFF;
    font-weight: 600;
    display: block;
}
.kudo a span {
    font-size: 1.4rem;
    margin-right: 10px;
}
.sankaku{
    width: 0;
    height: 0;
    border-left: 1.2rem solid white;
    border-top: 0.9rem solid transparent;
    border-bottom: 0.9rem solid transparent;
    float: right;
    margin-left: 10px;
    margin-top: 0.5rem;
}
.sus_about {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    max-width: 920px;
}
.s_head {
    border-bottom: 4px solid #dfe3e6;
    padding-bottom: 8px;
}
.s_head span {
    font-size: 2.8rem;
    font-weight: 500;
    border-bottom: 4px solid #07b9e2;
    padding-right: 8px;
    padding-bottom: 8px;
}
.sus_box {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    margin-bottom: 60px;
}
.sus_txt {
    font-size: 1.6rem;
    line-height: 3.2rem;
    max-width: 580px;
    font-weight: 300;
    width: 63%;
}
.sus_img {
    max-width: 280px;
    text-align: right;
    font-size: 1.8rem;
    width: 30.4%;
}
.sus_img img {
    display: block;
    margin-bottom: 10px;
}
.sus_img span {
    display: block;
    font-weight: 600;
}
.sus_gr {
    background-color: #f0f4f7;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6.4%;
    padding-right: 7.6%;
    padding-bottom: 6.4%;
    padding-left: 7.6%;
    text-align: center;
    margin-bottom: 60px;
}
.sus_gr h2 {
    font-weight: 600;
    font-size: 2.6rem;
    color: #00b9e2;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.sus_gr h3 {
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    color: #FFF;
    background-color: #00b9e2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
}
.sus_gr p {
    font-size: 1.6rem;
    line-height: 3.2rem;
    font-weight: 300;
}
.sus_gr p.mr {
    margin-bottom: 60px;
}
.sus_torikumi {
    margin-right: auto;
    margin-left: auto;
}
.sus_scroll p.sp {
    display: none;
}
.sus_torikumi h1 {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
.sus_torikumi table {
    width: 100%;
    margin-bottom: 80px;
}
.sus_torikumi table tr {
    background-color: #68cce2;
    color: #FFF;
    font-weight: 600;
    font-size: 1.6rem;
}
.sus_torikumi table tr th, .sus_torikumi table tr td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
}
.sus_torikumi table tr:nth-child(even)  {
    background-color: #00b9e2;
}
.sus_torikumi h2 {
    color: #00b9e2;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    line-height: 5rem;
    margin-bottom: 80px;
}
.sus_kadai {
    margin-bottom: 80px;
}
.sus_kadai h1 {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
.sus_kadai table {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 780px;
    width: 100%;
    border-collapse: collapse;
}
.sus_kadai table tr {
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 600;
}
.sus_kadai table tr th {
    font-size: 3.2rem;
    font-weight: 600;
}
.sus_kadai table tr th.kadai {
    font-size: 1.6rem;
}
.sus_kadai table tr th, .sus_kadai table tr td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 8px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
}
.sus_kadai table tr td {
    vertical-align: top;
    font-weight: 500;
}
.sus_kadai table tr td.sus_row {
    vertical-align: middle;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 25px;
    padding-left: 25px;
    width: 37%;
}
.sus_kadai table tr td.sus_row div {
    display: flex;
}
.sus_kadai table tr td.sus_row div div.kok {
    display: table;
}
.sus_kadai table tr td.sus_row div div.kok div {
    display: table-cell;
    vertical-align: middle;
    font-size: 2.2rem;
    font-weight: 600;
}
.sankaku2{
    width: 0;
    height: 0;
    border-left: 3.6rem solid white;
    border-top: 3.6rem solid transparent;
    border-bottom: 3.6rem solid transparent;
    float: left;
    margin-left: 10px;
    margin-top: 0.5rem;
    margin-right: 20px;
}
.sus_mokuhyou h1 {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
.sus_mokuhyou .sus_gr.moku {
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
}
.sus_mokuhyou .sus_gr.moku ul {
    display: flex;
    justify-content: space-between;
}
.sus_mokuhyou .sus_gr.moku ul li {
    color: #00B9E2;
    font-weight: 600;
    font-size: 1.8rem;
    max-width: 140px;
}
.sus_mokuhyou .sus_gr.moku ul li img {
    display: block;
    margin-top: 15px;
}
.sus_shishin h1 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
.sus_shishin table {
    width: 100%;
    margin-bottom: 80px;
}
.sus_shishin table tr th, .sus_shishin table tr td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    font-weight: 500;
}
.sus_shishin table tr {
    color: #FFF;
    font-weight: 600;
    font-size: 1.6rem;
}
.sus_shishin table tr.hito {
    background-color: #ffa726;
    color: #FFF;
    font-weight: 600;
    font-size: 1.6rem;
}
.sus_shishin table tr.hito:nth-child(even)  {
    background-color: #ffb64d;
}

.sus_shishin table tr.kankyo {
    background-color: #aed45d;
    color: #FFF;
    font-weight: 600;
    font-size: 1.6rem;
}
.sus_shishin table tr.kankyo:nth-child(even)  {
    background-color: #9bc73b;
}

.sus_shishin table tr.gijutsu {
    background-color: #68cce2;
    color: #FFF;
    font-weight: 600;
    font-size: 1.6rem;
}
.sus_shishin table tr.gijutsu:nth-child(even)  {
    background-color: #00b9e2;
}

.sus_shishin table tr.etc {
    background-color: #ff87c8;
    color: #FFF;
    font-weight: 600;
    font-size: 1.6rem;
}
.sus_shishin table tr.etc:nth-child(even)  {
    background-color: #ffa6d6;
}
.sus_repo {
    margin-top: 60px;
}
.sus_repo .sus_rwaku {
    margin-top: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.sus_repo .sus_rwaku ul li {
    font-size: 1.6rem;
    margin-bottom: 15px;
    position: relative;
}
.sus_repo .sus_rwaku ul li .date {
    margin-right: 20px;
}
.sus_repo .sus_rwaku ul li a {
    text-decoration: underline;
}
.sus_repo .sus_rwaku ul li a img {
    height: 100%;
    max-width: 1.2rem;
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    top: 2px;
    position: relative;
}
.sdgs_c.t_m {
    margin-top: 30px;
}
.sus_ea {
    margin-top: 60px;
}
.sus_ea .sus_eco {
    margin-top: 40px;
}
.sus_ea .sus_eco h1 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 30px;
}
.sus_eco .sus_eco_img {
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.sus_eco .sus_eco_img div {
    width: 230px;
    height: 300px;
    background-color: #CCCCCC;
}
.sus_ea .sus_eco h2 {
    color: #07B9E2;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 8px;
}
.sus_ea .sus_eco p {
    font-size: 1.6rem;
    line-height: 3rem;
}
.sus_ex {
    border: 2px solid #DFE3E6;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.sus_ex .ex_txt {
    text-indent: -1.8rem;
    margin-left: 2.8rem;
    width: 60%;
}
.sus_ex .ex_txt h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.sus_ex .ec_img {
    max-width: 320px;
    width: 38%;
}
.sus_ex .link {
    display: flex;
    flex-wrap: wrap;
}
.ex_txt a    {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.6rem;
    margin-top: 20px;
    display: block;
    font-weight: 600;
    background-color: #CBE5E9;
    width: 42%;
    border-radius: 40px;
    text-align: center;
    margin-right: 20px;
    color: #424242;
    text-indent: 0px;
    margin-left: 20px;
}
.ex_txt a:hover {
    background-color: #DCEDEF;
}

@media screen and (min-height:1100px){

}

@media screen and (max-width:768px){
.s_graph {
    width: 95%;
}
.square p.p1_1, .square p.p2_1, .square p.p3_1 {
    color: #595857;
    font-size: 1.6rem;
    top: 7%;
    left: 8%;
    font-weight: 500;
}
.square p.p1_2, .square p.p2_2, .square p.p3_2 {
    bottom: 5%;
    right: 5%;
    top: auto;
    font-size: 1.3rem;
    color: #595857;
}
.square .ig_01 {
    max-width: 115px;
    top: 8%;
    position: absolute;
    right: 9%;
    width: 28%;
}
.square .ig_02 {
    max-width: 100px;
    position: absolute;
    top: 21%;
    left: 8%;
    width: 34%;
}
.square .ig_03 {
    max-width: 152px;
    position: absolute;
    top: 8%;
    right: 12%;
    width: 44%;
}
.menu_sdgs {
    display: flex;
    justify-content: space-between;
    width: 95%;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
}
.menu_sdgs li {
    background-color: #f0f4f7;
    width: calc(33.3% - 15px);
    margin-bottom: 25px;
    height: 230px;
    position: relative;
}
.menu_sdgs li h3 {
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 2px solid #07b9e2;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
    padding-right: 3px;
    padding-left: 3px;
    width: auto;
}
.menu_sdgs li img {
    width: 44%;
}
.head {
    display: block;
}
.head .sus_logo {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 150px;
}
.head .sus_nav {
    margin-right: auto;
    margin-left: auto;
}
.sus_about {
    margin-right: 20px;
    margin-left: 20px;
}
.sus_img {
    max-width: 280px;
    text-align: right;
    font-size: 1.4rem;
    width: 30.4%;
}
.sus_gr {
    margin-right: 20px;
    margin-left: 20px;
}
.sus_torikumi {
    margin-right: 20px;
    margin-left: 20px;
}
.sus_kadai {
    margin-right: 20px;
    margin-left: 20px;
}
.sus_mokuhyou {
    margin-right: 20px;
    margin-left: 20px;
}
.sus_shishin {
    margin-right: 20px;
    margin-left: 20px;
}
.sus_repo {
    margin-left: 20px;
    margin-right: 20px;
}
.sus_ea {
    margin-left: 20px;
    margin-right: 20px;
}
.sus_eco .sus_eco_img  {
    width: 80%;
}
.sus_eco .sus_eco_img div {
    height: 40vw;
    width: 40%;
}
.ex_txt a {
    width: 60%;
}
    
}

@media screen and (max-width:480px){
#c_main {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.s_graph {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    width: 100%;
    margin-right: auto;
    max-width: 1040px;
    margin-bottom: 20px;
    margin-left: auto;
    flex-wrap: wrap;
}
.s_graph .g_parts {
    background-color: #f0f4f7;
    width: 44%;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    position: relative;
}
.s_graph .g_parts:first-child {
    width: 93%;
}
.square p.p1_1 {
    font-size: 6vw;
    top: 5%;
}
.square p.p2_1, .square p.p3_1   {
    color: #595857;
    font-size: 3.4vw;
    top: 5%;
    left: 8%;
    font-weight: 500;
}
.square p.p1_2 {
    font-size: 4vw;
}
.square p.p2_2, .square p.p3_2   {
    bottom: 5%;
    right: 5%;
    top: auto;
    font-size: 2.8vw;
    color: #595857;
}
.square .ig_01 {
    max-width: 145px;
    top: 5%;
    position: absolute;
    right: 9%;
    width: 34%;
}
.square .ig_03 {
    max-width: 152px;
    position: absolute;
    top: 5%;
    right: 12%;
    width: 44%;
}
.news {
    text-align: left;
    margin-top: 0px;
    padding-bottom: 20px;
    padding-top: 15px;
}
.news hr {
    margin-top: 5px;
    margin-bottom: 0px;
    width: 100%;
}
.news_waku  {
    overflow-y: scroll;
}
.news .news_waku dl {
}
.news .news_waku dl dt,  .news .news_waku dl dd.c{
    margin-bottom: 5px;
}
.news .news_waku dl dd {
    margin-bottom: 15px;
    width: 100%;
}
.news .news_waku dl dd.c {
    width: auto;
}
.menu_sdgs {
    display: flex;
    justify-content: space-between;
    width: 95%;
    flex-wrap: wrap;
}
.menu_sdgs li {
    background-color: #f0f4f7;
    width: 48%;
    margin-bottom: 20px;
    height: 45vw;
    position: relative;
}
.menu_sdgs li a {
    display: block;
    width: 100%;
    height: 100%;
}
.menu_sdgs li img {
    display: block;
    position: absolute;
    right: 0px;
    left: 0px;
    margin-right: auto;
    margin-left: auto;
    top: 15%;
    width: 100%;
    height: auto;
    max-width: 23vw;
}
.menu_sdgs li div {
    text-align: center;
    position: absolute;
    right: 0px;
    left: 0px;
    margin-right: auto;
    margin-left: auto;
    bottom: 15%;
}
.menu_sdgs li h3 {
    font-size: 3vw;
    font-weight: 500;
    border-bottom: 2px solid #07b9e2;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
    padding-right: 3px;
    padding-left: 3px;
    width: auto;
}
.head .sus_nav {
    margin-right: 20px;
    margin-left: 20px;
}
.head .sus_nav ul li a {
    font-size: 3vw;
    line-height: 4vw;
}
.kudo a {
    font-size: 1.5rem;
}
.sankaku {
    width: 0;
    height: 0;
    border-left: 1rem solid white;
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    float: right;
    margin-left: 7px;
    margin-top: 0.5rem;
}
.s_head span {
    font-size: 5vw;
}
.sus_box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.sus_txt {
    width: 100%;
}
.sus_img {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    width: 50%;
    margin-bottom: 30px;
}
.sus_gr {
    padding-left: 20px;
    padding-right: 20px;
}
.sus_gr h2 {
    font-size: 5vw;
    margin-bottom: 10px;
}
.sus_gr h3 {
    margin-bottom: 7px;
}
.sus_gr p {
    text-align: left;
    line-height: 150%;
    margin-bottom: 10px;
}
.sus_scroll {
    overflow-x: scroll;
    margin-bottom: 60px;
}
.sus_scroll p.sp {
    display: inherit;
    margin-bottom: 3px;
    font-size: 3.4vw;
}
.sus_torikumi table {
    margin-bottom: 5px;
    width: 1040px;
}
.sus_torikumi h2 {
    font-size: 4.5vw;
    text-align: left;
    line-height: 220%;
}
.sus_torikumi h1   , .sus_kadai h1  , .sus_mokuhyou h1   {
    font-size: 7vw;
}
.sus_shishin h1 {
    font-size: 6vw;
}
.sus_kadai table {
    width: 1040px;
}
.sus_kadai table tr th {
    font-size: 2.4rem;
}
.sus_mokuhyou .sus_gr.moku {
    padding-top: 25px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
}
.sus_mokuhyou .sus_gr.moku ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.sus_mokuhyou .sus_gr.moku ul li {
    font-size: 3.8vw;
    width: 46%;
}
.sus_mokuhyou .sus_gr.moku ul li img {
    margin-top: 5px;
    margin-bottom: 30px;
}
.sus_shishin table {
    width: 1040px;
    margin-bottom: 60px;
}
.sus_repo .sus_rwaku ul li .date {
    display: block;
}
.sus_eco .sus_eco_img {
    width: 85%;
}
.sus_eco .sus_eco_img div {
    width: 44%;
    height: 45vw;
}
.sus_ea .sus_eco h1 {
    font-size: 5.5vw;
}
.sus_ex {
    flex-direction: column;
}
.sus_ex .ex_txt {
    width: 95%;
    margin-bottom: 30px;
    margin-left: 5%;
}
.sus_ex .ex_txt p {
    font-size: 3.8vw;
}
.sus_ex .ec_img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.ex_txt a {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.sus_ex .link {
    justify-content: center;
    margin-left: -1.8rem;
}
}
