/*
Theme Name: saiene2019
Author: saiene.jp
Author URI: https://saiene.jp/
Description: saiene.jp 2019.8
*/

@charset "utf-8";

/* HTML5 Reset
------------------------------------------------------------- */

section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
details {
    display: block;
}

video,
audio,
canvas {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    margin: 0;
}

p,
blockquote,
dl,
dd,
figure {
    margin: 0;
}

hr {
    color: inherit;
    height: auto;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    font-family: monospace, sans-serif;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

strong,
b {
    font-weight: bold;
}

small {
    font-size: 0.83em;
}

q {
    quotes: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

code,
samp,
kbd {
    font-family: monospace, sans-serif;
}

mark {
    color: black;
    background-color: yellow;
}

sub,
sup {
    font-size: 0.83em;
    line-height: 0;
    vertical-align: baseline;
    position: relative;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

br {
    letter-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    padding: 0;
    text-align: left;
}

th,
td {
    text-align: left;
    vertical-align: baseline;
    padding: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

legend {
    border: 0;
    *margin-left: -7px;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: 1em;
    color: inherit;
    margin: 0;
}

input,
button {
    line-height: normal;
    vertical-align: inherit;
    *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]:focus {
    outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

select {
    background-color: inherit;
    line-height: normal;
}

textarea {
    vertical-align: top;
    overflow: auto;
    *font-family: sans-serif;
}



/* Global Styles
------------------------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    color: #222;
    background: #fff;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

a:link,
a:visited {
    color: #222;
}

a:focus,
a:active {
    color: #222;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.pcOnly {
    display: inherit;
}

.spOnly {
    display: none;
}



/* Common Styles
------------------------------------------------------------- */

header {
    background-color: #68828f;
    height: 180px;
    width: 1400px;
    margin: 0 auto;
}

header .inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

header h1 {
    width: 313px;
    height: 80px;
    line-height: 0;
    position: absolute;
    top: 45px;
    left: 50px;
}

header h1 img {
    width: 100%;
}

header #hNav {
    position: absolute;
    top: 44px;
    right: 0;
}

header #hNav ul {
    display: flex;
}

header #hNav ul li {
    font-size: 1.6rem;
    line-height: 27px;
    letter-spacing: 0.1em;
}

header #hNav > ul > li > a:after,
header #hNav > ul > li > span:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    margin-top: 5px;
    bottom: -10px;
    background-color: #ff5e00;
    height: 5px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 0;
}

header #hNav > ul > li:hover > a:after,
header #hNav > ul > li:hover > span:after {
    left: 0;
    right: 0;
    width: auto;
}

header #hNav ul li a,
header #hNav ul li span {
    display: block;
    padding: 0 30px;
    border-left: 1px solid #fff;
    color: #fff;
    position: relative;
}

header #hNav ul li a:hover {
    opacity: 1;
}

header #hNav ul li span {
    cursor: pointer;
}

header #hNav ul li:first-child a {
    border: none;
}

header #hNav ul ul {
    display: none;
    margin-top: 10px;
    position: relative;
    z-index: 10;
}

header #hNav ul ul li {
    line-height: 34px;
}

header #hNav ul ul li a {
    display: block;
    padding: 0;
    border-left: none;
    background-color: #fff;
    color: #000;
    text-align: center;
}

header #hNav ul ul li a:hover {
    background-color: #ff5e00;
    color: #fff;
    opacity: 1;
}

main {
    width: 1400px;
    margin: 0 auto;
}

footer {
    background-color: #68828f;
    height: 322px;
    width: 1400px;
    margin: 0 auto;
}

footer .inner {
    width: 1400px;
    margin: 0 auto;
}

footer .inner:after {
    content: "";
    display: block;
    clear: both;
}

footer ul#fNav {
    width: 692px;
    float: left;
    margin: 50px 0 0 200px;
    display: flex;
}

footer ul#fNav li {
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    margin-right: 20px;
}

footer ul#fNav > li:last-child {
    margin: 0 0 0 -30px;
}

footer ul#fNav li a,
footer ul#fNav li span {
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
}

footer ul#fNav li ul {
    border-left: 1px solid #b3c0c7;
    padding-left: 8px;
}

footer ul#fNav li ul li {
    line-height: 2em;
    margin-right: 0;
}

footer ul#fNav li ul li a {
    margin-bottom: 0;
}

footer .txtBlock {
    width: 308px;
    float: right;
    margin: 50px 200px 0 0;
}

footer p.txt {
    font-size: 1.3rem;
    line-height: 1em;
    color: #fff;
    margin-bottom: 15px;
}

footer ul#fLedbyNav {
    border-left: 1px solid #b3c0c7;
    padding-left: 8px;
    margin-bottom: 65px;
    margin-right: -50px;
}

footer ul#fLedbyNav li {
    font-size: 1.3rem;
    line-height: 2em;
}

footer ul#fLedbyNav li a {
    color: #fff;
}

footer p.copyright {
    font-size: 1.2rem;
    line-height: 1em;
    color: #fff;
    text-align: right;
    margin-left: -100px;
}

nav#pageTop {
    position: fixed;
    right: 70px;
    bottom: 70px;
    width: 71px;
    height: 72px;
    line-height: 0;
}

nav#pageTop a {
    outline: none;
}

.linkIcon img {
    width: 20px;
    margin: 0 3px;
    vertical-align: middle;
}

/* Top
------------------------------------------------------------- */

#topMv {}

#topMv .mvSlide.pcOnly {
    display: inherit;
}

#topMv .mvSlide.spOnly {
    display: none;
}

#topNews {
    background: url(common/images/bg_stripe.gif);
    padding: 50px 0;
}

#topNewsHd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 200px 30px;
}

#topNews h2 {
    font-size: 4.0rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #ff5e00;
}

#topNewsHd a {
    font-size: 2.0rem;
    color: #000;
    text-decoration: none;
}

#topNewsHd a span {
    color: #ff5e00;
}

#topNews ul {
    margin: 0 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#topNews ul li {
    width: 315px;
    margin: 0 27px 22px 0;
}

#topNews ul li:nth-child(3n) {
    margin-right: 0;
}

#topNews ul li p.img {
    width: 315px;
    margin-bottom: 15px;
}

#topNews ul li p.img img {
    width: 100%;
    height: auto;
}

#topNews ul li p.title {
    font-size: 1.4rem;
    line-height: 1.7em;
    margin-bottom: 10px;
}

#topNews ul li p.date {
    font-size: 1.2rem;
    line-height: 1em;
}

#topAbout {
    padding-bottom: 50px;
    background: url(common/images/top_about_bg.jpg) no-repeat center top #68828f;
}

#topAbout h2 {
    margin: 0 200px 20px;
    padding-top: 300px;
    font-size: 4.0rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
}

#topAbout p.lead {
    margin: 0 200px 20px;
    font-size: 2.0rem;
    line-height: 1.5em;
    color: #fff;
}

#topAbout p.btn {
    margin: 0 200px 50px;
}

#topAbout p.btn a {
    display: inline-block;
    background: url(common/images/bg_corner01.png) no-repeat right bottom #68828f;
    padding: 15px 40px;
    color: #fff;
    font-size: 2.0rem;
    line-height: 1em;
}

#topAbout ul {
    margin: 0 200px;
    display: flex;
    justify-content: space-between;
}

#topAbout ul li {
    width: 315px;
    height: 330px;
    background: url(common/images/top_about_img01.gif) no-repeat center bottom #fff;
}

#topAbout ul li:nth-child(2) {
    background-image: url(common/images/top_about_img02.gif);
}

#topAbout ul li:nth-child(3) {
    background-image: url(common/images/top_about_img03.gif);
}

#topAbout ul li dl {
    position: relative;
}

#topAbout ul li dt {
    position: absolute;
    top: 20px;
    margin: 0 20px;
    font-size: 2.0rem;
    line-height: 1.3em;
}

#topAbout ul li dd {
    position: absolute;
    top: 145px;
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.1em;
    font-weight: bold;
}

#topAbout ul li dd strong {
    font-size: 6.0rem;
    font-weight: bold;
    color: #ff5e00;
    letter-spacing: 0.05em;
}

#topMembers {
    background: url(common/images/top_members_bg.jpg) no-repeat center top #dceeee;
    padding-top: 45px;
}

#topMembers h2 {
    margin: 0 200px 20px;
    font-size: 4.0rem;
    line-height: 1em;
    color: #ff5e00;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.topIcons {
    margin: 0 200px 19px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 1.6rem;
    line-height: 1.5em;
}

.topIcons img {
    height: 16px;
    vertical-align: middle;
    margin-right: 4px;
}

.topIcons .topIconsTitle {
    margin-right: 1em;
}

.topIcons .topIconsTitle span {
    color: #ff5e00;
}

.topIcons .topIcons1,
.topIcons .topIcons2,
.topIcons .topIcons3 {
    margin-right: 1em;
}

#topMembers .topMembersHd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#topMembers .topMembersHd h2 {
    flex-shrink: 0;
}

