/* --------------- variables --------------------- */
/* Break Point */
/* Color */
@media screen and (max-width: 599px) {
  .pbNestedWrapper {
    overflow: inherit; }
  :root ol, :root ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    :root ol li, :root ul li {
      padding: 0;
      margin: 0; }
  .breadcrumb {
    display: none; }
  #topSlide {
    background-image: url(../images/home/home_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #fff6e6;
    background-size: cover;
    width: 100%;
    padding-top: 35px; }
    #topSlide #slide {
      max-width: 1220px;
      width: 95%;
      margin: 0 auto;
      position: relative; }
      #topSlide #slide .base {
        width: 100%; }
        #topSlide #slide .base > img {
          width: 100%;
          height: auto;
          opacity: 0; }
      #topSlide #slide .slideItem {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #topSlide #slide .slideItem a {
          display: block;
          width: 100%;
          height: 100%; }
          #topSlide #slide .slideItem a img {
            width: 100%;
            height: auto; }
  #homeNav {
    background-color: #fff6e6;
    padding-top: 20px;
    padding-bottom: 50px; }
    #homeNav #homeNavInner {
      width: 95%;
      margin: 0 auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      #homeNav #homeNavInner .leftNav {
        width: 100%;
        -webkit-box-ordinal-group: 3;
                order: 2;
        margin-top: 20px; }
        #homeNav #homeNavInner .leftNav ul.matome {
          list-style: none;
          margin: 0 0 0 0;
          padding: 0;
          display: -webkit-box;
          display: flex;
          flex-wrap: wrap;
          border-top: 2px solid #f4866f;
          border-left: 2px solid #f4866f; }
          #homeNav #homeNavInner .leftNav ul.matome li {
            margin: 0;
            padding: 0;
            width: calc(100% / 3);
            border-right: 2px solid #f4866f;
            border-bottom: 2px solid #f4866f; }
            #homeNav #homeNavInner .leftNav ul.matome li a {
              display: block;
              width: 100%;
              height: 100%;
              background-color: #fff;
              padding-top: 10px;
              -webkit-transition: all .3s;
              transition: all .3s;
              text-decoration: none; }
              #homeNav #homeNavInner .leftNav ul.matome li a img {
                fill: #f4866f;
                width: 45%;
                height: auto;
                display: block;
                margin: 0 auto;
                -webkit-transition: all .3s;
                transition: all .3s; }
              #homeNav #homeNavInner .leftNav ul.matome li a span {
                display: -webkit-box;
                display: flex;
                text-align: center;
                font-size: 15px;
                color: #000;
                min-height: 48px;
                -webkit-box-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                        justify-content: center;
                -webkit-transition: all .3s;
                transition: all .3s;
                font-weight: 700; }
        #homeNav #homeNavInner .leftNav .homeSearchWin {
          width: 100%;
          height: 50px;
          border: 2px solid #f4866f;
          margin: 22px 0 0 0;
          position: relative;
          -webkit-transition: all .3s;
          transition: all .3s; }
          #homeNav #homeNavInner .leftNav .homeSearchWin input[type="text"] {
            width: 100%;
            height: 46px;
            padding-left: 1em;
            outline: none; }
            #homeNav #homeNavInner .leftNav .homeSearchWin input[type="text"]:focus {
              background-color: rgba(244, 134, 111, 0.3); }
          #homeNav #homeNavInner .leftNav .homeSearchWin label {
            height: 46px;
            width: 44px;
            background-color: #f4866f;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                    align-items: center;
            border: none;
            position: absolute;
            top: 0;
            right: 0;
            outline: none; }
            #homeNav #homeNavInner .leftNav .homeSearchWin label svg {
              fill: #fff;
              width: 60%;
              height: auto;
              -webkit-transition: all .3s;
              transition: all .3s; }
            #homeNav #homeNavInner .leftNav .homeSearchWin label input {
              display: none; }
        #homeNav #homeNavInner .leftNav .search_word ul {
          list-style: none;
          margin: 0;
          padding: 0;
          display: -webkit-box;
          display: flex;
          flex-wrap: wrap; }
          #homeNav #homeNavInner .leftNav .search_word ul li {
            margin: 8px 8px 0 0;
            padding: 0; }
            #homeNav #homeNavInner .leftNav .search_word ul li a {
              display: block;
              padding: 15px 15px;
              background-color: #f4866f;
              line-height: 1;
              font-size: 15px;
              color: #fff;
              text-decoration: none; }
      #homeNav #homeNavInner .rightNav {
        -webkit-box-ordinal-group: 2;
                order: 1; }
        #homeNav #homeNavInner .rightNav ul.yoyaku {
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: center;
                  justify-content: center;
          padding: 0; }
          #homeNav #homeNavInner .rightNav ul.yoyaku li {
            width: calc(100% / 3);
            border: 2px solid #1560bb; }
            #homeNav #homeNavInner .rightNav ul.yoyaku li + li {
              border-width: 2px 2px 2px 0; }
            #homeNav #homeNavInner .rightNav ul.yoyaku li a {
              display: block;
              background-color: #fff;
              padding-top: 10px;
              text-decoration: none;
              -webkit-transition: all .3s;
              transition: all .3s; }
              #homeNav #homeNavInner .rightNav ul.yoyaku li a img {
                fill: #1560bb;
                width: 45%;
                height: auto;
                display: block;
                margin: 0 auto;
                -webkit-transition: all .3s;
                transition: all .3s; }
              #homeNav #homeNavInner .rightNav ul.yoyaku li a span {
                display: -webkit-box;
                display: flex;
                text-align: center;
                font-size: 15px;
                color: #000;
                height: 48px;
                -webkit-box-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                        justify-content: center;
                -webkit-transition: all .3s;
                transition: all .3s;
                font-weight: 700; }
        #homeNav #homeNavInner .rightNav #bengoshiSearch, #homeNav #homeNavInner .rightNav #douseiBnr {
          margin-top: 20px; }
          #homeNav #homeNavInner .rightNav #bengoshiSearch a, #homeNav #homeNavInner .rightNav #douseiBnr a {
            display: -webkit-box;
            display: flex;
            width: 100%;
            height: 60px;
            background-color: #1560bb;
            -webkit-box-pack: center;
                    justify-content: center;
            -webkit-transition: all .3s;
            transition: all .3s; }
            #homeNav #homeNavInner .rightNav #bengoshiSearch a .icon, #homeNav #homeNavInner .rightNav #douseiBnr a .icon {
              width: 60px;
              padding: 10px; }
              #homeNav #homeNavInner .rightNav #bengoshiSearch a .icon img, #homeNav #homeNavInner .rightNav #douseiBnr a .icon img {
                width: 100%;
                height: auto; }
            #homeNav #homeNavInner .rightNav #bengoshiSearch a .txt, #homeNav #homeNavInner .rightNav #douseiBnr a .txt {
              height: 60px;
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                      justify-content: center;
              color: #fff;
              text-decoration: none;
              font-size: 18px; }
        #homeNav #homeNavInner .rightNav #douseiBnr a {
          background-color: #36b8f5; }
  #information {
    padding: 40px 0;
    background: #fff;
    /*
		ul{
			margin-top: 20px;
			
			li{
				width: 100%;
				font-size: 16px;

				a{
					display: flex;
					flex-wrap: wrap;
					justify-content: flex-start;
					padding: 10px 0;
				}

				time{
					width: 75px;
					margin-right: 25px;
					font-size: 14px;
				}

				.cat{
					display: inline-block;
					width: 80px;
					padding: 3px;
					border-radius: 2px;
					font-size: 11px;
					color: #fff;
					float: left;
					margin-right: 25px;
					text-align: center;

					&.news{
						background: #4374b0;
					}

					&.update{
						background: #e19929;
					}

					&.opinion{
						background: #b2b2b2;
					}
				}

				.title{
					width: 100%;
				}
			}
		}
*/ }
    #information .inner {
      width: 90%;
      margin: 0 auto; }
    #information h2 {
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      padding-bottom: 18px;
      border-bottom: 2px solid #f4866f; }
    #information .bt_small {
      margin: 20px auto 0;
      display: table; }
  #event {
    background: url(../images/home/event_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 0; }
    #event .inner {
      width: 90%;
      margin: 0 auto; }
    #event h2 {
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
    #event ul {
      margin-top: 30px; }
      #event ul li {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 20px; }
        #event ul li a {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          border: 2px solid #fff;
          background: #fff;
          padding: 60px 30px 35px;
          color: #000;
          text-decoration: none; }
          #event ul li a .tag {
            position: absolute;
            bottom: 5px;
            right: 5px; }
        #event ul li time {
          position: absolute;
          padding: 6px 20px;
          color: #fff;
          background: #f4866f;
          font-size: 14px;
          top: 13px;
          left: -10px; }
    #event .bt_small {
      display: table;
      margin: 20px auto 0; }
  #another {
    background: #fff;
    padding: 40px 0; }
    #another .inner {
      width: 90%;
      margin: 0 auto; }
    #another h2 {
      font-weight: bold;
      color: #004190;
      font-size: 20px; }
    #another #movie {
      margin-top: 20px; }
      #another #movie .movie_contens {
        width: 100%;
        border: 2px solid #004190;
        padding: 20px; }
        #another #movie .movie_contens .movInner {
          width: 100%;
          padding-top: 56.25%;
          position: relative; }
          #another #movie .movie_contens .movInner .mov {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
    #another #public-relations {
      margin-top: 20px; }
      #another #public-relations ul {
        border: 1px solid #004190;
        list-style: none;
        padding: 0;
        margin: 0; }
        #another #public-relations ul li a {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          padding: 12px 15px 11px 55px;
          border: 1px solid #004190;
          position: relative;
          -webkit-transition: all .4s;
          transition: all .4s; }
          #another #public-relations ul li a:hover {
            background: #ecf1f7; }
        #another #public-relations ul li span {
          position: absolute;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center;
          width: 50px;
          height: 100%;
          top: 0;
          left: 0;
          padding: 15px 12px; }
        #another #public-relations ul li img {
          width: 100%; }
    #another #approach {
      margin-top: 20px; }
      #another #approach .approach_contens {
        border: 1px solid #004190;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        #another #approach .approach_contens .greeting {
          border: 1px solid #1560bb;
          font-size: 14px;
          -webkit-box-ordinal-group: 3;
                  order: 2;
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center; }
          #another #approach .approach_contens .greeting a {
            padding: 18px 30px;
            -webkit-transition: all .4s;
            transition: all .4s; }
            #another #approach .approach_contens .greeting a:hover {
              background: #ecf1f7; }
          #another #approach .approach_contens .greeting span {
            display: block;
            text-align: center; }
          #another #approach .approach_contens .greeting img {
            width: 93px;
            margin-right: 20px; }
        #another #approach .approach_contens ul {
          -webkit-box-ordinal-group: 2;
                  order: 1;
          list-style: none;
          padding: 0;
          margin: 0; }
          #another #approach .approach_contens ul li:last-child img {
            width: 26px;
            padding: 0 2px; }
          #another #approach .approach_contens ul li a {
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
            -webkit-box-pack: start;
                    justify-content: flex-start;
            height: 100%;
            padding: 5px 10px;
            border: 1px solid #004190; }
          #another #approach .approach_contens ul li img {
            width: 30px;
            height: auto; }
          #another #approach .approach_contens ul li span {
            padding-left: 1em; }
  .more {
    width: 90%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
    .more a {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      width: 80%;
      height: 45px;
      border-radius: 5px;
      background-color: #f4866f;
      color: #fff;
      position: relative; }
      .more a:after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto 0; }
    .more.doubleBtn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: center;
              align-items: center; }
      .more.doubleBtn a + a {
        margin-top: 30px; }
  #news_archive ul li:before {
    display: none; }
  #news_archive ul {
    margin-top: 20px; }
    #news_archive ul li {
      padding-left: 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start;
      flex-wrap: wrap;
      text-align: left;
      border-bottom: 1px dotted #eee;
      padding-bottom: 10px;
      margin-bottom: 10px;
      vertical-align: middle; }
      #news_archive ul li span {
        font-size: 14px; }
        #news_archive ul li span img {
          padding-right: 10px;
          vertical-align: middle; }
        #news_archive ul li span.newIcon + span {
          padding-right: 10px; }
      #news_archive ul li img {
        vertical-align: middle; }
      #news_archive ul li a {
        width: 100%;
        display: block;
        margin-top: 5px; }
      #news_archive ul li:before {
        display: none; }
      #news_archive ul li + li {
        margin-top: 10px; }
  #homeFooter #notice {
    background-color: #fff6e6; }
    #homeFooter #notice .footerInner {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0; }
      #homeFooter #notice .footerInner #pickUp .title,
      #homeFooter #notice .footerInner #youtube .title {
        color: #f4866f;
        font-size: 16px; }
      #homeFooter #notice .footerInner #pickUp ul,
      #homeFooter #notice .footerInner #youtube ul {
        list-style: none;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
                justify-content: space-between;
        margin: 0;
        padding: 0; }
        #homeFooter #notice .footerInner #pickUp ul li,
        #homeFooter #notice .footerInner #youtube ul li {
          width: 49%;
          margin: 10px 0 0 0; }
          #homeFooter #notice .footerInner #pickUp ul li a,
          #homeFooter #notice .footerInner #youtube ul li a {
            color: #000;
            display: block; }
            #homeFooter #notice .footerInner #pickUp ul li a img,
            #homeFooter #notice .footerInner #youtube ul li a img {
              max-width: 100%;
              width: 100%;
              height: auto;
              -webkit-transition: all .3s;
              transition: all .3s; }
            #homeFooter #notice .footerInner #pickUp ul li a span,
            #homeFooter #notice .footerInner #youtube ul li a span {
              font-size: 13px;
              width: 100%;
              line-height: 1.2;
              display: block; }
      #homeFooter #notice .footerInner #youtube {
        margin-top: 40px; }
  #homeFooter #footerSns {
    margin-top: 20px; }
    #homeFooter #footerSns .snsInnet {
      width: 90%;
      margin: 0 auto;
      padding: 0 0 30px; }
      #homeFooter #footerSns .snsInnet .title {
        text-align: center;
        color: #1560bb;
        font-size: 16px; }
      #homeFooter #footerSns .snsInnet ul {
        list-style: none;
        margin: 20px 0 0 0;
        padding: 0; }
        #homeFooter #footerSns .snsInnet ul li {
          margin: 10px 0 0 0;
          padding: 0; }
          #homeFooter #footerSns .snsInnet ul li a {
            display: block;
            text-align: center; }
            #homeFooter #footerSns .snsInnet ul li a img {
              max-width: 100%;
              width: auto;
              height: auto; }
  #exNewsWrap {
    background-color: #666;
    padding: 25px 0 10px; }
  .home_ex_news {
    max-width: 1220px;
    width: 95%;
    display: -webkit-box;
    display: flex;
    margin: 0px auto 20px;
    background: #fff;
    border: 2px solid #f00; }
  .home_ex_news_tit {
    flex-basis: 150px;
    font-weight: bold;
    background: #f00;
    color: #fff;
    padding: 12px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
  .home_ex_news_body {
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap; }
  .home_ex_news_body a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 7px 15px;
    color: #000;
    width: 100%;
    font-size: 24px;
    color: #f00;
    text-decoration: underline;
    font-weight: 700; }
    .home_ex_news_body a span.icon {
      margin-right: .4em;
      width: 30px;
      height: 27px; }
  .home_ex_news_body a:hover {
    text-decoration: underline; } }

