@charset "UTF-8";
@media screen and (min-width:768px) {
  .pc {
    display: inline
  }
  .sp {
    display: none
  }
}

@media screen and (max-width:768px) {
  .pc {
    display: none
  }
  .sp {
    display: inline
  }
}

html {
  scroll-behavior: smooth
}

.hero {
  margin-top: 278px;
  /*margin-bottom: 177px*/
}

@media screen and (max-width:768px) {
  .hero {
    margin-top: 314px;
    margin-bottom: 0
  }
}

.hero__inner {
  width: 1340px;
  margin: 0 auto;
  background: url(/assets/img/center/img_hero.jpg) center/cover no-repeat;
  height: 480px;
  width: 1340px;
  position: relative
}

@media screen and (max-width:768px) {
  .hero__inner {
    width: 100%;
    background: url(/assets/img/center/img_hero_sp.png) center/cover no-repeat;
    height: 240px;
    width: 345px
  }
}

.hero__headline {
  font-size: 50px;
  text-align: center
}

.hero__headline small {
  font-size: 30px;
  letter-spacing: .05em;
  text-align: center;
  display: block
}

@media screen and (max-width:768px) {
  .hero__headline small {
    font-size: 14px
  }
}

.hero__headline span {
  margin-top: 22px;
  margin-bottom: 30px;
  display: block;
  letter-spacing: .05em
}

@media screen and (max-width:768px) {
  .hero__headline span {
    font-size: 30px;
    line-height: 40px;
    margin-top: 6px;
    margin-bottom: 13px
  }
}

.hero__copy {
  font-size: 20px;
  line-height: 36px;
  text-align: center
}

@media screen and (max-width:768px) {
  .hero__copy {
    font-size: 14px;
    line-height: 25px
  }
}

.hero__body {
  position: absolute;
  top: -87px;
  left: 0;
  right: 0;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .hero__body {
    top: -164px
  }
}

.hero__scroll {
  display: none
}

@media screen and (max-width:768px) {
  .hero__scroll {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    bottom: 95px;
    right: -16px
  }
  .hero__scroll:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 38px;
    background-color: #282828;
    position: absolute;
    top: -12px;
    right: -25px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}

.section--news, .section--note {
  width: 1200px;
  margin: -280px auto 0; 
  position: relative;
}
.section--note {
  width: 1200px;
  margin: 30px auto 120px; 
  position: relative;
}
@media screen and (max-width:768px) {
  .section--news, .section--note {
    width: 310px;
    margin: -21px auto 0
  }
}

.section--news .section__inner {
  background-color: #20134f;
  width: 580px;
  border-radius: 6px;
	float: right;
  /*position: absolute;
  top: -450px;
  right: -38px;*/
	margin-right: -38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px 10px 8px 10px
}
.section--note .section__inner__note {
background-color: #fff;
  width: 580px;
  border-radius: 6px;
	float: right;
  /*position: absolute;
  top: -250px;
  right: -38px;*/
	margin-right: -38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}

.section--note .section__inner__note a img:hover {
	opacity: .5;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	min-height: 1%;
	zoom: 1;
}


@media screen and (max-width:768px) {
  .section--news .section__inner {
    position: static;
    width: 100%;
    padding: 20px 10px 8px 10px;
    border-radius: 8px
  }
	.section--note .section__inner__note {
    position: static;
    width: 100%;
    border-radius: 8px;
	margin-top: 35px;
  }
}

.section--news .section__headline {
  color: #fff;
  font-size: 20px;
  letter-spacing: .05em;
  margin-left: 37px
}

@media screen and (max-width:768px) {
  .section--news .section__headline {
    font-size: 14px;
    margin-left: 13px
  }
}

.section--news .section__headline::after {
  content: "";
  display: block;
  width: 66px;
  height: 3px;
  background: #b71d1c;
  margin-top: 14px
}

@media screen and (max-width:768px) {
  .section--news .section__headline::after {
    width: 50px;
    margin-top: 8px
  }
}

.section--news .news {
  background-color: #20134f;
  margin: 0 auto;
  border-radius: 10px;
  padding: 23px 39px 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:768px) {
  .section--news .news {
    width: 100%;
    padding: 0 16px 7px
  }
}

.section--news .news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px
}

@media screen and (max-width:768px) {
  .section--news .news__list {
    display: block;
    border-bottom: 1px dotted #87829f;
    padding: 10px 0 14px;
    margin-top: 0
  }
}

.section--news .news__list:first-child {
  margin-top: 0
}

@media screen and (max-width:768px) {
  .section--news .news__list:last-child {
    border-bottom: 0
  }
}