#topMembers .topMembersHd .topMembersHdBtn {
    flex-shrink: 0;
    width: 261px;
    margin-right: 200px;
}

#topMembers .topMembersHd .topMembersHdBtn img {
    width: 100%;
}

#topMembers h2 span {
    font-size: 1.2rem;
    color: #000;
    letter-spacing: 0;
    font-weight: normal;
    margin-left: 15px;
}

#topMembers ul {
    margin: 0 200px 50px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#topMembers ul#topAmbassadorsList {
    margin-bottom: 0;
    padding-bottom: 35px;
}

#topMembers ul li {
    width: 184px;
    margin: 0 20px 15px 0;
    text-align: center;
}

#topMembers ul li:nth-child(5n) {
    margin-right: 0;
}

#topMembers ul li p.img {
    line-height: 0;
    background: #fff;
    max-width: 100%;
    height: 138px;
    margin-bottom: 10px;
}

#topMembers ul li p.name {
    font-size: 1.6rem;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

#topMembers ul li p.name a {
    display: inline-block;
    margin-right: 4px;
}

#topMembers ul li p.name a:last-child {
    margin-right: 0;
}

#topMembers ul li p.name img {
    height: 16px;
    width: auto;
    vertical-align: middle;
}

#topLedby {
    padding-top: 45px;
}

#topLedby h2 {
    margin: 0 0 40px 200px;
    font-size: 4.0rem;
    line-height: 1em;
    color: #ff5e00;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#topLedby ul {
    margin: 0 200px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#topLedby ul li img {
    width: 100%;
}

#topLedby ul li#topLedbyGPN {
    width: 180px;
}

#topLedby ul li#topLedbyICLEI {
    width: 181px;
}

#topLedby ul li#topLedbyIGES {
    width: 146px;
}

#topLedby ul li#topLedbyJCLP {
    width: 181px;
}

#topLedby ul li#topLedbyJNCCA {
    width: 180px;
    margin-left: -15px;
}

#topEndorser {
    padding: 45px 0 60px;
    background-color: #c8dcf0;
}

#topEndorser h2 {
    margin: 0 200px 40px;
    font-size: 4.0rem;
    line-height: 1em;
    color: #ff5e00;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#topEndorser .txtImgBlock {
    background-color: #fff;
    margin: 0 200px;
    padding: 30px 30px 30px 43px;
    display: flex;
    justify-content: space-between;
}

#topEndorser .txtImgBlock p.img {
    width: 248px;
}

#topEndorser .txtImgBlock p.img img {
    width: 100%;
}

#topEndorser .txtImgBlock .txtBlock {
    width: 634px;
}

#topEndorser .txtImgBlock .txtBlock h3 {
    font-size: 2.3rem;
    line-height: 1.13;
    margin-bottom: 15px;
}

#topEndorser .txtImgBlock .txtBlock p.txt {
    font-size: 1.6rem;
    line-height: 1.56;
}

#topEndorser .txtImgBlock .txtBlock p.link {
    font-size: 1.6rem;
    line-height: 1.6em;
    text-align: right;
}

#topContact {
    background: url(common/images/bg_stripe.gif);
    padding: 50px 0;
}

#topContact:after {
    content: "";
    display: block;
    clear: both;
}

#topContact p.img {
    float: left;
    margin-left: 243px;
    width: 432px;
    height: 205px;
    line-height: 0;
}

#topContact .linkBlock {
    float: right;
    margin-right: 243px;
    width: 430px;
    height: 203px;
    border: 1px solid #68828f;
    background: url(common/images/bg_corner01.png) no-repeat right -1px bottom -1px #fff;
}

#topContact .linkBlock a {
    display: block;
    width: 370px;
    height: 143px;
    padding: 30px;
}

#topContact .linkBlock h2 {
    font-size: 2.8rem;
    line-height: 1em;
    font-weight: normal;
    color: #ff5e00;
    margin-bottom: 20px;
}

#topContact .linkBlock p.txt {
    font-size: 1.6rem;
    line-height: 1.87em;
}

#topLink {
    width: 100%;
    padding: 20px 0;
}

#topLink .topLinkList {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#topLink li {
    width: 150px;
    height: 50px;
    margin: 0 10px;
}

#topLink li a {
    display: block;
    width: 150px;
    height: 50px;
    background-color: #68828f;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#topLink li.topLinkListItem1 a {
    background: url("../saiene2019/common/images/top_btn_yt.png") no-repeat 0 0;
    background-size: 100%;
    text-indent: -9999px;
    overflow: hidden;
}

#topLink li.topLinkListItem2 a {
    background: url("../saiene2019/common/images/top_btn_tw.png") no-repeat 0 0;
    background-size: 100%;
    text-indent: -9999px;
    overflow: hidden;
}

#topMembers ul.topBtnLink {
    margin: 0;
    display: block;
    display: flex;
    justify-content: center;
}

#topMembers ul.topBtnLink li {
    width: 86px;
    margin: 0;
}

#topMembers ul.topBtnLink li:last-child {
    margin-left: 12px;
}

#topMembers ul.topBtnLink li:first-child:last-child {
    margin-left: 0;
}

#topMembers ul.topBtnLink li a {
    display: block;
    width: 86px;
    height: 15px;
    border-radius: 8px;
    background-color: #68828f;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}


/* About
------------------------------------------------------------- */

#about h1 {
    width: 100%;
    height: 400px;
    background: url(common/images/about_bg_title.jpg) no-repeat 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 30px solid #68828f;
    text-align: center;
}

#about h1 span {
    color: #fff;
    font-size: 5.0rem;
    line-height: 1.27em;
    letter-spacing: 0.1em;
    font-weight: 700;
}

#about #about01 {
    padding: 45px 200px;
}

#about #about01 h2 {
    font-size: 3.0rem;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #ff5e00;
    margin-bottom: 25px;
}

#about #about01 h2 span {
    display: block;
    font-size: 2.4rem;
    line-height: 1em;
}

#about #about01 p {
    font-size: 2.2rem;
    line-height: 1.55em;
    font-weight: 500;
}

#about #about02 {
    background-color: #c8dcf0;
    padding: 45px 200px;
}

#about #about02 h2 {
    font-size: 3.0rem;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #ff5e00;
    margin-bottom: 25px;
}

#about #about02 ul li {
    font-size: 2.2rem;
    line-height: 1.55em;
    font-weight: 500;
}

#about #about02 ul li:before {
    content: "● ";
    color: #ff5e00;
}

#about #about03 {
    padding: 45px 200px;
}

#about #about03 h2 {
    font-size: 3.0rem;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #ff5e00;
    margin-bottom: 25px;
}

#about #about03 h3 {
    font-size: 2.2rem;
    line-height: 1em;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 2px solid #ff5e00;
    margin-top: 30px;
    margin-bottom: 5px;
}

#about #about03 h3:before {
    content: "■ ";
    color: #ff5e00;
}

#about #about03 h4 {
    font-size: 1.6rem;
    line-height: 1.63em;
    font-weight: 500;
    margin-bottom: 5px;
}

#about #about03 h4:before {
    content: "● ";
    color: #ff5e00;
}

#about #about03 li {
    font-size: 1.6rem;
    line-height: 1.63em;
    font-weight: 500;
}

#about #about03 li ul {
    margin-left: 1em;
}

#about #about03 li li {
    font-weight: 400;
}

#about #about03 ul.dotList li:before {
    content: "● ";
    color: #68828f;
}

#about #about03 ul.orangeDotList li:before {
    content: "● ";
    color: #ff5e00;
}

#about #about03 ul.dotList2 li:before {
    content: "● ";
    color: #f4a460;
}

#about #about03 ul.arrowList {
    margin-bottom: 20px;
}

#about #about03 ul.arrowList li {
    text-indent: -1.2em;
    margin-left: 1.2em;
}

#about #about03 ul.arrowList li:before {
    content: "＞ ";
    color: #68828f;
}

#about #about04 {
    padding: 45px 200px 0;
}

#about #about04 h2 {
    font-size: 3.0rem;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #ff5e00;
    margin-bottom: 25px;
}

#about #about04 p.txt {
    font-size: 1.7rem;
    line-height: 1.88;
    margin-bottom: 10px;
}

#about #about04 table {
    width: auto;
    margin-bottom: 0;
}

#about #about04 table th,
#about #about04 table td {
    font-size: 1.6rem;
    line-height: 1.5;
}

#about #about04 table th {
    width: 230px;
    text-align: center;
}

#about #about04 table td {
    width: 480px;
    text-align: left;
    padding: 15px 20px;
}

#about table {
    width: 539px;
    margin-bottom: 20px;
}

#about table th,
#about table td {
    border-bottom: 5px solid #fff;
    font-size: 1.6rem;
    line-height: 1em;
}

#about table th {
    width: 255px;
    border-right: 5px solid #fff;
    background-color: #aac8dc;
    text-align: left;
    vertical-align: top;
    padding: 15px 15px;
    font-weight: 400;
}

