@charset 'utf8';
*{margin: 0; padding: 0; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; font-weight: 400;}
html,body{width: 100%; margin: 0; padding: 0;}
html{font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent}
body{ font-size: 1.6rem; font-family: "Meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", sans-serif; word-break: break-all; background: #fff; color: #000; }
#top_wrap{padding: 50px 0 0;}
#wrap{padding: 80px 0 0;}
@media screen and (min-width:1200px), print {
  #top_wrap, #wrap{ overflow: hidden;}
  #top_wrap{padding: 90px 0 0;}
  #wrap{padding: 140px 0 0;}
}
ul li,ol li{
  list-style: none;
}
.mb1{margin-bottom: 1em !important;}
.mb2{margin-bottom: 2em !important;}
.mb3{margin-bottom: 3em !important;}
.mb4{margin-bottom: 4em !important;}
.mb5{margin-bottom: 5em !important;}
.mb6{margin-bottom: 6em !important;}
.mb7{margin-bottom: 7em !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb100{margin-bottom: 100px !important;}
.note01{ text-indent: -1em; padding-left: 1em;}
.note15{ text-indent: -1.5em; padding-left: 1.5em;}
.note02{ text-indent: -2em; padding-left: 2em;}
.ind01{ text-indent: -1em !important; margin: 0 0 0 1em;}
.fw700{font-weight: 700;}
.fw500{font-weight: 500;}
.fw400{font-weight: 400;}
strong{font-weight: 700 !important;}
.txt_u{text-decoration: underline;}
.txt_c{text-align: center;}
.txt_gray{ color: #7a7a7a;}
.hr01{ 
  height: 3px; 
  margin: 0; 
  padding:0; 
  background: #dedede; 
  border: none;}
.border_box01{
  padding: 1em; 
  border: 1px solid #dedede;
}
.border_box02{
  padding: 1em; 
  border: 1px solid #dedede;
  display: inline-block;
}
.pc{display: none;}
.sp{display: block;}
@media screen and (min-width:1200px), print {
  .pc{display: block;}
  .sp{display: none;}  
}

#solution, #contact, #link01, #link02, #link03, #link04 {
  padding-top: 50px !important; 
  margin-top: -50px !important;
}
@media screen and (min-width:1200px), print {
  #solution, #contact, #link01, #link02, #link03, #link04 {
    padding-top: 90px !important;
     margin-top: -90px !important;
  }
}
.active header.scroll h1{ top: 20px;}
a:link, a:visited{color: #000;}

header{ 
  width: 100%; 
  height: 50px; 
  position: fixed; 
  top: 0; 
  left: 0; 
  z-index: 2000;
  background: #403584;
}
header.scroll{
  opacity: 1;
}
.active header.scroll{
  opacity: 1;
}
@media screen and (min-width:1200px), print {
  .active header.scroll{
    opacity: 1;
  }
}

#header_logo{
  padding: 14px 0 0 10px;
}
#header_logo a{
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;  
  text-decoration: none;
}
#header_logo a:hover{
    opacity: .6;
    transition: .2s;
}
@media screen and (min-width:1200px), print {
  header{
    height: 90px;
  }
  header > div{ 
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #header_logo{
    height: auto;
    margin: 30px 0 0;
    padding: 0;
  }
  #header_logo a{
    padding: 0;
    font-size: 3.6rem; 
  }
}
@media screen and (min-width:1460px), print {
  header > div{ 
    padding: 0;
  }
}

#menu{ 
  width: 30px; 
  height: 30px; 
  position: absolute; 
  top: 9px; 
  right: 12px; 
  cursor: pointer; 
  content:""; 
  background: url(../images/open_btn.png) no-repeat; 
  background-size: cover; 
  color: #000;
  z-index: 4000;
}
.active #menu{
  background: url(../images/close_btn.png) no-repeat; 
  background-size: contain; 
  width: 35px;
  top: 10px;
}
@media screen and (min-width:1200px), print {
  #menu{
    display: none;
  }
}
.slide-menu{
  display: none;
}

