@charset "utf-8";

/*==========================================
 no57
===========================================*/

/*==========================================
 トップページ
===========================================*/
#top h1 {
  padding: 0 0 40px;
  font-family: 'Abel', sans-serif;
  font-weight: 300;
  font-size: 4.8rem;
  color: #00A63C;
}
#top .topMain {
  position: relative;
  width: 100%;
}
#top .topMain img {
  width: 100%;
  height: auto;
}
#top .topMain h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 25px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.7);
  font-size: 2.0rem;
  font-weight: 350;
  color: #fff;
  transition : all 0.5s;
}
#top a:hover .topMain h2 {
  background-color: #00a63c;
}

#top .topThumbnail {
  position: relative;
  width: 100%;
  margin: 23px 0 0;
}
#top .topThumbnail .topThumbnailBox {
  position: relative;
  float: left;
  width: 300px;
  margin: 0 23px 23px 0;
}
#top .topThumbnail a:nth-of-type(3n) .topThumbnailBox {
  margin: 0 0 23px;
}
#top .topThumbnail .topThumbnailBox img {
  width: 100%;
  height: auto;
}
#top .topThumbnail .topThumbnailBox h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 20px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.7);
  font-size: 1.8rem;
  font-weight: 350;
  color: #fff;
  line-height: 1.4;
  transition : all 0.5s;
}
#top .topThumbnail a:hover .topThumbnailBox h2 {
  background-color: #00a63c;
}
#top .topThumbnail .topTwitter {
  position: absolute;
  right: 0;
  top: 508px;
  width: 300px;
  height: 369px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}
#top .topThumbnail .topThumbnailBox_s {
  position: absolute;
  left: 0;
  top: 759px;
  width: 300px;
  height: 118px;
}
#top .topThumbnail .topThumbnailBox_s:last-of-type {
  left: 323px;
}
#top .topThumbnail .topThumbnailBox_s img {
  pointer-events: auto;
  touch-callout: auto;
  user-select: auto;
  width: 100%;
  height: auto;
}
#top .topThumbnail .topThumbnailBox_s a:hover img {
  opacity: 0.7;
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  #top h1 {
    display: none;
  }
  #top .topMain {
    margin: 15px 0 0;
  }
  #top .topMain h2 {
    padding: 15px 20px;
    font-size: 1.4rem;
  }
  #top .topMain a:hover h2 {
    background-color: #00a63c;
  }

  #top .topThumbnail {
    margin: 15px 0 0;
  }
  #top .topThumbnail .topThumbnailBox {
    width: 48%;
    margin: 0 0 15px 0;
  }
  #top .topThumbnail a:nth-of-type(1n) .topThumbnailBox,
  #top .topThumbnail a:nth-of-type(3n) .topThumbnailBox {
    float: left;
    margin: 0 0 15px 0;
  }
  #top .topThumbnail a:nth-of-type(2n) .topThumbnailBox {
    float: right;
  }

  #top .topThumbnail .topThumbnailBox h2 {
    padding: 12px 20px;
    font-size: 1.4rem;
  }
  #top .topThumbnail .topTwitter {
    position: static;
    width: 300px;
    height: 369px;
    margin: 0 auto 30px;
  }
  #top .topThumbnail .topThumbnailBox_s {
    position: static;
    float: left;
    width: 48%;
    height: auto;
    margin: 0 0 15px;
  }
  #top .topThumbnail .topThumbnailBox_s:last-of-type {
    float: right;
  }
  #top .topThumbnail .topThumbnailBox_s img {
    width: 100%;
    height: auto;
  }
}


/*==========================================
 Photo
===========================================*/
#photo #photoMain {
  width: 100%;
  height: auto;
  padding: 30px 0;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  text-align: center;
}
#photo #photoMain p {
  font-size: 1.6rem;
  line-height: 2.0;
}
#photo #photoContent {
  position: relative;
  width: 100%;
  margin: 40px 0 0;
}
#photo #photoContent img {
  width: 100%;
  height: auto;
}
#photo #photoContent p {
  position: absolute;
  left: 0;
  bottom: 75px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #9070af;
}
#photo #photoGuide {
  position: relative;
  width: 100%;
  padding: 0 0 150px;
}
#photo #photoGuide .column_L {
  float: left;
  width: 280px;
}
#photo #photoGuide .column_L img {
  width: 100%;
  height: auto;
}
#photo #photoGuide .column_R {
  float: left;
  margin: 0 0 0 20px;
}
#photo #photoGuide .column_R p {
  font-size: 1.4rem;
  line-height: 2.0;
}

#photo #photoGuide #photoImg {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 165px;
  height: auto;
}
#photo #photoGuide #photoImg img {
  width: 100%;
  height: auto;
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  #photo #photoMain {
    margin: 20px 0 0;
    padding: 20px 0;
  }
  #photo #photoMain p {
    font-size: 1.2rem;
  }
  #photo #photoContent {
    margin: 30px 0 0;
  }
  #photo #photoContent p {
    position: static;
    font-size: 1.2rem;
  }
  #photo #photoGuide {
    padding: 50px 0 50px;
  }
  #photo #photoGuide .column_L {
    float: none;
    width: 280px;
    margin: 0 0 10px;
  }
  #photo #photoGuide .column_R {
    float: none;
    margin: 0;
  }
  #photo #photoGuide .column_R p {
    font-size: 1.2rem;
  }

  #photo #photoGuide #photoImg {
    position: static;
    float: right;
    width: 100px;
    height: auto;
    margin: 40px 0 0;
  }
}

/*==========================================
 Interview 私のみちしるべ
===========================================*/
#michi #michiMain {
  position: relative;
  width: 100%;
  height: 177px;
  background-color: #fff;
}
#michi #michiMain img {
  width: 177px;
  height: auto;
}
#michi #michiMain p {
  position: absolute;
  left: 200px;
  top: 15px;
  font-size: 2.0rem;
  line-height: 1.8;
}
#michi #michiPhoto {
  width: 100%;
  margin: 50px 0 0;
}
#michi #michiPhoto .column_L {
  float: left;
  width: 400px;
}
#michi #michiPhoto .column_L img {
  width: 100%;
  height: auto;
}
#michi #michiPhoto .column_R {
  float: right;
  width: 360px;
}
#michi #michiPhoto .column_R h2 {
  font-size: 2.8rem;
}
#michi #michiPhoto .column_R p {
  padding: 20px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
