@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #FFFFFF;
  color: #000000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px; }

.inner {
  width: 95%;
  margin: 0 auto;
  max-width: 960px; }
.inner_ {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
}
.sinner {
  max-width: 620px; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

#contents {
  padding: 0; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

/* @media screen and (max-width: 960px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media screen and (max-width: 550px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } } */
table {
  table-layout: fixed; }

.tlauto table {
  table-layout: auto; }

table td img {
  max-width: 100% !important;
  height: auto !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

u {
  text-decoration: underline; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    #contents_wrap {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 550px) {
    #contents_wrap {
      padding-left: 10px;
      padding-right: 10px; } }

#contents, #main, #main #col_main {
  max-width: 960px;
  width: 100%; }

.tacenter {
  text-align: center !important; }

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

@media screen and (max-width: 960px) {
  .imgR {
    max-width: 30% !important; } }

.fwb {
  font-weight: bold; }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

@media screen and (max-width: 768px) {
  .ColLeft {
    float: none;
    width: 100% !important; }

  .ColRight {
    float: none;
    width: 100% !important; } }
@media screen and (max-width: 550px) {
  .tbl_scroll table {
    table-layout: auto; } }
header#global_header {
  clear: both;
  min-width: 0;
  width: 100%;
  position: relative;
  z-index: 2; }

#headerinner {
  background: url(../images/common/header_bg.gif) repeat center top;
  padding-top: 25px; }
  #headerinner #menu_btn {
    display: none; }

#gnavi {
  background: url(../images/common/header_bg.gif) repeat center top;
  width: 100%; }
  #gnavi.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; }
  #gnavi ul li {
    float: left; }
    #gnavi ul li a {
      color: #FFFFFF;
      display: block;
      font-weight: bold;
      line-height: 1;
      padding: 20px 15px;
      position: relative;
      text-decoration: none; }
      #gnavi ul li a:before, #gnavi ul li a:after {
        background: #FFFFFF;
        position: absolute;
        bottom: 0;
        content: "";
        display: block;
        width: 0;
        height: 5px;
        transition: 0.5s; }
      #gnavi ul li a:before {
        left: 50%; }
      #gnavi ul li a:after {
        right: 50%; }
      #gnavi ul li a:hover:before, #gnavi ul li a:hover:after {
        width: 50%; }

#mainArea img {
  width: 100%; }

@media screen and (max-width: 960px) {
  #headerinner {
    padding-top: 10px;
    padding-bottom: 20px; }
    #headerinner h1 img, #headerinner #logo img {
      max-width: 138px; }
    #headerinner #menu_btn {
      display: block;
      text-align: right;
      position: relative;
      z-index: 1; }
      #headerinner #menu_btn a.meanmenu-reveal {
        color: #FFFFFF; }
      #headerinner #menu_btn .mean-nav {
        position: relative; }
        #headerinner #menu_btn .mean-nav ul {
          background: #FFFFFF;
          border: 1px solid #C7000A;
          border-top: none;
          padding: 0;
          position: absolute;
          text-align: left;
          min-width: 100%; }
          #headerinner #menu_btn .mean-nav ul li {
            border-top: 1px solid #C7000A;
            line-height: 0;
            position: relative; }
            #headerinner #menu_btn .mean-nav ul li a {
              color: #000000;
              display: block;
              font-size: 12px;
              line-height: 1;
              padding: 0;
              padding: 10px 15px;
              text-decoration: none; }
              #headerinner #menu_btn .mean-nav ul li a span {
                font-size: 14px;
                padding-right: 5px; }
            #headerinner #menu_btn .mean-nav ul li img {
              vertical-align: middle; }
            #headerinner #menu_btn .mean-nav ul li ul {
              position: static;
              border: none; }
              #headerinner #menu_btn .mean-nav ul li ul li {
                border-top: 1px solid #C7000A; }
                #headerinner #menu_btn .mean-nav ul li ul li a {
                  color: #434343;
                  text-decoration: none;
                  display: block; }
            #headerinner #menu_btn .mean-nav ul li .mean-expand {
              position: absolute;
              top: 5px;
              right: 0;
              text-decoration: none;
              line-height: 0; } }
