@charset "UTF-8";
@import url('normalize.css');
@import url('reset.css');
@import url('common.css');
@import url('header.css');
@import url('footer.css');

.animation-up{
  opacity: 0;
  transform:translateY(10%);
  transition: all .8s ease-out;
}
.animation-up.start{
  opacity: 1;
  transform:translateY(0);
}
.delay1{
  transition-delay:0s;
}
.delay2{
  transition-delay:.15s;
}
.delay3{
  transition-delay:.3s;
}
.delay4{
  transition-delay:.5s;
}
.animation-btn{
  position: relative;
}
.animation-btn .b{
  position: absolute;
  transition:all .5s ease-in-out;
}
.animation-btn .b:nth-of-type(1){
  top:0;
  left:0;
  width:0;
  height:0;
  border-top:2px solid #148cf0;
}
.animation-btn.background-base-color .b{
  border-color:#fff!important;
}
.animation-btn .b:nth-of-type(2){
  top:0;
  right:0;
  width:10px;
  height:0;
  border-right:2px solid #148cf0;
}
.animation-btn .b:nth-of-type(3){
  bottom:0;
  right:0;
  width:0;
  height:0;
  border-bottom:2px solid #148cf0;
}
.animation-btn .b:nth-of-type(4){
  bottom:0;
  left:0;
  width:0;
  height:0;
  border-left:2px solid #148cf0;
}
.animation-btn:hover .b:nth-of-type(1){
  width:100%;
}
.animation-btn:hover .b:nth-of-type(2){
  height:100%;
}
.animation-btn:hover .b:nth-of-type(3){
  width:100%;
}
.animation-btn:hover .b:nth-of-type(4){
  height:100%;
}
.animation-btn a,
.animation-btn input{
  border-radius: 0;
  transition:all .5s ease-in-out;
}
.animation-btn:hover a,
.animation-btn:hover input{
  color:#148cf0!important;
  background-color: #CEF0EB;
  background-color: white;
}
.animation-btn.background-base-color:hover a{
  color:#fff!important;
  background-color: #148cf0;
}
.animation-btn::after {
  transition:all .5s ease-in-out;
}
.animation-btn:hover::after {
    background-color: #148cf0;
}
.animation-btn.background-base-color:hover::after {
    background-color: #fff!important;
}
#top-contact .animation-btn:hover a{
  color: #fff!important;
  background-color: #148cf0;
  border-color: #148cf0;
}
#top-contact .animation-btn:hover::after {
    background-color: #fff!important;
}


.main-visual-top{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 6%;
  width: 100%;
}
.main-visual-top::after{
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 64px);
  bottom: 0;
  left: 0;
  background-color: #148cf0;
  z-index: -1;
}
.slider{
  overflow: hidden;
  float: right;
  width: calc(100% - 6%);
  background-color: #fff;
}
.slider .img {
  float: left;
}

.slick-dots {
  clear: both;
  text-align: center;
  padding-top: 24px;
}

.slick-dots li {
  overflow: hidden;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 6px;
  line-height: 0;
}

.slick-dots .slick-active {
  background: #fff;
}

.slick-dots li img {
  cursor: pointer;
  max-width: 240px;
  height: auto;
}

.slick-dots .slick-active img {
  opacity: .5;
}

.slick-dots li button {
  overflow: hidden;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 6px;
  text-indent: -9999px;
  background: #fbdcdc;
}

.slick-dots li.slick-active button {
  background: #fff;
}



main {
  width: 100%;
  min-width: 1244px;
}

.section-contents {
  position: relative;
}

main .section-contents{
  overflow: hidden;
}

.section-contents .section-wrapper {
  position: relative;
  margin: 0 auto;
}

.hgroup {
  position: relative;
  margin-bottom: 35px;
}

.hgroup .main-heading {
  position: relative;
  color:#148cf0;
  display: inline-block;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0.07em;
  line-height: 1.1;
}

.hgroup .main-heading span {
  display: block;
  font-size: 16px;
  line-height: 1.1;
  margin-top: 16px;
  letter-spacing: 0.2em;
}


