html {
  font-size: 62.5%; }

body {
  font-size: 13px;
  font-size: 1.3rem; }

img.pc {
  display: none; }

img.sp {
  display: block; }

br.pc {
  display: none; }

br.sp {
  display: block; }

ul.group li {
  width: calc(50% - 10px);
  margin: 0 5px 10px !important;
}
ul.group li.wide {
  width: calc(100% - 10px);
}

.scroll {
  overflow-x: auto;
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  height: 5px; }

.scroll::-webkit-scrollbar-track,
.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px; }

.scroll::-webkit-scrollbar-track {
  background: #CCCCCC; }

.scroll::-webkit-scrollbar-thumb {
  background: #666666; }

.scroll table {
  white-space: nowrap;
  margin-bottom: 0 !important; }

/*===============================================================
	SHARED
===============================================================*/
header {
  padding: 16px 0 0;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9998; }
  header h1, header p {
    max-width: initial;
    max-width: none;
    padding: 0 34.375% 14px; }
  header .contactBtn {
    display: block;
    position: absolute;
    top: 6px;
    right: 60px;
    line-height: .5em; }
    header .contactBtn a {
      color: #932343;
      text-decoration: none; }
      header .contactBtn a span {
        font-size: 6px; }
  header nav {
    padding: 0; }
    header nav .sp-menu {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      top: 10px;
      right: 20px;
      width: 25px;
      height: 19px; }
      header nav .sp-menu span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #262626;
        border-radius: 1px;
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box; }
        header nav .sp-menu span:nth-of-type(1) {
          top: 0; }
        header nav .sp-menu span:nth-of-type(2) {
          top: 8px; }
        header nav .sp-menu span:nth-of-type(3) {
          bottom: 0; }
        header nav .sp-menu span:nth-of-type(4) {
          bottom: -8px;
          font-size: 6px;
          background: none;
          border: 0;
          color: #262626; }
      header nav .sp-menu.active {
        z-index: 10000; }
        header nav .sp-menu.active span {
          background-color: #fff; }
          header nav .sp-menu.active span:nth-of-type(1) {
            transform: rotate(45deg);
            top: 8px; }
          header nav .sp-menu.active span:nth-of-type(2) {
            opacity: 0; }
          header nav .sp-menu.active span:nth-of-type(3) {
            transform: rotate(-45deg);
            bottom: 9px; }
          header nav .sp-menu.active span:nth-of-type(4) {
            background: none;
            border: 0;
            color: #fff; }
    header nav ul {
      position: fixed;
      top: 0;
      right: 0;
      display: block;
      padding: 44px 0 0;
      width: 300px;
      height: 100%;
      transform: translate(300px);
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      background: rgba(38, 38, 38, 0.75);
      z-index: 9999; }
      header nav ul.open {
        transform: translate(0); }
      header nav ul li {
        width: 100%;
        border-bottom: 1px solid #e3e3e3; }
        header nav ul li:last-child {
          display: none; }
        header nav ul li:nth-child(6) a {
          padding: 16px 10px;
          margin: 0;
          border-radius: 0px; }
        header nav ul li a {
          display: block;
          padding: 16px 10px;
          background: #262626;
          color: #fff;
          font-size: 107.6923076923%; }
          header nav ul li a:after {
            display: none; }

#wrapper {
  position: relative; }
  #wrapper article {
    padding-top: 44px; }
  #wrapper:not(.home) article h1 {
    padding: 50px 10px;
    font-size: 157.1428571429%; }
  #wrapper:not(.home) article > nav {
    overflow-x: auto; }
    #wrapper:not(.home) article > nav ol:first-of-type {
      padding: 0 10px; }
      #wrapper:not(.home) article > nav ol:first-of-type li {
        white-space: nowrap; }
        #wrapper:not(.home) article > nav ol:first-of-type li a {
          white-space: nowrap; }
  #wrapper:not(.home) article form table tr th {
    display: block;
    width: 100%; }
  #wrapper:not(.home) article form table tr td {
    display: block;
    width: 100%; }

