@font-face {
  font-family: 'Sawarabi Mincho';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.eot);
  src: url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/sawarabimincho/v1/SawarabiMincho-Regular.ttf) format('truetype');
}

body {
color:#333;
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif !important;
}

h1,h2,h3,h4,h5,h6,.section-header {
font-family: Segoe UI、Frutige、Dejavu Sans、Helvetica Neue、Arial、sans-serif !important;
}

.llms-tooltip.show {
   top: -40px;
}


.llms-tooltip-content {
   white-space: normal;
   font-size: 10px;
}

.llms-syllabus-wrapper .llms-section-title {
    font-size: 22px !important;
}

.page-id-1772 #content { margin-top: 0; }

.page-id-1883 #content { margin-top: 0; }

.page-id-11259 #content { margin-top: 0; }

.box-title{
background:#0A7BBF;
color:#fff;
padding:7px 13px;
border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;
font-size:20px;
font-weight:bold;
}

.content-area .entry-title,
.page .entry-title,
.llms_quiz .entry-title,
.entry-subtitle,
.llms-quiz-results-title,
.llms-quiz-meta-title,
.lesson .entry-title,
.single-course .entry-title,
.page-title,
.llms-sd-section-title,
.llms-student-dashboard .llms-sd-title,
.llms-pa-posts .llms-pa-post-header h2.llms-pa-post-title {
    font-size: 30px;
	font-weight:bold;
    padding: 8px 8px 8px 50px;
	position: relative;
	text-align: left;
}

.content-area .entry-title:before,
.page .entry-title:before,
.llms_quiz .entry-title:before,
.entry-subtitle:before,
.llms-quiz-results-title:before,
.llms-quiz-meta-title:before,
.lesson .entry-title:before,
.single-course .entry-title:before,
.page-title:before,
.llms-sd-section-title:before,
.llms-student-dashboard .llms-sd-title:before,
.llms-pa-posts .llms-pa-post-header h2.llms-pa-post-title:before {
    background-color:unset;
	border-radius: 0%;
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 5px;
	width: 30px; /* 円の幅 */
	height: 30px;
}

.content-area .entry-title:after,
.page .entry-title:after,
.llms_quiz .entry-title:after,
.entry-subtitle:after,
.llms-quiz-results-title:after,
.llms-quiz-meta-title:after,
.lesson .entry-title:after,
.single-course .entry-title:after,
.page-title:after,
.llms-sd-section-title:after,
.llms-student-dashboard .llms-sd-title:after,
.llms-pa-posts .llms-pa-post-header h2.llms-pa-post-title:after {
    background-color: #002660; /* 白抜き円 */
	border-radius: 0%;
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 20px; /* 白抜き円の幅 */
	height: 20px;
}

.page-id-9 h1 {
	display:none;
}

.llms-student-dashboard .llms-sd-title {
	margin-bottom:20px;
}

.eight #primary article.type-lesson {
	overflow:hidden;
}

.eight #primary .entry-title {
    margin: 0 20px 15px;
}

.home .entry-subtitle {
    padding-top: 60px;
	margin-top:0;
    clear: both;
}

.single-course .entry-title {
margin-bottom:50px;
}

.post-89 .entry-title{ font-weight:bold; }

.entry_top {
	font-size: 30px;
}

.entry-subtitle,
.course .entry-content h4,
.llms-sd-section-title,
.llms-sl-account-edit-title,
.llms-checkout-wrapper .llms-login h4.llms-form-heading {
	color:#002660;
	position: relative;
	padding-bottom: 15px;
	font-size: 21px;
	font-weight:bold;
}

.widget-title,
.llms-form-heading {
	margin: 0 0 20px;
	font-size: 21px;
	font-weight:bold;
	text-align:left;
	padding: 12px 8px 8px 35px;
	position:relative;
}

.widget-title:before,
.llms-form-heading:before {
    background-color:unset;
	border-radius: 0%;
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 5px;
	width: 25px; /* 円の幅 */
	height: 25px;
}

.widget-title:after,
.llms-form-heading:after {
    background-color: #002660; /* 白抜き円 */
	border-radius: 0%;
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 15px; /* 白抜き円の幅 */
	height: 15px;
}

.llms-checkout-wrapper .llms-form-heading {
    margin: 0 0 15px;
    padding: 12px 8px 8px 40px;
}

.llms-login .llms-form-heading,
.llms-new-person-form-wrapper .llms-form-heading {
	padding: 8px 8px 8px 40px;
}

.llms-widget-syllabus .section-header {
	margin-left:1.5rem;
	color:#002660;
}

.llms-checkout-wrapper .llms-login h4.llms-form-heading {
	background:none;
}

.dashboard h3 {
	color:#002660;
}

.dashboard h3::before {
}

.llms-access-plans.cols-1 .llms-access-plan {
	margin-bottom:40px;
}

.course .entry-content h4.llms-access-plan-title,
.course .entry-content h4.llms-access-plan-title:after {
	border-bottom: none;
}

.entry-subtitle {
	margin-top:60px;
}

.llms-quiz-attempt-question-header h3 {
    font-size: 20px;
}

#wrap-header {
	border-bottom: 1px solid #D0E0FA;
}

.site-header {
    padding: 15px 0;
}

#header_logo {
	float:left;
}

#header_logo .site-logo {
	margin: 0;
}

#header_menu {
	text-align: right;
}

#header_menu ul {
	margin-top: 10px;
    margin-bottom: 0;
}

#header_menu li {
	display:inline-block;
	margin: 0 6px;
	font-size:18px;
}

#header_menu li a {
	display:block;
}


#header_menu li a:link,
#header_menu li a:visited {
	color:#0267FF;
	text-decoration:none;
	font-weight:bold;
}

#header_menu li a:hover {
	color:#F73D81;
}

#header_menu .ico_list {
	margin: 0;
	margin-top: -5px;
}

#header_menu .ico_list a {
	display:block;
	padding: 0;
}

#page #header_menu form {
	margin:0 30px;
}

#page #header_menu input[type="text"] {
	width:300px;
	font-size:16px;
	border-radius:9999px;-webkit-border-radius:9999px;-moz-border-radius:9999px;
	border:#D0E0FA 1px solid;
	background-color:#F8FAFF;
	margin-bottom: 0;
	height: unset;
    padding: 8px 30px 8px 15px;
}