footer#global_footer {
  background: #C7000A;
  color: #FFFFFF;
  font-size: 13px;
  min-width: 0;
  padding: 30px 0;
  width: 100%; }
  footer#global_footer a {
    color: #FFFFFF;
    text-decoration: none; }
    footer#global_footer a:hover {
      text-decoration: underline; }

#fnavi {
  position: relative;
  overflow: hidden;
  margin: 20px 0 0; }
  #fnavi ul {
    position: relative;
    left: 50%;
    float: left; }
    #fnavi ul li {
      border-right: 1px solid #FFFFFF;
      position: relative;
      left: -50%;
      float: left;
      line-height: 1.2;
      padding: 0 10px;
      margin: 0 0 5px; }
      #fnavi ul li:last-child {
        border: none; }

#copyright {
  margin: 20px 0 0; }

#contents_wrap {
  background: url(../images/common/studium.jpg) no-repeat center bottom;
  background-size: cover  ;
  padding-bottom: 60px;
  position: relative;
  z-index: 1; }

/* ttl style */
.ttl1 {
  background: url(../images/common/border_naname_red.gif) repeat-x left bottom;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  padding: 0 0 10px; }

.ttl2 {
  background: url(../images/common/blue_title_bg_pc.png) no-repeat center top;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 1.2;
  padding: 25px 50px 45px 50px; }
  .ttl2 b {
    font-size: 36px; }
  @media screen and (max-width: 960px) {
    .ttl2 {
      background: url(../images/common/bg_naname_blue.gif) repeat left top;
      padding: 20px; } }
  @media screen and (max-width: 550px) {
    .ttl2 {
      font-size: 20px;
      padding: 10px; }
      .ttl2 b {
        font-size: 20px; } }

.ttl3, .ttl4 {
  background: url(../images/common/globe.png) no-repeat 10px 10px #C7000A;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
  padding: 25px 25px 25px 110px; }
  @media screen and (max-width: 550px) {
    .ttl3, .ttl4 {
      background-size: 60px 40px;
      font-size: 24px;
      padding: 20px 20px 20px 80px; } }

