@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
::-moz-selection {
  background: #1D328E;
}
::selection {
  background: #1D328E;
}

::-webkit-selection {
  background: #1D328E;
}

::-moz-selection {
  background: #1D328E;
}

::-ms-selection {
  background: #1D328E;
}

::-o-selection {
  background: #1D328E;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mt150 {
  margin-top: 150px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt150 {
  padding-bottom: 150px;
}

top .pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

@media print {
  * {
    zoom: 1;
  }
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.45;
    color: #000;
    background: none;
    font-size: 14pt;
    -webkit-print-color-adjust: exact;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  #pageTop {
    display: none !important;
  }
  .wrapper {
    width: auto;
    margin: 0 auto;
    position: relative;
    clear: both;
  }
  .breadcrumbs {
    display: none !important;
  }
  .ribbonWrap {
    position: absolute;
    top: 50%;
    left: -9px;
  }
  .ribbonWrap .ribbon {
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    background-color: #4087b3;
    color: #fff;
    font-size: 0.75rem;
  }
  .ribbonWrap .ribbon::before, .ribbonWrap .ribbon::after {
    content: "";
    position: absolute;
  }
  .ribbonWrap .ribbon::before {
    top: 100%;
    left: 0;
    border-width: 0 9px 9px 0;
    border-style: solid;
    border-color: transparent;
    border-right-color: #4b81a3;
  }
  .centerIcon {
    width: 70px;
    height: auto;
    margin: 0 auto 20px;
  }
  .topTitle {
    text-align: center;
    font-size: 1.875em;
    margin-bottom: 70px;
  }
  .topTitle span {
    position: relative;
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    font-weight: 100;
    font-family: "Noto Sans", sans-serif;
  }
  .topTitle span:before {
    width: 280px;
    height: 4px;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../images/dotted.png");
  }
  .topTitleSub {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    text-align: center;
  }
  .topTitleSub span {
    font-size: 2.25rem;
    font-weight: 200;
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
  }
  .topTitleSub span::before, .topTitleSub span::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 400%;
    height: 1px;
    background-color: #000;
  }
  .topTitleSub span::before {
    right: 100%;
  }
  .topTitleSub span::after {
    left: 100%;
  }
  .textCenter {
    text-align: center;
    line-height: 2em;
    margin-bottom: 30px;
  }
  .imgBdrs img {
    border-radius: 10px;
  }
  .column ul {
    text-align: center;
    font: 0;
  }
  .column ul li {
    width: 28%;
    display: inline-block;
    margin-right: 5%;
    vertical-align: top;
  }
  .column ul li:last-child {
    margin-right: 0;
  }
  .column ul li img {
    width: 100%;
  }
  .column2 ul li {
    margin-right: 5%;
  }
  .column4 ul {
    margin-top: 80px;
  }
  .column4 ul li {
    width: 23% !important;
    margin-right: 1% !important;
  }
  .column5 ul {
    margin-top: 80px;
  }
  .column5 ul li {
    width: 18% !important;
    margin-right: 1% !important;
  }
  .nextBtn {
    position: relative;
  }
  .nextBtn a {
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-weight: 600;
    background-color: #367ec9 !important;
    display: block;
    border-radius: 27px;
    zoom: 1;
  }
  .nextBtn:before {
    display: none;
  }
  .bottomBtn:before {
    display: none;
  }
  .bgLinePat {
    background: url("../images/bg_service.png");
  }
  .header {
    width: auto;
    position: absolute;
    top: 0;
  }
  .header h1 {
    float: left;
  }
  .header nav {
    width: auto;
    float: right;
    margin-top: 5px;
  }
  .header nav #dropmenu {
    display: none;
  }
  .topPageKv {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: -1;
  }
  .topPageKv img {
    width: 100%;
  }
  .topPageKv h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  .topPageKv .arrowU {
    width: 30px;
    height: 30px;
    z-index: 100;
    position: absolute;
    bottom: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #367ec9;
    border-radius: 50%;
  }
  .topPageKv .arrowU:before {
    display: none;
  }
  .topGlobal {
    width: 100%;
    height: auto;
    padding: 120px 0 0;
  }
  .topCatch {
    margin: -50px 0 140px;
    z-index: 1000;
  }
  .topCatch p {
    line-height: 40px;
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
  .topCatch ul {
    text-align: center;
    font: 0;
    margin-top: 80px;
  }
  .topCatch ul li {
    display: inline-block;
    margin: 0 10px;
  }
  .topCatch ul li a {
    width: 320px;
  }
  .topService {
    padding-bottom: 150px;
  }
  .topService .nextBtn a {
    height: 40px;
    line-height: 40px;
    font-size: 0.875rem;
  }
  .topVoice {
    padding-top: 0;
  }
  .topVoice .topVoiceBg {
    height: 765px;
    background: url("../images/bg_voice.jpg") no-repeat center center;
    background-size: contain;
  }
  .topVoice .topVoiceBg .wrapT {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
  }
  .topVoice .topVoiceBg .wrapT .wrapC {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .topVoice .topVoiceBg .wrapT .wrapC h3 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 400;
  }
  .topVoice .topVoiceBg .wrapT .wrapC .nextBtn {
    width: 320px;
    margin: 30px auto 0;
    text-align: center;
  }
  .topVoice .voiceBg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
  }
  .topVoice .voiceBg img {
    width: 100%;
  }
  .topVoice p {
    text-align: center;
  }
  .topVoice .nextBtn {
    width: 320px;
    margin: 80px auto 0;
    text-align: center;
  }
  .topRecruit {
    background: #cde9e4;
    padding-bottom: 120px;
  }
  .topRecruit .nextBtn {
    width: 100%;
    text-align: center;
  }
  .topContact li:first-child p {
    margin-top: 20px;
  }
  .topContact li:first-child p a {
    font-size: 1.125rem;
    font-family: "Ubuntu", sans-serif;
  }
  .topContact p {
    text-align: center;
    margin-bottom: 40px;
  }
  .lowerPageKv {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: -1;
  }
  .lowerPageKv img {
    width: 100%;
  }
  .lowerPageKv .kvTopIcon {
    width: 40px;
    height: auto;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  .lowerPageKv h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.875em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    letter-spacing: 0.3em;
  }
  .lowerPageKv h2 span {
    display: block;
    font-size: 50%;
    margin-top: 10px;
    font-weight: 200;
    padding-top: 10px;
    font-family: "Noto Sans", sans-serif;
    letter-spacing: 0.5em;
  }
  .lowerPageKv h2:after {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 30px;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #000;
    font-size: 0;
    line-height: 0;
    content: "";
  }
  .lowerTopText {
    margin-bottom: 80px;
  }
  .lowerTopText h3 {
    font-weight: 200;
    font-size: 1.625rem;
    text-align: center;
    margin-top: 60px;
  }
  .lowerTopText p {
    width: 60%;
    text-align: center;
    line-height: 2em;
    margin: 40px auto 50px;
  }
  .lowerTopText ul li {
    width: 28%;
    margin-right: 5%;
  }
  .lowerTopText ul li p {
    width: 100%;
    margin: 0;
  }
  .lowerTopText ul li p a {
    height: 40px;
    line-height: 40px;
    font-size: 0.875rem;
  }
  .sectionTtlArea {
    padding: 90px 0;
  }
  .sectionTtlArea img {
    width: 100%;
  }
  .sectionTtlArea p {
    padding: 80px 0 0;
    text-align: center;
    line-height: 2.2em;
  }
  .sectionDesc {
    padding: 100px 0 110px;
  }
  .sectionDesc .middleTtl {
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .sectionDesc .pageDescP {
    text-align: center;
    margin-bottom: 50px;
  }
  .pill {
    width: 15px;
    height: 15px;
    display: block;
    background: #367ec9;
    border-radius: 50%;
    text-align: center;
    margin: 70px auto;
  }
  .w70 {
    width: 70%;
    margin: 0 auto;
  }
  .dummyChart {
    width: 100%;
    height: 600px;
    text-align: center;
    line-height: 600px;
    background: #d4d4d4;
    color: #a9a9a9;
  }
  .table table {
    width: 100%;
    border-top: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
  }
  .table table tr th {
    width: 35%;
    height: auto;
    vertical-align: middle;
    border-right: solid 1px #666;
    margin: 0;
    color: #333;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
  }
  .table table tr td {
    vertical-align: middle;
  }
  .table table tr .bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
  }
  .table table tr .data {
    width: 70%;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    text-align: left;
    padding: 10px 20px;
    vertical-align: middle;
    overflow: hidden;
  }
  .aboutPage .topMessage p {
    width: 80%;
    margin: 0 auto 50px;
    text-align: center;
    padding: 0;
  }
  .aboutPage .lowerTopText {
    margin-top: 60px;
  }
  .aboutPage .companyPolicy {
    width: 90%;
    margin: 0 auto;
  }
  .aboutPage .companyPolicy .policyImg ul {
    text-align: center;
  }
  .aboutPage .companyPolicy .policyImg ul li {
    display: block;
    position: relative;
    margin-bottom: 2%;
    color: #fff;
  }
  .aboutPage .companyPolicy .policyImg ul li h2 {
    font-size: 1.25rem;
    line-height: 2em;
    text-shadow: none !important;
    color: #fff;
  }
  .aboutPage .maintecmind .sectionTtlArea img {
    width: auto;
  }
  .aboutPage .maintecmind .sectionTtlArea p {
    padding: 0;
  }
  .aboutPage .maintecmind ul {
    text-align: center;
    margin-top: 50px;
  }
  .aboutPage .maintecmind ul li {
    width: 100%;
    margin: 1%;
    display: block;
    vertical-align: top;
  }
  .aboutPage .maintecmind ul li h3 {
    margin-top: 20px;
  }
  .aboutPage .maintecmind ul li p {
    width: 80%;
    margin: 10px auto 0;
    padding-top: 0;
    text-align: left;
  }
  .aboutPage .maintecmind .nextBtn {
    width: 320px;
    margin: 50px auto 0;
    text-align: center;
    padding: 0;
  }
  .servicePage .serviceTrain .serviceTrainMiniP {
    font-size: 0.75rem;
    text-align: left;
    margin-top: 5px;
  }
  .servicePage .serviceOterOffice {
    background: -linear-gradient(top, #e2f0ff, rgba(255, 0, 0, 0));
    padding: 90px 0;
  }
  .servicePage .serviceOterOffice .middleTtl2, .servicePage .serviceOterOffice p {
    text-align: center;
  }
  .servicePage .serviceOterOffice .middleTtl2 {
    margin-top: 40px;
  }
  .servicePage .serviceOtherCon p {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .servicePage .serviceOtherCon ul {
    margin-top: 30px;
  }
  .servicePage .serviceOtherCon ul li h3 {
    margin-top: 20px;
  }
  .servicePage .serviceOtherCon ul li p {
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 1.4em;
    text-align: left;
  }
  .servicePage .serviceOtherCon ul li .nextBtn {
    text-align: center;
  }
  .servicePage .serviceOtherCon .topContact li a {
    font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1rem;
  }
  .servicePage .serviceOtherCon .topContact li p {
    margin-bottom: 0;
    font-weight: 400;
  }
  .servicePage .serviceOtherCon .topContact .nextBtn {
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
  }
  .servicePage .serviceOtherCon .topContact .nextBtn br {
    display: none;
  }
  .serMainMinBg {
    height: 340px;
    background: url("../images/building_title_bg4.jpg") no-repeat center center;
    background-size: cover;
  }
  .serMainMinBg .wrapT {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
  }
  .serMainMinBg .wrapT .wrapC {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .serMainMinBg .wrapT .wrapC h3 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 400;
  }
  .serMainMinBg .wrapT .wrapC .nextBtn {
    width: 320px;
    margin: 30px auto 0;
    text-align: center;
  }
  .recruitPage .lowerTopText h3 {
    margin-bottom: 50px;
  }
  .recruitPage .sectionTtlArea {
    padding: 0;
  }
  .recruitPage .recruitMessage p {
    padding: 0;
  }
  .recruitPage .recruitEntory p {
    padding: 0;
  }
  .outlinePage .outlineCon h3 {
    text-align: center;
    font-size: 50px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 200;
  }
  .outlinePage .outlineCon h3 span {
    display: block;
    font-size: 30px;
  }
  .outlinePage .outlineCon p {
    padding: 0;
    margin: 0 0 50px;
  }
  .outlinePage .outlineCon .nextBtn {
    width: 320px;
    margin: 30px auto 0;
    text-align: center;
  }
  .outlinePage .outlineCon span {
    text-align: center;
    display: block;
    margin-top: 5px;
  }
  .outlinePage .outlineCon .pdfDesc {
    width: 320px;
    margin: 20px auto 0;
  }
  .outlinePage .outlineCon .pdfDesc p {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  .outlinePage .outlineCon .pdfDesc img {
    width: auto;
    display: block;
    text-align: right;
  }
  .outlinePage .outlineAccess .sectionTtlArea {
    padding-bottom: 0;
  }
  .outlinePage .outlineAccess iframe {
    width: 780px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .outlinePage .outlineRelated .sectionTtlArea ul {
    text-align: center;
  }
  .outlinePage .outlineRelated .sectionTtlArea ul li {
    width: 45%;
    display: inline-block;
    margin: 0 10px;
  }
  .outlinePage .outlineRelated .sectionTtlArea ul li p {
    padding: 0;
  }
  .outlinePage .outlineBusinessArea p, .outlinePage .outlineNumber p {
    padding: 0;
    margin-bottom: 20px;
  }
  .recruitPage .sectionDesc {
    padding-top: 0;
  }
  .recruitPage .recruitMessage mb p {
    text-align: center;
    padding: 0;
    margin-bottom: 60px;
  }
  .recruitPage .recruitAdoption .sectionDesc {
    padding-top: 0;
    text-align: left;
  }
  .recruitPage .recruitAdoption .sectionDesc .qaList .qaListWrap {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 10px;
  }
  .recruitPage .recruitAdoption .sectionDesc .qaList .qaListWrap:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .recruitPage .recruitAdoption .sectionDesc .qaList .qaListWrap ul li {
    padding-left: 20px;
  }
  .recruitPage .recruitAdoption .sectionDesc .qaList .qaListWrap ul li p {
    width: 85%;
    margin-left: 5px;
    margin-bottom: 20px;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    margin-right: -0.2rem;
    display: inline-block;
  }
  .recruitPage .recruitAdoption .sectionDesc .qaList .qaListWrap ul li .qa:before {
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    vertical-align: top;
    display: inline-block;
    margin-top: -3px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: center;
  }
  .recruitPage .recruitAdoption .sectionDesc .qaList .qaListWrap ul li .q:before {
    content: "Q";
    background-color: #367ec9;
  }
  .recruitPage .recruitAdoption .sectionDesc .qaList .qaListWrap ul li .a:before {
    content: "A";
    background-color: #F36861;
  }
  .recruitPage .mainLoop {
    height: 350px;
    position: relative;
    background-image: url("../images/loopslider.jpg");
    background-size: cover;
  }
  .recruitPage .recruitVoiceCate .topTitle {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .recruitPage .recruitVoiceCate .nextBtn {
    width: 320px;
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .recruitPage .recruitInquiries p {
    padding: 0;
    text-align: left;
  }
  .recruitPage .recruitInquiries .recuContactDesc .recuContactName {
    text-align: right;
    font-size: 0.75rem;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  .recruitPage .recruitInquiries .recuContactDesc .desc {
    text-align: left;
    line-height: 1.8em;
    margin-bottom: 10px;
  }
  .recruitPage .recruitInquiries .recuContactDesc .span {
    font-size: 0.75rem;
    margin-bottom: 40px;
  }
  .reliabilityPage .reliabCon {
    margin-bottom: 150px;
  }
  .reliabilityPage .pikcupArea {
    margin-top: 50px;
    padding: 30px;
    background: #ccdff3;
    border: 2px solid #1f61a6;
  }
  .reliabilityPage .pikcupArea .pikcupAreaLi li {
    width: 95%;
    margin: 0 auto;
  }
  .reliabilityPage .pikcupArea .pikcupAreaLi li .middleTtl {
    text-align: center;
    font-size: 1.375rem;
  }
  .reliabilityPage .pikcupArea .pikcupAreaLi li .middleTextP {
    text-align: center;
    margin: 20px 0 30px;
  }
  .reliabilityPage .pikcupArea .pikcupAreaLi li .pickupImg {
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }
  .reliabilityPage .pikcupArea .pikcupAreaLi li .textArea {
    width: 53%;
    display: inline-block;
    margin-left: 1%;
    vertical-align: top;
  }
  .reliabilityPage .pikcupArea .pikcupAreaLi li:last-child .pill {
    display: none;
  }
  .privacyPage .privacyCon p {
    padding: 0;
    text-align: left;
  }
  .privacyPage .privacyCon .dayText {
    margin-bottom: 40px;
  }
  .privacyPage .privacyCon .topP {
    margin-bottom: 30px;
  }
  .privacyPage .privacyCon ol li {
    margin-bottom: 20px;
  }
  .privacyPage .privacyCon ol li p {
    text-indent: 20px;
    line-height: 1.6em;
  }
  .privacyPage .privacyCon .centerP {
    text-align: center;
    margin-top: 40px;
  }
  .womenPage .privacyCon p {
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .womenPage .privacyCon .topP {
    text-align: center;
    margin-bottom: 80px;
  }
  .womenPage .privacyCon ul li {
    text-align: left;
  }
  .womenPage .privacyCon ul li h3 {
    margin: 50px 0 10px;
  }
  .womenPage .privacyCon ul li h4 {
    margin: 30px 0 10px;
    line-height: 1.4em;
  }
  .womenPage .privacyCon ul .nextBtn {
    width: 320px;
    text-align: center;
    margin: 60px auto 0;
  }
  .voicePage .voicePageKv {
    width: 100%;
    margin: 0 auto;
    z-index: -1;
    position: relative;
  }
  .voicePage .voicePageKv img {
    width: 100%;
  }
  .voicePage .voicePageKv h2 {
    position: absolute;
    top: 20%;
    left: 20%;
    font-size: 2.25rem;
    z-index: 100;
    letter-spacing: 0.3em;
    line-height: 1.8em;
  }
  .voicePage .voicePageKv .pageKvText {
    position: absolute;
    top: 0;
    left: 0;
  }
  .voicePage .voicePageKv .nameArea {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 40px;
    border-radius: 10px 10px 0 0/10px 10px 0 0;
    background: #367ec9;
  }
  .voicePage .voicePageKv .nameArea h3, .voicePage .voicePageKv .nameArea p {
    color: #fff;
  }
  .voicePage .voiceWrap {
    width: 890px;
    margin: 0 auto;
    position: relative;
  }
  .voicePage .voiceWrap .voiceSingle .singleTextArea {
    margin: 150px 0 100px;
  }
  .voicePage .voiceWrap .voiceSingle .singleTextArea ul li {
    margin-bottom: 150px;
  }
  .voicePage .voiceWrap .voiceSingle .singleTextArea ul li h3 {
    font-size: 1.5rem;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
  }
  .voicePage .voiceWrap .voiceSingle .singleTextArea ul li h3:before {
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../images/dotted.png");
  }
  .voicePage .voiceWrap .voiceSingle .singleTextArea ul li p {
    width: 52%;
    float: left;
    letter-spacing: 0.2em;
    line-height: 1.8em;
  }
  .voicePage .voiceWrap .voiceSingle .singleTextArea ul li .voiceImg {
    float: right;
  }
  .voicePage .voiceWrap .voiceSingle .singleTextArea ul li:nth-child(2) p {
    float: right;
  }
  .voicePage .voiceWrap .voiceSingle .singleTextArea ul li:nth-child(2) .voiceImg {
    float: left;
  }
  .voicePage .voiceWrap .voiceSingle .singleTextArea ul li:last-child {
    margin-bottom: 0;
  }
  .voicePage .voiceWrap .voiceSchedule {
    width: 70%;
    height: auto;
    background: #9abde1;
    border-radius: 10px;
    padding: 10% 15%;
  }
  .voicePage .voiceWrap .voiceSchedule h2 {
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 50px;
  }
  .voicePage .voiceWrap .voiceSchedule table {
    width: 100%;
    text-align: left;
  }
  .voicePage .voiceWrap .voiceSchedule table tr:last-child .time:before {
    color: #9abde1;
  }
  .voicePage .voiceWrap .voiceSchedule table tr td {
    vertical-align: middle;
    color: #fff;
    padding: 30px 20px;
    text-align: center;
  }
  .voicePage .voiceWrap .voiceSchedule table tr .timeImg {
    width: 15%;
  }
  .voicePage .voiceWrap .voiceSchedule table tr .time {
    width: 25%;
    border-right: 1px dotted #fff;
    position: relative;
  }
  .voicePage .voiceWrap .voiceSchedule table tr .time:before {
    display: none;
  }
  .voicePage .voiceWrap .voiceSchedule table tr .scheCon {
    width: 60%;
    text-align: left;
  }
  .voicePage .voiceWrap .voiceSchedule ul {
    margin-top: 30px;
  }
  .voicePage .voiceWrap .voiceSchedule ul li {
    margin-bottom: 10px;
    color: #fff;
  }
  .voicePage .voiceWrap .voiceJoin h2 {
    font-size: 1.75rem;
    text-align: center;
    margin: 90px 0 60px;
  }
  .voicePage .voiceWrap .voiceJoin ul {
    text-align: center;
  }
  .voicePage .voiceWrap .voiceJoin ul li {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
  }
  .voicePage .voiceWrap .voiceJoin ul li h3 {
    font-size: 1.375rem;
  }
  .voicePage .voiceWrap .voiceJoin ul li .voiceBtn:after {
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 1.375rem;
    color: #fff;
    content: "\f196";
    position: absolute;
    top: 55%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .voicePage .voiceWrap .voiceJoin ul li .voiceBtn a {
    font-size: 1.25rem;
    font-weight: 400;
  }
  .voicePage .voiceWrap .voiceJoin ul li span {
    display: block;
    font-size: 0.75rem;
    margin-top: 10px;
  }
  .voicePage .voiceWrap .voiceRelated {
    padding-bottom: 60px;
  }
  .voicePage .voiceWrap .voiceRelated ul li h2 {
    width: 80%;
    margin: 0 auto 10px;
    position: relative;
    padding: 15px;
    text-align: left;
  }
  .voicePage .voiceWrap .voiceRelated ul li h2 br {
    display: none;
  }
  .voicePage .voiceWrap .voiceRelated ul li h2:before {
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../images/dotted.png");
  }
  .voicePage .voiceWrap .voiceRelated ul li .nameArea {
    width: 70%;
    margin: 0 auto;
  }
  .voicePage .voiceWrap .voiceRelated ul li .nameArea h3, .voicePage .voiceWrap .voiceRelated ul li .nameArea p {
    text-align: left;
  }
  .voicePage .voiceWrap .voiceRelated ul li .nameArea h3 {
    margin-bottom: 5px;
  }
  .voicePage .voiceWrap .voiceRelated ul li .nameArea p {
    font-size: 0.75rem;
    font-weight: 600;
  }
  .g3Article ul {
    text-align: center;
    font: 0;
  }
  .g3Article ul li {
    width: 31%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
  }
  .g3Article ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .g3Article ul li .articleTitle {
    font-size: 0.75rem;
    text-align: left;
    color: #9e9e9e;
    margin: 8px 0 6px;
  }
  .voiceArticle {
    padding-bottom: 60px;
  }
  .voiceArticle ul li {
    margin-bottom: 60px;
  }
  .voiceArticle ul li h2 {
    width: 80%;
    margin: 0 auto 10px;
    position: relative;
    padding: 15px;
    text-align: left;
  }
  .voiceArticle ul li h2 br {
    display: none;
  }
  .voiceArticle ul li h2:before {
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../images/dotted.png");
  }
  .voiceArticle ul li .nameArea {
    width: 70%;
    margin: 0 auto;
  }
  .voiceArticle ul li .nameArea h3, .voiceArticle ul li .nameArea p {
    text-align: left;
  }
  .voiceArticle ul li .nameArea h3 {
    margin-bottom: 5px;
  }
  .voiceArticle ul li .nameArea p {
    font-size: 0.75rem;
    font-weight: 600;
  }
  #footerWrap {
    width: 100%;
    height: auto;
    clear: both;
    position: relative;
    margin-top: 150px;
  }
  #footerWrap .footerWrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1120px;
  }
  #footerWrap .mainLoop {
    height: 102px;
    position: relative;
    background: url("../images/footer_loop.png") repeat-x;
  }
  #footerWrap .footerBg {
    width: 100%;
    height: auto;
    background: #eaeaea;
    padding: 40px 0 60px;
  }
  #footerWrap .footerBg .footerNav .footNavWrap {
    text-align: center;
  }
  #footerWrap .footerBg .footerNav .footNavWrap .footList {
    width: 16%;
    margin-right: 4%;
    vertical-align: top;
    border-left: 1px solid #8f8f8f;
    display: inline-block;
  }
  #footerWrap .footerBg .footerNav .footNavWrap .footList:last-child {
    margin-right: 0;
  }
  #footerWrap .footerBg .footerNav .footNavWrap .footList h3 {
    color: #464646;
    font-size: 0.75rem;
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 8px;
    text-align: left;
  }
  #footerWrap .footerBg .footerNav .footNavWrap .footList h3 a {
    color: #464646;
    font-size: 0.75rem;
  }
  #footerWrap .footerBg .footerNav .footNavWrap .footList h3 span {
    margin-right: 5px;
  }
  #footerWrap .footerBg .footerNav .footNavWrap .footList h3 span img {
    width: 22px;
  }
  #footerWrap .footerBg .footerNav .footNavWrap .footList ul {
    margin-bottom: 10px;
  }
  #footerWrap .footerBg .footerNav .footNavWrap .footList ul li {
    text-align: left;
    margin-left: 10px;
  }
  #footerWrap .footerBg .footerNav .footNavWrap .footList ul li a {
    font-size: 0.75rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #footerWrap .footerBg .footerNav .footNavWrap .footList ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-decoration: underline;
  }
  #footerWrap .footerBg .footerNav .footNavWrap .footList .ftTn li:nth-child(2) a {
    letter-spacing: 0;
  }
  #footerWrap .footerCopy {
    width: 100%;
    padding: 22px 0;
    background: #36a1b8;
  }
  #footerWrap .footerCopy a {
    font-size: 0.75rem;
    color: #fff;
  }
  #footerWrap .footerCopy ul {
    text-align: left;
    float: left;
  }
  #footerWrap .footerCopy ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    position: relative;
  }
  #footerWrap .footerCopy ul li:last-child :after {
    background: none;
  }
  #footerWrap .footerCopy ul li :after {
    width: 1px;
    height: 15px;
    position: absolute;
    right: 0;
    bottom: 3px;
    display: block;
    background-color: #fff;
    font-size: 0;
    line-height: 0;
    content: "";
  }
  #footerWrap .footerCopy .footCopy {
    float: right;
  }
  .thanksPage {
    margin-top: 80px;
  }
  .thanksPage h3 {
    margin-top: 50px;
    line-height: 1.5em !important;
  }
  .notfound h1 {
    text-align: center;
    margin: 30% 0;
    font-size: 20px;
  }
  .notfound p {
    text-align: center;
  }
  .notfound p a {
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notfound p a:hover {
    color: #367ec9;
  }
  .dummyBox {
    width: 80%;
    height: 320px;
    background: #dcdcdc;
    margin: 0 auto;
    border-radius: 10px;
  }
}/*# sourceMappingURL=print.css.map */