/*
Theme Name: 安全教育サイト2024
Theme URL: http://anzenmanagement.com/
Description: This is Description.
Author: 
Version: 2.0
Tags: 
License: 
License URI: 
*/

:root {
	--text-color: #000;
	--green: #18a88b;
	--darkgreen: #006d45;
	--darkgreenTxt: #3d6449;
	--midgreen: #81ceb9;
	--lightgreen: #d4f3ed;
	--lightcyan: #dcf5e4;
	--gray555: #555;
	--midgray: #bababa;
	--maxW730: 730px;
}
*{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	color: var(--text-color);
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6; 
	-webkit-text-size-adjust: 100%; 
	-webkit-font-smoothing: subpixel-antialiased;
	word-wrap: break-word; 
	word-break: break-all; overflow-wrap : break-word;
	background-color: var(--menubg-color);
}
a{color: blue; text-decoration: underline;}
a:link {color: var(--text-color);}
a:visited {color: var(--text-color);}
a:hover{
	opacity: .5;
	cursor : pointer;
}
a:active {color: #e45d93;}

.marginT10 {margin: 10px auto 0px;}

/* layout */
.w960 {
	max-width: 960px;
	margin: 0px auto 0px;
}
.w100 {
	width: 100%;
	height: auto;
}
body#signin main, body#index main {
	background-image: url(./img/bgPC.jpg);
	background-position: top 60px left;
	background-size: contain;
	background-repeat: no-repeat;
}
header {
	padding: 15px 10px;
	box-shadow: 2px 2px 7px 1px rgba(0, 0, 0, 0.3);
}

/* SP menu */
.menu-trigger {
	display: none;
	height: 30px;
	width: 30px;
	z-index: 90;
	position:relative;
}
.menu-trigger:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	transform: translate(-50%, -50%);
	z-index: 91;
}
.menu-trigger span,
.menu-trigger span:before,
.menu-trigger span:after {
	content: '';
	display: block;
	height: 3px;
	width: 30px;
	background-color: var(--green);
	position: absolute;
}
.menu-trigger span:before {
	bottom: 8px;
}
.menu-trigger span:after {
	top: 8px;
}


header.active .menu-trigger span {
	background-color: rgba(255, 255, 255, 0);
}
header.active .menu-trigger span::before {
	bottom: 0;
	transform: rotate(45deg);
}
header.active .menu-trigger span::after {
	top: 0;
	transform: rotate(-45deg);
}


.spmenu {
	margin-top: 3rem;
}
.spmenu li {
	margin-bottom: 1.3rem;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--darkgreen);
}
.spmenu li a {
	color: var(--darkgreen);
}
#mmenu {
	position: fixed;
	top: 0px; left: 100%;
	width: 100vw; height: 100vh;
	background-color: var(--lightgreen);
	z-index:10;
	padding: 20px 10px 0;
	transition: all .5s ease-out,transform .5s ease-out;
}
#mmenu.fadeIn {
	left: 10%;
	overscroll-behavior-y: contain;
	display: block;
}
@keyframes fadeIn {
	0% { opacity: 0; transform: translateX(500px); }
	100% { opacity: 1; transform: translateX(50px); }
}


/* learndash */
.ld-lesson-status,
.ld-course-status {
  display: none !important;
}

.header__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

.header__title {
	font-size: 30px;
	line-height: 26px;
	font-weight: 600;
}
.header__body i {
	font-size: 30px;
}
/* learndash course */
.courseList {
	/*display: grid;
	grid-template-columns: repeat(3, minmax(0px, 1fr));
	column-gap: 30px;
	row-gap: 30px;*/
	margin: 0px auto 30px;
	max-width: var(--maxW730);
	border: 1px solid rgb(170, 170, 170);
	padding: 30px 50px;
}
.courseList .courseGrid {
	display: flex;
	flex-direction: column;
	height: 100%;
	/*border-radius: 4px;
	box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 5%);
	border: 1px solid #dddddd;*/
}
.courseList .courseGrid .courseGrid__body {
	padding: 15px 15px 15px;
}
/*.courseList .courseGrid .button a{*/
.button a{
	background-color: var(--green);
	border-radius: 100vh;
	font-size: 24px;
	padding: 16px 0;
	display: block;
	color: white;
	text-align: center;
	margin: 40px auto 30px;
	font-weight: 600;
	position: relative;
	text-decoration: none;
}
.button.max540 a{
	max-width: 540px;
}
.button.max400my a{
	max-width: 400px;
	background-color: #5f9ea0;
}