.section--news .news__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:768px) {
  .section--news .news__list a {
    display: block
  }
}

.section--news .news__list a:hover .news__description {
  text-decoration: underline
}

.section--news .news__term {
  color: #fff;
  letter-spacing: .04em;
  width: 90px;
  line-height: 21px
}

@media screen and (max-width:768px) {
  .section--news .news__term {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-bottom: 4px;
    letter-spacing: .08em
  }
}

.section--news .news__description {
  position: relative;
  color: #fff;
  letter-spacing: .04em;
  line-height: 21px;
  width: calc(100% - 88px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 27px
}

@media screen and (max-width:768px) {
  .section--news .news__description {
    display: inline-block;
    width: auto;
    font-size: 14px;
    padding-right: 20px
  }
}

.section--news .news__description::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: url(/assets/img/center/topic/img_arrow.png) center/cover no-repeat;
  top: 3px;
  right: 0;
  margin-left: 10px
}

@media screen and (max-width:768px) {
  .section--news .news__description::after {
    width: 13px;
    height: 13px
  }
}

.section--activity {
  padding-bottom: 130px
}

@media screen and (max-width:768px) {
  .section--activity {
    padding-top: 73px;
    padding-bottom: 60px
  }
}

@media screen and (max-width:768px) {
  .section--activity .section__inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
}

.section--activity .section__headline {
  font-size: 36px;
  text-align: center;
  letter-spacing: .1em
}

@media screen and (max-width:768px) {
  .section--activity .section__headline {
    font-size: 22px
  }
}

.section--activity .section__copy {
  font-size: 20px;
  text-align: center;
  margin-top: 19px
}

@media screen and (max-width:768px) {
  .section--activity .section__copy {
    font-size: 14px;
    margin-top: 14px
  }
}

.section--activity .activity__inner {
  background-color: #f5eee4;
  height: 358px
}

@media screen and (max-width:768px) {
  .section--activity .activity__inner {
    height: 346px
  }
}

.section--activity .activity__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1196px;
  margin: 18px auto 70px;
  padding: 108px 0 0
}

@media screen and (max-width:768px) {
  .section--activity .activity__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 18px auto 29px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 51px 0 0
  }
}

.section--activity .activity__item {
  background-color: rgba(237, 119, 74, .5);
  height: 180px;
  width: 290px;
  border-radius: 10px;
  position: relative;
  margin-left: 12px
}

@media screen and (max-width:768px) {
  .section--activity .activity__item {
    width: 165px;
    height: 110px;
    margin-left: 0;
    border-radius: 5px
  }
}

.section--activity .activity__item:first-child {
  margin-left: 0
}

@media screen and (max-width:768px) {
  .section--activity .activity__item:nth-child(2n) {
    margin-left: 7px
  }
}

@media screen and (max-width:768px) {
  .section--activity .activity__item:nth-child(n+3) {
    margin-top: 41px
  }
}

.section--activity .activity__pic {
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 92px;
  text-align: center
}

@media screen and (max-width:768px) {
  .section--activity .activity__pic {
    width: 54px;
    height: 54px;
    top: -28px
  }
}

.section--activity .activity__description {
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  margin-top: 58px
}

@media screen and (max-width:768px) {
  .section--activity .activity__description {
    font-size: 15px;
    line-height: 20px;
    margin-top: 32px
  }
}

.section--activity .activity__description span {
  font-size: 16px;
  line-height: 26px
}

@media screen and (max-width:768px) {
  .section--activity .activity__description span {
    font-size: 12px;
    line-height: 10px
  }
}

.section--activity .activity__btn {
  width: 300px;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .section--activity .activity__btn {
    width: 250px
  }
}

.section--activity .activity__btn a {
  background-color: #b71d1c;
  color: #fff;
  letter-spacing: .05em;
  display: block;
  padding: 16px 0;
  text-align: center;
  position: relative
}

@media screen and (max-width:768px) {
  .section--activity .activity__btn a {
    font-size: 14px;
    padding: 18px 0
  }
}

.section--activity .activity__btn a:after {
  content: '';
  display: inline-block;
  background: url(/assets/img/center/btn_arrow.svg) center/cover no-repeat;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.section--together {
  padding-bottom: 100px
}

@media screen and (max-width:768px) {
  .section--together {
    padding-bottom: 57px
  }
}

.section--together .section__inner {
  width: 578px;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .section--together .section__inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 19px
  }
}

.section--together .section__headline {
  font-size: 36px;
  text-align: center
}