#page #header_menu input::placeholder {
	color:#002660;
	font-size:14px;
}

#header_menu form {
  position:relative;
}

#header_menu form::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(images/ico_search.png) no-repeat center center / auto 100%;
  display: inline-block; 
  position: absolute;   
  top: calc(50% - 11px);
  right: 15px;
}

.ico_myaccount {
    font-size: 0;
}

.ico_myaccount:before {
    font-family: "FontAwesome";
    font-size: 30px;
	content: '\f007';
    font-weight: 900;
}

#secondary aside {
	margin-bottom:40px;
	padding: 5px;
	background-color:#fff;
	box-shadow: 4px 4px 10px 0px #bdc7d6;
}

footer.pagefoot {
	width:100%;
    padding:20px;
	text-align: center;
	background:#fff;
	border-top: 1px solid #D0E0FA;
	border-bottom: 1px solid #D0E0FA;
}

footer.pagefoot ul.footer_links {
	margin-bottom:0px;
	padding-bottom: 10px;
}

footer.pagefoot ul.footer_links li {
	display:inline;
}

footer.pagefoot ul.footer_links li::after {
	content:" | ";
}

footer.pagefoot ul.footer_links li:last-child::after {
	content:none;
}

footer.pagefoot ul.footer_links li a {
	color: #333;
}

footer.pagefoot ul.footer_links li a:hover {
	color: #0A7BBF;
	text-decoration: underline;
}

p.footer_info {
    font-size: 13px !important;
	margin-bottom: 10px;
	line-height: 1.2;
}

.eight #primary .site-main,
.single-lesson  .twelve #primary .site-main,
.single-llms_quiz .entry-content {
    background-color: #fff;
	box-shadow: 4px 4px 10px 0px #bdc7d6;
}

.eight #primary .site-main .entry-content,
.single-lesson  .twelve #primary .site-main .entry-content  {
    padding: 0 20px 20px;
}

#topmessage_wrap,
#mypagemessage_wrap {
	width: 100%;
	background-color:#FFF;
	text-align:center;
	padding:30px 0;
	box-shadow: 0px 0px 0px 1px #D0E0FA;
	-webkit-box-shadow: 0px 0px 0px 1px #D0E0FA;
}

#topmessage_wrap h1,
#mypagemessage_wrap h1 {
    font-size: 30px;
	color:#002660;
	font-weight:bold;
	max-width: 1200px;
    margin: 20px auto 40px;
	position: relative;
}

#mypagemessage_wrap h1 {
	padding-top:100px;
	background:url(images/h1_topmessage.png) center top no-repeat;
}

p.message {
    font-size: 20px;
	margin-bottom: 40px;
	font-weight:bold;
}

ul.faculty_list {
	margin-bottom:0;
}

.faculty_list li {
	display:inline-block;
	margin-bottom:25px;
	max-width: 30%;
}

.faculty_list li.faculty_list_employ {
	max-width: 80%;
}

.faculty_list li:nth-child(3n-1) {
	margin-right:25px;
	margin-left:25px;
}

.top_courses {
	clear:both;
}

.top_courses .llms-pagination {
	display:none;
}

.top_more {
	text-align:center;
	margin-top: 40px;
}

.top_more a.llms-button-secondary {
	font-size:30px;
	padding-right: 40px;
	padding-left: 40px;
}

.top_more span {
	position:relative;
	left: 17px;
}

.top_more span:before {
	font-family: "FontAwesome";
	font-weight:400;
	position: absolute;
	left: -35px;
}

.top_more span:before {
	content: '\f002';
	font-weight:900;
}

.llms-pagination ul {
    margin: 30px auto 0;
    text-align: center;
}

.llms-pagination ul li {
    display: inline;
    float: none;
}

.entry-content ul.llms-loop-list {
    margin: 0 -10px;
}

.single-course .llms-meta-info .llms-meta-title,
.single-course .llms-instructor-info .llms-meta-title {
	display:none;
}

.page .post-thumbnail {
    margin-bottom: 60px;
}

.single .post-thumbnail {
    margin-bottom: 30px;
}

h1.top-title,
h1.course-title {
    text-align: center;
    font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

#top_wrap {
	width: 100%;
	background: #FFD4A9;
}

#top_wrap div {
	background: url(images/bg_top_wrap_l.png);
    background-position: center;
	background-size: cover;
	width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: table;
    height: 600px;
}

h1.top-title,
h1.course-title {
	text-shadow: 0px 4px 7px rgb(0 0 0), 0px 5px 16px rgb(0 0 0 / 70%);
	color:#fff;
	font-size:50px;
}

h1.top-title {
	display: table-cell;
    vertical-align: middle;
	text-indent: -9999px;
}

h1.course-title {
	background: url(images/bg_course-title.png);
	background-size:cover;
	background-position:center;
	padding: 160px 0;
	margin-bottom:0;
}

.single-course .entry-content h2,
.single-llms_membership .entry-content h2,
.entry-content .single-page h2 {
	font-size:30px;
	margin-bottom: 40px;
	color:#002660;
	font-weight:bold;
}

.llms-my-courses>h3,
.llms-my-certificates>h3,
.llms-my-achievements>h3,
.llms-my-memberships>h3,
.single-course .entry-content h3.line,
.single-llms_membership .entry-content h3.line,
.llms-pa-post-discussion-form-wrap h2.llms-pa-post-title,
.entry-content .single-page h3.line,
.single-lesson .entry-content h3.line,
.llms-quiz-results-title,
.llms-quiz-meta-title {
	margin: 40px 0 0px;
	padding: 12px 8px 8px 45px;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	position:relative;
}

.llms-my-courses>h3:before,
.llms-my-certificates>h3:before,
.llms-my-achievements>h3:before,
.llms-my-memberships>h3:before,
.single-course .entry-content h3.line:before,
.single-llms_membership .entry-content h3.line:before,
.llms-pa-post-discussion-form-wrap h2.llms-pa-post-title:before,
.entry-content .single-page h3.line:before,
.single-lesson .entry-content h3.line:before,
.llms-quiz-results-title:before,
.llms-quiz-meta-title:before {
    background-color:unset;
	border-radius: 0%;
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 5px;
	width: 30px; /* 円の幅 */
	height: 30px;
}