footer {
  background-size: contain; }
  footer > div {
    flex-direction: column;
    padding: 10px 10px 0; }
    footer > div aside {
      width: 100%;
      margin: 0 0 30px; }
      footer > div aside ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        footer > div aside ul li {
          margin-right: 1em; }
    footer > div nav ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      text-align: center;
      margin: 0; }
      footer > div nav ul:first-child {
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa; }
        footer > div nav ul:first-child li:last-child {
          border-bottom: 0px; }
      footer > div nav ul li {
        display: block;
        width: 50%;
        border-right: 1px solid #aaa;
        border-bottom: 1px solid #aaa; }
        footer > div nav ul li:after {
          display: none; }
        footer > div nav ul li:nth-child(even) {
          border-right: 0px; }
        footer > div nav ul li a {
          display: block;
          padding: 10px; }
          footer > div nav ul li a:hover {
            text-decoration: underline; }
    footer > div:last-of-type div:first-child {
      width: 100%;
      padding: 0 40px;
      margin: 0 auto 20px;
      text-align: center; }
      footer > div:last-of-type div:first-child a {
        margin: 0 auto; }
    footer > div:last-of-type div:last-child {
      width: 100%;
      flex-direction: column;
      position: relative; }
      footer > div:last-of-type div:last-child > a {
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 6px;
        max-width: 40px; }

/*===============================================================
	HOME
===============================================================*/
#wrapper.home article main > section {
  margin: 0 auto 60px; }
#wrapper.home article main h2 {
  margin: 0 0 20px; }
#wrapper.home article main .info h2 {
  padding: 40px 10px;
  margin: 0 0 30px;
  font-size: 178.5714285714%; }
#wrapper.home article main .info > p {
  line-height: 1.75; }
#wrapper.home article main .info div {
  padding: 30px 20px;
  background: #cbb790; }
  #wrapper.home article main .info div p {
    margin: 0 0 1.5em; }
  #wrapper.home article main .info div > img {
    display: block;
    max-width: 150px;
    margin: 0 auto 20px; }
#wrapper.home article main .support div {
  flex-direction: column; }
  #wrapper.home article main .support div section {
    width: 100%;
    margin: 0 0 30px; }
    #wrapper.home article main .support div section p {
      margin: 20px 0; }
  #wrapper.home article main .support div ul {
    width: 100%;
    justify-content: center; }
    #wrapper.home article main .support div ul li {
      width: 50%; }
#wrapper.home article main .study ul li {
  max-width: initial;
  max-width: none;
  margin: 0 7px; }
#wrapper.home article main .study ul .slick-prev {
  left: -10px; }
#wrapper.home article main .study ul .slick-next {
  right: -10px; }
#wrapper.home article main .topics ul li {
  max-width: initial;
  max-width: none;
  margin: 0 7px; }
#wrapper.home article main .topics ul .slick-prev {
  left: -10px; }
#wrapper.home article main .topics ul .slick-next {
  right: -10px; }
#wrapper.home article main .seminar > ul li {
  flex-direction: column; }
  #wrapper.home article main .seminar > ul li figure {
    width: 100%;
    margin: 0 0 20px; }
  #wrapper.home article main .seminar > ul li div {
    width: 100%; }
    #wrapper.home article main .seminar > ul li div a {
      margin: 20px auto 0; }
    #wrapper.home article main .seminar > ul li div div {
      flex-direction: column;
      align-items: flex-start; }
      #wrapper.home article main .seminar > ul li div div h3 {
        margin: 0 0 10px; }
#wrapper.home article main .seminar > div ul li {
  background: #fff;
  padding: 20px 10px;
  flex-direction: column; }
  #wrapper.home article main .seminar > div ul li figure {
    width: 100%;
    margin: 0 0 20px; }
  #wrapper.home article main .seminar > div ul li div {
    width: 100%; }
    #wrapper.home article main .seminar > div ul li div p {
      margin: 16px 0 6px; }
    #wrapper.home article main .seminar > div ul li div > span {
      display: block;
      position: static;
      left: auto;
      bottom: auto;
      padding: 0;
      margin: 0 auto;
      text-align: center; }
    #wrapper.home article main .seminar > div ul li div h3 {
      text-align: center; }
    #wrapper.home article main .seminar > div ul li div a {
      margin: 20px auto 0;
      float: none; }
