@charset "UTF-8";

/*------------------------------------------------------------
  commmon setting
------------------------------------------------------------*/
.cmLink{
    position: relative;
    font-weight: 600;
    padding-left: 24px;
    color: #333;
    text-decoration: none;
}
.cmLink:after{
    content: "";
    background: url(../img/common/arrow-o.png) no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
img[class*="wp-image-"], img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.caution{
  text-align: center;
  margin: 2rem auto;
}
.bold{
  font-weight: bold;
}

.flex {
  display: flex;
  display: -webkit-flex;
}
.flex  img{
  width: 100%;
  height: auto;
}
.fwrap{
  flex-wrap: wrap;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
/** main flame **/
.contentWrapper {
  width: 1100px;
  margin: 0 auto;
}
.innerWrapper {
  width: 956px;
  margin: 0px auto;
}
.underlayerWrapper {
  width: 100%;
  margin:2rem 0;
}
.underlayerWrapper.double {
  width: 80%;
  margin: 0 0 2rem 0;
}
.underlayerWrapper .contentWrapper{
  width: 100%;
}

/** font **/

h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd, p ,div ,a,blockquote,small,textarea{
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
  font-size: 1rem;
  line-height:160%;
  color:#333333;
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}
p {
  display: block;
  margin: 1em 0;
}
.mincyo {
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}
a {
  color: #0a0a0a;
  word-break: break-all;
}
a:hover {
  opacity: 0.6;
}
*, *::before, *::after {
  box-sizing: border-box;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.25rem;
}
h5{
  font-size: 1.15rem;
}
h6 {
  font-size: 1.05rem;
}
.basicLink {
  width: 100%;
  margin: 1rem auto;
  display: block;
  background: #1b1b1b;
  border-bottom: 3px solid #0c3140;
  padding: 10px 0;
  border-radius: 4px;
  color: #FFF!important;
  text-align: center;
  font-weight: bold!important;
  text-decoration: none!important;
}
.basicLink::after{
  content: '\f054';
  font-size: 14px;
  position: absolute;
  top: 16px;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  color: #FFF;
}
/*------------------------------------------------------------
  under page custum css
------------------------------------------------------------*/

/** frame **/
.under {
  padding-top: 10px;
/*   flex-direction: row-reverse; */
}
.wpContent {
  padding:0 2rem 0 0;
}
/** text **/
.wpContent h2{
    font-size: 1.8rem;
    margin: 5px 0 2rem 0;
    padding: 10px 0;
    font-weight: 700;
    text-align: center;
    border-bottom: 5px solid #7da7e0;
}
.wpContent h3{
  font-weight: bold;
  position: relative;
  margin: 4rem 0 1rem 0;
  padding: 0.6rem 0.6rem 0.6rem 1rem;
  background: #feb202;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.3;
  border-radius: 4px;
  text-shadow: 0 0 5px #00000047;
}
.wpContent h3.nomg{
  margin-top: 0;
}
.wpContent h3.bg {
  padding: 10px;
  margin: 2rem 0;
  }
.wpContent h4 {
  font-size: 1.25rem;
  border-bottom: solid 4px #feb20266;
  padding-bottom: 4px;
  margin: 2rem 0 1rem 0;
  font-weight: bold;
  position: relative;
}
.wpContent h5 {
  font-size: 1.15rem;
  margin: 1.5rem 0 1rem 0;
  font-weight: bold;
  padding-left: 1.5rem;
  position: relative;
}
.wpContent h5::before{
    display: block;
    position: absolute;
    content: "■";
    left: 0;
}
.wpContent h6 {
  font-weight: bold;
  font-size: 1.05rem;
  margin: 1.5rem 0 1rem 0;
  position: relative;
}
.wpContent p {
  line-height: 180%;
  margin: 1rem 0 2rem 0;
}
.wpContent blockquote {
  background: #ececec;
  padding: 10px 10px 10px 20px;
  position: relative;
  margin: 30px;
}
.wpContent blockquote p{
  font-size: 90%;
  font-weight: bold;
}
.wpContent blockquote::before, .wpContent blockquote::after {
  content: '\f10e';
  display: block;
  width: 30px;
  height: 30px;
  background-size: 80%;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  color: #b3b3b3;
  font-weight: bold;
}
.wpContent blockquote::before {
  top: -11px;
}
.wpContent blockquote::after {
  transform: rotateX(180deg);
  transform: rotate(180deg);
  bottom: -10px;
  right: 10px;
}
.wpContent .coloring1 {
  color: #ce2424;
}
.wpContent .coloring2 {
  color: #1b1b1b;
}
.wpContent .coloring3 {
  color: #3b3c3c;
}
/** link **/
.wpContent a{
    color: #008cf1;
    text-decoration: underline;
    font-weight: bold;
}
.wpContent a.underBold {
  text-decoration: underline;
  font-weight: bold;
}
.wpContent a.linkButton {
  background: #1b1b1b;
  display: inline-block;
  color: #FFF;
  padding: 10px 3rem;
  border-radius: 4px;
  font-weight: bold;
  border-bottom: 3px solid #0c3d4c;
}
/** list **/
.wpContent ul {
  margin: 1rem 0;
}
.wpContent li {
  padding: 5px 0;
  padding-left: 20px;
}
.wpContent ul.parentPageUl{
  padding: 0;
}
.wpContent ul.parentPageUl li{

  background: #f4f2f0;
  margin: 10px 0;
  line-height: 1.5;
  padding: 1rem;
  border-radius: 5px;
  list-style-type: none!important;
  font-weight: bold;
  text-indent: 0;
  position: relative;
}
.wpContent ul.parentPageUl li a{
  display: block;
  color: #333;
  text-decoration:none;
}
.wpContent ul.type1{
  padding-left: 40px;
}
.wpContent ul.type1 li{
    font-weight: 700;
    list-style: disc;
    padding-left: 0; 
}
.wpContent ul.type2{
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.wpContent ul.type2 li{
  padding: 0.5rem;
}
.wpContent ul.type2 li:nth-child(even){
  background: #f4f2f0;
}
.wpContent dl.type1 dt{
  font-weight: bold;
}
.wpContent dl.type2{
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.wpContent dl.type2 dt,.wpContent dl.type2 dd{
  padding: 0.5rem;
}
.wpContent dl.type2 dt{
  display: table-cell;
  background: #f4f2f0;
  width: 30%;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dotted #ccc;
}
.wpContent dl.type2 dd{
  display: table-cell;
  width: 70%;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dotted #ccc;
}
.wpContent dl.und{

}
.wpContent dl.und dt{
  font-weight: 800;
  padding: 10px 10px 10px 20px;
  border: 2px solid #feb202;
  border-radius: 10px;
  margin: 30px 0 10px 0;
}
.wpContent dl.und dd{
  background: #fef8e2;
  padding: 20px;
  border-radius: 6px;
  font-size: 95%;
  line-height: 200%;
}
/** table**/
.wpContent table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
.wpContent table th, .wpContent table td {
  border: 1px solid #c0c0c06b;
  padding: 5px;
  padding: 1rem;
}
.wpContent table th {
  background: #fffcf0;
  font-weight: 700;
}

/*------------------------------------------------------------
  under page header
------------------------------------------------------------*/
.pageHeader {
  background: url(../img/common/un-bg.png) no-repeat #fef8e2;
  background-position: right;
  background-size: contain;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.pageHeader h2 ,.pageHeader p{
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  padding: 2.5rem 0;
  margin: 0;
}
.pageHeader h2 a {
  color: #333;
}


/*------------------------------------------------------------
  toc_container
------------------------------------------------------------*/
#toc_container{
    width: 100%!important;
    padding: 1rem!important;
}
#toc_container .toc_list a{
    color: #333;
}
#toc_container .toc_list li{
    padding: 0.3rem;
}
#toc_container .toc_list ul  a{
    font-weight: normal;
}
/*------------------------------------------------------------
  pager
------------------------------------------------------------*/

.pagination {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.pagination span, .pagination a {
  border: 1px solid #7da7e0;
  padding: 7px 10px;
  margin: 3px;
  color: #7da7e0;
  display: inline-block;
}
.pagination .current {
  color: #FFF;
  background: #7da7e0;
  border: 3px solid #7da7e0;
  padding: 5px 12px;
  font-weight: bold;
}
/*----------------------------------------
  breadcrumb list
------------------------------------------ */

.breadcrumbs {
  padding: 10px 0;
}
.breadcrumbs span {
  display: inline-block;
  font-size: 12px;
}

/*----------------------------------------
  author
------------------------------------------ */
#author{
    border: 3px solid #f4f3f3;
    padding: 1rem;
    margin: 2rem 0;
}
#author .title{
    text-align: center;
    border-bottom: 1px dotted;
    font-weight: bold;
    margin: 0 0 1rem 0;
    padding: 0 0 5px 0;
}
#author .leftWrap{
    flex: 1;
    padding: 0.5rem;
}
#author .rightWrap{
    flex: 5;
    padding: 0.5rem;
}
#author .rightWrap .name{
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
}
#author .rightWrap .name span{
    font-size: 65%;
}
#author .rightWrap .roman{
    margin: 0;
    font-size: 70%;
    letter-spacing: 0.1rem;
}
#author .rightWrap .comment{

}
#author .rightWrap .comment p,#author .rightWrap .comment a{
    font-size: 85%;
    line-height: 1.4rem;
}

