@charset "UTF-8";

/*------------------------------------------------------------
  commmon setting
------------------------------------------------------------*/
html{
  scroll-padding-top: 97px;
  scroll-behavior: smooth;
}
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:88%;
  min-width: 1100px;
  margin: 0 auto;
}
.minContentWrapper {
  width: 1300px;
  margin: 0 auto;
}
/** 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:#231815;
  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;
}
.montserrat {
  font-family: 'Montserrat','Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}
a {
  color: #231815;
  word-break: break-all;
  transition : all 0.5s ease 0s;
}
a:hover {
  color:#0070c6;
  opacity: 1;
}
*, *::before, *::after {
  box-sizing: border-box;
}
img{
  max-width:100%;
}
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 {

}
/** text **/
.wpContent .right{
  text-align:right;
}
.wpContent .center{
  text-align:center;
}
.wpContent h2{
  font-size: 2rem;
  font-weight: 700;
  margin: 5rem 0 1rem 0;
  border-left: 12px solid #014599;
  padding-left: 1rem;
}
.wpContent h3{
    font-size: 1.5rem;
    font-weight: 700;
    margin: 3rem 0 0 0;
    background: #014599;
    color: #FFF;
    border-radius: 30px;
    padding: 10px 10px 10px 2rem;
}
.wpContent h4 {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 2px solid;
  margin: 3rem 0 0 0;
}
.wpContent h5 {
  font-size: 1.3rem;
  margin: 1.5rem 0;
  font-weight: bold;
  padding-left: 1.5rem;
  position: relative;
}
.wpContent h5::before{
    display: block;
    position: absolute;
    content: "■";
    left: 0;
}

.wpContent p {
    line-height: 200%;
    margin: 1.5rem 0;
    font-size:1.05rem;
}
.wpContent .small{
 font-size: 80%;
}
.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: #0070c6;
    text-decoration: underline;
    font-weight: bold;
}
.wpContent a:hover{
  opacity:0.6;
}
.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 1rem 30px;
}
.wpContent li {
  padding: 10px 0;
  list-style: disc;
}
.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::before{
  content: '\f35a';
  font-size: 15px;
  position: absolute;
  top: 15px;
  left: 16px;
  font-family: "Font Awesome 5 Free";
  color: #1b1b1b;
}
.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%;
  font-size: 14px;
}
.wpContent table th, .wpContent table td {
  border: 1px solid #c0c0c0;
  line-height: 220%;
  padding: 1rem;
}
.wpContent table th {
  background: #f1f1f1;
  color:#014599;
  text-align: center;
  font-weight: 700;
}

/*------------------------------------------------------------
  under page header
------------------------------------------------------------*/
.pageHeader {
  background: url(../img/common/commonBg.jpg) no-repeat;
  background-size:cover;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: 97px;
}
#voice .pageHeader{
  background: url(../img/content/voice/voiceHd.jpg) no-repeat;
  background-size:cover;
  position: relative;
  overflow: hidden;
}
.pageHeader h2 ,.pageHeader p{
    font-size: 2.5rem;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    margin: 11vw 0 2vw 0;
    line-height: 100%;
}
.pageHeader h2 span.label,.pageHeader p span.label{
  background: #014599;
  padding: 5px 2rem;
}
.pageHeader h2 a {
  color: #FFF;
}

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

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

.breadcrumbs {
  padding: 1rem;
}
.breadcrumbs span {
  display: inline-block;
  font-size: 1rem;
}

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