@media screen and (max-width: 599px) and (max-width: 599px) {
  .home_ex_news {
    display: block; } }

@media screen and (min-width: 600px) and (max-width: 1000px) {
  .pbNestedWrapper {
    overflow: inherit; }
  :root ol, :root ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    :root ol li, :root ul li {
      padding: 0;
      margin: 0; }
  .breadcrumb {
    display: none; }
  #topSlide {
    background-image: url(../images/home/home_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #fff6e6;
    background-size: cover;
    width: 100%;
    padding-top: 35px; }
    #topSlide #slide {
      max-width: 1220px;
      width: 95%;
      margin: 0 auto;
      position: relative; }
      #topSlide #slide .base {
        width: 100%; }
        #topSlide #slide .base > img {
          width: 100%;
          height: auto;
          opacity: 0; }
      #topSlide #slide .slideItem {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #topSlide #slide .slideItem a {
          display: block;
          width: 100%;
          height: 100%; }
          #topSlide #slide .slideItem a img {
            width: 100%;
            height: auto; }
  #homeNav {
    background-color: #fff6e6;
    padding-top: 50px;
    padding-bottom: 50px; }
    #homeNav #homeNavInner {
      width: 95%;
      margin: 0 auto;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      #homeNav #homeNavInner .leftNav {
        width: 100%;
        -webkit-box-ordinal-group: 3;
                order: 2;
        margin-top: 40px; }
        #homeNav #homeNavInner .leftNav ul.matome {
          list-style: none;
          margin: 0 0 0 0;
          padding: 0;
          display: -webkit-box;
          display: flex;
          border: 2px solid #f4866f; }
          #homeNav #homeNavInner .leftNav ul.matome li {
            margin: 0;
            padding: 0;
            width: calc(100% / 6); }
            #homeNav #homeNavInner .leftNav ul.matome li + li {
              border-left: 2px solid #f4866f; }
            #homeNav #homeNavInner .leftNav ul.matome li a {
              display: block;
              width: 100%;
              height: 100%;
              background-color: #fff;
              padding-top: 10px;
              -webkit-transition: all .3s;
              transition: all .3s;
              text-decoration: none; }
              #homeNav #homeNavInner .leftNav ul.matome li a img {
                fill: #f4866f;
                width: 45%;
                height: auto;
                display: block;
                margin: 0 auto;
                -webkit-transition: all .3s;
                transition: all .3s; }
              #homeNav #homeNavInner .leftNav ul.matome li a span {
                display: -webkit-box;
                display: flex;
                text-align: center;
                font-size: 15px;
                color: #000;
                min-height: 48px;
                -webkit-box-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                        justify-content: center;
                -webkit-transition: all .3s;
                transition: all .3s;
                font-weight: 700; }
        #homeNav #homeNavInner .leftNav .homeSearchWin {
          width: 100%;
          height: 50px;
          border: 2px solid #f4866f;
          margin: 22px 0 0 0;
          position: relative;
          -webkit-transition: all .3s;
          transition: all .3s; }
          #homeNav #homeNavInner .leftNav .homeSearchWin input[type="text"] {
            width: 100%;
            height: 46px;
            padding-left: 1em;
            outline: none; }
            #homeNav #homeNavInner .leftNav .homeSearchWin input[type="text"]:focus {
              background-color: rgba(244, 134, 111, 0.3); }
          #homeNav #homeNavInner .leftNav .homeSearchWin label {
            height: 46px;
            width: 44px;
            background-color: #f4866f;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                    align-items: center;
            border: none;
            -webkit-transition: all .3s;
            transition: all .3s;
            position: absolute;
            top: 0;
            right: 0;
            outline: none; }
            #homeNav #homeNavInner .leftNav .homeSearchWin label svg {
              fill: #fff;
              width: 60%;
              height: auto;
              -webkit-transition: all .3s;
              transition: all .3s; }
            #homeNav #homeNavInner .leftNav .homeSearchWin label input {
              display: none; }
        #homeNav #homeNavInner .leftNav .search_word ul {
          list-style: none;
          margin: 0;
          padding: 0;
          display: -webkit-box;
          display: flex;
          flex-wrap: wrap; }
          #homeNav #homeNavInner .leftNav .search_word ul li {
            margin: 8px 8px 0 0;
            padding: 0; }
            #homeNav #homeNavInner .leftNav .search_word ul li a {
              display: block;
              padding: 15px 15px;
              background-color: #f4866f;
              line-height: 1;
              font-size: 15px;
              color: #fff;
              text-decoration: none; }
      #homeNav #homeNavInner .rightNav {
        -webkit-box-ordinal-group: 2;
                order: 1;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center; }
        #homeNav #homeNavInner .rightNav ul.yoyaku {
          display: -webkit-box;
          display: flex;
          -webkit-box-pack: center;
                  justify-content: center;
          padding: 0; }
          #homeNav #homeNavInner .rightNav ul.yoyaku li {
            width: calc(90vw / 6);
            border: 2px solid #1560bb; }
            #homeNav #homeNavInner .rightNav ul.yoyaku li + li {
              border-width: 2px 2px 2px 0; }
            #homeNav #homeNavInner .rightNav ul.yoyaku li a {
              display: block;
              background-color: #fff;
              padding-top: 10px;
              text-decoration: none;
              -webkit-transition: all .3s;
              transition: all .3s;
              height: 100%; }
              #homeNav #homeNavInner .rightNav ul.yoyaku li a img {
                fill: #1560bb;
                width: 45%;
                height: auto;
                display: block;
                margin: 0 auto;
                -webkit-transition: all .3s;
                transition: all .3s; }
              #homeNav #homeNavInner .rightNav ul.yoyaku li a span {
                display: -webkit-box;
                display: flex;
                text-align: center;
                font-size: 15px;
                color: #000;
                height: 48px;
                -webkit-box-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                        justify-content: center;
                font-weight: 700; }
        #homeNav #homeNavInner .rightNav #bengoshiSearch a, #homeNav #homeNavInner .rightNav #douseiBnr a {
          display: block;
          width: calc(90vw / 6);
          background-color: #1560bb;
          padding-top: 10px;
          text-decoration: none;
          border: 2px solid #1560bb; }
          #homeNav #homeNavInner .rightNav #bengoshiSearch a .icon, #homeNav #homeNavInner .rightNav #douseiBnr a .icon {
            display: block;
            text-align: center; }
            #homeNav #homeNavInner .rightNav #bengoshiSearch a .icon img, #homeNav #homeNavInner .rightNav #douseiBnr a .icon img {
              width: 45%;
              fill: #fff; }
          #homeNav #homeNavInner .rightNav #bengoshiSearch a .txt, #homeNav #homeNavInner .rightNav #douseiBnr a .txt {
            display: -webkit-box;
            display: flex;
            text-align: center;
            font-size: 15px;
            color: #fff;
            height: 44px;
            -webkit-box-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                    justify-content: center;
            font-weight: 700; }
        #homeNav #homeNavInner .rightNav #douseiBnr a {
          background-color: #36b8f5; }
  #information {
    padding: 80px 0;
    background: #fff;
    /*
		ul{

			li{
				width: 100%;
				font-size: 16px;

				a{
					display: flex;
					flex-wrap: wrap;
					justify-content: flex-start;
					padding: 10px 50px;
				}

				time{
					width: 75px;
					margin-right: 25px;
				}

				.cat{
					display: inline-block;
					width: 80px;
					padding: 3px;
					border-radius: 2px;
					font-size: 11px;
					color: #fff;
					float: left;
					margin-right: 25px;
					text-align: center;

					&.news{
						background: #4374b0;
					}

					&.update{
						background: #e19929;
					}

					&.opinion{
						background: #b2b2b2;
					}
				}

				.title{
					width: 100%;
				}
			}
		}
*/ }
    #information .inner {
      width: 90%;
      margin: 0 auto; }
    #information h2 {
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      padding-bottom: 18px;
      margin-bottom: 45px;
      border-bottom: 2px solid #f4866f; }
    #information .bt_small {
      margin: 20px auto 0;
      display: table; }
  #event {
    background: url(../images/home/event_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 50px 0; }
    #event .inner {
      width: 90%;
      margin: 0 auto; }
    #event h2 {
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
    #event ul {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 30px; }
      #event ul li {
        letter-spacing: normal;
        width: 48%;
        font-size: 16px;
        line-height: 1.6;
        margin-top: 20px; }
        #event ul li a {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          border: 2px solid #fff;
          background: #fff;
          padding: 60px 30px 40px;
          color: #000;
          text-decoration: none; }
          #event ul li a .tag {
            position: absolute;
            bottom: 10px;
            right: 10px; }
        #event ul li time {
          position: absolute;
          padding: 6px 20px;
          color: #fff;
          background: #f4866f;
          font-size: 14px;
          top: 13px;
          left: -10px; }
    #event .bt_small {
      display: table;
      margin: 20px auto 0; }
  #another {
    background: #fff;
    padding: 85px 0; }
    #another .inner {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      width: 90%;
      margin: 0 auto; }
    #another h2 {
      font-weight: bold;
      color: #004190;
      font-size: 20px;
      margin-bottom: 17px; }
    #another #movie {
      width: 32%; }
      #another #movie .movie_contens {
        width: 100%;
        border: 2px solid #004190;
        padding: 20px; }
        #another #movie .movie_contens .movInner {
          width: 100%;
          padding-top: 56.25%;
          position: relative; }
          #another #movie .movie_contens .movInner .mov {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
    #another #public-relations {
      width: 32%; }
      #another #public-relations ul {
        border: 1px solid #004190;
        list-style: none;
        padding: 0;
        margin: 0; }
        #another #public-relations ul li a {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          padding: 12px 15px 11px 55px;
          border: 1px solid #004190;
          position: relative;
          -webkit-transition: all .4s;
          transition: all .4s; }
          #another #public-relations ul li a:hover {
            background: #ecf1f7; }
        #another #public-relations ul li span {
          position: absolute;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center;
          width: 50px;
          height: 100%;
          top: 0;
          left: 0;
          padding: 15px 12px; }
        #another #public-relations ul li img {
          width: 100%; }
    #another #approach {
      width: 32%; }
      #another #approach .approach_contens {
        border: 1px solid #004190;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        #another #approach .approach_contens .greeting {
          border: 1px solid #1560bb;
          font-size: 14px;
          -webkit-box-ordinal-group: 3;
                  order: 2;
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center; }
          #another #approach .approach_contens .greeting a {
            padding: 18px 30px;
            -webkit-transition: all .4s;
            transition: all .4s; }
            #another #approach .approach_contens .greeting a:hover {
              background: #ecf1f7; }
          #another #approach .approach_contens .greeting span {
            display: block;
            text-align: center; }
          #another #approach .approach_contens .greeting img {
            width: 93px;
            margin-right: 20px; }
        #another #approach .approach_contens ul {
          -webkit-box-ordinal-group: 2;
                  order: 1;
          list-style: none;
          padding: 0;
          margin: 0; }
          #another #approach .approach_contens ul li:last-child img {
            width: 26px;
            padding: 0 2px; }
          #another #approach .approach_contens ul li a {
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
            -webkit-box-pack: start;
                    justify-content: flex-start;
            height: 100%;
            padding: 5px 10px;
            border: 1px solid #004190; }
          #another #approach .approach_contens ul li img {
            width: 30px;
            height: auto; }
          #another #approach .approach_contens ul li span {
            padding-left: 1em; }
  .more {
    width: 90%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
    .more a {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      width: 200px;
      height: 45px;
      border-radius: 5px;
      background-color: #f4866f;
      color: #fff;
      position: relative; }
      .more a:after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto 0; }
    .more.doubleBtn a {
      margin: 0 15px; }
  #news_archive ul li:before {
    display: none; }
  #news_archive ul li {
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    vertical-align: middle; }
    #news_archive ul li span {
      font-size: 14px;
      width: 120px;
      vertical-align: middle; }
      #news_archive ul li span.newIcon {
        width: 55px; }
      #news_archive ul li span.tagIcon {
        width: 85px; }
      #news_archive ul li span img {
        vertical-align: middle; }
    #news_archive ul li img {
      vertical-align: middle; }
    #news_archive ul li a {
      margin-left: 10px;
      -webkit-box-flex: 1;
              flex: 1; }
    #news_archive ul li:before {
      display: none; }
    #news_archive ul li + li {
      margin-top: 10px; }
  #homeFooter #notice {
    background-color: #fff6e6; }
    #homeFooter #notice .footerInner {
      width: 90%;
      margin: 0 auto;
      padding: 30px 0; }
      #homeFooter #notice .footerInner #pickUp .title,
      #homeFooter #notice .footerInner #youtube .title {
        color: #f4866f;
        font-size: 16px; }
      #homeFooter #notice .footerInner #pickUp ul,
      #homeFooter #notice .footerInner #youtube ul {
        list-style: none;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
                justify-content: space-between;
        margin: 0;
        padding: 0; }
        #homeFooter #notice .footerInner #pickUp ul li,
        #homeFooter #notice .footerInner #youtube ul li {
          width: 49%;
          margin: 10px 0 0 0; }
          #homeFooter #notice .footerInner #pickUp ul li a,
          #homeFooter #notice .footerInner #youtube ul li a {
            color: #000;
            display: block; }
            #homeFooter #notice .footerInner #pickUp ul li a img,
            #homeFooter #notice .footerInner #youtube ul li a img {
              max-width: 100%;
              width: 100%;
              height: auto;
              -webkit-transition: all .3s;
              transition: all .3s; }
            #homeFooter #notice .footerInner #pickUp ul li a span,
            #homeFooter #notice .footerInner #youtube ul li a span {
              font-size: 13px;
              width: 100%;
              line-height: 1.2;
              display: block; }
      #homeFooter #notice .footerInner #youtube {
        margin-top: 40px; }
  #homeFooter #footerSns {
    margin-top: 20px; }
    #homeFooter #footerSns .snsInnet {
      width: 90%;
      margin: 0 auto;
      padding: 0 0 30px; }
      #homeFooter #footerSns .snsInnet .title {
        text-align: center;
        color: #1560bb;
        font-size: 16px; }
      #homeFooter #footerSns .snsInnet ul {
        list-style: none;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        flex-wrap: wrap;
        margin: 20px 0 0 0;
        padding: 0; }
        #homeFooter #footerSns .snsInnet ul li {
          margin: 10px 0 0 0;
          padding: 0;
          width: 32%; }
          #homeFooter #footerSns .snsInnet ul li a {
            display: block;
            text-align: center; }
            #homeFooter #footerSns .snsInnet ul li a img {
              max-width: 100%;
              width: auto;
              height: auto; }
  #exNewsWrap {
    background-color: #666;
    padding: 25px 0 10px; }
  .home_ex_news {
    max-width: 1220px;
    width: 95%;
    display: -webkit-box;
    display: flex;
    margin: 0px auto 20px;
    background: #fff;
    border: 2px solid #f00; }
  .home_ex_news_tit {
    flex-basis: 150px;
    font-weight: bold;
    background: #f00;
    color: #fff;
    padding: 12px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
  .home_ex_news_body {
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap; }
  .home_ex_news_body a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 7px 15px;
    color: #000;
    width: 100%;
    font-size: 24px;
    color: #f00;
    text-decoration: underline;
    font-weight: 700; }
    .home_ex_news_body a span.icon {
      margin-right: .4em;
      width: 30px;
      height: 27px; }
  .home_ex_news_body a:hover {
    text-decoration: underline; } }

