@charset "UTF-8";
/*
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
/* @import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css); */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* web font
========================================================================== */
body {
  background: #fffafc;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    background: #fff;
  }
}

/* reset
========================================================================== */
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img {
  border: none;
  line-height: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

figure {
  margin: 0;
}

cite {
  font-style: normal;
}

hr {
  border: none;
  width: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

body {
  font-family: Lato, 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* header
========================================================================== */
header {
  border-bottom: 1px solid #e91e63;
  background: #fff;
}
header #headerInner {
  width: 960px;
  padding: 20px 0 0;
  margin: 0 auto;
}
header #headerInner #header-textRight {
  display: inline-block;
  width: 62%;
  text-align: right;
}
header #headerInner #header-textRight p {
  display: inline-block;
}
header #headerInner #header-textRight p a {
  text-decoration: none;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  header #headerInner #header-textRight {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header #headerInner {
    width: 100%;
    padding-top: 0;
  }
}
header #headerInner #headerInner_sp {
  padding: 4.5% 3.125%;
  background: #e91e63;
  color: #fff;
  font-weight: bold;
}
header #headerInner #headerInner_sp p, header #headerInner #headerInner_sp a {
  display: inline-block;
  vertical-align: middle;
}
header #headerInner #headerInner_sp p {
  font-size: 4.6875vw;
}
header #headerInner #headerInner_sp a {
  margin-left: 22%;
}
header #headerInner #headerInner_sp a i:before {
  color: #fff;
  font-size: 8vw;
}
header nav {
  width: 960px;
  margin: 15px auto 0;
}
header nav li, header nav li input {
  display: inline-block;
  border-radius: 5px 5px 0 0;
  background: #e91e63;
  width: 120px;
  height: 30px;
  line-height: 30px;
  margin-right: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: "Rounded Mplus 1c";
}
header nav li:last-child, header nav li input:last-child {
  margin-right: 0;
}
header nav li:hover, header nav li input:hover {
  background: #f06292;
}
header nav li a, header nav li input, header nav li input a, header nav li input input {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#logo {
  width: 350px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #logo {
    width: 93.75%;
    margin: 40px auto;
    display: block;
  }
}

/* module
========================================================================== */
.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #top #searchArea li.sp:not(.h3toggle_wrap) {
    display: inline-block !important;
  }
}

.fa {
  padding-right: 5px;
}

input[type="submit"] {
  cursor: pointer;
  width: 100%;
}
input[type="submit"]:hover {
  opacity: .7;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: .7;
}

.notice {
  color: #fe6262;
  font-size: 85%;
}

.notice2 {
  font-size: 85%;
}

p.more {
  font-size: 12px;
  text-align: right;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  p.more {
    padding-right: 5px;
  }
}
p.more:before {
  content: "⇒";
}

@media only screen and (max-width: 768px) {
  #bunnerTopArea .bx-wrapper li p#banner-text a {
    font-size: 14px !important;
  }
}

.no_recruiting {
  padding-top: 20px;
}

.btn {
  border-radius: 5px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}
.btn a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .btn a {
    font-size: 15px;
    font-size: 4.5vw;
  }
}
.btn:hover {
  opacity: .7;
}
.btn-senior {
  background: #FFAAB3;
  width: 60%;
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  .btn-senior {
    margin: 20px auto;
  }
  .btn-senior a {
    font-size: 4vw;
  }
}
.btn-logout {
  background: #A071D0;
  margin: 0 auto;
  width: 178px;
}

#searchFacility-btn, #search-form-btn {
  width: 35%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #searchFacility-btn, #search-form-btn {
    margin-top: 20px;
    width: 85%;
  }
}

.entryBtn {
  text-align: right;
}
.entryBtn li {
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .entryBtn {
    text-align: center;
  }
}
.entryBtn .btn {
  display: inline-block;
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .entryBtn .btn {
    width: 125px;
  }
}
.entryBtn .btn-entry {
  background: #e91e63;
}
.entryBtn .btn-bookmark {
  background: #ffab40;
}
.entryBtn .btn-bookmark {
  background: #ffab40;
}
.entryBtn .btn-reset {
  background: #ddd;
}
.entryBtn .btn-reset button[type="button"] {
  cursor: default;
}
.entryBtn .btn-reset.entryafter {
  opacity: 1;
}
.entryBtn button, .entryBtn input {
  color: #fff;
  display: block;
  width: 100%;
  height: 52px;
  font-weight: bold;
  font-family: "Rounded Mplus 1c";
  font-size: 16px;
  cursor: pointer;
  cursor: pointer;
}

#loginAfter {
  font-size: 14px;
  padding: 0 !important;
}
#loginAfter input {
  font-size: 18px;
  font-weight: bold;
}
#loginAfter form {
  margin: 20px;
}
#loginAfter p {
  margin-top: 10px;
  padding: 0 10px;
}

h1#loginAfter-h1 {
  background: #0288d1;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-size: 18px;
}

#goto_mypage input {
  height: 52px;
}

#top .btn-logout {
  display: inline-block;
}

.contentTitle {
  font-weight: bold;
  font-family: "Rounded Mplus 1c";
}
@media only screen and (max-width: 768px) {
  .contentTitle {
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 0 0;
    color: #fff;
    background: #e91e63;
    padding: 3% 6.25%;
    font-size: 18px;
    font-size: 5.5vw;
  }
}

main > .contentTitle {
  font-weight: bold;
  color: #e91e63;
  border-bottom: 1px solid #e91e63;
  font-family: "Rounded Mplus 1c";
}
@media only screen and (max-width: 768px) {
  main > .contentTitle {
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 0 0;
    color: #fff;
    background: #e91e63;
    padding: 3% 6.25%;
    font-size: 18px;
    font-size: 5.5vw;
  }
}

.topicPath {
  width: 960px;
  margin: 10px auto;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .topicPath {
    width: 100%;
  }
}
.topicPath .pankuzu li {
  display: inline-block;
}