/*----------------------------------------
  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;
  margin: 4rem 0;
}
#notFound .wpContent a {
  display: block;
  color: #014599;
  border: 2px solid;
  text-align: center;
  padding: 10px 0;
  width: 60%;
  margin: 20px auto;
  border-radius: 80px;
  text-decoration: none;
}

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

.dccs time {
  font-weight:700;
}
.dccs #singleWrapper{
  padding: 0;
}
/** categoly **/
.dccs .categoly {
  display: inline-block;
}
.dccs .categoly ul{
  margin:0;
}
.dccs .categoly ul li{
  list-style:none;
}
.dccs .categoly a {
  border: 1px solid;
  border-radius: 80px;
  color: #FFF;
  background: #0070c6;
  padding: 0 30px;
  margin: 0 5px 0 0;
  line-height: 160%;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.dccs .category .post-categories {
  display: flex;
}
.dccs .backLink{
    width: 35%;
    min-width: 350px;
    display: block;
    background: #014599;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    padding: 1rem;
    border-radius: 7px;
    margin: 8rem auto 2rem auto;
}
/** arcive page **/

/** single page **/


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

/** arcive page **/
/** categoly page **/
#info .infoWrapper{
    gap: 1%;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
}
#info .infoWrapper .imgWrap{
    flex: 1;
}
#info .infoWrapper .imgWrap a{
    flex: 1;
    position: relative;
    background: #FFF;
    border: 1px solid #9d9d9d;
    width: 170px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
}
#info .infoWrapper .imgWrap a img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 110%;
    width: 110%;
}
#info .infoWrapper .txtWrap{
    flex: 5;
}
#info .infoWrapper .timeFlex{
    align-items: baseline;
    gap: 2%;
}
#info .infoWrapper  a.title{
    font-size: 1.6rem;
    text-decoration: none;
    color: #231815;
    line-height: 130%;
    display: block;
}
#info .infoWrapper .txt{
    padding: 2rem;
    background: #f8f8f8;
    margin: 2rem 0 7rem 0;
}
#info .infoWrapper .txt h2,
#info .infoWrapper .txt h3,
#info .infoWrapper .txt h4,
#info .infoWrapper .txt h5,
#info .infoWrapper .txt h6{
      margin: 2rem 0;
}
#info  ul.flex{
  margin: 0 auto;
}
#info  ul.flex li{
  flex:1;
  list-style: none;
}



/** single page **/
#info #single time{
    text-align: right;
    display: block;
    margin-bottom: 4rem;
}
#info #single .imgWrap img{
    display: block;
    margin: 0 auto 3rem auto;
    max-width: 100%;
    height: auto;
}

/*----------------------------------------
  DCCS speach
------------------------------------------ */

/** arcive page **/
/** categoly page **/
#speach .infoWrapper .flex{
    align-items: baseline;
    gap: 2%;
}
#speach .infoWrapper  a.title{
    font-size: 2.5rem;
    text-decoration: none;
    color: #231815;
    line-height: 130%;
    display: block;
}
#speach .infoWrapper .txt{
    padding: 2rem;
    background: #f8f8f8;
    margin: 2rem 0 7rem 0;
}
#speach .infoWrapper .txt h2,
#speach .infoWrapper .txt h3,
#speach .infoWrapper .txt h4,
#speach .infoWrapper .txt h5,
#speach .infoWrapper .txt h6{
      margin: 2rem 0;
}

/** single page **/
#speach #single time{
    text-align: right;
    display: block;
    margin-bottom: 4rem;
}

/*----------------------------------------
  DCCS voice
------------------------------------------ */

/** arcive page **/
#voice #arcive .voiceWrapper{
    margin-bottom: 6rem;
}
#voice #arcive .voiceWrapper .title{
    text-decoration: none;
    color: #014599;
    font-size: 2.6rem;
    margin-bottom: 2rem;
}
#voice #arcive .voiceWrapper .voiceFlex{
    gap: 3%;
}
#voice #arcive .voiceWrapper .voiceFlex .imgWrap{
    flex: 1;
}
#voice #arcive .voiceWrapper .voiceFlex .imgWrap a{
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
#voice #arcive .voiceWrapper .voiceFlex .imgWrap a img{
    position: absolute;
    width: fit-content;
    left:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
}
#voice #arcive .voiceWrapper .voiceFlex .txtWrap{
    flex: 4;
}
#voice #arcive .voiceWrapper .voiceFlex .txtWrap .infoFlex{
    align-items: anchor-center;
    gap: 3%;
}
#voice #arcive .voiceWrapper .voiceFlex .txtWrap .catList{
    gap: 5%;
    margin: 0;
}
#voice #arcive .voiceWrapper .voiceFlex .txtWrap .catList li{
    list-style: none;
    width: 70px;
}
#voice #arcive .voiceWrapper .voiceFlex .txtWrap .label{
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
}
#voice #arcive .voiceWrapper .voiceFlex .txtWrap .txt{
    margin: 1rem 0 0 0;
}