#about table td {
    width: 249px;
    background-color: #c8dcf0;
    padding: 15px 0;
    text-align: center;
}

#about table thead th,
#about table thead td {
    background-color: #68828f;
    color: #fff;
}

#about table.tableStyle1 {
    width: 100%;
    vertical-align: top;
}

#about table th.w10,
#about table td.w10 {
    width: 10%;
}

#about table th.w20,
#about table td.w20 {
    width: 20%;
}

#about table th.w30,
#about table td.w30 {
    width: 30%;
}

#about table th.w40,
#about table td.w40 {
    width: 40%;
}

#about table th.w50,
#about table td.w50 {
    width: 50%;
}

#about table th.w60,
#about table td.w60 {
    width: 60%;
}

#about table th.w70,
#about table td.w70 {
    width: 70%;
}

#about table th.w80,
#about table td.w80 {
    width: 80%;
}

#about table th.w90,
#about table td.w90 {
    width: 90%;
}

#about table th.w100,
#about table td.w100 {
    width: 100%;
}


/* About - Consortium
------------------------------------------------------------- */

#about.consortium h1 {
    background: url(common/images/consortium_bg_title.jpg) no-repeat 0 0;
}

#about.consortium h4 big {
    display: inline-block;
    margin-bottom: 6px;
}


/* About - Case Study
------------------------------------------------------------- */

#about.casestudy h1 {
    background: url(common/images/casestudy_bg_title.jpg) no-repeat 0 0;
}


/* About - Case Study New
------------------------------------------------------------- */

#about.case h1 {
    background: url(common/images/casestudy_bg_title.jpg) no-repeat 0 0;
}

#about.case .inner {
    width: 1000px;
    margin: 50px auto 0;
}

#about.case p {
    font-size: 1.6rem;
    line-height: 1.625;
}

#about.case .caseIntro {
    font-size: 2.2rem;
    line-height: 1.55;
    margin-bottom: 50px;
}

#about.case .caseHd1 {
    font-size: 3.0rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #ff5e00;
    margin-bottom: 30px;
}

#about.case .caseHd2 {
    border-bottom: 1px solid #ff5e00;
    padding-bottom: 9px;
    margin-bottom: 7px;
}

#about.case .caseHd2 span {
    font-size: 2.2rem;
    line-height: 1;
}

#about.case .caseHd2 span:before {
    display: inline-block;
    content: "";
    width: 13px;
    height: 18px;
    background-color: #ff5e00;
    margin-right: 7px;
}

#about.case .caseHd3 {
    background-color: #ff5e00;
    padding: 4px 20px;
    font-size: 2.0rem;
    line-height: 1.55;
    color: #fff;
    margin-bottom: 20px;
}

#about.case .caseHd4 {
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: normal;
}

#about.case .caseHd4:before {
    content: "◆";
    color: #ff5e00;
}

#about.case .caseList1 {
    margin-bottom: 25px;
}

#about.case .caseList1 li {
    font-size: 2.0rem;
    line-height: 1.6;
}

#about.case .caseBnr {
    text-align: center;
    margin: 45px 0 100px;
}

#about.case .caseItem {
    margin-bottom: 100px;
}

#about.case .caseItemTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

#about.case .caseItemTopImg {
    width: 278px;
    height: 208px;
    border: 1px solid #969696;
    display: flex;
    justify-content: center;
    align-items: center;
}

#about.case .caseItemTopImg img {
    max-width: 100%;
}

#about.case .caseItemTopBlock {
    width: 678px;
}

#about.case .caseItemTopCompany {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

#about.case table {
    width: auto;
    margin-bottom: 0;
}

#about.case table th,
#about.case table td {
    border-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.55;
}

#about.case table th {
    width: auto;
    border-right: 0;
    background-color: transparent;
    text-align: left;
    padding: 0 35px 0 0;
}

#about.case table td {
    width: auto;
    background-color: transparent;
    padding: 0;
    text-align: left;
}

#about.case .caseYouTube {
    text-align: center;
    margin: 0 auto 10px;
}

#about.case .caseImg {
    text-align: center;
    margin-bottom: 10px;
}

#about.case .caseCaption {
    font-size: 1.6rem;
    line-height: 1.625;
    text-align: center;
    margin-bottom: 50px;
}

#about.case .caseList2 {
    margin-bottom: 40px;
}

#about.case .caseList2 li {
    font-size: 1.6rem;
    line-height: 1.625;
}

#about.case .caseList2 li:before {
    content: "●";
    color: #68828f;
    padding-right: 7px;
}

#about.case strong {
    color: #ff5e00;
    font-weight: normal;
}

#about.case .caseHead {
    margin: 120px 0 50px;
}

#about.case .caseHeadCap {
    font-size: 2.5rem;
    line-height: 1;
}

#about.case .caseHeadHd {
    width: auto;
    height: auto;
    background: none;
    display: block;
    border-bottom: 0;
    text-align: left;
    font-size: 4.0rem;
    line-height: 1.75;
    font-weight: 500;
}

#about.case .caseLead {
    margin: 70px 0 100px;
    border-top: 1px solid #ff5e00;
}

#about.case .caseLeadHd {
    padding: 30px 0;
    margin-bottom: 30px;
    font-size: 3.0rem;
    line-height: 1.33;
    font-weight: 500;
    border-bottom: 1px solid #ff5e00;
}

#about.case .caseLead p {
    font-size: 2.4rem;
    line-height: 1.67;
}

#about.case .caseHd6 {
    font-size: 3.0rem;
    line-height: 1.33;
    font-weight: 500;
    margin-bottom: 30px;
}

#about.case .caseImgLBlock {
    float: left;
    margin: 0 20px 20px 0;
}

#about.case .caseImgRBlock {
    float: right;
    margin: 0 0 20px 20px;
}

#about.case .caseImgLBlock img {
    max-width: 560px;
    margin-bottom: 10px;
}

#about.case .caseImgCaption {
    font-size: 1.6rem;
    line-height: 1.625;
    text-align: left;
}

#about.case p.txt {
    font-size: 2.0rem;
    line-height: 1.8;
    margin-bottom: 1.8em;
}

#about.case .clear {
    clear: both;
}

#about.case p.section {
    margin-bottom: 25px;
}

#about.case p.sectionM {
    margin-bottom: 50px;
}

#about.case p.sectionL {
    margin-bottom: 75px;
}

/* About - Annual Report
------------------------------------------------------------- */

#about.annualreport h1 {
    background: url(common/images/annualreport_bg_title.jpg) no-repeat 0 0;
}


/* About - Annual Report New
------------------------------------------------------------- */

#about.annual h1 {
    background: url(common/images/annualreport_bg_title.jpg) no-repeat 0 0;
}

#about.annual .inner {
    width: 1000px;
    margin: 50px auto 70px;
}

#about.annual .annualHd1 {
    clear: both;
    border-bottom: 1px solid #ff5e00;
    padding-bottom: 9px;
    margin-bottom: 9px;
}

#about.annual .annualHd1 span {
    font-size: 2.2rem;
    line-height: 1;
}

#about.annual .annualHd1 span:before {
    display: inline-block;
    content: "";
    width: 13px;
    height: 18px;
    background-color: #ff5e00;
    margin-right: 7px;
}

#about.annual .annualHd2 {
    clear: both;
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: 500;
    margin-bottom: 10px;
}

#about.annual .annualHd2:before {
    content: "●";
    color: #ff5e00;
    padding-right: 7px;
}

#about.annual .annualTxt {
    font-size: 1.6rem;
    line-height: 1.625;
}

#about.annual .annualSubTxt {
    font-size: 1.4rem;
    line-height: 1.43;
}

#about.annual .annualBtnPdf {
    margin-bottom: 80px;
}

#about.annual .annualImg1 {
    margin-bottom: 50px;
}

#about.annual .annualImg2 {
    float: left;
    margin: 0 10px 30px 0;
}

#about.annual .annualImg3 {
    float: left;
    margin: 0 10px 50px 0;
}

#about.annual .annualImg4 {
    clear: both;
    margin: 0 0 20px 40px;
}

#about.annual .annualImg5 {
    float: left;
    margin: 0 10px 30px 0;
}

#about.annual .annualImg6 {
    margin: 20px 0;
}

#about.annual .annualImg7 {
    margin: 20px 0;
}

#about.annual .annualImg8 {
    margin: 20px 0;
}

#about.annual .annualCaption {
    font-size: 1.6rem;
    line-height: 1.25;
}

#about.annual .annualTopPhoto {
    width: 190px;
    float: left;
}

#about.annual .annualTopPhoto img {
    width: 100%;
}

#about.annual .annualTopBlock {
    width: 790px;
    float: right;
    margin-bottom: 60px;
}

#about.annual .annualTopBlock .annualTopName {
    font-size: 1.8rem;
    line-height: 1.44;
    font-weight: 500;
}

#about.annual .annualTopBlock .annualTopSub {
    font-size: 1.4rem;
    line-height: 1.43;
    margin-bottom: 15px;
}

