@charset "UTF-8";
/* 01 *
===================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/* 02 body
===================================================== */
html {
  font-size: 62.5%;
  /* sets 1em=10px */
  /* 100%=1em=1rem=16px=12pt */
  height: 100%; }
  html body {
    height: 100%;
    word-wrap: break-word;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 150%;
    color: #111;
    font-family: Verdana, メイリオ, Meiryo, 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    text-align: center; }
    html body#f {
      background-color: #f4f1eb;
      background-image: url(/gakubu/bun/sociology/images/_bg/body-bg02.png), url(/gakubu/bun/sociology/images/_bg/html-bg02.png), url(/gakubu/bun/sociology/images/_bg/html-bg01.png);
      background-repeat: repeat-x, repeat-x, repeat; }
      html body#f #header {
        background-image: url(/gakubu/bun/sociology/images/_bg/body-bg02.png);
        background-repeat: repeat-x; }
    html body#g {
      background-color: #f4f1eb;
      background-image: url(/gakubu/bun/sociology/images/_bg/body-bg01.png), url(/gakubu/bun/sociology/images/_bg/html-bg02.png), url(/gakubu/bun/sociology/images/_bg/html-bg01.png);
      background-repeat: repeat-x, repeat-x, repeat; }
      html body#g #header {
        background-image: url(/gakubu/bun/sociology/images/_bg/body-bg01.png);
        background-repeat: repeat-x; }

.mobile {
  display: none; }

/* 03 Reset-base
===================================================== */
img,
a,
area {
  outline: none;
  border: none; }

*:focus {
  /*chromeに現れる青い線 */
  outline: none; }

table {
  border-collapse: collapse; }

table,
th,
td {
  font-weight: normal;
  text-align: left;
  border: none; }

em,
address {
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-align: left; }

li {
  list-style-type: none;
  list-style-position: outside; }

p,
dt,
dd,
li {
  text-align: justify;
  text-justify: inter-ideograph; }

hr {
  margin: 30px auto 10px;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0));
  background-image: -moz-linear-gradient(left, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0));
  background-image: -ms-linear-gradient(left, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0));
  background-image: -o-linear-gradient(left, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0)); }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/ }

.ovfl-hdn {
  overflow: hidden; }

.small {
  font-size: 0.9em;
  line-height: 120%; }

.xsmall {
  font-size: 0.8em;
  line-height: 120%; }

.large {
  font-size: 1.1em; }

.xlarge {
  font-size: 1.2em; }

.xxlarge {
  font-size: 1.5em;
  line-height: 50%; }

.clear {
  clear: both; }

.white {
  color: #ffffff; }

.red {
  color: #ee0000; }

.blue {
  color: #006ab7; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

/* 05 Reset-image
===================================================== */
img.imgR {
  float: right;
  display: inline-block;
  margin: 5px 0px 10px 25px; }
img.imgL {
  float: left;
  display: inline-block;
  margin: 5px 25px 10px 0px; }

/*a-tag*/
#contents a {
  color: #33f;
  text-decoration: none; }
  #contents a:visited {
    color: #810081; }
  #contents a:active {
    color: #f30; }
  #contents a:hover {
    color: #f30;
    text-decoration: underline; }

#footer1 a {
  color: #545454;
  text-decoration: none; }
  #footer1 a:hover {
    color: #f33;
    text-decoration: underline; }

#footer2 a {
  color: #fff;
  text-decoration: none; }
  #footer2 a:hover {
    text-decoration: underline; }

/* 06 layout - ID
===================================================== */
/*header*/
#header {
  margin: 0px auto;
  position: relative;
  width: 1060px;
  max-width: 100%;
  height: 85px;
  border: 1px solid transparent; }
  #header #headerLogo {
    /*ExtraLight 200, Light 300, Regular 400, Medium 500, SemiBold 600, Bold 700, ExtraBold 800, Black 900*/
    font-family: "Shippori Mincho", "Noto Serif JP", serif; }
    #header #headerLogo li {
      margin: auto;
      position: absolute; }
      #header #headerLogo li:nth-child(1) {
        top: 0px;
        left: 2px;
        color: #fff;
        background-color: #541b86;
        border-radius: 5px;
        padding: 2px 5px;
        font-size: 17px;
        line-height: 110%;
        font-weight: 500; }
      #header #headerLogo li:nth-child(2) {
        line-height: 110%;
        top: 28px;
        left: 0px;
        font-size: 33px;
        font-weight: 700; }
  #header #headerLogoDaigaku {
    margin: auto;
    position: absolute;
    top: 10px;
    right: 0px; }
  #header #topNavi {
    margin: auto;
    position: absolute;
    top: 43px;
    left: 0px;
    width: 100%;
    text-align: right;
    font-family: "Shippori Mincho", "Noto Serif JP", serif; }
    #header #topNavi li {
      float: right;
      display: inline-block;
      width: 110px;
      height: 24px;
      line-height: 20px; }
      #header #topNavi li:first-child {
        margin-left: 5px; }
      #header #topNavi li a {
        width: 100%;
        height: 100%;
        display: block;
        border: 2px solid #541b86;
        border-radius: 5px;
        text-align: center;
        font-weight: 700;
        font-style: normal;
        font-size: 13px;
        color: #541b86;
        background-color: #fff;
        text-decoration: none;
        position: relative;
        transition: 0.4s; }
        #header #topNavi li a::before {
          top: 0;
          left: 4px;
          bottom: 0;
          margin: auto;
          position: absolute;
          content: '';
          width: 12px;
          height: 12px;
          background-color: #541b86;
          border-radius: 50%; }
        #header #topNavi li a::after {
          top: 0;
          left: 8px;
          bottom: 0;
          margin: auto;
          position: absolute;
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 3px 0 3px 5px;
          border-color: #541b86 #541b86 #541b86 #fff; }
        #header #topNavi li a:hover {
          background-color: #541b86;
          color: #fff; }
          #header #topNavi li a:hover::before {
            background-color: #fff; }
          #header #topNavi li a:hover::after {
            border-color: #fff #fff #fff #541b86; }
      #header #topNavi li:first-child a {
        padding-left: 5px; }
      #header #topNavi li:last-child a {
        padding-left: 15px; }