/** single page **/
#voice #single h1{
    text-decoration: none;
    color: #014599;
    font-size: 2.6rem;
    margin: 4rem 0 2rem 0;
    font-weight: 700;
}
#voice #single .infoFlex{
    align-items: anchor-center;
    gap: 3%;
}
#voice #single .infoFlex .catList{
    gap: 5%;
    margin: 0;
}
#voice #single .infoFlex .catList li{
    list-style: none;
    max-width: 100px;
}
#voice #single .infoFlex .label{
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 150%;
}
#voice #single .centerFlex{
    gap: 3%;
    margin-top: 2rem;
}
#voice #single .centerFlex .imgWrap .imgBox{
    width: 40vw;
    height: 40vw;
    position: relative;
    overflow: hidden;
}
#voice #single .centerFlex .imgWrap .imgBox img{
    position: absolute;
    width: fit-content;
    left:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
}
#voice #single .centerFlex .txtWrap .hd{
  color: #014599;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 0;
}
#voice #single .underTxt{
  margin: 3rem 0;
}
#voice #single .comment p{
  font-weight: 600;
  font-size: 1.4rem;
}
#voice #single .mgFlex{
    background: #F1F9FF;
    padding: 2rem;
    margin: 2rem 0;
    gap: 3%;
}
#voice #single .mgFlex .imgWrap{
    width: 133px;
}
#voice #single .mgFlex .txtWrap{
    flex: 5;
}
#voice #single .mgFlex .txtWrap .hd{
    font-weight: 700;
    font-size: 1.3rem;
    margin: 0;
}
#voice #single .mgFlex .txtWrap .txt p{
     margin: 0;
}

/** other **/
#voice .other{
    background: #F6F6F6;
    padding: 6rem 1rem 2rem 1rem;
    margin-top: 5rem;
}
#voice .otherFlex{
    gap: 5%;
}
#voice .otherFlex .imgWrap{
    border-radius: 20px;
    overflow: hidden;
}
#voice .otherFlex a.title{
    text-decoration: none;
    color: #000;
    font-size: 140%;
}
a.more{
    font-size: 140%;
    background: #014599;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.05rem;
    font-weight: 700;
    padding: 1rem;
    border-radius: 4px;
    max-width: 400px;
    text-decoration: none;
    margin: 4rem auto;
    display: block;
}

@media (max-width: 1190px) {
  .contentWrapper ,.minContentWrapper{
    width: 100%;
    min-width: auto;
  }
  header .contentWrapper,footer .contentWrapper{
    padding:0 1rem;
  }
  #notFound .wpContent{
    padding: 1rem;
  }
}


@media (max-width: 1099px) {
  /** common flame **/
  .contentWrapper ,.minContentWrapper{
    padding: 0;
  }
  .underlayerWrapper.double {
      width: 100%;
      padding: 0;
  }
  .underlayerWrapper .pageHeader img {
    width: 100%;
  }
  /** wpContent **/
  .wpContent h3, #other h3{
    margin: 2rem 0 1rem 0;
  }
  /** breadcrumbs **/
  .breadcrumbs {

  }
  /** DCCS voice **/
  #voice #arcive .voiceWrapper .title{
    font-size: 2rem;
  }
  #voice #single h1{
    font-size: 2.2rem;
  }

}

@media (max-width: 1190px) {

    .wpContent .contentWrapper,.wpContent .minContentWrapper{
      padding:1rem;
    }
}

