@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');

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

	base_sp.css

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

@media screen and (max-width: 750px) {
  html {
    font-size: 10px;
  }
  body {
    -webkit-font-smoothing: antialiased;
    -webkit-print-color-adjust: exact;
    -webkit-text-size-adjust: 100%;
    color: #000;
    min-width: 320px;
  }
  body * {
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    overflow-wrap: break-word;
  }
  img {
    width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
  .inner {
    padding: 0 15px;
    position: relative;
  }
  #container.simpleLayout {
    padding: 65px 0 0;
  }
  .telLink {
    text-decoration: underline;
  }
  /* font */
  .arial {
    font-family: Arial, sans-serif;
  }
  .roboto {
    font-family: 'Roboto Condensed', sans-serif;
  }

  /* #top_dlBanner
---------------------------------------------*/

#top_dlBanner {
	background: url(https://uniideo.com/img/bg_download.jpg) no-repeat center center /cover;
	height: 240px;
	color: #fff;
	padding: 20px 0px;
	text-align: center;
}

#top_dlBanner h2 {
	font-size: 18px;
	font-weight: bold;
	
}

#top_dlBanner p {
	padding-top: 20px;
	font-size: 13px;
  line-height: 2;
}

#top_dlBanner .dl_btn {
	margin-top: 20px;
}