.active .slide-menu{ 
  width: 100%; 
  height: 100vh; 
  margin: 0;
  padding: 50px 0 0; 
  position: absolute;
  top: 50px; 
  left: 0;
  z-index: 1500; 
  display: block; 
  background: #000;
}
.slide-menu ul{ 
  margin: 0 0 30px;
}
.slide-menu li{ 
  margin: 0;
}
.slide-menu li a{ 
  width: 100%;
  padding: 20px 15px; 
  font-size: 2.2rem; 
  text-decoration: none; 
  line-height: 1; 
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #313131;
}

header nav div {
  padding: 0 3%;
  display: flex;
}
header nav div p a{
  width: 100%;
  padding: .3em 1em;
  display: block;
  border-bottom: 1px solid #313131;
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff !important; 
  border: 2px solid #fff;
  text-align: center;
}
header nav div p:first-child{
  margin: 0 3% 0 0;
}
@media screen and (min-width:1200px), print {
  .slide-menu { 
    margin: 35px 0 0 !important;
    display: flex;
  }
  .slide-menu li{ 
    margin: 0;
  }
  .slide-menu li a{
    padding: 0;
    font-size: 1.7rem; 
    margin-left: 35px; 
    border-bottom: none;
  }
  .active .slide-menu:before{
    display: none;
  }
  .active .slide-menu{ 
    width: auto;
    height: auto;
    padding:0;
    position: static;
    top: auto;
    left: auto;
    background: none;
  }
}
header nav{display: none;}
@media screen and (min-width:1200px), print {
  header nav{ 
    max-width: 100%;
    display: block;
    z-index: 1500;
  }
  header nav ul { 
    display: flex;
  }
  header nav ul li a{ 
    padding: 10px 10px ; 
    display: block; 
    text-decoration: none;
    color: #fff !important;
  } 
  .slide-menu a:hover{
    transition: .3s;
    opacity: .6;
  }
  header nav > div{
    display: none;
  }
}


/*****************************/
/***        footer         ***/
/*****************************/
footer{ 
  padding: 60px 0 20px; 
  border-top: 1px solid #000; 
  background: #f2f2f2;
}
footer article{ 
  width: 90%; 
  margin: 0 auto; 
  position: relative;
}
footer article a{ 
  text-decoration: none;
}
footer article a:hover{ 
  opacity: .6;
  transition: .2s;
}
#footer_logo{ 
  margin: 0 0 40px; 
  font-size: 2.5rem; 
  line-height: 1;
}
#footer_logo, #footer_logo a{
  font-weight: 700;
}
footer nav{
  display: none;
}
.footer a:hover{
  transition: .3s;
  opacity: .6;
}
.footer_adr{ 
  margin: 0 0 10px;
}
.footer_adr span {
  margin: 0 0 5px;
  padding: 3px 10px; 
  background: #000; 
  color: #fff; 
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
}
.footer_tel{
  margin: 0 0 30px;
}
#footer_nav ul{
  margin: 0 0 30px;
}
#footer_nav ul li{
  margin: 0 0 10px;
}
#footer_nav ul li a{
  color: #000 !important;
}
#footer_nav p{
  font-size: 1.3rem;
  color: #eee;
}
#copyright{ 
  margin: 50px 0 0; 
  font-size: 1.2rem;
}
#up{
  width: 100px;
  position: absolute;
  right: 0; 
  bottom: 50px; 
  font-size: 1.4rem;
  text-align: center;
}
#up a div{
  margin: 0 auto;
  display: inline-block;
}
@media screen and (min-width:1200px), print {
  #up{
   bottom: 70px;
  }
  footer{
    padding: 60px 3% 80px;
  }
  footer nav{
    display: block;
  }
}
@media screen and (min-width:1200px), print {
  footer{
    padding: 60px 0 80px;
  }
  footer article{ 
    width: 1200px;
  }
  footer article > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer article nav div > p{
    margin: 0 0 0 20px;
  }
  footer article nav div > p:first-child{
    margin: 0;
  }
  footer article ul{ 
    display: flex;
  }
  footer article ul li{
    margin: 0; 
  }
  footer article ul li a{ 
    margin: 0 0 0 30px;
    padding: 0;
  }
  footer article ul li:first-child a{ 
    margin: 0;
  }
  footer nav > div{ 
    display: flex;
  }
}



