main p {
  font-size: 1.4rem;
  line-height: 1.7;
}

/*KeyVisual*/
.kv_2blk {
  height: 430px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
}
.kv_2blk__lead {
  margin-bottom: 32px;
}
.kv_2blk__inner--photo {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.kv_2blk__inner--title_box {
  display: flex;
  align-items: center;
  width: 50%;
}
.kv_2blk__inner--title {
  box-sizing: border-box;
  background: #fff;
  padding: 0 60px 0 60px;
}
.kv_2blk__inner--title .sub-title {
  display: inline-block;
  padding: 0;
  font-size: 1.6rem;
  color: #005eb8;
  line-height: 1.39;
  margin-bottom: 16px;
}
.kv_2blk__inner--title .main-title {
  font-size: 2.8rem;
  line-height: 1.4;
  color: #333;
  margin-bottom: 32px;
}
.kv_1blk {
  width: 100%;
  height: 430px;
  overflow: hidden;
}
.kv_1blk__inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  height: 100%;
}


/*section*/
.sec {
  padding: 72px 0 96px;
  width: 100%;
}
.sec:nth-child(even){
  background: #f5f5f5;
}
.sec:nth-child(odd){
  background: #fff;
}
.sec--intro{
  padding: 72px 0;
}
.sec--tag_area {
  padding: 40px 0 120px;
  width: 100%;
}
.sec--kv_1blk_bottom{
  padding: 72px 0 96px;
  background: #fff;
}
.sec--kv_1blk_bottom02{
  padding: 72px 0 96px;
  background: #fff;
}
.sec--kv_1blk_bottom03{
  padding: 72px 0;
  background: #fff;
}
.sec--kv_1blk_top{
  padding: 72px 0 96px;
  background: #fff;
}
.sec--kv_1blk_bottom ~ .sec:nth-child(even),
.sec--kv_1blk_bottom03 ~ .sec:nth-child(even){
  background: #fff;
}
.sec--kv_1blk_bottom ~ .sec:nth-child(odd),
.sec--kv_1blk_bottom03 ~ .sec:nth-child(odd){
  background: #f5f5f5;
}
.sec--kv_1blk_bottom .c-blk__txt{
  width: 860px;
  margin: 0 auto;
}
.sec__inner_wrap {
  width: 1000px;
  margin: 0 auto;
}
.sec__tag_box {
  width: 100%;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.sec__tag_box--all {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.sec__tag_box--all:last-child {
  margin-bottom: 0;
}
.sec__tag_items {
  position: relative;
  padding-left: 26px;
}
.sec__tag_items li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
  color: #999;
  letter-spacing: .04rem;
}
.sec__tag_items li > a {
  color: #999;
}
.sec__tag_items li > a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.sec__tag_items::before {
  content: url(/solution/assets/img/common/icn_tag.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.sec__tag_items li::after {
  content: "/";
  display: inline-block;
  margin: 0 0.5em;
}
.sec__tag_items li:last-child::after {
  content: none;
}
.sec__lead {
  text-align: center;
  font-size: 1.4rem;
}
.sec__lead--center {
  text-align: center;
  font-size: 1.4rem;
}
.sec__lead--left {
  text-align: left;
  font-size: 2.0rem;
  line-height:2.0rem;
  margin-bottom: 30px;
}
.sec__main-title {
  margin: 0 0 24px;
  font-size: 2.8rem;
  line-height: 1.42;
  text-align: center;
}
.sec__main_sub-title {
  font-size: 1.6rem;
  line-height: 1.0;
  color: #005ebc;
  text-align: center;
  margin-bottom: 24px;
}
.sec__sub-title {
  line-height: 1.0;
  margin: 0 0 12px;
  font-size: 1.6rem;
  text-align: center;
}
.sec__title {
  font-size: 3.2rem;
  margin-bottom: 80px;
  color: #333;
  line-height: 1.0;
  text-align: center;
}
.sec__blk-1col--photo_area {
  margin-bottom: 0;
}
.sec__blk-1col p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec__blk-1col__item_img {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.sec__blk-2col {
  overflow: hidden;
  margin-bottom: 64px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*flex-direction: row-reverse;*/
}
.sec__blk-2col:last-child{
  margin-bottom: 0;
}
.sec__blk-2col:last-of-type{
  margin-bottom: 0;
}
.sec__blk-2col__zoom-img_caption {
  margin-top: 1em;
  font-size: 1.1rem !important;
  line-height: 1.6;
  color: #333;
}
.sec__blk-3col {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*flex-direction: row-reverse;*/
}
.sec__blk-3col .sec__blk_cont{
	width:316px;
}

.sec__blk_fl--r {
  float: right;
  padding-left: 50px;
  padding-bottom: 50px;
}
.sec__blk_fl--l {
  float: left;
  padding-right: 50px;
  padding-bottom: 50px;
}
.sec__blk_cont {
  width: 480px;
}
.sec__blk_cont > figure {
  position: relative;
}
.sec__blk_cont_photo{
  margin-bottom: 32px;
}
.sec__blk_cont_photo:last-child{
  margin-bottom: 0;
}
.sec__blk_cont__btn_plus {
  display: block;
  width: 40px;
  height: 40px;
  padding: 8px;
  box-sizing: border-box;
  background: #005eb8;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec__blk_cont p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec__blk_cont--w650 {
  width: 650px;
}
.sec__blk_cont--w300 {
  width: 300px;
}
.sec__blk_cont--w656 {
  width: 656px;
}
.sec__blk_cont--w312 {
  width: 312px;
}

.sec__blk_cont--w600 {
  width: 600px;
}
.sec__blk_cont--w360 {
  width: 360px;
}
.sec__blk_cont--w580 {
  width: 580px;
}
.sec__blk_cont--w380 {
  width: 380px;
}
.sec__blk_img--p100 {
  width: 100%;
}
.sec__blk_cont_text_link {
  color: #005eb8 !important;
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec__blk_cont_text_link:hover {
  text-decoration: none !important;
  opacity: 0.7;
}
.sec__blk_cont_text {
  margin-bottom: 32px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec__blk_cont_text_link--blank {
  color: #005eb8 !important;
}
.sec__blk_cont_text_link--blank:hover {
  text-decoration: none !important;
  opacity: 0.7;
}
.sec__blk_cont_text_link--blank .icn_blank {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
.sec__blk_cont_ul_notes {
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec__blk_cont_text_notes {
  text-align: right;
  color: #333;
  font-size: 1.1rem !important;
}
.sec__blk_cont_text_notes--left {
  text-align: left;
  font-size: 1.1rem !important;
  margin-top: 32px;
  color: #333;
}
.sec__blk_cont_text_notes--center {
  text-align: center;
  font-size: 1.1rem !important;
  color: #333;
}
.sec__blk_cont img {
  width: 100%;
}
.sec__blk_title {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 32px;
}
.sec__blk_title_notes{
  margin-top: -16px;
  margin-bottom: 32px;
  font-size: 1.1rem!important;
  line-height: 1.6;
  color: #333;
}
.sec__blk_title--blue {
  color: #005eb8;
}
.sec__blk_title--point {
  color: #005eb8;
  padding-right: 1em;
}
.sec__blk_sub-title--blue {
  color: #005eb8;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.sec__blk_title--s {
  font-size: 2.0rem;
  line-height: 1.2;
  margin-bottom: 24px;
}
.sec__blk_cont_img_caption {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #333;
}
.sec__blk_cont_img_caption:last-child {
  margin-bottom: 0;
}
.sec__blk_cont_img_caption--center {
  text-align: center;
}
.sec__blk_video {
  margin-bottom: 120px;
}
.sec__blk_video_title {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.0;
}
.sec__blk_video_lead {
  text-align: center;
  font-size: 2.0rem;
  margin: 90px 0 70px;
}
.sec__blk_video_wrap {
  width: 750px;
  margin: 0 auto;
}
.sec__blk_video_notes {
  text-align: right;
  color: #333;
  font-size: 1.1rem;
  margin-top: 20px;
}
.sec__blk_video_info {
  margin: 72px 0;
  display: flex;
  overflow: hidden;
}
.sec__blk_video_info_cont--left {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  border-right: 2px solid #bababa;
}
.sec__blk_video_info_cont--left > figure {
  width: 220px;
  float: left;
}
.sec__blk_video_info_cont--left > figure > img {
  width: 100%;
}
.sec__blk_video_info_cont--left > div {
  width: 220px;
  float: left;
  margin-left: 30px;
}
.sec__blk_video_info_cont--left_sub {
  color: #005ebc;
  font-size: 1.6rem;
}
.sec__blk_video_info_cont--left_name {
  font-size: 2.8rem;
  margin: 10px 0;
}
.sec__blk_video_info_cont--left_status {
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec__blk_video_info_cont--right {
  width: 50%;
  box-sizing: border-box;
  padding-left: 50px;
  position: relative;
}
.sec__blk_video_info_cont--right_title {
  font-size: 2.8rem;
  line-height: 1.0;
  margin: 0 0 24px;
}
.sec__blk_video_info_cont--right_detail {
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec__blk_video_info_cont--right_detail dt {
  clear: both;
  float: left;
}
.sec__blk_video_info_cont--right_detail dd {
  margin-left: 3em;
}
.sec__blk_video_info_cont--right_btn_box {
  position: absolute;
  left: 50px;
  bottom: 0;
}
.sec__blk_video_info_cont--right_btn_box > figure {
  width: 80px;
}
.sec__blk_video_info_cont--right_btn_box > figure > img {
  width: 100%;
}
.sec__blk_video_info_cont--right_btn_box > .btn_download {
  display: block;
  width: 296px;
  border: 1px solid #005eb8;
  text-align: center;
  padding: 20px 0;
  margin-top: 10px;
  box-sizing: border-box;
  color: #005eb8;
  font-size: 1.6rem;
  background: #fff;
}
/*.sec__blk_video_info_cont--right_btn_box > .btn_download:after {
  content: url(/solution/assets/img/common/icn_download.png);
  display: inline-block;
  margin-left: 8px;
  width: 12px;
  height: 14px;
}*/
.sec__blk_video_info_cont--right_btn_box > .btn_download:hover {
  /*background: #f5f9fc;
  opacity: 1;*/
  text-decoration: none;
  opacity: 0.7;
}
.sec__blk_customer {
  padding: 40px;
  background: #eeeeee;
}
.sec__blk_customer_title {
  font-size: 2.0rem;
  color: #005eb8;
  margin-bottom: 16px;
}
.sec__blk_customer p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec__event-box {
  border: 1px solid #e6e6e6;
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
  margin: 72px 0 32px;
}
.sec__event-box dl {
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec__event-box dl dt {
  clear: both;
  float: left;
}
.sec__event-box dl dd {
  margin-left: 0.5em;
  float: left;
}
.sec__event-box ul {
  clear: both;
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec__inner_wrap_bottom_notes {
  margin: 0 auto -24px;
}
.sec__bottom_notes {
  margin-left: 1em;
  line-height: 1.5;
  font-size: 1.1rem;
  color: #999;
}
.sec__bottom_notes li {
  text-indent: -1em;
}

.sec__blk_upper {
  margin-bottom: 80px;
}
.sec__blk_upper > .sec__main-title {
  margin: 0 0 12px;
  text-align: center;
}
.sec__blk_upper > .sec__lead--center {
  margin: 0;
  font-size: 1.4rem;
  text-align: center;
}

.sec__blk_img3 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec__blk_img3 ul li {
  width: 318px;
  margin-right: 23px;
  margin-top: 32px;
}
.sec__blk_img3 ul li:nth-child(3n){
  margin-right: 0;
}
.sec__blk_img3 ul li figure > img {
  width: 100%;
}
.sec__blk_img4 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec__blk_img4 ul li {
  width: 480px;
  margin-top: 72px;
}
.sec__blk_img4 ul li figure > img {
  width: 100%;
}
.sec__blk_img4 ul li:first-child, .sec__blk_img4 ul li:nth-child(2) {
  margin-top: 0;
}

.aside__rel-article {
  margin-top: 80px;
}
.aside__rel-article_title {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 40px;
}
.aside__rel-article_title--small {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 10px;
}
.aside__rel-article_blk {
  margin: 0 auto 0;
  width: 500px;
}
.aside__rel-article_cont {
  display: flex;
  justify-content: space-between;
}
.aside__rel-article_cont div {
  width: 240px;
}
.aside__rel-article_cont div figure {
  box-sizing: border-box;
  border: 1px solid #eee;
  overflow: hidden;
}
.aside__rel-article_cont div img {
  width: 100%;
}
.aside__rel-article_cont div img:hover {
  opacity: 0.7;
}
.aside__rel-article_cont-title {
  font-size: 1.6rem;
  line-height: 1.375;
  margin-bottom: 20px;
}
.aside__rel-article_cont-text {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #333;
}

.aside__contact {
  padding: 80px 0 80px;
  width: 100%;
  background: #ccdff0;
  text-align: center;
}
.aside__contact_inner_wrap {
  width: 1000px;
  margin: 0 auto;
}
.aside__contact_title {
  font-size: 2.0rem;
  margin-bottom: 3.6rem;
  line-height: 1.6;
}
.aside__contact_btn {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 322px;
  height: 56px;
  margin: 0 auto;
  color: #005eb8;
  border: 1px solid #005eb8;
  background: #fff;
  padding: 0;
}

.aside__contact_btn:hover {
  background: #f5f9fc;
  opacity: 1;
  cursor: pointer;
}
.contact_btn--blank:after{
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center 2px;
  background-size: 14px 14px;
  display: inline-block;
  margin-left: 8px;
}

/*関連コンテンツ　関連グッズ*/
.aside__rel-goods {
  padding: 72px 0;
  width: 100%;
}
.aside__rel-goods_inner_wrap {
  width: 1000px;
  margin: 0 auto;
}
/*.aside__rel-goods_inner_wrap:last-child {
  margin-bottom: 0;
}*/
.aside__rel-goods_title {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 40px;
  color: #333;
  line-height: 1.0;
}
.aside__rel-goods_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 72px;
}
.aside__rel-goods_list .rel-item {
  width: 240px;
  margin-right: 32px;
}
.aside__rel-goods_list .rel-item a {
  display: block;
  transition: .3s;
  -webkit-transition: .3s;
  text-decoration: none;
}
.aside__rel-goods_list .rel-item a:hover {
  opacity: 0.7;
}
.aside__rel-goods_list .rel-item:last-child {
  margin-right: 0;
}
/*.aside__rel-goods_list .rel-item:nth-child(4n) {
  margin-right: 0;
}*/
.aside__rel-goods_list .rel-item figure {
  border: #E6E6E6 solid 1px;
  overflow: hidden;
}
.aside__rel-goods_list .rel-item img {
  width: 100%;
  vertical-align: middle;
}
.aside__rel-goods_list .rel-item img:hover {
  opacity: 0.7;
}
.aside__rel-goods_list .rel_list__ttl {
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: .48rem;
  text-align: left;
}
.aside__rel-goods_photo{
  margin-bottom: 8px;
}
.rel-item__ttl{
  font-size: 1.4rem;
  line-height: 1.57;
  margin-bottom: 8px;
  color: #005EB8;
}
.rel-item__txt{
  font-size: 1.4rem;
  line-height: 1.57;
}
/*.aside__rel-goods_list p {
  font-size: 1.3rem;
  line-height: 1.7;
}
*/
/*.aside__sns {
  padding: 72px 0 72px;
  width: 100%;
  background: #f5f5f5;
  text-align: center;
}
.aside__sns_inner_wrap {
  width: 1000px;
  margin: 0 auto;
}
.aside__sns_title {
  font-size: 2.0rem;
}
.aside__sns_link {
  display: flex;
  justify-content: space-between;
  width: 188px;
  margin: 36px auto;
}
.aside__sns_link li {
  width: 36px;
  height: 36px;
  position: relative;
}
.aside__sns_link li a {
  background: #333;
  display: block;
  width: 100%;
  height: 100%;
}
.aside__sns_link li a:hover {
  opacity: 0.7;
}
.aside__sns_link li .icon_twitter {
  background: #1da1f2;
  border-radius: 50%;
  box-sizing: border-box;
}
.aside__sns_link li .icon_twitter img {
  width: 20px;
  position: absolute;
  top: 10px;
  left: 8px;
}
.aside__sns_link li .icon_fb {
  background: #1877f2;
  border-radius: 50%;
  box-sizing: border-box;
}
.aside__sns_link li .icon_fb img {
  width: 16px;
  position: absolute;
  left: 10px;
  bottom: -1px;
}
.aside__sns_link li .icon_linkedin {
  background: #2867b2;
  box-sizing: border-box;
  border-radius: 3px;
}
.aside__sns_link li .icon_linkedin img {
  width: 26px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.aside__sns_link li .icon_line {
  background: none;
  box-sizing: border-box;
  border-radius: 3px;
}
.aside__sns_link li .icon_line img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.aside__sns_btn_url_copy {
  font-size: 1.6rem;
  display: inline-block;
  box-sizing: border-box;
  height: 56px;
  color: #005eb8;
  border: 1px solid #005eb8;
  background: #fff;
  padding: 0 5em;
}
.aside__sns_btn_url_copy:hover {
  background: #f5f9fc;
  opacity: 1;
  cursor: pointer;
}*/

/*新規追加 202009*/

/*leyout*/
.l-blk__article--ss{
  margin-bottom: 32px;
}
.l-blk__article--s{
  margin-bottom: 40px;
}
.l-blk__article--m{
  margin-bottom: 56px;
}
.l-blk__article--l{
  margin-bottom: 64px;
}
.l-blk__article--ss:last-child,
.l-blk__article--s:last-child,
.l-blk__article--m:last-child,
.l-blk__article--l:last-child{
  margin-bottom: 0;
}

/*component*/
.c-blk__kv_1blk{
  width: 100%;
}
.c-blk__kv_box{
  width: 100%;
}
.c-blk__kv_img{
  width: 100%;
}
.c-blk__ttl--l{
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 32px;
}
.c-blk__ttl--m{
  font-size: 2.0rem;
  line-height: 1.2;
  margin-bottom:24px;
}
.c-blk__ttl--center{
  text-align: center;
}
.c-blk__txt{
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
.c-blk__txt:last-child{
  margin-bottom: 0;
}
.c-blk__txt-link{
  color: #005EB8;
}
.c-blk__txt-link:hover{
  opacity: .7;
}
.c-blk__txt-bold{
  font-weight: bold;
}
.c-blk__list{
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
.c-blk__list:last-child{
  margin-bottom: 0;
}
.c-blk__list_notes{
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 16px;
}
.c-blk__list_notes:last-child{
  margin-bottom: 0;
}
.c-blk__ttl_notes{
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
}
.c-blk__center-photo--l{
  width: 1000px;
  margin: 0 auto;
}
.c-blk__center-photo--m{
  width: 720px;
  margin: 0 auto;
}
.c-blk__center-photo--s{
  width: 600px;
  margin: 0 auto;
}
.c-blk__center-photo_img{
  width: 100%;
}
.c-blk__center-photo_caption{
  margin-top: 16px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7;
}


/*project*/
.p-blk__3col{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.p-blk__3col-item{
  width: 312px;
  margin-right: 32px;
  margin-top: 32px;
}
.p-blk__3col-item:nth-child(1),
.p-blk__3col-item:nth-child(2),
.p-blk__3col-item:nth-child(3){
  margin-top: 0;
}
.p-blk__3col-item:nth-child(3n){
  margin-right: 0;
}
.p-blk__3col-item_img{
  width: 100%;
}
.p-blk__3col-item_txt{
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.p-sec__bottom-notes{
  width: 100%;
}
.p-sec__bottom-notes_inner{
  width: 1000px;
  margin: 0 auto;
}
.p-sec__bottom-notes_txt{
  line-height: 1.7;
  font-size: 1.1rem;
  color: #999;
}

.p-sec__top-navi{
  max-width: 1080px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 32px auto 0;
}
.p-sec__top-navi_list{
  display: flex;
  box-sizing: border-box;
}
.p-sec__top-navi_list-item{
  width: calc((100% - 32px) / 5);
  margin-right: 8px;
}
.p-sec__top-navi_list-item:last-child{
  margin-right: 0;
}
.p-kv_bottom_lead--center{
  text-align: center;
}

/* template010-002 slide block */
.p-sec__mv_slide_blk{
  height: auto;
}
.p-sec__pg_slide_blk{
  width: 100%;
}
.p-sec__pg_slide_blk .slick-arrow{
  width: 40px;
  height: 80px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pg_slide_next{
  background: url(/html2014/2020/assets/img/ias2020/arrow_next.png) no-repeat center top/100% 100%;
  right: 0;
}
.pg_slide_prev{
  z-index: 1;
  background: url(/html2014/2020/assets/img/ias2020/arrow_prev.png) no-repeat center top/100% 100%;
  left: 0;
}
.p-sec__main-txt_automation-img{
  width: 237px;
}
.p-sec__main-txt_automation-img--inner{
  display: inline-block;
  margin-right: 25px;
}

.js-mv-slick{
  display: none;
}
.js-mv-slick.slick-initialized{
  display: block;
}
.blk-mb60{
	margin-bottom:60px;
}
.blk-pb80{
	padding-bottom:80px;
}
.blk-pt0{
	padding-top:0;
}
.text--center{
	text-align:center;
}

@media only screen and (max-width: 1079px){
  .p-sec__top-navi {
    padding: 0 20px;
  }
  .p-sec__top-navi_list{
    flex-wrap: wrap;
  }
  .p-sec__top-navi_list-item{
    width: calc((100% - 16px) / 3);
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .p-sec__top-navi_list-item:nth-child(3n){
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px){
  .p-sec__top-navi_list{
    flex-wrap: wrap;
  }
  .p-sec__top-navi_list-item{
    width: calc((100% - 8px) / 2);
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .p-sec__top-navi_list-item:nth-child(3n){
    margin-right: 8px;
  }
  .p-sec__top-navi_list-item:nth-child(2n){
    margin-right: 0;
  }
}
.p-sec__top-navi_link{
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  border: #E6E6E6 solid 1px;
  background-color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: .06rem;
  color: #333;
  text-align: center;
  text-decoration: none;
}
.p-sec__top-navi_link:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  margin-left: 8px;
}
.p-sec__top-navi_link:hover{
  opacity: .7;
}
.p-sec__main-ttl_automation{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.p-sec__main-ttl_automation-img{
  width: 237px;
  height: 32px;
}
.p-blk__visitor-voice{
  width: 1000px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #E6E6E6;
  padding: 32px;
}
.p-blk__visitor-voice_ttl{
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.p-blk__visitor-voice_txt{
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 16px;
}
.p-blk__visitor-voice_txt:last-child{
  margin-bottom: 0;
}
.p-blk__thanks-box{
  width: 800px;
  margin: 72px auto 0;
  padding: 50px;
  background: #F5F5F5;
  box-sizing: border-box;
}
.p-blk__thanks-txt{
  font-size: 1.4rem;
  line-height: 1.7;
}


/*お問い合わせパーツnew*/
.aside__contact_notes{
  margin-bottom: 32px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.aside__contact_btn{
  color: #fff;
  border: none;
  background: #005eb8;
}
.contact_btn--blank:after{
  content: "";
  width: 16px;
  height: 16px;
  background: url(/assets/img/link_ico_open-in-new_white.svg) no-repeat center 2px;
  background-size: 14px 14px;
  display: inline-block;
  margin-left: 8px;
}
.aside__contact_btn:hover{
  background: #005eb8;
  opacity: 0.7;
}

/*snsパーツ*/
.aside__sns {
  padding: 40px 0;
  width: 100%;
  background: #f5f5f5;
  margin-top: -72px;
  margin-bottom: 72px;
}
.aside__sns_link{
  display: flex;
  justify-content: space-between;
  width: 342px;
  margin: 0 auto;
}
.aside__sns_link-item{
  width: auto!important;
  height: auto!important;
  position: static;
}
.sns_icon{
  background: none!important;
  display: flex!important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sns_icon:hover{
  opacity: .7;
}
.sns_icon_img{
  width: 16px;
  height: 16px;
}
.sns_link-name{
  display: inline-block;
  font-size: 1.2rem;
  color: #999;
  text-align: center;
  line-height: 1.4;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .aside__sns {
    margin-top: -32px;
    margin-bottom: 32px;
  }
  .aside__sns_link{
    width: 295px;
  }
}

@media screen and (max-width: 1000px) {
  .c-blk__center-photo--l{
    width: 100%;
  }
  .c-blk__center-photo--m{
    width: 100%;
  }
  .c-blk__center-photo--s{
    width: 100%;
  }

  .sec--kv_1blk_bottom .c-blk__txt{
    width: 100%;
    margin: 0 auto;
  }
  .p-blk__visitor-voice{
    width: 100%;
    padding: 24px;
  }
  .p-blk__thanks-box{
    width: 100%;
    margin: 32px auto 0;
    padding: 32px;
  }

}


/*中間サイズ*/
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .sec__inner_wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .sec__blk_cont {
    width: 48%;
  }
  .sec__blk_cont--w650 {
    width: 65%;
  }
  .sec__blk_cont--w300 {
    width: 30%;
  }
  .sec__blk_cont--w656 {
    width: 65.6%;
  }
  .sec__blk_cont--w312 {
    width: 31.2%;
  }
  .sec__blk_cont--w600 {
    width: 60%;
  }
  .sec__blk_cont--w360 {
    width: 36%;
  }
  .sec__blk_cont--w580 {
    width: 58%;
  }
  .sec__blk_cont--w380 {
    width: 38%;
  }
  .sec__tag_box {
    width: 100%;
  }
  .sec__blk-1col--photo_area {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .sec__blk-1col--photo_area > figure img {
    width: 100%;
  }
  .aside__sns_inner_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .aside__contact_inner_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .aside__rel-goods_inner_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .aside__rel-goods_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .aside__rel-goods_list .rel-item {
    width: 24%;
    margin-right: 1%;
  }
  .aside__rel-goods_list .rel-item figure img {
    width: 100%;
  }
  .aside__rel-goods_list .rel-item:last-child {
    margin-right: 0;
  }
  .aside__contact_inner_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .sec__blk_img3 ul li {
    width: 32%;
    margin-right: 2%;
  }

  .sec__blk_img4 ul li {
    width: 48%;
  }
  .p-blk__3col-item {
    width: 30%;
    margin-right: 5%;
  }
  .p-sec__bottom-notes_inner{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }


}

/*responsive*/
@media screen and (max-width: 768px) {
  .kv_2blk {
    height: auto;
    display: block;
  }
  .kv_2blk__inner--photo {
    width: 100%;
    height: 250px;
    background-position: center;
  }
  .kv_2blk__inner--title_box {
    width: 100%;
  }
  .kv_2blk__inner--title {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 32px 20px 64px;
    text-align: center;
  }
  .kv_2blk__inner--title.bg_blue {
    background: #ccdff0;
  }
  .kv_2blk__inner--title.bg_white {
    background: #fff;
  }
  .kv_2blk__inner--title .sub-title {
    display: inline-block;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .kv_2blk__inner--title .main-title {
    font-size: 2.0rem;
    color: #333;
  }

  .kv_1blk {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .kv_1blk__inner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
  }

  .sec {
    padding: 32px 0 64px;
    width: 100%;
  }
  .sec--intro {
    padding: 32px 0;
  }
  .sec--tag_area {
    padding: 0;
    width: 100%;
  }
  .sec--tag_area .sec__inner_wrap {
    padding: 0;
  }
  .sec__inner_wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .sec__inner_wrap_bottom_notes {
    margin: 0 auto -24px;
  }
  .sec__tag_box {
    width: 100%;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .sec__tag_box--all {
    margin-bottom: 32px;
  }
  .sec__tag_box--half {
    display: flex;
    justify-content: center;
  }
  .sec__tag_items {
    position: relative;
    padding-left: 26px;
  }
  .sec__tag_items li {
    display: inline-block;
    font-size: 1.2rem;
    text-align: left;
  }
  .sec__tag_items::before {
    content: url(/solution/assets/img/common/icn_tag.svg);
    width: 16px;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .sec__tag_items li::after {
    content: "/";
    display: inline-block;
    margin: 0 0.5em;
  }
  .sec--kv_1blk_bottom{
    padding: 32px 0 64px;
  }
  .sec--kv_1blk_bottom02{
    padding: 32px 0 64px;
  }
  .sec--kv_1blk_bottom03{
    padding: 32px 0 32px;
  }
  .sec--kv_1blk_top{
    padding: 32px 0 64px;
  }
  .sec__lead {
    text-align: center;
    font-size: 1.4rem;
    text-align: left;
  }
  .sec__lead--center {
    text-align: center;
    font-size: 1.2rem;
    padding: 0;
  }
  .sec__lead--left {
    text-align: left;
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
  .sec__main-title {
    margin: 0 0 32px;
    font-size: 2.0rem;
  }

  .sec__main_sub-title {
    font-size: 1.2rem;
    line-height: 1.0;
    color: #005ebc;
    text-align: center;
    margin-bottom: 16px;
  }
  .sec__sub-title {
    margin: 0 0 10px;
  }
  .sec__title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .sec__blk-1col--photo_area {
    margin-bottom: 0;
  }
  .sec__blk-1col--photo_area > figure img {
    width: 100%;
  }
  .sec__blk-1col p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .sec__blk-1col__item_img {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .sec__blk-1col__item_img > img {
    width: 100%;
  }
  .sec__blk-2col {
    margin: 0;
    display: block;
    margin-bottom: 40px;
  }
  .sec__blk-2col:last-child{
    margin-bottom: 0;
  }
	.sec__blk-3col{
		margin:0;
		display:block;
	}
	.sec__blk-3col .sec__blk_cont{
		width:100%;
		position: relative;
		margin-bottom:32px;
	}
	.sec__blk-3col .sec__blk_cont:last-child{
		margin-bottom:0;
	}
  .sec__blk_cont {
    width: 100%;
    position: relative;
    margin-bottom: 32px;
  }
  .sec__blk_cont:last-child {
    margin-bottom: 0;
  }
  .sec__blk_cont__btn_plus {
    display: block;
    width: 40px;
    height: 40px;
    padding: 8px;
    box-sizing: border-box;
    background: #005eb8;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .sec__blk_fl--r {
    float: none;
    padding: 0;
    margin-bottom: 32px;
  }
  .sec__blk_fl--l {
    float: none;
    padding: 0;
    margin-bottom: 32px;
  }
  .sec__blk_cont--w650 {
    width: 100%;
  }
  .sec__blk_cont--w300 {
    width: 100%;
  }
  .sec__blk_cont--w656 {
    width: 100%;
  }
  .sec__blk_cont--w312 {
    width: 100%;
  }
  .sec__blk_cont--w600 {
    width: 100%;
  }
  .sec__blk_cont--w360 {
    width: 100%;
  }
  .sec__blk_cont--w580 {
    width: 100%;
  }
  .sec__blk_cont--w380 {
    width: 100%;
  }
  .sec__blk_cont_text {
    margin-bottom: 32px;
  }
  .sec__blk_cont_text_link {
    color: #005eb8;
  }
  .sec__blk_cont_text_link--blank {
    color: #005eb8;
  }
  .sec__blk_cont_text_notes {
    text-align: right;
    color: #333;
    font-size: 1.1rem;
  }
  .sec__blk_cont_text_notes {
    text-align: left;
    margin-top: 16px;
    font-size: 1.1rem;
  }
  .sec__blk_cont img {
    width: 100%;
  }
  .sec__blk_title {
    font-size: 1.8rem;
    margin-bottom: 24px;
    text-align: left;
  }
  .sec__blk_title--blue {
    color: #005eb8;
  }
  .sec__blk_title--point {
    color: #005eb8;
    padding-right: 1em;
    font-size: 1.6rem;
  }
  .sec__blk_sub-title--blue {
    color: #005eb8;
    font-size: 1.6rem;
    margin-bottom: 8px;
    text-align: center;
  }
  .sec__blk_cont_img_caption {
    margin-top: 16px;
    font-size: 1.4rem;
    color: #333;
  }
  .sec__blk_cont_img_caption--center {
    text-align: left;
  }
  .sec__blk_video {
    margin-bottom: 60px;
  }
  .sec__blk_video--mb0 {
    margin-bottom: 0;
  }
  .sec__blk_video_title {
    text-align: center;
    font-size: 1.6rem;
  }
  .sec__blk_video_lead {
    text-align: center;
    font-size: 1.4rem;
    margin: 40px 0 32px;
  }
  .sec__blk_video_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .sec__blk_video_notes {
    text-align: right;
    color: #333;
    font-size: 1.1rem;
    margin-top: 20px;
  }
  .sec__blk_video_info {
    margin: 40px 0;
    display: block;
  }
  .sec__blk_video_info_cont--left {
    width: 100%;
    border-right: none;
  }
  .sec__blk_video_info_cont--left > figure {
    width: 48%;
    float: left;
  }
  .sec__blk_video_info_cont--left > figure > img {
    width: 100%;
  }
  .sec__blk_video_info_cont--left > div {
    width: 48%;
    float: right;
    margin-left: 0;
  }
  .sec__blk_video_info_cont--left_sub {
    color: #005ebc;
    font-size: 1.2rem;
  }
  .sec__blk_video_info_cont--left_name {
    font-size: 1.8rem;
    margin: 10px 0;
  }
  .sec__blk_video_info_cont--left_status {
    font-size: 1.2rem;
  }
  .sec__blk_video_info_cont--right {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    position: relative;
    margin-top: 40px;
    text-align: center;
  }
  .sec__blk_video_info_cont--right_title {
    font-size: 1.8rem;
    margin: 0 0 24px;
  }
  .sec__blk_video_info_cont--right_detail {
    overflow: hidden;
    display: inline-block;
    text-align: center;
  }
  .sec__blk_video_info_cont--right_detail dt {
    clear: both;
    float: left;
  }
  .sec__blk_video_info_cont--right_detail dd {
    margin-left: 3em;
  }
  .sec__blk_video_info_cont--right_btn_box {
    position: static;
    width: 88%;
    margin: 32px auto 0;
  }
  .sec__blk_video_info_cont--right_btn_box > figure {
    width: 80px;
  }
  .sec__blk_video_info_cont--right_btn_box > figure > img {
    width: 100%;
  }
  .sec__blk_video_info_cont--right_btn_box > .btn_download {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 1px solid #005eb8;
    text-align: center;
    padding: 0;
    margin-top: 10px;
    box-sizing: border-box;
    color: #005eb8;
    height: 56px;
  }
  /*.sec__blk_video_info_cont--right_btn_box > .btn_download:after {
    content: url(/solution/assets/img/common/icn_download.png);
    display: inline-block;
    margin-left: 8px;
    width: 12px;
    height: 14px;
  }*/
  .sec__blk_customer {
    padding: 20px;
    background: #eeeeee;
  }
  .sec__blk_customer_title {
    font-size: 1.3rem;
    color: #005eb8;
    margin-bottom: 16px;
  }
  .sec__event-box {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    padding: 32px;
    margin: 72px 0 32px;
  }
  .sec__event-box dl {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .sec__event-box dl dt {
    clear: both;
    float: left;
  }
  .sec__event-box dl dd {
    margin-left: 0.5em;
    float: left;
  }
  .sec__event-box ul {
    clear: both;
  }
  .sec__bottom_notes {
    margin-left: 1em;
  }
  .sec__bottom_notes li {
    text-indent: -1em;
  }

  .sec__blk_upper {
    margin-bottom: 40px;
  }
  .sec__blk_upper > .sec__main-title {
    margin-bottom: 16px;
  }
  .sec__blk_upper > .sec__lead--center {
    margin: 0;
  }

  .sec__blk_img3 ul {
    display: block;
  }
  .sec__blk_img3 ul li {
    width: 100%;
    margin-top: 10px;
  }
  .sec__blk_img3 ul li figure > img {
    width: 100%;
  }

  .sec__blk_img4 ul {
    display: block;
  }
  .sec__blk_img4 ul li {
    width: 100%;
    margin-top: 36px;
  }
  .sec__blk_img4 ul li figure > img {
    width: 100%;
  }
  .sec__blk_img4 ul li:first-child {
    margin-top: 0;
  }
  .sec__blk_img4 ul li:nth-child(2) {
    margin-top: 36px;
  }

  .aside__rel-article {
    margin-top: 80px;
  }
  .aside__rel-article_title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .aside__rel-article_title--small {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 10px;
  }
  .aside__rel-article_blk {
    margin: 0 auto 0;
    width: 100%;
  }
  .aside__rel-article_cont {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
  }
  .aside__rel-article_cont div {
    width: 48%;
  }
  .aside__rel-article_cont div img {
    width: 100%;
  }
  .aside__rel-article_cont-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .aside__contact {
    padding: 48px 20px;
    box-sizing: border-box;
  }
  .aside__contact_inner_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .aside__contact_title {
    font-size: 1.6rem;
    line-height: 1.3125;
    margin-bottom: 24px;
  }
  .aside__contact_btn {
    font-size: 1.6rem;
    box-sizing: border-box;
    width: 292px;
    height: 54px;
    padding: 0;
  }
  .aside__contact_btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }

  .aside__rel-goods {
    padding: 32px 0 64px;
    width: 100%;
  }
  .aside__rel-goods_inner_wrap {
    width: 100%;
    margin: 0 auto 36px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .aside__rel-goods_inner_wrap:last-child {
    margin-bottom: 0;
  }
  .aside__rel-goods_title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
  .aside__rel-goods_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .aside__rel-goods_list:last-child {
    margin-bottom: 0;
  }
  .aside__rel-goods_list .rel-item {
    width: 48%;
    font-size: 1.2rem;
    margin-top: 24px;
    margin-right: 0;
  }
  .aside__rel-goods_list .rel-item img {
    width: 100%;
  }

/*  .aside__sns {
    padding: 72px 20px;
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    box-sizing: border-box;
  }
  .aside__sns_inner_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .aside__sns_title {
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .aside__sns_link {
    display: flex;
    justify-content: space-between;
    width: 188px;
    margin: 36px auto;
  }
  .aside__sns_link li {
    width: 36px;
  }
  .aside__sns_link li img {
    width: 100%;
  }
  .aside__sns_btn_url_copy {
    font-size: 1.6rem;
    display: inline-block;
    box-sizing: border-box;
    height: 56px;
    color: #005eb8;
    border: 1px solid #005eb8;
    background: #fff;
    padding: 0;
    width: 88%;
  }*/

  .l-blk__article--ss{
    margin-bottom: 16px;
  }
  .l-blk__article--s{
    margin-bottom: 24px;
  }
  .l-blk__article--m{
    margin-bottom: 32px;
  }
  .l-blk__article--l{
    margin-bottom: 32px;
  }

  .p-blk__3col {
    display: block;
  }
  .p-blk__3col-item {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .c-blk__ttl--l {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .c-blk__ttl--m{
    font-size: 1.6rem;
    margin-bottom:24px;
  }
  .p-sec__bottom-notes_inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .p-sec__bottom-notes_txt {
    width: 100%;
  }

  .sec__blk_cont_photo {
    margin-bottom: 24px;
  }
  .c-blk__ttl--center {
    text-align: left;
  }
  .p-kv_bottom_lead--center{
    text-align: left;
  }

  /* template010-002 slide block */
  .p-sec__mv_slide_blk{
    height: auto;
  }
  .p-sec__pg_slide_blk{
    padding: 0 20px;
  }
  .p-sec__pg_slide_blk .slick-arrow{
    width: 35px;
    height: 70px;
  }
  .p-sec__main-txt_automation-img{
    width: 160px;
    height: auto;
  }


}


.pageurl {
  position: fixed;
  right: 100%;
}
.icn_blank {
  width: 16px !important;
  height: 16px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
}
.icn_members {
  width: 80px !important;
  border: none !important;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .modal__content {
    width: 90%;
    margin: 0 auto;
  }
  .modal__content img {
    width: 100%;
  }
}

.js-modal-close_btn {
  position: absolute;
  top: 0;
  right: -40px;
}
.js-modal-close_btn > img {
  width: 21px;
}
@media screen and (max-width: 768px) {
  .js-modal-close_btn {
  top: -40px;
  right: 20px;
  }
}
.js-modal-open--text {
  color: #005eb8;
}

.pagenation_blk{
  margin: 72px 0 0;
}
.pagenation{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.pagenation-item{
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  margin: 0 8px;
  border: 1px solid #005eb8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation-link{
  color: #005eb8;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation-link:hover{
  background: #f5f9fc;
}


.pagenation-prev,
.pagenation-next{
  width: auto;
  color: #fff;
  border: 1px solid #fff;
}
.pagenation-link--prev{
  width: 100%;
  height: 100%;
  padding: 0 16px;
  background: #005eb8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #fff;
}
.pagenation-link--prev:hover{
  opacity: 0.7;
}
.pagenation-link--prev:before{
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  margin-right: 4px;
  margin-top: 2px;
}
.pagenation-link--next{
  width: 100%;
  height: 100%;
  padding: 0 16px;
  background: #005eb8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  color: #fff;
}
.pagenation-link--next:hover{
  opacity: 0.7;
}
.pagenation-link--next:after{
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-left: 4px;
  margin-top: 2px;
}
.pagenation-item-current{
  border-color: #fff;
}
.pagenation-current{
  width: 100%;
  height: 100%;
  background: #005eb8;
  color: #fff;
  display: flex;
  justify-content:center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .pagenation-item {
    width: 36px;
    height: 36px;
    font-size: 1.4rem;
    margin: 0 4px;
    border: 1px solid #005eb8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  .pagenation-prev, .pagenation-next {
    width: 36px;
  }
  .pagenation-link--prev,.pagenation-link--next{
    padding: 0;
  }
  .pagenation-link--prev:before{
    margin-right: 0;
    margin-left: 4px;
  }
  .pagenation-link--next:after{
    margin-left: 0;
    margin-right: 4px;
  }
  .pagenation-link_inner_txt{
    display: none;
  }
}


#footer {margin-top: -25px; }

.blk--mt0 {margin-top: 0 !important; }
.blk--mb0 {margin-bottom: 0 !important; }
.blk--mt8 {margin-top: 8px !important; }
.blk--mb8 {margin-bottom: 8px !important; }
.blk--mt16 {margin-top: 16px !important; }
.blk--mb16 {margin-bottom: 16px !important; }
.blk--mt24 {margin-top: 24px !important; }
.blk--mb24 {margin-bottom: 24px !important; }
.blk--mt32 {margin-top: 32px !important; }
.blk--mb32 {margin-bottom: 32px !important; }
.blk--mt40 {margin-top: 40px !important; }
.blk--mb40 {margin-bottom: 40px !important; }
.blk--mt48 {margin-top: 48px !important; }
.blk--mb48 {margin-bottom: 48px !important; }
.blk--mt72 {margin-top: 72px !important; }
.blk--mb72 {margin-bottom: 72px !important; }
.blk--mb100 {margin-bottom: 100px !important; }
.blk--pt0 {padding-top: 0 !important; }
.blk--pb0 {padding-bottom: 0 !important; }

.blk__bg--white {background: #fff !important; }
.blk__bg--grey {background: #f5f5f5 !important; }
.blk__bg--blue {background: #ccdff0 !important; }

.flex--reverse {flex-direction: row-reverse; !important; }

.pc_only {display: block; }
.sp_only {display: none; }

.util-center {text-align: center !important; }
.util-left {text-align: left !important; }
.util-right {text-align: right !important; }

.util-img-link:hover{
  display: block;
  opacity:0.7;
}

.flex--center {justify-content: center !important; }
.flex--center li {margin: 0 20px; }
.flex--around {justify-content: space-around !important; }

.p-sec-txt__link--blank,.p-sec-txt__link--arrow{
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  padding-right: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
  margin-top: 16px;
}
.p-sec-txt__link--blank:hover,.p-sec-txt__link--arrow:hover{
  opacity: .7;
}
.p-sec-txt__link--blank:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center center;
  background-size: 14px 14px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: -2px;
}
.p-sec-txt__link--arrow:after {
  content: "";
  background: url(/assets/img/common/arrow_button_blue_right.svg) no-repeat center center;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 4px;
}

.c-sec-txt__link--blank,.c-sec-txt__link--arrow{
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline-block;
  padding-right: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: .06rem;
  color: #005EB8;
  text-decoration: none;
}
.c-sec-txt__link--blank:hover,.c-sec-txt__link--arrow:hover{
  opacity: .7;
}
.c-sec-txt__link--blank:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/assets/img/link_ico_open-in-new.svg) no-repeat center center;
  background-size: 14px 14px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: -2px;
}
.c-sec-txt__link--arrow:after {
  content: "";
  background: url(/assets/img/common/arrow_button_blue_right.svg) no-repeat center center;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  .pc_only {display: none !important; }
  .sp_only {display: block !important; }
  .sp_txt--center {text-align: center !important; }
  .sp_txt--left {text-align: left !important; }
  .sp_txt--right {text-align: right !important; }

  .flex--center {justify-content: center !important; }
  .flex--center li {margin: 20px 0 0; }

  .blk_sp--mt0 {margin-top: 0 !important; }
  .blk_sp--mb0 {margin-bottom: 0 !important; }
  .blk_sp--mt8 {margin-top: 8px !important; }
  .blk_sp--mb8 {margin-bottom: 8px !important; }
  .blk_sp--mt16 {margin-top: 16px !important; }
  .blk_sp--mb16 {margin-bottom: 16px !important; }
  .blk_sp--mt24 {margin-top: 24px !important; }
  .blk_sp--mb24 {margin-bottom: 24px !important; }
  .blk_sp--mt32 {margin-top: 32px !important; }
  .blk_sp--mb32 {margin-bottom: 32px !important; }
  .blk_sp--mt40 {margin-top: 40px !important; }
  .blk_sp--mb40 {margin-bottom: 40px !important; }
  .blk_sp--mt48 {margin-top: 48px !important; }
  .blk_sp--mb48 {margin-bottom: 48px !important; }
  .blk_sp--mt64 {margin-top: 64px !important; }
  .blk_sp--mb64 {margin-bottom: 64px !important; }
  .blk_sp--mt72 {margin-top: 72px !important; }
  .blk_sp--mb72 {margin-bottom: 72px !important; }
}


a.order{display:inline-block;width:204px;height:54px;line-height:54px;border:1px solid #007bc2;font-size:16px;color:#007bc2;text-align:center;}