.pagenationArea {
  margin-top: 30px;
  text-align: center;
}
.pagenationArea .dammyNav {
  margin-right: 10px;
  font-size: 12px;
  padding: 2px;
  color: #bdbdbd;
  border: 1px solid #bdbdbd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pagenationArea .current {
  margin-right: 5px;
  padding: 1px 8px;
  color: #fff;
  font-weight: bold;
  background-color: #a1887f;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pagenationArea a {
  margin-right: 5px;
  padding: 1px 8px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

/* contentsWrap
========================================================================== */
#contentsWrap {
  width: 960px;
  margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  #contentsWrap {
    display: block;
    width: 100%;
  }
}

/* main
========================================================================== */
main {
  width: 700px;
  padding: 0 20px 20px 20px;
  display: inline-block;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  main {
    display: block;
    width: 100%;
    padding: 0;
  }
}
main > section {
  padding: 20px 20px;
  margin-bottom: 20px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  main > section {
    padding: 0;
  }
}
main section h1 {
  color: #e91e63;
  font-size: 18px;
  border-bottom: 1px solid #e91e63;
}
main#width_Type-detail {
  width: 960px;
  margin: 20px auto;
  display: block;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  main#width_Type-detail {
    width: 100%;
    margin: 0;
  }
}

/*top-spbtn*/
article.sp {
  margin: 20px 0;
}

@media only screen and (max-width: 768px) {
  #top #searchBox .btnSearch {
    margin-bottom: 20px;
  }
}

/* .slide-msg,.banner-text{
  @media only screen and (max-width:768px) {
    font-size: 4vw!important;
  }
} */
/*searchBox*/
#searchBox section {
  background: #fff;
  padding: 20px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 768px) {
  #searchBox section {
    padding: 0;
  }
  #searchBox section:last-child {
    margin-bottom: 20px;
  }
  #searchBox section li.h3toggle_wrap ul, #searchBox section > ul,
  #searchBox section form {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #searchBox section h1 {
    color: #fff;
    background: #e91e63;
    padding: 3% 6.25%;
    font-size: 18px;
    font-size: 5.5vw;
  }
  #searchBox section h1:after {
    content: " ";
    display: inline-block;
    width: 28px;
    height: 20px;
    background: url(../images/nomal.png) no-repeat;
    margin-top: 2%;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 4%;
  }
  #searchBox section h1.activeTab {
    background: #f06292;
  }
  #searchBox section h1.activeTab:after {
    content: " ";
    display: inline-block;
    width: 28px;
    height: 20px;
    background: url(../images/active.png) no-repeat;
    margin-top: 2%;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 4%;
  }
}
@media only screen and (max-width: 768px) {
  #searchBox section:first-child h1 {
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 0 0;
  }
  #searchBox section:nth-of-type(2) h1 {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #searchBox section:nth-of-type(2) h1.activeTab {
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 0 0;
  }
  #searchBox section:last-child h1 {
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0;
    border-radius: 0 0 15px 15px;
  }
  #searchBox section:last-child h1.activeTab {
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 0 0;
  }
}
#searchBox li input {
  margin: 20px;
}
@media only screen and (max-width: 768px) {
  #searchBox li input {
    margin: 20px 20px 0;
  }
  #searchBox li input#form3 {
    margin-bottom: 20px;
  }
}
#searchBox #searchArea li {
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  #searchBox.search_sp-only section:first-child h1 {
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 0 0;
  }
  #searchBox.search_sp-only section:nth-of-type(2) h1, #searchBox.search_sp-only section:nth-of-type(3) h1, #searchBox.search_sp-only section:nth-of-type(4) h1, #searchBox.search_sp-only section:nth-of-type(5) h1 {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #searchBox.search_sp-only section:nth-of-type(2) h1.activeTab, #searchBox.search_sp-only section:nth-of-type(3) h1.activeTab, #searchBox.search_sp-only section:nth-of-type(4) h1.activeTab, #searchBox.search_sp-only section:nth-of-type(5) h1.activeTab {
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 0 0;
  }
  #searchBox.search_sp-only section:last-child h1 {
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0;
    border-radius: 0 0 15px 15px;
  }
  #searchBox.search_sp-only section:last-child h1.activeTab {
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 0 0;
  }
}

#searchArea, #areaSearch {
  display: inline-block;
  width: 67.14706%;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #searchArea, #areaSearch {
    width: 100%;
    display: block;
  }
}
#searchArea li, #areaSearch li {
  padding-right: 6px;
}

@media only screen and (max-width: 768px) {
  .searchArea-append ul:nth-of-type(1) {
    margin-top: 20px;
    margin-left: 5px;
  }
}
.searchArea-append li {
  display: inline-block;
  width: 32%;
}
.searchArea-append li input {
  margin: 7px 1px !important;
}
.searchArea-append .entryBtn {
  display: inline-block;
  margin: 0;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .searchArea-append .entryBtn {
    text-align: center;
  }
}
.searchArea-append .entryBtn li {
  width: 80px;
  height: 40px;
  line-height: 40px;
}
.searchArea-append .entryBtn li a {
  font-size: 12px;
}
.searchArea-append .entryBtn li input {
  font-size: 12px;
}
.searchArea-append ul.entryBtn:nth-last-of-type(1) {
  margin-left: 100px;
}
@media only screen and (max-width: 768px) {
  .searchArea-append ul.entryBtn:nth-last-of-type(1) {
    margin-left: 0;
    padding: 0;
  }
  .searchArea-append ul.entryBtn:nth-last-of-type(1) li {
    width: 70%;
    margin: 0 auto;
  }
}
.searchArea-append ul.entryBtn:nth-last-of-type(1) input {
  height: 26px;
  line-height: 26px;
}

#tabBox2 h1 {
  display: none;
}

#search-contents #searchArea li.h3toggle_wrap li {
  padding-right: 5px;
}

#top #searchArea li.h3toggle_wrap li {
  margin-right: 10px;
}

.search_content-high {
  display: inline-block;
  width: 30%;
  margin-top: 0;
  height: 356px;
}