.border-section{
  border-top:2px solid #148cf0;
}
.box-shadow{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
#top-topics{
  position: relative;
  overflow: inherit;
  z-index: 99999;
}
#top-topics .section-wrapper{
  position: absolute;
  bottom:-52px;
  left: 50%;
  width: 922px;
  padding: 38px 48px;
  background-color: #fff;
  transform: translate(-50%,0);
}
#top-topics h2{
  position: relative;
  width: 14%;
  font-size: 20px;
  line-height: 1.5;
}
#top-topics h2 span{
  display: inline-block;
  padding-bottom: 16px;
  border-bottom:1px solid #148cf0;
}
.topics-wrapper dt{
  color: #148cf0;
  font-size: 13px;
  font-weight: 600;
}
.topics-wrapper .icon{
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  margin-right: 16px;
  padding: 0px 16px;
  border-radius: 11px;
  background-color: #148cf0;
}
#top-topics .topics-wrapper{
  width:86%;
}
.topics-wrapper dl{
  justify-content: flex-start;
  margin-bottom: 16px;
  font-size: 13px;
}
.topics-wrapper dl:last-child{
  margin-bottom: 0;
}
.topics-wrapper dt{
  width: 16.5%;
}
.topics-wrapper dd{
  width: 82.5%;
}
.topics-wrapper dd a:hover{
  text-decoration:underline;
}


sub,
sup{
  font-size: .5em;
}
#top-about-igcc .section-wrapper{
  width:calc(100% - 6%);
  margin-left: 6%;
  margin-top: 178px;
  margin-bottom: 117px;
  align-items: center;
}

#top-about-igcc .txt{
  width: 32.5%;
  padding-right: 56px;
}
#top-about-igcc .img{
  position: relative;
  overflow: hidden;
  width: 67.5%;
  padding-bottom: 6%;
}
#top-about-igcc .img.move-section::before{
  content: "";
  position: absolute;
  top:0;
  right: 0;
  width: calc(100% - 6%);
  height: 0;
  padding-top: calc(2 / 3 * 100%);
  background-color: #CEF0EB;
  background-color: #fff;
  transition: all ease-in-out .5s;
  transform-origin: right;
  transition-delay: .2s;
}
#top-about-igcc .img.move-section.start::before{
  transform: scaleX(0);
}
#top-about-igcc .img::after{
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background-color: #148cf0;
}
#top-about-igcc .img img{
  float: right;
  width: calc(100% - 6%);
}
#top-about-igcc p{
  line-height: 2.75em;
}



#top-company{
  overflow: inherit;
  padding-bottom: 238px;
}
#top-company p{
  max-width: 64%;
  text-align: center;
  margin: 0 auto;
}
#top-company p span{
  display: inline-block;
  font-size: 1.5em;
  font-weight: 600;
  padding: 0 .2em;
  vertical-align: unset;
}
#top-company .section-wrapper{
  position: relative;
  padding-bottom: 67px;
  padding-top:100px;
}
.company-link{
  position: relative;
  padding:0 6%;
}
.company-link li{
  width: calc(50% - 22px);
}
#top-company .section-wrapper::after,
.company-link::before,
.company-link::after{
  content:"";
  position: absolute;
  z-index: -1;
  width: calc(100% - 6%);
  height: 100%;
  left: 0;
  top: 0;
  background: #d8e8f8; /* Old browsers */
}
.company-link::before{
  background: -moz-linear-gradient(top, #d8e8f8 0%, #eff4f9 100%);
  background: -webkit-linear-gradient(top, #d8e8f8 0%,#eff4f9 100%);
  background: linear-gradient(to bottom, #d8e8f8 0%,#eff4f9 100%);
}
.company-link::after{
  width: 6%;
  left: auto;
  right: 0;
  background-color: #148cf0;
}
.company-link li{
  position: relative;
}
.company-link li .txt{
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  padding:40px 57px;
  background-color: rgba(255,255,255,.95);
  transform: translateY(50%);
}
.company-link .hgroup{
  margin-bottom: 32px;
}
.company-link .hgroup .main-heading{
  font-size: 32px;
}
.company-link .hgroup .main-heading span{
  font-size: 14px;
}
.company-link .btn{
  margin-top: 0;
}

#top-plant-tour{
  position: relative;
  padding-top:64px;
}
#top-plant-tour::before{
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top:0;
  width: calc(100% - 6%);
  height: 100%;
  background-color: #cef0eb;
}
#top-plant-tour .img,
#top-plant-tour .txt{
  width: 50%;
}
#top-plant-tour .txt{
  position: relative;
  background-color: #148cf0;
}
#top-plant-tour .txt .inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
#top-plant-tour .txt .main-heading{
  color: #fff!important;
  white-space: nowrap;
}
#top-plant-tour .txt p{
  color: #fff;
}
#top-plant-tour .btn{
  background-color: #fff;
}
#top-plant-tour .btn a{
  color: #148cf0;
}
#top-plant-tour .btn::after{
  background-color: #148cf0;
}