/*****************************/
/***         btn01         ***/
/*****************************/
.btn01 a{
  padding: 18px 16px 15px;
  background: #fff;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.btn01 a:hover{
  opacity: .6;
  transition: .2s;
}
.download a{
  padding-right: 55px;
  position: relative;
}
.download a:before{
  width: 20px;
  height: 20px;
  content: "";
  background:url(../images/download.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  position: absolute;
  top: 15px;
  right: 25px;
}
.pdf a{
  padding: 0 0 0 28px;
  position: relative;
  display: inline-block;
}
.pdf a:after{
  width: 20px;
  height: 20px;
  content: "";
  background:url(../images/icon_pdf.png) no-repeat 0 0;
  background-size: contain;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}



/*****************************/
/***        content        ***/
/*****************************/
.content{
  width: 94%;
  margin: 0 auto 100px;
}
.content h1{
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (min-width:1200px), print {
  .content{
    width: 1200px;
  }
  .content h1{
    font-size: 2.8rem;
    margin: 0 0 50px;
  }
}


/*****************************/
/***      breadcrumb      ***/
/*****************************/
.breadcrumb{
  width: 100%;
  margin: 0 0 40px;
  float: left;
}
.breadcrumb li{
  font-size: 1.1rem;
  display: inline-block;
}
.breadcrumb li a{
  display: inline-block;
}
.breadcrumb li:first-of-type:before{
  margin: 0;
  content: "";
}
.breadcrumb li::before{
  margin: 0 .6em;
  content: ">";
}
@media screen and (min-width:1200px), print {
  .breadcrumb{
    margin: 0 0 60px;
  }
  .breadcrumb li{
    font-size: 1.4rem;
  }
}
#topics h2,
#top_solution h2,
#top_company h2{
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width:1200px), print {
  #topics h2,
  #top_solution h2,
  #top_company h2{
    font-size: 4rem;
  }
}


/*****************************/
/***        #topimg        ***/
/*****************************/
#topimg{
  width: 100%;
  margin: 0;
  position: relative;
}

#copy{ 
  width: 50%; 
  position: absolute; 
  top: 30%; 
  left: 25%;
}
#topimg img{
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px), print {
  #topimg{
    margin: 0;
    max-height: 760px;
    overflow: hidden;
  }
  #copy{
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
@media screen and (min-width: 1200px), print {
  #copy{
    width: 704px;
    height: 257px;
  }
}




/*****************************/
/***        TOPICS        ***/
/*****************************/
#topics{ 
  width: 100%;
  margin: 0 auto 20px;
  padding: 40px 3%;
  background: url(../images/bk01_pc.jpg) no-repeat  bottom 0 right -45%;
  background-size: 70%;
  position: relative;
}
@media screen and (min-width:1200px), print {
  #topics{ 
    margin: 0 auto;
    padding: 140px 3% 100px;
    position: relative;
    background: url(../images/bk01_pc.jpg) no-repeat  top 0 right 0;
    background-size: contain;
  }
}
@media screen and (min-width:1460px), print {
  #topics{ 
    width: 1460px;
    padding: 140px 0 100px;
  }
}

#topics h2{
  margin: 0 0 20px;
}
@media screen and (min-width:1200px), print {
  #topics h2{
    margin: 0 85px 0 0;
  }
}
#topics ol {
  margin: 0 0 60px;
  border-top: 2px solid #b8b8b8;
  background:rgba(255,255,255,0.7);
}
#topics ol li{
  border-bottom: 2px solid #b8b8b8;
}
#topics ol a{
  padding: 30px 0;
  text-decoration: none;
  display: block;
}
#topics ol li:hover{
  background: #efefef;
  transition: .3s;
}
#topics .category, .topics_article .category{
  padding: 8px 20px 5px;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
  background: #dfdfdf; 
  display: inline-block;
  border-radius: 40px;
}
#topics ol a div{
  margin-top: 15px;
}
@media screen and (min-width:1200px), print {
  #topics section{
    display: flex;
  }  
  #topics ol {
    width: 800px;
    margin: 0;
  }
}
@media screen and (min-width:1600px), print {
  #topics ol {
    width: 905px;
  }
}
#topics nav {
  display: block;
  position: absolute;
  top: 4.1rem;
  right: 1.2em;
}
#topics nav a {
    padding: 7px 30px;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 50px;
    background: #fff;
}
#topics nav a:hover{
  background: #000;
  color: #fff;
  transition: .3s;
}
@media screen and (min-width:1200px), print {
  #topics nav {
    position: absolute;
    left: 3%;
    top: 230px;
  }
  #topics nav a{
  padding: 8px 40px;
  }
}
@media screen and (min-width:1460px), print {
  #topics nav {
    left: 0%;
  }
}