#searchArea .guideBox div {
  margin: 10px 0 0;
}
#searchArea li.h3toggle_wrap h3 {
  display: inline-block;
  width: 15%;
}
@media only screen and (max-width: 768px) {
  #searchArea li.h3toggle_wrap h3 {
    color: #fff;
    background: #ffcdd2;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-family: "Rounded Mplus 1c";
    font-size: 5vw;
    padding: 3% 0;
    border-bottom: 1px solid #fff;
  }
  #searchArea li.h3toggle_wrap h3:after {
    content: " ";
    display: inline-block;
    width: 28px;
    height: 20px;
    background: url(../images/nomal.png) no-repeat;
    margin-top: 2%;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 4%;
  }
  #searchArea li.h3toggle_wrap h3.active:after {
    content: " ";
    display: inline-block;
    width: 28px;
    height: 20px;
    background: url(../images/active.png) no-repeat;
    margin-top: 2%;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 4%;
  }
}
#searchArea li.h3toggle_wrap ul {
  display: inline-block;
}
#searchArea li.h3toggle_wrap ul.inner li {
  margin-right: 4px;
}
#searchArea li.h3toggle_wrap li {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #searchArea li.h3toggle_wrap li {
    width: 41.25%;
    margin: 3% 3.125%;
    text-align: center;
    border: 1px solid #e91e63;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
  }
  #searchArea li.h3toggle_wrap li a {
    color: #e91e63;
    text-decoration: none;
    font-size: 5vw;
    display: block;
    font-weight: bold;
  }
}

#searchForm {
  width: 31.82353%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #searchForm {
    width: 100%;
    display: block;
  }
}

#searchFacility ul, #search-form ul {
  width: 100%;
  text-align: justify;
  text-justify: distribute-all-lines;
}
#searchFacility ul li, #search-form ul li {
  display: inline-block;
}
#searchFacility ul li input, #search-form ul li input {
  margin: 15px;
}
@media only screen and (max-width: 768px) {
  #searchFacility ul li, #search-form ul li {
    display: block;
  }
}

.btnSearch {
  background: #64b5f6;
  height: 33px;
  line-height: 33px;
}
@media only screen and (max-width: 768px) {
  .btnSearch {
    height: 50px;
    line-height: 50px;
    width: 85%;
    margin: 0 auto;
  }
}
.btnSearch input {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btnSearch input {
    font-size: 15px;
    font-size: 4.6875vw;
  }
}
.btnSearch:nth-of-type(2) {
  width: 50%;
}

/*pickup*/
#pickup article {
  padding-top: 20px;
}
#pickup .slide {
  width: 200px;
  height: auto;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #pickup .slide {
    padding: 0 10px;
  }
}
#pickup .slide a {
  text-decoration: none;
}
#pickup .slide .slide-mask {
  background: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  text-align: center;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: -41px;
}
#pickup .slide .slide-mask a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #pickup .slide .slide-mask a {
    font-size: 4.653vw;
  }
}
#pickup .slide .slide-msg {
  position: relative;
  top: -20px;
}
@media only screen and (max-width: 768px) {
  #pickup .slide .slide-msg a {
    font-size: 4vw;
  }
}

#pickup.pickup2 .slide {
  width: 100%;
}

/*senior*/
#senior {
  padding-bottom: 0;
}
#senior div {
  display: inline-block;
  width: 290px;
  margin: 20px 9px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #senior div {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 10px;
    font-size: 4.375vw;
  }
}
#senior div a {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #senior div a {
    width: 61%;
  }
}
@media only screen and (max-width: 768px) {
  #senior div a:first-child {
    width: 37%;
    margin-right: 2%;
  }
}
#senior div img {
  width: 100px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #senior div img {
    width: 100%;
  }
}
#senior div p {
  width: 170px;
}
@media only screen and (max-width: 768px) {
  #senior div p {
    width: 100%;
    display: inline-block;
  }
}

/*hint*/
#hint article {
  padding: 20px;
  border-bottom: 1px dotted #ffd4d8;
  width: 95%;
}
@media only screen and (max-width: 768px) {
  #hint article {
    width: 100%;
  }
}
#hint article:last-child {
  border-bottom: none;
}
#hint article a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #4783d4;
}
@media only screen and (max-width: 768px) {
  #hint article a:first-child {
    display: block;
    margin: 0 auto;
  }
}
#hint article div {
  display: inline-block;
  width: 60%;
  font-size: 14px;
  margin-left: 3%;
}
@media only screen and (max-width: 768px) {
  #hint article div {
    width: 100%;
    font-size: 4.375vw;
    margin-left: 0;
    margin-top: 20px;
  }
}
#hint article img {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #hint article img {
    width: 100%;
  }
}

/* sidebar
========================================================================== */
@media only screen and (max-width: 768px) {
  #sidebar h2.contentTitle {
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px;
    border-radius: 15px 15px 0 0;
    padding: 0 6.25%;
    font-size: 18px;
    font-size: 5.5vw;
  }
}

#sidebar {
  width: 218px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #sidebar {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
#sidebar h2 {
  color: #fff;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  background: #e91e63;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
#sidebar h2.contentTitle {
  height: 53.5px;
  line-height: 53.5px;
}
#sidebar .side-contents {
  margin-bottom: 20px;
  padding: 20px 10px;
  background: #fff;
}
#sidebar a.u-floatLeft {
  display: none;
}

.modaal-container {
  border: 4px solid #0288d1;
  width: 30%;
  min-width: 457px;
  max-width: 560px;
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 768px) {
  .modaal-container {
    min-width: 100%;
  }
}
.modaal-container h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #0288d1;
  height: 40px;
  line-height: 40px;
  font-family: "Rounded Mplus 1c";
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modaal-container > div {
  background: #E3F2FD;
  padding: 20px;
}
.modaal-container > div input[type="text"],
.modaal-container > div input[type="password"] {
  width: 100%;
  background: #fff;
  height: 35px;
  line-height: 35px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.modaal-container > div .btn-login {
  background: #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 50%;
  margin: 20px auto;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .modaal-container > div .btn-login {
    width: 100%;
  }
}
.modaal-container > div .btn-login button {
  font-weight: bold;
  cursor: pointer;
  font-family: "Rounded Mplus 1c";
  font-size: 16px;
  display: block;
  width: 100%;
  height: 50px;
}
.modaal-container > div .btn-fb {
  background: #3b5999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 50%;
  font-weight: bold;
  margin: 20px auto;
  cursor: pointer;
  font-family: "Rounded Mplus 1c";
}
@media only screen and (max-width: 768px) {
  .modaal-container > div .btn-fb {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.modaal-container > div .btn-fb a {
  font-size: 16px;
}
.modaal-container #modal-inner {
  padding: 20px;
}
.modaal-container .modaal-focus {
  padding: 0;
}
.modaal-container .modaal-content-container {
  padding: 0;
}

#login_err {
  color: #fe6262;
  margin: 10px 20px 0;
}

@media only screen and (max-width: 768px) {
  .modaal-inner-wrapper {
    padding: 0;
  }
  .modaal-inner-wrapper .modaal-video-wrap {
    margin: 0;
  }
}

.btn-regist {
  background: #e91e63;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .btn-regist {
    display: inline-block;
    width: 43.75%;
    margin: 3.125%;
  }
}
.btn-login {
  background: #0288d1;
}
@media only screen and (max-width: 768px) {
  .btn-login {
    display: inline-block;
    width: 43.75%;
    margin: 3.125%;
  }
}