#top-contact{
  background: url(../imgs/top/img5.jpg) no-repeat center center / cover;
}
#top-contact .main-heading,
#top-contact p,
#top-contact a{
  color: #fff;
}

#top-contact{
  padding:100px 0;
}
#top-contact .btn{
  width: 350px;
  margin: 40px auto 0;
}
#top-contact a{
  border: 1px solid #fff;
  border-radius: 0;
}



.btn{
  position: relative;
  display: block;
  width: 240px;
  line-height: 60px;
  text-align: center;
  margin-top: 52px;
}
.btn a,
.btn input{
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.btn input{
  width: 100%;
  background:none;
  border: 0;
}
.btn.background-accent-color a,
.btn.background-accent-color input{
  color: #fff;
}

.btn::after{
  pointer-events: none;
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  top:calc(50% - 1px);
  right:20px;
  background-color: #fff;
}








/*

lower

*/

.lower main{
  padding-bottom: 126px;
}

.lower .plist{
  clear: both;
  overflow:hidden;
  width: 1090px;
  margin: 14px auto 76px;
}
.lower .plist li{
  float: left;
  font-size: 12px;
  font-weight: normal;
}
.lower .plist li a{
  color:#148cf0;
  font-size: 12px;
  font-weight: 400;
}
.lower .plist li a:hover{
  text-decoration: underline;
}

.hgroup-wrapper{
  border-bottom: 3px solid #148cf0;
}
.hgroup-wrapper .hgroup{
  width: 1090px;
  margin: 0 auto 75px;
}


.lower main .section-contents h2{
  font-size: 34px;
}
.lower main .section-contents .section-wrapper{
  width: 1090px;
  margin: 96px auto 0;
}
.lower main .section-inner{
  position: relative;
  margin-top: 32px;
  padding:24px 0 24px 60px;
}
.lower main .section-inner::before{
  position:absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 17px;
  background-color:#148cf0;
}

.table-layout dl:nth-child(odd){
  background-color: #f5f5f5;
}
.table-layout dt{
  width: 220px;
  padding: 24px 0 24px 22px;
}
.table-layout dt small{
  font-size: 13px;
}
.table-layout dd{
  width: calc(100% - 220px);
  padding: 24px 0;
}
.table-layout dd .logo{
  margin-top: 10px;
  overflow: hidden;
}
.table-layout dd .logo .txt{
  margin-left: 16px;
}


#message .txt{
  width: 628px;
}
#message .txt p{
  line-height: 2.5;
  margin-top:2.5em;
}
#message .txt p:first-child{
  margin-top: 0;
}
#message .txt .name{
  margin-top: 3em;
}
#message .txt .name p{
  margin-top: 1.5em;
}
#message .txt .name p strong{
  font-size: 24px;
  margin-left: 16px;
}
#message .img{
  width: 353px;
}
.font-color-b{
  color:#0070C0;
}
.font-color-y{
  color:#FFC000;
}
.font-color-g{
  color:#00B050;
}
.font-color-o{
  color:#FF6600;
}



#link li{
  width: calc(33.33% - 24px);
  height: 67px;
  margin-top: 24px;
}
#link ul{
  margin-top: -24px;
}
#link ul::before{
  order: 1;
}
#link ul::before,
#link ul::after{
  content: "";
  width: calc(33.33% - 24px);
}
#link .btn{
  display: table;
  width: 100%;
  height: 67px;
  margin-top: 0;
}
#link .btn a{
  display: table-cell;
  font-size: 14px;
  line-height: 1.75em;
  vertical-align: middle;
}
#link .btn::after{
  width: 20px;
  height: 16px;
  background: url(../imgs/common/icon_window.svg) no-repeat center center / cover;
  transform: translateY(-50%);
}


#access{
  overflow: inherit;
}
#access .iframe{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 556px;
  padding-left: 48px;
}
#access .iframe iframe{
  width: 100%;
  height: 556px;
}
#access .access-wrapper{
  position: relative;
  z-index: 1;
  margin-top: -90px;
  margin-right: 48px;
}
#access .access-inner{
  padding: 135px 48px 45px;
}
#access .access-inner h3{
  width: 355px;
}
#access .fl-b{
  margin-top: 36px;
}
#access .access-info{
  width:calc(33% - 20px);
}
#access .access-info h4{
  font-size: 20px;
}