.llms-my-courses>h3:after,
.llms-my-certificates>h3:after,
.llms-my-achievements>h3:after,
.llms-my-memberships>h3:after,
.single-course .entry-content h3.line:after,
.single-llms_membership .entry-content h3.line:after,
.llms-pa-post-discussion-form-wrap h2.llms-pa-post-title:after,
.entry-content .single-page h3.line:after,
.single-lesson .entry-content h3.line:after,
.llms-quiz-results-title:after,
.llms-quiz-meta-title:after {
    background-color: #002660; /* 白抜き円 */
	border-radius: 0%;
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 20px; /* 白抜き円の幅 */
	height: 20px;
}

.single .entry-content ul.reco,
.single .entry-content ul.merit,
.single .entry-content ul.flow,
.entry-content .single-page ul {
	list-style:none;
}

.single .entry-content ul.reco li,
.single .entry-content ul.merit li,
.single .entry-content ul.flow li,
.entry-content .single-page ul.list_basic li {
	font-size:18px;
	margin-bottom: 10px;
}

.single .entry-content ul.reco li strong,
.single .entry-content ul.merit li strong,
.single .entry-content ul.flow li strong,
.entry-content .single-page ul.list_basic li strong,
.message strong {
	color:#D35885;
}

.single .entry-content .reco li {
	text-indent: -32px;
	padding-left: 32px;
}

.single .entry-content .merit li {
	text-indent: -108px;
	padding-left: 108px;
}

.single .entry-content .flow li,
.entry-content .single-page ul.list_basic li {
	text-indent: -35px;
	padding-left: 35px;
}

.single .entry-content .reco li:before {
	font-family: "FontAwesome";
	font-size:25px;
	content: '\f058';
	font-weight:900;
	margin-right: 10px;
	color:#F73D81;
}

.single .entry-content .iframe_wrap {
    margin: 10px auto 20px;
    position: relative;
    max-width: 80%;
}

.single .entry-content .iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-course .entry-footer {
	display:none;
}

.single .course_cat-west .entry-content h2,
.single .course_cat-west .entry-content h3.line,
.single .membership_cat-west .entry-content h2,
.single .membership_cat-west .entry-content h3.line,
.single-lesson .west h1,
.single-lesson .entry-content.west h3.line {
	color:#3E7AAE;
	border-color:#3E7AAE;
}

.single-lesson .west h1:before,
.course_cat-west .llms-pa-posts .llms-pa-post-header h2.llms-pa-post-title:before {
    background-color:#3E7AAE;
}

.single .course_cat-east .entry-content h2,
.single .course_cat-east .entry-content h3.line,
.single .membership_cat-east .entry-content h2,
.single .membership_cat-east .entry-content h3.line,
.single-lesson .east h1,
.single-lesson .entry-content.east h3.line {
	color:#4A8975;
	border-color:#4A8975;
}

.single-lesson .east h1:before,
.course_cat-east .llms-pa-posts .llms-pa-post-header h2.llms-pa-post-title:before {
    background-color:#4A8975;
}

.single .course_cat-spiritual .entry-content h2,
.single .course_cat-spiritual .entry-content h3.line,
.single .membership_cat-spiritual .entry-content h2,
.single .membership_cat-spiritual .entry-content h3.line,
.single-lesson .spiritual h1,
.single-lesson .entry-content.spiritual h3.line {
	color:#BE4C6F;
	border-color:#BE4C6F;
}

.single-lesson .spiritual h1:before,
.course_cat-spiritual .llms-pa-posts .llms-pa-post-header h2.llms-pa-post-title:before {
    background-color:#BE4C6F;
}

.single-course #content,
.single-course .wrap-sidebar #secondary {
}

.llms-instructor-info .llms-instructors .llms-author {
    margin: 0;
    padding: 0;
}

.entry-content .single-page.employ h2,
.entry-content .single-page.employ h3.line {
	color:#D87F49;
	border-color:#D87F49;
}

.entry-content .single-page.event h2,
.entry-content .single-page.event h3.line {
	color:#CD7BB0;
	border-color:#CD7BB0;
}

.entry-content .single-page.community h2,
.entry-content .single-page.community h3.line {
	color:#002660;
	border-color:#002660;
}

.course_cat-tel .llms-pa-posts .llms-pa-post-header h2.llms-pa-post-title:before {
    background-color:#0A7BBF !important;
}

.llms-instructor-info .llms-instructors .llms-author,
.llms-instructor-info .llms-instructors .llms-author .avatar {
    border: none;
	background: none;
	margin-top: 0;
}

.llms-instructors .llms-author .avatar {
    border-radius: 100%;
    margin: 0px auto 20px !important;
}

.llms-instructor-info .llms-instructors .llms-author .box-left {
	max-width:200px;
    margin: 0 auto;
}

.llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio {
	text-align:left;
	font-size:18px;
}

.llms-access-plan .llms-access-plan-content,
.llms-access-plan .llms-access-plan-footer {
    border-left: 1px solid #D0E0FA;
    border-right: 1px solid #D0E0FA;
}

.llms-access-plan .llms-access-plan-footer {
	border-bottom: 1px solid #D0E0FA;
}

.llms-access-plan.featured .llms-access-plan-footer {
    border-bottom: 3px solid #0267FF;
}

.llms-access-plan.featured .llms-access-plan-featured {
    -webkit-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
}

.course .entry-content h4.llms-access-plan-title,
.llms_membership .entry-content h4.llms-access-plan-title {
    border-bottom: none;
	margin: 0 auto;
	padding-bottom:10px;
	border: none;
}

.course .entry-content h4.llms-access-plan-title::before {
    height: 0;
}

.course .llms-meta-info {
    margin: 40px 0 0;
}

.llms-tooltip {
    background: #0267FF;
}

.llms-tooltip:after {
    border-top: 8px solid #0267FF;
}

.llms-access-plan-restrictions {
    padding-top:20px;
}

.llms-access-plan .llms-access-plan-restrictions ul {
    margin-top: 10px;
}

.llms-lesson-button-wrapper,
.llms-course-navigation {
    margin-top: 30px;
}

.llms-lesson-preview {
    margin: 5px 0 0;
}

.llms-lesson-preview .llms-lesson-complete {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
}

.llms-lesson-preview .llms-lesson-counter,
.llms-instructor-info .llms-instructors .llms-author .llms-author-info.label {
    display: none;
}

.llms-lesson-preview .llms-lesson-title {
    margin: 0;
}

.single-course .llms-lesson-preview .llms-lesson-title {
	float: left;
	margin-right: 10px;
	font-size: 18px;
}

