@charset "UTF-8";

/* Color
---------------------------------------------------------- */
:root {
  --mcolor: #3291a3;
  --scolor: #f28828;
  --gcolor: #ececec;
}

/* Reset
---------------------------------------------------------- */
*,
*::before, *::after {
  box-sizing: border-box;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

button, input, label, select, textarea {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

input, select, textarea, img {
  vertical-align: middle;
}

ul, dl, ol {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

/* ----- a ----- */
a {
  color: inherit;
  outline: none;
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus,
*:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

/* ----- p ----- */
p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

/* Basic
---------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans Japanese", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #333333;
  font-size: 16px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.01em;
  line-height: 1.7;
  font-weight: 500;
}

a {
  color: #222;
  text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover, .button:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.sp-br{
  display: none;
}

/* wrap
---------------------------------------------------------- */
.wrap {
  width: 980px;
  margin: 0 auto;
}


/* header
---------------------------------------------------------- */
header .wrap {
  padding: 16px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  width: 37px;
  height: 43px;
}
.header_logo a img {
  width: 100%;
}
.header_logo a:hover {
  opacity: 1;
}

/*-------------------------------
 footer css
---------------------------------*/
.footer_rakus{
  background-color: #ececec;
  padding: 20px 0px;
  font-size: 0.8rem;
  text-align: center;
}

/* key_visual */
#key_visual{
  width: 100%;
  height: 550px;
  background-image: url("../images/kv_back.jpg");
  background-size: cover;
  background-position: 50%;
  position: relative;
  box-sizing: border-box;
  padding: 190px 0px 0px;
}
#key_visual .fillter{
  background-image: url("/rakurakucloud/seisan/sp/digital_divide/images/kv_dot.png");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.3;
}
#key_visual .inner{
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  z-index: 100;
}
#key_visual h1{
  width: 95%;
  margin: 0px auto;
  font-size: 56px;
  letter-spacing: 5px;
  font-weight: bold;
  transform: skewX(-10deg);
  color: #333;
  line-height: 1;
  text-shadow: 3px 3px 0px rgba(255,255,255,0.7);
}
#key_visual img.kvtext-pc{
  display: block;
  width: 85%;
  height: auto;
  margin: 0px auto;
}
#key_visual img.kvtext-sp{
  display: none;
  width: 90%;
  height: auto;
  margin: 0px auto;
}
#key_visual h1 span.orange{
  color: #f28828;
}
#key_visual h1 span.blue{
  color: #007bc6;
}



/*--------------------
contents-block01
--------------------*/

.contents-block01{
  background-image: url("/rakurakucloud/seisan/sp/digital_divide/images/contents01_back.jpg");
  background-size: cover;
  background-color: #efeeed;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  padding: 0px 0px 60px;
}
.contents-block01 .contents-inner{
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
}


/*balloon*/
.balloon {
  position: relative;
  width: 100%;
  min-height: 60px;
  margin: 0px;
  padding: 50px 50px 40px;
  z-index: 1000;
  margin-top: -150px;
  box-sizing: border-box;
}
.balloon::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.balloon::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%; height: 100%;
}
.balloon>* {
  position: relative;
  z-index: 3;
}
.balloon,
.balloon::after {
  border-radius: 15px;
}
.balloon,
.balloon::before {
  box-shadow: 0 0 10px 0 rgba(163,163,163,0.50);
}
.balloon,
.balloon::before,
.balloon::after {
  background-image: url("/rakurakucloud/seisan/sp/digital_divide/images/line_back.png");
}

.balloon--bottom_center::before {
  bottom: -10px;
  left: 50%; /* 位置 */
  transform: translateX(-50%) rotate(45deg) skew(5deg,5deg); /* 傾斜角(skew) */
}
.balloon h2{
  font-weight: bold;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-top: 30px;
}
.balloon h2 span{
  color: #f28828;
  font-size: 2.7rem;
}

.in-box{
  overflow: hidden;
}
.in-box b{
  font-weight: bold;
  color: #3291a3;
}

.leftBox{
  width: 48%;
  float: left;
  overflow: hidden;
}
.leftBox .icon-box{
  width: 60px;
  float: left;
  text-align: center;
}
.rightBox{
  width: 48%;
  float: right;
  overflow: hidden;
}
.rightBox .icon-box{
  width: 60px;
  float: right;
  text-align: center;
}
.icon-box img{
  display: block;
  width: 60px;
  height: auto;
}