#topics dt{
  width: 150px;
  font-size: 15px;
}
#topics dd{
  width:calc(100% - 150px);
  font-size: 15px;
}
#topics .topics-wrapper dl{
  margin-bottom: 0;
  padding: 24px 0;
  border-bottom:1px solid #ebebeb;
}
#topics .topics-wrapper dl:first-child{
  padding-top: 0;
}


#topics-detail h2{
  position: relative;
  font-size: 24px;
  line-height: 2em;
  padding: 30px 0 40px;
  margin-bottom: 48px;
}
#topics-detail h2::before,
#topics-detail h2::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
}
#topics-detail h2::before{
  width: 100%;
  background-color: #C5C5C5;
}
#topics-detail h2::after{
  width: 118px;
  background-color: #148cf0;
}
.article-inner{
  overflow: hidden;
}
.article-inner img{
  margin-top: 48px;
  width: auto;
  height: auto;
  max-width:100%;
}
.article-inner img.left{
  margin-right: 48px;
}
.article-inner img.right{
  margin-left: 48px;
}
.article-inner img.center{
  margin-left:auto;
  margin-right: auto;
}
#topics-detail .btn{
  margin: 72px auto 0;
}



p.tel{
  font-size: 24px;
  margin-top: .5em;
}
p.tel strong{
  font-size: 48px;
  font-weight: 400;
}
p.tel b{
  font-size: 32px;
  font-weight: 400;
}
.sub-heading{
  font-size: 30px;
  line-height: 2;
}
.sub-heading + p{
  margin-top: 0;
}
.attention-wrapper{
  padding: 40px;
  background-color: #F5F5F5;
}
.attention-wrapper.background-sub-color{
  background-color: #cef0eb;
}
.attention-wrapper ul li{
  margin-top: 8px;
}
.attention-wrapper ul li:first-child{
  margin-top: 0;
}
.attention-wrapper ul li .circle{
  display: inline-block;
  color: #fff;
  width: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  background-color: #148cf0;
  border-radius: 9px;
  margin-right: 6px;
}
.attention-wrapper h4{
  font-size: 27px;
  line-height: 1.7;
  margin-bottom: 28px;
  border-left: 3px solid #148cf0;
  padding-left: 20px;
}
.form-wrapper{
  margin-top: 40px;
}
.form-wrapper dl{
  border-bottom:1px solid #EBEBEB;
}
.form-wrapper dt,
.form-wrapper dd{
  padding: 20px 0;
}
.form-wrapper dt{
  width: 287px;
}
.form-wrapper dd{
  width:calc(100% - 287px);
}
.form-wrapper dd input,
.form-wrapper dd select,
.form-wrapper dd textarea{
  width: 100%;
  max-width:100%;
  padding:10px;
  background-color: #EBEBEB;
  border: 0;
}
.form-wrapper dd select{
  width: 10%;
}
.width-50{
  width: 50%!important;
}
.width-25{
  width: 25%!important;
}
.form-wrapper dd textarea{
  height: 193px;
}
input::placeholder,
textarea::placeholder {
  color: #ACACAC;
}

input:-ms-input-placeholder,
textarea::placeholder {
  color: #ACACAC;
}

input::-ms-input-placeholder,
textarea::placeholder {
  color: #ACACAC;
}
.form-wrapper .btn{
  margin: 72px auto 0;
}







#about-igcc{
  overflow: inherit;
}
#about-igcc ul{
  margin-top: -72px;
}
#about-igcc li{
  position: relative;
  width: 517px;
  margin-top: 72px;
}
#about-igcc li .img{
  position: relative;
  z-index: 1;
}
#about-igcc li a{
  position: relative;
  z-index: 9999;
  display: block;
  width:452px;
  margin: 0 auto;
  margin-top: -64px;
  padding: 32px;
  color:#000;
  background-color: rgba(255,255,255,.95);
  transition: all .5s ease;
}
#about-igcc li a:hover{
  background:rgba(20,140,240,1);
}
#about-igcc li a *{
  transition: all .5s ease;
}
#about-igcc li a:hover *{
  color:#fff!important;
}
#about-igcc li a:hover h2::after{
  background-color: #fff!important;
}

#about-igcc li h2{
  position: relative;
  display: inline-block;
  color: #148cf0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  padding-right: 30px;
}
#about-igcc li h2::after{
  position: absolute;
  content: "";
  right:0;
  top:50%;
  width: 15px;
  height: 1px;
  background-color: #148cf0;
  transition: all .5s ease;
}
#about-igcc li p{
  font-size: 14px;
  margin: 8px 0 0;
}