#top_dlBanner .dl_btn_link {
	font-size: 16px;
	padding: 10px 30px;
	background: #ff5851;
	border-radius: 8px;
}

  /* #footer
---------------------------------------------*/
  #footer {
    clear: both;
    position: relative;
    line-height: 1;
  }
  /* #footerTop */
  #footerTop {
    background: #fff;
    color: #fff;
    padding: 10px 0 25px;
    display: none;
  }
  #footerTop ul {
    text-align: center;
    font-size: 0;
    margin: 0 -15px;
  }
  #footerTop ul li {
    display: inline-block;
    font-size: 1.3rem;
    margin: 15px 12px 0;
  }
  #footerTop ul li a {
    color: #1d1d1d;
  }
  /* #footerBottom */
  #footerBottom {
    background: #fff;
    color: #000;
    padding: 30px 0 0;
    position: relative;
  }
  #footerBottom .inner {
    padding: 0;
  }
  #footerBottom .fLogo {
    font-size: 13px;
    text-align: center;
    width: 130px;
    display: block;
    margin: 0 auto 30px;
  }
  #footerBottom .fLogo img {
    margin-bottom: 10px;
  }
  #footerBottom .flex {
    text-align: center;
  }
  #footerBottom .flex dl {
    display: inline-block;
    text-align: left;
    width: 250px;
  }
  #footerBottom dl+dl {
    margin: 30px 0 0 0;
  }
  #footerBottom dl dt {
    font-size: 1.4rem;
    margin: 0 0 10px;
  }
  #footerBottom dl dd {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  #footerBottom dl dd a.telLink {
    text-decoration: underline;
  }
  #footerBottom .link {
    font-size: 0;
  }
  #footerBottom .sns {
    margin-top: 20px;
    display: none;
  }
  #footerBottom .sns li {
    float: left;
  }
  #footerBottom .sns li+li {
    margin: 0 0 0 10px;
  }
  #footerBottom .sns li a {
    display: block;
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border-radius: 19px;
    overflow: hidden;
  }
  #footerBottom .sns li.facebook a {
    background-image: url(../img/btn_facebook02.png);
  }
  #footerBottom .sns li.twitter a {
    background-image: url(../img/btn_twitter02.png);
  }
  #footerBottom .link {
    margin-top: 30px;
    font-size: 0;
    display: none;
  }
  #footerBottom .link li {
    display: inline-block;
    font-size: 1.3rem;
  }
  #footerBottom .link li+li {
    margin: 2px 0 2px 8px;
    padding: 0 0 0 8px;
    border-left: 1px solid #000;
  }
  #footerBottom .copyright {
    clear: both;
    padding: 12px 0;
    background-color: #f4f4f4;
    text-align: center;
    margin-top: 30px;
  }
  #footerBottom .copyright img {
    width: 79px;
    vertical-align: top;
  }
  #footerBottom .copyright small {
    font-size: 1.1rem;
  }
  /* #pagetop */
  #pagetop {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background: #333;
    position: absolute;
    right: 0;
    margin-right: 20px;
    z-index: 100;
  }
  #pagetop:hover {
    cursor: pointer;
  }
  /* main
---------------------------------------------*/
  #main {
    line-height: 1.65;
    font-size: 1.4rem;
    overflow: hidden;
  }
  .contentsWrap {
    background: #e8ebeb;
    padding: 25px 0 35px;
  }
  /* #ttlArea */
  #ttlArea {
    background: #fff;
    position: relative;
  }
  #ttlArea .visual {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
    text-align: center;
    display: table;
    width: 100%;
  }
  #ttlArea .visual .inner {
    padding: 0;
    display: table-cell;
    height: 410px;
    vertical-align: middle;
  }
  #ttlArea .visual .frame {
    position: relative;
    max-width: 375px;
    margin: 0 auto;
  }
  #ttlArea .visual .line {
    display: none;
  }
  #ttlArea .visual p {
    max-width: 1000px;
    margin: 0 auto;
    opacity: 0;
  }
  #ttlArea .titVis {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100px;
  }
  #ttlArea .titVis .titVisIn {
    background-image: url(../img/tit1.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  #ttlArea .titVis .p1 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.15em;
    text-align: center;
  }
  #ttlArea .ttl {
    padding: 35px 15px 30px;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
  }
  #ttlArea .ttl span {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 2px solid #1d1d1d;
    line-height: 1.4;
  }
  #ttlArea .ttl span:before {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: #d2d8d8;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
  .simpleLayout #ttlArea .inner {
    padding: 0;
    margin: 0 -60px;
  }
  .simpleLayout h1.ttl {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 1.4;
  }
  /* #breadcrumb */
  #breadcrumb {
    display: none;
  }
  /* shareBtn
---------------------------------------------*/
  #shareBtn {
    background: #e8ebeb;
    padding: 50px 0 40px;
  }
  #shareBtn dl {
    width: 90%;
    margin: 0 auto;
    background: #fff;
  }
  #shareBtn dl dt {
    float: left;
    width: 40%;
    text-align: center;
    font-size: 1.4rem;
    line-height: 55px;
    font-weight: bold;
  }
  #shareBtn dl dd {
    float: left;
    position: relative;
    width: 20%;
  }
  #shareBtn dl dd+dd:after {
    content: "";
    width: 1px;
    height: 30px;
    background: #4e4f4f;
    position: absolute;
    top: 13px;
    left: 0;
  }
  #shareBtn dl dd a {
    height: 55px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background-color: #1d1d1d;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
  }
  #shareBtn .fb {
    background-image: url(../img/btn_facebook01.png);
  }
  #shareBtn .tw {
    background-image: url(../img/btn_twitter01.png);
  }
  #shareBtn .line {
    background-image: url(../img/btn_line.png);
  }
  /* bottomLink
---------------------------------------------*/
  .bottomLink {
    background: #fff;
    padding: 30px 0 0;
    font-size: 0;
    text-align: center;
    clear: both;
  }
  .bottomLink li {
    overflow: hidden;
  }
  .bottomLink li+li {
    margin: 25px 0 0;
  }
  .bottomLink li a {
    display: block;
    position: relative;
  }
  .bottomLink li a:before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    background: #1d1d1d url(../../common/img/icon_arrow07_sp.gif) no-repeat;
    background-size: 27px 27px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .bottomLink li p {
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -1.5em;
    line-height: 1;
  }
  .bottomLink li p span {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .bottomLink li.multi p {
    margin-top: -3em;
  }
  .bottomLink li.multi p span {
    line-height: 1.2;
  }
  /* subnavi
---------------------------------------------*/
  main nav {
    background: #1d1d1d;
    color: #fff;
  }
  main nav ul {
    padding: 16px 12px;
  }
  main nav ul li {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1;
    margin-right: 6px;
    padding: 10px 12px 10px 0;
    vertical-align: middle;
    position: relative;
  }
  main nav ul li a:after {
    content: "";
    width: 5px;
    height: 12px;
    background: url(../img/icon_arrow17.png) left center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 11px;
    right: 0;
  }
  main nav ul li span:after {
    content: "";
    width: 5px;
    height: 12px;
    background: url(../img/icon_arrow18.png) left center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 11px;
    right: 0;
  }
  main nav ul li:first-child {
    font-size: 1.6rem;
    border-right: 1px solid #8a8a8a;
    font-weight: bold;
    padding-right: 12px;
  }
  main nav ul li:first-child a:after,
  main nav ul li:first-child span:after {
    right: 15px;
  }
  main nav ul li a {
    color: #b5b5b5;
  }
  main nav ul li span {
    border-bottom: 1px solid #fff;
  }
  main nav ul li:first-child span {
    border-bottom: 1.5px solid #fff;
    line-height: 1.7
  }
  /* long */
  main nav ul li.long {
    border: none;
    margin-right: 0;
  }
  main nav ul li.long span:after {
    top: 45%;
  }
  /* module
---------------------------------------------*/
  /* btn */
  .btn01,
  .btn02,
  .btn03 {
    display: block;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 1.5rem;
    background-repeat: no-repeat;
    background-size: 14px 8px;
    position: relative;
    z-index: 2;
  }
  .btn01 {
    border: 1px solid #717171;
    background-image: url(../img/icon_arrow02_sp.png);
    background-position: 96% center;
  }
  .btn02 {
    border: 1px solid #717171;
    background-image: url(../img/icon_arrow13_sp.png);
    background-position: 4% center;
  }
  .btn03 {
    background-color: #1d1d1d;
    color: #fff;
    background-image: url(../img/icon_header_contact.png);
    background-position: 4% center;
    background-size: 30px;
  }
  /* .lead */
  .contentsWrap .inner>.lead {
    margin-bottom: 30px;
  }
  /* .generalBox */
  .generalBox {
    background: #fff;
    padding: 15px;
    clear: both;
  }
  .generalBox+.generalBox {
    margin-top: 15px;
  }
  .generalBox .ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .generalBox .list01 {
    margin-top: 15px;
    margin-left: 25px;
  }
  .generalBox .list01 li {
    list-style-type: decimal;
  }
  .generalBox .list01 li+li {
    margin-top: 5px;
  }
  .generalBox dl.list02 {
    margin-top: 20px;
  }
  .generalBox dl.list02 dt {
    font-weight: bold;
  }
  .generalBox dl.list02 dd+dt {
    margin-top: 12px;
  }
  .generalBox ul.list03 {
    margin-top: 10px;
  }
  .generalBox ul.list03 li {
    border-top: 1px dotted #ccc;
    padding: 10px 0;
  }
  .generalBox ul.list03 li p {
    font-weight: bold;
  }
  .generalBox ul.list03 li dl {
    margin-top: 10px;
  }
  .generalBox ul.list03 li dl dd {
    padding-left: 1em;
  }
  /* .pager */
  .pager {
    margin: 35px 0 0;
    position: relative;
    padding-bottom: 40px;
  }
  .pager ul {
    text-align: center;
    font-size: 0;
  }
  .pager ul li {
    display: inline-block;
    font-size: 1.3rem;
    text-align: center;
    margin: 0 1px;
  }
  .pager ul li span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    transition: 0.2s ease-out;
  }
  .pager ul li a span {
    color: #333;
    background: none;
  }
  .pager ul li.blank {
    width: 12px;
    height: 35px;
    line-height: 35px;
  }
  .pager ul li.back {
    position: absolute;
    top: 55px;
    left: 40px;
    font-size: 1.5rem;
  }
  .pager ul li.next {
    position: absolute;
    top: 55px;
    right: 40px;
    font-size: 1.5rem;
  }
  .pager ul li.next a {
    background: url(../img/icon_arrow15_sp.png) right 7.5px no-repeat;
    background-size: 6px auto;
    padding-right: 14px;
  }
  .pager ul li.back a {
    background: url(../img/icon_arrow16_sp.png) left 7.5px no-repeat;
    background-size: 6px auto;
    padding-left: 14px;
  }
  /* form
---------------------------------------------*/
  textarea,
  select,
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"] {
    background: #fff;
    padding: 5px 5px 5px 8px;
    width: 100%;
    font-size: 1.6rem;
  }
  textarea {
    vertical-align: bottom;
    height: 150px;
  }
  select {
    color: #000;
    padding: 8px 5px 9px 8px;
  }
  input.short01,
  select.short01 {
    width: 50%;
  }
    select{
    -webkit-appearance: auto!important;
    -moz-appearance: auto!important;
        height: 51px!important;
        border-radius: 2px!important;
        margin-top: 5px;
    }
  input.short02 {
    width: 21%;
  }
  form button {
    width: 300px;
    margin: 0 auto;
    font-size: 1.5rem !important;
    font-weight: bold;
    height: 60px !important;
    margin-top: 10px;
    background-position: right 15px center !important;
    background-color: #1d1d1d;
    color: #fff;
    background-image: url(../../../common/img/icon_arrow03_sp.png) !important;
  }
  ::-webkit-input-placeholder {
    font-size: 1.3rem;
    padding-top: 5px;
  }
  :-moz-placeholder {
    font-size: 1.3rem;
    padding-top: 5px;
  }
  ::-moz-placeholder {
    font-size: 1.3rem;
    padding-top: 5px;
  }
  /* err */
  .errTtl {
    color: #df4d4d;
    background: #e8e5e5;
    border: 1.5px solid #df4d4d;
    text-align: center;
    padding: 12px 0;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .err p {
    color: #df4d4d;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  .err input {
    background: #ffefef !important;
  }
  /* #counseling
---------------------------------------------*/
  .counselingArea {
    background-color: #f4f4f4;
    /* padding: 0; */
		padding-top: 30px;
		padding-bottom: 30px;
  }
  .counselingArea .ul01 {
    width: 100%;
    margin: 0 auto;
  }
  .counselingArea .ul01 li {
    position: relative;
  }
  .counselingArea .ul01 li+li {
    margin-top: 30px;
  }
  .counselingArea .ul01 li a {
    display: block;
    width: 100%;
  }
  .counselingArea .ul01 li .p1 {
    font-size: 13px;
    line-height: 1.7;
    text-align: justify;
    margin-top: 8px;
  }
}


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