#wrapper.home article main .free_parts > ul li {
  flex-direction: column; }
  #wrapper.home article main .free_parts > ul li figure {
    width: 100%;
    margin: 0 0 20px; }
  #wrapper.home article main .free_parts > ul li div {
    width: 100%; }
    #wrapper.home article main .free_parts > ul li div a {
      margin: 20px auto 0; }
    #wrapper.home article main .free_parts > ul li div p {
      margin: 0; }
    #wrapper.home article main .free_parts > ul li div div {
      flex-direction: column;
      align-items: flex-start; }
      #wrapper.home article main .free_parts > ul li div div h3 {
        margin: 0 0 10px; }
#wrapper.home article main .free_parts > div ul li {
  background: #fff;
  padding: 20px 10px;
  flex-direction: column; }
  #wrapper.home article main .free_parts > div ul li figure {
    width: 100%;
    margin: 0 0 20px; }
  #wrapper.home article main .free_parts > div ul li div {
    width: 100%; }
    #wrapper.home article main .free_parts > div ul li div p {
      margin: 16px 0 6px; }
    #wrapper.home article main .free_parts > div ul li div > span {
      display: block;
      position: static;
      left: auto;
      bottom: auto;
      padding: 0;
      margin: 0 auto;
      text-align: center; }
    #wrapper.home article main .free_parts > div ul li div h3 {
      text-align: center; }
    #wrapper.home article main .free_parts > div ul li div a {
      margin: 20px auto 0;
      float: none; }
#wrapper.home article main .idea > div {
  flex-direction: column; }
  #wrapper.home article main .idea > div figure {
    width: 100%;
    margin: 0 0 20px; }
  #wrapper.home article main .idea > div div {
    width: 100%; }
#wrapper.home article main .network ul {
  flex-direction: column; }
  #wrapper.home article main .network ul li {
    width: 100%;
    margin: 0 0 20px; }
#wrapper.home article main .report {
  padding: 40px 0; }
  #wrapper.home article main .report > div {
    flex-direction: column; }
    #wrapper.home article main .report > div h2 {
      font-size: 185.7142857143%;
      width: 100%;
      text-align: center; }
    #wrapper.home article main .report > div div h3 {
      font-size: 142.8571428571%;
      line-height: 1.3; }
    #wrapper.home article main .report > div div a {
      margin: 20px auto 0; }
#wrapper.home article main .news h2:before, #wrapper.home article main .news h2:after {
  display: none; }
#wrapper.home article main .news dl dt {
  float: none;
  margin: 0 0 1.5em; }
#wrapper.home article main .news dl dd {
  padding: 0 0 1.5em;
  margin: 0 0 1.5em;
  line-height: 1.5;
  border-bottom: 1px dashed #e3e3e3; }

/*===============================================================
	PROFILE
===============================================================*/
#wrapper.profile article main section > div {
  flex-direction: column !important; }
  #wrapper.profile article main section > div img {
    width: 100%;
    margin: 0 0 20px; }
  #wrapper.profile article main section > div p {
    width: 100%; }
#wrapper.profile article main section ul, #wrapper.profile article main section ol {
  flex-direction: column; }
  #wrapper.profile article main section ul li h3, #wrapper.profile article main section ol li h3 {
    font-size: 114.2857142857%; }
  #wrapper.profile article main section ul li p, #wrapper.profile article main section ol li p {
    padding: 10px;
    line-height: 1.5; }

/*===============================================================
	WORKS
===============================================================*/
#wrapper.works:not(.single) main > ul {
  flex-direction: column; }
  #wrapper.works:not(.single) main > ul li {
    margin: 0 0 10px; }
    #wrapper.works:not(.single) main > ul li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 10px 10px 20px; }
      #wrapper.works:not(.single) main > ul li a:after {
        padding: 0; }
      #wrapper.works:not(.single) main > ul li a p {
        margin: 0 0 0 10px;
        font-size: 92.8571428571%; }