/*------------------------------------------------------------
  underLink
------------------------------------------------------------*/
#underLink{

}
#underLink ul{
    flex-wrap: wrap;
    display: flex;
}
#underLink ul li{
    margin: 5px;
    width: 31.5%;
    padding: 0;
}
#underLink ul a{
    display: block;
    border: 1px solid;
    color: #333;
    text-decoration: none;
    font-size: 90%;
    text-align: center;
    padding: 5px;
}
/*----------------------------------------
  side bar
------------------------------------------ */

#sidebar {
/*  background: #fef8e2;
  padding: 15px 12px 15px 12px;*/
  margin: 0 10px 2rem 0;
  box-sizing: border-box;
  width: 25%;
}
#sidebar a img {
  width: 100%;
}
#sidebar .sidebarWrapper {
  background: #FFF;
/*  padding: 0 10px 10px 10px;*/
  margin-top: 15px;
  border: 1px solid #FFF;
}
#sidebar .sidebarWrapper h2 {
  text-align: center;
  font-size: 15px;
  padding: 10px 0 3px 0;
  margin: 5px 0;
  border-bottom: 1px solid;
  font-weight: bold;
}
#sidebar .sidebarWrapper .sideTitle {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  background: #7da7e0;
  color: #FFF;
  border-radius: 80px;
  text-align: center;
  padding: 5px 0 7px 0;
}
#sidebar .sidebarWrapper p {
  font-size: 11px;
  margin: 8px 0;
}
#sidebar .sidebarWrapper a {
  display: inline-block;
  font-size: 80%;
}
#sidebar .sidebarWrapper .allLink {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 7px 0;
  color: #FFF;
  background: #1b1b1b;
  border-radius: 2px;
  margin: 7px 0 0 0;
}
#sidebar .sidebarWrapper img {
  width: 100%;
}
#sidebar .sidebarWrapper nav,
#sidebar .sidebarWrapper ul.bg
{
  padding: 10px 20px 20px 20px;
  background: #7da7e021;
  border-radius: 10px;
}
#sidebar .sidebarWrapper li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  padding: 2px 0;
}
#sidebar .sidebarWrapper li:last-child {
  border-bottom:none;
}
#sidebar .sidebarWrapper time {
  display: block;
  font-size: 12px;
  padding: 0 0 0 15px;
}
#sidebar .sidebarWrapper nav li a {
    display: block;
    line-height: 160%;
    font-size: 90%;
    padding: 5px 5px 5px 24px;
    position: relative;
}
#sidebar .sidebarWrapper nav li a:before{
  content: "";
  background: url(../img/common/arrow-b.png) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#sidebar .catWrapper ul {
  margin-top: 1rem;
}
#sidebar p.nearest {
  font-size: 12px;
  margin: 5px 0;
}
#sidebar .none {
  text-align: center;
}
#sidebar .mailWrapper{
  margin: 0;