@media screen and (max-width: 768px) {
  #container {
    padding: 60px 0 0;
  }
  #container.simpleLayout {
    padding: 65px 0 0;
  }
  .simpleLayout #ttlArea {
    border-top: none;
  }
  /* #header
---------------------------------------------*/
  #gnav1 {
    display: none!important;
  }
  #header {
    position: fixed;
    z-index: 200;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    line-height: 1;
    transition: 0.2s ease-out;
    background-color: #fff;
  }
  /* #headerTop */
  #header #headerTop .logo a {
    display: block;
    width: 90px;
    height: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url(../img/site_id1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 15px;
    transition: 0.2s ease-out;
  }
  #header #headerTop .btnMenu {
    display: none;
  }
  .accessWrap {
    transition: 0.3s ease;
    opacity: 1;
    pointer-events: auto;
    display: flex;
    position: fixed;
    top: 0;
    right: 60px;
    z-index: 250;
  }
  .accessWrap .item {
    width: 60px;
    height: 60px;
    font-size: 10px;
  }
  .accessWrap .item.tel {
    background-color: #b0b5b7;
  }
  .accessWrap .item.mail {
    background-color: #fff;
    display: block;
    transition: 0.3s ease;
  }
  .accessWrap .item.mail:hover {
    background-color: #b0b5b7;
  }
  .accessWrap .item .tit1 {
    font-size: 10px;
    text-align: center;
    padding-top: 40px;
    height: 60px;
    position: relative;
  }
  .accessWrap .item .tit1 .t {
    transform: scale(0.9);
    display: block;
  }
  .accessWrap .item .tit1::before {
    content: "";
    width: 15px;
    height: 21px;
    background-image: url(../img/ico_tel01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .accessWrap .item.mail .tit1::before {
    width: 22px;
    height: 18px;
    background-image: url(../img/ico_mail01.svg);
    top: 16px;
  }
  .accessWrap .item.tel .telOn {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 150;
    width: 235px;
    padding: 20px;
    background-color: #b0b5b7;
    transition: 0.3s ease;
    opacity: 0;
    pointer-events: none;
  }
  .accessWrap .item.tel.on .telOn {
    opacity: 1;
    pointer-events: auto;
  }
  .accessWrap .item.tel .telOn .tit2 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .accessWrap .item.tel .telOn .p1,
  .accessWrap .item.tel .telOn .p2 {
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  .accessWrap .item.tel .telOn .p1 .s2,
  .accessWrap .item.tel .telOn .p2 .s2 {
    font-size: 21px;
    font-weight: bold;
    margin-left: 10px;
  }
  .accessWrap .item.tel .telOn .p2 {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #000;
  }
  /* toggle */
  #nav-toggle {
    width: 60px;
    height: 60px;
    cursor: pointer;
    padding: 0 16px;
    box-sizing: border-box;
    transition: 0.3s ease;
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 350;
  }
  #nav-toggle::after {
    content: "menu";
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transition: 0.3s ease;
    font-family: serif;
  }
  .open #nav-toggle::after {
    content: "close";
  }
  #nav-toggle div {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease;
    background: #fff;
  }
  #nav-toggle span:nth-child(1) {
    top: 19px;
  }
  #nav-toggle span:nth-child(2) {
    top: 27px;
  }
  .open #nav-toggle span {
    height: 4px;
    width: 26px;
  }
  .open #nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    top: 14px;
  }
  .open #nav-toggle span:nth-child(2) {
    transform: translateY(-8px) rotate(45deg);
    top: 30px;
  }
  /* megaMenu */
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .megaMenu {
    background-color: #000;
    color: #fff;
    width: 215px;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    right: -215px;
    z-index: 320;
    padding: 60px 0 50px;
    transition: 0.3s ease-in-out;
  }
  .open .megaMenu {
    right: 0;
  }
  .megaMenu .titBlock .tit1 {
    font-size: 21.5px;
    letter-spacing: 0.1em;
    padding: 10px 15px;
  }
  .megaMenu .mMenu .inBlock {
    background-color: #000;
    padding: 10px 0;
  }
  .megaMenu .mMenu .inBlock.gray {
    background-color: #b0b5b7;
    color: #000;
  }
  .megaMenu .mMenu .inTit1 {
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 10px 15px;
    position: relative;
  }
  .megaMenu .mMenu .inTit1::before,
  .megaMenu .mMenu .inTit1::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
    transition: 0.3s ease;
  }
  .megaMenu .mMenu .inBlock.gray .inTit1::before,
  .megaMenu .mMenu .inBlock.gray .inTit1::after {
    background-color: #000;
  }
  .megaMenu .mMenu .inBlock.single {
    padding: 0 0;
  }
  .megaMenu .mMenu .inTit2 {
    display: block;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 20px 15px;
    position: relative;
  }
  .megaMenu .mMenu .inTit2::before {
    display: block;
    content: '';
    position: absolute;
    top: 1.4em;
    right: 15px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
  }
  .megaMenu .mMenu .inTit1::after {
    transform: rotate(90deg);
  }
  .megaMenu .mMenu .inTit1.toggleOn {
    color: #b0b5b7;
  }
  .megaMenu .mMenu .inBlock.gray .inTit1.toggleOn {
    color: #646666;
  }
  .megaMenu .mMenu .inTit1.toggleOn::before {
    transform: rotate(90deg);
  }
  .megaMenu .mMenu .inTit1.toggleOn::after {
    opacity: 0;
  }
  .megaMenu .mMenu .inBlock .inUl1 {
    display: none;
  }
  .megaMenu .mMenu .inBlock .inUl1>li {}
  .megaMenu .mMenu .inBlock .inUl1>li>a {
    position: relative;
    font-size: 11px;
    line-height: 1.5;
    display: block;
    padding: 8px 0 8px 15px;
  }
  .megaMenu .mMenu .inBlock .inUl1>li>a::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
  }
  .megaMenu .mMenu .inBlock.gray .inUl1>li>a::before {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .megaMenu .mMenu .inBlock .inUl2>li>a {
    position: relative;
    font-size: 11px;
    line-height: 1.5;
    display: block;
    padding: 8px 15px 8px 26px;
  }
  .megaMenu .mMenu .inBlock .inUl2>li>a::before {
    display: block;
    content: '_';
    position: absolute;
    top: 4px;
    left: 17px;
    width: 10px;
    height: 10px;
  }
  .megaMenu .telArea {
    padding: 15px;
    background-color: #b0b5b7;
    letter-spacing: 0;
    color: #000;
    margin: 15px 15px 0 15px;
  }
  .megaMenu .telArea .p1,
  .megaMenu .telArea .p2 {
    font-size: 11px;
    display: flex;
    align-items: center;
  }
  .megaMenu .telArea .p1 .s2,
  .megaMenu .telArea .p2 .s2 {
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
  }
  .megaMenu .telArea .p2 {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #000;
  }
  .megaMenu .mailBtn {
    background-color: #fff;
    transition: 0.3s ease;
    margin: 15px 15px 0 15px;
    display: block;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #000;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 18px;
  }
  .megaMenu .mailBtn::before {
    content: "";
    width: 17px;
    height: 15px;
    background-image: url(../img/ico_mail01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 44px;
    margin: -8px auto 0;
  }
  .megaMenu .bnr_recruit {
    width: 100%;
    display: block;
    margin-top: 24px;
    padding: 0 15px;
  }
  .megaMenu .bnr1sp {
    margin: 15px 15px 0;
  }
  .open .fullBg1 {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 298;
    display: block;
  }
  /* #header.fixed
---------------------------------------------*/
  #header.fixed {
    background: #fff;
    height: 50px;
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.1);
  }
  #header.fixed #headerTop .logo a {
    width: 81px !important;
    height: 24px !important;
    background-image: url(../img/logo_notio02.png) !important;
    background-size: 81px auto !important;
  }
  /* #gnav */
  #header.fixed #gnav .menu>li>a {
    color: #000;
  }
  #header.fixed #gnav .btnMenu {
    background-image: url(../img/icon_header_menu_black.png);
  }
  #header.fixed #gnav .btnTel {
    background-image: url(../img/icon_header_tel_black.png);
  }
  #header.fixed #gnav .contact a {
    background: url(../img/icon_header_contact_black.png) no-repeat center center;
    background-size: 23px 19px;
  }
  /* .simpleLayout #header
---------------------------------------------*/
  /* .simpleLayout #header {
	background: #fff;
}
.simpleLayout #header #headerTop .logo a {
	background-image: url(../img/logo_notio03.png);
} */
  /* #gnav */
  /* .simpleLayout #header #gnav .menu > li > a {
	color: #000;
}
.simpleLayout #header #gnav .btnMenu {
	background-image: url(../img/icon_header_menu_black.png);
}
.simpleLayout #header #gnav .btnTel {
	background-image: url(../img/icon_header_tel_black.png);
}
.simpleLayout #header #gnav .contact a {
	background: url(../img/icon_header_contact_black.png) no-repeat center center;
	background-size: 23px 19px;
} */
  /* .privacy
---------------------------------------------*/
  .privacy .generalBox a.telLink,
  .privacy .generalBox a.mail {
    text-decoration: underline;
  }
}


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


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


/*Date 201903*/


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

@media screen and (max-width: 750px) {
  #main_slide {
    display: none;
  }
}