#igcc-plant .img{
  margin-bottom: 58px;
  padding:72px;
  background-color: #F5F5F5;
}
#igcc-plant dd dl{
  background: none;
}
#igcc-plant dd dt,
#igcc-plant dd dd{
  padding: 0;
}
#igcc-plant dd dt{
  padding-left: 16px;
  background: url(../imgs/common/icon_arrow.svg) no-repeat left center / 6px auto;
}





.history-wrapper{
  margin-top: 88px;
}
.history-wrapper .history-inner:nth-child(1){
  margin-top: 0;
}
.history-wrapper .history-inner:nth-child(2){
  padding-left: 137px;
}
.history-wrapper .history-inner:nth-child(2)::before{
  width: 137px;
}
.history-wrapper .history-inner:nth-child(2)::after{
  left:calc(52px + 137px);
}
.history-wrapper .history-inner:nth-child(3){
  padding-left: 274px;
}
.history-wrapper .history-inner:nth-child(3)::before{
  width: 137px;
  left:calc(52px + 137px);
}
.history-wrapper .history-inner:nth-child(3)::after{
  left:calc(52px + 274px);
}
.history-wrapper .history-inner:nth-child(4){
  padding-left: 274px;
}
.history-wrapper .history-inner:nth-child(4)::before{
  width: 166px;
  left:calc(274px - 166px);
}
.history-wrapper .history-inner:nth-child(4)::after{
  top: 52px;
  left:calc(274px - 166px);
}
.history-wrapper .history-inner:nth-child(5){
  padding-left: 54px;
}
.history-wrapper .history-inner:nth-child(5)::before{
  display: none;
}
.history-wrapper .history-inner:nth-child(5)::after{
  top: 106px;
  height: calc(100% - 100px);
  left:calc(274px - 166px);
}
.history-wrapper .history-inner.catch::before{
  top:50%;
  transform: translateY(-50%);
  left:calc(274px - 166px);
  width: 88px;
}
.history-wrapper .history-inner.catch{
  padding-left: 194px;
  padding-bottom: 0;
  margin-top: -45px;
}
.history-wrapper .history-inner.catch h3{
  color:#148cf0;
  display: inline-block;
  font-size: 21px;
  font-weight:700;
  line-height: 1.1;
  text-align: center;
  padding: 30px 37px;
  border: 2px solid #148cf0;
}
.history-wrapper .history-inner.catch::after{
  display: none;
}
.history-inner{
  position: relative;
  padding-bottom: 128px;
  margin-top: -53px;
}
.history-inner::before,
.history-inner::after{
  content: "";
  position: absolute;
  background-color: #148cf0;
}
.history-inner::before{
  top:52px;
  left:52px;
  height: 2px;
}
.history-inner::after{
  top:106px;
  left:52px;
  width: 2px;
  height: 100%;
}
.history-inner .year{
  float: left;
}
.history-inner .year span{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  width: 106px;
  height: 106px;
  line-height: 1.5;
  background-color: #148cf0;
  border-radius: 53px;
}
.history-inner .data{
  float: left;
  margin-left: 32px;
  margin-top: 35px;
}
.history-inner .img{
  float: left;
  width: 170px;
  margin-right: 27px;
}
.history-inner .txt{
  float: left;
}
.history-inner .txt h2{
  font-size: 21px!important;
  line-height: 1.5;
}
.history-inner .txt p{
  margin-top: 16px;
  line-height: 2;
}



#about .img{
  width:822px;
  margin: 0 auto 64px;
}
.half-contents{
  width: 489px;
}
#defferent h3{
  color:#929292;
  font-size: 25px;
  font-weight: 300;
  margin: 16px 0 12px;
}
#defferent h3.font-accent-color{
  color: #148cf0;
}
.clickable-contents .img{
  position: relative;
  margin-top: 42px;
}
.clickable{
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 18px;
  left: 24px;
  width: 360px;
  height: 478px;
}
.clickable#c2,
.clickable#c3{
  left:420px;
  width:598px;
  height:279px;
}
.clickable#c3{
  top:304px;
  width:598px;
  height:306px;
}
.clickable-contents .txt-wrapper{
  position: relative;
}
.clickable-contents .txt-wrapper::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #D4DFE9
}
.clickable-contents .txt{
  width: 890px;
  margin: 0 auto;
  padding: 44px 52px;
  background-color:rgba(255,255,255,.95);
}
.clickable-contents .txt h3{
  color:#29AAFA;
  font-size: 25px;
}
.clickable-contents .txt#c-c2 h3{
  color: #00B050;
}
.clickable-contents .txt#c-c3 h3{
  color: #F08C1E;
}
.clickable-contents .txt ul{
  margin-top: 16px;
  margin-left: 16px;
}
.clickable-contents .txt ul li{
  text-indent: -16px;
  margin-top:5px;
}
.clickable-contents .txt ul li:first-letter{
  padding-left: 16px;
  background: url(../imgs/common/icon_arrow.svg) no-repeat left center / 6px auto;
}
.clickable-contents .target{
  display: none;
}
.clickable-contents .target.active{
  display: block;
}


