@charset 'utf-8';
/* **********************************************************************************

	 initialize

********************************************************************************** */
#contents-body, .lyt-col-1 #contents-body, #contents-area {
  width: 100% !important;
}
#contents-body p {
  margin-bottom: 0;
}
/* **********************************************************************************

	 contents

********************************************************************************** */
.title-lv2, .title-lv3, .text, .box-layout, .box-info, ul[class^="list-"] {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.title-lv2, .title-lv3, .text, .section-container > .section-container, .box-layout, .box-info, ul[class^="list-"] {
  margin-top: 40px;
}
.title-lv2, .title-lv3, .text {
  text-align: center;
}
.title-lv2 {
  font-size: 44px;
  line-height: calc(60 / 44);
}
.title-lv3 {
  font-size: 36px;
  line-height: calc(48 / 36);
}
.text {
  font-size: 20px;
}
.u-ta-l {
  text-align: left !important;
}
.text-strong, .text-color-red {
  color: #cd0000;
}
.text-strong {
  font-weight: bold;
}
ul[class^="list-"] {
  width: 100%;
  max-width: 960px;
  font-size: 20px;
  line-height: calc(34 / 20);
  text-align: left;
}
.list-asterisk-number_item {
  display: table;
}
.list-asterisk-number_inner {
  display: table-cell;
  padding-right: 15px;
}
.list-disc_item {
  position: relative;
  padding-left: 30px;
}
.list-asterisk-number_item:not(:first-child), .list-disc_item:not(:first-child) {
  margin-top: 10px;
}
.list-disc_item::before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  top: 14px;
  left: 7px;
  box-sizing: border-box;
  background-color: #000000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.button-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  background: #fff;
  min-width: 430px;
  height: 100%;
  min-height: 60px;
  padding: 10px 40px;
  border: 1px solid #c1c1c2;
  border-radius: 50px;
  color: #333 !important;
  box-sizing: border-box;
}
.button-link:hover, .button-link:focus, .button-link:visited {
  text-decoration: none !important;
}
[data-link-icon='arrow-r'] {
  position: relative;
}
[data-link-icon='arrow-r']::after {
  position: absolute;
  content: '';
  display: block;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  transform: rotate(45deg);
  z-index: 0;
}
.button-link[data-link-icon='arrow-r']:hover::after {
  animation: arrow-r 0.4s ease-in-out 0s 2 alternate;
  -webkit-animation: arrow-r 0.4s ease-in-out 0s 2 alternate;
}
@keyframes arrow-r {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(30%, 0, 0) rotate(45deg);
    transform: translate3d(30%, 0, 0) rotate(45deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
}
[data-link-icon='arrow-r']:hover, .button-link:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}
.main-container {
  padding: 40px 0 70px;
}
.section-container {
  position: relative;
  padding: 70px 0;
}
.section-container > .section-container {
  padding: 0;
}
.section-container .section-container + .section-container {
  margin-top: 50px;
  padding-top: 50px;
}
.section-container .section-container + .section-container::before {
  height: 1px;
  max-width: 950px;
}
.section-container + .section-container::before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0px;
  background: #e0e0e0;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-container, .section-container[data-theme-color='gray01'] {
  background: #f8f8f8;
}
.section-container[data-theme-color='gray02'] {
  background: #eee;
}
.main-container + .section-container[data-theme-color='gray01'] {
  margin-top: 10px;
}
.main-container > *:first-child, .section-container > *:first-child {
  margin-top: 0;
}
.keyvisual-full {
  position: relative;
  overflow: hidden;
}
.keyvisual-full_image {
  position: relative;
  left: 50%;
  width: 2000px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
div[class^="box-layout-item"] {
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
.box-layout-item_2col {
  width: calc(100% / 2);
  padding: 40px 0;
}
.box-layout-item_2col .box-layout_image {
  width: 267px;
}
.box-layout-item_3col {
  width: calc(100% / 3);
  padding: 30px 0;
}
div[class^="box-layout-item"] + div[class^="box-layout-item"] {
  margin-left: 10px;
}
div[class^="box-layout-item"] .text {
  width: auto;
  margin-top: 30px;
  text-align: center;
}
.box-info {
  background: #fff;
  padding: 40px;
  color: #333;
  border: 4px solid #e0e0e0;
  box-sizing: border-box;
}
.box-info > * {
  width: auto;
}
.box-info > .title-lv3 {
  margin-top: 0;
  font-size: 30px;
  line-height: calc(40 / 30);
}
.box-info > .box-layout {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  width: 850px;
  margin-top: 30px;
}
.box-layout > ul[class^="list-"] {
  margin-top: 0;
  width: 100%;
}

.newwindowicon {
  display: none;
}