@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,w
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html { font-size: 62.5%;
    overflow: auto;
  }
body{
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.8;
  background: #f7f7f7;
  -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

body,a{
  letter-spacing: 0.5px;
  color:#000;
  text-decoration: none;
  line-height: 1.8;
  font-family: 'Noto Sans Japanese', sans-serif!important;
}

.txt_ctr{
  text-align: center;
}

.w1060{
  width: 1060px;
  margin-right:auto;
  margin-left:auto;
  max-width: 100%;
  box-sizing: border-box;
}
.w800{
  width: 800px;
  margin-right:auto;
  margin-left:auto;
  max-width: 100%;
  padding-right:10px;
  padding-left:10px;
  box-sizing: border-box;
}


a:hover{
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      color: #ccc;
}

a img:hover{
  opacity: .5;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

img{
  max-width: 100%;
  height: auto;
}

strong{
  font-weight: bold;
}


.en{
  font-family: 'Baloo Bhaijaan 2', cursive;
  font-weight: 300;
  letter-spacing: 0.05em;
}

p.title{
  font-weight: bold;
}

.sp{
  display: none;
}

/****************************************************************************************************************************
    サイドナビ
****************************************************************************************************************************/
.sideNavi{
  display: block;
  width: 500px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: auto;
  right:0;
  z-index: 10000;
  overflow: hidden;
  -moz-transform: translate(517px, 0);
  -webkit-transform: translate(517px, 0);
  -o-transform: translate(517px, 0);
  -ms-transform: translate(517px, 0);
  transform: translate(517px, 0);
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}

.sideNavi.on{
  -moz-transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sideNavi .sideNavi_in{
  width: 517px;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
}

.sideNavi .sideNavi_in .sideNavi_box{
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 0 0 0 15px;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title p{
  flex: 1;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor:pointer;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span{
  width: 50px;
  height: 30px;
  position: relative;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:before{
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top:0;
  left: 0;
  right:0;
  bottom:0;
  margin: auto;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn span:after{
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top:0;
  left: 0;
  right:0;
  bottom:0;
  margin: auto;
}

.sideNavi .sideNavi_in .sideNavi_box .menu{

}

.sideNavi .sideNavi_in .sideNavi_box .menu aside{
  display: block;
}



/*.sideNavi .sideNavi_in .sideNavi_box .menu li a:after{
  font-family: fontawesome;
  content: '\f101';
  font-size: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: auto;
  right: 10px;
  bottom: 0;
  margin: auto;
  color: #6bccd1;
  font-weight: normal;
}*/

.sideNavi .sideNavi_in .sideNavi_box .menu li a:hover{
  background-color: #fff;
  color: #ccc;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/*.sideNavi .sideNavi_in .sideNavi_box .menu li a:hover:after{
  color: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}*/

.sideNavi .sideNavi_in .sideNavi_box .menu li.on a{
  background-color: #004e83;
  color: #fff;
}

.sideNavi .sideNavi_in .sideNavi_box .menu li.on a:after{
  display: none;
}

.sideNavi_bg{
  display: none;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0,0.4);
  cursor:pointer;
}

.trigger{
  position: fixed;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 22px;
  cursor:pointer;
  top: 15px;
  right:15px;
  z-index: 2;
}

.trigger p{
  position: absolute;
  top: 20px;
  font-size: 0.9rem;
}

.trigger span{
    background-color: #111;
    width: 25px;
    height: 2px;
}
.trigger:before{
  display: block;
  content: '';
  width: 25px;
  height: 2px;
  background-color: #111;
  position: absolute;
  top:3px;
  left: 0;
  right:0;
  bottom:auto;
  margin: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.trigger:after{
  display: block;
  content: '';
  width: 25px;
  height: 2px;
  background-color: #111;
  position: absolute;
  top:auto;
  left: 0;
  right:0;
  bottom:3px;
  margin: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 1060px){
  .trigger{
    display:flex;
  }
}

.sideNavi .sideNavi_in .sideNavi_box .logo img{
  width: 145px;
}

.sideNavi .sideNavi_in .sideNavi_box .logo{
  padding:15px;
  box-sizing: border-box;
}
.sideNavi{
  background: #000;
  box-sizing: border-box;
}

@media screen and (max-width: 1060px){
  .sideNavi .sideNavi_in .sideNavi_box{
    padding-right: 17px;
  }
  .sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
    right: 17px;
  }
}

.sideNavi .logo{
  width: 100%;
}

.close_btn p{
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  font-weight: normal;
  letter-spacing: normal;
  width: 100%;
  display: block;
}

.sideNavi .sideNavi_in .sideNavi_box .sideNavi_title .close_btn{
  background:#3a3a3a;
  padding: 10px;
  box-sizing: border-box;
}

.sp_btn{
  display: flex;
  background: #3a3a3a;
  padding: 25px 15px;
}

.sp_btn .btn_w{
  width: 48%;
  margin-right: 4%;
}
.sp_btn .btn_b{
  width: 100%;
}
.sp_btn .btn_w a{
  display: block;
  background: #fff;
  padding:19px 0;
  color: #007fe0;

}
.sp_btn .btn_b a{
  background: #007fe0;
  padding:19px 0;
  color: #fff;

}

.sp_btn a{
  display: block;
  border-radius:5px;
  text-align: center;
}

.sideNavi .keyword .search_btn{
  width: 95px;
  color: #fff;
  height: auto;
}

.sideNavi .keyword .search_btn button{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
}

.sideNavi .keyword .search_btn button:before{
  content: "";
  display: block;
  background-image: url(../img/search.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 10px;
  margin-left: 0px; 
  fill: #fff;
}

.keyword .search_btn {
    background: #007fe0;
    width: 50px;
    height: 20px;

    border-radius: 0 5px 5px 0;
    color: #fff;
}
.keyword input[type="search"] {
    width:100%;
    flex: 1;
    border: 1px solid #efefef;
    background: #fff;
    padding: 10px;
    border-radius:6px 0 0 6px;
}

.keyword form{
  width: 100%;
}

.sideNavi .keyword{
  padding:0 15px 25px 15px;
  box-sizing: border-box;
  background: #3a3a3a;
  border-bottom: #232323 1px solid;
}

.sideNavi .keyword .flex{
  display: flex;
}

.sideNavi .keyword .search_btn{
  display: flex;
  align-items: center;
}

.sideNavi .keyword input[type="search"]{
    width: 100%;
    flex: 1;
    border: 1px solid #efefef;
    background: #fff;
    padding:0 10px;
    height: 100%;
    border-radius: 5px 0 0 5px;
}

.sideNavi .category_list p.ttl{
  background: #3a3a3a;
  color: #fff;
  padding: 5px 15px;
}

.sideNavi .category_list .content{
  background:#222;
}

.sideNavi .category_list .content ul li a{
  color: #fff;
  display: block;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 40px 0 15px;
  box-sizing: border-box;
  position: relative;
  border-bottom:solid 1px #3a3a3a;
  border-right:solid 1px #3a3a3a;
  line-height: 1.3571;
}

.sideNavi .category_list .content ul li a:after{
  content: "";
  background-image: url(../img/arrow07.svg);
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 15px;
}
.sideNavi .category_list .content ul{
  display: flex;
  flex-wrap: wrap;
}

.sideNavi .category_list .content ul li{
  width: 50%;
}

@media screen and (max-width: 520px){
  .sideNavi{
    width: 400px;
    -moz-transform: translate(417px, 0);
    -webkit-transform: translate(417px, 0);
    -o-transform: translate(417px, 0);
    -ms-transform: translate(417px, 0);
    transform: translate(417px, 0);
  }
  .sideNavi .sideNavi_in{
    width: 417px;
  }
}
@media screen and (max-width: 417px){
  .sideNavi{
    width: 350px;
    -moz-transform: translate(367px, 0);
    -webkit-transform: translate(367px, 0);
    -o-transform: translate(367px, 0);
    -ms-transform: translate(367px, 0);
    transform: translate(367px, 0);
  }
  .sideNavi .sideNavi_in{
    width: 367px;
  }
}
@media screen and (max-width: 367px){
  .sideNavi{
    width: 330px;
    -moz-transform: translate(347px, 0);
    -webkit-transform: translate(347px, 0);
    -o-transform: translate(347px, 0);
    -ms-transform: translate(347px, 0);
    transform: translate(347px, 0);
  }
  .sideNavi .sideNavi_in{
    width: 347px;
  }
}
@media screen and (max-width: 347px){
  .sideNavi{
    width: 270px;
    -moz-transform: translate(287px, 0);
    -webkit-transform: translate(287px, 0);
    -o-transform: translate(287px, 0);
    -ms-transform: translate(287px, 0);
    transform: translate(287px, 0);
  }
  .sideNavi .sideNavi_in{
    width: 287px;
  }
}




.sp_nav{

}
.sp_nav ul li{
  border-bottom: #232323;
  background: #3a3a3a;
}
.sp_nav ul li a{
  color: #fff;
  padding: 15px;
  display: block;
  position: relative;
  border-bottom:1px solid #232323;
}
.sp_nav ul li a:before{
  content: "";
  background-image: url(../img/arrow08.svg);
  background-size: cover;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
header {
  box-shadow: 0px 3px 11px 0px rgba(4,0,0,0.1);
  position: relative;
  z-index: 1;
  background: #fff;
}





header .flex{
  display: flex;
  padding: 15px 0;
}

header .logo{
  display: flex;
  align-items: flex-end;
}

header .logo img{
  display: block;
  margin-right: 20px;
  width: 162px;
}

header .powerd{
  font-size:1.2rem;
  font-weight: bold;
  line-height: 1;
}

header .powerd span{
  font-size:1.6rem;
}

header .header_right{
  display: flex;
  margin-left: auto;
  align-items: center;
}

header .header_right .btn a{
  font-size: 1.4rem;
  display: block;
  border: 2px solid #007fe0;
  border-radius:5px;
  padding:10px 0;
  width: 180px;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header_right .btn a.download{
  margin-right: 10px;
  color:#007fe0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

header .header_right .btn a.mail{
  color:#fff;
  background: #007fe0;
  line-height: 1;
}

header .header_right .btn a.download:before{
  content: url(../img/file.svg);
  display: block;
  width: 19px;
  height: 23px;
  margin-right: 10px;
}

header .header_right .btn a.mail:before{
  content: url(../img/mail.svg);
  display: block;
  width: 21px;
  height: 17px;
  margin-right: 10px;
}

nav.bread{
  background: #f7f7f7;
}

nav.bread ul{
  display: flex;
  padding: 5px 0;
  flex-wrap: wrap;
}

nav.bread ul li{
  color: #3b3b3b;
  font-size: 1.2rem;
  margin: 5px 0;
}

nav.bread ul li a{
  color: #007fe0;
  display: flex;
}

nav.bread ul li a:after{
  content: url(../img/nav_arrow.svg);
  display: block;
  width: 7px;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.wrap{
  display: flex;
  justify-content: space-between;
}

main{
  width:750px;
}



/*************************************************************************　
  トップページ　
**************************************************************************/

.top_mv{
  width: 100%;
  background-image: url(../img/top_mv.jpg);
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 50px;
}


.top_mv .mv_logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

main.top{
  width: 100%;
}

main.top ul.column_list{
  display: flex;
  margin-bottom: 20px;
}

main.top ul.column_list li{
  width: 23.5%;
  margin-right: 2%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
}

main.top ul.column_list li:last-child{
  margin-right: 0;
}

main.top ul.column_list li .img{
  height: 170px;
  background-size: cover;
  border-radius: 5px  5px 0 0;
}

main.top ul.column_list li a:hover .text{
  color: #007fe0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

main.top ul.column_list li a:hover .text .date{
  color: #000;
}

main.top ul.column_list li .text{
  padding:20px;
  box-sizing: border-box;
  line-height: 1.71428;
  font-weight: bold;
}

main.top ul.column_list li{

}

main.top ul.column_list li .date{
  margin-top: 10px;
  font-weight: normal;

}

main.top ul.column_list li .text .category span{
  font-size: 1.2rem;
  background: #efefef;
  margin-right: 3px;
  padding: 0 3px;
  border-radius: 2px;
}

main.top ul.column_list li .text .release{
  color: #919191;
  font-size: 1.0rem;
}

main.top h2{
  font-size:2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;

}
main.top h2 span{
  border-bottom: 2px solid #000;
}


main.top .category_list,aside .category_list.sp{
  background: #e0e9ef;
  padding: 30px;
  box-sizing: border-box;
}
main.top .category_list h2,aside .category_list.sp h2{
  margin-bottom: 20px;
}
main.top .category_list h2 span,aside .category_list.sp h2 span{
  border-bottom: none;
}
main.top .category_list ul,aside .category_list.sp ul{
  display: flex;
  flex-wrap: wrap;
}

main.top .category_list ul li,aside .category_list.sp ul li{
  width: 15.625%;
  margin-right: 1.25%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 110px;
  margin-bottom: 10px;
}

main.top .category_list ul li a,aside .category_list.sp ul li a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border-bottom: 3px solid #007fe0;
  box-sizing: border-box;
}

main.top .category_list ul li a:hover,aside .category_list.sp ul li a:hover{
  background: #007fe0;
  color: #fff;
}

main.top .category_list ul li a .img,aside .category_list.sp ul li a .img{
  width: 46px;
  height: 31px;
  padding: 0;
  display:block;
  margin: 0 auto 10px auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

main.top .category_list ul li a:hover .img,aside .category_list.sp ul li a:hover .img{
  width: 46px;
  height: 31px;
  background-size: contain;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

main.top .category_list ul li:nth-child(1) a .img,aside .category_list.sp ul li:nth-child(1) a .img{
  background-image: url(../img/icon01.svg);


}
main.top .category_list ul li:nth-child(1) a:hover .img,aside .category_list.sp ul li:nth-child(1) a:hover .img{
  background-image: url(../img/icon01_w.svg);
}
main.top .category_list ul li:nth-child(2) a .img,aside .category_list.sp ul li:nth-child(2) a .img{
  background-image: url(../img/icon02.svg);
}
main.top .category_list ul li:nth-child(2) a:hover .img,aside .category_list.sp ul li:nth-child(2) a:hover .img{
  background-image: url(../img/icon02_w.svg);
}
main.top .category_list ul li:nth-child(3) a .img,aside .category_list.sp ul li:nth-child(3) a .img{
  background-image: url(../img/icon03.svg);
}
main.top .category_list ul li:nth-child(3) a:hover .img,aside .category_list.sp ul li:nth-child(3) a:hover .img{
  background-image: url(../img/icon03_w.svg);
}
main.top .category_list ul li:nth-child(4) a .img,aside .category_list.sp ul li:nth-child(4) a .img{
  background-image: url(../img/icon04.svg);
}
main.top .category_list ul li:nth-child(4) a:hover .img,aside .category_list.sp ul li:nth-child(4) a:hover .img{
  background-image: url(../img/icon04_w.svg);
}
main.top .category_list ul li:nth-child(5) a .img,aside .category_list.sp ul li:nth-child(5) a .img{
  background-image: url(../img/icon05.svg);
}
main.top .category_list ul li:nth-child(5) a:hover .img,aside .category_list.sp ul li:nth-child(5) a:hover .img{
  background-image: url(../img/icon05_w.svg);
}
main.top .category_list ul li:nth-child(6) a .img,aside .category_list.sp ul li:nth-child(6) a .img{
  background-image: url(../img/icon06.svg);
}
main.top .category_list ul li:nth-child(6) a:hover .img,aside .category_list.sp ul li:nth-child(6) a:hover .img{
  background-image: url(../img/icon06_w.svg);
}
main.top .category_list ul li:nth-child(7) a .img,aside .category_list.sp ul li:nth-child(7) a .img{
  background-image: url(../img/icon07.svg);
}
main.top .category_list ul li:nth-child(7) a:hover .img,aside .category_list.sp ul li:nth-child(7) a:hover .img{
  background-image: url(../img/icon07_w.svg);
}
main.top .category_list ul li:nth-child(8) a .img,aside .category_list.sp ul li:nth-child(8) a .img{
  background-image: url(../img/icon08.svg);
}
main.top .category_list ul li:nth-child(8) a:hover .img,aside .category_list.sp ul li:nth-child(8) a:hover .img{
  background-image: url(../img/icon08_w.svg);
}
main.top .category_list ul li:nth-child(9) a .img,aside .category_list.sp ul li:nth-child(9) a .img{
  background-image: url(../img/icon09.svg);
}
main.top .category_list ul li:nth-child(9) a:hover .img,aside .category_list.sp ul li:nth-child(9) a:hover .img{
  background-image: url(../img/icon09_w.svg);
}
main.top .category_list ul li:nth-child(10) a .img,aside .category_list.sp ul li:nth-child(10) a .img{
  background-image: url(../img/icon10.svg);
}
main.top .category_list ul li:nth-child(10) a:hover .img,aside .category_list.sp ul li:nth-child(10) a:hover .img{
  background-image: url(../img/icon10_w.svg);
}
main.top .category_list ul li:nth-child(11) a .img,aside .category_list.sp ul li:nth-child(11) a .img{
  background-image: url(../img/icon11.svg);
}
main.top .category_list ul li:nth-child(11) a:hover .img,aside .category_list.sp ul li:nth-child(11) a:hover .img{
  background-image: url(../img/icon11_w.svg);
}
main.top .category_list ul li:nth-child(12) a .img,aside .category_list.sp ul li:nth-child(12) a .img{
  background-image: url(../img/icon13.svg);
}
main.top .category_list ul li:nth-child(12) a:hover .img,aside .category_list.sp ul li:nth-child(12) a:hover .img{
  background-image: url(../img/icon13_w.svg);
}
main.top .category_list ul li:nth-child(13) a .img,aside .category_list.sp ul li:nth-child(13) a .img{
  background-image: url(../img/icon12.svg);
}
main.top .category_list ul li:nth-child(13) a:hover .img,aside .category_list.sp ul li:nth-child(13) a:hover .img{
  background-image: url(../img/icon12_w.svg);
}

main.top .category_list ul li a .img img,aside .category_list.sp ul li a .img img{
  display: block;
  height: 52px;
  margin-bottom: 15px;
}

main.top .category_list ul li a .text,aside .category_list.sp ul li a .text{
  width: 100%;
  line-height: 1.2;
}




main.top .category_list ul li:nth-of-type(6),aside .category_list.sp ul li:nth-of-type(6){
  margin-right: 0;
}

main.top .category_list ul li:nth-of-type(12),aside .category_list.sp ul li:nth-of-type(12){
  margin-right: 0;
}

main.top .keyword{
  background: #fff;
  margin: 40px auto 70px auto;
  padding: 30px 0 32px 0;
}
main.top .keyword .search_btn{
  height: auto;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  color: #fff;
  width: 20%;
  border-radius: 5px;
}

main.top .keyword .search_btn button{
  border-radius: 5px;
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #007fe0;
  background: #007fe0;
  align-items: center;
  justify-content: center;
  border: 1px solid #007fe0;
}




main.top .keyword .search_btn button:hover{
  background: #fff;
  color: #007fe0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}


main.top .keyword .search_btn button:before{
  content: "";
  display: block;
  background-image: url(../img/search.svg);
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 10px;
  margin-left: -20px;
}

main.top .keyword .search_btn:hover button:before{
  background-image: url(../img/search_b.svg);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

main.top .keyword .search_btn span{
  text-align: center;
  margin-left: 20px;
}

main.top .keyword .search_btn input{
  margin-left: -20px;
}

main.top .keyword .flex{
  display: flex;
  margin: 0 auto;
  width: 650px;
}

main.top .keyword input[type="search"]{
  border-radius: 6px;
  background: #f7f7f7;
  width: 75%;
  margin-right: 20px;
}

main.top .search_keyword{
  margin: 20px auto;
  width: 650px;
}

main.top .search_keyword p.ttl{
  font-weight: bold;
  margin-bottom: 15px;
}

main.top .search_keyword ul{
  display: flex;
  flex-wrap: wrap;
}
main.top .search_keyword ul li{
  margin-right: 10px;
}
main.top .search_keyword ul li a{
  color: #007fe0;
  font-size: 1.2rem;
}

main.top .search_keyword ul li a:hover{
  border-bottom: 1px solid #007fe0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

main.top .search_keyword ul li:before{
  content: "・";
  color: #000;
  margin-right: 5px;
}

main.top .category_link h3{
  font-weight: bold;
  font-size:1.8rem;
  margin-bottom: 20px;
}

main.top .category_link .category_link_block{
  display: flex;
  margin-bottom:20px;
}
.more_link{
  margin-bottom: 75px;
  display: flex;
  justify-content: flex-end;
}
.more_link a{
  text-align: right;
  display: block;
  color: #007fe0;
  font-size: 1.6rem;
  display: flex;
  border-radius: 5px;
  padding: 5px 20px;
}

.more_link a:hover{
  background: #007fe0;
  color: #fff;
}
.more_link a:after{
  display: block;
  content: url(../img/arrow03.svg);

  width: 8px;
  margin-left: 20px;
}

.more_link a:hover:after{
  content: url(../img/arrow09.svg);
}
main.top .category_link .category_link_block li{
  width: 49%;
  margin-right: 2%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
  position: relative;
}

main.top .category_link .category_link_block li a .date{
  position: absolute;
  bottom: 20px;
  font-weight: normal;
}

main.top .category_link .category_link_block li a .date .tag{
  line-height: 1.2;
}

main.top .category_link .category_link_block li:nth-child(2n){
  margin-right: 0;
}

main.top .category_link .category_link_block li a{
  display: flex;
  padding: 20px;
  box-sizing: border-box;
}

main.top .category_link .category_link_block li a .img{
  width: 220px;
  height:148px;
  background-size: cover;
  background-position: center;
  margin-right: 20px;
}

main.top .category_link .category_link_block li a .text{
  flex: 1;
  font-weight: bold;
  font-size: 1.6rem;
}

main.top .category_link .category_link_block li a:hover .text{
  color: #007fe0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

main.top .category_link .category_link_block li a .text .date .tag span{
  color: #007fe0;
  font-size: 1.0rem;
}
main.top .category_link .category_link_block li a .text .date .tag span+span:before{
  content: " , ";
  margin-right: 5px;
}

main.top .category_link .category_link_block li a .text .date .release{
  font-size: 1.0rem;
  color: #919191;
}



#toc_container{
  margin-top: 40px;
  width: 100%!important;
  border: 1px solid #e2e2e2!important;
  padding: 20px!important;
  box-sizing: border-box;
}
#toc_container a{
  color:#707070!important;
}
#toc_container p.toc_title{
  text-align: left!important;
  font-size: 1.6rem!important;
}

#toc_container ul li:before{
  content: none;
}

#toc_container ul li{
  display: block;
}

#toc_container ul li a{
  color: #007fe0!important;
  font-size: 1.6rem;
}

#toc_container ul li a:before{
  content:" - ";
}
#toc_container ul li > ul li{
  margin-left: 10px;
}
#toc_container ul li > ul li a{
  color: #707070!important;
  font-size: 1.4rem;
}
#toc_container ul li > ul li a:before{
  content: none;
}
#toc_container ul ul{
  margin-left: 0!important;
}




/*************************************************************************　
  トップレシポンシブ
**************************************************************************/
  @media screen and (max-width: 1060px){
    main.top .column_list_wrap{
      padding:0 10px;
       overflow-x: scroll;
    }
    main.top ul.column_list{
      width: 1060px;
      margin-bottom: 30px;
    }
    main.top .category_list ul li:nth-of-type(-n+5),
    main.top .category_list ul li{
      width: 32%;
      margin-right: 2%;
      margin-bottom: 1.25%;
    }
    main.top .category_list ul li:nth-of-type(3n){
      margin-right: 0;
    }
    main.top ul.column_list li .text{
      font-size: 1.3rem;
    }
  }
  @media screen and (max-width: 750px){
    header .powerd{
      font-size:0.6rem;
      font-weight: bold;
      line-height: 1;
    }

    header .powerd span{
      font-size:0.8rem;
    }
    header .logo img{
      width: 81px;
    }
    main.top .category_list,aside .category_list.sp{
      padding: 15px;
    }
    main.top .category_list ul li,aside .category_list.sp ul li{
      height: 60px;

    }
    main.top .category_list ul li a,aside .category_list.sp ul li a{
      display: flex;
      align-items: center;
      padding: 10px 0;
      box-sizing: border-box;
      height: 100%;
    }
    main.top .category_list ul li a .img,aside .category_list.sp ul li a .img{
      width: 23px;
      height: 26px;
      padding-left: 15px;
      margin-left: 10px;
      margin-bottom: 0;
      background-size: contain;
    }
    main.top .category_list ul li a:hover .img, aside .category_list.sp ul li a:hover .img{
      width: 23px;
      height: 26px;
      padding-left: 15px;
      margin-left: 10px;
      background-size: contain;  
    }

    main.top .category_list ul li a .img img,aside .category_list.sp ul li a .img img{
      margin-bottom: 0;
      height: auto;
    }

    main.top .category_list ul li a .text,aside .category_list.sp ul li a .text{
      flex: 1;
      text-align: left;
      font-size: 1.2rem;
      line-height:1.333333;
      margin-left: 10px;
    }
    main.top .category_list ul li:nth-of-type(-n+5),
    main.top .category_list ul li,aside .category_list.sp ul li:nth-of-type(-n+5),aside .category_list.sp ul li{
      width: 49%;
      margin-right: 2%;
      margin-bottom: 10px;
    }
    main.top .category_list ul li:nth-of-type(3n),aside .category_list.sp ul li:nth-of-type(3n){
      margin-right: 2%;
    }
    main.top .category_list ul li:nth-of-type(2n),aside .category_list.sp ul li:nth-of-type(2n){
      margin-right: 0;
    }
    main.top .keyword{
      width: 100%;
      padding:15px;
      box-sizing: border-box;
    }
    main.top .keyword .flex{
      width: 100%;
    }
    main.top .keyword input[type="search"]{
      margin-right: 0;
      border-radius: 5px 0 0 5px;
      height: 100%;
    }
    main.top .keyword .search_btn{
      border-radius: 0 5px 5px 0;
      width: 30%;
    }
    main.top .keyword .search_btn button:hover{
      border-radius:0 5px 5px 0;
    }
    main.top .keyword .search_btn button{
      font-size: 1.4rem;
    }
    main.top .search_keyword{
      width: 100%;
    }
    main.top .search_keyword p.ttl{
      text-align: center;
      border-bottom: 1px solid #e2e2e2;
      padding-bottom: 15px;
    }
    main.top .search_keyword{
      border: 1px solid #e2e2e2;
      padding: 15px;
      box-sizing: border-box;
    }
    main.top .keyword{
      margin: 40px auto 50px auto;
    }
    main.top h2{
      font-size: 1.8rem;
      margin-top: 40px;
      margin-bottom: 35px;
    }
    main.top .category_link{
      padding: 0 15px;
      box-sizing: border-box;
    }
    main.top .category_link h3{
      font-size: 1.4rem;
      border-bottom: 1px solid #e2e2e2;
    }
    main.top .category_link .category_link_block{
      padding: 0 15px;
      box-sizing: border-box;
      flex-wrap: wrap;
    }
    main.top .category_link .category_link_block li{
      width: 100%;
      margin-right: 0;
    }
    main.top .category_link .category_link_block li a{
      flex-wrap: wrap;
      padding: 0;

    }
    main.top .category_link .category_link_block li a .img{
      width: 100%;
      margin-right: 0;
      border-radius: 5px 5px 0 0;
    }
    main.top .category_link .category_link_block li a .text{
      padding: 20px;
      box-sizing: border-box;
    }
    .more_link{
      padding:0 15px;
      margin-bottom: 50px;
    }
    .more_link a{
      width: 100%;
      background: #007fe0;
      color: #fff;
      font-size: 1.4rem;
      text-align: center;
      justify-content: center;
      align-items: center;
      padding: 19px 0;
      border-radius: 5px;
      position: relative;
    }
    main.top .category_link .category_link_block li+main.top .category_link .category_link_block li{
      margin-bottom:0;
    }
    main.top .category_link .category_link_block li{
      margin-bottom: 20px;
    }
    .more_link a:hover:after{
      content: "";
      background-image: url(../img/arrow08.svg);
    }
    .more_link a:after{
      content: "";
      position: absolute;
      right: 15px;
      background-image: url(../img/arrow08.svg);
      width: 15px;
      background-size: cover;
    }
    main.top .category_link .category_link_block{
      margin-bottom: 30px;
    }
    main.top .category_link .category_link_block li a .date{
      position: static;
    }
  }
  @media screen and (max-width: 340px){
    main.top .category_list ul li a .img,aside .category_list.sp ul li a .img{
      width: 20px;
      height: 30px;
      padding-left: 0px;
      margin-left: 5px;
    }

    main.top .category_list ul li a .text,aside .category_list.sp ul li a .text{
      margin-left: 5px;
    }
    main.top .category_list ul li a .text,main.top .category_list ul li a .text span,aside .category_list.sp ul li a .text,aside .category_list.sp ul li a .text span{
      font-size: 1.1rem;
    }
  }


/*************************************************************************　
  アーカイブページ
**************************************************************************/



.archive_mv{
  width: 100%;
  background-image: url(../img/archive_mv.jpg);
  height: 180px;
  background-size: cover;
  position: relative;
}


.archive_mv .mv_logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.archive h2{
  margin-top: 50px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.archive h2 span{
  border-bottom: 2px solid #000;
}

.series ul li a,
.relation ul li a,
main.archive ul li a{
  background: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.series ul li .img,
.relation ul li .img,
main.archive ul li .img{
  width: 220px;
  height:148px;
  background-size: cover;
  background-position: center;
  margin-right: 20px;
}

.series ul li a,
.relation ul li a,
main.archive ul li a{
  display: flex;
}
.series ul li a .text,
.relation ul li a .text,
main.archive ul li a .text{
  flex: 1;
}

.series ul li a:hover,.series  ul li a:hover .text .outline,
.relation ul li a:hover,.relation ul li a:hover .text .outline,
main.archive ul li a:hover .text .ttl,main.archive ul li a:hover .text .outline{
  color: #007fe0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

.series .category span,
.relation .category span,
main.archive .category span{
font-size: 1.2rem;
    background: #efefef;
    margin-right: 3px;
    padding: 0 3px;
    border-radius: 2px;
}
.series .text .date,
.relation .text .date,
main.archive .text .date{
  margin-top: 15px;
}
.series .text .date .tag span,
.relation .text .date .tag span,
main.archive .text .date .tag span{
  color: #007fe0;
  font-size: 1.0rem;
}
.series .text .ttl,
.relation .text .ttl,
main.archive .text .ttl{
  margin-bottom: 10px;
  border-bottom: none;
  font-size: 1.4rem;
  font-weight: normal;
}

.series .date .tag span+span:before,
.relation .date .tag span+span:before,
main.archive .date .tag span+span:before{
  content: " , ";
  margin-right: 5px;
}
.series .date .release,
.relation .date .release,
main.archive .date .release{
  color: #919191;
  font-size: 1.0rem;
}
.series .outline,
.relation .outline,
main.archive .outline{
  font-size: 1.0rem;
  line-height: 1.8;
}



  @media screen and (max-width: 750px){
    main.archive{
      padding-right:30px;
      padding-left: 30px;
      box-sizing: border-box;
    }
    main.top .category_link .category_link_block{
      padding: 0 15px;
      box-sizing: border-box;
      flex-wrap: wrap;
    }
    .archive h2{
      margin-top: 30px;
      font-size: 1.8rem;
      margin-bottom: 25px;
    }

  .series ul li,.relation ul li,
   main.archive ul li{
      width: 100%;
      margin-right: 0;

    }
    .series ul li a,.relation ul li a,
    main.archive ul li a{
      flex-wrap: wrap;
      padding: 0;

    }
    .series ul li a .img,.relation ul li a .img,
    main.archive ul li a .img{
      width: 100%;
      margin-right: 0;
      border-radius: 5px 5px 0 0 ;
    }
    .series ul li a .text,.relation ul li a .text,
    main.archive ul li a .text{
      padding: 20px;
      box-sizing: border-box;
    }

  }







.column {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}

.column .date{
  font-size: 1.2rem;
}

.column .date .update:before{
  content: "|";
  margin: 0 20px;
}

.column h1{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}

.column p a{
  color:#3366ff;
  text-decoration: underline;
}

.column .conts_body p+p{
  margin-top: 30px;
}

.classification{
  margin: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.classification .category{

}

.classification .category span a{
  background: #efefef;
  color: #3b3b3b;
  font-size: 1.4rem;
  padding: 9px 20px;
  line-height: 1;
  border-radius: 2px;
  margin-right: 5px;
}

.classification .tag{
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  padding:10px 0;
}

.classification .tag:before{
  content: url(../img/tag.svg);
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-left: 10px;
}
.classification .tag span a{
  color: #007fe0;
}

.column .mv{
   margin-top: 30px;

}

.column .mv img{
   width: 100%;
}

.column .mv_text{
  line-height: 2;
  margin-top: 30px;
}

.layout01{
  margin-top: 30px;
  margin-bottom: 30px;
}

.layout01 img{
  width: 100%;
  display: block;
}

.layout02{
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cta01{
  margin-top: 40px;
  margin-bottom: 40px;
  background: #eef3f7;
  padding: 30px 50px;
}

.cta01 .subttl{
  text-align: center;
  font-size: 1.6rem;
}

.cta01 .ttl{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.cta01 .flex{
  display: flex;
  justify-content: space-between;
}
.cta01 .flex .btn{
  width: 280px;
  text-align: center;
}
.cta01 .flex .btn a{
  font-size: 1.4rem;
  width: 100%;
  display: block;
  padding: 23px 0;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  margin-top: 20px;
  position: relative;
}

.cta01 .flex .btn a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../img/arrow02.svg);
  background-size: 100%;
  display: block;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}

.cta01 .flex .btn a.detail{
  background: #8c9fae;
  margin-right: 30px;
  border: 1px solid #8c9fae;
}
.cta01 .flex .btn a.consul{
  background: #007fe0;
  border: 1px solid #007fe0;
}

.cta01 .flex .btn a.detail:hover{
  color: #8c9fae;  
  background: #fff;
}

.cta01 .flex .btn a.consul:hover{
  color: #007fe0;  
  background: #fff;
}

.cta01 .flex .btn a.detail:hover:after{
  background-image: url(../img/arrow10.svg);
}

.cta01 .flex .btn a.consul:hover:after{
    background-image: url(../img/arrow04.svg);
}


.toc{
  background: #f7f7f7;
  border: 1px solid #e2e2e2;
  margin-top: 60px;
  padding: 30px;
  box-sizing: border-box;
}

.toc p.ttl{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}

.toc p.h3+p.h2{
   margin-top: 20px;
}
.toc p.h2{
  margin-bottom: 15px;
  text-indent: -2em;
  padding-left: 2em;
}

.toc p.h2 a{
  font-size: 1.4rem;
  color: #007fe0;
}

.toc p.h2 a:before{
  content: '-　';
  color: #929292;
}

.toc p.h3{
  line-height: 1;
}

.toc p.h3 a{
  font-size: 1.2rem;
  color: #707070;
  margin-left: 40px;
}

.layout03{
  margin-top: 40px;
}

.column {
  font-size: 1.6rem;
}

.column h2{
  font-size: 2.0rem;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding-bottom: 9px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.column h3{
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 38px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.layout03 p{
  line-height: 2;
}

.cta02{
  margin-top: 40px;
  margin-bottom: 40px;
}

.cta02 .btn {
  display: flex;
  justify-content: center;
}

.cta02 .btn a{
  font-size: 1.4rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  background: #007fe0;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  border-radius: 5px;
  line-height: 1.714;
}

.cta02 .btn+.btn{
  margin-top: 30px;
}

.cta02 .btn a.v1:after{
  position: absolute;
  right: 20px;
  content: url(../img/arrow02.svg);
  height:18px;
  width: 18px;
}

.cta02 .btn a.v2:before{
  position: absolute;
  left: 30px;
  content: url(../img/download.svg);
  height:21px;
  width: 26px;
}

.layout04{
  margin-top: 60px;
}

.layout04 .flex{
  display: flex;
  margin-bottom: 40px;
}

.layout04 .flex.re{
  flex-direction: row-reverse;
}

.layout04 .flex .img{
  margin-right: 30px;
  width: 50%;
}

.layout04 .flex.re .img{
  margin-right: 0;
  width: 50%;
}

.layout04 .flex.re .text{
  margin-right: 30px;
}

.layout04 .flex .text{
  flex: 1;
}

.column h4{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}


.quote{
  background: #f7f7f7;
  padding: 50px 30px 40px 30px;
  box-sizing: border-box;
  background-image: url(../img/quote.png);
  background-repeat: no-repeat;
  background-position:top 30px left 23px;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 30px;
}

.quote .source{
  text-align: right;
}
.quote .source:before{
  content: "-";
  margin-right: 2px;
}
.list01{
  margin-top: 30px;
  margin-bottom: 30px;
}
.column ol{
    counter-reset: li;
    list-style: none;
}

.column ol li{
    margin-bottom: 3px;
    display: flex;
}

.column ol li:before {
    counter-increment: li;
    content: counter(li,decimal-leading-zero);
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 8px;
}
.list02{
  margin-top: 30px;
  margin-bottom: 30px;
}

.column ul li{
  display: flex;
}

.column ul li:before{
  content:"●";
  color: #007fe0;
  width:10px;
  margin-right: 20px;
}

.table{
  margin-top: 40px;
  margin-bottom: 40px;
}

.table dl{
  display: flex;
  flex-wrap: wrap;
}

.table dl dt,.table dl dd{
  width: 33.33%;
  padding:20px;
  box-sizing: border-box;
}

.table dl dt{
  background: #e0e9ef;
  border-bottom: 1px solid #a8c3d5;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.table dl dt:last-of-type{
  border-bottom: none;
}

.table dl dd{
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.table dl dd:nth-of-type(1),.table dl dd:nth-of-type(2){
  border-top: 1px solid #e2e2e2;
}

.list03{
  background: #eef3f7;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 30px;
  margin-bottom: 30px;
}

.list03 .ttl{
  font-size: 1.6rem;
  font-weight: bold;
  color: #007fe0;
  margin-bottom: 10px;
}

.list03 ul li{
  display: flex;
  margin-bottom: 3px;
}

.list03 ul li:before{
  content:"●";
  color: #007fe0;
  width:10px;
  height: 10px;
  margin-right: 20px;
}

.foot_main_list_under_text{
  font-size: 1.2rem;
  margin-bottom: 20px;
  margin-top: 10px;
}

.foot_bana_up_textarea{
  margin-top: 20px;
  margin-bottom: 20px;
}

.normal_txt{
  margin-top: 30px;
  margin-bottom: 30px;
}


.cta03{
  margin-top: 40px;
  background: #fff;
  padding: 30px 50px;
  border: 1px solid #e2e2e2;
}

.cta03 .subttl{
  text-align: center;
  font-size: 1.6rem;
}

.cta03 .ttl{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}
.cta03 .flex{
  display: flex;
  justify-content: space-between;
}
.cta03 .flex .btn{
  width: 280px;
  text-align: center;
}
.cta03 .flex .btn a{
  font-size: 1.4rem;
  width: 100%;
  display: block;
  padding: 23px 0;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  margin-top: 20px;
  position: relative;
}


.cta03 .flex .btn a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../img/arrow02.svg);
  background-size: 100%;
  display: block;
  width: 18px;
  height: 18px;
}

.cta03 .flex .btn a:hover:after{
  background-image: url(../img/arrow04.svg);
}

.cta03 .flex .btn a.detail{
  background: #8c9fae;
  border: 1px solid #8c9fae;
  box-sizing: border-box;
  margin-right: 30px;
}

.cta03 .flex .btn a.detail:hover{
  background: #fff;
  color: #8c9fae;
}

.cta03 .flex .btn a.detail:hover:after{
  background-image: url(../img/arrow10.svg); 
}

.cta03 .flex .btn a.consul{
  background: #007fe0;
  border: 1px solid #007fe0;
  box-sizing: border-box;  
}
.cta03 .flex .btn a.consul:hover{
  color: #007fe0;
  background: #fff;
}


.cta03 .tel{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 3.6rem;
  font-weight: bold;
  margin-top: 36px;
  line-height: 1;
}

.cta03 .tel:before{
  content: "";
  background-image: url(../img/tel.svg);
  width: 41px;
  height: 41px;
  margin-right:20px;
}

.cta03 .tel span{
  font-size: 1.2rem;
  line-height: 1;
  padding-bottom: 5px;
  margin-left: 10px;
  font-weight: normal;
}

.profile{
  margin-top: 40px;
  border: 1px solid #e2e2e2;
  padding:15px 30px 30px 30px;
}

.profile .flex{
  display: flex;
  margin-top: 10px;
}

.profile .flex .photo{
  width: 165px;
}
.profile .flex .photo img{
  width: 100%;
}

.profile .flex .text .name{
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 0;
}

.profile .flex .text p{
  margin-top: 10px;
}

.profile .flex .text{
  flex: 1;
  margin-right: 30px;
}


.profile .ribbon{
  display: block;
  position: relative;
  left: -30px;
  top: 0;
  padding: 10px 0;
  width: 220px;
}
.profile .ttl{
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding:0 30px;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #007fe0;
  border-radius: 0 5px 5px 0;
}
.profile .ttl:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #005495;
}

.sns_pc{
  width: 100%;
  margin-top: 30px;
  box-sizing: border-box;
}

.sns_pc ul{
  display: flex;
  justify-content: space-between;
}

.sns_pc ul li{
  list-style: none;  
  width: 32%;
}

.sns_pc ul li:before{
  content: none;
}


.sns_pc ul li a{
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.sns_pc ul li.facebook a{
  width: 100%;
  display: flex;
  background: #1877f2;
}
.sns_pc ul li.twitter a{
  width: 100%;
  display: flex;
  background: #38acf5;
}
.sns_pc ul li.hatebu a{
  width: 100%;
  display: flex;
  background: #1589cc;
  align-items: center;
}

.sns_pc ul li.facebook a:hover{
  opacity: .5;
}
.sns_pc ul li.twitter a:hover{
  opacity: .5;
}
.sns_pc ul li.hatebu a:hover{
  opacity: .5;
}

.sns_pc ul li a:before{
  margin-right: 10px;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}
.sns_pc ul li.facebook a:before{
  content: "";
  background-image: url(../img/facebook.png);
}

.sns_pc ul li.twitter a:before{
  content: "";
  background-image: url(../img/twitter.png);
}
.sns_pc ul li.hatebu a:before{
  content: "";
  background-image: url(../img/hatena.png);
}

.sns_sp{
  display: none;
}



.tweetButton{
  margin-right: 10px;
}

.series{
  margin-top: 50px;
  border-radius: 10px;
  padding: 30px;
}

.series .ttl{
  font-size: 2.4rem;
  font-weight: bold;
}

.series .series_name{
  background: #007fe0;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.series .colm a{
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
}

.series .colm:nth-of-type(3){
  border-bottom: none;
}

.series .colm .text{
  flex: 1;
}

.series .colm .text .date{
  font-size: 1.0rem;
}
.series .colm .img{
  margin-right: 20px;
  width:100px;
}

.series .btn{
  text-align: center;
}

.series .btn a{
  width: 320px;
  margin: 0 auto;
  display: block;
  background: #007fe0;
  border: 1px solid #007fe0;
  box-sizing: border-box;
  color: #fff;
  padding: 20px 0;
  border-radius: 5px;
  margin-top: 30px;
  position: relative;
}

.series .btn a:hover{
  background: #fff;
  color: #007fe0;  
}

.series .btn a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../img/arrow02.svg);
  display: block;
  background-size: 100%;
  width: 18px;
  height: 18px;
}
.series .btn a:hover:after{
  background-image: url(../img/arrow04.svg);
}


.relation{
  margin-top: 50px;
  border-radius: 10px;
  padding: 30px;
}

.relation .ttl{
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: bold;
}


.relation .colm a{
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
}

.relation .colm:nth-of-type(3){
  border-bottom: none;
}

.relation .colm .text{
  flex: 1;
}

.relation .colm .text .category{
  background: #efefef;
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 2px;
  padding: 5px 10px;
  line-height: 1;
  margin-top: 10px;
}

.relation .colm .text .tag{
  font-size: 1.0rem;
  margin-top: 10px;
}

.relation .colm .text .date{
  font-size: 1.0rem;
  display: block;
}
.relation .colm .img{
  margin-right: 20px;
  width: 150px;
}

.relation .colm_title{
  margin-top: 20px;

}



input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

aside{
  width:280px;
}

aside p.ttl{
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-top: 30px;
}

aside .popular p.ttl{
  margin-top: 0;
}


header .keyword .flex{
  display: flex;
  padding: 0;
}


header .keyword input[type="search"]{
  width: 240px;
  background: #f7f7f7;
  border: none;
  border-radius:5px;
  margin-right: 10px;
  padding: 0 20px;
  box-sizing: border-box;
}

header .keyword input[type="search"]::placeholder{
  color: #929292;
  font-size: 1.2rem;
}

header .keyword .search_btn{
  border-radius:5px;
  width: 60px;
  box-sizing: border-box;
  height: 40px;
  padding: 0;
  justify-content: center;
}
header .keyword .search_btn button{
  width: 100%;
  height: 100%;
  background-image: url(../img/search.svg);
  background-size: 33%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius:5px;
  border: 1px solid #007fe0;

}

header .keyword .search_btn button:hover{
    background: #fff;
    color: #007fe0;
  background-image: url(../img/search_b.svg);
    background-size: 33%;
  background-position: center;
  background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}



aside .content{
  background: #fff;
  padding: 30px 15px;
}

aside .popular ol{

}

aside .popular ol{
    counter-reset: li;
    list-style: none;
}

aside .popular ol li{
  margin-bottom:30px;
}

aside .popular ol li .img{
  width: 100%;
  height: 168px;
  background-size: cover;
}

aside .popular ol li a .text{
  margin-top: 10px;
  display: flex;
}
aside .popular ol li a .text:before{
    counter-increment: li;
    content: counter(li,decimal);
    font-size: 2.4rem;
    margin-right: 18px;
}


aside .popular ol li .ranking_cate{
  width:85%;
  margin-left: 15%;
  margin-top: 10px;
}

aside .popular ol li .category{
    background: #efefef;
    display: inline-block;
    font-size: 1.2rem;
    border-radius: 2px;
    padding: 5px 10px;
    line-height: 1;
    margin-right: 5px;
}

aside .popular ol li .date{
    font-size: 1.0rem;
    display: block;
    text-align: right;
    margin-top: 5px;
}

aside .popular ol li:last-of-type{
  margin-bottom: 0;
}

aside .category_list .content{
  padding:0;
}

aside .category_list .content ul li a{
  padding: 0 30px 5px 30px;
  margin-bottom: 5px;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

aside .category_list .content ul li:first-of-type a{
  padding-top: 6px;
}

aside .category_list .content ul li a:after{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: url(../img/arrow03.svg);
  display: block;
  width: 8px;
}

aside .tag_list{

}

aside .tag_list ul li{
  display: inline-block;

}

aside .tag_list ul li a{
  color: #007fe0;
  font-size: 1.2rem;
}

aside .tag_list ul li a:before{
  content: "・";
}




.cta04{
  margin-top: 30px;
  background: #fff;
  padding: 30px 15px;
  border-radius: 10px;
}

.cta04 .subttl{
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7142;
}

.cta04 .ttl{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  border-bottom: none;
  line-height: 1.555;
}
.cta04 .flex{

}
.cta04 .flex .btn{
  width: 250px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.cta04 .flex .btn a{
  font-size: 1.6rem;
  width: 100%;
  display: block;
  padding: 23px 0;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  margin-top: 15px;
  position: relative;
}

.cta04 .flex .btn a span{
    display: block;
    font-size: 1.2rem;
    margin-top: 8px;
}

.cta04 .flex .btn a.detail{
  background: #8c9fae;
  border: 1px solid #8c9fae;
  margin-right: 30px;
  box-sizing: border-box;
}

.cta04 .flex .btn a.detail:hover{
  background: #fff;
  color: #8c9fae;
}
.cta04 .flex .btn a.consul{
  background: #007fe0;
  padding: 12px 0;
  border: 1px solid #007fe0;
}
.cta04 .flex .btn a.consul:hover{
  background: #fff;
  color: #007fe0;
}

.cta04 .tel{
  border:1px solid #e2e2e2;
  box-sizing: border-box;
  padding: 14px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 15px;
  flex-wrap: wrap;
  letter-spacing: -0.02em;
  line-height: 1;
}

.cta04 .tel:before{
  content: "";
  background-image: url(../img/tel.svg);
  width: 26px;
  height: 26px;
  margin-right:5px;
  background-size: cover;
}

.cta04 .tel span{
  font-size: 1.2rem;
  margin-top: 5px;
  padding-bottom: 5px;
  text-align: right;
  font-weight: normal;
  margin-left: auto;
}
.wp-block-table{
}
figure.wp-block-table {
  margin-top: 30px;
  margin-bottom: 30px; 
}

.wp-block-table table{

  border: 1px solid #e2e2e2;
  min-width: 100%;
  table-layout: fixed;
  overflow-x: scroll!important;
}

.wp-block-table table tr td{
  display: table-cell;
  padding: 20px;
  border: 1px solid #e2e2e2;
  width: 290px;
}

.tag_search{
  background: #fff;
  border-radius: 10px;
  margin-top: 40px;
  padding: 30px;
}

.tag_search .ttl{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.tag_search ul{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.tag_search ul li a{
  background:#efefef;
  margin:0 10px 10px 0;
  display: block;
  padding: 2px 10px;
  border-radius: 2px;
}

.tag_search ul li a:hover{
  background: #007fe0;
  color: #fff;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

.mailmagazine{
  margin-top: 80px;
  text-align: center;
}

.mailmagazine .subttl{
  font-size: 1.6rem;
  color: #929292;
}

.mailmagazine .ttl{
  font-size: 2.4rem;
  font-weight: bold;
  margin: 20px 0 30px 0;
}

.mailmagazine .btn{
  text-align: center;
}

.mailmagazine .btn a{
  width: 320px;
  margin: 0 auto;
  display: block;
  background: #007fe0;
  color: #fff;
  padding: 20px 0;
  border-radius: 5px;
  margin-top: 40px;
  position: relative;
  border: 1px solid #007fe0;
}

.mailmagazine .btn a:hover{
  background: #fff;
  color: #007fe0;
}

.mailmagazine .btn a:after{
  content: "";
   position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../img/arrow02.svg);
  background-size: cover;
  display: block;
  width: 18px;
  height: 18px;
}

.mailmagazine .btn a:hover:after{
  content: "";
  background-image: url(../img/arrow04.svg);
}

.service{
  background: url(../img/footer_bk.jpg);
  background-size: cover;
  margin-top: 80px;
  text-align: center;
  padding: 50px 0;
  color: #fff;
}

.service .subttl{
  font-size: 1.6rem;
}

.service .ttl{
  font-size: 2.4rem;
  font-weight: bold;
  margin: 20px 0 30px 0;
}

.service .btn{
  text-align: center;
}

.service .flex{
  display: flex;
  justify-content: center;
}
.service .flex .btn{
  width: 280px;
  text-align: center;
}
.service .flex .btn a{
  width: 100%;
  display: block;
  padding: 23px 0;
  color: #000;
  background: #fff;
  border-radius: 5px;
  line-height: 1;
  margin-top: 20px;
  position: relative;
  border: 1px solid #fff;
}

.service .flex .btn a:hover{
  color: #fff;
  background: #007fe0;
}
.service .flex .btn a:hover:after{
  content: "";
  background-image: url(../img/arrow02.svg);
  background-size: 100%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
.service .flex .btn a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(../img/arrow04.svg);
  background-size: 100%;
  display: block;
  width: 18px;
  height: 18px;
}

.service .flex .btn + .btn{
  margin-left: 30px;
}

br.sp{
  display: none;
}



  @media screen and (max-width: 1060px){
    header{

    }
    nav.bread{
      padding-right: 15px;
      padding-left: 15px;
    }
    .flex.w1060{
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
    }
    aside{
      width: 26%;
    }
    .column{
      padding-right: 15px;
      padding-left: 15px;
    }
    main{
      width: 70%;
      margin-right: 4%;
    }
    aside .keyword input[type="search"]{
      width: 100%;
    }
    .column .date{
      font-size: 1.4rem;
    }
    .column h1{
      margin-top: 25px;
      font-size: 1.8rem;
    }
    .classification{
      margin: 15px 0;
    }
    .layout01{
      margin-top: 10px;
    }
    .layout02 p{
      font-size: 1.5rem;
    }
    .layout02{
      margin-top: 15px;
    }
    .layout03 h2{
      margin-bottom: 10px;
    }
    .normal_txt{
      font-size: 1.5rem;
      margin-top: 10px;
      line-height: 1.7333;
    }
    .cta01{
      padding:40px 20px;
      margin-top: 35px;
    }
    .cta01 .flex{
      flex-wrap: wrap;
    }
    .cta01 .flex .btn{
      width: 100%;
    }
    .toc{
      margin-top: 35px;
    }
    .toc p.ttl{
      text-align: center;
      border-bottom:1px solid  #e2e2e2;
      padding-bottom: 15px;
    }
    .toc p.h2{
      margin-top: 10px;
    }
    .toc p.h3+p.h2{
      margin-top: 10px;
    }
    .toc p.h3 a{
      margin-left: 0;
      font-size: 1.3rem;
    }
    .toc p.h3{
       margin-left: 1.6em;
    }
    .layout03{
      margin-top: 35px;
    }
    .layout03 h2{
      font-size: 1.6rem;
    }
    .layout03 h3{
      margin-top: 36px;
    }
    .layout03 p{
      font-size: 1.5rem;
    }
    .cta02{
      margin-top: 35px;
    }
    .cta02 .btn+.btn{
      margin-top: 15px;
    }
    .layout04 .flex{
      flex-wrap:wrap ;
    }
    .layout04 .flex .img{
      width: 100%;
      margin-right: 0;
    }
    .layout04 .flex .img img{
      width: 100%;
    }
    .layout04 .flex .text{
      width: 100%;
    }
    .layout04 .flex .text h4{
      margin: 15px 0;
    }
    .layout04 .flex{
      margin-bottom: 35px;
    }

    .layout04 .flex.re{
      flex-wrap:wrap;
    }

    .layout04 .flex.re .img{
      margin-right: 0;
      width: 100%;
    }

    .layout04 .flex.re .text{
      width: 100%;
      margin-right: 0;
    }


    .quote{
      font-size: 1.5rem;
      line-height: 1.7333;
    }
    .list01 ol li{
      font-size: 1.5rem;
    }
    .list01 ol li:before{
      font-size: 1.6rem;
      margin-right: 8px;
    }
    .list02 ul li:before{
      font-size: 2.0rem;
      align-items: center;
    }
    .list02 ul li{
      font-size: 1.5rem;
      line-height: 1.7333;
      align-items: center;
    }
    .list02 ul li:first-of-type{
      margin-top: 0;
    }

    .table{
      margin-top: 35px;
    }
    .table dl dt,.table dl dd{
      width: 100%;
      padding:8px;
      box-sizing: border-box;
      border-left: 1px solid #e2e2e2;
      font-size: 1.5rem;
      line-height: 1.7333;
    }
    .table dl dt{
      border-bottom: none;
    }
    .table dl dd:nth-of-type(1), .table dl dd:nth-of-type(2){
      border-bottom: 1px solid #e2e2e2;
      border-right: 1px solid #e2e2e2;
      border-top: none;
    }
    .list03{
      margin-top: 35px;
    }
    .list03 .ttl{
      text-align: center;
      font-size: 1.6rem;
    }
    .list03 ul li{
      font-size: 1.5rem;
      line-height: 1.7333;
    }
    .list03+.normal_txt{
      margin-top: 35px;
    }
    .cta02 .btn a.v1{
      padding: 20px 50px 20px 20px;
      box-sizing: border-box;
    }
    .cta02 .btn a.v2{
      padding: 20px 20px 20px 70px;
      box-sizing: border-box;
    }

    .cta02 .btn a > br{
      display: none;
    }
    .cta03 .subttl{
      font-size: 1.3rem;
    }
    .cta03 .ttl{
      font-size: 1.8rem;
    }
    .cta03{
      padding: 35px 15px;
    }
    .cta03 .flex{
      flex-wrap: wrap;
      align-items: center;
    }
    .cta03 .tel{
      font-size: 2.5rem;
      margin-top: 25px;
      align-items: center;
      flex-wrap: wrap;
    }
    .cta03 .tel span{
      display: block;
      margin-top: 10px;
    }
    .cta03 .flex .btn{
      width: 100%;
    }
    .cta03 .flex .btn a{
      margin-top: 15px;
      padding: 20px 50px 20px 20px;
      box-sizing: border-box;
      line-height: 1.5;
    }
    .cta01 .flex .btn a{
      margin-top: 15px;
      padding: 20px 50px 20px 20px;
      box-sizing: border-box;
      line-height: 1.5;
    }

    .profile .flex{
      flex-wrap: wrap;
      flex-direction: column-reverse;
    }
    .profile .flex .photo{
      width: 50%;
      margin: 0 auto;
    }
    .profile .flex .text .name{
      text-align: center;
    }
    .profile .flex .text{
      width: 100%;
      margin-right: 0;
    }

    .series{
      margin-top: 25px;
    }
    .series .ttl{
      font-size: 1.6rem;
    }
    .series .series_name{
      font-size: 1.2rem;
      margin-top: 15px;
    }
    .series .colm a{
      padding: 15px 0;
    }
    .series{
      position: relative;
    }
    .series .btn{
      position: absolute;
      top: 15px;
      right: 40px;
    }

    .series .btn a{
      padding: 0;
      background: none;
      color:#007fe0;
      width: auto;
      right: 20px;
    }
    .series .btn a:after{
      content: "";
      background: url(../img/arrow03.svg);
      width:8px;
      height: 12px;
      right: -20px;
    }

    .series .colm .img{
      width: 75px;
    }
    .series .colm:nth-of-type(3) a{
      border-bottom: none;
    }
    .series .colm .text .date{
      font-size: 1.2rem;
    }
    .series .colm .colm_title{
      font-size: 1.3rem;
    }
    .relation .colm:nth-of-type(3) a{
      border-bottom: none;
    }
    .relation .ttl{
      font-size: 1.8rem;
    }
    .relation .colm .img{
      width: 75px;
    }
    .relation .colm a{
      padding:15px 0;
    }
    .relation .colm .text{
      position: relative;
    }
    .relation .colm .text .date{
      position: absolute;
      right: 0;
      font-size: 1.2rem;
    }
    .relation .colm .text .category{
      margin-top: 0;
    }
    .relation .colm_title{
      margin-top: 10px;
      font-size: 1.3rem;
      line-height: 1.7692;
    }
  }

  @media screen and (max-width: 1060px){
    .column{
      padding: 15px 30px 30px 30px;
    }

    .cta04{
      display: none;
    }
    .cta01 .ttl{
      font-size: 1.8rem;
    }
    .cta01 .subttl{
      font-size: 1.3rem;
    }
    .cta01 .flex .btn a.detail{
      font-size: 1.4rem;
    }
    .pc{
      display: none;
    }
     .sp{
      display: block;
    }
    br.sp{
      display: inline;
    }
    .wrap{
      display: block;
    }
    aside{
      margin-top:15px;
      width: 100%;
    }
    main{
      width: 100%;
      margin-right: 0;
    }
    header .header_right{
      display: none;
    }
    aside .keyword p.ttl{
      text-align: center;
      border-bottom: none;
      font-size: 1.8rem;
    }
    aside .keyword{
      background: #fff;
      padding: 25px 15px;
    }
    aside .keyword input[type="search"]{
      background: #f7f7f7;
    }
    aside p.ttl{
      margin-top:0;
    }
    aside .popular{
      margin-top: 15px;
      background: #fff;
      padding: 25px 15px;
    }
    aside .popular ol li a{
      font-size: 1.3rem;

    }
    aside .popular ol li{
      border-bottom: 1px solid #e2e2e2;
      padding-bottom: 15px;
      margin-bottom: 15px;
    }
    aside .popular ol li .flex{
      margin-top: 10px;
    }
    aside .popular ol li .date{
      font-size: 1.2rem;
    }
    aside .popular ol li .ranking_cate{
      margin-left: 30px;
    }
    aside .category_list{
       margin-top: 15px;
      background: #e0e9ef;
      padding: 25px 15px;
    }
    aside .category_list .content{
      background: none;
    }
    aside .category_list p.ttl{
      text-align: center;
      font-size: 1.8rem;
      border-bottom: none;
      margin-bottom: 15px;
    }
    aside .category_list .content ul li a:after{
      content: none;
    }
    aside .category_list .content ul{
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
    }
    aside .category_list .content ul li{
      width: 48%;
      background: #fff;
      border-bottom:solid 2px #007fe0;
      margin-bottom: 4%;
      height:60px;
      display: flex;
      align-items: center;
    }
    aside .category_list .content ul li:nth-child(odd){
      margin-right: 4%;

    }
    aside .category_list .content ul li a{
      border-bottom: none;
      margin-bottom: 0;
      font-size: 1.2rem;
      line-height: 1.333;
      display: flex;
      align-items: center;
      padding:16px 15px;
    }
    aside .category_list .content ul li:first-of-type a{
      padding:16px 15px;
    }

    aside .category_list .content ul li a:before{
      content: "";
      display: block;
      background-size: contain;
      margin-right: 15px;
    }

    aside .category_list .content ul li:nth-child(1) a:before{
      content: "";
      background-image: url(../img/icon01.svg);
      width:20px;
      height: 25px;
    }
    aside .category_list .content ul li:nth-child(2) a:before{
      content: "";
      background-image: url(../img/icon02.svg);
      width:23px;
      height:15px;
    }
    aside .category_list .content ul li:nth-child(3) a:before{
      content: "";
      background-image: url(../img/icon03.svg);
      width:20px;
      height: 15px;
    }
    aside .category_list .content ul li:nth-child(4) a:before{
      content: "";
      background-image: url(../img/icon04.svg);
      width:19px;
      height: 15px;
    }
    aside .category_list .content ul li:nth-child(5) a:before{
      content: "";
      background-image: url(../img/icon05.svg);
      width:19px;
      height: 24px;
    }
    aside .category_list .content ul li:nth-child(6) a:before{
      content: "";
      background-image: url(../img/icon06.svg);
      width:20px;
      height: 26px;
    }
    aside .category_list .content ul li:nth-child(7) a:before{
      content: "";
      background-image: url(../img/icon07.svg);
      width:20px;
      height: 26px;
    }
    aside .category_list .content ul li:nth-child(8) a:before{
      content: "";
      background-image: url(../img/icon08.svg);
      width:20px;
      height: 17px;
    }
    aside .category_list .content ul li:nth-child(9) a:before{
      content: "";
      background-image: url(../img/icon09.svg);
      width:20px;
      height: 23px;
    }
    aside .category_list .content ul li:nth-child(10) a:before{
      content: "";
      background-image: url(../img/icon10.svg);
      width:20px;
      height: 26px;
    }
    aside .category_list .content ul li:nth-child(11) a:before{
      content: "";
      background-image: url(../img/icon11.svg);
      width:20px;
      height: 20px;
    }
    aside .tag_list{
      display: none;
      background: #fff;
      margin-top: 15px;
      padding: 25px 15px;
    }
    aside .tag_list p.ttl{
      text-align: center;
      font-size: 1.8rem;
      border-bottom: none;
    }
    aside .tag_list ul{
      margin-top: 15px;
    }
    aside .tag_list ul li{
      margin-right: 10px;
      margin-bottom: 10px;
    }
    aside .tag_list ul li a{
      color: #3b3b3b;
      font-size: 1.4rem;
      background: #efefef;
      padding:3px 10px;
      border-radius: 2px;
    }
    aside .tag_list ul li a:before{
      content: none;
    }

    aside  .tag_list .content{
      padding: 0;
    }


    .mailmagazine{
      padding:35px 30px;
      margin-top: 0;
    }
    .mailmagazine .btn a{
      width: 100%;
    }
    .service{
      margin-top:0;
      background-size: cover;
      background-position: center;
      padding: 50px 30px;
    }
    .service p{
      font-size: 1.3rem;
    }
    .service .flex{
      flex-wrap: wrap;
    }
    .service .flex .btn{
      width: 100%;
    }
    .service .flex .btn + .btn{
      margin-left: 0;
    }
    .service .subttl{
      margin-top: 5px;
      font-size: 1.0rem;
    }
    .service .ttl{
      font-size: 1.8rem;
      margin-bottom: 23px;
    }
    .service .flex .btn a{
      margin-top: 25px;
    }

    .mailmagazine{
      padding: 50px 30px;
    }
    .mailmagazine .ttl{
      font-size: 1.8rem;
      margin: 15px 0 25px 0;
    }
    .mailmagazine .subttl{
      font-size: 1.0rem;
    }
    .mailmagazine p{
      font-size: 1.3rem;
    }
    .mailmagazine .btn a{
      margin-top: 23px;
    }
    .service .flex .btn:nth-child(2) a{
      margin-top: 15px;
    }
    .service .flex .btn a:after{
      width: 15px;
      height: 15px;
    }
    .mailmagazine .btn a:after{
      width: 15px;
      height: 15px;   
    }

  }


  
  @media screen and (max-width:750px){
    .sns_sp{
      display: block;
    }
    .sns_sp ul{
      margin-top: 30px;
      display: flex;      
      justify-content: center;
    }
    .sns_sp ul li{
      margin: 0 10px;
      width: 130px;
    }
    .sns_sp ul li a img{
      width: 130px;
    }


    .sns_sp ul li:before{
      content: none;
    }


    .sns_pc{
      display: none;
    }
  }
  @media screen and (max-width: 350px){
    .column{
      padding: 10px 15px 15px 15px;
    }
    .cta01{
      padding: 20px 10px;
    }
    .cta01 .flex .btn a{
      font-size: 1.2rem;
  }
  .cta03 .flex .btn a{
    font-size: 1.2rem;
  }
}
/*************************************************************************　
  フッター
**************************************************************************/

footer{

}


.footer .img img{
  width: 162px;
  display: block;
  margin: 40px auto 30px auto;
}

.footer .flex{
  display: flex;
  align-items: flex-start;
}

.footer .privacy_mark{
  background: #fff;
  display: flex;
  width: 360px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 70px;
  margin-bottom: 20px;
}

.footer .privacy_mark .text{
  flex: 1;
}
.footer .privacy_mark .text p{
  font-size:1.2rem;
  line-height: 1.666666;
}

.footer .privacy_mark .text p.link a{
  font-size: 1.4rem;
  color: #007fe0;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer .privacy_mark .text p.link a:before{
  content: "";
  background-image: url(../img/arrow07.svg);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size:100%;
  background-position: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.footer .privacy_mark a span img{
  display: block;
  width:58px;
  margin-right: 18px;
}

.footer .footer_category{
  width: 630px;

}

.footer .footer_category ul{
  display: flex;
  flex-wrap: wrap;
}

.footer .footer_category ul li{
  width: 33%;
}

.footer .footer_category ul li a{
  font-size: 1.2rem;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.footer .footer_category ul li a:before{
  content: "";
  background-image: url(../img/arrow04.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100%;
  background-position: center;
  margin-right: 10px;
  flex-shrink: 0;
}

footer .site_link{
  border-top:1px solid #919191;
}

footer .site_link ul{
  display: flex;
  margin: 30px 0;
  justify-content: flex-end;
}

footer .site_link ul li{
  padding-left: 20px;
}

footer .site_link ul li:after{
  content: "|";
  padding-left: 20px;
  color: #919191;
}

footer .site_link ul li:last-child:after{
  content: none;
}

footer .copyright{
  background: #000;
  color: #fff;
  padding: 13px 0;
  text-align: center;
}

  @media screen and (max-width: 1060px){
    .footer .flex{
      display: block;
      padding-right: 15px;
      padding-left: 15px;
    }
    .footer .privacy_mark{
      width: 98%;
      margin-right: auto;
      margin-left: auto;
    }
    .footer .footer_category{
      width: 100%;
    }
    .footer .footer_category ul li{
      width: 49%;
      margin-right: 2%;
    }
    .footer .footer_category ul li:nth-child(even){
      margin-right: 0;
    }
    footer .site_link ul{
      justify-content: center;
      margin: 30px auto 50px auto;
    }
    footer .site_link ul li:first-child{
      padding-left: 0;
    }
  }
    @media screen and (max-width: 900px){
      footer .site_link ul {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
      }

      footer .site_link ul li{
        padding-left: 0;
      }

      footer .site_link ul li:after{
        content: none;
      }

      .footer .footer_category ul li a:before{
        width: 15px;
        height: 15px;
        margin-top: 3px;        
      }
      .footer .privacy_mark .text p.link a:before{
        width: 15px;
        height: 15px;         
      }
    }

  @media screen and (max-width: 340px){
    footer .site_link ul li{
      /* padding-left: 10px; */
      font-size: 1.2rem;
    }
    footer .site_link ul li:after{
      padding-left: 10px;
    }

  }

.pagination{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
}

.prev.page-numbers{
  padding: 14px 36px;
  box-sizing: border-box;
  background: none;
  border-radius: 5px;
  border: 1px solid #007fe0;
  color: #007fe0;
}

.next.page-numbers{
  padding: 14px 36px;
  box-sizing: border-box;
  background: none;
  border-radius: 5px;
  border: 1px solid #007fe0;
  color: #007fe0;
}

.prev.page-numbers:hover,.next.page-numbers:hover{
  background: #007fe0;
  color: #fff;
}

.page-numbers{
  padding: 10px 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  margin: 0 10px;
}

.page-numbers.current{
  background:#007fe0;
  color: #fff;
  font-size: 1.4rem;
}

.page-numbers.dots{
  background: none;
}

  @media screen and (max-width: 750px){
    .prev.page-numbers{
      padding: 10px;
    }
    .next.page-numbers{
      padding: 10px;
    }   
    .page-numbers{
      padding: 2px 10px;
      margin: auto 5px
    }
    .page-numbers.dots{
      margin: auto 0;
      display: none;
    }
  }

   @media screen and (max-width: 350px){
      .prev.page-numbers{
        padding: 5px;
        font-size: 1.0rem;
      }
      .next.page-numbers{
        padding: 5px;
        font-size: 1.0rem;
      }   
      .page-numbers{
        padding: 2px 7px;
        margin: auto 5px
        font-size: 1.0rem;
      }      
    } 


.column.page_404{
  margin-top: 30px;
  text-align: center;
  padding: 50px;
}

.column.page_404 p.font_l{
    margin: 30px 0;
    font-size: 3.0rem;  
}
  @media screen and (max-width: 750px){
    .column.page_404 p.font_l{
        margin: 30px 0;
        font-size: 1.8rem;  
    }
  }