.fukidashi-left{
  width: 80%;
  float: left;
  background: #f0f0f0;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 15px 20px;
  line-height: 1.4;
  position: relative;
  font-size: 1.1rem;
}
.fukidashi-left::before{
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 20px;
  border-color: transparent transparent transparent #f0f0f0;
}

.fukidashi-right{
  width: 80%;
  float: right;
  background: #f0f0f0;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 15px 20px;
  line-height: 1.4;
  position: relative;
  font-size: 1.1rem;
}
.fukidashi-right::before{
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 20px 5px 0;
  border-color: transparent #f0f0f0 transparent transparent;
}

/*future-box*/
.future-box{
  padding: 70px 0px 50px;
  text-align: center;
}
.future-box h2{
  font-size: 2.2rem;
  font-weight: bold;
}
.future-box h2 span{
  color: #f28828;
}
.future-box p{
  padding: 20px 0px 60px;
  line-height: 1.8;
}
.future-box ul{
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.future-box li{
  flex-basis: 32%;
  padding: 0px;
  margin: 0px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(163,163,163,0.50);
  box-sizing: border-box;
  padding: 30px 0 20px;
}
.future-box li img{
  width: 30%;
  height: auto;
  max-height: 80px;
}
.future-box li:nth-child(3) p{
  padding-top: 30px;
}
.future-box li p{
  padding-bottom: 0;
  line-height: 1.4;
}
.future-box li p b{
  color: #3291a3;
  font-weight: bold;
  font-size: 1.4rem;
}

/*about-box*/
.about-box{
  padding: 0px 0px;
  text-align: center;
}
.about-box h2{
  font-size: 2.2rem;
  font-weight: bold;
}
.about-box p{
  padding: 20px 0px 60px;
}
.about-box p span{
  background: linear-gradient(transparent 70%, #8bc0cb 0%);
  font-weight: bold;
  font-size: 1.2rem;
}

/*graph-box*/
.graph-box{
  background: #FFF;
  padding: 40px;
  box-shadow: 0 0 10px 0 rgba(163,163,163,0.50);
  box-sizing: border-box;
  width: 100%;
}
.graph-box h3{
  background-color: #3291a3;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  line-height: 1;
}
.graph-box img{
  width: 95%;
  height: auto;
  margin: 0px auto;
  display: block;
}
.graph-box img.graph-pc{ display: block; }
.graph-box img.graph-sp{ display: none; }
.graph-caption{
  display: block;
  font-size: 0.8rem;
  padding: 20px 0;
  text-align: right;
}


/*--------------------
contents-block02
--------------------*/

.contents-block02{
  background-image: url("/rakurakucloud/seisan/sp/digital_divide/images/contents02_back.png");
  background-repeat: repeat;
  background-position: 50% 0%;
  padding: 60px 0px 60px;
}
.contents-block02 .contents-inner{
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}
.contents-block02 h2{
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.contents-block02 h2 span{
  color: #f28828;
}
.contents-block02 p{
  padding: 30px 0px;
  line-height: 1.8;
}
.contents-block02 p b{
  color: #3291a3;
  font-weight: bold;
  font-size: 1.4rem;
}
.contents-block02 p{
  padding: 20px 0px 60px;
}
.contents-block02 p span{
  background: linear-gradient(transparent 70%, #f8f188 0%);
  font-weight: bold;
  font-size: 1.2rem;
}

/*-----------------
contents-block03
-----------------*/
.contents-block03{
  padding: 60px 0px 60px;
  background-color: #FFF;
}
.contents-block03 .contents-inner{
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}
.contents-block03 h3{
  background-color: #3291a3;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  line-height: 1;
}
.contents-block03 ul{
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.contents-block03 ul li{
  margin: 0px;
  padding: 10px 5px;
  width: 33.3%;
  float: left;
  box-sizing: border-box;
}
.contents-block03 ul li a{
  border: 4px solid #ececec;
  padding: 15px 0px;
  display: block;
  box-sizing: border-box;
}
.contents-block03 ul li a span{
  display: block;
  color: #1a7cbc;
  font-size: 0.7rem;
  padding: 0px 0px 5px;
}
.contents-block03 ul li:first-child{
  float: none;
  margin: 0px auto;
  width: 30%;
}
.contents-block03 ul li:nth-child(2) a span{ color: #249b3d; }
.contents-block03 ul li:nth-child(3) a span{ color: #305997; }
.contents-block03 ul li:nth-child(4) a span{ color: #0c0e4c; }
.contents-block03 ul li:nth-child(5) a span{ color: #c14352; }

/*-----------------
contents-block04
-----------------*/
.contents-block04{
  padding: 60px 0px 60px;
  background-color: #e4f0f4;
}
.contents-block04 .contents-inner{
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}
.contents-block04 h2{
  padding: 20px 0px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #4392ab;
  border-top: 3px solid #4392ab;
  border-bottom: 3px solid #4392ab;
  margin-bottom: 40px;
}
.contents-block04 h3{
  padding: 0px;
  font-size: 2.0rem;
  font-weight: bold;
}
.contents-block04 h3.second{
  position: relative;
  padding-top: 50px;
}
.contents-block04 h3.second:before{
  content: "";
  position: absolute;
  top: 10px;
  width: 80px;
  height: 5px;
  background-color: #4392ab;
  left: 50%;
  transform: translateX(-50%);
}
.contents-block04 p {
  padding: 20px 0px 40px;
}
.contents-block04 .box-image {
  padding: 0px 0px 20px;
}

/*-----------------
contents-block05
-----------------*/
.contents-block05{
  padding: 60px 0px 60px;
}
.contents-block05 .contents-inner{
  width: 100%;
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}
.contents-block05 h2{
  padding: 20px 0px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #4392ab;
  border-top: 3px solid #4392ab;
  border-bottom: 3px solid #4392ab;
  margin-bottom: 40px;
}
.contents-block05 ul{
  margin: 0px;
  padding: 15px;
  background-color: #FFF;
  border: 1px solid #CCC;
}
.contents-block05 ul li{
  text-align: left;
  dipslay: flex;
  border-bottom: 1px solid #CCC;
  overflow: hidden;
}
.contents-block05 ul li:last-child{
  border: none;
}
.contents-block05 ul li span{
  display: block;
  width: 22%;
  float: left;
  padding: 15px 0px 15px 15px;
  box-sizing: border-box;
  font-weight: bold;
}
.contents-block05 ul li a{
  padding: 15px 0px 15px 0px;
  display: block;
  width: 78%;
  float: left;
  color: #3298ac;
  box-sizing: border-box;
}

.share-block{
  background-color: #ececec;
  padding: 30px;
  width: 700px;
  margin: 0px auto 50px;
}
.share-block h3{
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.share-block ul{
  margin: 0px;
  padding: 20px 0px 0px;
  display: flex;
  justify-content: space-between;
}
.share-block ul li{
  width: 48%;
}
.share-block ul li a{
  border-radius: 10px;
  padding: 20px 0px 18px 20px;
  display: block;
  line-height: 1;
  background-color: #FFF;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
}
.share-block ul li a.fb-icon{
  background-image: url("/rakurakucloud/seisan/sp/digital_divide/images/icon_fb.png");
  background-repeat: no-repeat;
  background-position: 25% 50%;
  background-color: #3b5998;
  background-size: 25px;
}
.share-block ul li a.tw-icon{
  background-image: url("/rakurakucloud/seisan/sp/digital_divide/images/icon_tw.png");
  background-repeat: no-repeat;
  background-position: 30% 50%;
  background-color: #1da1f2;
  background-size: 25px;
}

.address-box{
  width: 700px;
  border: 4px solid #ececec;
  padding: 20px;
  text-align: center;
  margin: 0px auto 50px;
}
.address-box a{
  display: block;
  padding: 10px 0 0;
  color: #3298ac;
}

.footer_annotation {
  width: 100%;
  max-width: 900px;
  margin: 0px auto 50px;
  text-align: center;
}
.footer_annotation p {
  font-size: 12px;
}

@media screen and (max-width: 769px){

  .sp-br{
    display: block;
  }

  /* wrap
  ---------------------------------------------------------- */
  .wrap {
    width: 100%;
    margin: 0 auto;
  }

  /* header
  ---------------------------------------------------------- */
  header .wrap {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }

  /*-------------------------------
   footer css
  ---------------------------------*/
  span.font-c-blue {
      color: #278ecf;
  }
  .footerarea-rakus{
    width:100%;
  }
  .footerarea-rakus-inner {
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: 1em auto;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .fa-rakus-left {
    width: 60%;
  }
  .fa-rakus-right {
    width: 40%;
  }
  .fa-meisai-pub {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .fa-meisai-pub p {
      padding: 0;
      margin: 0;
      line-height: 1;
  }

  /* key_visual */
  #key_visual{
    width: 100%;
    height: 260px;
    background-image: url("../images/kv_back.jpg");
    background-size: cover;
    background-position: 50%;
    position: relative;
    box-sizing: border-box;
    padding: 75px 0px 0px;
  }
  #key_visual .fillter{
    background-image: url("/rakurakucloud/seisan/sp/digital_divide/images/kv_dot.png");
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.3;
  }
  #key_visual .inner{
    width: 100%;
    margin: 0px auto;
    text-align: center;
    position: relative;
    z-index: 100;
  }
  #key_visual h1{
    font-size: 34px;
    font-weight: bold;
    color: #333;
    letter-spacing: 3px;
    line-height: 1.2;
    text-shadow: 3px 3px 0px rgba(255,255,255,0.7);
  }
  #key_visual img.kvtext-pc{
    display: none;
    width: 85%;
    height: auto;
    margin: 0px auto;
  }
  #key_visual img.kvtext-sp{
    display: block;
    width: 70%;
    height: auto;
    margin: 0px auto;
  }
  #key_visual h1 span.orange{
    color: #f28828;
  }
  #key_visual h1 span.blue{
    color: #007bc6;
  }
  

  /*--------------------
  contents-block01
  --------------------*/

  .contents-block01{
    padding: 0px 0px 20px;
  }

  /* balloon */
  .balloon {
    width: 90%;
    padding: 20px 20px 20px;
    margin: -50px auto 0px;
  }
  .balloon,
  .balloon::after {
    border-radius: 10px;
  }
  .balloon h2{
    font-size: 1.2rem;
    padding-top: 15px;
  }
  .balloon h2 span{
    font-size: 1.8rem;
  }
  .leftBox{
    width: 98%;
  }
  .leftBox .icon-box{
    width: 40px;
  }
  .rightBox{
    width: 98%;
    padding-top: 10px;
  }
  .rightBox .icon-box{
    width: 40px;
  }
  .icon-box img{
    width: 40px;
  }
  .fukidashi-left{
    width: 80%;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 0.8rem;
  }
  .fukidashi-right{
    width: 80%;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 0.8rem;
  }
  
  /* future-box css*/
  .future-box{
    padding: 40px 20px;
    text-align: center;
  }
  .future-box h2{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .future-box h2 span{
    display: block;
    color: #f28828;
  }
  .future-box p{
    padding: 20px 0px 30px;
    line-height: 1.8;
    font-size: 0.9rem;
  }
  .future-box ul{
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .future-box li{
    flex-basis: 32%;
    padding: 0px;
    margin: 0px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(163,163,163,0.50);
    box-sizing: border-box;
    padding: 15px 0 10px;
  }
  .future-box li img{
    width: 50%;
    height: auto;
    max-height: 50px;
  }
  .future-box li:nth-child(2) p{
    padding-top: 20px;
  }
  .future-box li:nth-child(3) p{
    padding-top: 30px;
  }
  .future-box li p{
    padding-bottom: 0;
    line-height: 1.4;
    font-size: 0.6rem;
    padding: 10px 0px 0px;
  }
  .future-box li p b{
    color: #3291a3;
    font-weight: bold;
    font-size: 0.8rem;
  }
  
  
  /*about-box*/
  .about-box{
    padding: 0px 0px;
    text-align: center;
  }
  .about-box h2{
    font-size: 1.2rem;
    font-weight: bold;
  }
  .about-box p{
    padding: 20px 0px 40px;
    line-height: 1.8;
    font-size: 0.9rem;
  }
  .about-box p span{
    background: linear-gradient(transparent 60%, #8bc0cb 0%);
    font-weight: bold;
    font-size: 1.0rem;
  }
  

  /*graph-box*/
  .graph-box{
    padding: 10px 10px 15px;
    width: 90%;
    margin: 0px auto;
  }
  .graph-box h3{
    padding: 15px 0px;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .graph-box img{
    width: 95%;
    height: auto;
    margin: 0px auto;
    display: block;
  }
  .graph-box img.graph-pc{ display: none; }
  .graph-box img.graph-sp{ display: block; }
  .graph-caption{
    font-size: 0.6rem;
    padding: 10px 20px;
  }


  /*--------------------
  contents-block02
  --------------------*/
  .contents-block02{
    padding: 40px 0px;
  }
  .contents-block02 .contents-inner{
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }
  .contents-block02 h2{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .contents-block02 p{
    padding: 30px 0px;
    line-height: 1.8;
    font-size: 0.9rem;
  }
  .contents-block02 p b{
    color: #3291a3;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .contents-block02 p span{
    background: linear-gradient(transparent 70%, #f8f188 0%);
    font-weight: bold;
    font-size: 1.0rem;
  }
  

  /*-----------------
  contents-block03
  -----------------*/
  .contents-block03{
    padding: 20px;
  }
  .contents-block03 h3{
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .contents-block03 ul{
    margin: 0px;
    padding: 0px 0px 10px;
    overflow: hidden;
  }
  .contents-block03 ul li{
    width: 100%;
    float: none;
    padding: 10px 10px 0px;
  }
  .contents-block03 ul li a{
    border: 4px solid #ececec;
    padding: 15px 0px;
    display: block;
    box-sizing: border-box;
  }
  .contents-block03 ul li a span{
    display: block;
    color: #1a7cbc;
    font-size: 0.9rem;
    padding: 0px 0px 5px;
  }
  .contents-block03 ul li a img{
    width: 50%;
    height: auto;
  }
  .contents-block03 ul li:first-child{
    width: 100%;
  }
  

  /*-----------------
  contents-block04
  -----------------*/
  .contents-block04{
    padding: 20px;
    background-color: #e4f0f4;
  }
  .contents-block04 .contents-inner{
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    text-align: center;
  }
  .contents-block04 h2{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .contents-block04 h3{
    padding: 0px;
    font-size: 1rem;
    font-weight: bold;
  }
  .contents-block04 p {
    padding: 30px 0px;
    line-height: 1.8;
    font-size: 0.9rem;
  }
  .contents-block04 .box-image {
    padding: 0px 0px 20px;
  }
  .contents-block04 .box-image img{
    width: 100%;
    height: auto;
    display: block;
  }

  /*-----------------
  contents-block05
  -----------------*/
  .contents-block05{
    padding: 20px;
  }
  .contents-block05 .contents-inner{
    width: 100%;
    max-width: 900px;
    margin: 0px auto;
    text-align: center;
  }
  .contents-block05 h2{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .contents-block05 ul{
    margin: 0px;
    padding: 15px;
    background-color: #FFF;
    border: 1px solid #CCC;
  }
  .contents-block05 ul li span{
    display: block;
    width: 100%;
    float: none;
    padding: 15px 15px 5px 15px;
    box-sizing: border-box;
    font-weight: bold;
  }
  .contents-block05 ul li a{
    padding: 0px 15px 15px 15px;
    display: block;
    width: 100%;
    float: none;
    color: #3298ac;
    box-sizing: border-box;
  }



  /*share-block*/
  .share-block{
    background-color: #ececec;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    margin: 0px auto 20px;
  }
  .share-block h3{
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  .share-block ul{
    margin: 0px;
    padding: 20px 0px 0px;
    display: flex;
    justify-content: space-between;
  }
  .share-block ul li{
    width: 48%;
  }
  .share-block ul li a{
    font-size: 1rem;
    padding-left: 30px;
  }
  .share-block ul li a.fb-icon{
    background-image: url("/rakurakucloud/seisan/sp/digital_divide/images/icon_fb.png");
    background-repeat: no-repeat;
    background-position: 17% 50%;
    background-color: #3b5998;
    background-size: 25px;
  }
  .share-block ul li a.tw-icon{
    background-image: url("/rakurakucloud/seisan/sp/digital_divide/images/icon_tw.png");
    background-repeat: no-repeat;
    background-position: 25% 50%;
    background-color: #1da1f2;
    background-size: 25px;
  }

  .address-box{
    width: 90%;
    border: 4px solid #ececec;
    padding: 10px;
    text-align: center;
    margin: 0px auto 20px;
    font-size: 0.8rem;
  }
  .address-box a{
    display: block;
    padding: 0;
    color: #3298ac;
  }
  .footer_annotation {
    width: 90%;
    margin: 0px auto 20px;
  }
  .footer_annotation p {
    text-align: left;
  }
}