@media screen and (max-width:768px) {
  .section--together .section__headline {
    font-size: 22px;
    letter-spacing: .05em
  }
}

.section--together .together {
  margin-top: 53px
}

@media screen and (max-width:768px) {
  .section--together .together {
    margin-top: 28px
  }
}

.section--together .together__item {
  margin-bottom: 38px
}

@media screen and (max-width:768px) {
  .section--together .together__item {
    margin-bottom: 28px
  }
}

.section--together .together__headline {
  font-size: 24px;
  color: #5a458e;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .04em
}

@media screen and (max-width:768px) {
  .section--together .together__headline {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    text-indent: -16px;
    margin-left: 16px
  }
}

.section--together .together__description {
  line-height: 36px;
  margin-left: 26px
}

@media screen and (max-width:768px) {
  .section--together .together__description {
    font-size: 14px;
    line-height: 28px;
    margin-left: 16px
  }
}

.section--together .together__pic {
  width: 1400px;
  margin: 74px auto 0
}

@media screen and (max-width:768px) {
  .section--together .together__pic {
    width: 375px;
    margin-top: 40px
  }
}

.section--consult {
  padding-top: 160px;
  margin-top: -160px;
  margin-bottom: 110px
}

@media screen and (max-width:768px) {
  .section--consult {
    margin-bottom: 66px
  }
}

.section--consult .section__inner {
  width: 1200px;
  margin: 30px auto 0
}

@media screen and (max-width:768px) {
  .section--consult .section__inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 25px auto 0
  }
}

.section--consult .section__headline {
  font-size: 36px;
  letter-spacing: .05em;
  text-align: center
}

@media screen and (max-width:768px) {
  .section--consult .section__headline {
    font-size: 22px
  }
}

.section--consult .section__headline span {
  display: block
}

@media screen and (max-width:768px) {
  .section--consult .section__headline span {
    margin-bottom: 7px
  }
}

.section--consult .section__headline small {
  font-size: 20px
}

@media screen and (max-width:768px) {
  .section--consult .section__headline small {
    font-size: 14px
  }
}

.section--consult .consult {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1b297;
  border-radius: 10px;
  padding: 54px 50px 35px
}

@media screen and (max-width:768px) {
  .section--consult .consult {
    display: block;
    padding: 34px 18px 15px 18px
  }
}

.section--consult .consult__body {
  width: 400px;
  margin-right: 110px
}

@media screen and (max-width:768px) {
  .section--consult .consult__body {
    width: 100%
  }
}

.section--consult .consult__info {
  width: 530px;
  background-color: #f8d9cb;
  border-radius: 10px;
  padding: 38px 30px;
  margin-top: 3px
}

@media screen and (max-width:768px) {
  .section--consult .consult__info {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 25px;
    padding: 28px 18px 25px 18px
  }
}

.section--consult .consult__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px
}

@media screen and (max-width:768px) {
  .section--consult .consult__list {
    margin-top: 11px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
  }
}

.section--consult .consult__list:first-child {
  margin-top: 0
}

.section--consult .consult__term {
  width: 110px;
  color: #fff;
  background-color: #20134f;
  letter-spacing: .1em;
  padding: 9px 0;
  border-radius: 34px;
  text-align: center;
  margin-right: 17px
}

@media screen and (max-width:768px) {
  .section--consult .consult__term {
    width: 70px;
    font-size: 12px;
    padding: 5px 0;
    margin-right: 9px
  }
}

.section--consult .consult__description {
  font-size: 20px
}

@media screen and (max-width:768px) {
  .section--consult .consult__description {
    font-size: 14px;
    width: 200px;
    line-height: 17px
  }
}

.section--consult .consult__description small {
  font-size: 14px
}

@media screen and (max-width:768px) {
  .section--consult .consult__description small {
    font-size: 12px;
    margin-top: 1px;
    display: inline-block
  }
}

.section--consult .consult__description--bold {
  font-size: 26px;
  letter-spacing: .05em;
  pointer-events: none
}

@media screen and (max-width:768px) {
  .section--consult .consult__description--bold {
    font-size: 22px
  }
}

.section--consult .consult__description--bold a {
  color: #282828
}

.section--consult .consult__text {
  line-height: 36px
}

@media screen and (max-width:768px) {
  .section--consult .consult__text {
    font-size: 14px;
    line-height: 28px
  }
}

.section--consult .consult__attention {
  line-height: 36px
}

@media screen and (max-width:768px) {
  .section--consult .consult__attention {
    line-height: 28px;
    font-size: 12px
  }
}

.section--topicLink {
  margin-bottom: 100px
}