#michi #michiPhoto .column_R img {
  width: 321px;
  height: auto;
  padding: 20px 0 0 20px;
}

#michi #michiText {
  width: 100%;
  margin: 30px 0 0;
}
#michi #michiText p {
  padding: 0 0 30px;
  font-size: 1.8rem;
  line-height: 1.8;
}

#michi #michiComment {
  width: 100%;
  margin: 50px 0 0;
}
#michi #michiComment .column_L {
  float: left;
  width: 275px;
}
#michi #michiComment .column_L img {
  width: 100%;
  height: auto;
}
#michi #michiComment .column_R {
  float: right;
  width: 496px;
}
#michi #michiComment .column_R img {
  padding: 20px 0 0;
  width: 151px;
  height: auto;
}
#michi #michiComment .column_R p {
  padding: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #eb6d80;
}

#michi #michiProfile {
  width: 100%;
  margin: 80px 0 0;
}
#michi #michiProfile .column_L {
  float: left;
  width: 216px;
}
#michi #michiProfile .column_L img {
  width: 100%;
  height: auto;
}
#michi #michiProfile .column_R {
  float: right;
  width: 533px;
}
#michi #michiProfile .column_R h3 {
  font-size: 1.8rem;
}
#michi #michiProfile .column_R p {
  padding: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  #michi #michiMain {
    margin: 20px 0 0;
    height: auto;
  }
  #michi #michiMain img {
    width: 110px;
    height: auto;
  }
  #michi #michiMain p {
    position: absolute;
    left: 125px;
    top: 10px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  #michi #michiPhoto {
    width: 100%;
    margin: 30px 0 0;
  }
  #michi #michiPhoto .column_L {
    float: none;
    width: 100%;
  }
  #michi #michiPhoto .column_R {
    float: none;
    width: 100%;
    margin: 20px 0 0;
  }
  #michi #michiPhoto .column_R h2 {
    font-size: 2.0rem;
  }
  #michi #michiPhoto .column_R p {
    padding: 10px 0 0;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #michi #michiPhoto .column_R img {
    display: block;
    width: 240px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }

  #michi #michiText {
    margin: 20px 0 0;
  }
  #michi #michiText p {
    padding: 0 0 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  #michi #michiComment {
    margin: 30px 0 0;
  }
  #michi #michiComment .column_L {
    float: none;
    width: 100%;
  }
  #michi #michiComment .column_L img {
    display: block;
    width: 250px;
    height: auto;
    margin: 0 auto;
  }
  #michi #michiComment .column_R {
    float: none;
    width: 100%;
  }
  #michi #michiComment .column_R img {
    display: block;
    margin: 0 auto;
  }

  #michi #michiProfile {
    margin: 50px 0 0;
  }
  #michi #michiProfile .column_L {
    float: none;
    width: 100%;
  }
  #michi #michiProfile .column_L img {
    width: 200px;
    height: auto;
  }
  #michi #michiProfile .column_R {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  #michi #michiProfile .column_R h3 {
    font-size: 1.6rem;
  }
  #michi #michiProfile .column_R p {
    font-size: 1.2rem;
  }
}

/*==========================================
 Navi
===========================================*/
#navi #naviMain {
  position: relative;
  width: 100%;
}
#navi #naviMain img.naviMain_bk {
  width: 100%;
  height: auto;
}
#navi #naviMain_map {
  z-index: 1000;
  position: fixed;
  left: 1000px;
  top: 170px;
  width: 245px;
}
#navi #naviMain_map img {
  width: 245px;
  height: auto;
}
#navi #naviMain_map a:hover img {
  opacity: 0.8;
}
#navi #naviMain p {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  line-height: 1.4;
}

#navi #naviText {
  width: 100%;
  margin: 50px 0 60px 150px;
}
#navi #naviText h3 {
  padding: 0 0 20px;
  font-size: 2.8rem;
  color: #00a63c;
}
#navi #naviText p {
  font-size: 1.7rem;
  line-height: 2.0;
}

#navi .naviBox {
  width: 100%;
  margin: 0 0 40px;
}
#navi .naviBox h4 {
  padding: 0 0 20px;
  font-size: 2.0rem;
  color: #00a63c;
  text-align: center;
}
#navi .naviBox h5 {
  padding: 20px 0 5px;
  font-size: 1.8rem;
}
#navi .naviBox p {
  padding: 5px 0 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}
#navi .naviBox .column_L {
  float: left;
  width: 48%;
}
#navi .naviBox .column_R {
  float: right;
  width: 48%;
}
#navi .naviBox .column_L img,
#navi .naviBox .column_R img {
  width: 100%;
  height: auto;
}
#navi .naviBox .column_L p,
#navi .naviBox .column_R p {
  padding: 5px 0 0;
  font-size: 1.3rem;
  line-height: 1.6;
}
#navi .naviBox .column_text {
  width: 100%;
  height: 260px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff4e3;
}
#navi .naviBox .column_text.h_auto {
  height: auto;
}
#navi .naviBox .column_text h5 {
  padding: 0 0 5px;
  font-size: 1.4rem;
  line-height: 1.4;
}
#navi .naviBox .column_text p {
  font-size: 1.2rem;
  line-height: 1.6;
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  #navi #naviMain_map {
    left: auto;
    right: 3%;
    top: 100px;
    width: 70px;
  }
  #navi #naviMain_map img {
    width: 70px;
    height: auto;
  }
  #navi #naviMain {
    padding: 0 0 50px;
  }
  #navi #naviMain p {
    padding: 0 3%;
    font-size: 1.0rem;
  }

  #navi #naviText {
    margin: 30px 0 40px 0;
  }
  #navi #naviText h3 {
    padding: 0 0 10px;
    font-size: 1.8rem;
  }
  #navi #naviText p {
    font-size: 1.2rem;
  }

  #navi .naviBox {
    width: 100%;
    margin: 0 0 40px;
  }
  #navi .naviBox h4 {
    font-size: 1.8rem;
  }
  #navi .naviBox h5 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #navi .naviBox p {
    font-size: 1.4rem;
  }
  #navi .naviBox .column_L {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  #navi .naviBox .column_R {
    float: none;
    width: 100%;
  }
  #navi .naviBox .column_L p,
  #navi .naviBox .column_R p {
    font-size: 1.2rem;
  }
  #navi .naviBox .column_text {
    height: auto;
  }
  #navi .naviBox .img_full {
    width: 100%;
    height: auto;
  }
}