/*  padding: 1rem;*/
}
#sidebar .mailWrapper a{

}
#sidebar .mailWrapper ul{
    margin:15px 0 0 0;
}
#sidebar .mailWrapper li{
    border: none;
    font-size: 13px;
    padding: 2px 0 2px 20px;
    position: relative;
}
#sidebar .telWrapper a{
    text-align: center;
    display: block;
    font-size: 140%;
    margin: 10px 0 0 0;
    font-weight: bold;
}
#sidebar .telWrapper p{
    color: #1b1b1b;
    text-align: center;
    margin: 0;
}


/*----------------------------------------
  404 Notfond
------------------------------------------ */

#notFound .wpContent h2 {
  text-align: center;
}
#notFound .wpContent h3 {
  padding: 10px 0;
  padding-left: 15px;
  text-align: center;
}
#notFound .wpContent p {
  text-align: center;
}
#notFound .wpContent a {
  display: block;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  width: 60%;
  margin: 20px auto;
  border-radius: 5px;
  background: #1e1e1e;
  text-decoration: none;
}

/*----------------------------------------
  relatedArticle
------------------------------------------ */
.relatedArticle{
  border: 1px solid;
  border-radius: 3px;
  padding: 1rem;
  position: relative;
  margin: 2rem 0;
}
.relatedArticle .relatedTitle{
  background: #000;
  color: #FFF;
  font-weight: bold;
  font-size: 90%;
  text-align: center;
  position: absolute;
  padding: 2px 10px;
  top: -1rem;
}
.relatedArticle .postTitle{
    font-size: 120%;
    font-weight: bold;
    padding: 5px 1rem;
}
.relatedArticle .imgWrapper{
  flex: 1;
}
.relatedArticle .txtWrapper{
  flex: 6;
}
.relatedArticle .txtWrapper .link{
    background: #333;
    color: #FFF;
    border-radius: 3px;
    display: block;
    text-align: center;
    width: 30%;
    margin: 0 0 0 auto;
    font-size: 90%;
    font-weight: bold;
}


