@charset "utf-8";
/*
Theme Name: DCT
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.5em;
  text-align: left;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  line-height: 1.8em;
  color: #3f3c39;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue,a-otf-gothic-bbb-pr6n, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  background: #fff;
  position: relative;
  /*letter-spacing: .4px;*/
}
b, strong, .bold,h1,h2,h3,h4,h5,h6{
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue,a-otf-futo-go-b101-pr6n, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: a-otf-gothic-bbb-pr6n,"Segoe UI", "メイリオ", Meiryo, sans-serif;
}

sup,sub {
  font-size: 70%;
}
sup {
  vertical-align: top;
}
small {
  font-size: 80%;
}


@media only screen and ( max-width : 767px ) {
  body {font-size: 13px;}
}


table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #3f3c39;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}

input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"]{
  padding:10px;
  border: none;
  margin:0;
  display: block;
  background: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  border: 1px solid #ccc;
  width: 100%;
}

input.short_input {
  width: 10em;
  display: inline-block;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

textarea {
  height: 14em;
  width: 100%;
  display: block;
  resize: vertical;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}


* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(/scripts/boxsizing.htc);
}

@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

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

@media only screen and ( max-width : 767px ) {
  .container {
    padding: 0 4%;
  }
  .sp_inner {
    padding: 0 4%;
  }
  .sp_box {
    margin-bottom: 40px;
  }
  .sp_sbox {
    margin-bottom: 20px;
  }
  .sp_ssbox {
    margin-bottom: 10px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  .section {
    padding: 30px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .box {
    margin-bottom: 40px;
  }
  .sbox {
    margin-bottom: 20px;
  }
  .ssbox {
    margin-bottom: 10px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  .section {
    padding: 60px 0;
  }
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .ssbox {
    margin-bottom: 15px;
  }
}

@media print, screen and ( min-width : 991px ) {
  .section {
    padding: 80px 0;
  }
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
  .small_container {
    max-width: 900px;
    margin: 0 auto;
  }
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}


@media only screen and ( max-width : 991px ) {
  #header {
    height: 80px;
    position: fixed;
  }
  #h_logo {
    width: 200px;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 999;
  }
}

@media only screen and ( max-width : 575px ) {
}

@media only screen and ( max-width : 320px ) {

}


@media print, screen and ( min-width : 768px ) {

}

@media print, screen and ( min-width : 992px ) {
  #header {
    padding: 40px 0;
  }
  #h_logo {
    margin-bottom: 40px;
  }
  .logo {
    max-width: 300px;
  }
  #gNav li {
    position: relative;
    margin: 0 20px;
    font-size: 17px;
  }
  #gNav li a {
    display: block;
  }
  #gNav li a:hover,#gNav li.current-menu-item a {
    color: #0d7def;
  }
  #gNav li a:after {
    content: "";
    height: 2px;
    width: 0;
    left: 0;
    bottom: -10px;
    background: #0d7def;
    position: absolute;
    transition: .3s;
  }
  #gNav li a:hover:after,#gNav li.current-menu-item a:after {
    width: 100%;
  }
  #gNav li:after {
    content: "/";
    color: #a5a5a5;
    position: absolute;
    top: 50%;
    height: 1em;
    line-height: 1em;
    margin-top: -0.5em;
    right: -22px;
  }
  #gNav li:last-child:after {
    content: none;
  }
}

@media print, screen and ( min-width : 1200px ) {

}




/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #fff;
  position: relative;
  /*color: #fff;*/
  border-top: 1px solid #eee;
}
#footer a {
  /*color: #fff;*/
}
#footer a:hover {
}
#footer .copy {
  text-align: center;
  padding: 15px;
  background: #fff;
  border-top: 1px solid #eee;
  font-size: 80%;
}
#f_logo p {
  line-height: 2em;
  margin-top: 30px;
}


@media only screen and ( max-width : 991px ) {
  #f_content {
    padding: 30px 0;
  }
  #f_logo {
    margin-bottom: 30px;
  }
  #f_nav li {
    border-bottom: 1px solid rgba(0,0,0,.4);
  }
  #f_nav li a {
    display: block;
    padding: 15px 10px;
  }
  
}
@media only screen and ( max-width : 767px ) {
  #footer {
    margin-top: 60px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #f_content {
    padding: 60px 0;
  }
  #f_nav  ul {
    width: 49%;
  }
  #f_nav li {
    margin-bottom: 20px;
  }
  #f_nav li:last-child {
    margin-bottom: 0;
  }
  
}
@media print, screen and ( min-width : 1200px ) {
  #f_content {
    padding: 80px 0;
  }
  
}



/* ---------------------------------------------------------------------------------------------

　   固定ボタン

--------------------------------------------------------------------------------------------- */
#pagetop {
  right: 0;
  bottom: 0;
  z-index: 99;
}
#pagetop a {
  display: block;
  text-align: center;
  background: #333;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
  font-size: 20px;
  border-radius: 10px 0 0 0;
}