.single-course .llms-lesson-preview .llms-lesson-excerpt {
    float: left;
}

.single-course .llms-difficulty {
	display:none;
}

.llms-lesson-preview .llms-lesson-excerpt {
    margin-bottom: 0;
}

.llms-lesson-preview .llms-lesson-link {
    color: #f1f1f1;
}

.llms-lesson-preview .llms-icon-free {
    background-color:#D35885;
}

.lesson .llms-video-wrapper {
	margin-bottom:30px;
}

.llms-lesson-preview .llms-pre-text {
    font-size: 16px;
	margin-bottom: 10px;
}

.llms-prev-lesson .llms-lesson-preview a.llms-lesson-link,
.llms-prev-lesson .llms-lesson-preview a.llms-lesson-link:hover {
	background-image: url(images/arrow_lesson_left.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
}

.llms-next-lesson .llms-lesson-preview a.llms-lesson-link,
.llms-next-lesson .llms-lesson-preview a.llms-lesson-link:hover {
	background-image: url(images/arrow_lesson_right.png);
	background-repeat: no-repeat;
	background-position: right 5px center;
}

.llms-access-plan-content .llms-access-plan-pricing {
    padding: 20px 0 0;
}

.llms-access-plan .llms-access-plan-price,
.llms-access-plan-schedule,
.llms-access-plan-expiration {
	display:inline;
}

.llms-access-plan-expiration {
	display:none;
}

.llms-access-plan-schedule:before {
	content:"/";
	margin-right:5px;
}

.llms-access-plan .llms-access-plan-price {
    font-size: 24px;
}

.llms-access-plan .llms-access-plan-footer .llms-button-action {
    min-width: 50%;
    font-size: 20px;
}

.llms-checkout {
    background: none;
}

.llms-access-plan-restrictions a {
    color: #70ACCF;
}

.llms-checkout-wrapper form.llms-login {
    border: 0;
}

.llms-checkout-wrapper .llms-form-heading:after {
	border: none;
}

.llms-notice {
    border-color: #D35885;
	background-color: #F9E6ED;
}

.llms-notice.llms-error {
  background: rgba(251,212,221,0.5); }
.llms-notice.llms-success {
  background: rgba(213,231,244,0.5); }

.llms-checkout-cols-2 .llms-checkout-col.llms-col-1,
.llms-checkout-cols-2 .llms-checkout-col.llms-col-2 {
	width:100%;
	margin-left:0px;
}

.llms-checkout-section {
    margin-bottom: 20px;
}

.llms-form-field span.llms-description {
    display: none;
}

.llms-login .llms-form-field span.llms-description {
    display: inherit;
}

#llms_sl_handle + span.llms-description {
    display:inherit;
}

.single-llms_quiz .entry-content {
	padding:20px;
}

.llms-quiz-ui {
    background-color:inherit;
    box-shadow: none;
	-webkit-box-shadow: none;
	padding:0;
}

.single-llms_quiz .llms-return {
    margin-bottom: 0;
}

.single-llms_quiz ul.llms-quiz-meta-info {
    margin-bottom: 30px;
    padding: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
}

.single-llms_quiz .llms-quiz-results .llms-quiz-results-aside, .single-llms_quiz .llms-quiz-results .llms-quiz-results-history, .single-llms_quiz .llms-quiz-results .llms-quiz-results-main {
    margin-bottom: 40px;
}

.single-llms_quiz ul.llms-quiz-meta-info {
    margin-top: 30px;
}

ul.llms-quiz-meta-info li {
	font-size:16px;
}