/*----------------------------------------
  toc_container
------------------------------------------ */
#toc_container .toc_title{
  font-size: 18px!important;
}

/*----------------------------------------
  Dynamic control common setting
------------------------------------------ */

.dccs time {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 90%;
}
.dccs h2{
  font-weight: bold;
  margin-bottom: 1rem;
}
.dccs h3 {
  font-weight: bold;
}
.dccs #singleWrapper{
  padding: 0;
}
/** categoly **/
.dccs .categoly {
  display: inline-block;
}
.dccs .categoly a {
  border: 1px solid;
  font-size: 12px;
  color: #FFF;
  background: #7da7e0;
  padding: 0 30px;
  margin: 0 5px 0 0;
  line-height: 160%;
  text-decoration: none;
}
.dccs .category .post-categories {
  display: flex;
}
#column .columnContent, #qa .qaBox {
    padding: 1rem;
    background: #fdf7e2;
    margin-bottom: 20px;
}
/** archive **/
.dccs .archive time{
    margin-bottom: 0;
}
/** single page **/

.single .dccs h3 {
  margin: 0;
  padding: 10px 0;
}
/** other **/
#other{
  margin-top: 4rem;
  clear:both;
}
#other .flex{
  flex-wrap: wrap;
}
#other .headtitle{
    font-weight: bold;
    border-bottom: 1px solid;
    padding: 0 0 5px 0;
    margin: 0;
}
#other a.moreLink{
  display: block;
  background: #1b1b1b;
  color: #FFF;
  text-align: center;
  margin-top: 1rem;
  font-size: 80%;
  border-radius: 3px;
}
/*----------------------------------------
  DCCS information
------------------------------------------ */

#info .infoWrapper {
  border-bottom: dashed 1px #a4a4a4;
  margin-top: 20px;
}
#info .infoWrapper h3 {
  padding: 0 0 10px 0;
  border: none;
  margin: 0;
  background: no-repeat;
}
#info .infoWrapper h3 a{
  color: #333;
  text-decoration: none;
}
#info .infoWrapper time{
  margin-bottom: 0;
}
#info .infoWrapper ul{
    margin: 0;
}
#info .wpContent .infoWrapper h3::after {
  display: none;
}
#info .wpContent .backLink{
  color: #333;
  border: 1px solid;
  text-align: center;
  width: 100%;
  text-decoration: none;
  padding: 5px;
  border-radius: 3px;
  margin: 4rem 0;
}

/*----------------------------------------
  DCCS solveCase
------------------------------------------ */