#navi #naviMap {
  width: 100%;
}
#navi #naviMap h3 {
  padding: 0 0 20px;
  font-size: 3.2rem;
  color: #00a63c;
}
#navi #naviMap iframe {
  width: 100%;
  height: 550px;
}
#navi #naviMapText {
  margin: 50px 0 0;
  width: 100%;
}
#navi #naviMapText h3 {
  padding: 0 0 5px;
  font-size: 2.0rem;
}
#navi #naviMapText p {
  font-size: 1.6rem;
  line-height: 1.8;
}

#navi #naviMapParking {
  margin: 50px 0 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #F9F9E8;
}
#navi #naviMapParking h3 {
  padding: 0 0 20px;
  font-size: 2.0rem;
  color: #00a63c;
}
#navi #naviMapParking .column_L {
  float: left;
  width: 252px;
}
#navi #naviMapParking .column_L img {
  width: 100%;
  height: auto;
}
#navi #naviMapParking .column_R {
  float: left;
  margin: 0 0 0 20px;
}
#navi #naviMapParking .column_R p {
  font-size: 1.4rem;
  line-height: 1.8;
}
#navi #naviMapParking .naviMapParking_Link {
  width: 400px;
  margin: 20px auto 0;
}
#navi #naviMapParking .naviMapParking_Link a {
  position: relative;
  display: block;
  width: 400px;
  height: 58px;
  padding: 20px 0 0;
  box-sizing: border-box;
  background-color: #00A63C;
  border-radius: 6px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition : all 0.5s;
}
#navi #naviMapParking .naviMapParking_Link a:hover {
  opacity: 0.8;
}
#navi #naviMapParking .naviMapParking_Link a::before {
  position: absolute;
  left: 20px;
  top: 19px;
  width: 10px;
  height: 20px;
  background-image: url("../../common/img/icon02.svg");
  background-size: 10px 20px;
  content: "";
}

#navi #naviMapBack {
  width: 100%;
  margin: 100px 0 0;
  padding: 0 0 100px;
  border-bottom: 1px solid #B3B3B3;
}
#navi #naviMapBack .naviMapBack_Link {
  width: 100%;
  margin: 20px auto 0;
}
#navi #naviMapBack .naviMapBack_Link a {
  position: relative;
  display: block;
  width: 220px;
  height: 58px;
  margin: 0 auto;
  padding: 20px 0 0;
  box-sizing: border-box;
  background-color: #00A63C;
  border-radius: 6px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition : all 0.5s;
}
#navi #naviMapBack .naviMapBack_Link a:hover {
  opacity: 0.8;
}
#navi #naviMapBack .naviMapBack_Link a::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 10px;
  height: 20px;
  transform: rotate(180deg);
  background-image: url("../../common/img/icon02.svg");
  background-size: 10px 20px;
  content: "";
}

#navi #naviMapYorimichi {
  width: 100%;
  margin: 30px 0 0;
}
#navi #naviMapYorimichi h3 {
  padding: 0 0 40px;
  font-size: 3.0rem;
  color: #00a63c;
  text-align: center;
}
#navi #naviMapYorimichi .column {
  float: left;
  width: 252px;
  margin: 0 22px 40px 0;
}
#navi #naviMapYorimichi .column:nth-of-type(3n) {
  margin: 0 0 22px 0;
}
#navi #naviMapYorimichi .column h4 {
  padding: 0 0 10px;
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.4;
}
#navi #naviMapYorimichi .column h4.h_56 {
  height: 56px;
}
#navi #naviMapYorimichi .column img {
  width: 100%;
  height: auto;
}
#navi #naviMapYorimichi .naviMapYorimichi_Link {
  width: 180px;
  margin: 20px auto 0;
}
#navi #naviMapYorimichi .naviMapYorimichi_Link a {
  position: relative;
  display: block;
  width: 180px;
  height: 36px;
  margin: 0 auto;
  padding: 9px 0 0 20px;
  box-sizing: border-box;
  background-color: #00A63C;
  border-radius: 18px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition : all 0.5s;
}
#navi #naviMapYorimichi .naviMapYorimichi_Link a:hover {
  opacity: 0.8;
}
#navi #naviMapYorimichi .naviMapYorimichi_Link a::before {
  position: absolute;
  left: 25px;
  top: 5px;
  width: 18px;
  height: 25px;
  background-image: url("../img/navi/navi_icon01.svg");
  background-size: 18px 25px;
  content: "";
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  #navi #naviMap {
    margin: 20px 0 0;
  }
  #navi #naviMap h3 {
    font-size: 2.0rem;
  }
  #navi #naviMap iframe {
    height: 400px;
  }

  #navi #naviMapText {
    margin: 30px 0 0;
  }
  #navi #naviMapText h3 {
    font-size: 1.8rem;
  }
  #navi #naviMapText p {
    font-size: 1.2rem;
  }

  #navi #naviMapParking {
    margin: 30px 0 0;
    padding: 20px;
  }
  #navi #naviMapParking h3 {
    padding: 0 0 15px;
    font-size: 1.8rem;
  }
  #navi #naviMapParking .column_L {
    padding: 0 0 5px;
    float: none;
    width: 100%;
  }
  #navi #naviMapParking .column_R {
    float: none;
    margin: 0;
  }
  #navi #naviMapParking .column_R p {
    font-size: 1.2rem;
  }
  #navi #naviMapParking .naviMapParking_Link {
    width: 100%;
    margin: 15px auto 0;
  }
  #navi #naviMapParking .naviMapParking_Link a {
    width: 100%;
    height: 40px;
    padding: 11px 0 0;
    font-size: 1.6rem;
  }
  #navi #naviMapParking .naviMapParking_Link a::before {
    left: 20px;
    top: 12px;
    width: 8px;
    height: 18px;
    background-size: 8px 18px;
  }

  #navi #naviMapBack {
    margin: 50px 0 0;
    padding: 0 0 50px;
  }
  #navi #naviMapBack .naviMapBack_Link {
    margin: 20px auto 0;
  }
  #navi #naviMapBack .naviMapBack_Link a {
    height: 40px;
    margin: 0 auto;
    padding: 11px 0 0;
    font-size: 1.6rem;
  }
  #navi #naviMapBack .naviMapBack_Link a::before {
    left: 20px;
    top: 12px;
    width: 8px;
    height: 18px;
    background-size: 8px 18px;
  }

  #navi #naviMapYorimichi {
    width: 100%;
    margin: 30px 0 0;
  }
  #navi #naviMapYorimichi h3 {
    padding: 0 0 30px;
    font-size: 2.0rem;
  }
  #navi #naviMapYorimichi .column {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
  #navi #naviMapYorimichi .column:nth-of-type(3n) {
    margin: 0 0 40px 0;
  }
  #navi #naviMapYorimichi .column h4 {
    font-size: 1.8rem;
  }
  #navi #naviMapYorimichi .column h4.h_56 {
    height: auto;
  }
  #navi #naviMapYorimichi .column img {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
}