body#f #header #headerLogo li:nth-child(1) {
  background-color: #50cb96; }
body#f #header #topNavi li a {
  border: 2px solid #50cb96;
  color: #50cb96; }
  body#f #header #topNavi li a::before {
    top: 0;
    left: 4px;
    bottom: 0;
    margin: auto;
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #50cb96;
    border-radius: 50%; }
  body#f #header #topNavi li a::after {
    top: 0;
    left: 8px;
    bottom: 0;
    margin: auto;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: #50cb96 #50cb96 #50cb96 #fff; }
  body#f #header #topNavi li a:hover {
    background-color: #50cb96;
    color: #fff; }
    body#f #header #topNavi li a:hover::before {
      background-color: #fff; }
    body#f #header #topNavi li a:hover::after {
      border-color: #fff #fff #fff #50cb96; }

/*  drawer */
/* hamburger */
.drawer_toggleM {
  display: none; }

.drawerBGwrapper {
  display: none; }

/* drawer */
.drawerBGwrapper {
  display: none; }

#headerImg {
  margin: 28px auto 0;
  height: auto;
  width: 988px;
  box-shadow: 5px 5px 16px rgba(199, 197, 187, 0.3), -5px -5px 16px #ffffff; }
  #headerImg Img {
    width: calc(100% - 4px);
    height: auto;
    border: 3px solid #fff;
    vertical-align: bottom; }

#container {
  margin: 18px auto 0px;
  width: 990px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0 0 4px; }
  #container #contents {
    padding: 30px 30px 40px;
    width: 760px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #e8e7e4;
    border-radius: 8px;
    box-shadow: 5px 5px 16px rgba(199, 197, 187, 0.2), -5px -5px 16px #ffffff;
    margin-left: 26px; }
  #container #sideNavi {
    width: 200px;
    text-align: left; }
    #container #sideNavi ul {
      margin-bottom: 20px;
      background: #FFFFFF;
      border: 1px solid #e8e7e4;
      border-radius: 5px;
      box-shadow: 5px 5px 16px rgba(199, 197, 187, 0.15), -5px -5px 16px #ffffff; }
      #container #sideNavi ul li {
        height: 50px;
        font-family: 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        border-bottom: 1px dotted #ddd; }
        #container #sideNavi ul li:first-child {
          height: 65px;
          padding: 12px 0 0 10px;
          background: #f2f2fc;
          color: #50cb96;
          font-size: 1.15em;
          font-weight: bold;
          border: none;
          letter-spacing: 0px; }
          #container #sideNavi ul li:first-child span {
            display: block;
            font-size: 0.85em;
            font-weight: bold; }
        #container #sideNavi ul li:nth-child(4) {
          letter-spacing: -1px; }
        #container #sideNavi ul li a {
          position: relative;
          display: block;
          width: 100%;
          height: 100%;
          padding-left: 33px;
          color: #000;
          text-decoration: none;
          line-height: 50px;
          font-weight: bold;
          font-size: 1.1em;
          background-image: url(/gakubu/bun/sociology/images/_navibutton/f-mark.png);
          background-repeat: no-repeat;
          background-position: left 10px center;
          transition: 0.3s; }
          #container #sideNavi ul li a span {
            letter-spacing: -2px;
            font-size: 0.95em; }
          #container #sideNavi ul li a:hover {
            background-image: url(/gakubu/bun/sociology/images/_navibutton/f-mark_on.png);
            background-color: #92debd;
            color: #fff; }

body#g #sideNavi ul li:first-child {
  background: #f2f2fc;
  color: #541b86; }
body#g #sideNavi ul li a {
  padding-left: 30px;
  background-image: url(/gakubu/bun/sociology/images/_navibutton/g-mark.png); }
  body#g #sideNavi ul li a:hover {
    background-image: url(/gakubu/bun/sociology/images/_navibutton/g-mark_on.png);
    background-color: #b59acf; }

/*現在ページ*/
body#f.idx #sideNavi ul li:nth-child(2) a, body#f.tokuchou #sideNavi ul li:nth-child(3) a, body#f.jugyou #sideNavi ul li:nth-child(4) a, body#f.kyouin #sideNavi ul li:nth-child(5) a, body#f.seminar #sideNavi ul li:nth-child(6) a, body#f.sinro #sideNavi ul li:nth-child(7) a, body#f.sikaku #sideNavi ul li:nth-child(8) a {
  background-image: url(/gakubu/bun/sociology/images/_navibutton/f-mark_on.png);
  background-color: #66ddaa;
  color: #fff; }

body#g.idx #sideNavi ul li:nth-child(2) a, body#g.tokuchou #sideNavi ul li:nth-child(3) a, body#g.jugyou #sideNavi ul li:nth-child(4) a, body#g.kyouin #sideNavi ul li:nth-child(5) a, body#g.seminar #sideNavi ul li:nth-child(6) a, body#g.koe #sideNavi ul li:nth-child(7) a, body#g.sinro #sideNavi ul li:nth-child(8) a, body#g.sikaku #sideNavi ul li:nth-child(9) a, body#g.kenkyu #sideNavi ul li:nth-child(10) a {
  background-image: url(/gakubu/bun/sociology/images/_navibutton/g-mark_on.png);
  background-color: #541b86;
  color: #fff; }