@media only screen and (max-width: 768px) {
  #useful-movie {
    padding-bottom: 0;
  }
}
#useful-movie img.play_icon {
  position: relative;
  top: -81px;
  left: 69px;
}
@media only screen and (max-width: 768px) {
  #useful-movie img.play_icon {
    top: -124px;
    left: 40%;
  }
}
@media only screen and (max-width: 768px) {
  #useful-movie img:nth-child(odd) {
    display: block;
    margin: 0 auto;
  }
}
#useful-movie h3 {
  font-size: 10px;
  margin-top: -44px;
}
@media only screen and (max-width: 768px) {
  #useful-movie h3 {
    font-size: 4.375vw;
    padding-left: 10px;
  }
}
#useful-movie h3 a {
  color: #4583e9;
  text-decoration: underline;
}
#useful-movie div {
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #instagram iframe {
    padding-top: 10px;
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 768px) {
  #twitter {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #twitter .timeline-Widget {
    width: 100%;
  }
}
#twitter .timeline-Widget .timeline-Header {
  display: none;
}

h2.insta, h2.tw {
  margin-bottom: 1px;
}
@media only screen and (max-width: 768px) {
  h2.insta:after, h2.tw:after {
    content: " ";
    display: inline-block;
    width: 28px;
    height: 20px;
    background: url(../images/nomal.png) no-repeat;
    margin-top: 5%;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 4%;
  }
}
h2.insta.activeTab2, h2.tw.activeTab2 {
  background: #f06292 !important;
}
h2.insta.activeTab2:after, h2.tw.activeTab2:after {
  background: #f06292;
  background: url(../images/active.png) no-repeat;
  content: " ";
  display: inline-block;
  width: 28px;
  height: 20px;
  margin-top: 5%;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 4%;
}

/* footer
========================================================================== */
footer {
  border-top: 2px solid #e91e63;
  text-decoration: none;
}
footer ul {
  width: 53.64583%;
  margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  footer ul {
    margin: 20px;
  }
}
footer ul li {
  width: 250px;
  display: inline-block;
  margin-bottom: 20px;
}
footer i {
  color: #e91e63;
}
footer address {
  text-align: center;
  font-size: 14px;
  font-style: normal;
}

/*==========================================================================
detail
========================================================================== */
.commonBox {
  padding: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .commonBox {
    border: none;
    padding: 0;
  }
}

.school-head {
  margin-top: 0;
  padding: 10px 20px;
}
@media only screen and (max-width: 768px) {
  .school-head {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
  }
}
.school-head .recruitingStatus {
  display: inline-block;
  width: 60px;
  height: 60px;
  color: #fff;
  font-family: "Rounded Mplus 1c";
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
.school-head .recruitingStatus p {
  margin-top: 30%;
}
.school-head .recruitingStatus#offeringIcon {
  background: #e91e63;
}
@media only screen and (max-width: 768px) {
  .school-head .recruitingStatus {
    width: 40px;
    height: 40px;
    font-size: 3vw;
  }
}
.school-head h1 {
  width: 92%;
  display: inline-block;
  border-bottom: none;
  color: #444;
  vertical-align: middle;
  font-family: "Rounded Mplus 1c";
  font-weight: bold;
  font-size: 22px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .school-head h1 {
    width: 80.45833%;
    font-size: 18px;
    font-size: 5.5vw;
    padding-left: 4px;
  }
}
.school-head ul {
  width: 100%;
  display: inline-block;
  text-align: right;
}
.school-head ul li {
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: .5% 3%;
  color: #fff;
  font-family: "Rounded Mplus 1c";
  font-weight: bold;
}
.school-head ul li.intern_type1 {
  background: #43a047;
}
.school-head ul li.intern_type2 {
  background: #fdd835;
}
.school-head ul li.intern_type3 {
  background: #0288d1;
}
@media only screen and (max-width: 768px) {
  .school-head ul {
    width: 100%;
    display: block;
    vertical-align: bottom;
    margin-top: 10px;
    text-align: right;
  }
  .school-head ul li {
    padding: 1% 3%;
    font-size: 12px;
    font-size: 3.75vw;
  }
}

#search-contents .school-head h1 {
  width: 88%;
}
@media only screen and (max-width: 768px) {
  #search-contents .school-head h1 {
    width: 83%;
    font-size: 5.5vw;
  }
}
#search-contents .school-head ul.badge {
  display: block;
  text-align: right;
  width: 100%;
}
#search-contents .school-head ul.badge li {
  padding: .5% 3%;
}

.school-img {
  /* div {
      display: inline-block;
      vertical-align:top;
      margin-left: 16%;
      img {
          width: 240px;
          display: block;
          &:first-child{
            margin-bottom: 26%;
          }
      }
  } */
}
.school-img div {
  width: 560px;
  display: inline-block;
}
.school-img div:nth-of-type(2), .school-img div:nth-of-type(3) {
  width: 240px;
  float: right;
}
.school-img div:nth-of-type(3) {
  margin-top: -182px;
}
@media only screen and (max-width: 768px) {
  .school-img div:nth-of-type(3) {
    margin-top: 0;
  }
}

.school-mainMsg h2 {
  font-family: "Rounded Mplus 1c";
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .school-mainMsg h2 {
    font-size: 16px;
    font-size: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .school-mainMsg {
    padding: 10px;
    font-size: 14px;
    font-size: 4.375vw;
  }
}

#offering_requirements {
  padding: 10px;
}
#offering_requirements h2 {
  font-family: "Rounded Mplus 1c";
  font-weight: bold;
  border-bottom: 1px solid #e91e63;
  padding-left: 10px;
  margin: 20px 0;
}
#offering_requirements p {
  padding-left: 20px;
}