/*==========================================
 東京なに・なぜ探検隊
===========================================*/
#naninaze #naninazeMain {
  width: 100%;
}
#naninaze #naninazeMain img {
  width: 100%;
  height: auto;
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  #naninaze #naninazeMain {
    margin: 10px 0 0;
  }
}


/*==========================================
 泉麻人が行く
===========================================*/
body.bc_izumi {
  background-image: url("../img/izumi/izumi_img01.png");
  background-repeat: no-repeat;
  background-size: 1060px 3344px;
  background-position: 304px 90px;
  background-color: #FAF8EC;
}
#izumi #izumiText {
  margin: 1200px 0 0;
}
#izumi #izumiText p {
  padding: 0 0 30px;
  font-size: 1.6rem;
  line-height: 2.0;
}
#izumi #izumiText p span {
  color: #DD5411;
}
#izumi #izumiProfile {
  margin: 800px 0 0;
}
#izumi #izumiProfile h4 {
  padding: 0 0 10px;
  font-size: 1.6rem;
}
#izumi #izumiProfile p {
  font-size: 1.4rem;
  line-height: 2.0;
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  body.bc_izumi {
    background-image: none;
  }
  #izumi {
    min-height: auto;
    margin: 20px 0 0;
  }
  #izumi img {
    width: 100%;
    height: auto;
  }
  #izumi #izumiText {
    margin: 20px 0 0;
  }
  #izumi #izumiText p {
    padding: 0 0 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #izumi #izumiProfile {
    margin: 20px 0 0;
  }
  #izumi #izumiProfile h4 {
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
  #izumi #izumiProfile p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

/*==========================================
 東京なに・なぜ探検隊
===========================================*/
#info #infoTitle {
  width: 100%;
}
#info #infoTitle img {
  width: 100%;
  height: auto;
}

#info .infoContents {
  width: 100%;
  margin: 0 0 60px;
  padding: 0 0 50px;
  border-bottom: 1px solid #CCC;
}
#info .infoContents:last-child {
  border-bottom: none;
}
#info .infoContents img {
  width: 100%;
  height: auto;
}
#info .infoContents .column_L {
  float: left;
  width: 310px;
}
#info .infoContents .column_L h3 {
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  background-color: #00AEC4;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
#info .infoContents .column_L h4 {
  position: relative;
  margin: 30px 0;
  padding: 0 50px 0 15px;
  font-size: 2.0rem;
  color: #00AEC4;
  line-height: 1.4;
}
#info .infoContents .column_L h4.icon {
  margin: 30px 0 40px;
}
#info .infoContents .column_L h4::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 8px;
  height: 100%;
  background-color: #00AEC4;
  content: "";
}
#info .infoContents .column_L h4.icon::after {
  position: absolute;
  right: -10px;
  top: 2px;
  width: 70px;
  height: 52px;
  background-size: 70px 52px;
  background-image: url("../img/info/info_icon.svg");
  content: "";
}
#info .infoContents .column_L img {
  width: 100%;
  height: auto;
}
#info .infoContents .column_L p {
  padding: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
#info .infoContents .column_R {
  float: right;
  width: 440px;
}
#info .infoContents .column_R h4 {
  padding: 30px 0 5px;
  font-size: 1.8rem;
  color: #00AEC4;
}
#info .infoContents .column_R h4:nth-of-type(1) {
  padding: 0 0 5px;
}
#info .infoContents .column_R p {
  font-size: 1.4rem;
  line-height: 1.8;
}
#info .infoContents .column_R p span {
  font-weight: bold;
}
#info .infoContents iframe {
  margin: 30px 0 0;
  width: 100%;
  height: 400px;
}

#info .infoBottom img {
  padding: 0 0 20px;
  width: 100%;
  height: auto;
}
#info .infoBottom p {
  font-size: 1.4rem;
  line-height: 2.0;
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  #info #infoTitle {
    margin: 20px 0 0;
  }

  #info .infoContents {
    margin: 0 0 40px;
    padding: 0 0 30px;
  }
  #info .infoContents .column_L {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  #info .infoContents .column_L h4 {
    margin: 20px 0;
    font-size: 1.8rem;
  }
  #info .infoContents .column_L h4.icon {
    margin: 20px 0 40px;
  }
  #info .infoContents .column_R {
    float: none;
    width: 100%;
  }
  #info .infoContents .column_R h4 {
    font-size: 1.6rem;
  }
  #info .infoContents .column_R p {
    font-size: 1.2rem;
  }
  #info .infoContents iframe {
    margin: 20px 0 0;
  }

  #info .infoBottom img {
    padding: 0 0 15px;
  }
  #info .infoBottom p {
    font-size: 1.2rem;
  }
}

/*==========================================
 公益財団法人東京都道路整備保全公社について
===========================================*/
#about #aboutMain {
  width: 100%;
  text-align: center;
}
#about #aboutMain img {
  width: 748px;
  height: auto;
}
#about #aboutContents {
  margin: 50px 0 0;
}
#about #aboutContents h3 {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #45B035;
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
}
#about #aboutContents h4 {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 0 0 0 30px;
  font-size: 1.8rem;
  color: #45B035;
  text-align: center;
}
/* #about #aboutContents h4::before {
  position: absolute;
  left: 50%;
  top: 2px;
  width: 24px;
  height: 12px;
  margin: 0 0 0 -190px;
  background-size: 24px 12px;
  background-image: url("../img/about/about_icon01.svg");
  content: "";
}
#about #aboutContents h4.typ02::before {
  margin: 0 0 0 -135px;
} */
#about #aboutContents h4 br {
  display: none;
}
#about #aboutContents p {
  margin: 20px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
