@charset "UTF-8";
.modaal-noscroll {
overflow: hidden;
}
.modaal-accessible-hide {
position: absolute !important;
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important;
overflow: hidden;
}
.modaal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
opacity: 0;
}
.modaal-wrapper {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
overflow: auto;
opacity: 1;
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
border: none;
background: transparent;
padding: 0;
-webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
display: none;
opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
overflow: hidden;
}
.modaal-outer-wrapper {
display: table;
position: relative;
width: 100%;
height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
display: block;
}
.modaal-inner-wrapper {
display: table-cell;
width: 100%;
height: 100%;
position: relative;
vertical-align: middle;
text-align: center;
padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
padding: 0;
display: block;
vertical-align: top;
}
.modaal-container {
position: relative;
display: inline-block;
width: 100%;
margin: auto;
text-align: left;
color: #000;
max-width: 1000px;
border-radius: 0px;
background: #fff;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
cursor: auto;
}
.modaal-container.is_loading {
height: 100px;
width: 100px;
overflow: hidden;
}
.modaal-fullscreen .modaal-container {
max-width: none;
height: 100%;
overflow: auto;
}
.modaal-close {
position: fixed;
right: 20px;
top: 20px;
color: #fff;
cursor: pointer;
opacity: 1;
width: 50px;
height: 50px;
background: rgba(0, 0, 0, 0);
border-radius: 100%;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.modaal-close:focus,
.modaal-close:hover {
outline: none;
background: #fff;
}
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
background: #b93d0c;
}
.modaal-close span {
position: absolute !important;
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important;
overflow: hidden;
}
.modaal-close:before,
.modaal-close:after {
display: block;
content: " ";
position: absolute;
top: 14px;
left: 23px;
width: 4px;
height: 22px;
border-radius: 4px;
background: #fff;
-webkit-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out;
}
.modaal-close:before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.modaal-close:after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
background: #afb7bc;
right: 10px;
top: 10px;
}
.modaal-content-container {
padding: 30px;
}
.modaal-confirm-wrap {
padding: 30px 0 0;
text-align: center;
font-size: 0;
}
.modaal-confirm-btn {
font-size: 14px;
display: inline-block;
margin: 0 10px;
vertical-align: middle;
cursor: pointer;
border: none;
background: transparent;
}
.modaal-confirm-btn.modaal-ok {
padding: 10px 15px;
color: #fff;
background: #555;
border-radius: 3px;
-webkit-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
text-decoration: none;
color: #2f2f2f;
}
.modaal-instagram .modaal-container {
width: auto;
background: transparent;
box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
padding: 0;
background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
width: 1px !important;
height: 1px !important;
opacity: 0 !important;
}
.modaal-instagram iframe {
opacity: 0;
margin: -6px !important;
border-radius: 0 !important;
width: 1000px !important;
max-width: 800px !important;
box-shadow: none !important;
-webkit-animation: instaReveal 1s linear forwards;
animation: instaReveal 1s linear forwards;
}
.modaal-image .modaal-inner-wrapper {
padding-left: 140px;
padding-right: 140px;
}
.modaal-image .modaal-container {
width: auto;
max-width: 100%;
}
.modaal-gallery-wrap {
position: relative;
color: #fff;
}
.modaal-gallery-item {
display: none;
}
.modaal-gallery-item img {
display: block;
}
.modaal-gallery-item.is_active {
display: block;
}
.modaal-gallery-label {
position: absolute;
left: 0;
width: 100%;
margin: 20px 0 0;
font-size: 18px;
text-align: center;
color: #fff;
}
.modaal-gallery-label:focus {
outline: none;
}
.modaal-gallery-control {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 1;
cursor: pointer;
color: #fff;
width: 50px;
height: 50px;
background: rgba(0, 0, 0, 0);
border: none;
border-radius: 100%;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
opacity: 0;
cursor: default;
}
.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
outline: none;
background: #fff;
}
.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
background: #afb7bc;
}
.modaal-gallery-control span {
position: absolute !important;
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important;
overflow: hidden;
}
.modaal-gallery-control:before,
.modaal-gallery-control:after {
display: block;
content: " ";
position: absolute;
top: 16px;
left: 25px;
width: 4px;
height: 18px;
border-radius: 4px;
background: #fff;
-webkit-transition: background 0.2s ease-in-out;
transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
margin: -5px 0 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.modaal-gallery-control:after {
margin: 5px 0 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.modaal-gallery-next-inner {
left: 100%;
margin-left: 40px;
}
.modaal-gallery-next-outer {
right: 45px;
}
.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
left: 22px;
}
.modaal-gallery-prev:before {
margin: 5px 0 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
margin: -5px 0 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
right: 100%;
margin-right: 40px;
}
.modaal-gallery-prev-outer {
left: 45px;
}
.modaal-video-wrap {
margin: auto 50px;
position: relative;
}
.modaal-video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
background: #000;
max-width: 1300px;
margin-left: auto;
margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.modaal-iframe .modaal-content {
width: 100%;
height: 100%;
}
.modaal-iframe-elem {
width: 100%;
height: 100%;
display: block;
}
.modaal-loading-spinner {
background: none;
position: absolute;
width: 200px;
height: 200px;
top: 50%;
left: 50%;
margin: -100px 0 0 -100px;
-webkit-transform: scale(0.25);
-ms-transform: scale(0.25);
transform: scale(0.25);
}
.modaal-loading-spinner > div {
width: 24px;
height: 24px;
margin-left: 4px;
margin-top: 4px;
position: absolute;
}
.modaal-loading-spinner > div > div {
width: 100%;
height: 100%;
border-radius: 15px;
background: #fff;
}
.modaal-loading-spinner > div:nth-of-type(1) > div {
-webkit-animation: modaal-loading-spinner 1s linear infinite;
animation: modaal-loading-spinner 1s linear infinite;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
-ms-animation: modaal-loading-spinner 1s linear infinite;
-moz-animation: modaal-loading-spinner 1s linear infinite;
-webkit-animation: modaal-loading-spinner 1s linear infinite;
-o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(1) {
-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(2) > div {
-webkit-animation: modaal-loading-spinner 1s linear infinite;
animation: modaal-loading-spinner 1s linear infinite;
-webkit-animation-delay: .12s;
animation-delay: .12s;
}
.modaal-loading-spinner > div:nth-of-type(2) {
-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(3) > div {
-webkit-animation: modaal-loading-spinner 1s linear infinite;
animation: modaal-loading-spinner 1s linear infinite;
-webkit-animation-delay: .25s;
animation-delay: .25s;
}
.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
-ms-animation: modaal-loading-spinner 1s linear infinite;
-moz-animation: modaal-loading-spinner 1s linear infinite;
-webkit-animation: modaal-loading-spinner 1s linear infinite;
-o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(3) {
-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(4) > div {
-webkit-animation: modaal-loading-spinner 1s linear infinite;
animation: modaal-loading-spinner 1s linear infinite;
-webkit-animation-delay: .37s;
animation-delay: .37s;
}
.modaal-loading-spinner > div:nth-of-type(4) {
-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(5) > div {
-webkit-animation: modaal-loading-spinner 1s linear infinite;
animation: modaal-loading-spinner 1s linear infinite;
-webkit-animation-delay: .5s;
animation-delay: .5s;
}
.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
-ms-animation: modaal-loading-spinner 1s linear infinite;
-moz-animation: modaal-loading-spinner 1s linear infinite;
-webkit-animation: modaal-loading-spinner 1s linear infinite;
-o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(5) {
-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(6) > div {
-webkit-animation: modaal-loading-spinner 1s linear infinite;
animation: modaal-loading-spinner 1s linear infinite;
-webkit-animation-delay: .62s;
animation-delay: .62s;
}
.modaal-loading-spinner > div:nth-of-type(6) {
-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(7) > div {
-webkit-animation: modaal-loading-spinner 1s linear infinite;
animation: modaal-loading-spinner 1s linear infinite;
-webkit-animation-delay: .75s;
animation-delay: .75s;
}
.modaal-loading-spinner > div:nth-of-type(7) {
-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(8) > div {
-webkit-animation: modaal-loading-spinner 1s linear infinite;
animation: modaal-loading-spinner 1s linear infinite;
-webkit-animation-delay: .87s;
animation-delay: .87s;
}
.modaal-loading-spinner > div:nth-of-type(8) {
-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
@media only screen and (min-width: 1400px) {
.modaal-video-container {
padding-bottom: 0;
height: 731px;
}
}
@media only screen and (max-width: 1140px) {
.modaal-image .modaal-inner-wrapper {
padding-left: 25px;
padding-right: 25px;
}
.modaal-gallery-control {
top: auto;
bottom: 20px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
background: rgba(0, 0, 0, 0.7);
}
.modaal-gallery-control:before,
.modaal-gallery-control:after {
background: #fff;
}
.modaal-gallery-next {
left: auto;
right: 20px;
}
.modaal-gallery-prev {
left: 20px;
right: auto;
}
}
@media screen and (max-width: 900px) {
.modaal-instagram iframe {
width: 500px !important;
}
}
@media only screen and (max-width: 600px) {
.modaal-instagram iframe {
width: 280px !important;
}
}
@media screen and (max-height: 1100px) {
.modaal-instagram iframe {
width: 700px !important;
}
}
@media screen and (max-height: 1000px) {
.modaal-inner-wrapper {
padding-top: 60px;
padding-bottom: 60px;
}
.modaal-instagram iframe {
width: 600px !important;
}
}
@media screen and (max-height: 900px) {
.modaal-instagram iframe {
width: 500px !important;
}
.modaal-video-container {
max-width: 900px;
max-height: 510px;
}
}
@media only screen and (max-height: 820px) {
.modaal-gallery-label {
display: none;
}
}
@keyframes instaReveal {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes instaReveal {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes modaal-loading-spinner {
0% {
opacity: 1;
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
opacity: .1;
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes modaal-loading-spinner {
0% {
opacity: 1;
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
100% {
opacity: .1;
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
}
 div#main_div.no_overflow{ background: #fff;
width: 100%;
padding: 0;
}
.page.sdgs#content_div{
width: 100%;
padding: 0;
margin-bottom: 0;
}
.page.sdgs#content_div .txt{
text-align: center;
}
.page.sdgs#content_div .sdgs_bg{
margin-bottom: 90px;
}
.page.sdgs#content_div .sdgsBnr{
width: 1000px;
margin: 80px auto;
}
.page.sdgs#content_div p{
letter-spacing: 0.025em;
}
.page.sdgs#content_div .sdgsBnr img{ }
.page.sdgs#content_div .sdgsBnr p{
text-align: center;
}
.page.sdgs#content_div .content_sdgs .sdgs_title .inner_title{
width: 450px;
height: 60px;
background: #0B70AA;
display: block;
font-size: 24px;
color: #fff;
font-weight: bold;
text-align: center;
line-height: 60px;
margin: 0 auto;
position: relative;
z-index: 1;
letter-spacing: 0.025em;
}
.page.sdgs#content_div .content_sdgs.action{
margin-bottom: 90px;
}
.page.sdgs#content_div .content_sdgs.action .txt{
font-size: 18px; width: 900px;
margin: 40px auto 60px;
background-image:
linear-gradient(
180deg,
rgba(0,0,0,0) 0%,
rgba(0,0,0,0) 97%,
#ddd 97%,
#ddd 100%
);
background-size:100% 3.0em;
line-height:3.05;
}
.page.sdgs#content_div .content_sdgs.action .images{
justify-content: center;
}
.page.sdgs#content_div .content_sdgs.action .images img{
width: 445px;
}
.page.sdgs#content_div .content_sdgs.action .images img:first-child{
margin-right: 14px;
}
.page.sdgs#content_div .content_sdgs .sdgs_title{
position: relative;
height: 60px;
}
.page.sdgs#content_div .content_sdgs .sdgs_title:before{
content: "";
display: block;
width: 100%;
max-width: 1200px;
border-bottom: 2px solid #0B70AA;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 0;
} .page.sdgs#content_div .sdgs_bg{
background: #F4F8FB;
padding-top: 90px;
padding-bottom:90px;
}
.page.sdgs#content_div .sdgs_bg .content_sdgs.about .txt{ line-height: 2;
font-size: 18px;
margin: 40px auto;
}
.page.sdgs#content_div .sdgs_bg .content_sdgs.about .image{
width: 1000px;
border-radius: 10px;
margin: 0 auto;
text-align: center;
padding-top: 20px;
padding-bottom: 19px;
background: #fff;
}
.page.sdgs#content_div .sdgs_bg .content_sdgs.about .image img{
width: 800px;
} .page.sdgs#content_div .content_sdgs.action2{
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg{
width: 1000px;
margin: 70px auto 90px;
padding-top: 50px;
padding-bottom: 50px;
background: #F4F8FB;
position: relative;
border-radius: 10px;
}
.page.sdgs#content_div .content_sdgs h3{
width: 350px;
font-weight: bold;
padding-bottom: 4px;
margin: 0 auto;
font-size: 20px;
color: #0B70AA;
text-align: center;
border-bottom: 2px dotted #0B70AA;
letter-spacing: 0.025em;
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg .txt{
font-size: 16px;
width: 660px;
text-align: left;
line-height: 2.25;
margin: 20px auto 40px;
text-indent: -1em;
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg .txt.list{
width: 828px;
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg .txt li{
margin-bottom: 2px;
letter-spacing: 0.025em;
margin-left: 1em;
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg .txt.list li:last-child{
margin-bottom: 0;
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg .txt li:before{
content: '・';
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg .txt.list2{
width: 750px;
line-height: 1.9;
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg .txt.list2 li{
margin-bottom: 10px;
letter-spacing: 0.025em;
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg .txt.list2 li:last-child{
margin-bottom: 0;
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg::before{
content: '';
display: block;
width: 60px;
height: 60px;
background-image: url(//morishitahoken.jp/wp-content/themes/morishitahoken/images/sdgs-mark.png);
background-size: cover;
position: absolute;
left: 50%;
top: -30px;
transform: translateX(-50%);
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg .image{
width: 540px;
margin: 0 auto;
}
.page.sdgs#content_div .content_sdgs.together{
margin-bottom: 100px;
}
.page.sdgs#content_div .content_sdgs.together h2{
font-size: 30px;
color: #0B70AA; text-align: center;
margin: 0 auto;
font-weight: bold;
}
.page.sdgs#content_div .content_sdgs.together h2:after{
content: '';
width: 350px;
border-bottom: 2px dotted #0B70AA;
display: block;
margin: 8px auto 0;
}
.page.sdgs#content_div .content_sdgs.together .txt{
text-align: center;
font-weight: bold;
font-size: 18px;
line-height: 1.9;
margin: 20px auto 0;
}
.page.sdgs#content_div .sdgs_bg.relation{
padding-top: 70px;
padding-bottom: 68px;
margin-bottom: 0;
}
.page.sdgs#content_div .content_sdgs.links{
}
.page.sdgs#content_div .content_sdgs.links h3{
margin-bottom: 24px;
}
.page.sdgs#content_div .content_sdgs.links .txt{ width: 510px;
margin: 0 auto;
}
.page.sdgs#content_div .content_sdgs.links .txt li{
text-align: left;
margin-bottom: 15px;
}
.page.sdgs#content_div .content_sdgs.links .txt li a{ color: #000;
font-size: 16px;
text-decoration: underline;
}
.page.sdgs#content_div .content_sdgs.links .txt li a:hover{
color: #ff7e6d;
}
.page.sdgs#content_div .content_sdgs.links .txt li:before{
content: '▲';
display: inline-block;
margin-right: 0.5em;
transform: rotate(90deg);
} .page.sdgs#content_div .addtoany_share_save_container,
.page.sdgs#content_div .addtoany_content,
.page.sdgs#content_div .addtoany_content_bottom{
display: none;
} @media only screen and (max-width: 699px){
.page.sdgs#content_div {
padding: 0 2% !important;
}
.page.sdgs#content_div .sdgs_bg{
padding: 40px 0;
margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
padding-right: calc(50vw - 50%);
padding-left: calc(50vw - 50%);
}
.page.sdgs#content_div .sdgsBnr{
width: 100%;
}
.page.sdgs#content_div .sdgsBnr p{
text-align: left;
margin-top: 0;
}
.page.sdgs#content_div .content_sdgs .sdgs_title .inner_title{
width: 95%;
font-size: 18px;
height: 54px;
line-height: 54px;
}
.page.sdgs#content_div .content_sdgs.action .txt{
width: 100%;
text-align: left;
font-size: 16px;
margin-top: 24px;
}
.page.sdgs#content_div .content_sdgs.action .images{
width: 100%;
height: auto;
align-items: flex-start;
margin: 0 auto;
}
.page.sdgs#content_div .content_sdgs.action .images img:first-child{
margin-bottom: 24px;
margin-right: 0;
}
.page.sdgs#content_div .sdgs_bg .content_sdgs.about .txt{
text-align: left;
}
.page.sdgs#content_div .sdgs_bg .content_sdgs.about .txt{
font-size: 16px;
margin-top: 48px;
}
.page.sdgs#content_div .sdgs_bg .content_sdgs.about .image{
width: 100%;
}
.page.sdgs#content_div .sdgs_bg .content_sdgs.about .image img{
width: 80%;
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg{
margin: 60px auto 80px;
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg .txt li{
margin-bottom: 18px;
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg .txt,
.page.sdgs#content_div .content_sdgs.action2 .inner_bg .txt.list,
.page.sdgs#content_div .content_sdgs.action2 .inner_bg .txt.list2{
line-height: 1.8;
width: 100%;
}
.page.sdgs#content_div .content_sdgs.action2 .inner_bg .image{
width: 100%;
}
.page.sdgs#content_div .content_sdgs h3{
width: 100%;
}
.page.sdgs#content_div .sdgsBnr{
margin: 48px auto;
}
.page.sdgs#content_div .content_sdgs.together h2{
font-size: 28px;
text-align: left;
}
.page.sdgs#content_div .content_sdgs.together h2:after{
width: 100%;
}
.page.sdgs#content_div .content_sdgs.together .txt{
text-align: left;
}
.page.sdgs#content_div .content_sdgs.links .txt{
width: 100%;
}
.page.sdgs#content_div .content_sdgs.links .txt li{
display: flex;
align-items: baseline;
}
.page.sdgs#content_div .sdgs_bg.relation{
padding-top: 40px;
padding-bottom: 40px;
}
}