@charset "UTF-8";
:root {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 62.5%;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
}

:root * {
  font-weight: inherit;
  list-style: none;
}

/*デバイスが縦向きの場合*/
/*デバイスが横向きの場合*/
img {
  width: 100%;
  vertical-align: bottom;
}

.l-wrapper {
  margin: auto;
  padding: 0 2%;
  /*background: url("../../images/lp2/link01.jpg") no-repeat center top;*/
  background-size: 100%;
}

.mat {
  padding: 1px;
  background-color: #fff100;
}

.br {
  display: block;
}

.pc,
.col-sm-num {
  display: none;
}

.sbr {
  display: block;
}

.c-sgs-study {
  line-height: 1.6;
  position: relative;
  width: 100%;
  margin: auto;
}

.c-sgs-study__caption {
  padding-bottom: 3%;
}

.c-sgs-study__inner {
  width: 94%;
  margin: auto;
}

.c-sgs-study__date {
  font-size: 3.0vw;
  font-weight: bold;
  position: relative;
  margin-bottom: 3%;
  padding-bottom: 2%;
  padding-left: 2%;
  border-bottom: 1px #000 solid;
}

.c-sgs-study__date::after {
  font-size: 2.0vw;
  position: absolute;
  top: -.1%;
  left: 32%;
  display: block;
  width: 15%;
  padding: .5% 0;
  content: '研究';
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #008cc5;
}

.c-sgs-study__date--adjust::after {
  left: 28%;
}

.c-sgs-study__info {
  font-size: 3.0vw;
  padding-bottom: 5%;
}

.c-sgs-study__info .u-line {
  text-decoration: underline;
}

.c-sgs-study__tit {
  font-size: 3.0vw;
  font-weight: bold;
  color: #008cc5;
}

.c-sgs-study__txt {
  font-size: 3.0vw;
  float: left;
  padding-bottom: 1%;
}

.c-sgs-study__img {
  float: right;
  width: 38%;
}

.c-sgs-study__notes {
  font-size: 2.0vw;
  margin-bottom: 3%;
  padding-bottom: 3%;
  border-bottom: 1px #000 solid;
}

.c-sgs {
  line-height: 1.8;
  position: relative;
  width: 94%;
  margin: auto;
}

.c-sgs__tit {
  font-size: 3.0vw;
  font-weight: bold;
  padding-bottom: .5%;
  color: #008cc5;
}

.c-sgs__txt {
  font-size: 3.0vw;
  padding-bottom: 1%;
}

.c-sgs__txt .tbold {
  font-weight: bold;
}

.c-sgs__txt--adjust {
  padding-bottom: 4%;
}

.c-sgs__txt--adjust2 {
  padding-bottom: 8%;
}

.c-sgs__txt .line {
  text-decoration: underline;
}

.c-sgs__notes {
  font-size: 2.0vw;
  padding-bottom: 4%;
}

.c-sgs__matome {
  padding-bottom: 3%;
}

.c-sgs__matome--adjust {
  padding-bottom: 6%;
}

.c-sgs__matome-tit {
  font-size: 3.0vw;
  font-weight: bold;
  padding: 1%;
  text-align: center;
  color: #fff;
  background: #008dc5;
}

.c-sgs__matome-detail {
  font-size: 3.0vw;
  padding: 1% 2%;
  background: #daeef7;
}

.c-sgs__matome-detail ul {
  list-style-position: inside;
}

.c-sgs__matome-detail li {
  padding-left: 1em;
  list-style: none;
  text-indent: -1em;
}

.c-sgs__matome-detail li::before {
  content: '◆';
}

.c-sgs__comment {
  font-size: 3.0vw;
  padding-bottom: 4%;
}

.c-sgs__notes-list {
  font-size: 2.0vw;
  line-height: 1.5;
  padding-bottom: 4%;
}

.c-sgs__notes-list ul {
  list-style-position: inside;
}

.c-sgs__notes-list li {
  padding-left: 2em;
  list-style: none;
  text-indent: -2em;
}

.c-sgs__notes-list .kome01::before {
  content: '※1';
}

.c-sgs__notes-list .kome02::before {
  content: '※2';
}

.c-sgs__notes-list .kome03::before {
  content: '※3';
}

.c-sgs__notes-list .kome04::before {
  content: '※4';
}

.c-sgs__notes-list .kome05::before {
  content: '※5';
}

.c-sgs__frm {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.4;
  width: 95%;
  margin: 1% auto 3%;
  padding: 3% 0;
  text-align: center;
  color: #008cc5;
  background: #daeef7;
}

.c-sgs__draw {
  width: 95%;
  margin: auto;
  padding-bottom: 4%;
  text-align: center;
}

.c-sgs__draw--adjust {
  padding-bottom: 4%;
}

.c-sgs__tel {
  font-size: 3.0vw;
  padding: 0 4% 4%;
}

.c-sgs__hp {
  font-size: 3.0vw;
  padding: 0 4% 4%;
}

.c-sgs__hp a {
  text-decoration: none;
  color: #008dc5;
}


#header{
  border-top: 3px solid #e60012;
  margin-bottom: 30px;
  background: #fff;
  padding-top: 10px;
  margin-top: -5px;
  border-bottom: 2px solid #aaa;
  overflow: hidden;
}
#header .header_wrapper{
  width: 100%;
  margin: 0 auto;
}

#header .logo {
    float: left;
    padding-left: 8px;
    width: 30%;
}
#header .logo img{
  width: 100%;
}
#header .sns {
    float: right;
    margin-top: 1.5%;
    width: 30%;
}
#header .sns #sns_fb {
  display: inline-block;
  width: 40%;
  margin-right:2%;
}
#header .sns #sns_tw {
  display: inline-block;
  width: 40%;
}

#inquiry{
  background: #fff;
  border-bottom: 3px solid #e60012;
  border-top: 2px solid #aaa;
  margin-top: 50px;
}
#inquiry .inner{
  width: 90%;
  margin:0 auto;
  text-align: center;
  padding: 0 3%;
}
#inquiry .inner p{
  padding: 20px 0 20px 0;
  text-align: left;
  display: inline-block;
}
#inquiry .inner p img{
  margin: 7px 0 0 10px;
  width: 30%;
}
.sp-on{display: none;}

.footer{
  text-align: center;
  margin: 10px 0 0 0;
}