#tab,
#tab2 {
  color: #fff;
  font-family: "Rounded Mplus 1c";
  font-weight: bold;
  text-align: center;
}
#tab li,
#tab2 li {
  width: 31.25%;
  display: inline-block;
  background: #ddd;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  position: relative;
}
#tab li.activeTab,
#tab2 li.activeTab {
  background: #ffaab3;
}
#tab li.activeTab span:after,
#tab2 li.activeTab span:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 46%;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #ffaab3;
}
@media only screen and (max-width: 768px) {
  #tab li.activeTab span:after,
  #tab2 li.activeTab span:after {
    left: 35%;
  }
}

@media only screen and (max-width: 768px) {
  #width_Type-detail #tab li.activeTab span:after, #width_Type-detail #tab2 li.activeTab span:after {
    left: 40%;
  }
}

#tab2 {
  border-bottom: 2px solid #e91e63;
}
@media only screen and (max-width: 768px) {
  #tab2 {
    margin-top: 20px;
  }
}
#tab2 li {
  height: 60px;
  padding-top: 6px;
  line-height: 1.5;
  background: #a1887f;
}
#tab2 li:first-child {
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 0;
}
#tab2 li:last-child {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 0 0;
}
#tab2 li.select {
  background: #ffcdd2;
}
#tab2 li span {
  font-size: 120%;
}

#tabBox div {
  display: none;
}

#tabBox div.activeTab {
  display: block;
}

#search-contents #tab {
  border-bottom: 1px solid #e91e63;
}
#search-contents #tab li {
  height: auto;
}
#search-contents #tabBox h1 {
  display: none;
}

.hide {
  display: none;
}

/*==========================================================================
senior
========================================================================== */
#senior-mainContents #filtering h1,
#senior-mainContents #filtering ul,
#senior-mainContents #filtering li {
  display: inline-block;
}
#senior-mainContents #filtering h1 {
  border-bottom: none;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  #senior-mainContents #filtering h1 {
    display: block;
    font-size: 4.6875vw;
  }
}
#senior-mainContents #filtering ul {
  width: 79%;
  text-align: right;
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  #senior-mainContents #filtering ul {
    text-align: left;
    width: 100%;
    font-size: 4.6875vw;
  }
}
#senior-mainContents #filtering ul li {
  width: 12%;
  margin-right: 1%;
  padding: 0 1%;
  text-align: center;
  box-sizing: border-box;
  background: #ffaab3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#senior-mainContents #filtering ul li:hover {
  opacity: .7;
}
#senior-mainContents #filtering ul li a {
  color: #fff;
  display: block;
}
#senior-mainContents #filtering ul li:nth-child(4) {
  width: 24%;
}
@media only screen and (max-width: 768px) {
  #senior-mainContents #filtering ul li:nth-child(4) {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  #senior-mainContents #filtering ul li {
    width: 47%;
    margin: 1%;
    padding: 1%;
  }
}
@media only screen and (max-width: 768px) {
  #senior-mainContents .commonBox {
    border: 1px solid #aaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
#senior-mainContents .commonBox > div:not(:last-child) {
  display: inline-block;
  box-sizing: border-box;
  width: 48%;
  margin: 0 1%;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #senior-mainContents .commonBox > div:not(:last-child) {
    display: inline-block;
    width: 100%;
  }
}
#senior-mainContents .commonBox > div:first-child {
  text-align: center;
  font-weight: bold;
}
#senior-mainContents .commonBox > div:first-child h1 {
  color: #333;
  font-family: "Rounded Mplus 1c";
  border-bottom: none;
  font-weight: bold;
}
#senior-mainContents .commonBox > div:first-child img {
  width: 160px;
}
#senior-mainContents .commonBox > div:nth-child(2) {
  font-size: 14px;
}
#senior-mainContents .commonBox > div:nth-child(2) ul li {
  display: inline-block;
  border: 1px solid #aaa;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  #senior-mainContents .commonBox > div:nth-child(2) ul {
    text-align: center;
  }
}
#senior-mainContents .commonBox > div:nth-child(2) h2 {
  color: #333;
  font-family: "Rounded Mplus 1c";
  border-left: 10px solid #e91e63;
  border-radius: 3px;
  padding-left: 7px;
  font-weight: bold;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  #senior-mainContents .commonBox > div:nth-child(2) h2 {
    border-left: none;
    border-radius: 3px;
    padding-left: 12px;
    font-size: 14px;
    background: #ffaab3;
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
  }
  #senior-mainContents .commonBox > div:nth-child(2) h2:after {
    position: absolute;
    content: "+";
    right: 6%;
    font-size: 7vw;
  }
  #senior-mainContents .commonBox > div:nth-child(2) h2.activeTab2:after {
    position: absolute;
    content: "-";
    right: 6%;
    font-size: 7vw;
  }
}
#senior-mainContents .commonBox > div:nth-child(2) div {
  /*pictBk*/
}
#senior-mainContents .commonBox > div:nth-child(2) div.msg p:nth-of-type(1) {
  font-weight: bold;
}
#senior-mainContents .commonBox > div:nth-child(2) div.msg p:nth-of-type(1):before, #senior-mainContents .commonBox > div:nth-child(2) div.msg p:nth-of-type(1):after {
  content: "-";
}
#senior-mainContents .commonBox > div:nth-child(2) div.pictBk h3,
#senior-mainContents .commonBox > div:nth-child(2) div.pictBk p {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 0 1%;
}
#senior-mainContents .commonBox > div:nth-child(2) div.pictBk h3:before {
  content: "『";
}
#senior-mainContents .commonBox > div:nth-child(2) div.pictBk h3:after {
  content: "』";
}
#senior-mainContents .commonBox > div:nth-child(2) div.pictBk img {
  width: 100%;
}
#senior-mainContents .commonBox > div:nth-child(2) div.pictBk p > img {
  display: none;
}
@media only screen and (max-width: 768px) {
  #senior-mainContents .commonBox > div:nth-child(2) div {
    width: 98%;
  }
}
#senior-mainContents .commonBox#senior-detailContents > div:not(.btn-senior) {
  display: block;
  width: 100%;
}
#senior-mainContents .commonBox#senior-detailContents ul {
  text-align: center;
}
#senior-mainContents .commonBox#senior-detailContents .pictBk h3,
#senior-mainContents .commonBox#senior-detailContents .pictBk p {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
#senior-mainContents .commonBox#senior-detailContents .pictBk img {
  width: 41%;
}
#senior-mainContents .commonBox#senior-detailContents .pictBk .senior-spHide {
  text-align: center;
}