#about.annual .annualTopBlock .annualTopTxt {
    font-size: 1.6rem;
    line-height: 1.625;
}

#about.annual .annualTable1 {
    clear: both;
    width: auto;
    margin-bottom: 0;
}

#about.annual .annualTable1 th {
    width: 113px;
    padding: 15px 20px;
}

#about.annual .annualTable1 td {
    width: 153px;
}

#about.annual .annualTable2 {
    width: 800px;
    margin: 30px 0 70px;
}

#about.annual .annualTable2 th,
#about.annual .annualTable2 td {
    border-bottom: 5px solid #fff;
    font-size: 1.6rem;
    line-height: 1em;
}

#about.annual .annualTable2 th {
    width: auto;
    border-right: 5px solid #fff;
    background-color: #aac8dc;
    text-align: center;
    vertical-align: top;
    padding: 15px 0;
    font-weight: 400;
}

#about.annual .annualTable2 th.name {
    text-align: left;
    padding: 15px;
}

#about.annual .annualTable2 th.w125 {
    width: 12.5%;
}

#about.annual .annualTable2 td {
    width: auto;
    border-right: 5px solid #fff;
    background-color: #c8dcf0;
    padding: 15px 0;
    text-align: center;
}

#about.annual .annualTable2 td.name {
    text-align: left;
    padding: 15px;
}

#about.annual .annualTable2 tr:nth-child(2n) td {
    background-color: #aac8dc;
}

#about.annual .annualTable2 thead th,
#about.annual .annualTable2 thead td {
    background-color: #68828f;
    color: #fff;
}

#about.annual .annualLinkList li {
    font-size: 1.6rem;
    line-height: 2;
}

#about.annual .annualLinkList li:before {
    content: "■";
    color: #ff5e00;
    padding-right: 7px;
}

#about.annual .section {
    margin-bottom: 50px;
}

#about.annual .sectionS {
    margin-bottom: 20px;
}

/* Message
------------------------------------------------------------- */

#message h1 {
    width: 100%;
    height: 400px;
    background: url(common/images/message_bg_title.jpg) no-repeat 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 30px solid #68828f;
}

#message h1 span {
    color: #fff;
    font-size: 5.0rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    ? ?font-weight: 700;
}

#message h2 {
    font-size: 3.6rem;
    line-height: 1.55em;
    font-weight: 700;
    margin: 75px 200px 30px;
}

#message .entryBody {
    margin: 0 200px 70px;
}

#message p {
    font-size: 1.7rem;
    line-height: 1.88em;
    margin-bottom: 1.88em;
}


/* Organization
------------------------------------------------------------- */

#organization h1 {
    width: 100%;
    height: 400px;
    background: url(common/images/organization_bg_title.jpg) no-repeat 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 30px solid #68828f;
}

#organization h1 span {
    color: #fff;
    font-size: 5.0rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
}

#organization p.txt {
    font-size: 1.7rem;
    line-height: 1em;
    margin: 75px 200px 13px;
}

#organization table {
    width: 1000px;
    margin: 0 auto 75px;
}

#organization table th,
#organization table td {
    border-bottom: 5px solid #fff;
    font-size: 2.4rem;
    line-height: 1.33em;
    font-weight: 300;
}

#organization table th {
    width: 230px;
    border-right: 5px solid #fff;
    background-color: #aac8dc;
    text-align: center;
    vertical-align: top;
    padding: 10px 0;
}

#organization table td {
    width: 725px;
    background-color: #c8dcf0;
    padding: 10px 20px;
}


/* News
------------------------------------------------------------- */

#news h1 {
    width: 100%;
    height: 400px;
    background: url(common/images/news_bg_title.jpg) no-repeat 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 30px solid #68828f;
}

#news h1 span {
    color: #fff;
    font-size: 5.0rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
}

#news h2.entryTitle {
    font-size: 3.6rem;
    line-height: 1.55em;
    font-weight: 700;
    margin: 75px 200px 30px;
}

#news .entryDate {
    width: 308px;
    font-size: 2.0rem;
    line-height: 28px;
    color: #fff;
    background-color: #ff5e00;
    text-align: right;
    padding-right: 9px;
    margin-bottom: 40px;
}

#news .entryBody {
    margin: 0 200px 70px;
}

#news .entryBody:after,
#news .wp-block-image:after {
    content: "";
    display: block;
    clear: both;
}

#news .entryBody p {
    font-size: 1.7rem;
    line-height: 1.88em;
    margin-bottom: 1.88em;
}

#news .wp-block-image {
    font-size: 1.7rem;
    line-height: 1.88em;
    margin-bottom: 1.88em;
}

#newsIndex h1 {
    width: 100%;
    height: 400px;
    background: url(common/images/news_bg_title.jpg) no-repeat 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 30px solid #68828f;
}

#newsIndex h1 span {
    color: #fff;
    font-size: 5.0rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
}

#newsIndex h2 {
    font-size: 3.6rem;
    line-height: 1.55em;
    font-weight: 700;
    margin: 75px 200px 40px;
}

#newsIndex h2.screen-reader-text {
    display: none;
}

#newsIndex ul.entryList {
    margin: 0 200px 29px;
}

#newsIndex ul.entryList li {
    padding: 29px 0;
    border-bottom: 2px solid #d9d9d9;
}

#newsIndex ul.entryList li a {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#newsIndex .entryListImg {
    width: 144px;
}

#newsIndex .entryListImg img {
    width: 100%;
}

#newsIndex .entryListTxtBlock {
    width: 830px;
}

#newsIndex .entryListTxtBlock .title {
    font-size: 1.7rem;
    line-height: 1.88em;
    margin-bottom: 1.88em;
    font-weight: 400;
}

#newsIndex .entryListTxtBlock .date {
    font-size: 1.2rem;
    line-height: 1;
}

#newsIndex .newsPagenav {
    margin: 0 200px 50px;
    font-size: 1.7rem;
    line-height: 1.88em;
}

#newsIndex .newsPagenav .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#newsIndex .newsPagenav .nav-links a,
#newsIndex .newsPagenav .nav-links span {
    margin-right: 1em;
}


/* Contact
------------------------------------------------------------- */

#contact h1 {
    width: 100%;
    height: 400px;
    background: url(common/images/contact_bg_title.jpg) no-repeat 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 30px solid #68828f;
}

#contact h1 span {
    color: #fff;
    font-size: 5.0rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
}

#contact dl {
    width: 720px;
    margin: 0 0 18px 339px;
    border-top: 2px solid #c0c0c0;
    border-left: 2px solid #c0c0c0;
}

#contact dl:after {
    content: "";
    display: block;
    clear: both;
}

#contact dl dt,
#contact dl dd {
    border-right: 2px solid #c0c0c0;
    border-bottom: 2px solid #c0c0c0;
    font-size: 1.7rem;
    line-height: 1.88em;
    padding: 8px 0;
}

#contact dl dt {
    clear: both;
    float: left;
    width: 165px;
    background-color: #c8dcf0;
    padding-left: 23px;
}

#contact dl dd {
    float: right;
    width: 510px;
    padding-left: 18px;
}

#contact dl dt.textArea {
    height: 206px;
}

#contact dl dd.textArea {
    height: 206px;
}

#contact dl dd.textArea textarea {
    width: 486px;
    height: 200px;
}

#contact p.note {
    margin: 45px 0 30px 339px;
    font-size: 1.7rem;
    line-height: 1.88em;
}

#contact .btnBlock {
    margin: 0 0 49px 339px;
    font-size: 1.7rem;
    line-height: 1.88em;
    display: flex;
}

#contact .btnBlock p.btnBlockNote {
    width: 190px;
}

#contact .btnBlock input {
    border: 2px solid #c0c0c0;
    background-color: #fff;
    width: 118px;
    margin-right: 7px;
    padding: 4px 0;
}

#contact .btnBlock input:hover {
    opacity: 0.7;
}

.wpcf7-not-valid-tip {
    display: none;
}

.screen-reader-response,
.wpcf7-response-output {
    margin: 45px 0 30px 339px;
    font-size: 1.7rem;
    line-height: 1.88em;
}

.screen-reader-response a {
    color: #ff5e00;
    font-weight: 700;
}


/* Tool
------------------------------------------------------------- */

#tool h1 {
    width: 100%;
    height: 400px;
    background: url(common/images/tool_bg_title.jpg) no-repeat 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 30px solid #68828f;
}

#tool h1 span {
    color: #fff;
    font-size: 5.0rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
}

#tool .toolBlock {
    margin: 80px 200px 0;
}

#tool h2 {
    font-size: 2.2rem;
    line-height: 1.55;
    font-weight: bold;
    margin-bottom: 8px;
}

#tool h2:before {
    content: "■";
    color: #ff5e00;
    margin-right: 8px;
}

#tool p.lead {
    font-size: 2.2rem;
    line-height: 1.55;
    font-weight: bold;
    margin-bottom: 50px;
}

#tool table {
    width: 1000px;
    margin: 0 auto 60px;
}

