@charset "UTF-8";
@page {
  size: A4;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4em;
  scroll-behavior: smooth;
  background: #fff 0 0 repeat url(../img/generic/bg_grid.png);
  color: #5b5b5b;
}
@media only screen and (min-width: 1000px) {
  body {
    overflow-x: hidden;
  }
}
/* ==== header ==== */
#header {
  background-color: #0099ff;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0px;
  height: 92px;
}
#headerBar {
  background-color: #0173de;
  color: #fff;
  width: 100%;
}
.headerBarInner {
  margin: 0 auto;
  overflow: hidden;
  width: 850px;
}
.headerBarInner p {
  padding: 5px 0;
}
.headerBarInner p a {
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10? */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.headerBarInner p a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.headerBarInner p a {
  color: #fff;
  text-decoration: underline;
}
.headerInner {
  margin: 0 auto;
  overflow: hidden;
  width: 850px;
  display: inline-block;
  display: block;
}
.headerInner:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .headerInner,
*:first-child + html .headerInner {
  zoom: 1;
}
.headerInner:after {
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  display: block;
  content: "";
}
* html .headerInner,
*:first-child + html .headerInner {
  zoom: 1;
}
.headerInner .headerLogo {
  text-align: left;
  margin-top: 16px;
  float: left;
}
.headerInner .headerSiteLogo {
  float: left;
}
.headerInner .headerInfo {
  float: right;
}
/* ==== footer ==== */
#footer {
  width: 100%;
  background-color: #0099ff;
  margin: 0px;
  padding: 0px;
}
.footerInner {
  margin: 0 auto;
  overflow: hidden;
  width: 850px;
  padding-bottom: 0;
}
.footerInner .footerLeft {
  float: left;
}
.footerInner .footerNav {
  overflow: hidden;
}
.footerInner .footerNav .text1 {
  float: left;
  margin-top: 15px;
}
.footerInner .footerNav .text2 {
  float: left;
  margin-top: 15px;
}
.footerInner .copyright {
  margin-top: 10px;
  padding-bottom: 15px;
}
.footerInner .footerRight {
  margin-top: 15px;
  float: right;
}
/* ==== generic ==== */
.spOnly {
  display: none;
}
/* ==== plugin ==== */
/* ==== side ==== */
/* ==== btn ==== */
/* ==== block ==== */
/* ==== title ==== */
/* ==== text ==== */
/* 共通 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
}
ul,
li {
  list-style: none;
}
body {
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 13px;
  text-align: center;
  width: 100%!important;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  color: #3d3d3d;
  min-width: 1100px;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}
html {
  width: 100%;
  height: 100%;
}
div {
  vertical-align: top;
}
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.img_block {
  display: block;
}
#contents a img {
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10? */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
#contents a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #ffffff;
}
#mode_area {
  visibility: hidden;
  margin-top: 0px;
}
.modeBtn {
  background-color: #fff;
  box-sizing: border-box;
  background: 0 0 repeat-x url(../img/header/bg_iconsp.gif);
}
/*==================================================
	コンテンツ
==================================================*/
#contents {
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 26px;
}
.text_bg {
  background: url(https://www.unicef.or.jp/special/18sum/img/text_bg.png) repeat-x;
  background-position: bottom;
  color: #3d3d3d;
  font-weight: bold;
}
/*---------------------------------------------*/
/* ==== home ==== */
/* メイン */
.mainImg {
  margin: 0 auto;
  text-align: center;
  background-attachment: scroll;
  height: 530px;
  background-color: #f2f8ff;
}
.mainImg .canvas {
  display: flex;
  justify-content: space-around;
}
.mainImg .photo,
.mainImg .map {
  width: 50%;
  height: 100%;
  height: 530px;
}
.mainImg .photo {
  display: block;
  background: center center no-repeat url(../img/main_img/photo_main_img.png);
  background-size: cover;
}
.mainImg .map {
  display: flex;
  background: center center no-repeat url(../img/main_img/map_main_img.png);
  background-size: cover;
  align-items: center;
  justify-content: center;
}
/* contentsMenu */
.contentsMenu {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff;
}
.contentsMenuInner {
  display: flex;
  justify-content: space-around;
  height: 120px;
  width: 850px;
  margin: 0 auto;
}
.contentsMenuInner a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc( 20% - 4px );
  height: 120px;
  border-bottom: 2px solid #0099ff;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10? */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.contentsMenuInner a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.contentsMenuInner a div {
  background: 0 0 no-repeat url(../img/icn/icn_contents_menu.png);
  width: 74px;
  height: 79px;
}
.contentsMenuInner a:nth-child(2) div {
  background-position: -157px 0;
  width: 91px;
}
.contentsMenuInner a:nth-child(3) div {
  background-position: -316px 0;
  width: 118px;
}
.contentsMenuInner a:nth-child(4) div {
  background-position: -506px 0;
  width: 73px;
}
.contentsMenuInner a:nth-child(5) div {
  background-position: -674px 0;
  width: 75px;
}
/* セクション共通 */
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sectionTitle {
  margin-bottom: 30px;
}
.sectionTitle .icn {
  margin-bottom: 10px;
}
.sectionBody {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.sectionColumns {
  display: flex;
}
.sectionColumns .sectionColumn {
  width: 50%;
}
.sectionAnnotation {
  font-size: 12px;
  text-align: center;
}
.section1 .sectionBody .banner {
  margin-bottom: 30px;
}
.section1 .sectionBody .btnFooter {
  margin-bottom: 30px;
}
.section1Box {
  background-color: #fff;
  margin-bottom: 30px;
}
.section1Box .title {
  background-color: #0099ff;
  color: #fff;
  position: relative;
  min-height: 90px;
  display: flex;
  align-items: center;
}
.section1Box .title:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: calc( 50% - 30px);
  background-color: #0099ff;
  width: 72px;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section1Box .title img {
  display: block;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.section1Box .description {
  display: flex;
  padding: 37px 37px 30px;
}
.section1Box .description .photo {
  width: 220px;
  padding-right: 20px;
}
.section1Box .description .text {
  text-align: left;
}
.section1Box .buttons {
  display: flex;
  padding: 0 10px 10px;
  justify-content: space-around;
}
.section1Box .buttons .btn {
  width: calc( 50% - 2px );
}
.section1Box .buttons .btn a {
  display: block;
}
/* 20190710追加↓ */
.section1Box .link {
  margin: 0 10px;
  padding-bottom: 20px;
  font-size: 12px;
  text-align: left;
}
.section1Box .link a {
  display: inline-block;
  background: url(../img/icn/icn_arrow_right_blue.png) no-repeat 0 center;
  color: #0099ff;
  padding-left: 27px;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10? */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.section1Box .link a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
/* ↑20190710追加 */
.section2 {
  position: relative;
  min-height: 540px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section2 .sectionBg {
  position: absolute;
  top: 0;
  z-index: -1;
  background: #0099ff center 72px no-repeat url(../img/bg/map_section2.png);
  width: 100%;
  height: 540px;
}
.section2 .sectionDescription {
  color: #fff;
  margin-bottom: 30px;
}
.section2 .sectionBody {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.section2 .actionList {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}
.section2 .actionList .section2Box {
  width: calc( 50% - 10px );
  margin-bottom: 10px;
  background-color: #fff;
  border-top: 4px solid #0099ff;
}
.section2 .actionList .section2Box .photo img {
  max-width: 100%;
  display: block;
}
.section2 .actionList .section2Box .title {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  font-weight: bold;
}
.section2 .actionList .section2Box .message {
  width: 395px;
  padding-top: 18px;
  padding-bottom: 43px;
  padding-bottom: 18px;
  margin-bottom: 33px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d2d2d2;
  border-bottom: none;
  position: relative;
  box-sizing: border-box;
}
.section2 .actionList .section2Box .message:after {
  content: '';
  position: absolute;
  bottom: -23px;
  left: 0;
  background: #fff 0 bottom no-repeat url(../img/etc/img_section2_msg.png);
  width: 395px;
  height: 23px;
}
.section2 .actionList .section2Box .description {
  font-size: 16px;
  color: #008aef;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.section3 {
  background-color: #fff;
  position: relative;
  min-height: 540px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section3 .sectionBg {
  position: absolute;
  top: 0;
  z-index: -1;
  background: #0099ff center 72px no-repeat url(../img/bg/map_section2.png);
  width: 100%;
  height: 540px;
}
.section3 .sectionDescription {
  margin-bottom: 30px;
}
.section3 .sectionBody {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.section3 .actionList {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.section3 .actionList .section3Box {
  width: calc( 36% - 40px );
  margin-bottom: 10px;
  background-color: #fff;
}
.section3 .actionList .section3Box .photo img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section3 .actionList .section3Box .title {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.section3 .actionList .section3Box .title em {
  color: #0099ff;
  text-decoration: none;
  font-style: normal;
}
.section4 {
  position: relative;
  min-height: 540px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section4 .sectionBody {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.section4 .actionList {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.section4 .actionList .section4Box {
  width: calc( 36% - 40px );
  margin-bottom: 10px;
}
.section4 .actionList .section4Box .photo {
  margin-bottom: 10px;
}
.section4 .actionList .section4Box .photo img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section4 .actionList .section4Box .title {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #0099ff;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
.section4 .actionList .section4Box .title:after {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: -7px;
  left: calc( 50% - 30px);
  background-color: #0099ff;
  width: 72px;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section4 .actionList .section4Box .description {
  text-align: left;
}
.section4 .actionList .section4Box .description em {
  color: #0099ff;
  text-decoration: none;
  font-style: normal;
}
.section4 .sectionAnnotation {
  font-size: 12px;
  text-align: center;
}
.section6 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section6 .sectionBody {
  width: 850px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-top: 4px solid #0099ff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
  text-align: left;
}
.section6 .sectionBody .title {
  background-color: #0099ff;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  padding: 15px 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section6 .sectionBody p {
  margin-bottom: 10px;
}
.section6 .sectionBody .youtube {
  display: inline-block;
  float: right;
  margin-left: 20px;
}
.section6 .sectionBody .link {
  padding-bottom: 20px;
}
.section6 .sectionBody .link a {
  background: url(../img/icn/icn_arrow_right_blue.png) no-repeat 0 2px;
  color: #0099ff;
  padding-left: 27px;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10? */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.section6 .sectionBody .link a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.section6 .sectionBody ul.annotation {
  margin-bottom: 20px;
}
.section6 .sectionBody ul.annotation li {
  position: relative;
  padding-left: 3rem;
  font-size: 12px;
  line-height: 1.7rem;
  margin-bottom: 10px;
}
.section6 .sectionBody ul.annotation li:before {
  content: '※1';
  position: absolute;
  left: 0;
}
.section6 .sectionBody ul.annotation li:nth-child(2):before {
  content: '※2';
}
.section6 .sectionBody .sectionAnnotation {
  text-align: right;
  margin-top: 20px;
}
.section6 .sectionColumn {
  padding-left: 25px;
  padding-bottom: 30px;
}
.section6 .sectionColumn.lineRight {
  padding-left: 0;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.section6 .sectionColumn .sectionColumnTitle {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
.section6 .sectionColumns1 .sectionColumn:first-child {
  padding-left: 0;
}
.section7 {
  background-color: #c6e6ff;
}
.section7 .sectionTitle {
  margin-bottom: 60px;
}
.section7 .sectionBody {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 45px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
.section7 .sectionBody:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  background: no-repeat 0 0 url(../img/etc/img_section7_1.png);
  width: 850px;
  height: 115px;
  z-index: 1;
}
.section7 .voiceList {
  height: 560px;
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
}
.section7 .voiceList::-webkit-scrollbar {
  width: 8px;
  width: 12px;
}
.section7 .voiceList::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #cfcfcf;
  border: 3px solid #fff;
}
.section7 .voiceList::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #424242;
}
.section7 .voiceList .section7Box {
  display: flex;
  border-bottom: 1px dotted #ccc;
  margin-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section7 .voiceList .section7Box:last-child {
  border-bottom: none;
}
.section7 .voiceList .section7Box .photo {
  width: 110px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.section7 .voiceList .section7Box .texts {
  text-align: left;
}
.section7 .voiceList .section7Box .title {
  margin-bottom: 10px;
}
.section7 .voiceList .section7Box .description {
  line-height: 1.4em;
}
.section7 .voiceList .section7Box .description em {
  color: #0099ff;
  text-decoration: none;
  font-style: normal;
}
.section7 .voiceList .icnPerson {
  border: 2px solid #0099ff;
  background-color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  display: block;
}
.section7 .voiceList .icnPerson1 {
  background-image: url(../img/icn/icn_person_1.png);
}
.section7 .voiceList .icnPerson2 {
  background-image: url(../img/icn/icn_person_2.png);
}
.section7 .voiceList .icnPerson3 {
  background-image: url(../img/icn/icn_person_3.png);
}
.section7 .voiceList .icnPerson4 {
  background-image: url(../img/icn/icn_person_4.png);
}
.section8 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.section8 .sectionBody {
  padding-bottom: 30px;
  width: 850px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-top: 4px solid #0099ff;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 60px;
  box-sizing: border-box;
  text-align: left;
}
.section8 .sectionBody .texts {
  padding: 40px;
}
.section8 .sectionBody .title {
  color: #0099ff;
  font-size: 18px;
  font-weight: normal;
  font-size: 29px;
  text-align: center;
  margin-bottom: 15px;
}
.section8 .sectionBody .title small {
  font-size: 14px;
}
.section8 .sectionBody .description {
  margin-bottom: 20px;
}
.section8 .sectionBody .description small {
  font-size: 12px;
}
.section8 .sectionBody p {
  margin-bottom: 20px;
}
.section8 .sectionBody p.orange {
  color: #ff7000;
}
.section8 .sectionBody .section8Box {
  border: 2px solid #0099ff;
  border-top: none;
  margin-bottom: 60px;
}
.section8 .sectionBody .section8Box:last-child {
  margin-bottom: 30px;
}
.section8 .sectionBody .section8Box .img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section8 .sectionBody ul.annotation li {
  position: relative;
  padding-left: 3rem;
  font-size: 12px;
  line-height: 1.8rem;
}
.section8 .sectionBody ul.annotation li:before {
  content: '※1';
  position: absolute;
  left: 0;
}
.section8 .sectionBody ul.annotation li:nth-child(2):before {
  content: '※2';
}
.section8 .sectionBody ul.annotation.annotationStart3 li:nth-child(1):before {
  content: '※3';
}
.section8 .sectionBody ul.annotation.annotationStart3 li:nth-child(2):before {
  content: '※4';
}
.section8 .sectionBody ul.annotation.annotationStar li {
  padding-left: 2rem;
}
.section8 .sectionBody ul.annotation.annotationStar li:before {
  content: '★';
}
.section8 .calcList {
  margin-top: 60px;
}
.section8 .section8Box[data-index="2"],
.section8 .section8Box[data-index="1"] {
  box-sizing: border-box;
  position: relative;
  padding-top: 40px;
}
.section8 .section8Box[data-index="2"]:before,
.section8 .section8Box[data-index="1"]:before {
  position: absolute;
  content: '';
  top: -30px;
  left: -2px;
  width: 760px;
  height: 40px;
}
.section8 .section8Box[data-index="1"]:before {
  background: no-repeat 0 0 url(../img/title/title_section8_box_1.png);
}
.section8 .section8Box[data-index="2"]:before {
  background: no-repeat 0 0 url(../img/title/title_section8_box_2.png);
}
/* blockBo */
.blockBo {
  margin: 0 auto;
  background-color: #0099ff;
}
.blockBo .sectionBody {
  margin: 0 auto;
  background-color: #0099ff;
  padding-top: 90px;
}
.blockBo[data-section="5"] .sectionBody {
  padding-top: 95px;
  padding-bottom: 95px;
  padding-bottom: 65px;
}
.blockBo .blockBoTitle {
  margin: 0 auto;
  margin-bottom: 30px;
}
.blockBo .blockBoBody {
  width: 850px;
  background-color: #0099ff;
  margin: 0 auto 0 auto;
}
.blockBo .blockBoBody a {
  display: inline-block;
}
.blockBo .buttons {
  display: flex;
  justify-content: space-around;
  padding-bottom: 40px;
}
.blockBo .buttons a {
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10? */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.blockBo .buttons a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.blockBo .link {
  padding-bottom: 30px;
}
.blockBo .link a {
  background: url(../img/icn/icn_arrow_right.png) no-repeat 0 2px;
  color: #f7f7f7;
  padding-left: 27px;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10? */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.blockBo .link a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.blockBoBody > p {
  display: inline-block;
  margin: 15px;
}
.blockBoBody > p > a > img {
  width: 350px;
}
.blockBoBody > ul {
  margin: 10px 10px 10px 185px;
}
.blockBoBody > ul > li {
  margin-right: 50px;
  text-align: right;
  font-size: 12px;
}
.blockBoBody > ul > li:after {
  font-family: FontAwesome;
  content: '\f054';
  /* アイコンのunicode */
  color: #0099ff;
  margin-left: 8px;
}
.blockBoBody > ul > li > a {
  color: #0099ff;
}
/* sectionBottom */
.sectionBottom {
  background-color: #0099ff;
  margin: 0 auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.sectionBottom .sectionBody {
  margin: 0 auto;
  width: 850px;
}
.sectionBottom .credit {
  line-height: 12px;
  text-align: left;
  max-height: 100%;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.5;
}
.btnPageTop {
  text-align: right;
  width: 850px;
  padding-bottom: 40px;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
.btnPageTop a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding-left: 25px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Saf3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* FF4+ */
  -ms-transition: all 0.3s ease-out;
  /* IE10? */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5+ */
  transition: all 0.3s ease-out;
}
.btnPageTop a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.btnPageTop a:before {
  content: '';
  background: 0 0 no-repeat url(../img/icn/icn_arrow_right.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* sectionBtn */
.sectionBtn {
  background-color: #0099ff;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 50px;
}
.sectionBtn .btn {
  width: 850px;
  margin: 0 auto;
}
.sectionBtn .btn .btn1 {
  float: left;
  margin-left: 115px;
}
.sectionBtn .btn .btn2 {
  float: left;
  margin-left: 25px;
}
.sectionBtn a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: #c2e8f3 !important;
}


/* 181101 waterbottle 追加 */
.section1Box .description .waterbottole_txt {
  margin-top: 20px;
    font-size: 0.9em;
}
.section1Box .description .waterbottle_img {
  width: 28%;
  padding-left: 20px;
}
.section1Box .description .waterbottle_img img {
  width: 100%;
  height: auto;
}