@media screen and (max-width:768px) {
  .section--topicLink {
    margin-bottom: 92px
  }
}

.section--topicLink .section__inner {
  background-color: #f5eee4;
  border-radius: 10px;
  width: 1200px;
  margin: 0 auto;
  padding: 67px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:768px) {
  .section--topicLink .section__inner {
    width: 91%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 5px;
    padding: 44px 16px 28px 12px
  }
}

.section--topicLink .section__headline {
  position: relative;
  font-size: 36px;
  text-indent: 62px;
  margin: 0 0 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:768px) {
  .section--topicLink .section__headline {
    font-size: 22px;
    letter-spacing: .05em;
    text-indent: .05em;
    text-indent: 30px;
    margin: 0 0 0 20px;
    display: block;
    line-height: 30px
  }
}

.section--topicLink .section__headline span {
  position: relative;
  display: block;
  font-size: 16px
}

@media screen and (max-width:768px) {
  .section--topicLink .section__headline span {
    font-size: 12px;
    text-align: right
  }
}

.section--topicLink .section__headline span a {
  color: #282828
}

@media screen and (max-width:768px) {
  .section--topicLink .section__headline span a {
    letter-spacing: .02em
  }
}

.section--topicLink .section__headline span a:hover {
  text-decoration: underline
}

.section--topicLink .section__headline span ::before {
  content: '';
  position: absolute;
  background: url(/assets/img/center/home/ico_arrow.png) no-repeat;
  width: 18px;
  height: 18px;
  top: 0;
  right: 150px
}

@media screen and (max-width:768px) {
  .section--topicLink .section__headline span ::before {
    top: 8px;
    right: 108px;
    background: url(/assets/img/center/home/ico_arrow_sp.png) no-repeat
  }
}

.section--topicLink .section__headline::before {
  content: '';
  position: absolute;
  background: url(/assets/img/center/topic/img_icon.png) no-repeat;
  width: 58px;
  height: 58px;
  top: -15px;
  left: -5px
}

@media screen and (max-width:768px) {
  .section--topicLink .section__headline::before {
    background-size: 68%;
    top: -7px;
    left: -11px
  }
}

.section--topicLink .topicLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:768px) {
  .section--topicLink .topicLink {
    display: block
  }
}

.section--topicLink .topicLink__list {
  border-top: 1px dotted rgba(0, 0, 0, .2);
  width: 1099px;
  margin-top: 18px;
  margin-left: 8px
}

@media screen and (max-width:768px) {
  .section--topicLink .topicLink__list {
    margin-top: 10px;
    margin-left: 0;
    width: 100%
  }
}

.section--topicLink .topicLink__list--right {
  margin-left: 11px
}

@media screen and (max-width:768px) {
  .section--topicLink .topicLink__list--right {
    margin-left: 0;
    margin-top: 0
  }
}

.section--topicLink .topicLink__topic {
  border-bottom: 1px dotted rgba(0, 0, 0, .2)
}

@media screen and (max-width:768px) {
  .section--topicLink .topicLink__topic {
    text-indent: -14px;
    padding: 12px 0 12px 30px;
    text-indent: -30px
  }
}

.section--topicLink .topicLink__topic a {
  color: #333;
  line-height: 60px;
  position: relative;
  display: inline-block;
  margin-left: 30px;
  letter-spacing: .025em;
  text-indent: .025em
}

@media screen and (max-width:768px) {
  .section--topicLink .topicLink__topic a {
    font-size: 14px;
    line-height: 24px;
    display: inline
  }
}

.section--topicLink .topicLink__topic a:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: url(/assets/img/center/topic/img_arrow.png) center/cover no-repeat;
  top: 23px;
  left: -24px
}

@media screen and (max-width:768px) {
  .section--topicLink .topicLink__topic a:before {
    top: 4px;
    left: -20px;
    width: 13px;
    height: 13px
  }
}

.section--topicLink .topicLink__topic a:hover {
  text-decoration: underline
}

.section--organization {
  padding-bottom: 102px
}

@media screen and (max-width:768px) {
  .section--organization {
    padding-bottom: 38px
  }
}

.section--organization .section__inner {
  width: 1070px;
  margin: 0 auto
}

@media screen and (max-width:768px) {
  .section--organization .section__inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px
  }
}

.section--organization .section__headline {
  text-align: center;
  font-size: 36px
}

@media screen and (max-width:768px) {
  .section--organization .section__headline {
    font-size: 22px;
    letter-spacing: .04em
  }
}

.section--organization .organization {
  margin-top: 45px
}