/*****************************/
/***       SOLUTION       ***/
/*****************************/
#top_solution{
  margin: 0 0 40px;
}
#top_solution h2{
  width: 94%;
  margin: 0 auto 15px;
}
#solution_lead{
  width: 94%;
  margin: 0 auto 30px;
  font-size: 1.4rem;
  line-height: 1.8;
}
#top_solution article > div > p {
  padding:0 0 1em;
  background: #f1f1f1;
  font-size: 1.4rem
}
#top_solution article > div > div{
  margin: 0 auto;
  padding: 4% 4% 0;
  background: #f1f1f1;
}
#top_solution article > div > div:last-of-type{
    padding: 4% 4% 3%;
}
#top_solution article > div > div > div:first-child {
  margin-bottom: 3.5%;
}
#top_solution article > div > div > div a{
  width: 100%;
  padding: 45px 0 1px;
  background: #fff;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
#top_solution article > div > div > div a:hover{
  opacity: .6;
  transition: .3s;
}
#top_solution article > div > div > div a .title{
  margin: 0 0 20px;
  color: #0397d5;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  display: block;
}
#top_solution article > div > div > div a .txt{
  padding: 0 25px;
  font-size: 1.4rem;
}
#top_solution article > div > div > div a .txt_small{
  margin: 15px 25px 15px;
  font-size: 1.3rem;
  line-height: 2;
}
#top_solution article > div > div > div a .img{
  margin: 20px auto 0;
  text-align: center;
}
#top_solution article > div > div > div a .img img{
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 330px;
}
@media screen and (min-width:768px), print {
  #top_solution{
    margin: 0 0 125px;
  }
  #solution_lead{
    margin: 0 auto 40px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  #top_solution article > div > div{
    padding: 20px 20px 20px !important;
    display: flex;
  }
  #top_solution article > div > div:last-child{
    padding: 20px 20px 20px !important;
    display: flex;
  }
  #top_solution article > div > div > div:first-child {
    margin-bottom: 0;
    padding-right: 20px;
  }
  #top_solution article > div > div > div {
    width: 50%;
    display: flex;
  }
}
@media screen and (min-width:1200px), print {
   #top_solution h2,
   #solution_lead{
    width: 100%;
    padding: 0 3%;
  }
  #top_solution{
    width: 100%; 
    margin: 0 auto 125px;
    max-width: 1460px;
  }
  #top_solution article > div{
    padding: 0;
    display: flex;
    position: relative;
  }
  #top_solution article > div > p{
    width: 100%;
    padding: 0;
    position: absolute;
    bottom: 25px;
  }  
  #top_solution article > div > div {
    width: auto;
    display: flex;
  }
  #top_solution article > div > div:first-of-type {
    padding: 50px 0 70px 50px !important;
  }
  #top_solution article > div > div:last-of-type {
    padding: 50px 50px 70px 13px !important;
  }
  #top_solution article > div > div a{
    width: 330px;
    height: 330px;
  }
  #top_solution article > div > div:first-child {
    width: auto;
  }
  #top_solution article > div > div > div:first-child {
    margin: 0;
    padding-right: 13px;
  }
}
@media screen and (min-width:1460px), print {
  #top_solution h2,
   #solution_lead{
    padding: 0;
  }
    #top_solution article > div > div a{
    width: 330px;
    height: 310px;
  }
  #top_solution article > div > div:last-child > div a .img{
    margin: 10px auto 0;
  }
}