.llms-donut {
    margin: 0 auto;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon {
    background-color: #4C97D0;
}

.single-llms_quiz .llms-quiz-results .llms-donut.passing {
    color: #4C97D0;
}

.single-llms_quiz .llms-quiz-results .llms-donut.passing svg path {
    stroke: #4C97D0;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct {
    background: #D5E7F4;
}

.llms-quiz-timer {
    border: 1px solid #0A7BBF;
    color: #0A7BBF;
}

.single-llms_quiz .llms-quiz-results .llms-donut.failing,
.llms-notification .llms-notification-dismiss {
    color: #D35885;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon,
.llms-question-wrapper ol.llms-question-choices li.llms-choice input:checked + .llms-marker {
    background-color: #D35885;
}

.single-llms_quiz .llms-quiz-results .llms-donut.failing svg path {
    stroke: #D35885;
}

.single-llms_quiz .llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect {
    background: #FBD4DD;
}

.llms-question-image {
    text-align:center;
	margin-bottom:20px;
}

.launchpad-button,
.button,
button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
	border: none;
}

.single-llms_quiz .llms-quiz-buttons {
    text-align: center;
}

.launchpad-button, .llms-button-primary, .llms-button-action, .button, input[type="submit"], input[type="reset"], input[type="button"], button {
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border:none;
}

.llms-notification {
    border-top: 4px solid #0267FF;
}

.llms-table tbody tr:nth-child(2n) td, .llms-table tbody tr:nth-child(2n) th,
.llms-student-dashboard .orders-table tbody tr:nth-child(2n-1) {
    background: #F8F8F8;
}

.llms-student-dashboard .orders-table tbody tr:nth-child(2n) {
    background: #fff;
}

.llms-notification .llms-notification-footer {
    border-top: none;
}

.llms-student-dashboard.dashboard .llms-sd-title {
	display:none;
}

.llms-student-dashboard .llms-sd-section .llms-sd-section-footer {
    text-align: center;
}

.llms-button-secondary {
    border: 0;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.llms-button-secondary:hover, .llms-button-secondary:active, .llms-button-secondary:focus {
    background-color: #D35885;
    border-color: #D35885;
}

.llms-achievement {
    background: #fff;
}

.llms-achievement {
    background: none;
}
.llms-achievement:hover, .llms-achievement:active, .llms-achievement:focus {
    background: #f7edf0;
}

.llms-student-dashboard .llms-sd-section .llms-sd-section-footer {
    margin-bottom: 40px;
	margin-bottom: 40px;
}

.llms-sd-nav .llms-sd-item .llms-sep {
	display:none;
}

.llms-sd-nav .llms-sd-item {
	box-shadow: 2px 2px 7px 0px rgba(0,38,96,0.25);
	-webkit-box-shadow: 2px 2px 7px 0px rgba(0,38,96,0.25);
	width:20%;
	margin: 1%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.llms-sd-nav .llms-sd-item a {
	padding: 15px 5px;
	display: block;
	font-size: 20px;
	background: #FFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.llms-sd-nav .llms-sd-item a:hover {
	background: #f7edf0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.llms-loop-item {
    /*width: 50%;*/
}

.llms-loop-item-content .llms-difficulty p {
    color: #D35885;
}

.llms-loop-item .llms-enroll-date p,
.llms-loop-item .llms-pa-permalink {
	text-align:center;
}

.llms-loop-item .llms-pa-permalink::before,
.llms-pa-info-widget-footer a::before {
	font-family: "FontAwesome";
	content: '\f086';
	font-weight:900;
	margin-right: 8px;
}

.llms-sd-nav .redeem-voucher {
    display: none;
}

.llms-certificate-container,
.llms-certificate-container h1:first-child {
	font-family: "Sawarabi Mincho","游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.llms-certificate-container {
	box-shadow: rgb(215, 221, 224) 0px 0px 10px 0px;
	-webkit-box-shadow: rgb(215, 221, 224) 0px 0px 10px 0px;
}

.llms-certificate-container .llms_certificate,
.llms-certificate-container .llms_my_certificate {
    margin: 200px 90px 90px !important;
}

.llms-certificate-container h1:first-child {
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 0;
	color: #000;
}

.llms_my_certificate p,
.llms_certificate p {
	font-size:20px;
	margin-bottom: 10px;
}

.single-llms_my_certificate footer.pagefoot {
	display:none;
}

.llms-certificate-container {
    position: relative;
}

.llms-certificate-container .certificate-background {
    position: absolute;
}

.llms-certificate,
.llms-notification .llms-notification-body .llms-mini-cert {
    border: 4px double #BC9624;
}

.llms-print-certificate form {
    display: none;
}

.llms-lesson-button-wrapper {
    color: #D35885;
}

.llms-tooltip-content {
    font-size: 13px;
}

.llms-my-memberships,
.llms-loop-item-content .llms-enroll-status p {
	display:none;
}

.single-llms_my_certificate #wrap-header {
	border-bottom: 0;
}

.certificate_back {
	text-align:center;
	margin-top: 30px;
}

.submit_btn {
	text-align:center;
}

.submit_btn input {
	text-align:center;
	margin:0 20px;
	font-size:15px;
}

.mw_wp_form .error {
    color: #D35885 !important;
}

.billing-information .llms-checkout-section-content {	
	display:flex;
	flex-flow: row wrap;
}

.billing-information .llms-checkout-section-content > div:nth-child(9),
.billing-information .llms-checkout-section-content > div:nth-child(11) {order:0;}


.edit-account .llms-form-fields {	
	margin-bottom:30px;
}

.llms-gateway-description p {
	  margin-top:10px;
}

.llms-gateway-description p:before {
      content : url(images/card.png) ;
      display: block;
}

.entry-content ul.top_cat_list {
	  margin-left:0;
}

.top_cat_list li {
      display: inline-block;
	  margin-right:10px;
	  margin-bottom: 15px;
	  background-color: #fff;
	  border: 1px solid #02AFCC;
	  border-radius: 5px;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
}

.top_cat_list li a {
	  padding:5px;
	  display:block;
}


.top_cat_list li:hover {
	  border: 1px solid #D35885;
}

.no_entry li,
.no_entry li:hover {
	  background-color: #EEE;
	  border: 1px solid #CCC;
	  color:#828282;
	  padding:5px;
}

.message-wrap {
    position: relative;
}
.message-btn {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 148px;
	margin: auto;
	padding: .5em 0;
	border-radius: 3px;
	background: #aaa;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.message-btn .fa {
    margin-right: .5em;
}
.message-btn:hover {
    background: #fff;
    color: #0A7BBF;
}
.message-item {
  clear:both;
  margin-bottom: 0;
}

.message-item p,
.entry-content .llms-notice {
  font-size:15px;
}

/*loop*/
.llms-loop-item .llms-author {
  text-align:center;
}

.llms-loop-item .llms-author img {
  width:60px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  display: block;
  margin: -10px auto 0;
}

.llms-loop-item h4.llms-loop-title {
	color:#002660;
	font-weight: bold;
	margin-bottom:0;
}

footer.llms-loop-item-footer {
	text-align:left;
}

.llms-pa-info-widget-footer {
    text-align: center;
}

.lifterlms .llms-person-login-form-wrapper,
.lifterlms .llms-new-person-form-wrapper,
.llms-checkout-section {
    padding: 15px 0;
}

.item--memberships {
	display:none;
}

ul.llms-sl-menu li.llms-sl-menu-item a {
    color:#0A7BBF;
}

.llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.item--dashboard a.llms-sl-menu-link {
    border-left: 1px solid #E0CFAB;
}

.llms-sl-profile-header .llms-avatar-img {
    max-width: 150px;
}

.llms-sl-profile-nav,
.llms-sl-card {
    border: 1px solid #E0CFAB;
}

.llms-sl-card-main hr,
.llms-sl-card-footer {
    border-top: 1px solid #E0CFAB;
}

.llms-sl-profile-nav ul.llms-sl-menu {
    margin-top: -20px;
}

ul.llms-certificates-loop,
.llms-sl-card--achievements .llms-achievements-loop {
    font-size: 0;
}

.llms-sl-card-main ul.llms-achievements-loop li.llms-achievement-loop-item,
.lifterlms ul.llms-certificates-loop li.llms-certificate-loop-item {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.llms-sl-card-header,
.llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link {
    border-bottom: 1px solid #D0E0FA;
}

.llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link {
    border-right: 1px solid #D0E0FA;
}

.llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item:first-child a.llms-sl-menu-link {
    border-left: 1px solid #D0E0FA;
}

.llms-sl-card-main,
.llms-sl-card-footer,
.llms-sl-profile-nav {
    background: #fff;
}

.llms-sl-card-header {
    background: #FBF8F0;
}

.llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link:hover,
.llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link,
.llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item.current a.llms-sl-menu-link:hover {
    background: #FBF8F0;
}

.llms-sl-story-reply-main,
.llms-sl-story-reply-main footer {
	text-align:left;
	padding:0;
}

.llms-sl-card--story .llms-sl-story-reply .llms-sl-story-reply-comment {
    background: #F8F8F8;
	box-shadow: 0px 0px 0px 1px #D0E0FA;
    -webkit-box-shadow: 0px 0px 0px 1px #D0E0FA;
	text-align: left;
}

h3.llms-sl-card-title,
.llms-sl-card .fa {
    color:#002660;
}

.llms-sl-profile-header .llms-achievement .llms-achievement-info {
	display:none;
}

.fa-pencil::before {
    content: "\f044";
}

.llms-password-change-toggle:before {
	font-family: "FontAwesome";
	content: '\f138';
	font-weight:900;
	color:#002660;
	margin-right:5px;
}

.llms-parent-course-link a:before,
.llms-return a:before,
.llms-pa-area-header a.llms-pa-area-return:before {
	font-family: "FontAwesome";
	content: '\f137';
	font-weight:900;
	color:#002660;
	margin-right:5px;
}

.llms-pa-post-footer a:before {
	font-family: "FontAwesome";
	content: '\f13a';
	font-weight:900;
	color:#002660;
	margin-right:5px;
}

.llms-sl-card--story.llms-sl-card--story-join .llms-sl-card-main .fa, .llms-sl-card--story.llms-sl-card--story-pass .llms-sl-card-main .fa, .llms-sl-card--story.llms-sl-card--story-enroll .llms-sl-card-main .fa, .llms-sl-card--story.llms-sl-card--story-complete .llms-sl-card-main .fa, .llms-sl-card--story.llms-sl-card--story-achievement .llms-sl-card-main .fa {
    color:#002660;
}

.llms-sl-card-main .llms-sl-card-text h2,
.llms-sl-card--story.llms-sl-card--story-enroll .llms-sl-card-main h2,
.llms-sl-card-main .llms-sl-card-list.icons li {
    color: #333;
}

.llms-sl-card-header .llms-sl-card-action.manage-card {
    /*display: none;*/
}

.llms-sl-card--story.llms-sl-card--story-join .llms-sl-card-main .llms-donut, .llms-sl-card--story.llms-sl-card--story-pass .llms-sl-card-main .llms-donut, .llms-sl-card--story.llms-sl-card--story-enroll .llms-sl-card-main .llms-donut, .llms-sl-card--story.llms-sl-card--story-complete .llms-sl-card-main .llms-donut, .llms-sl-card--story.llms-sl-card--story-achievement .llms-sl-card-main .llms-donut {
    color: #4C97D0;
}

.llms-sl-card--story.llms-sl-card--story-join .llms-sl-card-main .llms-donut svg path, .llms-sl-card--story.llms-sl-card--story-pass .llms-sl-card-main .llms-donut svg path, .llms-sl-card--story.llms-sl-card--story-enroll .llms-sl-card-main .llms-donut svg path, .llms-sl-card--story.llms-sl-card--story-complete .llms-sl-card-main .llms-donut svg path, .llms-sl-card--story.llms-sl-card--story-achievement .llms-sl-card-main .llms-donut svg path {
    stroke: #4C97D0;
}

.llms-student-dashboard li.dashboard,
.my-grades .llms-sd-widgets {
	display:none;
}

.llms-sd-grades .llms-table thead,
.llms-single-course-grades .llms-section th {
    background-color: #D0E0FA !important;
}

/*private area*/

.llms-pa-area-header h2,
.llms-pa-area-return.llms-to-area,
.llms-pa-area-header .llms-pa-meta-sep,
.llms-pa-post-discussion-form .quicktags-toolbar {
	display:none;
}

.llms-pa-post-discussion-form .llms-form-field.type-submit {
	text-align:center;
}

.llms-pa-post-discussion-form {
    background-color: #fff;
	box-shadow: 0px 0px 0px 1px #D0E0FA;
	-webkit-box-shadow: 0px 0px 0px 1px #D0E0FA;
}

#wp-llms_pa_post_comment-wrap textarea {
    background-color: #F8F8F8;
}

.llms-pa-discussion-list .comment .comment-body {
    background: #fff;
	border-left: 4px solid #DDD;
}

.llms-pa-discussion-list .comment.llms-pa-unread > .comment-body {
    border-left-color: #4C97D0;
    background: #D5E7F4;
}

.llms-pa-area-header .llms-pa-area-return {
    font-size: 100%;
}

.single-llms_membership .entry-content .llms-pa-info-widget-wrapper {
	margin-bottom: 40px;
	background-color: #fff;
	padding: 15px 10px;
	box-shadow: 0px 0px 0px 1px #D0E0FA;
	-webkit-box-shadow: 0px 0px 0px 1px #D0E0FA;
}

.single-llms_membership .entry-content .llms-pa-info-widget-wrapper h2.widget-title {
    margin-bottom: 20px;
}

.llms-pa-info-widget-wrapper .pa-post {
	display:none;
}

.llms-pa-stamp {
    background: #D35885;
}

/*form*/
#page .single-page.employ label {
    display: inline-block;
}

.mw_wp_form .horizontal-item {
    margin-right: 15px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left:0;
}

.mw_wp_form b {
    color: #BE4C6F;
}

#page input[type="email"], #page input[type="number"], #page input[type="search"], #page input[type="text"], #page input[type="tel"], #page input[type="url"], #page input[type="password"] {
    max-width: 100%;
}