#solveCase .solveCaseContent {
  padding: 20px;
  position: relative;
  margin: 0 0 1rem 0;
}
#solveCase .wpContent .solveCaseContent {
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #000;
}
#solveCase .solveCatList{
  flex-wrap: wrap;
}
#solveCase .solveCatList li{
  padding: 0;
  min-width: 49%;
  margin: 5px 5px 5px 0;
}
#solveCase .solveCatList li:last-child{
  margin: 0;
}
#solveCase .solveCatList li a{
  padding: 15px;
  border: 3px solid #c7c7c7;
  font-weight: bold;
  background: #fbfbfb;
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #333;
}
#solveCase .solveCatList li a::after{
  content: '\f101';
  font-size: 14px;
  position: absolute;
  top: 14px;
  right: 11px;
  font-family: "Font Awesome 5 Free";
  color: #696969;
}
#solveCase .solveCaseContent .infoWrapper{
  flex: 1;
}
#solveCase .solveCaseContent .infoWrapper{
   padding: 1rem;
}
#solveCase .solveCaseContent .status{
  font-size: 90%;
  margin: 7px 0 3px 0;
}
#solveCase .solveCaseContent h3{
  margin: 5px 0;
}
#solveCase .solveCaseContent .categoly{
  margin: 5px 0;
}
#solveCase .solveCaseContent .title{
    color: #FFF;
    font-size: 98%;
    text-decoration: none;
}
#solveCase .solveCaseContent .content p{
  margin:0;
}
/** singleWrapper **/
#solveCase #singleWrapper {
  padding: 10px 1rem;
}
#solveCase #singleWrapper h2{
  margin-bottom:1rem;
}
#solveCase #singleWrapper .content p{
  margin:0;
}
#solveCase #singleWrapper .solveCaseContent .txtWrapper{
  flex: 8;
}
/** 関連記事 **/
#solveCase #other .solveCaseContent{
  padding: 0;
  padding-bottom: 20px;
}
#solveCase #other .solveCaseContent h3{
  margin: 0;
  background: none;
  text-shadow: none;
  padding: 0 0 10px 0;
  font-size: 120%;
}
#solveCase #other .solveCaseContent h3 a{
  color:#333;
}
#solveCase #other .solveCaseContent p{
  font-size: 95%;
}

/*----------------------------------------
  DCCS column
------------------------------------------ */

#column .headWrapper {
  color: #2e3c68;
}
#column .columnContent div {
  padding-left: 20px;
}
#column .columnContent h3 {
  color: #2e3c68;
}
#column .columnContent h4{
  margin: 1rem 0 5px 0;
  border-bottom: none;
}
#column .wpContent .imgWrapper {
  margin-right: 20px;
}
#column .wpContent img {
  border: 1px solid #e8e8e8;
  margin: 0 auto;
  object-fit: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#column .columnContent time {
  font-size: 13px;
}
#column .columnContent p {
  margin: 0;
  line-height: 180%;
}
#column .columnContent .categoly a{
  font-size: 11px;
}
#column .archive .imgWrapper a{
    width: 130px;
    height: 130px;
    flex-basis: 200px;
    overflow: hidden;
    position: relative;
}
#column .archive h3 {
  margin:2px 0;
  padding: 0;
  border: none;
  background: none;
}
#column .archive h3 a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
#column .wpContent .archive h3::after {
  display: none;
}
#column .archive div {
  padding: 10px 0;
}
#column #single .wpContent .singleImgWrapper {
  margin: 1rem 0;
}
/** supervision **/
#column #supervision{
  border: 2px solid;
  border-radius: 4px;
  margin: 2rem 0;
}
#column #supervision .mainTitle{
    background: #000;
    color: #FFF;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
#column #supervision .supWrapper{
  padding: 1rem;
}
#column #supervision .imgWrapper{
    flex: 1;
    margin: 0!important;
}
#column #supervision .txtWrapper{
    flex: 3;
    padding-left: 20px;
}
#column #supervision .txtWrapper .officeName{
    margin: 0;
    font-size: 80%;
}
#column #supervision .txtWrapper .name{
    margin: 0;
    padding: 4px 0;
    font-size: 130%;
    font-weight: bold;
}
#column #supervision .txtWrapper .name span.position{
    font-size: 70%;
    padding: 0 10px;
}
#column #supervision .txtWrapper .name span.area{
    font-size: 70%;
    font-weight: normal;
}
#column #supervision .txtWrapper .comment{
  margin: 0;
  font-size: 79%;
}
/** single **/
#column #single h1{
    font-size: 1.8rem;
    margin: 5px 0 2rem 0;
    padding: 10px 0;
    font-weight: 700;
    text-align: center;
    border-bottom: 5px solid #7da7e0;
}
#column #single h2{
  font-weight: bold;
  position: relative;
  margin: 4rem 0 1rem 0;
  padding: 0.6rem 0.6rem 0.6rem 1rem;
  background: #feb202;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.3;
  border-radius: 4px;
  text-shadow: 0 0 5px #00000047;
  border: none;
}
#column #single h2:nth-of-type(1){
  margin-top:0;
}
#column #single h3 {
  font-size: 1.25rem;
  border-bottom: solid 4px #feb20266;
  padding-bottom: 4px;
  margin: 2rem 0 1rem 0;
  font-weight: bold;
  position: relative;
  text-shadow: none;
  color: #333333;
  background:none;
}
#column #single h4 {
  font-size: 1.15rem;
  margin: 1.5rem 0 1rem 0;
  font-weight: bold;
  padding-left: 1.5rem;
  position: relative;
  border: none;
}
#column #single h4::before{
    display: block;
    position: absolute;
    content: "■";
    left: 0;
}
#column #single h5 {
  font-weight: bold;
  font-size: 1.05rem;
  margin: 1.5rem 0 1rem 0;
  position: relative;
}
/** 関連記事 **/
#other .flex .columnContent{
    width: 32%;
    border: 1px solid #ececec;
    padding: 1rem;
    margin: 5px;
    color: #333;
    text-decoration: none;
}
#other .flex .columnContent .imgWrapper{
    position: relative;
    overflow: hidden;
    max-height: 140px;
}
#other .flex .columnContent .imgWrapper img{
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#other .flex .columnContent h4{
    margin: 7px 0 0 0;
    font-size: 1rem;
    line-height: 1.2;
    padding: 0;
    border: none;
}
#other .flex .columnContent h4::after{
  display: none;
}
#other .flex .columnContent time{
  margin: -6px 0 0 0;
}
#other .flex .columnContent .moreLink{
    border: 2px solid;
    border-radius: 30px;
    color:#333;
    background: none;
    position: relative;
    text-align: center;
    font-weight: bold;
}