@media screen and (max-width:768px) {
  .section--organization .organization {
    margin-top: 52px
  }
}

.section--organization .organization__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #333
}

@media screen and (max-width:768px) {
  .section--organization .organization__list {
    border-top: none;
    display: block
  }
}

.section--organization .organization__list:last-child {
  border-bottom: 1px solid #333
}

@media screen and (max-width:768px) {
  .section--organization .organization__list:last-child {
    border-bottom: none
  }
}

.section--organization .organization__list:last-child .organization__term {
  padding-top: 19px
}

@media screen and (max-width:768px) {
  .section--organization .organization__list:last-child .organization__term {
    padding-top: 24px
  }
}

.section--organization .organization__list:last-child .organization__description {
  padding-top: 28px;
  padding-bottom: 35px
}

@media screen and (max-width:768px) {
  .section--organization .organization__list:last-child .organization__description {
    padding-top: 0
  }
}

.section--organization .organization__term {
  width: 195px;
  text-align: center;
  line-height: 36px;
  border-right: 1px solid #333;
  padding-top: 14px
}

@media screen and (max-width:768px) {
  .section--organization .organization__term {
    border-right: none;
    line-height: 1;
    text-align: left;
    font-size: 14px;
    padding-top: 0;
    margin-bottom: 9px
  }
}

.section--organization .organization__description {
  padding: 23px 0 27px 27px
}

@media screen and (max-width:768px) {
  .section--organization .organization__description {
    padding: 0
  }
}

.section--organization .organization__person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px
}

@media screen and (max-width:768px) {
  .section--organization .organization__person {
    display: block;
    padding-top: 11px;
    padding-bottom: 16px;
    margin-top: 0;
    border-top: 1px solid #333
  }
}

.section--organization .organization__person:first-child {
  margin-top: 0
}

@media screen and (max-width:768px) {
  .section--organization .organization__person:last-child {
    border-bottom: 1px solid #333
  }
}

.section--organization .organization__name {
  width: 248px
}

@media screen and (max-width:768px) {
  .section--organization .organization__name {
    font-size: 14px
  }
}

@media screen and (max-width:768px) {
  .section--organization .organization__position {
    font-size: 14px;
    margin-top: 4px
  }
}

.section--infoLink {
  margin-bottom: 116px
}

@media screen and (max-width:768px) {
  .section--infoLink {
    margin-bottom: 44px
  }
}

.section--infoLink .section__inner {
  background-color: #f5eee4;
  border-radius: 10px;
  width: 1200px;
  margin: 0 auto;
  padding: 67px 70px 72px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:768px) {
  .section--infoLink .section__inner {
    width: 91%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 5px;
    padding: 34px 19px 34px
  }
}

.section--infoLink .section__headline {
  font-size: 30px;
  position: relative;
  text-indent: 50px
}

@media screen and (max-width:768px) {
  .section--infoLink .section__headline {
    font-size: 16px;
    font-weight: 700;
    text-indent: 20px
  }
}

.section--infoLink .section__headline::before {
  content: '';
  position: absolute;
  background: url(/assets/img/center/home/ico_link.png) no-repeat;
  width: 31px;
  height: 31px;
  top: 2px;
  left: 7px
}

@media screen and (max-width:768px) {
  .section--infoLink .section__headline::before {
    background: url(/assets/img/center/home/ico_link_sp.png) no-repeat;
    left: 0
  }
}

.section--infoLink .infoLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:768px) {
  .section--infoLink .infoLink {
    display: block
  }
}

.section--infoLink .infoLink__list {
  margin-top: 18px;
  margin-left: 8px;
  width: 520px
}

@media screen and (max-width:768px) {
  .section--infoLink .infoLink__list {
    margin-top: 16px;
    margin-left: 0;
    width: 100%
  }
}

.section--infoLink .infoLink__list--right {
  margin-left: 11px
}

@media screen and (max-width:768px) {
  .section--infoLink .infoLink__list--right {
    margin-left: 0;
    margin-top: 0
  }
}

@media screen and (max-width:768px) {
  .section--infoLink .infoLink__item {
    text-indent: -14px;
    margin-left: 14px;
    margin-bottom: 15px
  }
}

.section--infoLink .infoLink__item a {
  color: #333;
  line-height: 50px;
  position: relative;
  display: inline-block
}

@media screen and (max-width:768px) {
  .section--infoLink .infoLink__item a {
    font-size: 14px;
    line-height: 17px;
    display: inline
  }
}

.section--infoLink .infoLink__item a:before {
  content: '●'
}

.section--infoLink .infoLink__item a:hover {
  text-decoration: underline
}