*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0 !important;
    padding: 0 !important;
    color: #333333 !important;
    line-height: 1.6 !important;
    background: #FFFFFF !important;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
nav {
    background: #fafafa;
    border-bottom: 2px solid #e6e6e6 !important;
    position: fixed;
    z-index: 1;
    width: 100%;
}
.login {
    border: solid 1px #009fe8;
    padding: 10px;
    border-radius: 10px;
    color: #009fe8;
    background: #FFFFFF;
}
.login:hover {
    color: #FFFFFF;
    background: #009fe8;
}
.logout {
    border: solid 1px #fff;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    background: #e2007f;
}
.logout:hover {
    color: #e2007f;
    background: #fff;
}
/*モーダル*/
.modal-dialog {
    width: 400px !important;
}
.modal-backdrop {
    z-index: 0 !important;
}
.modal-title {
    font-size: 20px;
    padding:0 10px;
}
.modal-header {
    border-bottom: 1px solid #e6e6e6;
    background: #fbf9fa;
}
.modal-footer {
    text-align: center !important;
}
.btn-primary {
    padding: 5px 20px;
    background-color: #009fe8;
    border-color: #009fe8;
    border-radius: 5px;
}
input.login_txt {
    background: #ffffff;
    border: solid 1px #e6e6e6;
    padding: 5px;
    border-radius: 5px;
}
.login_forget {
    color: #e3007f;
    padding: 10px;
    font-size: 14px;
}
a:hover .login_forget {
    opacity: 0.7;
}
.login_memory {
    font-size: 14px;
}