#wrapper.works:not(.single) main section:nth-child(odd) div {
  flex-direction: column; }
#wrapper.works:not(.single) main section h3 img {
  max-width: 44px; }
#wrapper.works:not(.single) main section div {
  flex-direction: column; }
  #wrapper.works:not(.single) main section div img {
    width: 100%;
    margin: 0 0 20px; }
  #wrapper.works:not(.single) main section div p {
    width: 100%;
    line-height: 1.5; }
    #wrapper.works:not(.single) main section div p a {
      margin: 30px auto 0; }
#wrapper.works:not(.single) main > div {
  padding: 20px 10px; }
  #wrapper.works:not(.single) main > div ol li p {
    line-height: 1.5; }
#wrapper.works.single main > ul {
  flex-direction: column; }
  #wrapper.works.single main > ul li {
    margin: 0 0 10px;
    padding: 15px 10px 15px 36px;
    width: 100%; }
    #wrapper.works.single main > ul li:before {
      font-size: 142.8571428571%; }
#wrapper.works.single main .stance {
  flex-direction: column; }
  #wrapper.works.single main .stance img {
    display: none; }
  #wrapper.works.single main .stance div {
    padding: 0;
    text-align: center; }
    #wrapper.works.single main .stance div h3 strong {
      display: inline; }
#wrapper.works.single main .imgR {
  display: block !important; }
  #wrapper.works.single main .imgR figure {
    width: auto; }
#wrapper.works.single main section > div {
  flex-direction: column !important; }
  #wrapper.works.single main section > div figure {
    width: 100%;
    margin: 0 0 20px; }
  #wrapper.works.single main section > div > div, #wrapper.works.single main section > div > ol {
    width: 100%; }
    #wrapper.works.single main section > div > div > li, #wrapper.works.single main section > div > ol > li {
      margin: 0 0 40px; }
#wrapper.works.single main section h4 {
  margin: 0 0 20px; }
#wrapper.works.single main > nav h5 {
  margin: 0 0 30px;
  font-size: 142.8571428571%;
  color: #932343;
  font-weight: bold; }
#wrapper.works.single main > nav > ul {
  flex-direction: column; }
  #wrapper.works.single main > nav > ul > li {
    margin: 0 0 10px; }

.sub_nav ul {
  flex-direction: column; }
  .sub_nav ul li {
    margin: 0 0 10px;
    width: 100%; }
    .sub_nav ul li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 10px 10px 20px; }
      .sub_nav ul li a:after {
        padding: 0; }
      .sub_nav ul li a p {
        margin: 0 0 0 10px;
        font-size: 92.8571428571%; }

/*===============================================================
	STUDY
===============================================================*/
#wrapper.study:not(.single) article main section.achieve ul {
  justify-content: center; }
  #wrapper.study:not(.single) article main section.achieve ul li {
    width: 100%; }
    #wrapper.study:not(.single) article main section.achieve ul li h3 {
      font-size: 157.1428571429%; }
      #wrapper.study:not(.single) article main section.achieve ul li h3 small {
        font-size: 54.5454545455%; }