/*****************************/
/***        COMPANY        ***/
/*****************************/
#top_company{
  width: 100%; 
  margin: 0 auto;
  background: url(../images/bk02_sp01.jpg) no-repeat top 120px left 0;
  background-size: 100%;
}
@media screen and (min-width:1200px), print {
  #top_company{
    margin: 0 auto;
    background: url(../images/bk02_pc.jpg) no-repeat top 100px left 0;
  }
  #top_company article{
    padding: 0 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:1460px), print {
  #top_company{
    width: 1460px;
  }
  #top_company article{
    width: 1460px;
    margin: 0 auto;
    padding: 0;
  }
}
#top_company h2{
  width: 94%;
  margin: 0 auto 15px;
}
@media screen and (min-width:1200px), print {
  #top_company h2{
    width: auto;
    margin: 0;
  }
}
#company_lead{
  margin: 0 0 110px;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width:1200px), print {
  #company_lead{
    margin: 0 0 30px;
    line-height: 2.2;
    font-size: 1.6rem;
  }
}
#top_company article > div > div a{
  background: #fff;
  text-decoration: none;
  border: 1px solid #ddd;
  display: block;
}
#top_company article > div > div a:hover img,
#top_company article > div > div a:hover .title{
  opacity: .6;
  transition: .3s;
}
@media screen and (min-width:1200px), print {
  #top_company article > div > div a{
    width: 310px;
    height: 180px;
  }
}

#top_company article div.img img{
  width: 100%;
}
#top_company article > div {
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width:1200px), print {
  #top_company article > div {
    margin: 0;
  }
}

#top_company article > div > div > div{
  margin: 0 0 10px;
  display: flex;
}
#top_company article > div > div > div > div:first-of-type{
  margin-right: 2%;
}
@media screen and (min-width:1200px), print {

  #top_company article > div{
    width: 650px;
  }
  #top_company article > div > div > div{
    margin: 0;
    display: flex;
  }
  #top_company article > div > div > div:first-of-type{
    margin: 0 0 12px;
  }
}

#top_company article > div .title{
  padding:5px 8px 3px;
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (min-width:1200px), print {
  #top_company article > div .title{
    height: 40px;
    padding: 0 12px;
    line-height: 40px;
    font-size: 1.6rem;
  }
}



/*****************************/
/***       top_link       ***/
/*****************************/
#top_link{
  width: 80%;
  margin: 0 auto;
  padding: 40px 0 150px 0;
  background: url(../images/bk02_sp02.jpg) no-repeat bottom 0 right 0;
  background-size: 100%;
}
#top_link a{
  width: 100%;
  height: auto;
  padding: 25px 25px 25px;
  text-decoration: none;
  display: block;
  background:url(../images/link_e-support.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
}
#top_link a:hover p{
  opacity: .6;
  transition: .3s;
}
#top_link a p{
  font-weight: 700;
}
#top_link a p.title{
  margin: 0 0 40px;
  font-size: 2.5rem;
}
#top_link a p.title:after{
  width: 18px;
  height: 18px;
  position: absolute;
  top: 30px;
  right: 30px;
  content: "";
  display: block;
  background: url(../images/icon_link.png) no-repeat 0 0;
  background-size: cover;
}
#top_link a p.txt{
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (min-width:768px), print {
  #top_link{
    margin: 170px auto 0;
    padding: 0 0 200px;
  }
  #top_link a{
    width: 500px;
    height: 305px;
    margin: 0 auto;
    padding: 70px 50px 0;
  }
  #top_link a p.title{
    margin: 0 0 70px;
    font-size: 3.3rem;
  }
  #top_link a p.txt{
    font-size: 1.3rem;
    line-height: 2;
  }
  #top_link a p.title:after{
    width: 26px;
    height: 26px;
    position: absolute;
    top: 40px;
    right: 40px;
    content: "";
    display: block;
    background: url(../images/icon_link.png) no-repeat 0 0;
    background-size: cover;
  }
}