#totop {
  clear: both;
  margin: 30px auto 0px;
  width: 990px;
  text-align: right;
  padding-right: 5px; }
  #totop a {
    display: inline-block;
    padding: 3px 20px 3px 35px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    font-size: 0.8em;
    border-radius: 5px;
    transition: 0.3s;
    position: relative; }
    #totop a::before {
      top: 0;
      left: 9px;
      bottom: 0;
      margin: auto;
      position: absolute;
      content: '';
      width: 12px;
      height: 12px;
      background-color: #541b86;
      border-radius: 50%;
      transition: 0.3s; }
    #totop a::after {
      top: 0;
      left: 12px;
      bottom: 0;
      margin: auto;
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 3px 5px 3px;
      border-color: #541b86 #541b86 #fff #541b86;
      transition: 0.3s; }
    #totop a:hover {
      color: #f00; }
      #totop a:hover::before {
        background-color: #f00; }
      #totop a:hover::after {
        border-color: #f00 #f00 #fff #f00; }

body#f #totop a::before {
  top: 0;
  left: 9px;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #50cb96;
  border-radius: 50%; }
body#f #totop a::after {
  top: 0;
  left: 12px;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 5px 3px;
  border-color: #50cb96 #50cb96 #fff #50cb96; }

#footer {
  margin-top: -1px;
  clear: both;
  background: #ffffff url(../images/_bg/footer-bg01.png) repeat-x left bottom; }
  #footer #footer1 {
    margin: 0px auto;
    width: 960px;
    padding: 30px 0px 50px;
    color: #545454;
    text-align: left; }
    #footer #footer1 ul {
      padding-left: 0px; }
      #footer #footer1 ul li {
        float: left;
        display: inline;
        padding: 0px 10px;
        border-left: 1px solid #545454; }
        #footer #footer1 ul li:first-child {
          border-left: none;
          padding-left: 0px; }
    #footer #footer1 ol {
      clear: both;
      padding-left: 0px; }
      #footer #footer1 ol li {
        float: left;
        display: inline;
        padding: 0px 10px 0px 0; }
        #footer #footer1 ol li a {
          position: relative;
          padding-left: 20px;
          transition: 0.4s; }
          #footer #footer1 ol li a::before {
            top: 0;
            left: 4px;
            bottom: 0;
            margin: auto;
            position: absolute;
            content: '';
            width: 12px;
            height: 12px;
            background-color: #541b86;
            border-radius: 50%; }
          #footer #footer1 ol li a::after {
            top: 0;
            left: 8px;
            bottom: 0;
            margin: auto;
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 3px 0 3px 5px;
            border-color: #541b86 #541b86 #541b86 #fff; }
  #footer #footer2 {
    /*address*/
    margin: 0px auto;
    width: 960px;
    clear: both;
    line-height: 25px;
    height: 25px;
    color: #ffffff;
    text-align: right; }

body#f #footer {
  background: #ffffff url(../images/_bg/footer-bg02.png) repeat-x left bottom; }
  body#f #footer #footer1 ol li a::before {
    top: 0;
    left: 4px;
    bottom: 0;
    margin: auto;
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #50cb96;
    border-radius: 50%; }
  body#f #footer #footer1 ol li a::after {
    top: 0;
    left: 8px;
    bottom: 0;
    margin: auto;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: #50cb96 #50cb96 #50cb96 #fff; }

/* 07 contents
===================================================== */
h2 {
  clear: both;
  margin-bottom: 15px; }
  h2.maru {
    position: relative;
    color: #50cb96;
    font-size: 2em;
    font-weight: bold;
    font-family: "Shippori Mincho", "Noto Serif JP", serif;
    height: 1.25em;
    line-height: 1.25em;
    text-indent: 1.5em; }
    h2.maru::after {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 1.25em;
      height: 1.25em;
      background-color: #50cb96;
      border-radius: 100%; }
    h2.maru.maru2 {
      font-size: 1.5em;
      height: auto;
      line-height: 1.40em;
      text-indent: 1.5em; }

body#g h2 {
  /*h2.maruに同じ*/
  position: relative;
  color: #541b86;
  font-size: 2em;
  font-weight: bold;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  height: 1.25em;
  line-height: 1.25em;
  text-indent: 1.5em; }
  body#g h2::after {
    /*h2.maruに同じ*/
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 1.25em;
    height: 1.25em;
    background-color: #541b86;
    border-radius: 100%; }

h3 {
  clear: both;
  margin-bottom: 20px;
  letter-spacing: -1px; }
  h3 span {
    display: none; }
  h3.aisatu {
    background: url(/gakubu/bun/sociology/images/_bg/h3-f.png) repeat-x left bottom;
    padding-bottom: 12px;
    font-size: 1.5em;
    color: #333;
    font-weight: bold;
    margin: 0px 0px 15px;
    font-family: "Shippori Mincho", "Noto Serif JP", serif;
    line-height: 130%; }
  h3.seminar {
    background: url(/gakubu/bun/sociology/images/_bg/h3-f.png) repeat-x left bottom;
    padding-bottom: 10px;
    font-size: 1.4em;
    color: #555;
    font-weight: bold;
    margin: 0px 0px 15px; }

body#g h3 {
  background: url(/gakubu/bun/sociology/images/_bg/h3-f.png) repeat-x left bottom;
  padding-bottom: 12px;
  font-size: 1.5em;
  color: #333;
  font-weight: bold;
  margin: 0px 0px 15px;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  line-height: 130%; }