#wrapper.study.single article main {
  margin: 40px auto 50px; }
  #wrapper.study.single article main .txtC strong {
    font-size: 142.8571428571%;
    line-height: 1.3; }
  #wrapper.study.single article main section div:not(.head) {
    flex-direction: column;
    padding: 0 !important; }
    #wrapper.study.single article main section div:not(.head) > img {
      max-width: initial;
      max-width: none;
      width: 100%;
      margin: 20px 0 0; }
    #wrapper.study.single article main section div:not(.head) p {
      width: 100%;
      margin: 0; }
    #wrapper.study.single article main section div:not(.head).imgR {
      flex-wrap: wrap; }
      #wrapper.study.single article main section div:not(.head).imgR > div {
        padding: 0 0 32px !important; }
      #wrapper.study.single article main section div:not(.head).imgR > :not(figure) {
        margin: 0; }
    #wrapper.study.single article main section div:not(.head).imgL {
      flex-wrap: wrap-reverse; }
      #wrapper.study.single article main section div:not(.head).imgL > img {
        padding: 0 0 32px; }
      #wrapper.study.single article main section div:not(.head).imgL > :not(figure) {
        margin: 0; }
  #wrapper.study.single article main .info {
    padding: 20px 10px;
    flex-direction: column; }
    #wrapper.study.single article main .info figure {
      max-width: 195px;
      margin: 0 auto 20px; }
  #wrapper.study.single article main nav ul {
    flex-direction: column; }
    #wrapper.study.single article main nav ul li {
      margin: 0 0 10px;
      max-width: initial;
      max-width: none;
      width: 100%; }
      #wrapper.study.single article main nav ul li a {
        max-width: initial;
        max-width: none; }
#wrapper.study.single article .others ul li a {
  padding: 16px 30px 16px 10px;
  text-align: justify; }
#wrapper.study.single article .others ul .slick-prev {
  left: -10px; }
#wrapper.study.single article .others ul .slick-next {
  right: -10px; }

/*===============================================================
	TOPICS
===============================================================*/
#wrapper.topics:not(.single) article main section.achieve ul {
  justify-content: center; }
  #wrapper.topics:not(.single) article main section.achieve ul li {
    width: 100%; }
    #wrapper.topics:not(.single) article main section.achieve ul li h3 {
      font-size: 157.1428571429%; }
      #wrapper.topics:not(.single) article main section.achieve ul li h3 small {
        font-size: 54.5454545455%; }

#wrapper.topics.single article main {
  margin: 40px auto 50px; }
  #wrapper.topics.single article main .txtC strong {
    font-size: 142.8571428571%;
    line-height: 1.3; }
  #wrapper.topics.single article main section div:not(.head) {
    flex-direction: column;
    padding: 0 !important; }
    #wrapper.topics.single article main section div:not(.head) > img {
      max-width: initial;
      max-width: none;
      width: 100%;
      margin: 20px 0 0; }
    #wrapper.topics.single article main section div:not(.head) p {
      width: 100%;
      margin: 0; }
    #wrapper.topics.single article main section div:not(.head).imgR {
      flex-wrap: wrap; }
      #wrapper.topics.single article main section div:not(.head).imgR > div {
        padding: 0 0 32px !important; }
      #wrapper.topics.single article main section div:not(.head).imgR > :not(figure) {
        margin: 0; }
    #wrapper.topics.single article main section div:not(.head).imgL {
      flex-wrap: wrap-reverse; }
      #wrapper.topics.single article main section div:not(.head).imgL > img {
        padding: 0 0 32px; }
      #wrapper.topics.single article main section div:not(.head).imgL > :not(figure) {
        margin: 0; }
  #wrapper.topics.single article main .info {
    padding: 20px 10px;
    flex-direction: column; }
    #wrapper.topics.single article main .info figure {
      max-width: 195px;
      margin: 0 auto 20px; }
  #wrapper.topics.single article main nav ul {
    flex-direction: column; }
    #wrapper.topics.single article main nav ul li {
      margin: 0 0 10px;
      max-width: initial;
      max-width: none;
      width: 100%; }
      #wrapper.topics.single article main nav ul li a {
        max-width: initial;
        max-width: none; }
#wrapper.topics.single article .others ul li a {
  padding: 16px 30px 16px 10px;
  text-align: justify; }
#wrapper.topics.single article .others ul .slick-prev {
  left: -10px; }
#wrapper.topics.single article .others ul .slick-next {
  right: -10px; }

/*===============================================================
	TOURI
===============================================================*/
#wrapper.touri article main ul {
  padding: 30px 30px 30px 46px; }
  #wrapper.touri article main ul li {
    text-indent: -1.5em;
    line-height: 1.35; }