/*.courseList .courseGrid .button a::before {*/
.button a::before {
	content: '';
	display: inline-block;
	background-image: url(./img/arrowR.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%; right: 24px;
	width: 13px; height: 32px;
	transform: translateY(-50%);
	position: absolute;
}
.button.max400my a::before {
	background: none;
}

.courseGrid__img {
	width: 100%;
	height: auto;
}
.courseGrid__title {
	font-weight: 400;
}
.course__imgWrap {
  position: relative;
}
.course__imgWrap::after {
  display: block;
  content: "";
  padding-top: 40.3%;
}
.course__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course__title {
	font-size: 24px;
	margin: 40px 0 40px;
	color: var(--darkgreenTxt);
	border-left: 5px solid var(--darkgreenTxt);
	padding-left: 10px;
}
.course__descriptionTitle {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
  color: #265D55;
  margin-top: 24px;
}
.course__description {
  font-size: 1.6rem;
  line-height: 2;
  color: #265D55;
}

.course__listTitle {
	font-size: 20px;
	font-weight: 500;
	color: var(--gray555);
	display: flex;
	align-items: center;
	line-height: 1;
}
.course__listTitle::before,
.course__listTitle::after{
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: var(--gray555);
}
.course__listTitle::before {
	margin-right: 15px;
}
.course__listTitle::after {
	margin-left: 15px;
}
.course__listTitle2 {
	font-size: 20px;
	font-weight: 500;
	color: var(--darkgreenTxt);
	margin: 0px auto 30px;
}

.learndash-wrapper{
	max-width: 900px;
	margin: 0px auto 0px;
}
.learndash.learndash_post_sfwd-lessons.user_has_access .learndash-wrapper {
	max-width: unset;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_text {
	margin: 3em 0px;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button {
	padding: 1em 20px;
	text-align: center;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_text > div {
	display: inline-block;
	position: relative;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_text > div::before {
	content: '';
	display: inline-block;
	background-image: url(./img/arrowRwh.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%; right: 24px;
	width: 7px; height: 16px;
	transform: translateY(-50%);
	position: absolute;
}


.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue {
	padding: .5em 3em;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList{
	display: flex;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem{
	width: 50%;
	margin: 0 10px;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label{
	font-size: 3rem;
	text-align: center;
	font-weight: 600;
	padding: 0;
	border: 4px solid #ddd;
	background: #fff;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem:nth-child(1) label{
/*background: aqua;*/
}
.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput {
	display: none;
}
.wpProQuiz_content .wpProQuiz_question_text {
	margin: 50px auto;
	font-weight: 600;
	font-size: 18px;
}

learndash-wrapper * {
	text-align: center;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button {
	margin: 0px auto 0;
	background-color: var(--green);
	float: none !important;
	max-width: 500px;
	width: 500px;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_question {
	padding-bottom: 4em;
}


/* lesson courses */
.learndash-wrapper .ld-alert-success .ld-button {
	display: none;
}
.learndash-wrapper .ld-alert-certificate.ld-alert-success .ld-alert-content {
	font-weight: 600;
	font-size: 18px;
}

/* learndash lesson */
.lessonList {
  margin-top: 24px;
}
.lessonList__itemA {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 0 26px;
  border: 1px solid var(--gray555) !important;
  font-size: 1.3rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 15px;
  color: #265D55;
  border-radius: 100vh;
	position: relative;
}
.lessonList__itemA::before {
	content: '';
	display: inline-block;
	background-image: url(./img/arrowR555.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%; right: 24px;
	width: 9px; height: 24px;
	transform: translateY(-50%);
	position: absolute;
}
.lessonList__itemA.done {
  background-color: var(--gray555);
  color: #FCFBFC;
}
.lessonList__itemA.done > .icon {
  color: #FCFBFC;
}
.lessonList__itemA > .icon {
  font-size: 2rem;
  line-height: 3.6rem;
  margin-right: 12px;
  color: #DBE7E6;
}
.learndash-wrapper * {
  text-align: center;
}
.learndash-wrapper a {
  border-bottom: 1px solid var(--gray555) !important;
}

/* lesson video */
.ld-content-action input.learndash_mark_complete_button, 
.ld-content-action a.ld-button {
	display: none;
}
.ld-content-action input.learndash_mark_complete_button.show, 
.ld-content-action a.ld-button.show {
	display: block;
}
.ld-content-action p.red {
	font-size: 16px;
	color: red;
	text-align: center;
	margin: 20px auto 20px;
}


/* front-page */
body#index .signinupForm__contentWrap {
	margin: 100px auto 50px;
}
.Rbox {
	border-radius: 20px;
	border: 2px solid var(--green);
	margin: 0px auto 100px;
	max-width: var(--maxW730);
}
.Rbox .ti3 {
	border-radius: 18px 18px 0 0;
	background: var(--green);
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	padding: 10px 25px;
}
.Rbox .in {
	padding: 20px 25px;
	background: #fff;
	border-radius: 0 0 18px 18px;
}
.Rbox .in .col2 {
	display: flex;
	align-items: center;
}
.Rbox .in .col2 li.l {
	width: 35%;
	margin-right: 30px;
}
.Rbox .in .col2 li.r {
	width: 65%;
	font-size: 18px;
}
.Rbox .in .butT1 a {
	background-color: var(--green);
	font-size: 24px;
	padding: 26px 0;
	display: block;
	color: white;
	text-align: center;
	margin: 30px auto 30px;
	font-weight: 600;
	position: relative;
	text-decoration: none;
	box-shadow: 6px 6px 0px 0px #26584e;
}
.Rbox .in .butT1 a::before {
	content: '';
	display: inline-block;
	background-image: url(./img/arrowR.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%; right: 24px;
	width: 13px; height: 32px;
	transform: translateY(-50%);
	position: absolute;
}


/* form */
.signinupForm__contentWrap {
	margin: 100px auto 100px;
	max-width: var(--maxW730);
}
.signinupForm__inputWrap .signinupForm__input, 
.signinupForm__contentWrap .signinupForm__input {
	padding: 14px 10px 14px 10px;
	border: 1px solid #aaa;
	border-radius: 7px;
	width: 100%;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.2);
	margin: 5px auto 15px;
}

/* WooCommerce form */
.woocommerce form .form-row input.input-text {
	padding: 14px 10px 14px 10px;
	border: 1px solid #aaa;
	border-radius: 7px;
	width: 100%;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.2);
	margin: 5px auto 15px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: none;
	width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	display: none;
}

.woocommerce form .form-row-first, 
.woocommerce form .form-row-last {
	float: none; width: 100%;
}

.woocommerce-checkout #payment {
	background: var(--lightcyan);
	border-radius: 5px;
}
#payment #place_order {
	background-color: var(--darkgreen);
}
.woocommerce #payment #place_order{
	float: unset;
	margin: 20px auto;
	display: block;
	position: relative;
}
.woocommerce #payment #place_order::after{
content: "受講を開始する";
  height: 1.4em;
  width: 160px;
  position: absolute;
  background-color: var(--darkgreen);
  top: -0%;
  left: -50%;
  padding: .9em 1em .6em;
  font-weight: 700;
  border-radius: 3px;
  color: white;
  line-height: 1;
}

/* アカウントを作成しますか ?*/
.woocommerce-account-fields {
	display: none;
}

/* single.php*/
#single_mypege {
	margin: 50px auto;
}
#single_mypege p {
	text-align: center;
}


.signup_des {
	background: #ddd;
	color: red;
	padding: 30px;
	margin: 30px auto;
}
.signinupForm__label span {
	color: red;
}


select.signinupForm__select.signinupForm__select--medium {
	padding: 14px 10px 14px 10px;
	border: 1px solid #aaa;
	border-radius: 7px;
	width: 100%;
	box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2);
	background: #fff url(./img/arrowD.png) no-repeat right 10px center;
	background-size: auto;
	background-size: 17px 7px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.signinupForm__row.birthday {
	display: flex;
	
}
.signinupForm__row input[type="number"] {
	width: unset;
}
.inputfas {
	position: relative;
	margin-bottom: 15px;
	text-align: left;
}
.inputfas label {
	/*position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 10px;*/
	font-size: 16px;
}
button.btn--green {
	width: 80%;
	max-width: 540px;
	background-color: var(--green);
	border-radius: 100vh;
	font-size: 24px;
	padding: 16px 0;
	display: block;
	color: white;
	text-align: center;
	margin: 40px auto 30px;
	font-weight: 600;
	position: relative;
}
button.btn--green::before {
	content: '';
	display: inline-block;
	background-image: url(./img/arrowR.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%; right: 24px;
	width: 13px; height: 32px;
	transform: translateY(-50%);
	position: absolute;
}
.waku {
	text-align: center;
	border-radius: 0px;
	border: 1px solid #aaa;
	padding: 30px 20px;
	background-color: white;
}
.waku a {
	display: inline-block;
}
a.signinupForm__goSignUpPage {
	border-radius: 5px;
	border: 2px solid var(--bg-color);
	font-weight: 600;
	font-size: 1rem;
	padding: 8px 0;
	text-align: center;
	width: 100%;
	color: var(--bg-color);
}

.youtube {
	text-align: center;
	padding: 50px 0 20px;
}
.youtube iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
a.ytp-watermark.yt-uix-sessionlink {
	display: none;
}


/* mypage */
.mypage .avator img {
	width: 250px;
	height: auto;
}

table.mypage {
	width: 100%;
	margin: 0 auto;
	border-collapse :collapse;
	background: #fff;
}
table.mypage td,
table.mypage th {
	border:1px solid #d4d4d4;
	padding:10px;
}
table.mypage th{
	width: 10em;
	font-weight: normal;
	background: var(--darkgreenTxt);
	text-align: left;
	vertical-align: middle;
	color: #fff;
	font-weight: 500;
}
table.mypage.ty2 th{width: 15em;}

/* userguide */
.stepFlex {
	display: flex;
	max-width: 700px;
	margin: 50px auto 0px;
}
.stepFlex .l {
	width: 60%;
	padding-right: 30px;
}
.stepFlex .r {
	width: 40%;
}
.stepFlex .r img {
	width: 100%;
	height: auto;
}
.step {
	background: var(--lightcyan);
	font-weight: 500;
	padding: 10px 15px;
	display: inline-block;
}
.thankyou_mail {
	max-width: 540px;
	margin: 30px auto 0px;
	text-align: center;
}
/* courses */
.learndash-wrapper .ld-content-actions {
	display: block;
}
.ld-content-action input.learndash_mark_complete_button.show {
	margin: auto;
}

/* userguide */
footer {
	margin-top: 50px;
}
footer .content {
	padding: 50px 0 50px;
}
footer .footerTi{
	font-size: 20px;
	font-weight: 500;
	color: var(--darkgreen);
	display: flex;
	align-items: center;
	line-height: 1;
}
footer .footerTi::before,
footer .footerTi::after{
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: var(--darkgreen);
}
footer .footerTi::before {
	margin-right: 15px;
}
footer .footerTi::after {
	margin-left: 15px;
}
footer .footer__navSP {display: none;}
footer .footer__nav {
	max-width: 920px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px 10px;
}
footer .footer__nav a{
	color: var(--darkgreen);
	font-size: 15.5px;
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
}
footer .footer__nav a::before {
	content: '';
	display: inline-block;
	width: 20px; height: 20px;
	background-image: url(./img/icon_f.png);
	background-size: contain;
	background-repeat: no-repeat;
	/*vertical-align: middle;*/
	margin-right: 10px;
	top: 4px;
	position: relative;
}

footer .footer__copy {
	text-align: center;
	font-size: 12px;
	background-color: var(--green);
	color: white;
	padding: 15px 0;
}

html.no-scroll {
	overflow: hidden;
}
#modal{display: none;}
html.no-scroll body #modal {
	background: rgba(0, 0, 0, 0.6);
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 2;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected{border-color: var(--midgreen);
background-color: var(--midgreen);color: #fff;}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label{
	color: var(--midgray);padding: 20px 0;
}

.learndash-wrapper .ld-quiz-actions {
	flex-direction: column;
}
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link {
	width: 500px;
	max-width: 500px; margin: 0 !important;
}
.learndash-wrapper .ld-quiz-actions input[type="button"] {
	margin: 30px 0px 0;
}

/* terms_of_use */
.term__title {
	font-weight: 600;
	font-size: 20px;
	margin: 1em 0;
}
.law .term__title {
	font-size: 16px;
	margin: 1.5em 0 .5em;
	font-weight: 500;
}

/* my-account/edit-account */
.woocommerce nav.woocommerce-MyAccount-navigation{
	display: none;
}
/*.woocommerce form .password-input #password_current{
	
}*/

@media only screen and (max-width: 1000px) {
	.container .l {width: 190px;padding: 15px;}
	.container .r {width: calc(100% - 190px);padding: 15px 15px 15px 40px;}
	.courseList {column-gap: 25px; row-gap: 25px; margin-bottom: 25px;}
	.youtube {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	.youtube iframe {
		position: absolute;
		top: 0; left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}
@media only screen and (max-width: 920px) {
	footer .content {padding: 50px 20px 50px;}
	footer .footer__nav {grid-template-columns: 1fr 1fr 1fr;gap: 20px 10px;}
}
@media only screen and (max-width: 960px) {
	.w960 {margin: 0px 20px 0px;}
}
@media only screen and (max-width: 900px) {
	.learndash-wrapper {margin: 0px 20px 0px;}
}
@media only screen and (max-width: 767px) {
	/* SP menu */
	body#signin main, body#index main {background-image: url(./img/bgSP.jpg);
		background-position: top 60px left;}
	.header__body i {font-size: 26px;}
	.header__body .pc {padding-right: 12px;}
	.menu-trigger {	display: flex;justify-content: center;align-items: center;}

	.container .l {width: 170px;padding: 12px;}
	.container .r {width: calc(100% - 170px);padding: 12px 12px 12px 36px;}
	.courseList {
		grid-template-columns: repeat(2, minmax(0px, 1fr));
		column-gap: 25px; row-gap: 25px; margin-bottom: 25px;
		padding: 10px;
	}
	.courseList .courseGrid {margin-bottom: 0px;}
	.courseList .courseGrid .courseGrid__body {padding: 15px 0px 0px;}
	.course__title {font-size: 22px;margin: 30px 0px;}
	.courseList .courseGrid .button a {font-size: 20px;padding: 12px 0;}

	table.mypage {width: 100%;margin: 0;}
	table.mypage th, table.mypage.ty2 th, 
	table.mypage td {
		width: 100%; display: block; border-top: none;
		box-sizing: border-box;
	}
	/*table.mypage tr:first-child th {
		border-top: 1px solid #d4d4d4;
	}
	table.mypage tr th {
		background:  #d4d4d4;
	}*/

	.learndash-wrapper .ld-quiz-actions input[type="button"] {
		max-width: 500px;width: 500px;}
	.woocommerce #payment #place_order::after{
	left: 0%;padding: .9em 0em .6em;width: 100%;}

	button.btn--green {width: 100%;}
	.Rbox .in {padding: 20px 20px 40px 20px;}
	.Rbox .in .col2 {display: block;}
	.Rbox .in .col2 li.l {width: 100%;margin-right: 0px;padding: 0;display: block;}
	.Rbox .in .col2 li.r {width: 100%;margin-top: 30px;padding: 0;}

	footer .content {padding: 10px 20px 30px;}
	footer .footer__nav {display: none;}
	footer .footer__navSP {display: block;}
	footer .footer__navSP a{color: var(--darkgreen);font-size: 16px;
	display: inline-block;font-weight: 500;text-decoration: none;}
	footer .footer__navSP li {padding: 10px 0;
	border-bottom: 1px solid var(--darkgreen);}
}
@media only screen and (max-width: 640px) {
	.container .l {display: none; }
	.container .r {width: 100%;padding: 6px 10px 10px 10px;}
	body#userguide .stepFlex {display: block;}
	body#userguide .container .l {display: block; width: 100%;}
	body#userguide .container .r {width: 100%;padding: 6px 10px 10px 10px;}
	
	.courseList {display: block;}
	.courseList .courseGrid {margin-bottom: 20px;}
	.header__title {font-size: 22px; line-height: 24px;}
	.learndash-wrapper {margin: 0px 10px 0px;}
	.lessonList__itemA {font-size: 1.2rem;margin-bottom: 20px;}

	.Rbox .in .butT1 a {font-size: 18px;}
	.Rbox .in .butT1 a::before {right: 12px;}
	.Rbox .in {padding: 20px 10px 30px 10px;}
	footer .content {padding: 10px 10px 30px;}
}
@media only screen and (max-width: 520px) {
	.learndash-wrapper .wpProQuiz_content .wpProQuiz_text > div {
	display: block;}
	.learndash-wrapper .wpProQuiz_content .wpProQuiz_button {
	max-width: 500px;width: 100%;}

	.learndash-wrapper .ld-quiz-actions .quiz_continue_link {margin: 0;width: 100%;}
	.learndash-wrapper .wpProQuiz_content a#quiz_continue_link {display: flex;}

	.learndash-wrapper .ld-quiz-actions .quiz_continue_link, 
	.learndash-wrapper .ld-quiz-actions .wpProQuiz_button, 
	.learndash-wrapper .ld-quiz-actions input[type="button"]{width: 100%;}

}