@media (max-width: 970px) {



    .wpContent p, .wpContent li,.wpContent div,.wpContent dt,.wpContent dd ,.wpContent div,.wpContent a{
      font-size: calc(18 / 970* 100vw);
    }
    .wpContent h1{
      font-size: calc(42 / 970* 100vw);
    }
    .wpContent h2{
      font-size: calc(32 / 970* 100vw);
      margin-top: calc(75 / 970* 100vw);
    }
    .wpContent h3, #other h3 {
      font-size: calc(26 / 970* 100vw);
    }
    .wpContent h4 {
      font-size: calc(20 / 970* 100vw);
    }
    .wpContent h5 {
      font-size: calc(18 / 970* 100vw);
    }
    .wpContent h6 {
      font-size: calc(16 / 970* 100vw);
    }
    .wpContent .small{
     font-size: calc(12 / 970* 100vw);
    }
    .pageHeader h2, .pageHeader p{
      font-size: calc(35 / 970* 100vw);
    }
}

@media (max-width: 750px) {

    .wpContent p, .wpContent li,.wpContent div,.wpContent dt,.wpContent dd ,.wpContent div,.wpContent a{
      font-size: calc(18 / 750* 100vw);
    }
    .wpContent h1{
      font-size: calc(42 / 750* 100vw);
    }
    .wpContent h2{
      font-size: calc(32 / 750* 100vw);
      margin-top: calc(75 / 750* 100vw);
    }
    .wpContent h3, #other h3 {
      font-size: calc(26 / 750* 100vw);
    }
    .wpContent h4 {
      font-size: calc(20 / 750* 100vw);
    }
    .wpContent h5 {
      font-size: calc(18 / 750* 100vw);
    }
    .wpContent h6 {
      font-size: calc(16 / 750* 100vw);
    }
    .wpContent .small{
     font-size: calc(12 / 750* 100vw);
    }
    .pageHeader h2, .pageHeader p{
      font-size: calc(27 / 750* 100vw);
      margin: 7vw 0;
    }
    /** DCCS information */
    #info .infoWrapper{
      gap: 4%;
    }
    #info .infoWrapper  a.title{
      font-size: calc(22 / 750* 100vw);
    }
    /** DCCS voice **/
    #voice #arcive .voiceWrapper .voiceFlex{
      display:block;
    }
    #voice #arcive .voiceWrapper .voiceFlex .imgWrap a{
      margin: 0 auto;
      display: block;
    }
    #voice #single .centerFlex{
      display:block;
    }
    #voice #single .centerFlex .imgWrap .imgBox{
      width: 60vw;
      height: 60vw;
      margin: 3rem auto;
    }
}

@media (max-width: 640px) {

  .wpContent p, .wpContent li,.wpContent div,.wpContent dt,.wpContent dd ,.wpContent div,.wpContent a{
    font-size: calc(18 / 640* 100vw);
  }
  .wpContent h1{
    font-size: calc(42 / 640* 100vw);
  }
  .wpContent h2{
    font-size: calc(32 / 640* 100vw);
    margin-top: calc(75 / 640* 100vw);
  }
  .wpContent h3, #other h3 {
    font-size: calc(26 / 640* 100vw);
  }
  .wpContent h4 {
    font-size: calc(20 / 640* 100vw);
  }
  .wpContent h5 {
    font-size: calc(18 / 640* 100vw);
  }
  .wpContent h6 {
    font-size: calc(16 / 640* 100vw);
  }
  .wpContent .small{
   font-size: calc(12 / 640* 100vw);
  }
  .breadcrumbs span{
    font-size: calc(14 / 640* 100vw);
  }
  /** DCCS */
  .dccs .categoly a{
    font-size: calc(18 / 640* 100vw);
  }
  /** DCCS information */
  #info .infoWrapper  a.title{
    font-size: calc(22 / 640* 100vw);
  }
  /** DCCS voice **/
  #voice #arcive .voiceWrapper .title{
    font-size: calc(32 / 640* 100vw);
  }
  #voice #arcive .voiceWrapper .voiceFlex .txtWrap .label{
    font-size: calc(28 / 640* 100vw);
  }
  #voice #single h1{
    font-size: calc(39 / 640* 100vw);
    margin-bottom: 0;
  }
  #voice #single .infoFlex{
    display:block;
  }
  #voice #single .infoFlex .catList li{
    max-width: 60px;
  }
  #voice #single .infoFlex .label{
    font-size: calc(26 / 640* 100vw);
  }
  #voice #single .centerFlex .txtWrap .hd{
    font-size: calc(29 / 640* 100vw);
  }
  #voice #single .comment p{
    font-size: calc(23 / 640* 100vw);
    line-height: 170%;
  }
  #voice #single .mgFlex{
    padding:1rem;
  }
  #voice #single .mgFlex .imgWrap{
    width: 80px;
  }
  #voice #single .mgFlex .txtWrap .hd{
    font-size: calc(20 / 640* 100vw);
  }
}