/*==========================================================================
movie
========================================================================== */
#movie-mainContents #filtering li {
  display: inline-block;
}
#movie-mainContents #filtering h1 {
  border-bottom: none;
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #movie-mainContents #filtering h1 {
    display: block;
    font-size: 4.6875vw;
    cursor: pointer;
  }
}
#movie-mainContents #filtering h1:after {
  position: relative;
  content: "\f107";
  font-family: FontAwesome;
  left: 76%;
  font-size: 30px;
  vertical-align: middle;
  color: #e91e63;
}
@media only screen and (max-width: 768px) {
  #movie-mainContents #filtering h1:after {
    left: 53%;
  }
}
#movie-mainContents #filtering h1.activeTab2:after {
  position: relative;
  content: "\f106";
  font-family: FontAwesome;
  left: 76%;
  color: #e91e63;
  font-size: 30px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #movie-mainContents #filtering h1.activeTab2:after {
    left: 53%;
  }
}
#movie-mainContents #filtering ul {
  width: 100%;
  font-size: 15px;
  margin-top: 2%;
}
@media only screen and (max-width: 768px) {
  #movie-mainContents #filtering ul {
    text-align: left;
    width: 100%;
    font-size: 4.6875vw;
  }
}
#movie-mainContents #filtering ul li {
  width: 31%;
  margin: 0 2% 2% 0;
  padding: 0 1%;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ffaab3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#movie-mainContents #filtering ul li:hover {
  opacity: .7;
}
#movie-mainContents #filtering ul li a {
  color: #ffaab3;
  display: block;
}
@media only screen and (max-width: 768px) {
  #movie-mainContents #filtering ul li {
    width: 47%;
    margin: 1%;
    padding: 1%;
  }
}
@media only screen and (max-width: 768px) {
  #movie-mainContents .commonBox {
    border: 1px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5% 3%;
  }
}
#movie-mainContents .commonBox div {
  display: inline-block;
  font-size: 15px;
  width: 61%;
  margin-left: 6%;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #movie-mainContents .commonBox div {
    width: 100%;
    margin-left: 0;
  }
}
#movie-mainContents .commonBox div h1 {
  border-bottom: 0;
}
#movie-mainContents .commonBox div h1 a {
  font-family: "Rounded Mplus 1c";
}
@media only screen and (max-width: 768px) {
  #movie-mainContents .commonBox div h2 {
    font-size: 4.6875vw;
  }
}
#movie-mainContents .commonBox div p {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  #movie-mainContents .commonBox div p {
    font-size: 15px;
    font-size: 4.6875vw;
    margin-top: 3%;
    padding: 0 2%;
  }
  #movie-mainContents .commonBox div p.sp {
    border-left: none;
    border-radius: 3px;
    padding-left: 12px;
    font-size: 14px;
    background: #ffaab3;
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
  }
  #movie-mainContents .commonBox div p.sp:after {
    position: absolute;
    content: "+";
    right: 6%;
    font-size: 7vw;
  }
  #movie-mainContents .commonBox div p.sp.activeTab2:after {
    position: absolute;
    content: "-";
    right: 6%;
    font-size: 7vw;
  }
}
#movie-mainContents .commonBox div:first-child {
  width: 200px;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  #movie-mainContents .commonBox div:first-child {
    width: 100%;
    text-align: center;
  }
}
#movie-mainContents .commonBox .play_icon {
  position: relative;
  top: -87px;
  left: 78px;
}
@media only screen and (max-width: 768px) {
  #movie-mainContents .commonBox .play_icon {
    top: -109px;
    left: -3px;
  }
}

/*==========================================================================
customer
========================================================================== */
@media only screen and (max-width: 768px) {
  #customer p {
    padding: 0 5px;
  }
}
#customer h2 {
  font-weight: bold;
  text-align: center;
  font-family: "Rounded Mplus 1c";
}
#customer h2 span {
  color: #e91e63;
  font-size: 20px;
}
#customer h3.contentTitle {
  color: #e91e63;
  border-bottom: 1px solid #e91e63;
  margin: 2% 0;
}
@media only screen and (max-width: 768px) {
  #customer h3.contentTitle {
    color: #fff;
  }
}
#customer h4 {
  color: #fff;
  background: #A1887F;
  padding: 5px;
}
#customer a p {
  text-align: right;
}
#customer div {
  display: inline-block;
  width: 47%;
  margin: 2% 1%;
  border: 1px solid #000;
  font-size: 14px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #customer div {
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 4% 1%;
  }
}
#customer div h4 {
  color: #fff;
  padding: 5px;
}
#customer div p {
  padding: 5px;
}
#customer div.wrap1 {
  border-color: #66bb6a;
  height: 125px;
}
#customer div.wrap1 h4 {
  background: #66BB6A;
}
@media only screen and (max-width: 768px) {
  #customer div.wrap1 {
    height: auto;
  }
}
#customer div.wrap2 {
  border-color: #FFAB40;
  height: 146px;
}
#customer div.wrap2 h4 {
  background: #FFAB40;
}
@media only screen and (max-width: 768px) {
  #customer div.wrap2 {
    height: auto;
  }
}
#customer div.wrap3 {
  border-color: #00BCD4;
  height: 146px;
}
#customer div.wrap3 h4 {
  background: #00BCD4;
}
@media only screen and (max-width: 768px) {
  #customer div.wrap3 {
    height: auto;
  }
}

/*==========================================================================
sessout
========================================================================== */
#sessoutWrap div {
  margin: 20px 0;
}
#sessoutWrap h3 {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-family: "Rounded Mplus 1c";
}
#sessoutWrap ul {
  text-align: center;
}

/*==========================================================================
rules privacy
========================================================================== */
#rulesWrap {
  font-size: 14px;
}
#rulesWrap h2 {
  font-weight: bold;
  margin: 2% 0;
}