#about #aboutContents p a {
  color: #45B035;
  text-decoration: underline;
}
#about #aboutContents .aboutPhoto {
  width: 100%;
  margin: 20px 0 50px;
}
#about #aboutContents .aboutPhoto .column {
  float: left;
  width: 250px;
  margin: 0 25px 0 0;
}
#about #aboutContents .aboutPhoto .column:nth-child(3) {
  margin: 0;
}
#about #aboutContents .aboutPhoto .column img {
  width: 100%;
  height: auto;
}
#about #aboutContents .aboutPhoto .column p {
  margin: 5px 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
#about #aboutBusiness {
  margin: 100px 0 0;
}
#about #aboutBusiness h3 {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #38A1DB;
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
}
#about #aboutBusiness p {
  padding: 20px 0 0;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
#about #aboutBusiness img {
  display: block;
  width: 712px;
  height: auto;
  margin: 10px auto 0;
}

#about .aboutLink {
  width: 180px;
  margin: 20px auto 0;
}
#about .aboutLink a {
  position: relative;
  display: block;
  width: 180px;
  height: 36px;
  margin: 0 auto;
  padding: 9px 0 0 0;
  box-sizing: border-box;
  background-color: #00A63C;
  border-radius: 18px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition : all 0.5s;
}

#about #aboutContents .aboutTyp01 {
  width: 100%;
  margin: 20px 0 50px;
}
#about #aboutContents .aboutTyp01 .column_L {
  float: left;
  width: 600px;
}
#about #aboutContents .aboutTyp01 .column_L p {
  margin: 0;
}
#about #aboutContents .aboutTyp01 .column_R {
  float: right;
  width: 200px;
}
#about #aboutContents .aboutTyp01 .column_R img {
  width: 100%;
  height: auto;
}

/* スマホ用 */
@media only screen and (max-width: 559px) {
  #about #aboutMain {
    margin: 20px 0 0;
  }
  #about #aboutMain img {
    width: 100%;
  }
  #about #aboutContents {
    margin: 30px 0 0;
  }
  #about #aboutContents h3 {
    padding: 10px;
    font-size: 1.8rem;
  }
  #about #aboutContents h4 {
    margin: 20px auto 0;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.4;
    text-align: left;
  }
  #about #aboutContents h4 br {
    display: block;
  }
  #about #aboutContents p {
    margin: 10px 0 0;
  }
  #about #aboutContents .aboutPhoto {
    width: 100%;
    margin: 15px 0 30px;
  }
  #about #aboutContents .aboutPhoto .column {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  #about #aboutContents .aboutPhoto .column:nth-child(3) {
    margin: 0 0 30px 0;
  }
  #about #aboutBusiness {
    margin: 50px 0 0;
  }
  #about #aboutBusiness h3 {
    padding: 10px;
    font-size: 1.8rem;
  }
  #about #aboutBusiness p {
    padding: 15px 0 0;
    font-size: 1.6rem;
  }
  #about #aboutBusiness img {
    width: 100%;
    height: auto;
    margin: 10px 0 0;
  }

  #about #aboutContents .aboutTyp01 {
    width: 100%;
    margin: 20px 0 50px;
  }
  #about #aboutContents .aboutTyp01 .column_L {
    float: none;
    width: 100%;
  }
  #about #aboutContents .aboutTyp01 .column_R {
    float: none;
    width: 100%;
  }
  #about #aboutContents .aboutTyp01 .column_R img {
    display: block;
    width: 200px;
    height: auto;
    margin: 0 auto;
  }
}

/*==========================================
 公益財団法人東京都道路整備保全公社について
===========================================*/
#bousai #bousaiMain {
  width: 100%;
}
#bousai #bousaiMain h2 img {
  width: 100%;
  height: auto;
}
#bousai #bousaiMain h3 {
  padding: 20px 0 0;
  text-align: center;
}
#bousai #bousaiMain h3 img {
  width: 440px;
  height: auto;
}

#bousai #bousaiContents {
  margin: 50px 0 0;
  width: 100%;
}
#bousai #bousaiContents .column:nth-child(1n) {
  float: left;
  width: 380px;
  margin: 0 0 20px;
}
#bousai #bousaiContents .column:nth-child(2n) {
  float: right;
  width: 380px;
  margin: 0 0 20px;
}
#bousai #bousaiContents .column img {
  width: 100%;
  height: auto;
}
#bousai #bousai_3 {
  margin: 50px 0 0;
  width: 100%;
}
#bousai #bousai_3 .column_L {
  float: left;
  width: 330px;
}
#bousai #bousai_3 .column_L img {
  width: 100%;
  height: auto;
}
#bousai #bousai_3 .column_R {
  float: right;
  width: 440px;
}
#bousai #bousai_3 .column_R p {
  font-size: 1.4rem;
  line-height: 1.8;
}

#bousai #bousai_3_img {
  margin: 30px 0 0;
}
#bousai #bousai_3_img img {
  width: 100%;
  height: auto;
}

#bousai #bousaiProfile {
  margin: 70px 0 0;
  width: 100%;
}
#bousai #bousaiProfile .column_L {
  float: left;
  width: 200px;
}
#bousai #bousaiProfile .column_L img {
  width: 100%;
  height: auto;
}
#bousai #bousaiProfile .column_R {
  float: right;
  width: 580px;
}
#bousai #bousaiProfile .column_R h4 {
  padding: 0 0 5px;
  font-size: 1.6rem;
}
#bousai #bousaiProfile .column_R p {
  font-size: 1.4rem;
  line-height: 1.8;
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  #bousai #bousaiMain {
    margin: 20px 0 0;
  }
  #bousai #bousaiMain h3 {
    padding: 20px 0 0;
  }
  #bousai #bousaiMain h3 img {
    width: 100%;
  }

  #bousai #bousaiContents {
    margin: 30px 0 0;
  }
  #bousai #bousaiContents .column:nth-child(1n) {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  #bousai #bousaiContents .column:nth-child(2n) {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  #bousai #bousai_3 .column_L {
    padding: 0 0 15px;
    float: none;
    width: 100%;
  }
  #bousai #bousai_3 .column_R {
    float: none;
    width: 100%;
  }

  #bousai #bousai_3_img {
    margin: 20px 0 0;
  }

  #bousai #bousaiProfile {
    margin: 40px 0 0;
  }
  #bousai #bousaiProfile .column_L {
    width: 25%;
  }
  #bousai #bousaiProfile .column_R {
    width: 72%;
  }
  #bousai #bousaiProfile .column_R h4 {
    font-size: 1.4rem;
  }
  #bousai #bousaiProfile .column_R p {
    font-size: 1.2rem;
  }
}