@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: 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,.minContentWrapper{
    display: block;
    width: 100%;  
  }
  .pageHeader{
    margin-top: 55px;
    position: relative;
    padding: 8vw 0;
    margin-bottom: 2rem;
    overflow: visible;
  }
  .pageHeader h2 ,.pageHeader p{
    font-size: calc(19 / 480* 100vw);
    position: absolute;
    width: 100%;
    bottom: -13vw;
    z-index: 1;
  }
  .pageHeader h2 span.label, .pageHeader p span.label{
    width: 100%;
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .spBr {
    display: block;
  }
  /*------------------------------------------------------------
  under page custum css
  ------------------------------------------------------------*/
  .wpContent{
/*    padding: 1rem;*/
  }
  .wpContent p, .wpContent li,.wpContent div,.wpContent dt,.wpContent dd ,.wpContent div,.wpContent a{
    font-size: calc(18 / 480* 100vw);
  }
  .wpContent h1{
    font-size: calc(32 / 480* 100vw);
  }
  .wpContent h2{
    font-size: calc(26 / 480* 100vw);
    margin-top: calc(75 / 480* 100vw);
  }
  .wpContent h3, #other h3 {
    font-size: calc(22 / 480* 100vw);
  }
  .wpContent h4 {
    font-size: calc(20 / 480* 100vw);
  }
  .wpContent h5 {
    font-size: calc(18 / 480* 100vw);
  }
  .wpContent h6 {
    font-size: calc(16 / 480* 100vw);
  }
  .wpContent .small{
   font-size: calc(12 / 480* 100vw);
  }
  .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 .backLink{
    width:100%;
    min-width: auto;
  }
  /** breadcrumbs **/
  .breadcrumbs span{
    font-size: calc(14 / 480* 100vw);
  }
  /** DCCS **/
  #voice #arcive .voiceWrapper .voiceFlex .txtWrap .catList li{
    width: 50px;
  }
  #voice #single .mgFlex .txtWrap .txt p{
    font-size: calc(16 / 480* 100vw);
    line-height: 160%;
  }
  #voice #single .centerFlex .imgWrap .imgBox{
    margin: 2rem auto;
  }
  #voice .other{
    padding: 2rem 1rem 0rem 1rem;
  }
  #voice .otherFlex{
    display: block;
  }
  #voice .otherFlex a.title{
    margin-bottom: 1rem;
    font-size: 100%;
  }
  /** notFound **/
  #notFound .wpContent h3 {
    font-size: 90%;
    width: 90%;
    margin: 2rem auto;
  }
  #notFound .wpContent p {
    font-size: 90%;
  }

}

@media (max-width: 380px) {

  .wpContent p, .wpContent li,.wpContent div,.wpContent dt,.wpContent dd ,.wpContent div,.wpContent a{
    font-size: calc(16 / 380* 100vw);
  }
  .wpContent h1{
    font-size: calc(32 / 380* 100vw);
  }
  .wpContent h2{
    font-size: calc(22 / 380* 100vw);
    margin-top: calc(75 / 380* 100vw);
  }
  .wpContent h3, #other h3 {
    font-size: calc(20 / 380* 100vw);
  }
  .wpContent h4 {
    font-size: calc(20 / 380* 100vw);
  }
  .wpContent h5 {
    font-size: calc(18 / 380* 100vw);
  }
  .wpContent h6 {
    font-size: calc(16 / 380* 100vw);
  }
  .wpContent .small{
   font-size: calc(12 / 380* 100vw);
  }
  .breadcrumbs span{
    font-size: calc(14 / 380* 100vw);
  }
  /** DCCS information */
  #info .infoWrapper .timeFlex{
    display:block;
  }
  .dccs .categoly ul li{
    padding: 0 0 6px 0;
  }
}







