@charset"utf-8";
/* "*"
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
/* "html"
-------------------------------------------------- */
html{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}
/* "body"
-------------------------------------------------- */
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "arial";
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.5rem;
  color: #000;
  background-image: url(../img/common/back_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}
@media screen and (max-width: 980px) {
  body{
    background-image: none;
  }
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
img{
  vertical-align: bottom;
}
/* "p"tag
-------------------------------------------------- */
p{
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 1.4;
}
p.p-txt{
  line-height: 1.8;
}
@media print, screen and (max-width: 980px) {
  p{
    font-size: 1.4rem;
  }
}
/* "a"tag
-------------------------------------------------- */
a{
  color: #333;
  text-decoration: none;
}
/* "li/ol/ul" Tag
-------------------------------------------------- */
ul li{
  font-size: 1.5rem;
  list-style-type: none;
  line-height: 1.8;
}
ol li{
  font-size: 1.5rem;
  line-height: 1.8;
}
ul.mkr li{
  list-style-type: disc;
  margin-left: 2.3rem;
}
@media print, screen and (max-width: 980px) {
  ul li{
  font-size: 1.4rem;
  }
  ol li{
  font-size: 1.4rem;
  }
  ul.mkr li{
  margin-left: 2.0rem;
  }
}
/* "dt dd" Tag
-------------------------------------------------- */
dl dt,
dl dd{
  font-size: 1.5rem;
  line-height: 1.8;
}

@media print, screen and (max-width: 980px) {
  dl dt,
  dl dd{
    font-size: 1.4rem;
  }
}
/* "img" Tag
-------------------------------------------------- */
div.img-area img{
  width: 100%;
  height: auto;
}
/* decoration
-------------------------------------------------- */
.bold{
  font-weight: bold;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
/* color
-------------------------------------------------- */
.pink {
  color: #D1467B
}
.white {
  color: #FFFFFF;
}
.red {
  color: #D63448;
}
.blue {
  color: #156CA3;
}
.orange {
  color: #E9872E;
}
.green {
  color: #26AE90;
}
.brown {
  color: #AD8141;
}
/* margin
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
/* forPC,forSP
-------------------------------------------------- */
.forPC{
  display: inline;
}
.forTB{
  display: inline;
}
.forSP{
  display: none;
}
.forML{
  display: none;
}
@media screen and (max-width: 980px) {
  .forPC{
    display: none;
  }
  .forTB{
    display: inline;
  }
  .forSP{
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .forTB{
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .forML{
    display: inline;
  }
}

span.del {
  background-image: linear-gradient(#D63448, #D63448);
  background-position: 0 52%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  text-decoration: none;
}
span.underline{
  text-decoration: underline;
}

/* header
-------------------------------------------------- */
header{
  border-top: 12px solid #007AAA;
  border-bottom: 12px solid #007AAA;
  padding: 1.2rem 0;
  background: #fff;
}
header div.inner {
  margin: 0 auto;
  width: 960px;
}
header div.contents div.ttl-area{
  width: 80rem;
}
header div.contents div.ttl-area img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  header{
    border-top: 8px solid #007AAA;
    border-bottom: 8px solid #007AAA;
    padding: 1rem 0;
    margin-bottom: 2rem;
    background: inherit;
  }
  header div.inner {
    width: 100%;
  }
  header div.contents{
    width: 97%;
    margin: 0 auto;
    padding: 0;
    height: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }
  header div.contents div.ttl-area{
    width: 100%;
    font-size: 0;
  }
}

/* contents
-------------------------------------------------- */
main div.inner {
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
  padding: 3rem 0;
  background: #fff;
}
div.inner div.contents{
  width: 97%;
  margin: 0 auto;
}
main div.contents{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  main div.inner {
    width: 100%;
    padding: inherit;
    background: inherit;
  }
  div.contents {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
  }
  main div.contents {
    width: 95%;
    display: block;
  }
}

/* main-content
-------------------------------------------------- */
div.contents div.main-content {
  width: 640px;
  box-sizing: border-box;
}
div.contents div.main-content div.abstractSubmission dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #333;
}
div.contents div.main-content div.abstractSubmission dl dt{
  padding: 0.5rem 2rem;
  background: #00aceb;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #FFF;
}
div.contents div.main-content div.abstractSubmission dl dd{
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
div.contents div.main-content div.abstractSubmission dl dd span.alt{
  margin-left: 26rem;
  color: #D63448;
}
div.contents div.main-content section.mainvisual img{
  width: 100%;
  height: auto;
  display: block;
}
/* youtube */
div.contents div.main-content section.youtube{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3rem;
}
/* mgB10 */
div.contents div.main-content section.youtube ul.mgB10{
  width: 48.5%;
}
div.contents div.main-content section.youtube ul.mgB10 li{
  position: relative;
  padding-top: 56%;
}
div.contents div.main-content section.youtube ul.mgB10 li.videottl{
  padding-top: 1rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
div.contents div.main-content section.youtube ul.mgB10 li a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 10;
}
div.contents div.main-content section.youtube ul.mgB10 li iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* movie */
div#con1,
div#con2{
  width: 960px;
  height: 540px;
}
div#con1 iframe#player,
div#con2 iframe#player2{
  width:100%;
  height:100%;
  border: 1px solid #fff;
}
.modal-content video {
  width: 100%;
  height: auto;
}
.modal-content {
  position: fixed;
  display: none;
  z-index: 2000;
  width: 960px;/*65%;*/
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 0;
}
.modal-content p {
  margin: 0;
  padding: 0;
}
.modal-overlay {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal-open {
  color: #00f;
  text-decoration: underline;
}
.modal-open:hover {
  cursor: pointer;
  color: #f00;
}
.modal-close {
  color: #fff!important;
  text-decoration: none;
  position: absolute;
  top: -36px;
  right: -36px;
  display: block;
  line-height: 1;
  overflow: hidden;
}
.modal-close:hover {
  cursor: pointer;
  color: #f00;
}
.modal-close {
  font-size: 200%;
}
/* greeting */
div.contents div.main-content div.greeting{
  border: 2px solid #076185;
  border-radius: 1rem;
  margin-top: 3rem;
  padding: 2rem;
}
div.contents div.main-content div.greeting h3{
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
div.contents div.main-content div.greeting div.representative{
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: right;
/*  text-align: right;*/
}
/* info_plus */
div.contents div.main-content div.info_plus{
  margin-top: 3rem;
  background-color: rgba(0, 122, 170, 0.2);
  padding: 1.5rem;
}
div.contents div.main-content div.info_plus h3{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
div.contents div.main-content div.info_plus a{
  color: #007AAA;
  text-decoration: underline;
}
div.contents div.main-content div.info_plus a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
/* chairmans_award_info */
div.contents div.main-content div.chairmans_award_info{
  margin-top: 3rem;
  background-color: rgba(0, 255, 51, 0.2);
  padding: 1.5rem;
}
div.contents div.main-content div.chairmans_award_info h3{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
div.contents div.main-content div.chairmans_award_info div.button-area{
  width: 18rem;
  margin: 1.5rem auto 0;
}
div.contents div.main-content div.chairmans_award_info div.button-area a.button{
  position: relative;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  width: 18rem;
  height: 5rem;
  line-height: 4.8rem;
  border-radius: 1rem;
  text-decoration: inherit;
  color: #fff;
  background-color: #006600;
  border: 1px solid #006600;
}
div.contents div.main-content div.chairmans_award_info div.button-area a.button:hover{
  color: #006600;
  background-color: #fff;
  transition: 0.6s;
}
/* guide-btn */
div.contents div.main-content div.guide-btn{
  margin-top: 3rem;
}
div.contents div.main-content div.guide-btn div.button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 42rem;
  margin: 0 auto;
}
div.contents div.main-content div.guide-btn div.button-area a.button{
  position: relative;
  font-size: 1.5rem;
  display: block;
  text-align: center;
  width: 20rem;
  height: 5rem;
  line-height: 4.8rem;
  border-radius: 1rem;
  text-decoration: inherit;
  color: #fff;
  background-color: #D63448;
  border: 1px solid #D63448;
}
div.contents div.main-content div.guide-btn div.button-area a.button.shuttlebus{
  margin-right: 2rem;
}
div.contents div.main-content div.guide-btn div.button-area a.button:hover{
  color: #D63448;
  background-color: #fff;
  transition: 0.6s;
  opacity: inherit;
}
/* guideline */
div.contents div.main-content section.guideline{
  margin-top: 3rem;
}
div.contents div.main-content section.guideline dl a{
  color: #007AAA;
  text-decoration: underline;
}
div.contents div.main-content section.guideline dl a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
div.contents div.main-content section.guideline dl{
  background: #fff2cc;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
div.contents div.main-content section.guideline dl.dl02{
  margin-top: 1.5rem;
}
div.contents div.main-content section.guideline dl dt{
  font-weight: bold;
  margin-bottom: 0.5rem;
}
/* information */
div.contents div.main-content section.information{
  margin-top: 3rem;
}
div.contents div.main-content section.information div.info_inner.top{
  height: 40rem;
  overflow-y: scroll;
}
div.contents div.main-content section.information h2.top-ttl{
  line-height: 1.6;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  position: relative;
  text-indent: 4rem;
}
div.contents div.main-content section.information h2.top-ttl::before{
  position: absolute;
  top: 0.3rem;
  left: 0;
  background-image: url(../img/top/circle-info-solid.svg);
  content: '';
  width: 34px;
  height: 34px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
div.contents div.main-content section.information dl{
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dotted #555;
}
div.contents div.main-content section.information dl:last-child{
  margin-bottom: 0;
}
div.contents div.main-content section.information dl a{
  color: #007AAA;
  text-decoration: underline;
}
div.contents div.main-content section.information dl a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
div.contents div.main-content section.information div.button-area{
  margin: 3rem 0 0 auto;
  width: 14rem;
}
div.contents div.main-content section.information div.button-area a.button{
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  text-align: center;
  width: 14rem;
  height: 4rem;
  line-height: 4.0rem;
  background-color: #007AAA;
  border: 1px solid #007AAA;
  border-radius: 5rem;
}
div.contents div.main-content section.information div.button-area a.button:hover{
  background-color: #FFF;
  color: #007AAA;
  transition: 0.6s;
}
@media screen and (max-width: 980px) {
  div.contents div.main-content {
    width: 100%;
    padding-left: inherit;
    box-sizing: border-box;
  }
  div.contents div.main-content div.abstractSubmission dl dd{
    width: 74%;
  }
  /* movie */
  div#con1,
  div#con2{
    width: 99%;
    height: 39%;    
  }
  div#con1 iframe#player,
  div#con2 iframe#player2{
    width:100%;
    height:100%;
    border-bottom: none;
  }
  .modal-content {
    position: fixed;
    display: none;
    z-index: 2000;
    width: 100%;/*65%;*/
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: 0;
  }
  .modal-close {
    top: -36px;
    right: 1%;
  }
  /* information */
  div.contents div.main-content section.information{
    margin-top: 2.5rem;
  }
  div.contents div.main-content section.information h2.top-ttl{
    font-size: 2.2rem;
    margin-bottom: 2rem;
    position: relative;
    text-indent: 3.5rem;
  }
  div.contents div.main-content section.information h2.top-ttl::before{
    top: 0.4rem;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
  }
  div.contents div.main-content section.information div.button-area{
    margin: 3rem auto 0 auto;
    width: 14rem;
  }
  div.contents div.main-content section.information div.button-area a.button{
    font-size: 1.4rem;
    width: 14rem;
    height: 3.8rem;
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  div.contents div.main-content div.abstractSubmission dl dt{
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
    width: 26%;
  }
  div.contents div.main-content div.abstractSubmission dl dd{
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
  }
  div.contents div.main-content div.abstractSubmission dl dd span.alt{
    margin-left: 0;
  }
  /* youtube */
  div.contents div.main-content section.youtube{
    display: block;
    margin-top: 3rem;
  }
  /* mgB10 */
  div.contents div.main-content section.youtube ul.mgB10{
    width: 80%;
    margin: 0 auto;
  }
  div.contents div.main-content section.youtube ul.mgB10.ul02{
    margin-top: 2rem;
  }
  div.contents div.main-content section.youtube ul.mgB10 li{
    position: relative;
    padding-top: 56%;
  }
  /* greeting */
  div.contents div.main-content div.greeting{
    padding: 2rem;
  }
  div.contents div.main-content div.greeting h3{
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  /* info_plus */
  div.contents div.main-content div.info_plus h3{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  /* chairmans_award_info */
  div.contents div.main-content div.chairmans_award_info h3{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }  
  /* guide-btn */
  div.contents div.main-content div.guide-btn div.button-area {
    width: 100%;
  }
  div.contents div.main-content div.guide-btn div.button-area a.button{
    width: 47%;
  }
  div.contents div.main-content div.guide-btn div.button-area a.button.shuttlebus{
    margin-right: 3%;
  }
}

/* side-content
-------------------------------------------------- */
div.contents div.side-content {
  box-sizing: border-box;
  width: 260px;
}
/* web-program */
div.contents div.side-content div.web-program{
  margin-bottom: 1rem;
}
div.contents div.side-content div.web-program ul li{
  width: 260px;
  margin: 0 auto;
}
div.contents div.side-content div.web-program ul li img{
  width: 100%;
  height: auto;
  border: 1px solid #808080;
}
div.contents div.side-content div.web-program ul li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
div.contents div.side-content div.web-program ul li p{
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0.5rem 0 1rem;
}
/* mypage */
div.contents div.side-content div.mypage{
  margin-bottom: 1rem;
}
div.contents div.side-content div.mypage a{
  width: 260px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.8;
  text-align: center;
  display: block;
  border-radius: 0.5rem;
  position: relative;
  padding: 1rem 0;
  background: #AAA;
  border: 1px solid #AAA;
  text-decoration: none;
  pointer-events: none;
}
div.contents div.side-content div.mypage a::after{
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
div.contents div.side-content div.mypage a:hover{
  background: #fff;
  color: #D63448;
  opacity: inherit;
  transition: 0.6s;
}
div.contents div.side-content div.mypage a:hover::after{
  border-top: 2px solid #D63448;
  border-right: 2px solid #D63448;
  transition: 0.6s;
}
/* nav */
div.contents div.side-content nav.side_nav ul li{
  border-bottom: 1px solid #dce4fa;
  position: relative;
  line-height: 2.0;  
  background: #888;
  color: #DDD;
}
div.contents div.side-content nav.side_nav ul li.lhs{
  line-height: 1.5;
}
div.contents div.side-content nav.side_nav ul li.non{
  padding: 1.12rem 0;
  padding-left: 3.5rem;
}
div.contents div.side-content nav.side_nav ul li a{
  padding: 1.12rem 0 1.12rem 3.5rem;
  color: #fff!important;
  text-decoration: none!important;
  position: relative;
  display: block;
  background: #007AAA;
}
div.contents div.side-content nav.side_nav ul li a:hover,
div.contents div.side-content nav.side_nav ul li a.active {
  background: #076185;
  opacity: 1;
}
div.contents div.side-content nav.side_nav ul li:before,
div.contents div.side-content nav.side_nav ul li::after{
  position: absolute;
  margin: auto;
  content: "";
  z-index: 10;
}
div.contents div.side-content nav.side_nav ul li::before{
  top: 18px;
  left: 10px;
  width: 17px;
  height: 17px;
  background: #FFF;
}
div.contents div.side-content nav.side_nav ul li::after{
  top: 21px;
  left: 15px;
  box-sizing: border-box;
  width: 8px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 8px solid #007AAA;
}
div.contents div.side-content nav.side_nav ul li span.bos{
  background: #D2302F;
  padding: 0.2rem 0.5rem 0.4rem 0.5rem;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-left: 1rem;
  position: absolute;
  right: 1.5rem;
}
/* banner */
div.contents div.side-content div.banner{
  margin-top: 3rem;
  width: 260px;
}
div.contents div.side-content div.banner img{
  width: 100%;
  height: auto;
}
div.contents div.side-content div.banner img:hover{
  opacity: 0.4;
  transition: 0.6s;
}
/* company_bnr */
div.contents div.side-content div.company_bnr{
  margin-top: 1rem;
}
div.contents div.side-content div.company_bnr ul li{
  width: 260px;
  margin: 0 auto 1rem;
}
div.contents div.side-content div.company_bnr ul li a{
  display: block;
}
div.contents div.side-content div.company_bnr ul li img{
  width: 260px;
  height: auto;
}
div.contents div.side-content div.company_bnr ul li img.bdr{
  border: 1px solid #ccc;
}
div.contents div.side-content div.company_bnr ul li img:hover{
  opacity: 0.4;
  transition: 0.6s;
}

/* fb */
div.fb-page{
  width: 26rem;
  margin: 3rem auto 0;
}
div.fb-page.fb_iframe_widget {
  display: block!important;
  position: relative;
}
div.fb-page span{
  width: 26rem;
  height: 350px!important;
}
div.fb-page iframe{
  width: 26rem;
  height: 350px!important;
}
/* instagram */
div.instagram div.icon{
  width: 5rem;
  margin: 3rem auto 1rem;
}
div.instagram div.icon img{
  width: 100%;
  height: auto;
}
/* side_bnr */
div.contents div.side-content ul.side_bnr{
  margin: 2rem 0 0;
}
div.contents div.side-content ul.side_bnr li{
  width: 240px;
  margin: 0 auto 1rem;
}
div.contents div.side-content ul.side_bnr li a{
  display: block;
}
div.contents div.side-content ul.side_bnr li img{
  border: 1px solid #ccc;
  width: 240px;
  height: auto;
}
div.contents div.side-content ul.side_bnr li img:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media screen and (max-width: 980px) {
  div.contents div.side-content {
    width: 100%;
    margin-top: 5rem;
  }
  /* web-program */
  div.contents div.side-content div.web-program{
    margin-bottom: 3rem;
  }
  div.contents div.side-content nav.side_nav ul li.lhs{
    line-height: 2;
  }
  div.contents div.side-content nav.side_nav ul li span.bos{
    margin-left: 0.5rem;
  }
  /* mypage */
  div.contents div.side-content div.mypage{
    margin-bottom: 1.5rem;
  }
  div.contents div.side-content div.mypage a{
    margin: 0 auto;
  }
  /* banner */
  div.contents div.side-content div.banner{
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
  /* company_bnr */
  div.contents div.side-content div.company_bnr{
    margin-top: 1rem;
  }
  /* fb */
  div.fb-page{
    width: 30rem;
    margin: 3rem auto 0;
  }
  div.fb-page span{
    width: 300px!important;
  }
  div.fb-page iframe{
    width: 300px!important;
  }
  /* instagram */
  div.instagram{
    width: 30rem;
    margin: 3rem auto 0;
  }
}
/* footer
-------------------------------------------------- */
footer{
  padding: 5rem 0;
  background: #ECECEC;
}
footer div.inner {
  margin: 0 auto;
  width: 960px;
}
footer div.ftr-address{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
footer div.ftr-address dl.ftr01,
footer div.ftr-address dl.ftr02{
  width: 480px;
}
footer div.ftr-address dl.ftr01{
  margin-right: 3rem;
}
footer div.ftr-address dl dt{
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #007AAA;
  color: #007AAA;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
}
footer div.ftr-address dl dd span{
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  footer{
    margin: 5rem 0 0;
    padding: 4rem 0;
  }
  footer div.inner {
    width: 100%;
  }
  footer div.ftr-address{
    display: block;
    margin: 0 auto;
  }
  footer div.ftr-address dl.ftr01{
    margin-right: inherit;
    margin-bottom: 2rem;
    width: 100%;
  }
  footer div.ftr-address dl.ftr02{
    width: 100%;
  }
  footer div.ftr-address dl dd{
    line-height: 1.6;
    font-size: 1.3rem;
  }
  footer div.ftr-address dl dd span{
    font-size: 1.5rem;
  }
}
/* copyright
-------------------------------------------------- */
div.copyright{
  padding: 0.8rem 0 1rem;
  text-align: center;
  color: #007AAA;
  background: #fff;
}
@media screen and (max-width: 980px) {
  div.copyright{
    padding: 1.2rem 0;
    background: inherit;
  }
}

/* link_top
-------------------------------------------------- */
p.link_top {
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  z-index: 100;
}
p.link_top a{
  background: #007AAA;
  border: 1px solid #007AAA;
  border-radius: 0.4rem;
  color: #fff;
  padding: 1.7rem 1.5rem;
  font-size: 1.4rem;
}
p.link_top a:hover{
  transition: 0.6s;
  background: #034159;
  border: 1px solid #034159;
}