#wrapper.touri article main ol {
  margin: 0 0 40px; }
  #wrapper.touri article main ol li {
    margin: 0 0 16px;
    line-height: 1.35;
    font-size: 128.5714285714%;
    color: #932343; }
    #wrapper.touri article main ol li small {
      font-size: 77.7777777778%; }
#wrapper.touri article main section:first-of-type ul {
  flex-direction: column; }
  #wrapper.touri article main section:first-of-type ul li {
    text-indent: 0em;
    margin: 0 0 20px;
    padding: 20px; }
    #wrapper.touri article main section:first-of-type ul li h5 {
      margin: 0 0 10px; }

/*===============================================================
	TRANSACTION
===============================================================*/
#wrapper.transaction article main table {
  display: block; }
  #wrapper.transaction article main table tr th {
    display: block;
    padding: 10px;
    width: 100%; }
  #wrapper.transaction article main table tr td {
    display: block;
    padding: 14px 10px; }

/*===============================================================
	CONTACT
===============================================================*/
/*===============================================================
	COMPANY
===============================================================*/
#wrapper.company article h1 {
  background-image: url(../../images/company/main-img.jpg); }
#wrapper.company article main section > div {
  display: block; }
  #wrapper.company article main section > div > * {
    width: 100%; }

/*===============================================================
	NEWS
===============================================================*/
#wrapper.news article main > dl dt {
  float: none;
  margin: 0 0 1.5em; }
#wrapper.news article main > dl dd {
  padding: 0 0 1.5em;
  margin: 0 0 1.5em;
  line-height: 1.5;
  border-bottom: 1px dashed #e3e3e3; }
#wrapper.news article main .access {
  flex-direction: column; }

/*===============================================================
	SEMINAR
===============================================================*/
#wrapper.news.seminar article main > div {
  flex-direction: column; }
  #wrapper.news.seminar article main > div figure {
    width: 100%;
    margin: 0 0 1.7em; }
  #wrapper.news.seminar article main > div div {
    width: 100%; }
#wrapper.news.seminar article main h4 {
  padding: 6px 10px;
  margin: 0 0 2em;
  background: #932343;
  text-align: left;
  color: #fff;
  line-height: 1.5; }
#wrapper.news.seminar article main > ul {
  padding: 20px; }
  #wrapper.news.seminar article main > ul li {
    flex-direction: column; }
    #wrapper.news.seminar article main > ul li figure {
      width: 100%;
      margin: 0 0 20px; }
      #wrapper.news.seminar article main > ul li figure img {
        width: 100%; }
    #wrapper.news.seminar article main > ul li > div {
      width: 100%; }
      #wrapper.news.seminar article main > ul li > div div {
        flex-direction: column;
        align-items: flex-start; }
        #wrapper.news.seminar article main > ul li > div div h3 {
          margin: 0 0 10px; }

/*===============================================================
	PUBLISH
===============================================================*/
#wrapper.publish article main > div {
  flex-direction: column; }
  #wrapper.publish article main > div figure {
    margin: 0 0 20px; }
    #wrapper.publish article main > div figure img {
      margin: 0 auto; }
  #wrapper.publish article main > div div ul {
    flex-direction: column; }
    #wrapper.publish article main > div div ul li {
      margin: 0 0 10px; }
#wrapper.publish article main section > div {
  flex-direction: column; }
  #wrapper.publish article main section > div figure {
    margin: 0 auto 20px;
    text-align: center; }
#wrapper.publish article main > ol {
  flex-direction: column; }
  #wrapper.publish article main > ol > li {
    width: 100%;
    margin: 0 0 1.5em;
    font-weight: bold; }
    #wrapper.publish article main > ol > li ol li {
      margin: 1em 0 0; }
      #wrapper.publish article main > ol > li ol li ol {
        padding: 0 0 0 1em; }
        #wrapper.publish article main > ol > li ol li ol li {
          font-size: 85.7142857143%; }
    #wrapper.publish article main > ol > li:last-child > div {
      flex-direction: column; }
      #wrapper.publish article main > ol > li:last-child > div > ol {
        width: 100%; }