/*==========================================================================
mypage
========================================================================== */
#mypage-contents #amount {
  text-align: right;
  font-size: 80%;
}
#mypage-contents ul:not(.entryBtn):not(.qualification_ul) {
  width: 100%;
  background: #ddd;
}
#mypage-contents ul:not(.entryBtn):not(.qualification_ul) a {
  color: #fff;
}
#mypage-contents ul:not(.entryBtn):not(.qualification_ul) li {
  color: #fff;
  padding: 2% 1%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 768px) {
  #mypage-contents ul:not(.entryBtn):not(.qualification_ul) li {
    font-size: 4.2vw;
    vertical-align: top;
  }
}
#mypage-contents ul:not(.entryBtn):not(.qualification_ul) li.navOn {
  background: #ffaab3;
  cursor: default;
}
#mypage-contents ul:not(.entryBtn):not(.qualification_ul) li.navOn span:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 41%;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #ffaab3;
  /* padding-bottom: 16px; */
}
#mypage-contents ul:not(.entryBtn):not(.qualification_ul) li:nth-of-type(1) {
  width: 18%;
}
@media only screen and (max-width: 768px) {
  #mypage-contents ul:not(.entryBtn):not(.qualification_ul) li:nth-of-type(1) {
    width: 22%;
    vertical-align: top;
  }
}
#mypage-contents ul:not(.entryBtn):not(.qualification_ul) li:nth-of-type(2) {
  width: 18%;
}
@media only screen and (max-width: 768px) {
  #mypage-contents ul:not(.entryBtn):not(.qualification_ul) li:nth-of-type(2) {
    width: 22%;
  }
}
#mypage-contents ul:not(.entryBtn):not(.qualification_ul) li:nth-of-type(3) {
  width: 29%;
}
#mypage-contents ul:not(.entryBtn):not(.qualification_ul) li:nth-of-type(4) {
  width: 34%;
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  #mypage-contents ul:not(.entryBtn):not(.qualification_ul) li:nth-of-type(4) {
    width: 25%;
  }
}
#mypage-contents ul:not(.entryBtn):not(.qualification_ul) li span {
  display: inline-block;
}
#mypage-contents h2 {
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  #mypage-contents h2 {
    padding: 0 5px;
  }
}
#mypage-contents .commonBox figure {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #mypage-contents .commonBox figure {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
#mypage-contents .school-data {
  margin-left: 2%;
  vertical-align: top;
}
#mypage-contents .school-data h2 {
  margin-top: 0;
}
#mypage-contents .school-head h1 {
  width: 87%;
}
@media only screen and (max-width: 768px) {
  #mypage-contents .school-head h1 {
    width: 84%;
  }
}
#mypage-contents #dataWrap-change {
  margin-top: 20px;
}
#mypage-contents #registrationForm {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #mypage-contents .entryBtn li {
    vertical-align: middle;
  }
  #mypage-contents .entryBtn li.btn-bookmark {
    width: 52%;
  }
}

/*==========================================================================
search
========================================================================== */
#search-contents > h2 {
  margin-bottom: 20px;
}
#search-contents .searchResult {
  width: 38.82353%;
  height: auto;
}
#search-contents .searchResult h1:after {
  content: "";
}
@media only screen and (max-width: 768px) {
  #search-contents .searchResult {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #search-contents .searchResult dl {
    padding: 5px;
  }
}
#search-contents .searchResult dt,
#search-contents .searchResult dd {
  display: inline-block;
}
#search-contents .searchResult dt {
  width: 27%;
  border-right: 2px solid #ddd;
}
#search-contents .searchResult dt:not(:first-child) {
  vertical-align: top;
}
#search-contents .searchResult dd {
  width: 60%;
  margin-bottom: 20px;
  padding-left: 4%;
}
#search-contents .searchResult dd:nth-of-type(1) {
  margin-top: 20px;
}
#search-contents #searchArea, #search-contents #areaSearch {
  width: 60.14706%;
}
@media only screen and (max-width: 768px) {
  #search-contents #searchArea, #search-contents #areaSearch {
    display: none;
    width: 100%;
  }
}
#search-contents figure {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #search-contents figure {
    display: block;
  }
}
#search-contents figure img {
  width: 260px;
}
@media only screen and (max-width: 768px) {
  #search-contents figure img {
    width: 100%;
  }
}
#search-contents figure a {
  display: block;
}
#search-contents h2.searchBox-msg {
  margin: 20px 0;
  font-family: "Rounded Mplus 1c";
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #search-contents h2.searchBox-msg {
    margin-bottom: 10px;
    padding: 0 5px;
  }
}
#search-contents > div.commonBox {
  background: #fff;
}
#search-contents #searchBox section h1:after {
  background: none;
}
@media only screen and (max-width: 768px) {
  #search-contents .searchResult dl {
    border: 5px solid #DDD;
  }
  #search-contents #searchBox section > ul,
  #search-contents #searchBox section form {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #search-contents div.commonBox {
    padding: 20px 0;
    background: #FFFAFC;
  }
}
#search-contents .hide {
  display: none;
}

.school-data {
  display: inline-block;
  width: 53%;
  margin-left: 3%;
}
@media only screen and (max-width: 768px) {
  .school-data {
    display: block;
    width: 100%;
    margin: 0 5px;
    background: #fff;
    padding: 10px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
.school-data h2 {
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
  font-family: "Rounded Mplus 1c";
}
.school-data h2:first-child {
  margin-top: 0;
}

.searchBox-one {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .searchBox-one {
    width: 100%;
    display: block;
  }
}
.searchBox-one .btn {
  width: 100%;
}

.hr_longType {
  display: block;
  width: 100%;
}
.hr_longType .btn {
  width: 35%;
}

.search_content-high {
  display: inline-block;
  width: 30%;
  margin-top: 0;
  height: 356px;
}

/*==========================================================================
sitemap
========================================================================== */
#sitemap h2 {
  border-bottom: 1px solid #e91e63;
  margin: 2% 0;
}
#sitemap ul li {
  padding-left: 10px;
  color: #0288d1;
  margin-bottom: 5px;
}
#sitemap ul li i {
  color: #e91e63;
}