/*==========================================
 Human Report
===========================================*/
#human #humanMain {
  width: 100%;
}
#human #humanMain .column_L {
  float: left;
  width: 170px;
}
#human #humanMain .column_R {
  float: right;
  width: 450px;
}
#human #humanMain .column_R h2 {
  font-size: 2.4rem;
  font-weight: 350;
  line-height: 1.7;
  text-align: center;
  color: #C11920;
}
#human #humanMain p {
  padding: 20px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

#human #humanPhoto {
  width: 100%;
  margin: 50px 0 0;
}
#human #humanPhoto img {
  width: 100%;
  height: auto;
}
#human #humanPhoto .column_L {
  padding: 20px 0 0;
  float: left;
  width: 48%;
}
#human #humanPhoto .column_R {
  padding: 20px 0 0;
  float: right;
  width: 48%;
}

#human #humanText {
  width: 100%;
  margin: 50px 0 0;
}
#human #humanText h3 {
  font-size: 2.0rem;
  font-weight: 350;
  line-height: 1.6;
  text-align: center;
}
#human #humanText .humanTextBox {
  width: 100%;
  margin: 50px 0 0;
}
#human #humanText .humanTextBox h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #C11920;
}
#human #humanText .humanTextBox h4::before {
  padding: 0 10px 0 0;
  font-size: 2.0rem;
  color: #C11920;
  content: "Q";
}

#human #humanText .humanTextBox p {
  padding: 15px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
#human #humanText .humanTextBox p::before {
  padding: 0 10px 0 0;
  font-size: 2.0rem;
  font-weight: 500;
  color: #C11920;
  content: "A";
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  #human #humanMain {
    margin: 20px 0 0;
  }
  #human #humanMain .column_L {
    width: 25%;
  }
  #human #humanMain .column_R {
    width: 72%;
  }
  #human #humanMain .column_R h2 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #human #humanMain p {
    font-size: 1.2rem;
  }

  #human #humanPhoto {
    margin: 30px 0 0;
  }
  #human #humanPhoto .column_L {
    padding: 15px 0 0;
  }
  #human #humanPhoto .column_R {
    padding: 15px 0 0;
  }

  #human #humanText {
    margin: 0;
  }
  #human #humanText h3 {
    font-size: 1.8rem;
  }
  #human #humanText .humanTextBox {
    margin: 20px 0 0;
  }
  #human #humanText .humanTextBox h4 {
    font-size: 1.4rem;
  }
  #human #humanText .humanTextBox h4::before {
    font-size: 1.8rem;
  }

  #human #humanText .humanTextBox p {
    padding: 10px 0 0;
    font-size: 1.2rem;
  }
  #human #humanText .humanTextBox p::before {
    font-size: 1.8rem;
  }
}

/*==========================================
 Human Report
===========================================*/
#present #presentTitle {
  width: 100%;
}
#present #presentTitle h2 img {
  width: 100%;
  height: auto;
}
#present #presentMain {
  margin: 50px 0 0;
  width: 100%;
}
#present #presentMain .column {
  position: relative;
  float: left;
  width: 247px;
  height: 350px;
  margin: 0 29px 70px 0;
  padding: 10px 20px 0 20px;
  border: 1px solid #F08300;
  box-sizing: border-box;
}
#present #presentMain .column:nth-child(3n) {
  margin: 0 0 70px 0;
}
#present #presentMain .column::before {
  position: absolute;
  left: -15px;
  top: -30px;
  width: 88px;
  height: 88px;
  background-size: 88px 88px;
  content: "";
}
#present #presentMain .column.no01::before {
  background-image: url("../img/present/present_no01.svg");
}
#present #presentMain .column.no02::before {
  background-image: url("../img/present/present_no02.svg");
}
#present #presentMain .column.no03::before {
  background-image: url("../img/present/present_no03.svg");
}
#present #presentMain .column.no04::before {
  background-image: url("../img/present/present_no04.svg");
}
#present #presentMain .column.no05::before {
  background-image: url("../img/present/present_no05.svg");
}
#present #presentMain .column.no06::before {
  background-image: url("../img/present/present_no06.svg");
}
#present #presentMain .column h3 {
  padding: 0 0 0 60px;
  font-size: 1.6rem;
  font-weight: 350px;
  line-height: 1.4;
  color: #F08300;
}
#present #presentMain .column .presentImg {
  position: relative;
  width: 100%;
  padding: 10px 0 0;
}
#present #presentMain .column .presentImg img {
  width: 100%;
  height: auto;
}
#present #presentMain .column .presentImg::before {
  position: absolute;
  right: -15px;
  top: -5px;
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  content: "";
}
#present #presentMain .column.no01 .presentImg::before {
  background-image: url("../img/present/present_03.svg");
}
#present #presentMain .column.no02 .presentImg::before {
  background-image: url("../img/present/present_10.svg");
}
#present #presentMain .column.no03 .presentImg::before,
#present #presentMain .column.no06 .presentImg::before {
  background-image: url("../img/present/present_03.svg");
}
#present #presentMain .column.no04 .presentImg::before,
#present #presentMain .column.no05 .presentImg::before {
  background-image: url("../img/present/present_30.svg");
}
#present #presentMain .column .presentImg p {
  font-size: 1.0rem;
  text-align: right;
}
#present #presentMain .column p {
  padding: 5px 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
}

#present #presentAnser {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  background-color: #FEF4E8;
  text-align: center;
}
#present #presentAnser p {
  font-size: 1.6rem;
  color: #F08300;
}
#present #presentAnser p span {
  margin: 0 0 0 10px;
  padding: 2px 10px;
  background: #fff;
  font-size: 1.8rem;
  color: #333;
}

