@charset "UTF-8";
:root {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',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 {
  vertical-align: bottom;
}

.l-wrapper {
  line-height: 1;
  position: relative;
  width: 100%;
  margin: auto;
}

.l-wrapper::after {
  display: block;
  clear: both;
  content: '';
}

.l-inner {
  position: relative;
  width: 880px;
  margin: auto;
}

.l-inner::after {
  display: block;
  clear: both;
  content: '';
}

.sp,
.col-xs-num {
  display: none;
}

.pbr {
  display: block;
}

.c-sgs-study {
  position: relative;
}

.c-sgs-study__caption {
  padding-bottom: 30px;
}

.c-sgs-study__inner {
  width: 820px;
  margin: auto;
}

.c-sgs-study__date {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-bottom: 1px #000 solid;
}

.c-sgs-study__date::after {
  position: absolute;
  top: -3px;
  left: 165px;
  display: block;
  width: 80px;
  padding: 3px 0;
  content: '研究';
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #008cc5;
}

.c-sgs-study__info {
  font-size: 2.2rem;
  line-height: 1.8;
  padding-bottom: 40px;
}

.c-sgs-study__tit {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 10px;
  color: #008cc5;
}

.c-sgs-study__vege {
  background: url("/images/lp2/sgs1/img-vege.png") no-repeat;
  background-position: right 10px;
}

.c-sgs-study__txt {
  font-size: 2.2rem;
  line-height: 1.8;
  width: 500px;
  padding-bottom: 10px;
  text-align: justify;
}

.c-sgs-study__notes {
  font-size: 1.6rem;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px #000 solid;
}

.c-sgs {
  position: relative;
  width: 820px;
  margin: auto;
}

.c-sgs__tit {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 10px;
  color: #008cc5;
}

.c-sgs__txt {
  font-size: 2.2rem;
  line-height: 1.8;
  padding-bottom: 10px;
}

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

.c-sgs__txt--adjust {
  padding-bottom: 40px;
}

.c-sgs__txt--adjust2 {
  padding-bottom: 80px;
}

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

.c-sgs__notes {
  font-size: 1.6rem;
  padding-bottom: 40px;
}

.c-sgs__matome {
  padding-bottom: 30px;
}

.c-sgs__matome--adjust {
  padding-bottom: 60px;
}

.c-sgs__matome-tit {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 40px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #008dc5;
}

.c-sgs__matome-detail {
  font-size: 2.2rem;
  line-height: 1.8;
  padding: 10px 20px;
  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: 2.2rem;
  line-height: 1.8;
  padding-bottom: 40px;
}

.c-sgs__notes-list {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 40px;
}

.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: 2.6rem;
  font-weight: bold;
  line-height: 1.8;
  width: 880px;
  margin: 10px auto 20px;
  padding: 10px 0;
  text-align: center;
  color: #008cc5;
  background: #daeef7;
}

.c-sgs__draw {
  padding-bottom: 20px;
  text-align: center;
}

.c-sgs__draw--adjust {
  padding-bottom: 40px;
}

.c-sgs__tel {
  font-size: 2.2rem;
  line-height: 1.8;
  padding: 0 40px 40px;
}

.c-sgs__hp {
  font-size: 2.2rem;
  line-height: 1.8;
  padding: 0 40px 40px;
}

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


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

#header .logo {
    float: left;
    padding-left: 8px;
}
#header .logo img{
  width: 65%;
}
#header .sns {
    float: right;
    position: relative;
    width: 127px;
    height: 52px;
    padding-right: 26px;
    margin-top: 7px;
}
#header .sns #sns_fb {
    position: absolute;
    top: 0px;
    left: 0;
    margin-left: 0px;
}
#header .sns #sns_tw {
    position: absolute;
    top: 0px;
    left: 0;
    margin-left: 73px;
}

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

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