ul.g-nav {
    margin: 30px 0;
}
li.g-nav {
    padding: 0 20px;
    display: inline-block;
}
h1 {
    margin: 0px !important;
    padding: 10px 10px !important;
}
.main-img {
    padding-top: 84px;
}
.main-position {
    position: absolute;
    top: 184px;
    left: 30px;
}
.text-logo {
    padding: 0 10px 10px 0;
}
.indent-1{
    padding-left:1em;
    text-indent:-1em;
}
.blue{
    color: #009fe8;
}
.border-b {
    border-bottom: solid 3px #009fe8;
    padding-bottom: 10px !important;
}
.border-p {
    border-bottom: solid 3px #e2007f;
    padding-bottom: 10px !important;
}
.border-g {
    border-bottom: solid 3px #1ea939;
    padding-bottom: 10px !important;
}
.main01-box {
    border: solid 3px #009fe8;
    border-radius: 15px;
    padding: 20px;
}
div#main02 {
    background: #d3f8ff;
    padding: 50px 0;
}
div#main02 .button{
    background: #009ee7;
    padding: 20px;
    color: #ffffff;
    width: 333px;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 10px;
}
div#main02 .button:hover{
    opacity: 0.7;
}
div#main03 .back {
    background: #e2007f;
    padding: 50px 0;
}
div#main03 .back02 {
    background: #ffe7f6;
    padding: 50px 0;
}
div#main03 .about-box {
    border-radius: 10px;
    padding: 30px 20px;
    background: #FFFFFF;
    text-align: center;
}
div#main03 .about-title {
    color: #e2007f;
    font-weight: bold;
    margin: 20px 0;
}
div#main03 h3 {
    color: #e2007f;
    font-weight: bold;
}
.teacher_back{
    background: #009ee7;
}
.teacher-box {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
}
div#main04 .button {
    background: #009ee7;
    padding: 20px;
    color: #ffffff;
    width: 333px;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #999999;
}
div#main04 .button:hover{
    opacity: 0.7;
}
.howto-box {
    border: solid 3px #1ea939;
    border-radius: 15px;
    padding: 20px;
    margin-top: 50px;
}
div#main06 h3{
    color: #1ea939;
}
.nagare_gray {
    background: #dfdfdf;
    padding: 20px;
    border-radius: 10px;
}
.txt-g{
    color: #1ea939;
}
footer {
    background: #e0e0e0;
    padding: 50px 0 10px 0;
}
#fnav01 li {
    display: inline-block;
    padding: 10px 50px !important;
}
#fnav02 li {
    display: inline-block;
    padding: 0px 15px !important;
}
#fnav02 li.right {
    border-right: solid 1px #333333;
}
.step04-box01 {
    background: #baf1c2;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.step04-box02 {
    background: #dfdfdf;
    padding: 15px;
    border-radius: 10px;
    color: #1ea939;
}
.searchbutton {
    background: #e3007f;
    color: #FFFFFF;
    width: 40%;
    font-size: 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #999999;
    margin: 0 auto;
    padding:10px 0;
}
.searchbutton:hover {
    opacity: 0.7;
}
a {
    color: #333333 !important;
}
a:hover{
    color: #009ee7 !important;
    text-decoration: none !important;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/*===============================================
●style.css 画面の横幅が1200px以上
===============================================*/
@media screen and (min-width: 1200px){
.main1200{
    width: 1200px;
    margin: 0 auto;
}
/*—— header P ——*/
.slick-dots {
    bottom: -35px !important;
}

/*—— 01. P ——*/

/*—— 02. P ——*/

/*—— 03. P ——*/

/*—— 04. P ——*/

/*—— 05. P ——*/

/*—— footer P ——*/

/*—— base P -----*/
.p-none{
display: none;
}
}
/*===============================================
●tablet.css 画面の横幅が1200pxまで
===============================================*/
@media only screen and (min-width: 769px) and (max-width: 1199px) {
.main1200{
    width: 1200px;
    margin: 0 auto;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
/*—— header T ——*/

/*—— 01. T ——*/

/*—— 02. T ——*/

/*—— 03. T ——*/

/*—— 04. T ——*/

/*—— 05. T ——*/

/*—— footer T ——*/

/*—— base T -----*/
.txt-c-t{
text-align: center;
}
.t-none{
display: none;
}
}
/*===============================================
●smart.css  画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
.main1200{
    width: 100%;
    margin: 0 auto;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
/*—— header S ——*/

/*—— 01. S ——*/

/*—— 02. S ——*/

/*—— 03. S ——*/

/*—— 04. S ——*/

/*—— 05. S ——*/

/*—— footer S ——*/

/*—— base -----*/
.txt-c-s{
text-align: center;
}
.s-none{
display: none;
}
}

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
.w-font{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

/*===============================================
●teachers/index
===============================================*/
#contents{
    padding-top: 84px;
}
.side_bar {
    background: #fbf9fa;
    padding: 20px;
    border-radius: 10px;
}
.side_bar li.midashi {
    border-bottom: solid 3px #009fe8;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.side_bar .star {
    color: #009fe8;
    font-size: 22px;
}
.side_bar li {
    margin-top: 5px;
}
.side_txt{
    color: #009fe8;
    font-weight: bold;
}
.side_bar li.line {
    border: solid 1px #e6e6e6;
    margin: 20px 0;
}
select.form-control {
    width: 80% !important;
    margin-left: 15px;
}
input.search_button {
    padding: 5px 10px;
    width: 100%;
    border-radius: 5px;
    margin:10px 0;
    background: #f2f0f1;
}
input.search_button:hover {
    background: #e6e6e6;
}
label {
    font-weight: 100 !important;
}

.main_contents h2 {
    background: #009fe8;
    text-align: center;
    padding: 10px;
    color: #FFFFFF;
    border-radius: 10px;
}
.teacher_box{
    background: #fbf9fa;
    padding: 20px;
}
.teacher_new {
    color: #e3007f;
    font-weight: bold;
    background: #FFFFFF;
    position: absolute;
    padding: 3px 5px;
    opacity: 0.8;
}
.teacher_price {
    background: #e3007f;
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 229px; */
    /* opacity: 0.7; */
}
.teacher_title {
    color: #009fe8;
    font-weight: bold;
    font-size: 20px;
}
.teacher_button {
    background: #1eaa39;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
}
.teacher_button a {
    color: #FFFFFF !important;
}
.teacher_button:hover {
    opacity: 0.7;
}

/*  DEMO 01 CHECKBOX */
input[type="checkbox"] {
    margin-right: 5px !important;
}
.demo1 .label_list:nth-of-type(1) label input[type="checkbox"] + span::before {
  border-color: #00acc1;
}
.demo1 .label_list:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
  background-color: #00acc1;
}
.demo1 .label_list:nth-of-type(2) label input[type="checkbox"] + span::before {
  border-color: #ec407a;
}
.demo1 .label_list:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
  background-color: #ec407a;
}
.demo1 label span {
  display: inline-block;
}
.demo1 label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.demo1 label input[type="checkbox"] + span::before, .demo1 label input[type="checkbox"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: '';
  box-sizing: border-box;
}
.demo1 label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 2px #616161 solid;
  border-radius: 5px;
}
.demo1 label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
}
.demo1 label input[type="checkbox"]:checked + span::before {
  background-color: #616161;
}
.demo1 label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#form1{
position: relative;
}
#sbox {
padding: 0 10px;
position: absolute;
left: 0;
top: 0;
width:80%;
border-radius:2px 0 0 2px;
border-right:none;
border:solid 3px #eaeaea;
outline: 0;
}
#sbtn{
padding: 0;
width: 20%;
position: absolute;
left: 80%;
top: 0;
border-radius:0 2px 2px 0;
background:#009fe8;
color:#fff;
border:solid 3px #eaeaea;
border-left:none;
font-size:16px;
outline: 0;
}
#sbtn:hover{
opacity: 0.7;
}