@media screen and (min-width: 600px) and (max-width: 1000px) and (max-width: 599px) {
  .home_ex_news {
    display: block; } }

@media print, screen and (min-width: 1001px) {
  .pbNestedWrapper {
    overflow: inherit; }
  :root ol, :root ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    :root ol li, :root ul li {
      padding: 0;
      margin: 0; }
  .breadcrumb {
    display: none; }
  #topSlide {
    background-image: url(../images/home/home_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #fff6e6;
    background-size: cover;
    width: 100%;
    padding-top: 35px; }
    #topSlide #slide {
      max-width: 1220px;
      width: 95%;
      margin: 0 auto;
      position: relative; }
      #topSlide #slide .base {
        width: 100%; }
        #topSlide #slide .base > img {
          width: 100%;
          height: auto;
          opacity: 0; }
      #topSlide #slide .slideItem {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #topSlide #slide .slideItem a {
          display: block;
          width: 100%;
          height: 100%; }
          #topSlide #slide .slideItem a img {
            width: 100%;
            height: auto; }
      #topSlide #slide #slideNav {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
                justify-content: flex-end;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        z-index: 100;
        bottom: 20px;
        right: 10px; }
        #topSlide #slide #slideNav li {
          padding: 0;
          margin: 0 10px 0 0;
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background-color: #fff; }
          #topSlide #slide #slideNav li.now {
            background-color: #1560bb; }
  #homeNav {
    background-color: #fff6e6;
    padding-top: 50px;
    padding-bottom: 50px; }
    #homeNav #homeNavInner {
      max-width: 1220px;
      width: 95%;
      margin: 0 auto;
      display: -webkit-box;
      display: flex; }
      #homeNav #homeNavInner .leftNav {
        width: calc(((100% - 40px) / 8) * 6);
        margin-right: 40px; }
        #homeNav #homeNavInner .leftNav ul.matome {
          list-style: none;
          margin: 0 0 0 0;
          padding: 0;
          display: -webkit-box;
          display: flex;
          border: 2px solid #f4866f; }
          #homeNav #homeNavInner .leftNav ul.matome li {
            margin: 0;
            padding: 0;
            width: calc(100% / 6); }
            #homeNav #homeNavInner .leftNav ul.matome li + li {
              border-left: 2px solid #f4866f; }
            #homeNav #homeNavInner .leftNav ul.matome li a {
              display: block;
              width: 100%;
              height: 100%;
              background-color: #fff;
              padding-top: 10px;
              -webkit-transition: all .3s;
              transition: all .3s;
              text-decoration: none; }
              #homeNav #homeNavInner .leftNav ul.matome li a img {
                fill: #f4866f;
                width: 45%;
                height: auto;
                display: block;
                margin: 0 auto;
                -webkit-transition: all .3s;
                transition: all .3s; }
              #homeNav #homeNavInner .leftNav ul.matome li a span {
                display: -webkit-box;
                display: flex;
                text-align: center;
                font-size: 15px;
                color: #000;
                height: 48px;
                -webkit-box-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                        justify-content: center;
                -webkit-transition: all .3s;
                transition: all .3s;
                font-weight: 700; }
              #homeNav #homeNavInner .leftNav ul.matome li a:hover img {
                -webkit-transform: scale(1.05);
                        transform: scale(1.05); }
              #homeNav #homeNavInner .leftNav ul.matome li a:hover span {
                color: #f4866f; }
        #homeNav #homeNavInner .leftNav .homeSearchWin {
          width: 100%;
          height: 65px;
          border: 2px solid #f4866f;
          margin: 22px 0 0 0;
          position: relative;
          -webkit-transition: all .3s;
          transition: all .3s; }
          #homeNav #homeNavInner .leftNav .homeSearchWin input[type="text"] {
            width: 100%;
            height: 61px;
            padding: 0 1em;
            outline: none; }
            #homeNav #homeNavInner .leftNav .homeSearchWin input[type="text"]:focus {
              background-color: rgba(244, 134, 111, 0.3); }
          #homeNav #homeNavInner .leftNav .homeSearchWin label {
            height: 61px;
            width: 61px;
            background-color: #f4866f;
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                    align-items: center;
            border: none;
            -webkit-transition: all .3s;
            transition: all .3s;
            position: absolute;
            top: 0;
            right: 0;
            outline: none;
            cursor: pointer; }
            #homeNav #homeNavInner .leftNav .homeSearchWin label svg {
              fill: #fff;
              width: 60%;
              height: auto;
              -webkit-transition: all .3s;
              transition: all .3s; }
            #homeNav #homeNavInner .leftNav .homeSearchWin label:hover {
              background-color: #f4866f; }
              #homeNav #homeNavInner .leftNav .homeSearchWin label:hover svg {
                fill: #eee; }
            #homeNav #homeNavInner .leftNav .homeSearchWin label input {
              display: none; }
        #homeNav #homeNavInner .leftNav .search_word {
          margin-top: 14px; }
          #homeNav #homeNavInner .leftNav .search_word ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: -webkit-box;
            display: flex;
            flex-wrap: wrap; }
            #homeNav #homeNavInner .leftNav .search_word ul li {
              margin: 8px 8px 0 0;
              padding: 0; }
              #homeNav #homeNavInner .leftNav .search_word ul li a {
                display: block;
                padding: 15px 15px;
                background-color: #f4866f;
                line-height: 1;
                font-size: 15px;
                color: #fff;
                text-decoration: none;
                -webkit-transition: all .3s;
                transition: all .3s; }
                #homeNav #homeNavInner .leftNav .search_word ul li a:hover {
                  background-color: #f4866f;
                  color: #fff; }
      #homeNav #homeNavInner .rightNav {
        -webkit-box-flex: 1;
                flex: 1; }
        #homeNav #homeNavInner .rightNav ul.yoyaku {
          display: -webkit-box;
          display: flex;
          flex-wrap: wrap;
          border: 1px solid #1560bb;
          padding: 0; }
          #homeNav #homeNavInner .rightNav ul.yoyaku li {
            width: 50%;
            border: 1px solid #1560bb;
            padding: 0; }
            #homeNav #homeNavInner .rightNav ul.yoyaku li:nth-of-type(1) {
              width: 100%; }
              #homeNav #homeNavInner .rightNav ul.yoyaku li:nth-of-type(1) img {
                width: 22.5%; }
            #homeNav #homeNavInner .rightNav ul.yoyaku li a {
              display: block;
              background-color: #fff;
              padding-top: 10px;
              text-decoration: none;
              -webkit-transition: all .3s;
              transition: all .3s; }
              #homeNav #homeNavInner .rightNav ul.yoyaku li a img {
                fill: #1560bb;
                width: 45%;
                height: auto;
                display: block;
                margin: 0 auto;
                -webkit-transition: all .3s;
                transition: all .3s; }
              #homeNav #homeNavInner .rightNav ul.yoyaku li a span {
                display: -webkit-box;
                display: flex;
                text-align: center;
                font-size: 15px;
                color: #000;
                height: 48px;
                -webkit-box-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                        justify-content: center;
                -webkit-transition: all .3s;
                transition: all .3s;
                font-weight: 700; }
              #homeNav #homeNavInner .rightNav ul.yoyaku li a:hover svg {
                -webkit-transform: scale(1.05);
                        transform: scale(1.05); }
              #homeNav #homeNavInner .rightNav ul.yoyaku li a:hover span {
                color: #1560bb; }
        #homeNav #homeNavInner .rightNav #bengoshiSearch, #homeNav #homeNavInner .rightNav #douseiBnr {
          margin-top: 10px; }
          #homeNav #homeNavInner .rightNav #bengoshiSearch a, #homeNav #homeNavInner .rightNav #douseiBnr a {
            display: -webkit-box;
            display: flex;
            -webkit-box-pack: center;
                    justify-content: center;
            width: 100%;
            height: 60px;
            background-color: #1560bb;
            -webkit-transition: all .3s;
            transition: all .3s; }
            #homeNav #homeNavInner .rightNav #bengoshiSearch a .icon, #homeNav #homeNavInner .rightNav #douseiBnr a .icon {
              width: 60px;
              padding: 10px; }
              #homeNav #homeNavInner .rightNav #bengoshiSearch a .icon img, #homeNav #homeNavInner .rightNav #douseiBnr a .icon img {
                fill: #fff; }
            #homeNav #homeNavInner .rightNav #bengoshiSearch a .txt, #homeNav #homeNavInner .rightNav #douseiBnr a .txt {
              height: 60px;
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                      justify-content: center;
              color: #fff;
              text-decoration: none;
              font-size: 18px; }
            #homeNav #homeNavInner .rightNav #bengoshiSearch a:hover, #homeNav #homeNavInner .rightNav #douseiBnr a:hover {
              opacity: .7; }
        #homeNav #homeNavInner .rightNav #douseiBnr a {
          background-color: #36b8f5; }
  #information {
    padding: 80px 0;
    background: #fff;
    /*
		ul{

			li{
				width: 100%;
				font-size: 16px;

				a{
					display: block;
					padding: 10px 50px;
					transition: all .4s;
					overflow: hidden;

					&:hover{
						background: $c_base;
					}
				}

				time{
					display: inline-block;
					width: 75px;
					float: left;
					margin-right: 25px;
				}

				.cat{
					display: inline-block;
					width: 80px;
					padding: 3px;
					border-radius: 2px;
					font-size: 11px;
					color: #fff;
					float: left;
					margin-right: 25px;
					text-align: center;

					&.news{
						background: #4374b0;
					}

					&.update{
						background: #e19929;
					}

					&.opinion{
						background: #b2b2b2;
					}
				}

				.title{
					width: 915px;
					float: right;
				}
			}
		}
*/ }
    #information h2 {
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      padding-bottom: 18px;
      margin-bottom: 45px;
      border-bottom: 2px solid #f4866f; }
    #information .bt_small {
      position: absolute;
      right: 0;
      top: -3px; }
  #event {
    background: url(../images/home/event_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 80px 0 125px; }
    #event h2 {
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 50px; }
    #event ul {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      flex-wrap: wrap; }
      #event ul li {
        display: block;
        width: 23%;
        min-height: 220px;
        font-size: 16px;
        line-height: 1.6;
        margin-top: 20px; }
        #event ul li a {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          border: 2px solid #fff;
          background: #fff;
          padding: 60px 30px 50px;
          -webkit-transition: all .4s;
          transition: all .4s;
          position: relative;
          color: #000;
          text-decoration: none; }
          #event ul li a:hover {
            background: #fef3f0;
            border: 2px solid #f4866f; }
          #event ul li a .tag {
            position: absolute;
            bottom: 15px;
            right: 15px; }
        #event ul li time {
          position: absolute;
          padding: 6px 20px;
          color: #fff;
          background: #f4866f;
          font-size: 14px;
          top: 13px;
          left: -10px; }
    #event .bt_small {
      position: absolute;
      right: 0;
      top: -3px; }
  #another {
    background: #fff;
    padding: 85px 0; }
    #another .inner {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
    #another h2 {
      font-weight: bold;
      color: #004190;
      font-size: 20px;
      margin-bottom: 17px; }
    #another #movie {
      width: 320px; }
      #another #movie .movie_contens {
        border: 2px solid #004190;
        height: 190px;
        padding: 20px 38px; }
        #another #movie .movie_contens .mov {
          width: 100%;
          height: 100%; }
    #another #public-relations {
      width: 320px; }
      #another #public-relations ul {
        border: 1px solid #004190;
        list-style: none;
        padding: 0;
        margin: 0; }
        #another #public-relations ul li a {
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          padding: 12px 15px 11px 55px;
          border: 1px solid #004190;
          position: relative;
          -webkit-transition: all .4s;
          transition: all .4s; }
          #another #public-relations ul li a:hover {
            background: #ecf1f7; }
        #another #public-relations ul li span {
          position: absolute;
          display: -webkit-box;
          display: flex;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center;
          width: 50px;
          height: 100%;
          top: 0;
          left: 0;
          padding: 15px 12px; }
        #another #public-relations ul li img {
          width: 100%; }
    #another #approach {
      width: 482px; }
      #another #approach .approach_contens {
        border: 1px solid #004190;
        display: -webkit-box;
        display: flex; }
        #another #approach .approach_contens .greeting {
          border: 1px solid #1560bb;
          flex-basis: 238px;
          font-size: 14px; }
          #another #approach .approach_contens .greeting a {
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
            padding: 18px 30px;
            -webkit-transition: all .4s;
            transition: all .4s; }
            #another #approach .approach_contens .greeting a:hover {
              background: #ecf1f7; }
          #another #approach .approach_contens .greeting img {
            width: 93px;
            margin-right: 20px; }
        #another #approach .approach_contens ul {
          flex-basis: 242px;
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column;
          list-style: none;
          padding: 0;
          margin: 0; }
          #another #approach .approach_contens ul li {
            height: calc(100% / 3); }
            #another #approach .approach_contens ul li:last-child img {
              width: 22px;
              padding: 0 2px; }
            #another #approach .approach_contens ul li a {
              display: -webkit-box;
              display: flex;
              -webkit-box-align: center;
                      align-items: center;
              -webkit-box-pack: start;
                      justify-content: flex-start;
              height: 100%;
              padding: 0 10px;
              border: 1px solid #004190;
              position: relative;
              -webkit-transition: all .4s;
              transition: all .4s; }
              #another #approach .approach_contens ul li a:hover {
                background: #ecf1f7; }
            #another #approach .approach_contens ul li span {
              padding-left: 1em; }
            #another #approach .approach_contens ul li img {
              width: 26px; }
  .more {
    max-width: 1220px;
    width: 90%;
    margin: 40px auto 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
    .more a {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      width: 200px;
      height: 45px;
      border-radius: 5px;
      background-color: #f4866f;
      color: #fff;
      position: relative;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .more a:after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto 0; }
      .more a:hover {
        opacity: .7; }
    .more.doubleBtn a {
      margin: 0 15px; }
  #news_archive ul li:before {
    display: none; }
  #news_archive ul li {
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    vertical-align: middle; }
    #news_archive ul li span {
      font-size: 14px;
      width: 120px;
      vertical-align: middle; }
      #news_archive ul li span.newIcon {
        width: 55px; }
      #news_archive ul li span.tagIcon {
        width: 85px; }
      #news_archive ul li span img {
        vertical-align: middle; }
    #news_archive ul li img {
      vertical-align: middle; }
    #news_archive ul li a {
      margin-left: 10px;
      -webkit-box-flex: 1;
              flex: 1; }
    #news_archive ul li:before {
      display: none; }
    #news_archive ul li + li {
      margin-top: 10px; }
  #homeFooter #notice {
    background-color: #fff6e6; }
    #homeFooter #notice .footerInner {
      max-width: 1220px;
      width: 95%;
      margin: 0 auto;
      padding: 70px 0;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      #homeFooter #notice .footerInner #pickUp .title,
      #homeFooter #notice .footerInner #youtube .title {
        color: #f4866f;
        font-size: 18px; }
      #homeFooter #notice .footerInner #pickUp ul,
      #homeFooter #notice .footerInner #youtube ul {
        list-style: none;
        display: -webkit-box;
        display: flex;
        margin: 15px 0 0 0;
        padding: 0; }
        #homeFooter #notice .footerInner #pickUp ul li,
        #homeFooter #notice .footerInner #youtube ul li {
          margin: 0;
          padding: 0; }
          #homeFooter #notice .footerInner #pickUp ul li + li,
          #homeFooter #notice .footerInner #youtube ul li + li {
            margin-left: 15px; }
          #homeFooter #notice .footerInner #pickUp ul li a,
          #homeFooter #notice .footerInner #youtube ul li a {
            color: #000;
            display: block; }
            #homeFooter #notice .footerInner #pickUp ul li a img,
            #homeFooter #notice .footerInner #youtube ul li a img {
              max-width: 100%;
              width: 100%;
              height: auto;
              -webkit-transition: all .3s;
              transition: all .3s; }
            #homeFooter #notice .footerInner #pickUp ul li a:hover img,
            #homeFooter #notice .footerInner #youtube ul li a:hover img {
              opacity: .7; }
            #homeFooter #notice .footerInner #pickUp ul li a:hover span,
            #homeFooter #notice .footerInner #youtube ul li a:hover span {
              text-decoration: underline; }
            #homeFooter #notice .footerInner #pickUp ul li a span,
            #homeFooter #notice .footerInner #youtube ul li a span {
              display: -webkit-box;
              display: flex;
              -webkit-box-pack: center;
                      justify-content: center;
              -webkit-box-align: end;
                      align-items: flex-end;
              font-size: 13px;
              height: 15px;
              white-space: nowrap;
              overflow: hidden;
              width: 100%;
              height: 25px;
              line-height: 1; }
  #homeFooter #footerSns {
    margin-top: 40px; }
    #homeFooter #footerSns .snsInnet {
      max-width: 1220px;
      width: 95%;
      margin: 0 auto;
      padding: 0 0 40px; }
      #homeFooter #footerSns .snsInnet .title {
        text-align: center;
        color: #1560bb;
        font-size: 18px; }
      #homeFooter #footerSns .snsInnet ul {
        list-style: none;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        margin: 40px 0 0 0;
        padding: 0; }
        #homeFooter #footerSns .snsInnet ul li {
          margin: 0 20px;
          padding: 0; }
          #homeFooter #footerSns .snsInnet ul li a {
            display: block; }
            #homeFooter #footerSns .snsInnet ul li a img {
              max-width: 100%;
              width: auto;
              height: auto;
              -webkit-transition: all .3s;
              transition: all .3s; }
            #homeFooter #footerSns .snsInnet ul li a:hover img {
              opacity: .7; }
  #exNewsWrap {
    background-color: #666;
    padding: 25px 0 10px; }
  .home_ex_news {
    max-width: 1220px;
    width: 95%;
    display: -webkit-box;
    display: flex;
    margin: 0px auto 20px;
    background: #fff;
    border: 2px solid #f00; }
  .home_ex_news_tit {
    flex-basis: 150px;
    font-weight: bold;
    background: #f00;
    color: #fff;
    padding: 12px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
  .home_ex_news_body {
    -webkit-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap; }
  .home_ex_news_body a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 7px 15px;
    color: #000;
    width: 100%;
    font-size: 24px;
    color: #f00;
    text-decoration: underline;
    font-weight: 700; }
    .home_ex_news_body a span.icon {
      margin-right: .4em;
      width: 30px;
      height: 27px; }
  .home_ex_news_body a:hover {
    text-decoration: underline; } }

@media screen and (min-width: 1001px) and (max-width: 599px) {
  .home_ex_news {
    display: block; } }

/*# sourceMappingURL=map/home.css.map */