#merits .section-wrapper h2{
}
#merits .section-wrapper h2 img{
  width: 108px;
  height: 108px;
  vertical-align: middle;
  margin-right: 32px;
}
#merits .section-inner{
  margin-top: 0;
  padding-left: 108px;
}
#merits .section-inner::before{
  left:54px;
}

#merit1 .section-inner img{
  margin-bottom: 32px;
}

#merit2 .half-contents{
  width: 468px;
}
#merit2 .half-contents img{
  margin-bottom: 32px;
}
#merit2 .icon{
  width: 16px;
  height: 140px;
  margin-top: 61px;
}

#merit3 .merit-wrapper{
  text-align: center;
  margin-top: 32px;
}
#merit3 .fl-b{
  align-items: center;
  padding-bottom: 88px;
  background: url(../imgs/about-igcc/igcc-merits/icon_down.svg) no-repeat center bottom / 245px auto;
}
#merit3 .half-contents{
  width: 448px;
}
#merit3 .half-contents h3{
  font-size: 18px;
  text-align: center;
  padding: 16px 0;
  background-color: #DFDFDF;
}
#merit3 .half-contents p{
  text-align: left;
  padding:28px;
  border:1px solid #DFDFDF;
}
#merit3 .half-contents h3.background-accent-color{
  color: #fff;
  background-color: #148cf0;
}
#merit3 .half-contents p.border-accent-color{
  border:1px solid #148cf0;
}
#merit3 .icon{
  width: 47px;
  height: 47px;
}
#merit3 h4{
  display: inline-block;
  color: #148cf0;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  padding:18px 44px;
  margin-top: 34px;
  margin-bottom: 52px;
  border:2px solid #148cf0;
}


.gm iframe{
  width:100%;
}

dl.list-style{
  margin-top: 56px;
  border-top: 1px solid #e8e8e9;
}
dl.list-style dt,
dl.list-style dd,
ul.list-style li{
  font-size: 14px;
  line-height: 2.5em;
  letter-spacing: 0.2em;
  padding: 48px 24px;
}
dl.list-style dt{
  float: left;
  color: #E71728;
}
dl.list-style dd{
  padding-left:246px;
}
dl.list-style dd,
ul.list-style li{
  border-bottom: 1px solid #e8e8e9;
}
dl.list-style dl dt,
dl.list-style dl dd{
  float: none;
  color: #111;
  padding: 0;
  border:0;
}
dl.list-style dl dt{
  margin-top: 2rem;
}
dl.list-style dl dt:first-child{
  margin-top: 0
}
dl.list-style dl dd{
  padding-left: 1em;
}
dl.list-style a{
  text-decoration: underline;
}


/*
thank
error
*/
#common .lead-wrapper h2{
  font-size: 30px;
  font-weight: 600;
  margin-top: -24px;
  margin-bottom: 48px;
}
#common .btn{
  text-align: left;
  margin-top: 3rem;
}
#common .btn a{
  width: 290px;
  line-height: 1.6;
  border-radius: 0;
}




/*
pager
*/
.pager{
  text-align: center;
  margin-top: 4rem;
}
.pager ul {
  display: inline-block;
  position: relative;
  text-align: center;
  letter-spacing: -1em;
  margin-top: -15px;
  padding: 0 128px;
}

.pager ul li {
  display: inline-block;
  text-align: center;
  letter-spacing: normal;
  margin: 15px 9px 0;
}

.pager ul li a,
.pager ul li span {
  display: block;
  font-size: 15px;
  line-height: 1.1;
}

.pager ul li a {
  color: #acacac;
  transition: all .3s;
}

.pager ul li span,
.pager ul li a:hover {
  color: #148cf0;
}
.pager ul li a.prev{
  position: absolute;
  top: 50%;
  left: 0;
}
.pager ul li a.next{
  position: absolute;
  top: 50%;
  right: 0;
}

.pager .screen-reader-text {
  display: none;
}