/*----------------------------------------
  DCCS qa
------------------------------------------ */

#qa .qaContent dl,#qa .qaContentOther dl  {
    position: relative;
    margin: 10px 0;
    cursor: pointer;
}
#qa .qaContent dl:first-child ,#qa .qaContentOther dl:first-child {
  margin-top: 0;
}
#qa .qaContent dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
#qa .qaContentOther dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(45deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
#qa .qaContent .open::after {
    transform: rotate(-45deg);
}
#qa .qaContent dl dt ,#qa .qaSingleContent dl dt,#qa .qaContentOther dl dt{
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    border: 1px solid #e2e2e2;
}
#qa .qaContent dl dt::before ,#qa .qaSingleContent dl dt::before,#qa .qaContentOther dl dt::before{
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 22px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
#qa .qaContent dl dd::before,#qa .qaSingleContent dl dd::before{
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
#qa .qaContent dl dd ,#qa .qaSingleContent dl dd{
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
#qa .qaContent dl dd p {
    margin: 30px 0 0;
}
#qa .qaContent dl dd a.qaMore{
    background: #8a8a8a;
    color: #FFF;
    width: 27%;
    text-align: center;
    margin: 0 0 0 auto;
    display: block;
    font-size: 14px;
    padding: 4px;
    font-weight: bold;
    border-radius: 3px;
    text-decoration: none;
}
#qa .qaContent dl dd p:first-child{
    margin-top: 0;
}
#qa #singleWrapper{
  padding: 0;
}
#qa .qaSingleContent h2{
    margin: 0;
    padding: 0;
    font-size: 110%;
    border: none;
}
/*----------------------------------------
  DCCS voice
------------------------------------------ */

#voice .voiceContent {
  border-bottom: 1px solid #c0c0c0;
  padding: 5px 0;
  margin: 0 0 15px 0;
}
#voice .voiceContent time{
  margin: 0;
}
#voice .voiceContent .title a{
  font-weight: bold;
  text-decoration: none;
  color: #333;
  font-size: 115%;
}
#voice.single .imgWrapper img {
  width: 80px;
  margin-right: 40px;
}
#voice.single .flex div.titleWrapper {
  width: 100%;
  margin: 0 0 1rem 0;
}
#voice .imgWrapper{
  width: 20%;
  margin: 1rem;
}

@media (max-width: 1099px) {

  .contentWrapper {
    width: 100%;
  }

}
@media (max-width: 1024px) {

  header .contentWrapper,footer .contentWrapper{
    padding:0 1rem;
  }
}