#tool table th,
#tool table td {
    border-bottom: 5px solid #fff;
    font-size: 2.0rem;
    line-height: 1.5;
    font-weight: 300;
    padding: 15px 20px;
}

#tool table th {
    width: 165px;
    border-right: 5px solid #fff;
    background-color: #aac8dc;
    text-align: left;
    vertical-align: top;
}

#tool table td {
    width: 750px;
    background-color: #c8dcf0;
}

#tool table td .img {
    margin: 15px 0;
}

#tool .logoBlock {
    margin: 0 200px 80px;
}

#tool .logoBlock h2 {
    border-bottom: 1px solid #ff5e00;
    padding-bottom: 8px;
}

#tool .logoBlock h3 {
    font-size: 2.2rem;
    line-height: 1.55;
    font-weight: bold;
}

#tool .logoBlock .txt {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 15px;
}

#tool .logoBlock .img {
    margin-bottom: 20px;
}


/* FAQ
------------------------------------------------------------- */

#faq h1 {
    width: 100%;
    height: 400px;
    background: url(common/images/faq_bg_title.jpg) no-repeat 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 30px solid #68828f;
}

#faq h1 span {
    color: #fff;
    font-size: 5.0rem;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 700;
}

#faq .faqBlock {
    margin: 75px 200px 70px;
}

#faq p.lead {
    font-size: 3.6rem;
    line-height: 1.56;
    font-weight: bold;
    margin-bottom: 50px;
}

#faq h2 {
    font-size: 2.2rem;
    line-height: 1.55;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    font-weight: bold;
    margin-bottom: 10px;
}

#faq p.txt {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 35px;
}



