@charset "UTF-8";

/*------------------------------------------------------------
  commmon setting
------------------------------------------------------------*/
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;
}
.noLink{
  pointer-events:none;
}
/** main flame **/
.contentWrapper {
  width: 1100px;
  margin: 0 auto;
}
.innerWrapper {
  width: 956px;
  margin: 0px auto;
}
.underlayerWrapper {
  width: 100%;
  margin:2rem 0;
  min-height: 34vw;
}
.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,span{
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
  font-size: 1rem;
  line-height:160%;
  color:#363838;
  letter-spacing:0.15rem;
  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;
}
.red{
  color:#e9455a;
}
.blue{
  color:#115fad;
}
.green{
  color:#87b828;
}

/*------------------------------------------------------------
  under page custum css
------------------------------------------------------------*/

/** frame **/
#mainView ,.pageHeader{
  margin-top: 75px;
}
.wpContent {
  padding: 0;
}
/** text **/
.wpContent h1{
  font-size: 1.6rem;
  margin: 1rem 0;
  padding: 10px 0;
  position: relative;
  font-weight: 700;
}
.wpContent h2{
  font-size: 1.8rem;
  margin: 2rem 0 3rem 0;
  padding: 10px 0;
  position: relative;
  font-weight: 700;
  border-bottom: 2px solid #91c221;
}
.wpContent h3, #other h3 {
  font-weight: bold;
  margin: 2rem 0;
  padding: 10px 10px 10px 20px;
  border-left: solid 6px #91c221;
  background: #f4f3f8;
  font-size: 1.3rem;
  line-height: 1.3;
  position: relative;
}
.wpContent h4 {
  font-size: 1.25rem;
  padding: 10px 0;
  margin: 1rem 0;
  font-weight: bold;
  position: relative;
}

.wpContent h5 {
  font-size: 1.15rem;
  margin: 1.5rem 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;
  position: relative;
}
.wpContent p {
  line-height: 180%;
  margin: 1rem 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 {
  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: #e9465b;
    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{
  color: #333;
  background: #f4f2f0;
  margin: 10px 0;
  line-height: 1.5;
  padding: 1rem 0 1rem 39px!important;
  border-radius: 5px;
  list-style-type: none!important;
  font-weight: bold;
  text-indent: 0;
  position: relative;
}
.wpContent ul.parentPageUl li a{
  display: block;
}
.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;
}
/** table**/
.wpContent table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.wpContent table th, .wpContent table td {
  border-bottom: 1px solid #c0c0c0;
  padding:1.5rem 0;
  text-align: left;
}
.wpContent table th {
  font-weight:600;
}

/*------------------------------------------------------------
  under page header
------------------------------------------------------------*/
.pageHeader {
  overflow:hidden;
  background: #f4f3f7;
  position:relative;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.pageHeader:before{
    content: "";
    background: url(../img/common/ph-left.png) no-repeat;
    background-size: cover;
    width: 300px;
    height: 300px;
    position: absolute;
    left: -60px;
    top: -30px;
}
.pageHeader:after{
    content: "";
    background: url(../img/common/ph-right.png) no-repeat;
    background-size: cover;
    width: 250px;
    height: 250px;
    position: absolute;
    right: -60px;
    top: -30px;
}
.pageHeader h1 ,.pageHeader p{
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  padding: 4.5rem 0;
  margin: 0;
}
.pageHeader h1 a {
  color: #333;
}

/*------------------------------------------------------------
  pager
------------------------------------------------------------*/

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

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

/*----------------------------------------
  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;
}


/*----------------------------------------
  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: 1.5px solid;
  font-size: 12px;
  color: #115fac;
  padding: 0 30px 1px 30px;
  margin: 0 5px 0 0;
  line-height: 160%;
  text-decoration: none;
  font-weight: 700;
}
.dccs .category .post-categories {
  display: flex;
}
#column .columnContent, #qa .qaBox {
    padding: 10px 0 0 0;
    border-bottom: 1px dotted #ccc;
}
/** archive **/
.dccs .archive time{
    margin-bottom: 0;
}
/** single page **/
.single .dccs h3 {
  margin: 0;
  padding: 10px 0;
}

/*----------------------------------------
  DCCS information
------------------------------------------ */

#info .infoWrapper {
  border-bottom: solid 1px #a4a4a4;
  padding: 10px 0;
}
#info .infoWrapper h3 {
  padding: 0;
  border: none;
  margin: 0 0 0 20px;
  background: no-repeat;
  display: inline;
}
#info .infoWrapper h3 a{
  color: #333;
  text-decoration: none;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
#info .infoWrapper time{
  margin-bottom: 0;
}
#info .infoWrapper ul{
    margin: 0;
}
#info .wpContent .infoWrapper h3::after {
  display: none;
}
#info .wpContent .backLink{
  color: #FFF;
  background: #86b827;
  border: 1px solid;
  text-align: center;
  width: 40%;
  text-decoration: none;
  padding: 10px;
  border-radius: 80px;
  margin: 10rem auto 4rem auto;
  display: block;
}


@media (max-width: 1200px) {
  .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 h1, .pageHeader p{

  }
  /** common flame **/
  .contentWrapper {
    width: 100%;
    padding:0 1rem;
  }
  .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 {

  }


}

@media (max-width: 1024px) {

  header .contentWrapper,footer .contentWrapper{
    padding:0 1rem;
  }
  .pageHeader h1, .pageHeader p{
    font-size: 1.5rem;
  }
  .pageHeader:before{
    width: 180px;
    height: 180px;
    position: absolute;
    left: -20px;
    top: 3px;
  }
  .pageHeader:after{
    width: 120px;
    height: 160px;
    position: absolute;
    right: -20px;
    top: 10px;
  }
}



@media (max-width: 600px) {

  /*------------------------------------------------------------
    common setting
  ------------------------------------------------------------*/
  h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd, p ,div ,a,blockquote{
    font-size: 1rem;
  }
  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 h1 ,.pageHeader p{
    padding: 3rem 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 0;
  }
  .wpContent p, .wpContent li,.wpContent div,.wpContent dt,.wpContent dd ,.wpContent div
  ,.wpContent table th, .wpContent table td,.wpContent a{
    font-size: 95%;
  }
  .wpContent p{
    margin: 1rem 0;
  }
  .wpContent h2{
    font-size: 150%;
    margin-bottom: 0.5rem;
  }
  .wpContent h3, #other h3 {
    font-size: 115%;
  }
  .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;
  }


}


@media (max-width: 490px) {

  h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd, p ,div ,a,blockquote{
    font-size: 97%;
  }
  .breadcrumbs{
    padding: 10px 0;
  }
  #mainView, .pageHeader{
    margin-top: 69px;
  }
  .pageHeader:before{
    width: 150px;
    height: 140px;
    position: absolute;
    left: -30px;
    top: -17px;
  }
  .pageHeader:after{
    width: 100px;
    height: 140px;
    position: absolute;
    right: -19px;
    top: -6px;
  }
  .wpContent h2{
      font-size: 120%;
      padding: 0;
      margin: 2rem 0 1rem 0;
  }
  .wpContent h3, #other h3{
    font-size: 100%;
  }

}