.ttl4 {
  background: url(../images/common/sliding.png) no-repeat 10px 10px #C7000A; }
  @media screen and (max-width: 550px) {
    .ttl4 {
      background-size: 55px 35px; } }

.ttl5 {
  background: url(../images/common/ball.png) no-repeat 30px center, url(../images/common/bg_naname_blue.gif) repeat left top;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  padding: 20px 20px 20px 100px; }
  @media screen and (max-width: 550px) {
    .ttl5 {
      background: url(../images/common/ball.png) no-repeat 10px center/30px 28px, url(../images/common/bg_naname_blue.gif) repeat left top;
      font-size: 22px;
      padding: 15px 15px 15px 50px; } }

/* btn style */
.btn01 {
  border: 5px solid #FFCC7A;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto; }
  .btn01 a {
    background: url(../images/common/btn_bg_orange.jpg) repeat center center;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    font-size: 24px;
    line-height: 1.1;
    padding: 25px;
    text-decoration: none; }
    .btn01 a:hover {
      background: url(../images/common/btn_bg_orange_on.jpg) repeat center center; }

.box01 {
  border: 5px solid #CCCCCC; }

.table01 td {
  background: url(../images/common/border_yellow.gif) repeat-x left bottom !important;
  padding: 15px 0 17px !important; }
  .table01 td.ttl {
    padding-right: 15px !important; }
    .table01 td.ttl p {
      background: #C7000A;
      color: #FFFFFF;
      padding: 7px 0; }
    @media screen and (max-width: 550px) {
      .table01 td.ttl {
        background: none !important;
        padding: 15px 0 0 !important; } }

.pankuzu a {
  color: #C7000A;
  text-decoration: none; }
  .pankuzu a:hover {
    text-decoration: underline; }

#contents_wrap {
  background: url(../images/common/studium.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 80px; }
  @media screen and (max-width: 960px) {
    #contents_wrap {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 60px; }}
  @media screen and (max-width: 550px) {
    #contents_wrap {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 30px; } }

#contents, #main, #main #col_main {
  max-width: 100%; }

/* TOP */
.sky_bg {
  background: url(../images/common/bg_sky.jpg) repeat-x center top; }

@media screen and (max-width: 960px) {
  .pointboxwrap {
    margin: 30px 0 0 !important; } }

@media screen and (max-width: 960px) {
  .pointbox {
    max-width: 100% !important;
    float: none !important;
    margin: 0 0 20px !important;
    width: 100% !important; } }
.pointbox td {
  padding: 0 !important; }
  .pointbox td.point_l {
    background: #ea5259 !important;
    background: -moz-linear-gradient(top, #ea5259 0%, #c7000a 70%, #ea5259 100%) !important;
    background: -webkit-linear-gradient(top, #ea5259 0%, #c7000a 70%, #ea5259 100%) !important;
    background: linear-gradient(to bottom, #ea5259 0%, #c7000a 70%, #ea5259 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea5259', endColorstr='#ea5259',GradientType=0 ) !important; }
    @media screen and (max-width: 550px) {
      .pointbox {
        max-width: 100% !important;
      }
      .pointbox td.point_l {
        padding: 10px !important; }
        .pointbox td.point_l img {
          width: 160px; } }
  .pointbox td.point_r {
    border: 2px solid #DDDDDD !important;
    border-left: none !important;
    padding: 20px !important; }
    @media screen and (max-width: 550px) {
      .pointbox td.point_r {
        border-left: 2px solid #DDDDDD !important;
        border-top: none !important; } }

.newswrap {
  border: 5px solid #FF8B07; }

.newsinner {
  height: 250px;
  overflow-y: scroll; }

.newsitem {
  border-bottom: 1px dashed #CCCCCC;
  border-bottom: 1px dashed #CCCCCC; }
  .newsitem td {
    padding: 0 !important; }

.ground_bg {
  background: url(../images/common/bg_ground.jpg) no-repeat center center;
  background-size: cover; }

.textwhite {
  color: #FFFFFF; }

.blue_bg .inner {
  background: #FFFFFF;
  padding: 20px 40px 40px; }
  @media screen and (max-width: 550px) {
    .blue_bg .inner {
      padding: 15px; } }

.snswrap {
  margin: 0 -2.91% 0 0; }
  @media screen and (max-width: 550px) {
    .snswrap {
      margin: 0; } }

.introlistwrap {
  height: 350px;
  overflow-y: scroll; }

.introlist td.td_r {
  border: 1px solid #CCCCCC !important;
  padding: 10px !important; }
.introlist td.td_l {
  padding: 0 15px 0 0 !important; }
@media screen and (max-width: 550px) {
  .introlist td.td_l {
    padding: 0 0 10px !important; } }

.pointbox2, .pointbox3 {
  border-radius: 5px; }
  .pointbox2 td.point_t, .pointbox3 td.point_t {
    padding: 0 0 10px !important; }
    .pointbox2 td.point_t p, .pointbox3 td.point_t p {
      border: 1px solid #FFC583;
      background: #FFA239;
      color: #FFFFFF;
      font-size: 36px;
      font-weight: bold;
      line-height: 1.1;
      padding: 5px 10px; }

/* about */
.pointbox3 td.point_t p {
  font-size: 18px; }
.pointbox3 td.point_b {
  padding: 0 !important; }
.pointbox3 {
  padding: 10px;
}

.orangebox {
  border: 5px solid #FF8B07; }

.img100w td {
  padding: 0 !important; }
  .img100w td img {
    width: 100% !important; }
  @media screen and (max-width: 550px) {
    .img100w td {
      float: left !important;
      width: 33.33% !important; } }

.arrow_box {
  position: relative;
  background: #ffffff;
  border: 10px solid #FF8805;
  border-radius: 30px;
  padding: 20px;
  color: #0C4882; }

.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 20px;
  margin-left: -20px; }

.arrow_box:before {
  border-color: rgba(255, 136, 5, 0);
  border-top-color: #FF8805;
  border-width: 34px;
  margin-left: -34px; }

/* FAQ */
.faq {
  border-bottom: 1px dashed #AAAAAA; }
  .faq td {
    padding: 0 0 20px !important; }
    .faq td.td_l {
      padding-right: 20px !important; }
    .faq td.td_qtext div {
      font-size: 26px;
      font-weight: bold;
      color: #C7000A; }