/*==========================================================================
error
========================================================================== */
#error #width_Type-detail {
  margin-top: 50px;
}
#error #width_Type-detail #sitemap {
  margin-top: 50px;
  border: none;
}
@media only screen and (max-width: 768px) {
  #error #width_Type-detail #sitemap {
    margin-top: 0;
  }
}

#error #headerInner {
  padding-bottom: 20px;
}
#error address {
  margin: 20px 0;
}

/*==========================================================================
entry
========================================================================== */
#entry #registrationForm form > div {
  margin: 20px 0 10px;
}
#entry #registrationForm form > div p:first-child {
  font-weight: bold;
}
#entry #registrationForm dl:nth-last-of-type(2),
#entry #registrationForm dl:nth-last-of-type(10) {
  border-bottom: 1px solid #ddd;
}
#entry #registrationForm dl:nth-last-of-type(9) {
  border-bottom: none;
}
#entry #registrationForm input[type="checkbox"], #entry #registrationForm input[type="radio"] {
  display: inline-block;
  height: 15px;
  width: 10%;
}

/*==========================================================================
howto
========================================================================== */
#howto section > p, #howto section > div {
  padding: 20px;
}
#howto section div h2 {
  font-family: "Rounded Mplus 1c";
  border-bottom: 1px solid #e91e63;
}
#howto section div ul {
  padding-left: 10px;
  padding-top: 10px;
}
#howto section div p {
  margin-top: 10px;
}
#howto section div .btn {
  width: 40%;
  margin: 20px auto 0;
  display: block;
}

/*==========================================================================
colum
========================================================================== */
#colum > section {
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
#colum > section h1 {
  color: #333;
}
#colum > section img {
  width: 240px;
}
#colum > section p {
  width: 51%;
  display: inline-block;
  margin-left: 5%;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #colum > section {
    padding: 0;
    border: 0;
    border-bottom: 1px dotted #ddd;
  }
  #colum > section > div {
    padding: 10px 5px;
  }
  #colum > section h1 {
    color: #333;
    background: #fff;
    border-top: 1px solid #e91e63;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #colum > section img {
    width: 100%;
  }
  #colum > section p {
    width: 100%;
    display: block;
    margin-left: 0;
    vertical-align: top;
  }
}
#colum .entryBtn {
  margin-bottom: 0;
}
#colum .entryBtn .btn-bookmark {
  background: #FFAAB3;
}

#colum.colum-detail > section {
  border: 0;
}
#colum.colum-detail > section img, #colum.colum-detail > section p {
  display: block;
}
#colum.colum-detail > section img {
  width: 100%;
  margin: 0 auto;
}
#colum.colum-detail > section p {
  width: 100%;
  margin-left: 0;
}

/*==========================================================================
contact
========================================================================== */
#contact #registrationForm dl {
  border-bottom: 1px solid #ddd;
}

/*==========================================================================
howto
========================================================================== */
#howto section > p, #howto section > div {
  padding: 20px;
}
#howto section div h2 {
  font-family: "Rounded Mplus 1c";
  border-bottom: 1px solid #e91e63;
}
#howto section div ul {
  padding-left: 10px;
  padding-top: 10px;
}
#howto section div p {
  margin-top: 10px;
}
#howto section div .btn {
  width: 40%;
  margin: 20px auto 0;
  display: block;
}

/*==========================================================================
common
========================================================================== */
#commonContents > .commonBox {
  border: none;
}
#commonContents > .commonBox:first-child {
  margin-top: 0;
}
#commonContents > .commonBox h1 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #commonContents > .commonBox > div {
    padding: 0 3%;
  }
}

.formBox dl {
  margin: 20px 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0;
  background: #fcfcfc;
}
.formBox dl dt {
  display: inline-block;
  width: 31%;
  padding: 10px;
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #ddd;
  font-size: 14px;
}
.formBox dl dt span {
  font-size: 80%;
  color: #e00;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .formBox dl dt {
    display: block;
    width: 100%;
  }
}
.formBox dl dd {
  display: inline-block;
  width: 69%;
  padding: 10px;
  vertical-align: top;
  text-align: left;
  background: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff !important;
  font-size: 14px;
}
.formBox dl dd input {
  border: 1px solid #ddd;
  height: 30px;
  width: 100%;
}
.formBox dl dd input[type="tel"] {
  width: 30%;
}
.formBox dl dd select {
  border: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .formBox dl dd select {
    height: 30px;
    padding: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .formBox dl dd {
    display: block;
    width: 100%;
    border-left: 0;
  }
}
.formBox dl dd textarea {
  width: 100%;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .formBox dl dd.textarea {
    border-bottom: 1px solid #ccc;
  }
}
.formBox dl#career span {
  margin-top: 10px;
}

#qualification li, .checkbox-dl li {
  display: inline-block;
  width: 50%;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  #qualification li, .checkbox-dl li {
    height: 30px !important;
  }
}
#qualification li input[type="checkbox"], .checkbox-dl li input[type="checkbox"] {
  display: inline-block;
  height: 15px;
  width: 10%;
}
#qualification dd > input, .checkbox-dl dd > input {
  margin: 10px 0;
}

dl.form-radioboxWrap input[type="radio"] {
  display: inline-block;
  height: 15px;
  width: 10%;
}

.formBox article {
  margin: 20px 0;
}
.formBox article p:first-child {
  font-weight: bold;
}

#registrationForm dl {
  margin: 0;
  border-bottom: none;
}
#registrationForm dl:nth-last-of-type(1), #registrationForm dl:nth-last-of-type(3) {
  border-bottom: 1px solid #ddd;
}

ul.entryBtn {
  margin: 20px;
}
ul.entryBtn a {
  color: #fff;
}
ul.entryBtn li {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}
ul.entryBtn li input {
  height: 40px;
  line-height: 40px;
}

#spmenu .mm-navbar a {
  color: #e91e63;
  font-weight: bold;
  font-size: 5vw;
}
#spmenu .mm-listview li form {
  padding: 10px 20px;
}
#spmenu .mm-listview li form input {
  width: 40%;
  text-align: left;
}
#spmenu .mm-listview > li, #spmenu .mm-listview > li input {
  font-size: 15px;
  font-size: 4.5vw;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}
#page-top a {
  font-family: "Rounded Mplus 1c";
  background: #e91e63;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .7;
}