@media (max-width: 1099px) {
  .tbFlex {
    display: flex;
  }
  .tbBr{
    display: block;
  }
  h2 {
    font-size: 1.1rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.15rem;
  }
  h5{
    font-size: 1.05rem;
  }
  h6 {
    font-size: 1.05rem;
  }
  .wpContent h2{
    font-size: 1.2rem;
  }
  .wpContent h3, #other h3 {
    font-size: 1.1rem;
  }
  .wpContent h4 {
    font-size: 1.15rem;
  }
  .wpContent h5 {
    font-size: 1.05rem;
  }
  .wpContent h6 {
    font-size: 1.05rem;
  }
  .pageHeader h2, .pageHeader p{
    padding: 1.5rem 0;
  }
  /** common flame **/
  .contentWrapper {
    padding: 0;
  }
  .wpContent {
    padding: 10px;
  }
  .underlayerWrapper{
    padding: 6px 10px 4rem 10px;
  }
  .underlayerWrapper.double {
      width: 100%;
      padding: 0;
  }
  .underlayerWrapper .pageHeader img {
    width: 100%;
  }
  /** wpContent **/
  .wpContent h3, #other h3{
    margin: 2rem 0 1rem 0;
  }
  /** breadcrumbs **/
  .breadcrumbs {
    padding: 5px;
    box-shadow: 0px 1px 5px 0px #0000001c;
  }
  /** DCCS solveCase **/
  #solveCase .solveCatList{
    display: block;
  }
  #solveCase .solveCatList li{
    margin: 5px 0;
  }
  #solveCase .solveCatList li a{
    padding: 5px;
    font-size: 90%;
  }
  #solveCase .solveCatList li a::after{
    top: 6px;
  }
  #solveCase .solveCaseContent .txtWrapper .title{
    font-size: 100%;
  }
  /** DCCS column **/
  #other .flex .columnContent .imgWrapper{
    max-height: 70px;
  }
  /** DCCS qa **/
  #qa .qaContent dl::after{
    right: 16px;
  }
  /** sidebar **/
  #sidebar {
    display: block;
    width: 46%;
  }
  #sidebar .tbLeft {
    flex: 1;
  }
  #sidebar .tbRight {
    flex: 2;
    margin: 0 0 0 10px;
  }
  #sidebar .sidebarWrapper {
    margin: 0 0 15px 0;
  }
  #sidebar .sidebarWrapper h2 {
    margin: 0;
  }

}