#wrapper.publish article main > a {
  display: block;
  max-width: 203px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px;
  background: #932343;
  color: #fff;
  border: 1px solid #932343;
  text-decoration: none;
  border-radius: 6px;
  position: relative;
  text-align: center;
  max-width: 346px;
  margin: 0 auto 30px;
  padding: 16px;
  background: orange;
  border-color: orange; }
  #wrapper.publish article main > a:after {
    font-family: Fontawesome;
    content: "\f0a9";
    position: absolute;
    right: 10px; }
  #wrapper.publish article main > a:hover {
    background: #fff;
    color: #932343; }
  #wrapper.publish article main > a:hover {
    color: orange;
    background: #fff; }

/*===============================================================
	ELEARNING
===============================================================*/
#wrapper.elearning article main h2 img.sp {
  display: inline; }
#wrapper.elearning article main ul.flex {
  flex-direction: column;
  flex-wrap: nowrap; }
  #wrapper.elearning article main ul.flex li {
    margin: 0 0 1.7em; }
#wrapper.elearning article main table {
  width: 100%; }
  #wrapper.elearning article main table tr th {
    display: block;
    width: 100%; }
  #wrapper.elearning article main table tr td {
    display: block;
    width: 100%; }
#wrapper.elearning article main .contact {
  background: #f7f7f7;
  padding: 3.90625%; }
  #wrapper.elearning article main .contact ul {
    margin: 0;
    text-align: center; }
    #wrapper.elearning article main .contact ul li {
      font-size: 128.5714285714%;
      line-height: 1.2; }
      #wrapper.elearning article main .contact ul li small {
        font-size: 66.6666666667%; }
#wrapper.elearning article main .imgR {
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0 !important; }
  #wrapper.elearning article main .imgR > div {
    width: auto !important;
    flex-wrap: wrap-reverse;
    flex-direction: column;
    padding: 0 0 32px !important; }
    #wrapper.elearning article main .imgR > div p {
      margin: 0; }
  #wrapper.elearning article main .imgR figure {
    max-width: initial;
    max-width: none;
    width: 100%;
    margin: 0; }
    #wrapper.elearning article main .imgR figure img {
      max-width: 100%;
      margin: 0; }
  #wrapper.elearning article main .imgR > :not(figure) {
    margin: 0; }
#wrapper.elearning article main .imgL {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  flex-wrap: wrap-reverse; }
  #wrapper.elearning article main .imgL > div {
    width: auto !important;
    flex-direction: column;
    margin: 0 auto 20px; }
    #wrapper.elearning article main .imgL > div p {
      margin: 0; }
  #wrapper.elearning article main .imgL figure {
    max-width: initial;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0 0 32px; }
    #wrapper.elearning article main .imgL figure img {
      max-width: 100%;
      margin: 0; }
  #wrapper.elearning article main .imgL > :not(figure) {
    margin: 0; }
#wrapper.elearning article main .photo {
  flex-direction: column;
  padding: 0 !important; }
  #wrapper.elearning article main .photo img {
    max-width: none;
    max-width: initial !important;
    width: 100% !important;
    margin: 20px 0 0 !important; }
    #wrapper.elearning article main .photo img:first-of-type {
      margin-top: 0 !important; }
#wrapper.elearning article main .col {
  display: block; }

/*===============================================================
	CLUB
===============================================================*/
#wrapper.club:not(.member) article main section > div {
  display: block; }
  #wrapper.club:not(.member) article main section > div figure {
    max-width: none;
    margin: 0; }
  #wrapper.club:not(.member) article main section > div > div:not(:first-child) {
    margin-top: 40px; }

#wrapper.club.member article main section > ul li {
  width: calc(50% - 10px);
  margin: 0 5px !important; }
  #wrapper.club.member article main section > ul li a {
    margin-top: 20px; }

#wrapper:not(.home) article .edit .imgR {
  flex-wrap: wrap; }
  #wrapper:not(.home) article .edit .imgR > div {
    padding: 0 0 32px !important; }
  #wrapper:not(.home) article .edit .imgR > img {
    max-width: 100%;
    width: auto; }
  #wrapper:not(.home) article .edit .imgR > :not(figure) {
    margin: 0; }