.llms-checkout-section .llms-form-heading {
    color:#002660;
    background: inherit;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
    border: 1px solid #d1d1d1;
}

.llms-checkout-section-content .llms-order-summary li {
	font-size:1.5em;
}

article.top {
	width:100%;
	text-align: center;
	background: url(images/bg_top.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

article.top .wrapper_article {
	text-align:left;
	padding:30px 30px 7% 50%;
	background: url(images/bg_top_revo.png);
	background-position:left bottom;
	background-repeat: no-repeat;
	background-size: 48%;
	box-sizing: border-box;
	width:inherit;
}

.llms-checkout-wrapper .llms-notice,
.llms-checkout-wrapper .llms-person-login-form-wrapper {
	display:none;
}


@media screen and (min-width:1285px) {

.llms-stripe-card.StripeElement {
    width: 50%;
}

.faculty_list li:nth-child(4n-1) {
	margin-right:25px;
}

}


@media screen and (min-width: 750px) {
    
.eight.columns {
    margin-left: 0;
}

.llms-author-info.bio {
	padding:0 7%;
}

}


@media screen and (min-width:600px) {

.single-llms_quiz .llms-quiz-results .llms-quiz-results-main {

	width: calc(100% - 280px);
	float: left;
	margin-left: 50px;
}

.single-llms_quiz .llms-quiz-results .llms-quiz-results-history {
    float: none;
	width: 100%;
	clear: both;
}

.llms-form-field.llms-cols-3 {
    width: 100%;
}

.wrap-header .container {
    font-size: 0;
}

.fb_iframe_widget {
    width: 100%;
    text-align: center;
}

.lifterlms .llms-person-login-form-wrapper, .lifterlms .llms-new-person-form-wrapper {
    width: 49%;
}

.lifterlms .llms-new-person-form-wrapper {
    float: right;
}

.llms-checkout-wrapper .llms-person-login-form-wrapper {
    width: 100%;
	margin-bottom: 20px;
}

.llms-widget-syllabus .section-title {
    font-size: 18px;
}

.llms-widget-syllabus ul li ul li {
	font-size:17px;
}

.llms-loop-list.llms-membership-list.cols-3 .llms-loop-item,
.llms-loop-list.cols-3 .llms-loop-item.llms_membership {
    width: 50%;
}

.course .llms-instructors .llms-col-2 {
    border-top: 1px solid #D0E0FA;
	padding-top: 20px;
	margin-top: 20px;
	width:100%;
}

.course .llms-instructors .llms-col-2:first-of-type {
    border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.llms-loop-list.cols-2 .llms-loop-item {
    width: 49%;
    margin-right: 2%;
	margin-bottom:30px;
}

.llms-loop-list.cols-2 .llms-loop-item:nth-child(2n) {
    margin-right: 0;
}


}


@media screen and (max-width:1200px) {

#header_menu li {
    font-size: 16px;
}

#header_menu li a {
}

h1.top-title,
h1.course-title { font-size:3.5em;}

h1.course-title {
	padding: 130px 0;}

.single-course .entry-content h2, .single-llms_membership .entry-content h2, .entry-content .single-page h2 {
    font-size: 26px;
}

#top_wrap div {
    height: 465px;
}

}