/*****************************/
/***      TOPICS一覧      ***/
/*****************************/
.topics {  
  border-top: 2px solid #dedede;
  padding:0;
}
.topics section{
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #dedede;
}
.topics section a{
  padding: 30px 0;
  text-decoration: none;
  display: block;
  text-wrap:pretty;
}
.topics section a:hover{
  background: #efefef;
  transition: .3s;
}
.topics h2{
  margin: 0;
  font-size: 1.7rem;
  text-wrap: wrap; 
}
.topics p{
  font-size: 1.5rem;
}
.topics p:first-of-type{
  margin: 0 0 15px;
}
.topics p time{
  font-weight: 400;
}
.topics p:first-of-type label{
  margin: 0 0 0 7px;
  padding:5px 15px 4px;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  background: #dfdfdf;
  border-radius: 30px;
}
@media screen and (min-width:1200px), print {
  .topics {  
    width: 900px;
    min-height: 500px;
    margin: 0 auto;
  }
}
.topics_article h1{
  margin: 0 0 30px;
  text-align: left;
  text-wrap: pretty;
}
.topics_article .timestamp{
  margin: 0 0 40px;
}
.topics .label{
  margin: 0 0 0 7px;
  padding:5px 15px 3px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  background: #dfdfdf;
  border-radius: 30px;
}
.topics_article .timestamp time{
  font-weight: 400;
}
.topics_article .entry-content{
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (min-width:1200px), print {
  .topics_article{
      width: 900px;
      min-height: 700px;
      margin: 0 auto;
  }
  .topics_article .entry-content{
      font-size: 1.6rem;
  }
}
.topics_article .pagination{
  width: 100%;
  margin: 40px 0 0;
  padding-top: 3em;
  border-top: 1px #aaa solid;
  letter-spacing: 0.2em;
}
.pagination ul{
  display: flex;
  justify-content: space-between;
}
.pagination ul li a{
  padding: .6em 2.5em;
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;
  background: #7dbb2a;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
}
.pagination ul li a:hover{
  transition: 0.2s;
  opacity: 0.6;
}



/*****************************/
/***        COMPANY        ***/
/*****************************/
@media screen and (min-width:1200px), print {
  .company {
    width: 800px;
    margin: 0 auto;
  }
}
.company h2 {
  margin: 0 0 .5em;
  font-size: 2.0rem;
  font-weight: 700;
}
.table_gaiyo{
  margin: 0 0 40px;
  border-top: 1px solid #dedede;
  background: #fff;
}
.table_gaiyo > div > dt, .table_gaiyo > div > dd{
  padding: 5px;
  font-size: 1.5rem;
/*  border-bottom: 1px solid #dedede; */
}
.table_gaiyo dt{
  font-weight: 400;
  min-width: 8em;
}
.table_gaiyo dd{
  background: #fff;
  line-height: 1.8;
}
.table_gaiyo > div > dl{
    display: block;
 }
  .table_gaiyo > div{
    display: flex;
    border-bottom: 1px solid #dedede;
 }

@media screen and (min-width:768px), print {
  .table_gaiyo > div{
    display: flex;
  }
/*
  .table_gaiyo > div > dt, .table_gaiyo > div > dd{
    display: block;
  }
*/
  .table_gaiyo dt{
    width: 20%;
  }
  .table_gaiyo dd{
    width: 80%;
  }
}
@media screen and (min-width:1200px), print {
  .company h2 {
    font-size: 2.2rem;
  }
  .table_gaiyo > div > dt, .table_gaiyo > div > dd{
    padding:25px 20px 20px;
  }
}


.company h3 {
  margin: 0 0 20px;
  font-size: 2.0rem;
  font-weight: 700;
}
.table_cgs_group {
  margin: 0 0 100px;
  padding: 0;
}
.table_cgs_group table{
  border-collapse:collapse;
}
.table_cgs_group th{
  padding: 0 0 5px;
  font-weight: 700;
  text-align: left;
}
.table_cgs_group td{
  padding: 0 0 15px;
  line-height: 1.8;
}

/*
table_enkaku
*/
.table_enkaku{
  margin: 0 0 100px;
  border-top: 1px solid #dedede;
  background: #efefef;
}
.table_enkaku dt, .table_enkaku dd{
  padding: 5px;
  font-size: 1.5rem;
  border-bottom: 1px solid #dedede;
}
.table_enkaku dt{
  font-weight: 700;
}
.table_enkaku dd{
  background: #fff;
}
@media screen and (min-width:768px), print {
  .table_enkaku > div{
    display: flex;
  }
  .table_enkaku dt, .table_enkaku dd{
    padding: 15px 15px 10px;
    display: block;
  }
  .table_enkaku dt{
    width: 13%;
  }
  .table_enkaku > div > dd, .table_enkaku > div > div{
    width: 87%;
  }
}
@media screen and (min-width:1200px), print {
  .company h2 {
    font-size: 2.2rem;
  }
  .table_enkaku > div > dt, .table_enkaku > div > dd{
    padding:25px 20px 20px;
  }
}
.table_kyoten{
  border-collapse:collapse
}
.table_kyoten th, .table_kyoten td{
  padding: 5px;
  border: 1px solid #dedede;
  font-size: 1.3rem;
}
.table_kyoten th{
  font-weight: 700;
  background: #efefef;
}
@media screen and (min-width:1200px), print {
  .table_kyoten th, .table_kyoten td{
    padding: 15px;
    font-size: 1.6rem;
  }
}



/*****************************/
/***       定期講習会       ***/
/*****************************/
.table_workshop{
  margin: 0 0 80px;
  border-collapse:collapse;
}
.workshop h2{
  margin: 0 0 20px;
  padding: 16px 20px 12px;
  font-size: 2.0rem;
  font-weight: 700;
  background: #686868;
  line-height: 1;
  color: #fff;
  border-radius: 40px;
}
.table_workshop {
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.table_workshop th, .table_workshop td{
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
}
.table_workshop th{
  padding: .5em;
  font-weight: 700;
  background: #78ccef;
}
.table_workshop td{
  padding: 1.2em .8em;
  font-size: 1.4rem;
}
.table_workshop tr:first-of-type th:first-of-type{
  width: 37%;
  min-width: 9.8em;
}
.table_workshop td > ul{
  min-width: 9em;
}
.table_workshop td:nth-of-type(1),
.table_workshop td:nth-of-type(3){
  text-align: center;
}
@media screen and (min-width:768px), print {
  .table_workshop tr:first-of-type th:first-of-type{
    width: 40%;
  }
}
@media screen and (min-width:1200px), print {
  .table_workshop th{
    padding: .5em 1em;
  }
  .table_workshop tr:first-of-type th:nth-of-type(2){
    white-space: nowrap;
  }
  .workshop {  
    width: 900px;
    min-height: 500px;
    margin: 0 auto;
  }
}


/*****************************/
/***    個人情報保護方針    ***/
/*****************************/
.privacy-policy h2{
  margin: 0 0 1em;
  font-size: 2.3rem;
  font-weight: 700;
}
.privacy-policy h3{
  margin: 0 0 .3em;
  font-size: 2.0rem;
  font-weight: 700;
  text-wrap: wrap;
}
.privacy-policy h4{
  margin: 0 0 .2em;
  font-size: 1.8rem;
  font-weight: 700;
}

.privacy-policy > ol{
  margin: 0 0 3em 1.5em;
}
.privacy-policy > ol > li{
  margin: 0 0 1.5em;
  list-style-type: decimal !important;
}
.privacy-policy > ol > li strong{
  font-size: 1.8rem;
}
.privacy-policy p{
  line-height: 1.6;
}
@media screen and (min-width:1200px), print {
  .privacy-policy {  
    width: 900px;
    min-height: 500px;
    margin: 0 auto;
  }
}


/*****************************/
/***    クッキーポリシー    ***/
/*****************************/
.cookie-policy h2{
  margin: 0 0 20px;
  padding: 16px 20px 12px;
  font-size: 2.0rem;
  font-weight: 700;
  background: #686868;
  line-height: 1;
  color: #fff;
  border-radius: 40px;
}
@media screen and (min-width:1200px), print {
  .cookie-policy {  
    width: 900px;
    min-height: 500px;
    margin: 0 auto;
  }
}