#wrapper:not(.home) article .edit .imgL {
  flex-wrap: wrap-reverse; }
  #wrapper:not(.home) article .edit .imgL > img {
    max-width: 100%;
    width: auto;
    padding: 0 0 32px; }
  #wrapper:not(.home) article .edit .imgL > :not(figure) {
    margin: 0; }
#wrapper:not(.home) article .edit .photo img {
  width: 100%;
  height: auto; }

/*===============================================================
	SPECIAL
===============================================================*/
#wrapper.special.single article main {
  /*margin: 40px auto 50px;*/ }
  #wrapper.special.single article main .txtC strong {
    font-size: 142.8571428571%;
    line-height: 1.3; }
  #wrapper.special.single article main section div:not(.head) {
    flex-direction: column;
    padding: 0 !important; }
    #wrapper.special.single article main section div:not(.head) > img {
      max-width: initial;
      max-width: none;
      width: 100%;
      margin: 20px 0 0; }
    #wrapper.special.single article main section div:not(.head) p {
      width: 100%;
      margin: 0; }
    #wrapper.special.single article main section div:not(.head).imgR {
      flex-wrap: wrap; }
      #wrapper.special.single article main section div:not(.head).imgR > div {
        padding: 0 0 32px !important; }
      #wrapper.special.single article main section div:not(.head).imgR > :not(figure) {
        margin: 0; }
    #wrapper.special.single article main section div:not(.head).imgL {
      flex-wrap: wrap-reverse; }
      #wrapper.special.single article main section div:not(.head).imgL > img {
        padding: 0 0 32px; }
      #wrapper.special.single article main section div:not(.head).imgL > :not(figure) {
        margin: 0; }
    #wrapper.special.single article main section div:not(.head).photo img:first-of-type {
      margin-top: 0; }
  #wrapper.special.single article main .info {
    padding: 20px 10px;
    flex-direction: column; }
    #wrapper.special.single article main .info figure {
      max-width: 195px;
      margin: 0 auto 20px; }
  #wrapper.special.single article main nav ul {
    flex-direction: column; }
    #wrapper.special.single article main nav ul li {
      margin: 0 0 10px;
      max-width: initial;
      max-width: none;
      width: 100%; }
      #wrapper.special.single article main nav ul li a {
        max-width: initial;
        max-width: none; }
#wrapper.special.single article .others ul li a {
  padding: 16px 30px 16px 10px;
  text-align: justify; }
#wrapper.special.single article .others ul .slick-prev {
  left: -10px; }
#wrapper.special.single article .others ul .slick-next {
  right: -10px; }

/*===============================================================
	STATIC
===============================================================*/
#wrapper.static section div:not(.head) {
  flex-direction: column;
  padding: 0 !important; }
  #wrapper.static section div:not(.head) > img {
    max-width: initial;
    max-width: none;
    width: 100%;
    margin: 20px 0 0; }
  #wrapper.static section div:not(.head) p {
    width: 100%;
    margin: 0; }
  #wrapper.static section div:not(.head).imgR {
    flex-wrap: wrap; }
    #wrapper.static section div:not(.head).imgR > div {
      padding: 0 0 32px !important; }
    #wrapper.static section div:not(.head).imgR > :not(figure) {
      margin: 0; }
  #wrapper.static section div:not(.head).imgL {
    flex-wrap: wrap-reverse; }
    #wrapper.static section div:not(.head).imgL > img {
      padding: 0 0 32px; }
    #wrapper.static section div:not(.head).imgL > :not(figure) {
      margin: 0; }
#wrapper.static section.contact {
  padding: 3.90625%; }
  #wrapper.static section.contact ul {
    margin: 0;
    text-align: center; }
    #wrapper.static section.contact ul li {
      font-size: 128.5714285714%;
      line-height: 1.2; }
      #wrapper.static section.contact ul li small {
        font-size: 66.6666666667%; }
