body {
    word-wrap:break-word;
}

footer {
    padding-bottom: 30px;
}
footer a {
    color: black;
    font-weight: bold;
}

.help_title {
    display: flex;
    align-items: center;
}

.page_title {
    display: inline;
}

a.help_icon {
    display: inline;
    color: #777;
    font-size: 14px;
    margin-left: 5px;
}

a.help_icon:hover {
    opacity: 0.7;
}

.bg_help {
    background-color: #f5f5f5;
    border-radius: 6px;
}

/* smart phones */
@media screen and (max-device-width: 480px) {
}

@media only screen and (min-width : 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

}

/* PC用 横メニュー */

.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  -webkit-border-radius: 10% !important;
  -moz-border-radius: 10% !important;
  border-radius: 10% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
  word-break: break-all;
}

.profile-usertitle-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-name a {
  color: #5a7391;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  font-weight: 600;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 15px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #e7e7e7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

.profile-usermenu ul li a span.caret {
    margin-top: 7px;
    float: right;
}

.profile-usermenu ul.submenu li {
    padding-left: 18px;
    background-color: #f3f3f3;
}

/* スマホ用横メニュー */
#slide_menu {
    position: absolute;
    top: 0;
    height: auto;
    z-index:10000;
    background-color: #fff;
    width:250px;
}

.slider_layer {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
li .dropmenu {
    padding:10px 15px;
    color:#888;
}

li .dropmenu .caret {
    float:right;
    margin: 9px 5px 0;
}

/* ソーシャルボタン */
.google-sign-in,
.facebook-login,
.line-login {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px gray;
}
.google-sign-in:hover,
.google-sign-in:focus,
.facebook-login:hover,
.facebook-login:focus,
.line-login:hover,
.line-login:focus  {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}
.google-sign-in {
  background: #4285F4 url("/static/img/google_logo.svg") no-repeat left center / contain border-box;
}
.facebook-login {
    background: #1877f2 url("/static/img/f_logo_RGB-White_100.png") no-repeat 7px center / 25px;
}
.line-login {
  background: #00c300 url("/static/img/line_88.png") no-repeat left center / contain;
}

.icon_img {
    border-radius: 18%;
}

.icon_style {
    height: 50px;
}

.icon_style img{
    width: 2.5em;
}

.icon_style i {
    font-size: 2.1em;
    padding-top: 2px;
}

.icon_style span {
    display: block;
    font-size: 0.78em;
    overflow: hidden;
}

.btn-tw {
    color: #fff;
    background-color: #55acee;
    border-color: #55acee;
}

.btn-fb {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
    height: 35px;
    padding-top: 7px;
}

.btn-line {
    color: #fff;
    background-color: #00c300;
    border-color: #00c300;
}

.btn-tw:hover, .btn-fb:hover, .btn-line:hover {
    color: #fff;
    opacity: 0.7;
}

.btn-tw:focus, .btn-fb:focus, .btn-line:focus {
    color: #fff;
}

.btn-fb img {
    width: 1em;
    margin-right: 5px;
}

.sns_btn {
    padding: 1px;
}

div.course_description {
    display: flex;
    flex-direction: column;
    margin: 1em 0 0 0;
}

div.course_description div.course_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

div.course_description div.course_menu span.title {
    display: inline-block;
    box-sizing: content-box;
    width: 16em;
    height: 1.5em;
    border: 5px solid #25A;
    border-radius: 1.5em;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 14px;
    color: #000;
    background-color: #FFF;
    font-weight: bold;
    text-align: center;
}

div.course_select,
div.course_description div.course_menu p.message,
div.course_description div.control {
    margin-bottom: 10px;
    padding-left: 18px;
}

div.course_description p.message {
    display: inline-block;
    border: 1px solid #777;
    border-radius: 6px;
    padding: 6px;
    color: #555;
}

#in_progress {
  justify-content: space-around;
  align-items:center;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-color: rgba(0,0,0,0);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  transition: background-color 0.25s, z-index 1ms 0.25s;
}
#in_progress[data-show="true"] {
  z-index: 100;
  display: flex;
  background-color: rgba(0,0,0,0.4);
  transition: none;
}
#in_progress > div {
  opacity: 1;
  padding: 1em;
  font-size: 1.5em;
  color: #FFF;
  border:2px solid #000;
  font-weight: bold;
  background-color: rgba(0,0,0,0.5);
}

#editor {
  width: 350px;
  max-width: 100%;
  height: 600px;
  border-top: 1px solid #ccc;
}
.ql-toolbar {
  width: 350px;
  max-width: 100%;
  border-bottom: none !important;
}
.ql-editor p {
  margin-bottom: 10px;
}

div.course_description p.text {
  margin: 5px 1.5em 5px 18px; 
}

@media (min-width: 768px) {
    .pc_size {
        width: 300px;
        margin: 0 auto;
    }
}