@media screen and (max-width:820px) {

.lifterlms .llms-person-login-form-wrapper, .lifterlms .llms-new-person-form-wrapper {
    float: none;
    width: 100%;
	margin-bottom:25px;
}

#top_wrap .top_wrap_box p {
    font-size: 2.0em;
}

#header_logo {
    max-width: 260px;
	width: 23%;
	padding-left: 0;
	padding-bottom: 0;
	float: left;
}

.site-logo {
    display:inherit;
}

#header_menu {
}

#header_menu ul {
    margin-top: 0px;
}

#header_menu li.header_home,
#header_menu li.header_mypage {
	display:none;
}

#header_menu li {
    margin: 0;
}

#header_menu li:nth-child(3n) {
}

#header_menu li:nth-child(4n) {
	width:38%;
}

#page #header_menu input[type="text"] {
    width: 250px;
}

#page #header_menu form {
    margin: 0 15px;
}

#topmessage_wrap,
#mypagemessage_wrap {
	background-position: 1% 15%,
		98% 5%;
	background-size: 30% auto;
}

.llms-sl-profile-header .llms-sl-avatar {
    margin-top: 100px;
}

.llms-sl-profile-nav ul.llms-sl-menu {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}

.faculty_list li,
.faculty_list li:nth-child(3n-1) {
	margin-right:1%;
	margin-left:1%;
}

.llms-instructors .llms-author .avatar {
    float: none;
    margin: 0px auto 10px !important;
}

h1.top-title,
h1.course-title { 
	font-size:2.2em;
}

h1.course-title { 
	padding: 80px 0;
}

h1.course-title { 
	margin: 0;
}

#top_wrap div {
    height: 320px;
}

.ico_myaccount:before {
    font-size: 25px;
}

.llms-sd-nav .llms-sd-item {
	width:20%;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.llms-sd-nav .llms-sd-item a:hover {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}


}


@media screen and (max-width:750px) {

.single-course #wrap-sidebar {
	display:none;
}

.entry_top {
    font-size: 18px;
}

.manabun_top {
    float: none;
    margin: 0 0 10px;
    max-width: none;
    text-align: center;
}

.manabun_top img {
	max-width:45%;
}

.top_more a.llms-button-secondary {
	font-size:20px;
}

.llms-question-wrapper .llms-question-text {
    font-size: 20px;
}

.single-llms_quiz .entry-content {
    padding: 0px;
}

article.top {
    background-position: right top;
	background-size: cover;
}

article.top .wrapper_article {
    padding: 3% 3% 25% 17%;
    background-size: 70%;
}


}


@media screen and (max-width:600px) {

#content {
    margin-top: 20px;
}

.eight #primary .site-main .entry-content {
    padding: 0 4% 20px;
}

#header_menu li,
.llms-loop-item .llms-meta p {
    font-size: 12px;
}

.site-header {
    padding: 5px 0;
}

.ico_mypage:before {
	font-size:25px;
	top: auto;
	left: -30px;
}

#header_menu {
    padding-top: 0px;
}

#page #header_menu form {
    margin: 0 7px;
}

#header_menu form::before {
    top: calc(50% - 8px);
    right: 7px;
}

#page #header_menu input[type="text"] {
    height: unset;
    padding: 2px 8px;
	width: 140px;
    font-size: 12px;
}

#page #header_menu input::placeholder {
	font-size:12px;
}

#header_menu ul {
    margin-top: 3px;
}

#header_menu li.link_ico {
    margin-left: 0;
    margin-right: 0;
	width:9%;
}

#header_menu li a {
    padding: 0;
}

#header_menu li a:link,
#header_menu li a:visited {
	font-weight:normal;
}

.single-course .entry-title {
    margin-bottom: 20px;
}

.single .post-thumbnail,
.page .post-thumbnail {
    margin-bottom: 30px;
}

footer.pagefoot ul.footer_links {
    margin-bottom: 0;
	border-bottom: none;
}

footer.pagefoot ul.footer_links li {
	display:block;
	border-bottom:#D0E0FA 1px dotted;
	padding: 5px 0;
}

footer.pagefoot ul.footer_links li::after {
	content:none;
}

footer.pagefoot li a {
	display:block;
}

#top_wrap .top_wrap_box p {
    font-size: 1.8em;
}