/* Smartphone Styles
============================================================================ */
@media screen and (max-width: 768px) {

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    html {
        font-size: calc(100vw / 40);
    }

    img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .pcOnly {
        display: none;
    }

    .spOnly {
        display: inherit;
    }



    /* Common Styles
------------------------------------------------------------- */

    header {
        background-color: #68828f;
        height: 22.67vw;
        width: 100%;
    }

    header .inner {
        max-width: 100%;
    }

    header h1 {
        width: 46.93vw;
        position: relative;
        top: 5.33vw;
        left: 0;
        margin: 0 auto;
    }

    header #spBtn {
        position: fixed;
        z-index: 100;
        top: 6.67vw;
        right: 0;
        width: 18.27vw;
        height: 16vw;
        background: url("common/images/btn_spnav.png") no-repeat 0 0;
        background-size: 100%;
        cursor: pointer;
    }

    header #spBtn.active {
        background: url("common/images/btn_spnav_active.png") no-repeat 0 0;
        background-size: 100%;
    }

    header #hNavSp {
        position: fixed;
        z-index: 100;
        top: 22.67vw;
        right: -50vw;
        background-color: rgba(255, 255, 255, 0.7);
        width: 50vw;
        transition: 0.3s;
    }

    header #hNavSp.active {
        right: 0;
    }

    header #hNavSp ul {
        font-size: 1.6rem;
        line-height: 2.19em;
        letter-spacing: 0.1em;
        margin-left: 4vw;
    }

    header #hNavSp ul li a {
        display: block;
    }

    main {
        width: 100%;
    }

    footer {
        width: 100%;
        height: auto;
    }

    footer .inner {
        width: 100%;
        padding: 7.87vw 0;
    }

    footer ul#fNav {
        width: auto;
        float: none;
        margin: 0;
        display: block;
    }

    footer ul#fNav li {
        margin: 0 0 7.87vw 7.87vw;
    }

    footer ul#fNav > li:last-child {
        margin: 0 0 7.87vw 7.87vw;
    }

    footer ul#fNav li a,
    footer ul#fNav li span {
        display: inline;
        margin-bottom: 0;
    }

    footer ul#fNav li ul {
        border-left: 1px solid #fff;
        margin-top: 4.93vw;
        padding-left: 2.4vw;
    }

    footer ul#fNav li ul li {
        line-height: 2.19em;
        margin: 0;
    }

    footer ul#fNav li ul li a {
        margin-bottom: 0;
    }

    footer .txtBlock {
        width: auto;
        float: none;
        margin: 0;
    }

    footer p.txt {
        font-size: 1.3rem;
        line-height: 1em;
        color: #fff;
        margin: 0 0 5.87vw 7.87vw;
    }

    footer ul#fLedbyNav {
        margin: 0 0 15.74vw 7.87vw;
    }

    footer ul#fLedbyNav li {}

    footer p.copyright {
        font-size: 1.3rem;
        line-height: 1.54em;
        text-align: left;
        margin: 0 0 0 7.87vw;
    }

    nav#pageTop {
        position: fixed;
        right: 8vw;
        bottom: 8vw;
        width: 71px;
        height: 72px;
    }

    .linkIcon img {
        width: 4.27vw;
        margin: 0 0.67vw;
    }



    /* Top
------------------------------------------------------------- */

    #topMv {}

    #topMv .mvSlide.pcOnly {
        display: none;
    }

    #topMv .mvSlide.spOnly {
        display: inherit;
    }

    ul.slick-dots {
        bottom: 4vw;
    }

    #topNews {
        padding: 8vw;
    }

    #topNewsHd {
        display: block;
        margin: 0 0 6vw;
    }

    #topNews h2 {
        font-size: 3.0rem;
        text-align: center;
        margin: 0 0 6vw;
    }

    #topNewsHd a {
        display: block;
        font-size: 1.4rem;
        line-height: 1.7em;
        text-align: right;
    }

    #topNews ul {
        margin: 0;
        display: block;
    }

    #topNews ul li {
        width: 100%;
        margin: 0 0 7.47vw;
    }

    #topNews ul li p.img {
        width: 100%;
        margin-bottom: 4vw;
    }

    #topNews ul li p.title {
        margin-bottom: 4vw;
    }

    #topAbout {
        padding: 0 8vw 8vw;
        background: url(common/images/top_about_bg.jpg) no-repeat center top #68828f;
        background-size: 170%;
    }

    #topAbout h2 {
        margin: 0 0 4vw;
        padding-top: 8vw;
        font-size: 2.0rem;
    }

    #topAbout p.lead {
        margin: 0 0 4vw;
        font-size: 1.7rem;
        line-height: 1.53em;
    }

    #topAbout p.btn {
        margin: 0 0 8vw;
    }

    #topAbout p.btn a {
        display: block;
        background: url(common/images/bg_corner01.png) no-repeat right bottom #68828f;
        padding: 2.93vw auto;
        font-size: 1.8rem;
        text-align: center;
    }

    #topAbout ul {
        margin: 0;
        display: block;
    }

    #topAbout ul li {
        width: 84vw;
        height: 67.47vw;
        margin-bottom: 8vw;
        background: url(common/images/top_about_img01.gif) no-repeat center bottom #fff;
        background-size: 100%;
    }

    #topAbout ul li:nth-child(2) {
        background-image: url(common/images/top_about_img02.gif);
        background-size: 100%;
    }

    #topAbout ul li:nth-child(3) {
        background-image: url(common/images/top_about_img03.gif);
        background-size: 100%;
        margin-bottom: 0;
    }

    #topAbout ul li dl {
        position: relative;
    }

    #topAbout ul li dt {
        position: absolute;
        top: 5.07vw;
        margin: 0 5.47vw;
    }

    #topAbout ul li dd {
        position: absolute;
        top: 24.8vw;
    }

    #topMembers {
        padding: 0 8vw;
        background: url(common/images/top_members_bg.jpg) no-repeat center top #dceeee;
        background-size: 100%;
        padding-top: 8vw;
    }

    #topMembers h2 {
        margin: 0 0 4vw;
        font-size: 3.0rem;
        text-align: center;
    }

    .topIcons {
        margin: 0 0 4vw;
        font-size: 1.8rem;
    }

    .topIcons img {
        height: 16px;
        width: auto;
        vertical-align: middle;
        margin-right: 4px;
    }

    .topIcons .topIconsTitle {
        flex-basis: 100%;
    }
    
    #topMembers .topMembersHd {
        display: block;
    }

    #topMembers .topMembersHd .topMembersHdBtn {
        width: 75%;
        margin: 0 auto 8vw;
    }

    #topMembers h2 span {
        display: block;
        text-align: right;
        font-size: 1.5rem;
        margin-left: 0;
    }

    #topMembers ul {
        margin: 0;
        justify-content: space-between;
    }

    #topMembers ul#topAmbassadorsList {
        padding-bottom: 0;
    }

    #topMembers ul li {
        width: 38.67vw;
        margin: 0 0 8vw;
    }

    #topMembers ul li p.img {
        max-width: 100%;
        height: auto;
        margin-bottom: 2vw;
    }

    #topMembers ul li p.name {
        font-size: 1.8rem;
    }

    #topLedby {
        padding: 8vw;
    }

    #topLedby h2 {
        margin: 0 0 6.67vw;
        font-size: 3.0rem;
        text-align: center;
    }

    #topLedby ul {
        margin: 0 auto;
        display: block;
        width: 65.33vw;
    }

    #topLedby ul li {
        margin: 0 auto 8vw;
    }

    #topLedby ul li:last-child {
        margin: 0 auto;
    }

    #topLedby ul li#topLedbyGPN {
        width: 64.13vw;
    }

    #topLedby ul li#topLedbyICLEI {
        width: 58.67vw;
    }

    #topLedby ul li#topLedbyIGES {
        width: 47.73vw;
    }

    #topLedby ul li#topLedbyJCLP {
        width: 58.8vw;
    }

    #topLedby ul li#topLedbyJNCCA {
        width: 58.8vw;
        margin-left: auto;
    }

    #topEndorser {
        padding: 8vw;
    }

    #topEndorser h2 {
        margin: 0 0 6.67vw;
        font-size: 3.0rem;
        text-align: center;
    }

    #topEndorser .txtImgBlock {
        margin: 0;
        padding: 4vw;
        display: block;
    }

    #topEndorser .txtImgBlock p.img {
        width: 76vw;
        border: 1px solid #c8dcf0;
        padding: 4.53vw 0;
        margin-bottom: 6.67vw;
        text-align: center;
    }

    #topEndorser .txtImgBlock p.img img {
        width: 53.47vw;
    }

    #topEndorser .txtImgBlock .txtBlock {
        width: 100%;
    }

    #topEndorser .txtImgBlock .txtBlock h3 {
        font-size: 2.0rem;
        line-height: 1.5em;
        margin-bottom: 6.67vw;
        text-align: center;
    }

    #topEndorser .txtImgBlock .txtBlock p.txt {
        font-size: 1.4rem;
        line-height: 1.7em;
    }

    #topEndorser .txtImgBlock .txtBlock p.link {
        font-size: 1.4rem;
        line-height: 1.7em;
    }

    #topContact {
        padding: 8vw;
    }

    #topContact p.img {
        display: none;
    }

    #topContact .linkBlock {
        float: none;
        margin-right: 0;
        width: 100%;
        height: auto;
    }

    #topContact .linkBlock a {
        display: block;
        width: 100%;
        height: auto;
        padding: 5.33vw;
    }

    #topContact .linkBlock h2 {
        font-size: 2.0rem;
        margin-bottom: 4vw;
    }

    #topContact .linkBlock p.txt {
        font-size: 1.4rem;
        line-height: 1.71em;
    }

    #topLink {
        padding: 0;
    }

    #topLink .topLinkList {
        display: block;
    }

    #topLink li {
        width: 53.33vw;
        height: 17.33vw;
        margin: 8vw auto;
    }

    #topLink li a {
        width: 53.33vw;
        height: 17.33vw;
        font-size: 2.3rem;
    }

    #topMembers ul.topBtnLink {
        margin: 0;
        display: block;
    }

    #topMembers ul.topBtnLink li {
        width: 100%;
        margin: 0 0 2vw;
    }

    #topMembers ul.topBtnLink li:last-child {
        margin: 0;
    }

    #topMembers ul.topBtnLink li a {
        width: 100%;
        height: 20px;
        border-radius: 10px;
        font-size: 1.6rem;
    }

    /* About
------------------------------------------------------------- */

    #about h1 {
        height: 40vw;
        background: url(common/images/about_bg_title_sp.jpg) no-repeat 0 0;
        border-bottom: 0;
    }

    #about h1 span {
        font-size: 3.0rem;
    }

    #about #about01 {
        padding: 8vw 4vw;
    }

    #about #about01 h2 {
        width: 52.13vw;
        font-size: 2.1rem;
        margin-bottom: 4vw;
    }

    #about #about01 h2 span {
        font-size: 1.9rem;
    }

    #about #about01 p {
        font-size: 1.9rem;
        line-height: 1.79em;
    }

    #about #about02 {
        padding: 8vw 4vw;
    }

    #about #about02 h2 {
        font-size: 2.1rem;
        margin-bottom: 4vw;
    }

    #about #about02 ul li {
        font-size: 1.9rem;
        line-height: 1.79em;
    }

    #about #about03 {
        padding: 8vw 4vw;
    }

    #about #about03 h2 {
        font-size: 2.1rem;
        margin-bottom: 4vw;
    }

    #about #about03 h3 {
        font-size: 2.1rem;
        font-weight: 500;
        padding-bottom: 2.13vw;
        border-bottom: 1px solid #ff5e00;
        margin-top: 4vw;
        margin-bottom: 2.13vw;
    }

    #about #about03 h4 {
        font-size: 1.7rem;
        line-height: 1.53em;
        margin-bottom: 2.13vw;
    }

    #about #about03 li {
        font-size: 1.6rem;
        line-height: 1.63em;
        text-indent: -1.2em;
        margin-left: 1.2em;
    }

    #about #about03 li ul {
        margin-left: 0;
    }

    #about #about03 ul.arrowList {
        margin-bottom: 0;
    }

    #about #about04 {
        padding: 8vw 4vw;
    }

    #about #about04 h2 {
        font-size: 2.1rem;
        margin-bottom: 4vw;
    }

    #about #about04 p.txt {
        margin: 8vw 4vw 4vw;
    }

    #about #about04 table {
        width: 92vw;
        margin: 0 auto 6.67vw;
    }

    #about #about04 table th,
    #about #about04 table td {
        border-bottom: 1.33vw solid #fff;
        font-size: 1.8rem;
        line-height: 1.39em;
    }

    #about #about04 table th {
        width: 32.27vw;
        border-right: 1.33vw solid #fff;
        padding: 4vw 0;
    }

    #about #about04 table td {
        width: 58.4vw;
        padding: 4vw;
    }

    #about table {
        width: 92vw;
        margin-bottom: 4.67vw;
    }

    #about table th,
    #about table td {
        border-bottom: 1.33vw solid #fff;
        font-size: 1.7rem;
        line-height: 1.88em;
    }

    #about table th {
        width: 53.87vw;
        border-right: 1.33vw solid #fff;
        padding: 2vw 4vw;
        font-weight: 400;
    }

    #about table td {
        width: 36.8vw;
        padding: 2vw 0;
        vertical-align: middle;
    }

    #about table.tableStyle1 th,
    #about table.tableStyle1 td {
        font-size: 1rem;
    }

    /* About - Consortium
------------------------------------------------------------- */

    #about.consortium h1 {
        background: url(common/images/consortium_bg_title_sp.jpg) no-repeat 0 0;
    }


    /* About - Case Study
------------------------------------------------------------- */

    #about.casestudy h1 {
        background: url(common/images/casestudy_bg_title_sp.jpg) no-repeat 0 0;
    }


    /* About - Case Study New
------------------------------------------------------------- */

    #about.case h1 {
        background: url(common/images/casestudy_bg_title_sp.jpg) no-repeat 0 0;
    }

    #about.case .inner {
        width: 100%;
        margin: 0;
        padding: 8vw 4vw;
    }

    #about.case p {
        font-size: 1.7rem;
        line-height: 1.88;
    }

    #about.case .caseIntro {
        font-size: 1.7rem;
        line-height: 1.88;
        margin-bottom: 20px;
    }

    #about.case .caseHd1 {
        font-size: 3.0rem;
        line-height: 1.33;
        letter-spacing: 0;
        margin-bottom: 15px;
    }

    #about.case .caseHd2 {
        padding-bottom: 8px;
        margin-bottom: 13px;
    }

    #about.case .caseHd2 span {
        font-size: 2.0rem;
        line-height: 1.375;
    }

    #about.case .caseHd2 span:before {
        width: 2.13vw;
        height: 4.27vw;
    }

    #about.case .caseHd3 {
        padding: 0 10px;
        font-size: 1.6rem;
        line-height: 1.55;
        margin-bottom: 12px;
    }

    #about.case .caseHd4 {
        font-size: 1.7rem;
        line-height: 1.88;
    }

    #about.case .caseList1 {
        margin-bottom: 20px;
    }

    #about.case .caseList1 li {
        font-size: 1.7rem;
        line-height: 1.88;
    }

    #about.case .caseBnr {
        margin: 40px 0;
    }

    #about.case .caseItem {
        margin-bottom: 100px;
    }

    #about.case .caseItemTop {
        display: block;
        margin-bottom: 20px;
    }

    #about.case .caseItemTopImg {
        width: 100%;
        height: 68vw;
        margin-bottom: 10px;
    }

    #about.case .caseItemTopImg img {
        width: auto;
        max-width: 100%;
    }

    #about.case .caseItemTopBlock {
        width: 100%;
    }

    #about.case .caseItemTopCompany {
        font-size: 2.1rem;
        margin-bottom: 20px;
    }

    #about.case table {
        width: auto;
        margin-bottom: 0;
    }

    #about.case table th,
    #about.case table td {
        border-bottom: 0;
        font-size: 1.7rem;
        line-height: 1.88;
    }

    #about.case table th {
        width: auto;
        white-space: nowrap;
        border-right: 0;
        background-color: transparent;
        text-align: left;
        padding: 0 1em 0 0;
    }

    #about.case table td {
        width: auto;
        background-color: transparent;
        padding: 0;
        text-align: left;
    }

    #about.case .caseYouTube {
        margin: 0 auto 10px;
    }

    #about.case .caseYouTube iframe {
        width: 100%;
    }

    #about.case .caseImg {
        margin-bottom: 10px;
    }

    #about.case .caseCaption {
        font-size: 1.2rem;
        line-height: 1.88;
        margin-bottom: 20px;
    }

    #about.case .caseList2 {
        margin-bottom: 20px;
    }

    #about.case .caseList2 li {
        font-size: 1.7rem;
        line-height: 1.88;
    }

    #about.case .caseList2 li:before {
        padding-right: 5px;
    }

    #about.case .caseHead {
        margin: 0 0 40px;
    }

    #about.case .caseHeadCap {
        font-size: 2.1rem;
        letter-spacing: 0.1em;
    }

    #about.case .caseHeadHd {
        width: auto;
        height: auto;
        background: none;
        display: block;
        border-bottom: 0;
        text-align: left;
        font-size: 2.4rem;
        line-height: 1.75;
        font-weight: 500;
    }

    #about.case .caseLead {
        margin: 30px 0;
    }

    #about.case .caseLeadHd {
        padding: 15px 0;
        margin-bottom: 20px;
        font-size: 2.0rem;
        line-height: 1.6;
        font-weight: 500;
    }

    #about.case .caseLead p {
        font-size: 1.7rem;
        line-height: 1.88;
    }

    #about.case .caseHd6 {
        font-size: 2.0rem;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    #about.case .caseImgLBlock {
        float: none;
        margin: 0 0 10px;
    }

    #about.case .caseImgRBlock {
        float: none;
        margin: 0 0 10px;
    }

    #about.case .caseImgLBlock img {
        max-width: 100%;
        margin-bottom: 10px;
    }

    #about.case .caseImgCaption {
        font-size: 1.1rem;
        line-height: 1.625;
        text-align: center;
    }

    #about.case p.txt {
        font-size: 1.7rem;
        line-height: 1.88;
        margin-bottom: 1.88em;
    }

    #about.case p.section {
        margin-bottom: 40px;
    }

    #about.case p.sectionM {
        margin-bottom: 60px;
    }

    #about.case p.sectionL {
        margin-bottom: 80px;
    }


    /* About - Annual Report
------------------------------------------------------------- */

    #about.annualreport h1 {
        background: url(common/images/annualreport_bg_title_sp.jpg) no-repeat 0 0;
    }


    /* About - Annual Report New
------------------------------------------------------------- */

    #about.annual h1 {
        background: url(common/images/annualreport_bg_title_sp.jpg) no-repeat 0 0;
    }

    #about.annual .inner {
        width: 100%;
        margin: 0;
        padding: 8vw 4vw;
    }

    #about.annual .annualHd1 {
        padding-bottom: 8px;
        margin-bottom: 13px;
    }

    #about.annual .annualHd1 span {
        font-size: 2.0rem;
        line-height: 1.375;
    }

    #about.annual .annualHd1 span:before {
        width: 2.13vw;
        height: 4.27vw;
    }

    #about.annual .annualHd1 small {
        font-size: 1.7rem;
        display: block;
    }

    #about.annual .annualHd2 {
        font-size: 2.1rem;
        line-height: 1.31;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #about.annual .annualHd2:before {
        padding-right: 7px;
    }

    #about.annual .annualTxt {
        font-size: 1.7rem;
        line-height: 1.88;
    }

    #about.annual .annualSubTxt {
        font-size: 1.4rem;
        line-height: 1.61;
    }

    #about.annual .annualBtnPdf {
        width: 52vw;
        margin: 0 auto 30px;
    }

    #about.annual .annualImg1 {
        width: 52vw;
        margin: 0 auto 20px;
    }

    #about.annual .annualImg2 {
        float: none;
        width: 60vw;
        margin: 0 auto 20px;
    }

    #about.annual .annualImg3 {
        float: none;
        width: 60vw;
        margin: 0 auto 20px;
    }

    #about.annual .annualImg4 {
        width: 71.9vw;
        margin: 25px 0 20px 16.9vw;
    }

    #about.annual .annualImg5 {
        float: none;
        width: 60vw;
        margin: 0 auto 20px;
    }

    #about.annual .annualImg6 {
        width: 100%;
        margin: 0 auto 20px;
    }

    #about.annual .annualImg7 {
        width: 100%;
        margin: 0 auto 20px;
    }

    #about.annual .annualImg8 {
        width: 100%;
        margin: 0 auto 20px;
    }

    #about.annual .annualCaption {
        font-size: 1.7rem;
        line-height: 1.88;
        text-align: center;
    }

    #about.annual .annualTopPhoto {
        width: 61.3vw;
        margin: 0 auto 10px;
        float: none;
    }

    #about.annual .annualTopPhoto img {
        width: 100%;
    }

    #about.annual .annualTopBlock {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    #about.annual .annualTopBlock .annualTopName {
        font-size: 1.7rem;
        line-height: 1.88;
    }

    #about.annual .annualTopBlock .annualTopSub {
        font-size: 1.7rem;
        line-height: 1.88;
        margin-bottom: 1.88em;
    }

    #about.annual .annualTopBlock .annualTopTxt {
        font-size: 1.7rem;
        line-height: 1.88;
        margin-bottom: 50px;
    }

    #about.annual .annualTable1 {
        width: auto;
        margin-top: 15px;
        margin-bottom: 0;
        width: 100%;
    }

    #about.annual .annualTable1 th {
        width: 50%;
        padding: 10px 15px;
    }

    #about.annual .annualTable1 td {
        width: 50%;
    }

    #about.annual .annualTable2 {
        width: 100%;
        margin: 30px 0 25px;
    }

    #about.annual .annualTable2 th,
    #about.annual .annualTable2 td {
        font-size: 1.1rem;
        line-height: 1.2;
    }

    #about.annual .annualTable2 th {
        width: auto;
        padding: 10px 0;
    }

    #about.annual .annualTable2 th.name {
        text-align: left;
        padding: 10px;
    }

    #about.annual .annualTable2 th.w125 {
        width: 12.5%;
    }

    #about.annual .annualTable2 td {
        width: auto;
        padding: 10px 0;
    }

    #about.annual .annualTable2 td.name {
        padding: 10px;
    }

    #about.annual .annualLinkList li {
        font-size: 1.7rem;
        line-height: 1.88;
    }

    #about.annual .annualLinkList li:before {
        padding-right: 7px;
    }

    #about.annual .section {
        margin-bottom: 50px;
    }

    #about.annual .sectionS {
        margin-bottom: 20px;
    }

    /* Message
------------------------------------------------------------- */

    #message h1 {
        height: 40vw;
        background: url(common/images/message_bg_title_sp.jpg) no-repeat 0 0;
        border-bottom: 0;
    }

    #message h1 span {
        font-size: 3.0rem;
    }

    #message h2 {
        font-size: 1.9rem;
        line-height: 1.21em;
        margin: 8vw 0;
        padding: 0 4vw;
    }

    #message .entryBody {
        margin: 0 0 8vw;
        padding: 0 4vw;
    }


    /* Organization
------------------------------------------------------------- */

    #organization h1 {
        height: 40vw;
        background: url(common/images/organization_bg_title_sp.jpg) no-repeat 0 0;
        border-bottom: 0;
    }

    #organization h1 span {
        font-size: 3.0rem;
    }

    #organization p.txt {
        margin: 8vw 4vw 4vw;
    }

    #organization table {
        width: 92vw;
        margin: 0 auto 6.67vw;
    }

    #organization table th,
    #organization table td {
        border-bottom: 1.33vw solid #fff;
        font-size: 1.8rem;
        line-height: 1.39em;
    }

    #organization table th {
        width: 32.27vw;
        border-right: 1.33vw solid #fff;
        padding: 4vw 0;
    }

    #organization table td {
        width: 58.4vw;
        padding: 4vw;
    }


    /* News
------------------------------------------------------------- */

    #news h1 {
        height: 40vw;
        background: url(common/images/news_bg_title_sp.jpg) no-repeat 0 0;
        border-bottom: 0;
    }

    #news h1 span {
        font-size: 3.0rem;
    }

    #news h2.entryTitle {
        font-size: 1.9rem;
        line-height: 1.21em;
        margin: 8vw 0;
        padding: 0 4vw;
    }

    #news .entryDate {
        width: 50vw;
        font-size: 1.6rem;
        line-height: 6.67vw;
        padding-right: 5.33vw;
        margin-bottom: 8.8vw;
    }

    #news .entryBody {
        margin: 0 0 8vw;
        padding: 0 4vw;
    }

    #newsIndex h1 {
        height: 40vw;
        background: url(common/images/news_bg_title_sp.jpg) no-repeat 0 0;
        border-bottom: 0;
    }

    #newsIndex h1 span {
        font-size: 3.0rem;
    }

    #newsIndex h2 {
        font-size: 1.9rem;
        line-height: 1.21em;
        margin: 8vw 0;
        padding: 0 4vw;
    }

    #newsIndex ul.entryList {
        margin: 0 0 8vw;
        padding: 0 4vw;
    }

    #newsIndex ul.entryList li {
        padding: 3.87vw 0;
        border-bottom: 1px solid #d9d9d9;
    }

    #newsIndex .entryListImg {
        width: 29.6vw;
    }

    #newsIndex .entryListTxtBlock {
        width: 58.4vw;
    }

    #newsIndex .entryListTxtBlock .title {
        font-size: 1.7rem;
    }

    #newsIndex .entryListTxtBlock .date {
        font-size: 1.6rem;
        line-height: 1;
    }

    #newsIndex .newsPagenav {
        margin: 0 0 8vw;
        padding: 0 4vw;
    }


    /* Contact
------------------------------------------------------------- */

    #contact h1 {
        height: 40vw;
        background: url(common/images/contact_bg_title_sp.jpg) no-repeat 0 0;
        border-bottom: 0;
    }

    #contact h1 span {
        font-size: 3.0rem;
    }

    #contact dl {
        width: 100%;
        padding: 0 4vw;
        margin: 0;
        border-top: none;
        border-left: none;
    }

    #contact dl dt,
    #contact dl dd {
        border: 1px solid #c0c0c0;
        font-size: 1.7rem;
        line-height: 1.88em;
        padding: 0;
    }

    #contact dl dt {
        float: none;
        width: 92vw;
        padding: 1.2vw 0;
        border-bottom: none;
        text-align: center;
    }

    #contact dl dd {
        float: none;
        width: 92vw;
        padding: 4vw;
        border-top: none;
        margin-bottom: 4.93vw;
    }

    #contact dl dd input,
    #contact dl dd select {
        width: 100%;
    }

    #contact dl dt.textArea {
        height: auto;
    }

    #contact dl dd.textArea {
        height: auto;
    }

    #contact dl dd.textArea textarea {
        width: 100%;
        height: 50vw;
    }

    #contact p.note {
        margin: 8vw 0 6vw;
        padding: 0 4vw;
    }

    #contact .btnBlock {
        margin: 0;
        font-size: 1.7rem;
        line-height: 1.88em;
        display: block;
    }

    #contact .btnBlock p.btnBlockNote {
        width: auto;
        padding: 0 4vw;
        margin-bottom: 7.6vw;
    }

    #contact .btnBlock input {
        display: block;
        border: 1px solid #a0a0a0;
        width: 53.33vw;
        margin: 0 auto 7.6vw;
        padding: 2vw 0;
    }

    .screen-reader-response,
    .wpcf7-response-output {
        margin: 8vw 0 6vw;
        padding: 0 4vw;
    }


    /* Tool
------------------------------------------------------------- */

    #tool h1 {
        height: 40vw;
        background: url(common/images/tool_bg_title_sp.jpg) no-repeat 0 0;
        border-bottom: 0;
    }

    #tool h1 span {
        font-size: 3.0rem;
    }

    #tool .toolBlock {
        margin: 6.67vw 4vw 0;
    }

    #tool h2 {
        font-size: 2.2rem;
        line-height: 1.43;
        margin-bottom: 2vw;
    }

    #tool h2:before {
        margin-right: 2vw;
    }

    #tool .toolBlock h2 {
        border-bottom: 1px solid #ff5e00;
        padding-bottom: 2.67vw;
    }

    #tool p.lead {
        font-size: 1.9rem;
        line-height: 1.21;
        margin-bottom: 6.67vw;
        text-align: center;
    }

    #tool table {
        width: 100%;
        display: block;
        margin: 0 auto 60px;
    }

    #tool table th,
    #tool table td {
        display: block;
        border-bottom: 1.33vw solid #fff;
        font-size: 1.8rem;
        line-height: 1.39;
        padding: 2.67vw 4vw;
    }

    #tool table th {
        width: 100%;
        border-right: 0;
        text-align: center;
    }

    #tool table td {
        width: 100%;
        border-bottom: 5.33vw solid #fff;
    }

    #tool table td .img {
        margin: 2.67vw 0;
        text-align: center;
    }

    #tool table td .img img.w360 {
        width: 48vw;
    }

    #tool table td .img img.w400 {
        width: 53.33vw;
    }

    #tool table td .img img.banner {
        width: 71.07vw;
    }

    #tool .logoBlock {
        margin: 0 4vw 8.67vw;
    }

    #tool .logoBlock h2 {
        padding-bottom: 2.67vw;
    }

    #tool .logoBlock h3 {
        font-size: 2.1rem;
        line-height: 1.48;
        text-indent: -5.6vw;
        margin-bottom: 1.33vw;
        margin-left: 5.6vw;
    }

    #tool .logoBlock .txt {
        font-size: 1.7rem;
        line-height: 1.88;
        margin-bottom: 3.33vw;
        margin-left: 5.6vw;
    }

    #tool .logoBlock .img {
        margin-bottom: 6.67vw;
        text-align: center;
    }

    #tool .logoBlock .img img {
        width: 48vw;
    }


    /* FAQ
------------------------------------------------------------- */

    #faq h1 {
        height: 40vw;
        background: url(common/images/faq_bg_title_sp.jpg) no-repeat 0 0;
        border-bottom: 0;
    }

    #faq h1 span {
        font-size: 3.0rem;
    }

    #faq .faqBlock {
        margin: 6.67vw 4vw 0;
    }

    #faq p.lead {
        font-size: 1.9rem;
        line-height: 1.21;
        margin-bottom: 5.33vw;
    }

    #faq h2 {
        font-size: 1.7rem;
        line-height: 1.88;
        margin-bottom: 3.33vw;
    }

    #faq p.txt {
        font-size: 1.7rem;
        line-height: 1.88;
        margin-bottom: 7.47vw;
    }

}