#present #presentLink {
  width: 400px;
  margin: 40px auto 0;
}
#present #presentLink a {
  display: block;
  width: 100%;
  height: 70px;
  padding: 23px 0 0;
  box-sizing: border-box;
  background-color: #F08300;
  border-radius: 6px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
#present #presentLink a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#present #presentLink p {
  padding: 10px 0 0;
  font-size: 2.4rem;
  color: #333;
  text-align: center;
}

#present #presentText {
  padding: 60px 0 0;
}
#present #presentText p {
  font-size: 1.4rem;
  line-height: 1.8;
}
/* スマホ用 */
@media only screen and (max-width: 559px) {
  #present #presentTitle {
    margin: 20px 0 0;
  }
  #present #presentMain {
    margin: 30px 0 0;
  }
  #present #presentMain .column {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    padding: 10px;
  }
  #present #presentMain .column:nth-child(3n) {
    margin: 0 0 50px 0;
  }
  #present #presentMain .column::before {
    left: -5px;
    top: -30px;
    width: 66px;
    height: 66px;
    background-size: 66px 66px;
  }
  #present #presentMain .column h3 {
    padding: 0 0 0 50px;
    font-size: 1.4rem;
  }
  #present #presentMain .column h3 br {
    display: none;
  }
  #present #presentMain .column .presentImg {
    padding: 20px 0 0;
  }
  #present #presentMain .column .presentImg::before {
    right: -5px;
    top: 0px;
  }

  #present #presentAnser {
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #FEF4E8;
    text-align: center;
  }
  #present #presentAnser p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #present #presentAnser p span {
    display: inline-block;
    margin: 10px 0 0;
  }

  #present #presentLink {
    width: 100%;
    margin: 30px auto 0;
  }
  #present #presentLink a {
    height: 50px;
    padding: 15px 0 0;
    font-size: 2.0rem;
  }
  #present #presentLink p {
    font-size: 2.0rem;
  }

  #present #presentText {
    padding: 30px 0 0;
  }
  #present #presentText p {
    font-size: 1.2rem;
  }
}

/*==========================================
 TR-mag. Topics
===========================================*/
#topics #topicsTitle {
  position: relative;
  width: 100%;
}
#topics #topicsTitle img {
  width: 100%;
  height: auto;
}
#topics #topicsTitle h2 {
  position: absolute;
  left: 0;
  top: 40px;
  width: 360px;
  font-size: 1.5rem;
  text-align: right;
  line-height: 1.4;
}
#topics #topicsTitle_yume {
  width: 430px;
  margin: 10px auto 0;
}
#topics #topicsTitle_yume img {
  width: 100%;
  height: auto;
}

#topics .topicsTitle_typ01 {
  width: 100%;
  margin: 70px 0 0;
  text-align: center;
}
#topics .topicsTitle_typ01 p.date {
  font-size: 1.8rem;
}
#topics .topicsTitle_typ01 p {
  font-size: 1.2rem;
}
#topics .topicsTitle_typ01 h3 {
  padding: 10px 0;
  font-size: 2.2rem;
  line-height: 1.4;
}

#topics .topicsBox_typ01 {
  width: 100%;
  margin: 20px 0 0;
}
#topics .topicsBox_typ01 .column_L {
  float: left;
  width: 380px;
  height: auto;
}
#topics .topicsBox_typ01 .column_R {
  float: right;
  width: 400px;
  height: auto;
}
#topics .topicsBox_typ01 img {
  width: 100%;
  height: auto;
}
#topics .topicsBox_typ01 p {
  font-size: 1.6rem;
  line-height: 1.8;
}
#topics .topicsBox_typ01 .topicsLink {
  width: 180px;
  margin: 20px 0 0;
}
#topics .topicsBox_typ01 .topicsLink a {
  position: relative;
  display: block;
  width: 180px;
  height: 36px;
  margin: 0 auto;
  padding: 9px 0 0 0;
  box-sizing: border-box;
  background-color: #00A63C;
  border-radius: 18px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition : all 0.5s;
}

#topics .topicsTitle_typ02 {
  width: 100%;
  margin: 70px 0 0;
}
#topics .topicsTitle_typ02 h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #13B8D7;
  text-align: center;
}
#topics .topicsTitle_typ02 p {
  margin: 20px 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
}


#topics .topicsTitle_typ03 {
  width: 100%;
  margin: 70px 0 0;
}
#topics .topicsTitle_typ03 h3 {
  position: relative;
  font-size: 2.0rem;
  line-height: 1.4;
  text-align: center;
}
#topics .topicsTitle_typ03 h3::before {
  position: relative;
  display: inline-block;
  left: -10px;
  top: -1px;
  width: 85px;
  height: 24px;
  padding: 1px 0 0;
  box-sizing: border-box;
  background-color: #EA5541;
  border-radius: 12px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
#topics .topicsTitle_typ03.no01 h3::before {
  content: "第1部";
}
#topics .topicsTitle_typ03.no02 h3::before {
  content: "第2部";
}
#topics .topicsTitle_typ03.no03 h3::before {
  content: "第3部";
}
#topics .topicsTitle_typ03.no04 h3::before {
  position: relative;
  display: inline-block;
  left: -10px;
  top: -1px;
  width: 100px;
  height: 36px;
  padding: 3px 0 0;
  box-sizing: border-box;
  background-color: #EA5541;
  border-radius: 18px;
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
  content: "交流会";
}
#topics .topicsTitle_typ03 p {
  margin: 5px 0 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
#topics .topicsTitle_typ03 h4 {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}

#topics .topicsBox_typ02 {
  width: 100%;
  margin: 20px 0 0;
}
#topics .topicsBox_typ02 .column_L {
  float: left;
  width: 48%;
  height: auto;
}
#topics .topicsBox_typ02 .column_R {
  float: right;
  width: 48%;
  height: auto;
}
#topics .topicsBox_typ02 img {
  width: 100%;
  height: auto;
}
#topics .topicsBox_typ02 p {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

#topics .topicsLink_typ02 {
  width: 180px;
  margin: 40px auto 0;
}
#topics .topicsLink_typ02 a {
  position: relative;
  display: block;
  width: 180px;
  height: 36px;
  margin: 0 auto;
  padding: 9px 0 0 0;
  box-sizing: border-box;
  background-color: #00A63C;
  border-radius: 18px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition : all 0.5s;
}