@media (max-width: 480px) {

  /*------------------------------------------------------------
    common setting
  ------------------------------------------------------------*/
  h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd, p ,div ,a,blockquote{
    font-size: 0.9rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  h4 {
    font-size: 1.05rem;
  }
  h5{
    font-size: 1.05rem;
  }
  h6 {
    font-size: 1.05rem;
  }
  /** main flame **/
  .underlayerWrapper{
    margin: 0;
    width: 100%;
  }
  .contentWrapper{
    display: block;
    width: 100%;  
  }
  .pageHeader h2 ,.pageHeader p{
    padding: 1.5rem 0;
    font-size: 110%;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .spBr {
    display: block;
  }
  .basicLink{
    width: 100%;
    padding: 10px 0;
  }
  .basicLink::after{
    top: 12px;
    right: 20px;
  }
  /*------------------------------------------------------------
  under page custum css
  ------------------------------------------------------------*/
  .wpContent{
    padding: 1rem 1.5rem;
  }
  .wpContent p, .wpContent li,.wpContent div,.wpContent dt,.wpContent dd ,.wpContent div{
    font-size: 100%;
  }
  .wpContent h2{
    font-size: 120%;
    margin-bottom: 0.5rem;
  }
  .wpContent h3, #other h3 {
    font-size: 110%;
  }
  .wpContent h4 {
    font-size: 105%;
  }
  .wpContent h5 {
    font-size: 105%;
  }
  .wpContent h6 {
    font-size: 105%;
  }
  .wpContent table.type2 {
    width: 100%;
  }
  .wpContent .career {
    font-size: 80%;
  }
  .wpContent .businessHours{
    display: block;
  }
  .wpContent .tel{
    margin: 1rem 0 0 0;
  }

  /*------------------------------------------------------------
    Dynamic control common setting
  ------------------------------------------------------------*/
  .dccs #singleWrapper {
      padding: 0;
  }
  .dccs .categoly a {
    padding: 0 10px;
  }
  .dccs time{
    font-size: 70%;
  }
  /** breadcrumbs **/
  .breadcrumbs{
    font-size: 10px;
    padding: 10px;
  }
  /** author **/
  #author .flex{
    display: block;
  }
  #author .leftWrap{
    width: 50%;
    margin: 0 auto;
  }
  #author .rightWrap .name{
    font-size: 1.1rem;
  }
  /** DCCS **/
  #other{

  }
    /** DCCS solveCase **/
  #solveCase .solveCaseContent{
    padding: 10px;
  }
  #solveCase .solveCaseContent .flex{
    display:block;
  }
  #solveCase .solveCaseContent .infoWrapper{
    padding: 6px 0 0 0;
  }
  #solveCase .solveCaseContent .infoWrapper img{
    max-width: 16vw;
  }
  #solveCase .solveCaseContent .categoly a{
    padding: 2px 4px;
  }
  #solveCase .solveCaseContent .txtWrapper{
    flex: 4;
    padding: 5px 0 5px 10px;
  }
  #solveCase .solveCaseContent .txtWrapper .title{
    font-size: 95%;
  }
  #solveCase .solveCaseContent .txtWrapper .status{
    font-size: 80%;
  }
  #solveCase #other .solveCaseContent .infoWrapper {
      padding: 0;
      margin: 6px;
  }
  #solveCase #other .solveCaseContent{
      padding: 5px;
  }
  #solveCase #singleWrapper{
    padding: 0;
  }
  #solveCase #singleWrapper .solveCaseContent{
    margin: 20px 0;
    padding: 20px 0 10px 0;
    display: block;
  }
  #solveCase #singleWrapper .solveCaseContent .infoWrapper{
    padding: 0;
  }
  #solveCase #singleWrapper .solveCaseContent .infoWrapper img{
    width: 50%;
    margin-bottom: 1rem;
    max-width: initial;
  }
  #solveCase #singleWrapper .solveCaseContent .txtWrapper{
    padding: 0 1rem;
  }
  /** DCCS column **/
  #column .archive div{
    padding: 0;
  }
  #column .archive .imgWrapper{
    margin-right: 0;
  }
  #column .archive .imgWrapper a{
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
  #column .archive .imgWrapper img{
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: auto;
  }
  #column .archive h3{
    margin: 0;
  }
  #column .archive h3 a{
    font-size: 90%;
  }
  #column .columnContent.archive p{
    font-size: 12px;
    margin: 2px 0;
  }
  #column .dccs time{
    margin-bottom: 0;
  }
  #other .flex .columnContent .imgWrapper{
    max-height: 80px;
  }
  #other .flex .columnContent{
    flex: 46%;
  }
  #other .flex .columnContent .imgWrapper img{
    position: relative;
  }
  /** DCCS qa **/
  #qa .qaContent dl dt, #qa .qaSingleContent dl dt, #qa .qaContentOther dl dt{
    padding: 10px 36px;
    line-height: 130%;
    font-size: 90%;
  }
  #qa .qaContent dl dd a.qaMore,#qa .qaContentOther dl dd a.qaMore{
    width: 100%;
    margin-top: 10px;
  }
  #qa .qaContent dl dt::before, #qa .qaSingleContent dl dt::before, #qa .qaContentOther dl dt::before{
    font-size: 120%;
    top: 10px;
    left: 12px;
  }
  #qa .qaContent dl::after{
    top: 17px;
    right: 16px;
  }
  #qa .qaContent dl dd, #qa .qaSingleContent dl dd{
    padding: 2rem 1rem;
  }
  #qa .qaContent dl dd::before, #qa .qaSingleContent dl dd::before{
    left: 14px;
    top: 9px;
  }
  #qa .qaContent dl dd p{
    margin: 0;
    font-size: 90%;
  }
  #qa .qaSingleContent .categoly{
    margin-top: 10px;
  }
  /** voice **/
  #voice .voiceContent .title a{
    font-size: 100%;
    line-height: 140%;
  }
  #voice #singleWrapper .flex{
    display: block;
  }
  #voice #singleWrapper .flex .imgWrapper img{
    width: 40%;
    margin: 1rem auto;
  }
  /** underLink **/
  #underLink{
    border: 1px solid #e9e9e9;
  }
  #underLink ul{
    display: block;
    margin: 0;
    padding: 5px 15px;
  }
  #underLink ul li{
    width: 100%;
    margin: 5px 0;
  }
  #underLink ul a{
    background: #FFF;
    border: none;
    border-bottom: 1px dotted;
    text-align: left;
    font-weight: normal;
    padding: 0 3px 5px 25px;
    font-size: 85%;
    position: relative;
  }
  #underLink ul li:last-child a{
    border: none;
  }
  #underLink ul a::before {
    content: '\f101';
    font-size: 11px;
    position: absolute;
    top: 1px;
    left: 3px;
    font-family: "Font Awesome 5 Free";
    color: #1b1b1b;
    font-weight: bold;
  }
  /* sideBar */
  #sidebar {
    padding: 10px;
    margin: 0;
    display: block;
    width: 100%;
  }
  #sidebar .mailWrapper a{
    font-size: 100%;
  }
  #sidebar .telWrapper a{
      font-size: 190%
  }
}