h4 {
  font-size: 2.1em;
  color: #333;
  font-weight: bold;
  font-family: "Shippori Mincho", "Noto Serif JP", serif;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url(/gakubu/bun/sociology/images/_bg/h4-li-bg01.png) repeat-x left bottom;
  line-height: 1.2em;
  letter-spacing: -1px; }
  h4 span {
    font-size: 0.6em;
    padding-right: 1em; }
    h4 span:first-of-type {
      font-size: 0.6em;
      padding-right: 1em; }
    h4 span:last-of-type {
      font-size: 0.5em; }
  h4 a.imgK {
    margin: 0px 0px 0px 10px;
    float: right;
    display: inline-block;
    width: 110px;
    height: 25px;
    background-image: url(/gakubu/bun/sociology/images/_navibutton/gyouski-g_cr.png);
    position: relative; }
    h4 a.imgK img {
      position: absolute;
      transition: 0.4s;
      top: 0; }
      h4 a.imgK img:hover {
        opacity: 0; }

#f.kyouin h4 {
  font-size: 1.7em;
  color: #000; }
  #f.kyouin h4 span:first-of-type {
    font-size: 1.0em;
    padding: 0;
    display: block; }

#contents p {
  margin: 0px 5px 30px; }
  #contents p.koe {
    margin: 0px 5px 0px;
    text-indent: 1em; }

.totopS {
  clear: both;
  margin: -15px auto 35px;
  text-align: right; }