/* ---------------------------------------------------------------------------------------------

　   BUTTON

--------------------------------------------------------------------------------------------- */
.link_btn {
  display: inline-block;
  position: relative;
  font-family: inherit;
  font-size: inherit;
  margin: 0 auto;
  color: #0579ee;
}
.link_btn:before {
  content: "\e907";
  font-family: 'icomoon' !important;
  width: 50px;
  height: 50px;
  background: #0579ee;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: .3s;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}
.link_btn:hover:before {
  transform: translateY(-50%) rotate(90deg) scale(1.2,1.2);
}
.link_btn:hover {
  opacity: 1;
}

.link_btn span {
  border-bottom: 2px solid #0579ee;
  display: inline-block;
  margin-left: 65px;
  font-weight: bold;
  padding-bottom: .2em;
}


.btn {
  display: block;
  background: #255a90;
  border: 1px solid #255a90;
  color: #fff;
  text-align: center;
  padding: 15px 40px 15px 15px;
  position: relative;
  font-family: inherit;
  font-size: inherit;
  margin: 0 auto;
}
.btn:hover {
  background: #255a90;
  opacity: 1;
  border: 1px solid #002c58;
}
.btn:after {
  content: "\e900";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1em;
  height: 1em;
}
.btn.back:after {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}
.btn.short_btn {
  max-width: 300px;
  margin: 0;
}





/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
.bg {
  background: #fafafa;
}

.decimal li {
  list-style: decimal;
  margin-left: 1.4em;
}
.disc li {
  list-style: disc;
  margin-left: 1.4em;
}
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}
#pankuzu {
  padding: 15px;
}
@media only screen and ( max-width : 991px ) {
  #main {
    margin-top: 80px;
  }
}

@media only screen and ( max-width : 767px ) {
  #pankuzu {
    font-size: 12px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #pankuzu {
    font-size: 13px;
  }
}
@media print, screen and ( min-width : 992px ) {

}

/* ---------------------------------------------------------------------------------------------

　   NEWS

--------------------------------------------------------------------------------------------- */
.news_list dt {
  color: #999;
}
.news_list dd a {
  font-weight: bold;
}
.news_list dd a:hover {
  color: #0579ee;
}
@media only screen and ( max-width : 767px ) {
  .news_list dt:first-of-type {
    border-top: 1px solid #ddd;
  }
  .news_list dt {
    padding-top: 15px;
    margin-bottom: 5px;
  }
  .news_list dd {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .news_list dt:first-of-type,
  .news_list dd:first-of-type {
    border-top: 1px solid #ddd;
  }
  .news_list dt,
  .news_list dd {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }
  .news_list dt {
    width: 9em;
  }
  .news_list dd {
    width: calc(100% - 9em);
  }
}


/* ---------------------------------------------------------------------------------------------

　   CATEGGORY LIST

--------------------------------------------------------------------------------------------- */
#item__category .item_cat_box {
  background: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,.1);
  position: relative;
}
#item__category .item_cat_box a {
  display: block;
}
#item__category .item_cat_box a .catnew {
  z-index: 10;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #e13232;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
#item__category .item_cat_box a .catnew:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #e13232;
  border-radius: 5px 0 0 5px;
}
#item__category .item_cat_box a .catnew:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #aa1313;
  border-radius: 5px 0 0 5px;
}
#item__category .item_cat_pic {
  border-bottom: 2px solid #255a90;
}
@media only screen and ( max-width : 991px ) {
  #item__category .item_cat_text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and ( max-width : 767px ) {
  #item__category .item_cat_box {
    width: 48%;
    margin-right: 4%;
    margin-top: 20px;
  }
  #item__category .item_cat_box:nth-child(1),#item__category .item_cat_box:nth-child(2) {
    margin-top: 0;
  }
  #item__category .item_cat_box:nth-child(2n) {
    margin-right: 0;
  }
  #item__category .item_cat_text {
    padding: 10px;
  }
  #item__category .item_cat_text h3 {
    font-size: 16px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #item__category .item_cat_box {
    width: 32%;
    margin-right: 2%;
    margin-top: 50px;
  }
  #item__category .item_cat_box:nth-child(1),#item__category .item_cat_box:nth-child(2),#item__category .item_cat_box:nth-child(3) {
    margin-top: 0;
  }
  #item__category .item_cat_box:nth-child(3n) {
    margin-right: 0;
  }
  #item__category .item_cat_text {
    padding: 20px;
  }
}
@media print, screen and ( min-width : 992px ) {
  #item__category .item_cat_text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   PAGENATION

--------------------------------------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3em;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 8px 15px;
  margin: 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration:none;
  display: inline-block;
  border: solid 1px #0579ee;
}
.wp-pagenavi span.pages {
  color: #0579ee;
  border:none;
}
.wp-pagenavi a {
  color: #0579ee;
}
.wp-pagenavi a:hover{
    color:#FFF;
    background-color:#0579ee;
    border-color:#0579ee;
}
.wp-pagenavi span.current{
  color: #FFF;
  background-color: #0579ee;
  border-color: #0579ee;
  font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