/* Smartphone Styles END */

/* latesttarget */
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: inherit;
}
select::-ms-expand {
  display: none;
}
.latesttarget_menu {
  padding: 0 200px 50px;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
}
.latesttarget_menu_select {
  background: #dee0e1 url(/wp-content/themes/saiene2019/common/images/arrow_d.svg) no-repeat 96% 50%;
  background-size: 15px;
  border: none;
  padding: 5px 20px;
  width: 190px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1;
}
.latesttarget_menu_select.ud {
  background: #dee0e1 url(/wp-content/themes/saiene2019/common/images/arrow_ud.svg) no-repeat 96% 50%;
  background-size: 12px auto;
}
.latesttarget_menu_txt {
  border: none;
  background: #dee0e1;
  padding: 3px 15px;
  width: 241px;
  outline: none;
}
.latesttarget_menu_submit {
  border: none;
  font-size: 0;
  background: #68828f url(/wp-content/themes/saiene2019/common/images/search.svg) no-repeat 50% 50%;
  background-size: 20px;
  width: 46px;
}
.latesttarget_menu_search {
  display: flex;
}
.latesttarget_list {
  padding: 0 200px 50px;
}
.latesttarget_list_box {
  margin-bottom: 50px;
}
.latesttarget_list_prof {
  display: flex;
  justify-content: space-between;
}
.latesttarget_list_img {
  width: 200px;
}
.latesttarget_list_desc {
  width: 750px;
}
.latesttarget_list_img img {
  width: 100%;
}
.latesttarget_list_ttl {
  font-size: 22px;
  line-height: 34px;
  border-bottom: 2px solid #ff5e00;
}
.latesttarget_list_area {
  font-size: 16px;
  line-height: 30px;
}
#about .latesttarget_list_table {
  width: 100%;
  margin: 15px 0 0;
}
#about .latesttarget_list_table_ttl {
  width: 80px;
  font-size: 16px;
  line-height: 26px;
  background: #c8dcf0;
  padding: 2px 0;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 10px solid #FFF;
}
#about .latesttarget_list_table_txt {
  width: 670px;
  background: #FFF;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  padding: 0 10px;
  box-sizing: border-box;
  border-bottom: 10px solid #FFF;
}
.latesttarget_list_txt {
  line-height: 26px;
  font-size: 16px;
}
#included-files-fie-on-wp-footer {
    display: none;
}
@media screen and (max-width: 768px) {
  .latesttarget_menu {
    padding: 0 4vw 30px;
    display: block;
  }
  .latesttarget_list {
      padding: 0 4vw;
  }
  .latesttarget_list_prof {
      display: block;
  }
  .latesttarget_list_img {
      width: 100%;
  }
  .latesttarget_list_desc {
      width: 100%;
  }
  .latesttarget_menu_select {
      width: 100%;
  }
  .latesttarget_menu_area,.latesttarget_menu_year,.latesttarget_menu_reenergy {
      margin-bottom: 15px;
  }
  .latesttarget_menu_submit {
      width: 13%;
  }
  .latesttarget_menu_txt {
      width: 87%;
      padding: 6px 15px;
  }
  #about .latesttarget_list_table_ttl {
      width: 25%;
  }
  #about .latesttarget_list_table_txt {
      width: 75%;
  }
}