/* 08 Local Pages
===================================================== */
/* kyouin */
ol.kyouin li {
  padding: 40px 0px;
  border-bottom: 1px solid #dbd9d6;
  overflow: hidden; }
  ol.kyouin li:first-child {
    padding: 0px 0px 40px; }
  ol.kyouin li.fuukei {
    margin-left: -10px;
    padding: 30px 0px;
    border-bottom: none; }
  ol.kyouin lii.kugiri {
    padding: 30px 0px 0px;
    border-top: 1px solid #dbd9d6; }
  ol.kyouin li div {
    margin-bottom: 10px;
    font-size: 1.1em; }
  ol.kyouin li p {
    margin: 0px;
    padding: 0px;
    overflow: hidden; }
  ol.kyouin li img.photo {
    margin: 0px 0px 0px 5px;
    float: right;
    border-left: 10px solid #fff; }

#g ol.kyouin img.photo {
  margin: 0px 0px 0px 10px; }

/* aisatu= */
img.fuukei {
  margin: 50px auto 20px 0px; }

/* tokutyou */
div.tokutyouimg {
  margin: 0 0px 30px;
  text-align: center; }
  div.tokutyouimg img {
    width: 100%; }

ul.tokutyou {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  ul.tokutyou li {
    padding: 20px 0px 0px;
    width: calc(calc(100% - 15px) / 3);
    border: 1px solid #50cd96;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
    ul.tokutyou li h5 {
      color: #50cd96;
      font-weight: bold;
      padding: 0px 20px;
      font-size: 11pt;
      border-left: 5px solid #50cd96; }
    ul.tokutyou li p {
      margin: 0px;
      padding: 10px 18px 0px; }

div.jukouseinokoe {
  margin: 30px 0px 30px;
  padding: 1.5em 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  border: 1px solid #50cd96;
  border-radius: 8px;
  overflow: hidden; }
  div.jukouseinokoe h5 {
    margin: 0px 0px 1em;
    padding: 8px 10px;
    text-align: center;
    border-radius: 8px;
    background-color: #66ddaa;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold; }
  div.jukouseinokoe .pR {
    margin: 0 0px 0.5em;
    text-align: right; }
  div.jukouseinokoe table {
    width: 100%;
    border: 1px solid #ccc;
    table-layout: fixed; }
    div.jukouseinokoe table th {
      text-align: center;
      padding: 2px;
      border: 1px solid #ddd;
      font-size: 0.9em;
      background-color: #ccc;
      color: #fff; }
      div.jukouseinokoe table th:first-child {
        width: 1em;
        text-align: center; }
    div.jukouseinokoe table td {
      padding: 2px;
      border: 1px solid #ccc;
      font-size: 0.85em;
      line-height: 130%; }

/* Curriculum */
ul.manabinagare {
  display: table;
  width: 100%;
  height: 100px; }
  ul.manabinagare > li {
    display: table-cell; }
    ul.manabinagare > li:nth-child(odd) {
      width: 80px;
      padding: 0 0 0 15px;
      text-align: left;
      vertical-align: middle;
      background-image: url(/gakubu/bun/sociology/images/_others/nagare-yajirusi.png);
      background-repeat: no-repeat;
      font-weight: bold;
      color: #FFFFFF;
      font-size: 1.3em;
      background-position: left top; }
    ul.manabinagare > li:nth-child(even) {
      text-align: left;
      vertical-align: top; }
    ul.manabinagare > li ul {
      border-top: 2px solid #4f81be;
      margin-top: 1px;
      padding: 5px 0 0 20px; }
      ul.manabinagare > li ul li {
        padding: 0 0 0 20px;
        background-image: url(/gakubu/bun/sociology/images/_base/160.png);
        background-repeat: no-repeat;
        background-position: left 5px; }

table.curriculum {
  margin: 0px 0px 20px;
  width: 100%;
  border: 1px double #dbd9d6; }
  table.curriculum tr th {
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #dbd9d6; }
  table.curriculum tr.gakunen th {
    padding: 5px 0px;
    color: #36540e;
    background: #f6fced;
    width: 25%;
    font-size: 1.0em;
    font-weight: bold;
    text-align: center; }
  table.curriculum tr.tani th {
    padding: 6px 0px 6px 170px;
    color: #51870a;
    background: #e6f4d2;
    text-align: left;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 140%; }
  table.curriculum tr td {
    padding: 10px 10px;
    text-align: justify;
    text-justify: inter-ideograph;
    border: 1px solid #dbd9d6;
    vertical-align: top; }
    table.curriculum tr td.noborder {
      border-left: none;
      border-right: none; }
    table.curriculum tr td table {
      margin: auto;
      border: none; }
      table.curriculum tr td table td {
        border: none; }

table.curriculum {
  /*単位*/
  margin-bottom: 2.5em; }
  table.curriculum th ul li,
  table.curriculum td ul li {
    line-height: 130%;
    padding: 0 0 4px 14px;
    background: url(/gakubu/bun/sociology/images/_base/maru-b.png) no-repeat left 4px; }
    table.curriculum th ul li.red,
    table.curriculum td ul li.red {
      background: url(/gakubu/bun/sociology/images/_base/maru-r.png) no-repeat left 4px; }
  table.curriculum th ul.flex,
  table.curriculum td ul.flex {
    display: flex;
    flex-wrap: wrap; }
    table.curriculum th ul.flex li,
    table.curriculum td ul.flex li {
      padding-right: 1.5em; }
  table.curriculum tr.tani th ul li,
  table.curriculum tr.tani th ul li.red {
    background-position: left top 2px; }

table.curriculum.noborder {
  margin: 0px 0px 20px;
  width: 100%; }
  table.curriculum.noborder td {
    padding: 10px 10px;
    width: 50%;
    text-align: left;
    vertical-align: top; }
    table.curriculum.noborder td li {
      padding: 0 0 4px 14px;
      background: url(/gakubu/bun/sociology/images/_base/sikaku-g.png) no-repeat left 5px; }

ul.tikara {
  margin-bottom: 2em; }
  ul.tikara li {
    margin-left: 10px;
    padding: 0 0 0 20px;
    background-image: url(/gakubu/bun/sociology/images/_base/160.png);
    background-repeat: no-repeat;
    background-position: left 5px; }

div.curriculumimg img {
  width: 100%; }

/* sinro */
div.sinroimg {
  margin: 0 0 40px;
  padding: 20px 0 0;
  text-align: center; }
  div.sinroimg img {
    width: 100%; }

div.sinrodata {
  margin: -15px 0px 0px;
  width: 100%;
  text-align: right; }
  div.sinrodata a {
    padding: 1px 5px 1px 20px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #51870a;
    text-decoration: none;
    background: #e6f4d2 url(../images/_base/arrow02.png) no-repeat 3px center;
    margin: 0px 2px; }
    div.sinrodata a:hover {
      color: #ffffff;
      text-decoration: none;
      background: #51870a url(../images/_base/arrow02_on.png) no-repeat 3px center; }

table.sinro {
  margin: 0px 0px 20px;
  width: 100%;
  border: 1px solid #dbd9d6; }
  table.sinro th {
    padding: 5px 5px;
    font-weight: bold;
    color: #51870a;
    background: #e6f4d2;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dbd9d6;
    font-size: 1.1em; }
    table.sinro th span {
      font-weight: normal;
      font-size: 1.0em;
      margin-left: 6px; }
  table.sinro td {
    padding: 5px 10px;
    text-align: left;
    border: 1px solid #dbd9d6;
    vertical-align: top;
    width: 50%; }

body#g table.sinro td {
  width: 33%; }

body#f.sinro table.sinro {
  table-layout: fixed; }
  body#f.sinro table.sinro td {
    width: 25%;
    padding: 5px 5px;
    line-height: 130%; }

div.taiken {
  width: 680px;
  height: 300px;
  border: 1px solid #61941a;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: url(/gakubu/bun/sociology/images/_photo-f/sinro-01.jpg) no-repeat;
  margin: 50px auto 40px; }
  div.taiken h5 {
    font-size: 12pt;
    color: #61941a;
    font-weight: bold;
    padding: 45px 25px 15px 305px; }
  div.taiken p {
    padding: 0px 20px 0px 300px; }

/* 37  sikaku
===================================================== */
table.sikaku {
  margin: 0px 0px 30px;
  width: 100%;
  border: 1px double #dbd9d6; }
  table.sikaku th {
    padding: 5px 0px;
    white-space: nowrap;
    font-weight: bold;
    color: #51870a;
    background: #e6f4d2;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dbd9d6;
    font-size: 1.1em; }
  table.sikaku td {
    padding: 10px 10px;
    text-align: justify;
    text-justify: inter-ideograph;
    vertical-align: top;
    width: 40%; }
    table.sikaku td.border {
      border: 1px solid #dbd9d6; }
    table.sikaku td li {
      padding: 0 0 4px 14px;
      background: url(/gakubu/bun/sociology/images/_base/sikaku-g.png) no-repeat left 5px; }
  table.sikaku tr.col2 td {
    width: 50%; }

div.yarigai {
  width: 100%;
  height: auto;
  border: 1px solid #50cd96;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 40px;
  overflow: hidden; }
  div.yarigai h5 {
    font-size: 12pt;
    font-weight: bold;
    padding: 30px 20px 20px;
    color: #555; }
    div.yarigai h5 span {
      font-size: 1.2em;
      color: #50cd96; }
  div.yarigai p {
    padding: 0px 20px; }

ul.sikakukanou {
  margin: 0 10px 20px; }
  ul.sikakukanou li {
    position: relative;
    font-size: 1.1em;
    height: 1.5em;
    line-height: 1.5em;
    text-indent: 1.5em; }
    ul.sikakukanou li::after {
      position: absolute;
      top: .4em;
      left: .4em;
      content: '';
      width: 12px;
      height: 12px;
      background-color: #ccc;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

/* seikatu */
ul.katudo {
  overflow: hidden;
  margin: 0px 0px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.katudo li {
    width: calc(calc(100% - 40px) / 2); }
    ul.katudo li h5 {
      font-size: 12pt;
      color: #50cd96;
      font-weight: bold;
      margin: 0px 0px 5px; }
    ul.katudo li img {
      width: 100%; }
    ul.katudo li p {
      margin: 0 0; }

ul.seminar {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0px 0px 40px; }
  ul.seminar li:nth-child(odd) {
    padding-right: 20px;
    font-size: 0.8em;
    line-height: 120%; }
  ul.seminar li img:nth-of-type(1) {
    margin: 0px 0px 2px; }
  ul.seminar li img:nth-of-type(2) {
    margin: 7px 0px 2px; }
  ul.seminar li h5 {
    font-size: 12pt;
    color: #50cd96;
    font-weight: bold;
    margin: 0px 0px 5px; }
  ul.seminar li p {
    margin: 0; }

#g ul.seminar li h5 {
  color: #541b86; }

/* 39  kenkyu
===================================================== */
dl.kenkyu {
  margin: 0 0px 30px;
  text-align: center; }
  dl.kenkyu ul {
    display: flex;
    flex-wrap: wrap; }
    dl.kenkyu ul li {
      margin: 5px 0 5px 5px;
      width: calc((100% - 15px) / 4); }
      dl.kenkyu ul li:nth-child(1) {
        margin: 5px 0; }
      dl.kenkyu ul li img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
        border: 1px solid #ddd; }

table.kenkyu {
  margin: 0px 0px 30px;
  width: 100%;
  border: 1px double #dbd9d6; }
  table.kenkyu col:first-child {
    width: 55%; }
  table.kenkyu col:last-child {
    width: 45%; }
  table.kenkyu th {
    padding: 4px 0px;
    white-space: nowrap;
    font-weight: bold;
    color: #51870a;
    background: #e6f4d2;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dbd9d6; }
  table.kenkyu td {
    text-align: left;
    vertical-align: top;
    border: 1px solid #dbd9d6;
    padding: 2px 5px 2px 10px; }

/* メディアクエリ（@media）
===================================================== */
/* =====================================================

2015-1-15

===================================================== */
@media screen and (max-width: 768px) {
  /* 01 base
  ===================================================== */
  img {
    height: auto;
    width: auto;
    max-width: 100%; }

  .mobile {
    display: block; }

  .pc {
    display: none; }

  html body {
    line-height: 140%;
    -webkit-text-size-adjust: 100%;
    /*文字の大きさが自動で調整OFF*/
    position: relative;
    left: 0;
    background-color: #FFFFFF;
    word-wrap: break-word; }
    html body#f {
      background-color: #f4f1eb;
      background-image: url(/gakubu/bun/sociology/images/_bg/body-bg04.png), url(/gakubu/bun/sociology/images/_bg/html-bg02.png), url(/gakubu/bun/sociology/images/_bg/html-bg01.png);
      background-repeat: repeat-x, repeat-x, repeat; }
      html body#f #header {
        background-image: url(/gakubu/bun/sociology/images/_bg/body-bg04.png);
        background-repeat: repeat-x; }
    html body#g {
      background-color: #f4f1eb;
      background-image: url(/gakubu/bun/sociology/images/_bg/body-bg03.png), url(/gakubu/bun/sociology/images/_bg/html-bg02.png), url(/gakubu/bun/sociology/images/_bg/html-bg01.png);
      background-repeat: repeat-x, repeat-x, repeat; }
      html body#g #header {
        background-image: url(/gakubu/bun/sociology/images/_bg/body-bg03.png);
        background-repeat: repeat-x; }

  table {
    word-break: break-all; }

  #header {
    position: fixed;
    overflow: hidden;
    text-align: left;
    margin: 0 0 auto;
    top: 0;
    left: 0;
    height: 65px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    z-index: 10012;
    border-bottom: 1px solid #ddd; }
    #header #headerLogo li:nth-child(1) {
      font-size: 14px;
      left: 1%; }
    #header #headerLogo li:nth-child(2) {
      top: 25px;
      left: 1%;
      font-size: 26px; }
    #header #headerLogoDaigaku,
    #header #topNavi {
      display: none; }

  /* hamburger */
  .drawer_toggleM {
    margin: auto;
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 3%;
    width: 30px;
    text-align-last: center;
    cursor: pointer;
    padding: 5px;
    /*header 10012, .drawer_nav 10011, toggle 10015*/
    z-index: 10015; }
    .drawer_toggleM span {
      position: relative;
      display: block;
      height: 2px;
      width: 30px;
      background-color: #333;
      transition: ease .5s; }
      .drawer_toggleM span:nth-child(1) {
        top: 0; }
      .drawer_toggleM span:nth-child(2) {
        margin: 7px 0; }
      .drawer_toggleM span:nth-child(3) {
        top: 0; }

  /* hamburgerOPEN時の動き */
  .drawer_toggleM.open span {
    width: 35px;
    background-color: #555; }
    .drawer_toggleM.open span:nth-child(1) {
      top: 9px;
      -webkit-transform: rotate(35deg);
      transform: rotate(35deg); }
    .drawer_toggleM.open span:nth-child(2) {
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0; }
    .drawer_toggleM.open span:nth-child(3) {
      top: -9px;
      -webkit-transform: rotate(-35deg);
      transform: rotate(-35deg); }

  /* drawer */
  #footer #footer1 {
    /*footer reset*/
    width: auto;
    padding: 0; }
    #footer #footer1 ul li,
    #footer #footer1 ol li {
      float: none;
      padding: 0;
      border: none; }
      #footer #footer1 ul li a,
      #footer #footer1 ol li a {
        padding: 0; }

  #footer #footer1.drawer_nav {
    display: block;
    /*header 10012, .drawer_nav 10011, toggle 10015*/
    z-index: 10011;
    margin: auto;
    position: fixed;
    top: 60px;
    /*header height 65px*/
    left: -301px;
    width: 300px;
    min-width: 300px;
    height: 100%;
    transition: ease .5s;
    padding-top: 0px;
    /*background-color: rgba(81, 81, 81, 0.9);*/
    background-color: rgba(81, 81, 81, 0);
    text-align: center;
    padding: 5px 0px; }
    #footer #footer1.drawer_nav.open {
      top: 60px;
      left: 0px;
      box-shadow: 0 0 10px #999;
      background-color: rgba(255, 255, 255, 0.5); }
    #footer #footer1.drawer_nav strong {
      display: none; }
    #footer #footer1.drawer_nav ul,
    #footer #footer1.drawer_nav ol {
      width: 300px; }
      #footer #footer1.drawer_nav ul li,
      #footer #footer1.drawer_nav ol li {
        float: none;
        display: block;
        background: rgba(84, 27, 134, 0.7);
        border-top: 1px solid #858586;
        border-bottom: 1px solid #541b86;
        border-left: none;
        padding: 0px; }
        #footer #footer1.drawer_nav ul li a,
        #footer #footer1.drawer_nav ol li a {
          width: 100%;
          display: block;
          text-align: left;
          text-indent: 2em;
          line-height: 37px;
          height: 37px;
          background-image: url(/gakubu/bun/sociology/images/_base/arrow003.png);
          background-repeat: no-repeat;
          background-position: right 10px center;
          color: #fff;
          text-decoration: none;
          border-left: 5px solid transparent; }

  body#f #footer #footer1.drawer_nav ul li,
  body#f #footer #footer1.drawer_nav ol li {
    background: rgba(80, 203, 151, 0.8);
    border-top: 1px solid #858586;
    border-bottom: 1px solid #50cb97; }

  /*現在ページ*/
  body#f.idx #footer #footer1.drawer_nav ul li:nth-child(1) a, body#f.tokuchou #footer #footer1.drawer_nav ul li:nth-child(2) a, body#f.jugyou #footer #footer1.drawer_nav ul li:nth-child(3) a, body#f.kyouin #footer #footer1.drawer_nav ul li:nth-child(4) a, body#f.seminar #footer #footer1.drawer_nav ul li:nth-child(5) a, body#f.sinro #footer #footer1.drawer_nav ul li:nth-child(6) a, body#f.sikaku #footer #footer1.drawer_nav ul li:nth-child(7) a {
    background-image: none;
    background-color: #66ddaa;
    font-weight: normal;
    text-decoration: none;
    border-left: 5px solid #cfc; }

  body#g.idx #footer #footer1.drawer_nav ul li:nth-child(1) a, body#g.tokuchou #footer #footer1.drawer_nav ul li:nth-child(2) a, body#g.jugyou #footer #footer1.drawer_nav ul li:nth-child(3) a, body#g.kyouin #footer #footer1.drawer_nav ul li:nth-child(4) a, body#g.seminar #footer #footer1.drawer_nav ul li:nth-child(5) a, body#g.koe #footer #footer1.drawer_nav ul li:nth-child(6) a, body#g.sinro #footer #footer1.drawer_nav ul li:nth-child(7) a, body#g.sikaku #footer #footer1.drawer_nav ul li:nth-child(8) a, body#g.kenkyu #footer #footer1.drawer_nav ul li:nth-child(9) a {
    background-image: none;
    background: rgba(84, 27, 134, 0.7);
    font-weight: normal;
    text-decoration: none;
    border-left: 5px solid #ccc; }

  .drawerBGwrapper {
    display: none;
    transition: 0.5s; }
    .drawerBGwrapper.open {
      display: block;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10010;
      background-color: rgba(79, 79, 79, 0.3); }

  #headerImg {
    margin: 65px auto 8px;
    width: 100%;
    min-width: 100%;
    box-shadow: none; }
    #headerImg img {
      width: 100%;
      height: auto; }

  #container {
    display: block;
    margin: 0px 2% 10px;
    width: 96%;
    min-width: 96%;
    padding: 0; }
    #container #contents {
      margin: 0;
      width: 100%;
      min-width: 100%;
      padding: 2em 1em; }
    #container #sideNavi {
      display: none; }

  #totop {
    display: none;
    margin: 0px 2%;
    width: 96%;
    padding: 10px 0px; }

  #footer {
    margin: 0;
    background-image: none; }
    #footer #footer2 {
      width: 100%;
      height: auto;
      text-align: center;
      padding: 5px 0px;
      line-height: 120%;
      font-size: x-small;
      background-color: #fff; }

  #g #footer {
    border-top: 3px solid #541b86;
    border-bottom: 3px solid #541b86; }
    #g #footer #footer2 {
      color: #4a2870; }

  #f #footer {
    border-top: 3px solid #66ddaa;
    border-bottom: 3px solid #66ddaa; }
    #f #footer #footer2 {
      color: #50cd96; }

  h2 {
    margin-bottom: 10px; }
    h2.maru {
      font-size: 1.8em;
      height: auto; }
      h2.maru::after {
        width: 1.2em;
        height: 1.2em; }
      h2.maru.maru2 {
        font-size: 1.8em; }

  body#g h2 {
    font-size: 1.8em;
    height: auto; }

  h3 {
    background: url(/gakubu/bun/sociology/images/_bg/h3-f.png) repeat-x left bottom;
    padding-bottom: 6px;
    line-height: 120%; }
    h3 span {
      display: block;
      font-weight: bold; }
      h3 span.h3f {
        color: #50cd96; }
      h3 span img {
        display: block; }
    h3.aisatu, h3.seminar {
      font-size: 1.4em;
      padding-bottom: 5px; }
    h3 img {
      display: none; }

  h4 {
    font-size: 1.8em; }
    h4 span:last-of-type {
      display: block;
      line-height: 1.0em; }

  #f.kyouin h4 {
    font-size: 1.5em; }
    #f.kyouin h4 span:first-of-type {
      font-size: 1.0em;
      line-height: 1.5em; }

  p {
    margin: 0px 1% 20px; }

  img.imgR, img.imgL {
    float: none;
    display: block;
    margin: 5px auto 5px;
    max-width: 95%; }

  /* index */
  /* contents */
  ol.kyouin li {
    padding: 10px 0px 20px; }
    ol.kyouin li:first-child {
      padding: 10px 0px 20px; }
    ol.kyouin li img.photo {
      margin: 5px auto 10px;
      float: none;
      display: block;
      max-width: 95%;
      border: none;
      width: 150px; }

  #g ol.kyouin img.photo {
    margin: 5px auto 10px; }

  table.sinro {
    width: 100%; }
    table.sinro th {
      font-size: 1.0em; }
    table.sinro td {
      padding: 2% 2%;
      vertical-align: top;
      line-height: 130%;
      font-size: 0.9em; }

  table.sikaku {
    width: 100%; }

  table.curriculum {
    width: 100%; }
    table.curriculum tr th ul li,
    table.curriculum tr th ul li.red,
    table.curriculum tr td ul li,
    table.curriculum tr td ul li.red {
      margin-left: 0;
      white-space: normal;
      background-position: left 2px; }
    table.curriculum tr.tani th {
      padding: 2% 2%;
      font-size: 0.9em; }
    table.curriculum tr td {
      padding: 5px 5px;
      vertical-align: top;
      font-size: 0.9em; }
      table.curriculum tr td td {
        display: block;
        padding: 0px 0px; }
    table.curriculum.noborder td {
      padding: 5px 5px;
      display: block;
      width: 98%;
      border: none; }

  div.sinrodata {
    margin: 5px 0px 2px;
    text-align: right; }

  ul.katudo {
    display: block; }
    ul.katudo li {
      text-align: center;
      width: 100%;
      margin-bottom: 0px; }
      ul.katudo li img {
        margin: 0px auto;
        width: 100%; }

  div.tokutyouimg {
    margin: 0px 0px 30px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    div.tokutyouimg img {
      width: 130%;
      max-width: 650px; }

  ul.tokutyou {
    display: block; }
    ul.tokutyou li {
      width: 100%;
      margin-bottom: 10px; }

  ul.manabinagare {
    height: auto;
    min-height: 100px;
    margin-bottom: 15px; }
    ul.manabinagare > li {
      height: auto;
      min-height: 100px; }
      ul.manabinagare > li:nth-child(odd) {
        padding: 40px 0 45px 15px;
        vertical-align: top; }
    ul.manabinagare li ul {
      padding: 5px 0 0 10px; }

  div.curriculumimg {
    margin: 0px 0px 10px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    div.curriculumimg::-webkit-scrollbar {
      height: 5px; }
    div.curriculumimg::-webkit-scrollbar-track {
      background: #eee;
      border-radius: 5px; }
    div.curriculumimg::-webkit-scrollbar-thumb {
      background: #666;
      border-radius: 5px; }
    div.curriculumimg img {
      width: 140%;
      max-width: 677px; }

  div.sinroimg {
    margin: 0 0px 30px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    div.sinroimg img {
      width: 130%;
      max-width: 670px; }

  div.jukouseinokoe {
    margin: 10px 0px 20px;
    padding: 10px 10px 10px;
    width: auto; }

  div.taiken {
    width: 100%;
    height: auto;
    margin: 20px auto; }
    div.taiken h5 {
      padding: 310px 10px 10px; }
    div.taiken p {
      padding: 0px 10px; }

  div.yarigai {
    width: 100%;
    height: auto;
    margin: 20px auto; }
    div.yarigai h5 {
      padding: 10px 10px 10px; }
    div.yarigai p {
      padding: 0px 10px; }

  div.yarigai2 {
    width: 100%;
    height: auto;
    margin: 20px auto; }

  table.sikaku th,
  table.sikaku td {
    border: 1px solid #dbd9d6;
    white-space: normal;
    font-size: 0.9em;
    line-height: 130%; }
    table.sikaku th li,
    table.sikaku td li {
      background-position: left 3px; }

  ul.seminar {
    margin: 0px 0px 30px;
    display: block; }
    ul.seminar li:nth-child(odd) {
      padding: 0px 0px 15px; }
    ul.seminar li img {
      width: 100%; }

  dl.kenkyu li {
    width: calc(calc(100% - 10px) / 2); }
    dl.kenkyu li:nth-child(3) {
      margin: 5px 0; }

  /* 削除しないこと
  ===================================================== */ }
/* ------------------------------------------------
mediaQueriesの指定を入れておきます。
------------------------------------------------ */
/* ===========================================
タブレット系 480 - 768
=========================================== */
@media screen and (min-width: 480px) and (max-width: 768px) {
  img.imgR, img .imgL {
    float: left;
    display: inline-block;
    margin: 0 20px 12px 2px;
    max-width: 49%; }

  div.tokutyouimg img {
    width: 100%; }

  div.curriculumimg img {
    width: 100%; }

  ol.kyouin li {
    padding: 30px 0px 30px; }
    ol.kyouin li:first-child {
      padding: 30px 0px 30px; }
    ol.kyouin li img.photo {
      margin: 0px 0px 0px 5px;
      float: right;
      border-left: 10px solid #fff; }

  #g ol.kyouin img.photo {
    margin: 0px 0px 0px 10px; }

  ul.seminar {
    display: flex; }
    ul.seminar li:nth-child(odd) {
      padding-right: 20px;
      min-width: 250px; }

  table.curriculum tr td,
  table.sinro tr td {
    padding: 5px 10px; }

  dl.kenkyu li {
    width: calc(calc(100% - 15px) / 4); }
    dl.kenkyu li:nth-child(3) {
      margin: 5px 0 5px 5px; }

  ul.tokutyou {
    display: flex; }
    ul.tokutyou li {
      width: calc(calc(100% - 15px) / 3); }

  ul.katudo {
    display: flex; }
    ul.katudo li {
      width: calc(calc(100% - 10px) / 2); }

  /* 削除しないこと
  =========================================== */ }

/*# sourceMappingURL=contents2025.css.map */