.content-area .entry-title, .page .entry-title, .llms_quiz .entry-title, .entry-subtitle, .llms-quiz-results-title, .llms-quiz-meta-title, .lesson .entry-title, .single-course .entry-title, .page-title, .course .entry-content h4, .llms-sd-section-title, #topmessage_wrap h1, #mypagemessage_wrap h1,
.single-course .entry-content h2, .single-llms_membership .entry-content h2, .llms-student-dashboard .llms-sd-title,
.llms-pa-posts .llms-pa-post-header h2.llms-pa-post-title, .entry-content .single-page h2 { font-size: 20px; }

.single-course .entry-content h2, .single-llms_membership .entry-content h2, .entry-content .single-page h2,.llms-my-courses>h3, .llms-my-certificates>h3,
.llms-my-achievements>h3,
.llms-my-memberships>h3, {
    margin-bottom: 20px;
}

.box-title, .entry-subtitle, .llms-quiz-results-title, .llms-quiz-meta-title, .llms-form-heading, .widget-title, .course .entry-content h4, .llms-sd-section-title, .single-course .entry-content h3.line, .single-llms_membership .entry-content h3.line, .llms-pa-post-discussion-form-wrap h2.llms-pa-post-title, .entry-content .single-page h3.line, .single-lesson .entry-content h3.line, .llms-checkout-wrapper .llms-login h4.llms-form-heading { font-size: 18px; }

.llms-lesson-preview .llms-lesson-title { font-size: 16px; }

p,
p.message,
.llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio,
.single-course .llms-lesson-preview .llms-lesson-title,
.llms-lesson-preview .llms-pre-text,
.single .entry-content ul.reco li,
.single .entry-content ul.merit li,
.single .entry-content ul.flow li,
.entry-content .single-page ul.list_basic li,
.entry-content .llms-notice,
div.bbp-template-notice li, div.bbp-template-notice p,
.bbp-pagination,
#bbpress-forums .bbp-pagination-links a,
#bbpress-forums .bbp-pagination-links span.current,
#bbpress-forums fieldset.bbp-form legend,
.bbp-reply-post-date,
span.bbp-admin-links a,
.bbp-forum-header a.bbp-forum-permalink, .bbp-reply-header a.bbp-reply-permalink, .bbp-topic-header a.bbp-topic-permalink,
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content { font-size: 14px; }

.llms-sl-profile-nav ul.llms-sl-menu li.llms-sl-menu-item a.llms-sl-menu-link {
    font-size: 12px;
	padding: 12px 8px;
}

.single .entry-content .merit li {
    text-indent: -85px;
    padding-left: 85px;
}

.single .entry-content .flow li,
.entry-content .single-page ul.list_basic li {
    text-indent: -27px;
    padding-left: 27px;
}

body { font-size: 120% !important; }

.message-item {
	  font-size:14px;
}

.llms-instructor-info .llms-instructors .llms-author .box-left {
    float: none;
	width: 100%;
	max-width: inherit;
	margin-right: 0;
	margin-bottom: 15px;
}

.llms-instructor-info .llms-instructors .llms-author .llms-author-info.bio {
    float: none;
    width: 100%;
}

.llms-sl-profile-header .llms-sl-avatar {
    width: 125px;
}

.llms-sl-profile-header .llms-sl-handle {
    float: none;
    margin-left: 0;
	font-size:25px;
}

#bbpress-forums .bbp-body div.bbp-reply-author, #bbpress-forums .bbp-body div.bbp-topic-author {
	padding-left: 0;
	width: 18% !important;
	float: left;
	margin: 0 10px;
}

#bbpress-forums .bbp-body div.bbp-reply-content, #bbpress-forums .bbp-body div.bbp-topic-content {
    clear:inherit;
	margin-left: 20%;
}

span.bbp-reply-post-date, span.bbp-topic-post-date {
    margin-right: 10px;
}

.llms-access-plan {
    margin-bottom: 10px;
}

.llms-loop-item .llms-loop-title,
.llms-loop-item .llms-meta,
.llms-loop-item .llms-author {
    padding-right: 10px;
    padding-left: 10px;
}

.eight #primary .entry-title {
    margin: 4%;
}

.content-area .entry-title, .page .entry-title, .llms_quiz .entry-title, .entry-subtitle, .llms-quiz-results-title, .llms-quiz-meta-title, .lesson .entry-title, .single-course .entry-title, .page-title, .course .entry-content h4, .llms-sd-section-title, .llms-student-dashboard .llms-sd-title, .llms-pa-posts .llms-pa-post-header h2.llms-pa-post-title {
	padding-top: 13px;
}

.llms-sd-nav {
    margin-bottom: 0px;
}

.llms-sd-nav .llms-sd-item a {
    padding: 5px;
}

.llms-sd-nav .llms-sd-item a, .llms-sd-nav .llms-sd-item .llms-sep {
    font-size: 12px;
}


#top_wrap div {
    height: 240px;
}

.ico_myaccount:before {
    font-size: 20px;
}

.llms-loop-item {
    padding: 2%;
}


}

@media screen and (max-width:500px) {
	#top_wrap div {
		height: 220px;
	}
}

@media screen and (max-width:450px) {
	#top_wrap div {
		height: 180px;
	}
}

@media print{
  @page {
	size:portrait;
	size: A4
  }
  
  .single-llms_my_certificate .container,
  .single-llms_certificate .container {
	width:600px;
  }
  
  .llms-certificate-container {
	box-shadow: none;
	-webkit-box-shadow: none;
  }
  
  .single-llms_my_certificate footer.pagefoot,
  .single-llms_certificate footer.pagefoot,
  .certificate_back {
	display:none;
  }
}

@-moz-document url-prefix() {
	.llms_quiz .llms-error,
	.type-lesson .llms-error,
	.llms-student-dashboard .llms-error {
	  display:none;
	}
}
  

/*ショートコードで出される投稿一覧*/
div.news-item { font-size:110%; }
div.item-img { display: none; }
div.item-txt { border-bottom:1px solid #cccccc; padding:10px 0 3px; margin:0 0 10px; }
div.item-content { display: none; }
div.item-date { display:table-cell; padding:0 30px 0 0;}
div.item-title {display:table-cell; }
span.week{display:none}
/* col-xs- 767px 以下 */
@media screen and (max-width: 767px) {
div.item-date { margin-bottom:10px; }
div.item-date, div[class$="-outer"] div.item-title { display:block }
}