#topics .topicsBox_typ03 {
  width: 100%;
  margin: 20px 0 0;
}
#topics .topicsBox_typ03 .column_L {
  float: left;
  width: 400px;
  height: auto;
}
#topics .topicsBox_typ03 .column_L p {
  font-size: 1.4rem;
  line-height: 1.8;
}
#topics .topicsBox_typ03 .column_R {
  float: right;
  width: 380px;
  height: auto;
}
#topics .topicsBox_typ03 .column_R .column {
  float: left;
  width: 49%;
  margin: 0 2% 0 0;
}
#topics .topicsBox_typ03 .column_R .column:nth-child(2) {
  margin: 0;
}
#topics .topicsBox_typ03 .column_R img {
  width: 100%;
  height: auto;
}
#topics .topicsBox_typ03 .column_R p {
  font-size: 1.2rem;
  line-height: 1.4;
}

#topics .topicsBox_typ04 {
  width: 100%;
  margin: 10px 0 30px;
}
#topics .topicsBox_typ04 .column_L {
  float: left;
  width: 49%;
}
#topics .topicsBox_typ04 .column_R {
  float: right;
  width: 49%;
}
#topics .topicsBox_typ04 .column {
  float: left;
  width: 250px;
  margin: 0 25px 0 0;
}
#topics .topicsBox_typ04 .column:nth-child(3) {
  margin: 0;
}
#topics .topicsBox_typ04 p {
  padding: 5px 0 0;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.4;
}
#topics .topicsBox_typ04 .column_L p,
#topics .topicsBox_typ04 .column_R p,
#topics .topicsBox_typ04 .column p {
  text-align: left;
}
#topics .topicsBox_typ04 img {
  width: 100%;
  height: auto;
}

#topics .topicsBox_typ05 {
  width: 100%;
  margin: 70px 0 0;
}
#topics .topicsBox_typ05 h3 {
  padding: 0 0 15px;
  font-size: 2.2rem;
  color: #EA5541;
  text-align: center;
}
#topics .topicsBox_typ05 .column_L {
  float: left;
  width: 600px;
}
#topics .topicsBox_typ05 .column_L p {
  font-size: 1.4rem;
  line-height: 1.8;
}
#topics .topicsBox_typ05 .column_R {
  float: right;
  width: 170px;
}
#topics .topicsBox_typ05 .column_R img {
  width: 100%;
  height: auto;
}

/* スマホ用 */
@media only screen and (max-width: 559px) {
  #topics #topicsTitle {
    margin: 20px 0 0;
  }
  #topics #topicsTitle h2 {
    position: static;
    width: auto;
    font-size: 1.2rem;
    text-align: left;
  }
  #topics #topicsTitle_yume {
    width: 300px;
    margin: 10px auto 0;
  }

  #topics .topicsTitle_typ01 {
    margin: 50px 0 0;
  }
  #topics .topicsTitle_typ01 p.date {
    font-size: 1.4rem;
  }
  #topics .topicsTitle_typ01 p {
    font-size: 1.2rem;
  }
  #topics .topicsTitle_typ01 h3 {
    font-size: 1.6rem;
  }

  #topics .topicsBox_typ01 {
    width: 100%;
    margin: 10px 0 0;
  }
  #topics .topicsBox_typ01 .column_L {
    padding: 0 0 10px;
    float: none;
    width: 100%;
  }
  #topics .topicsBox_typ01 .column_R {
    float: none;
    width: 100%;
  }
  #topics .topicsBox_typ01 p {
    font-size: 1.2rem;
  }
  #topics .topicsBox_typ01 .topicsLink {
    margin: 20px auto 0;
  }

  #topics .topicsTitle_typ02 {
    margin: 50px 0 0;
  }
  #topics .topicsTitle_typ02 h3 {
    font-size: 1.8rem;
  }
  #topics .topicsTitle_typ02 p {
    margin: 10px 0 0;
    font-size: 1.2rem;
  }

  #topics .topicsTitle_typ03 {
    margin: 50px 0 0;
  }
  #topics .topicsTitle_typ03 h3 {
    font-size: 1.8rem;
  }
  #topics .topicsTitle_typ03 h3::before {
    padding: 2px 0 0;
    font-size: 1.4rem;
  }
  #topics .topicsTitle_typ03 p {
    margin: 5px 0 15px;
    font-size: 1.2rem;
  }
  #topics .topicsTitle_typ03 h4 {
    font-size: 1.6rem;
  }


  #topics .topicsBox_typ02 .column_L {
    padding: 0 0 30px;
    float: none;
    width: 100%;
  }
  #topics .topicsBox_typ02 .column_R {
    padding: 0 0 10px;
    float: none;
    width: 100%;
  }
  #topics .topicsBox_typ02 p {
    font-size: 1.4rem;
  }

  #topics .topicsBox_typ03 {
    width: 100%;
    margin: 20px 0 0;
  }
  #topics .topicsBox_typ03 .column_L {
    padding: 0 0 15px;
    float: none;
    width: 100%;
  }
  #topics .topicsBox_typ03 .column_L p {
    font-size: 1.2rem;
  }
  #topics .topicsBox_typ03 .column_R {
    float: none;
    width: 100%;
  }

  #topics .topicsBox_typ04 .column_L {
    padding: 0 0 20px;
    float: none;
    width: 100%;
  }
  #topics .topicsBox_typ04 .column_R {
    float: none;
    width: 100%;
  }
  #topics .topicsBox_typ04 .column {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  #topics .topicsBox_typ04 .column:nth-child(3) {
    margin: 0 0 20px;
  }
  #topics .topicsBox_typ04 p {
    text-align: left;
  }

  #topics .topicsBox_typ05 {
    margin: 50px 0 0;
  }
  #topics .topicsBox_typ05 h3 {
    font-size: 1.8rem;
  }
  #topics .topicsBox_typ05 .column_L {
    float: none;
    width: 100%;
    padding: 0 0 20px;
  }
  #topics .topicsBox_typ05 .column_L p {
    font-size: 1.2rem;
  }
  #topics .topicsBox_typ05 .column_R {
    float: none;
    width: 100%;
    text-align: center;
  }
  #topics .topicsBox_typ05 .column_R img {
    width: 200px;
    height: auto;
  }
}