/*===============================================
●teachers/tetail
===============================================*/
.detail_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
}
.detail_txt_g {
    font-size: 30px;
    font-weight: bold;
    color: #1eaa39;
    margin-left: -20px;
    margin-bottom: -20px;
}
.detail_txt {
    margin-left: -20px;
}
.detail-back{
    background: #fbf9fa;
    padding: 30px 20px;
}
.detail_title{
    color: #e3007f;
    font-size: 25px;
    font-weight: bold;
}
.detail_button {
    background: #1eaa39;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    padding: 10px 20px;
    border: none;
}
.detail_button:hover {
    opacity: 0.7;
}

/*===============================================
●teachers/recruit
===============================================*/
.recruit {
    background: #FFFFFF;
    padding-bottom: 50px;
    margin: 50px 0;
    border: solid 1px #e6e6e6;
    border-top: none;
    box-shadow: 2px 2px 2px #e6e6e6;
}
.recruit_title {
    font-size: 20px;
    padding: 10px 50px;
    font-weight: bold;
    background: #F5F5F5;
    margin-bottom: 30px;
    border-top: 3px solid #1eaa39;
    border-bottom: 1px solid #e6e6e6;
}
.recruit table {
    border: 1px solid #e6e6e6;
    border-collapse: collapse;
    width: 90%;
    margin: 0 auto;
}
.recruit td {
    padding: 10px;
    width: 70%;
    border: 1px solid #e6e6e6;
    background: #FFFFFF;
}
.recruit th {
    padding: 10px;
    background: #888888;
    color: #FFFFFF;
    width: 20%;
    border: 1px solid #e6e6e6;
    text-align: center;
    font-weight: bold;
}

.messageIndex {
    background: #FFFFFF;
    padding-bottom: 50px;
    margin: 50px 0;
    border: solid 1px #e6e6e6;
    border-top: none;
    box-shadow: 2px 2px 2px #e6e6e6;
}

.list-content{
 min-height:300px;
}
.list-content .body{
 font-size:13px;
 color:#aaa;
}

.list-content .list-group .title{
  background:#5bc0de;
  border:2px solid #DDDDDD;
  font-weight:bold;
  color:#FFFFFF;
}
.list-group-item img {
    height:80px; 
    width:80px;
}

.jumbotron .btn {
    padding: 5px 5px !important;
    font-size: 12px !important;
}
.prj-name {
    color:#5bc0de;    
}
.break{
    width:100%;
    margin:20px;
}
.name {
    color:#666;    
}

.badge-red{
  background-color: #d9534f;
}
