@charset "UTF-8";
 @import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500&display=swap&text=1234567890");
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
progress {
vertical-align: baseline;
}
template,
[hidden] {
display: none;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
outline-width: 0;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: inherit;
}
b,
strong {
font-weight: bolder;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background-color: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
button,
input,
select,
textarea {
font: inherit;
margin: 0;
}
optgroup {
font-weight: bold;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-input-placeholder {
color: inherit;
opacity: 0.54;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
html {
font-size: 62.5%;
}
html, body {
height: 100%;
}
body {
color: #333;
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.3rem;
font-weight: 500;
line-height: 1.7;
}
body.is-nav--active, body.is-load--active {
overflow: hidden;
position: fixed;
width: 100%;
}
@media screen and (min-width: 768px) {
body {
font-size: 1.6rem;
}
}
@media screen and (min-width: 1000px) {
body.is-nav--active {
overflow: visible;
}
}
a {
color: inherit;
text-decoration: none;
}
img {
vertical-align: bottom;
}
ul,
ol {
list-style: none;
margin: 0;
padding: 0;
}
button {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}
b,
strong {
font-weight: 700;
}
img {
height: auto;
width: 100%;
}
dl, dd {
margin: 0;
}
p {
margin: 0;
}
figure {
margin: 0;
}
i {
font-style: normal;
}
address {
font-style: normal;
}
.underline {
text-decoration: underline;
}
#wrap {
overflow: hidden;
display: flex;
flex-direction: column;
min-height: 100vh;
}
.inner {
padding: 0 15px;
}
@media screen and (min-width: 768px) {
.inner {
box-sizing: content-box;
margin: 0 auto;
padding: 0 24px;
max-width: 1000px;
}
}
@media screen and (min-width: 768px) {
a, button {
transition: opacity .4s ease;
}
a:hover, button:hover {
opacity: .6;
}
}
.top #header {
position: relative;
}
.is-nav--active .top #header {
z-index: 999;
}
.top #header .inner {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/main.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
height: 90vh;
max-height: 380px;
}
.top #header .inner::before {
background-color: rgba(0, 0, 0, 0.25);
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.top #header #logo {
line-height: 0;
margin: 40px auto 0;
order: 1;
z-index: 1;
}
.top #header #logo a {
display: inline-block;
text-align: center;
}
.top #header #logo img {
width: 66px;
}
.top #header #logo span {
color: #fff;
display: block;
font-size: 1rem;
font-weight: 700;
line-height: 1.4;
margin-top: 10px;
}
.top #header #lead {
color: #fff;
font-family: 'Noto Serif JP', serif;
font-size: 2.2rem;
font-weight: 500;
line-height: 1.5;
margin: 40px auto 0;
z-index: 1;
}
.top #header #lead span {
display: block;
text-align: center;
}
.top #header #lead b {
font-size: 2.7rem;
font-weight: 500;
}
.top #header #lead strong {
font-size: 4rem;
font-weight: 500;
}
.top #header #gnavi__toggle {
box-sizing: border-box;
display: block;
overflow: hidden;
position: absolute;
right: 11px;
top: 13px;
text-indent: 200%;
white-space: nowrap;
width: 44px;
height: 44px;
z-index: 1000;
}
.top #header #gnavi__toggle::before, .top #header #gnavi__toggle::after,
.top #header #gnavi__toggle span::before {
border-bottom: 2px solid #fff;
box-sizing: border-box;
content: '';
left: 50%;
margin-left: -12px;
top: 50%;
position: absolute;
width: 24px;
transition: .4s ease;
}
.top #header #gnavi__toggle::before {
margin-top: -9px;
}
.top #header #gnavi__toggle::after {
margin-top: 7px;
}
.top #header #gnavi__toggle span::before {
margin-top: -1px;
}
.top #header #gnavi__toggle.is-nav--active::before {
border-bottom-color: #333;
transform: translateY(9px) rotate(-45deg);
}
.top #header #gnavi__toggle.is-nav--active::after {
border-bottom-color: #333;
transform: translateY(-7px) rotate(45deg);
}
.top #header #gnavi__toggle.is-nav--active span::before {
opacity: 0;
}
.top #header #gnavi {
background-color: #fff;
box-sizing: border-box;
position: fixed;
bottom: 0;
left: 0;
right: 0;
top: 0;
overflow-x: hidden;
overflow-y: scroll;
opacity: 0;
padding-top: 60px;
visibility: hidden;
z-index: -999;
animation: bgOut 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: none;
scrollbar-width: none;
}
.top #header #gnavi::-webkit-scrollbar {
display: none;
}
.top #header #gnavi .index {
line-height: 1;
position: absolute;
left: 15px;
top: 18px;
}
.top #header #gnavi .index a {
display: flex;
align-items: center;
height: 35px;
}
.top #header #gnavi .index a img {
width: 56px;
}
.top #header #gnavi .index a::after {
content: 'オンライン・バイブル・カレッジ';
font-size: 1rem;
font-weight: 700;
margin-left: 18px;
}
.top #header #gnavi.is-nav--active {
opacity: 1;
visibility: visible;
z-index: 999;
animation: bgIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 forwards;
}
.top #header #gnavi.is-nav--active ul li {
animation: menuIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 1 forwards;
}
.top #header #gnavi.is-nav--active ul li:nth-child(1) {
animation-delay: 0.1s;
}
.top #header #gnavi.is-nav--active ul li:nth-child(2) {
animation-delay: 0.15s;
}
.top #header #gnavi.is-nav--active ul li:nth-child(3) {
animation-delay: 0.2s;
}
.top #header #gnavi.is-nav--active ul li:nth-child(4) {
animation-delay: 0.25s;
}
.top #header #gnavi.is-nav--active ul li:nth-child(5) {
animation-delay: 0.3s;
}
.top #header #gnavi.is-nav--active ul li:nth-child(6) {
animation-delay: 0.35s;
}
.top #header #gnavi.is-nav--active ul li:nth-child(7) {
animation-delay: 0.4s;
}
.top #header #gnavi.is-nav--active ul li:nth-child(8) {
animation-delay: 0.45s;
}
.top #header #gnavi ul {
padding: 20px 25px 60px;
}
.top #header #gnavi ul li {
border-bottom: 1px solid #efeeee;
position: relative;
opacity: 0;
text-align: left;
}
.top #header #gnavi ul li.btn {
border: none;
margin-top: 20px;
}
.top #header #gnavi ul li.btn a {
background-color: #9a0000;
border-radius: 100px;
box-sizing: border-box;
color: #fff;
padding: 16px 0;
text-align: center;
}
.top #header #gnavi ul a {
font-size: 1.4rem;
line-height: 1.4;
display: block;
text-decoration: none;
padding: 15px 0;
}
.top #header #gnavi ul a.disabled {
opacity: 0.5;
}
.top #header #gnavi ul a.disabled b {
font-size: 1.2rem;
font-weight: 500;
margin-left: 1em;
}
@media screen and (min-width: 768px) {
.top #header .inner {
height: 90vh;
max-height: 725px;
max-width: none;
text-align: center;
}
.top #header .inner::before {
background-color: rgba(0, 0, 0, 0.1);
}
.top #header #logo {
margin: 60px auto 0;
}
.top #header #logo img {
width: 117px;
}
.top #header #logo span {
font-size: 1.6rem;
margin-top: 16px;
}
.top #header #lead {
font-size: 4.7rem;
line-height: 1.4;
margin: 160px auto 0;
}
.top #header #lead b {
font-size: 5.9rem;
}
.top #header #lead strong {
font-size: 8.4rem;
}
}
@media screen and (min-width: 1000px) {
.top #header {
margin-bottom: 76px;
}
.is-nav--active .top #header {
z-index: auto;
}
.top #header #gnavi__toggle {
display: none;
}
.top #header #gnavi {
background-color: #fff;
border-bottom: 1px solid #f2f2f2;
position: absolute;
bottom: -76px;
top: auto;
overflow: hidden;
opacity: 1;
padding-top: 0;
visibility: visible;
z-index: 1;
height: 76px;
animation: none;
}
.top #header #gnavi .index {
display: none;
}
.top #header #gnavi.is-nav--active {
opacity: 1;
visibility: visible;
z-index: 1;
animation: none;
}
.top #header #gnavi.is-nav--active ul li {
animation: none;
}
.top #header #gnavi ul {
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
padding: 0;
height: 75px;
}
.top #header #gnavi ul li {
border-bottom: none;
margin: 0 10px;
opacity: 1;
text-align: center;
}
.top #header #gnavi ul li.btn {
margin-top: 0;
}
.top #header #gnavi ul li.btn a {
padding: 10px 0;
min-width: 162px;
}
.top #header #gnavi ul a {
font-size: 1.4rem;
padding: 10px;
}
.top #header #gnavi ul a.disabled b {
display: block;
margin-left: 0;
}
}
.sub #header {
position: relative;
}
.is-nav--active .sub #header {
z-index: 999;
}
.sub #header .inner {
border-bottom: 1px solid #f2f2f2;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
height: 70px;
position: relative;
}
.sub #header .inner::before {
background-color: #fff;
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
z-index: 1000;
}
.sub #header #logo {
line-height: 0;
margin: 0 auto 0 0;
z-index: 1000;
}
.sub #header #logo a {
display: flex;
align-items: center;
}
.sub #header #logo img {
width: 56px;
}
.sub #header #logo span {
display: block;
font-size: 1rem;
font-weight: 700;
line-height: 1.4;
margin-left: 18px;
text-align: left;
}
.sub #header #logo b {
display: none;
}
.sub #header #gnavi__toggle {
box-sizing: border-box;
display: block;
overflow: hidden;
position: absolute;
right: 11px;
top: 13px;
text-indent: 200%;
white-space: nowrap;
width: 44px;
height: 44px;
z-index: 1000;
}
.sub #header #gnavi__toggle::before, .sub #header #gnavi__toggle::after,
.sub #header #gnavi__toggle span::before {
border-bottom: 2px solid #333;
box-sizing: border-box;
content: '';
left: 50%;
margin-left: -12px;
top: 50%;
position: absolute;
width: 24px;
transition: .4s ease;
}
.sub #header #gnavi__toggle::before {
margin-top: -9px;
}
.sub #header #gnavi__toggle::after {
margin-top: 7px;
}
.sub #header #gnavi__toggle span::before {
margin-top: -1px;
}
.sub #header #gnavi__toggle.is-nav--active::before {
border-bottom-color: #333;
transform: translateY(9px) rotate(-45deg);
}
.sub #header #gnavi__toggle.is-nav--active::after {
border-bottom-color: #333;
transform: translateY(-7px) rotate(45deg);
}
.sub #header #gnavi__toggle.is-nav--active span::before {
opacity: 0;
}
.sub #header #gnavi {
background-color: #fff;
box-sizing: border-box;
position: fixed;
bottom: 0;
left: 0;
right: 0;
top: 0;
overflow-x: hidden;
overflow-y: scroll;
opacity: 0;
padding-top: 60px;
visibility: hidden;
z-index: -999;
animation: bgOut 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: none;
scrollbar-width: none;
}
.sub #header #gnavi::-webkit-scrollbar {
display: none;
}
.sub #header #gnavi.is-nav--active {
opacity: 1;
visibility: visible;
z-index: 999;
animation: bgIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 forwards;
}
.sub #header #gnavi.is-nav--active ul li {
animation: menuIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 1 forwards;
}
.sub #header #gnavi.is-nav--active ul li:nth-child(1) {
animation-delay: 0.1s;
}
.sub #header #gnavi.is-nav--active ul li:nth-child(2) {
animation-delay: 0.15s;
}
.sub #header #gnavi.is-nav--active ul li:nth-child(3) {
animation-delay: 0.2s;
}
.sub #header #gnavi.is-nav--active ul li:nth-child(4) {
animation-delay: 0.25s;
}
.sub #header #gnavi.is-nav--active ul li:nth-child(5) {
animation-delay: 0.3s;
}
.sub #header #gnavi.is-nav--active ul li:nth-child(6) {
animation-delay: 0.35s;
}
.sub #header #gnavi.is-nav--active ul li:nth-child(7) {
animation-delay: 0.4s;
}
.sub #header #gnavi.is-nav--active ul li:nth-child(8) {
animation-delay: 0.45s;
}
.sub #header #gnavi ul {
padding: 20px 25px 60px;
}
.sub #header #gnavi ul li {
border-bottom: 1px solid #efeeee;
position: relative;
opacity: 0;
text-align: left;
}
.sub #header #gnavi ul li.btn {
border: none;
margin-top: 20px;
}
.sub #header #gnavi ul li.btn a {
background-color: #9a0000;
border-radius: 100px;
box-sizing: border-box;
color: #fff;
padding: 16px 0;
text-align: center;
}
.sub #header #gnavi ul a {
font-size: 1.4rem;
line-height: 1.4;
display: block;
text-decoration: none;
padding: 15px 0;
}
.sub #header #gnavi ul a.disabled {
opacity: 0.5;
}
.sub #header #gnavi ul a.disabled b {
font-size: 1.2rem;
font-weight: 500;
margin-left: 1em;
}
@media screen and (min-width: 1000px) {
.sub #header .inner {
opacity: 1;
max-width: none;
}
}
@media screen and (min-width: 1200px) {
.is-nav--active .sub #header {
z-index: auto;
}
.sub #header .inner {
height: 76px;
position: relative;
}
.sub #header .inner::before {
display: none;
}
.sub #header #logo {
line-height: 0;
margin: 0;
position: absolute;
top: 19px;
left: 20px;
z-index: 1000;
}
.sub #header #logo img {
width: 64px;
}
.sub #header #logo span {
display: none;
font-size: 1.1rem;
margin-left: 11px;
}
.sub #header #logo b {
display: block;
font-size: 1rem;
margin-bottom: 6px;
}
.sub #header #gnavi__toggle {
display: none;
}
.sub #header #gnavi {
background-color: transparent;
overflow: hidden;
opacity: 1;
padding-top: 0;
position: relative;
visibility: visible;
z-index: 1;
animation: none;
}
.sub #header #gnavi.is-nav--active {
opacity: 1;
visibility: visible;
z-index: 1;
animation: none;
}
.sub #header #gnavi.is-nav--active ul li {
animation: none;
}
.sub #header #gnavi ul {
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
padding: 0;
height: 75px;
}
.sub #header #gnavi ul li {
border-bottom: none;
margin: 0 6px;
opacity: 1;
text-align: center;
}
.sub #header #gnavi ul li.btn {
margin-top: 0;
margin-left: 20px;
}
.sub #header #gnavi ul li.btn a {
padding: 9px 0;
min-width: 158px;
}
.sub #header #gnavi ul a {
font-size: 1.3rem;
padding: 10px;
}
.sub #header #gnavi ul a.disabled b {
display: block;
margin-left: 0;
}
}
@media screen and (min-width: 1500px) {
.sub #header #logo span {
display: block;
}
}
#footer {
background-color: #101010;
color: #fff;
margin-top: auto;
}
#footer .info {
background-color: #f4f3f3;
color: #333;
font-size: 1.2rem;
line-height: 2;
}
#footer .inner {
padding: 20px 15px;
}
#footer #flogo {
margin: 20px 0;
text-align: center;
}
#footer #flogo img {
max-width: 66px;
margin-bottom: 14px;
}
#footer #flogo span {
display: block;
font-size: 1rem;
}
#footer #flogo span b {
display: block;
margin-bottom: 3px;
}
#footer #flogo span strong {
display: block;
font-size: 1.1rem;
}
#footer #fnavi {
margin: 28px 0 40px;
}
#footer #fnavi ul {
display: flex;
flex-wrap: wrap;
}
#footer #fnavi ul li {
width: 50%;
}
#footer #fnavi ul a {
font-size: 1.2rem;
display: block;
padding: 6px 0;
}
#footer #copy {
font-size: 1rem;
margin: 8px 0;
text-align: center;
}
#footer #pagetop {
position: fixed;
bottom: 10px;
right: 10px;
z-index: 1;
opacity: 1;
visibility: visible;
transition: opacity .5s ease, visibility .5s ease;
}
#footer #pagetop a {
background-color: rgba(0, 0, 0, 0.75);
border-radius: 100px;
display: block;
overflow: hidden;
position: relative;
text-indent: 200%;
white-space: nowrap;
width: 44px;
height: 44px;
}
#footer #pagetop a::before {
border-color: #fff #fff transparent transparent;
border-style: solid;
border-width: 2px 2px 0 0;
box-sizing: border-box;
content: '';
display: block;
margin: -4px 0 0 -7px;
opacity: 0.75;
position: absolute;
left: 50%;
top: 50%;
width: 14px;
height: 14px;
transform: rotate(-45deg);
}
#footer #pagetop.hide {
opacity: 0;
visibility: hidden;
}
@media screen and (min-width: 768px) {
#footer #pagetop {
bottom: 20px;
right: 20px;
}
#footer #pagetop a {
width: 56px;
height: 56px;
}
}
@media screen and (min-width: 1000px) {
#footer .info {
font-size: 1.3rem;
}
#footer .info .inner {
padding-bottom: 34px;
padding-top: 34px;
}
#footer > .inner {
display: flex;
flex-wrap: wrap;
padding-bottom: 56px;
padding-top: 56px;
}
#footer #flogo {
margin: 16px 0 66px;
text-align: left;
}
#footer #flogo a {
display: flex;
align-items: center;
}
#footer #flogo img {
max-width: 82px;
margin: 0 18px 0 0;
}
#footer #flogo span {
font-size: 1.2rem;
}
#footer #flogo span b {
margin-bottom: 5px;
}
#footer #flogo span strong {
font-size: 1.3rem;
}
#footer #fnavi {
margin: 16px 0 52px auto;
width: 44%;
}
#footer #fnavi ul {
display: flex;
flex-wrap: wrap;
}
#footer #fnavi ul li {
box-sizing: border-box;
margin: 0 0 14px 0;
width: 43%;
}
#footer #fnavi ul li:nth-child(3n) {
width: auto;
}
#footer #fnavi ul a {
padding: 0;
}
#footer #copy {
margin: 0;
width: 100%;
}
}
.sub .heading {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/common/tit_bg.png);
background-position: center bottom;
background-repeat: no-repeat;
background-size: 30px auto;
font-family: 'Noto Serif JP', serif;
font-size: 2.2rem;
font-weight: 600;
line-height: 1.7;
margin: 0 0 40px;
padding-bottom: 22px;
position: relative;
text-align: center;
}
.sub .heading span {
display: block;
font-size: .6em;
margin: 0.5em 0;
opacity: .5;
}
.sub .tit {
font-family: 'Noto Serif JP', serif;
font-size: 1.8rem;
font-weight: 600;
line-height: 1.7;
margin: 0 0 24px;
}
.sub p {
line-height: 2;
margin-bottom: 26px;
}
.sub #breadcrumb {
display: none;
}
.sub #content {
padding: 48px 0;
}
.sub #content a:not([class]) {
color: #9a0000;
text-decoration: underline;
}
.sub #content ol:not([id]):not([class]) {
list-style: decimal;
}
.sub #content ul:not([id]):not([class]) {
list-style: disc;
}
.sub #content ol:not([id]):not([class]), .sub #content ul:not([id]):not([class]) {
margin: 0 0 1.5em 3em;
}
.sub .box:not(:last-child) {
margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
.sub .heading {
background-size: 44px auto;
font-size: 3.2rem;
margin: 0 0 70px;
padding-bottom: 34px;
}
.sub .tit {
font-size: 2.4rem;
margin: 0 0 60px;
text-align: center;
}
.sub p {
margin-bottom: 30px;
}
.sub #breadcrumb {
background-color: #f4f3f3;
display: block;
font-size: 1.1rem;
padding: 13px 0;
}
.sub #breadcrumb .inner {
max-width: 900px;
}
.sub #breadcrumb span:not(:last-child)::after {
content: '/';
margin: 0 0.7em;
}
.sub #content {
font-size: 1.5rem;
line-height: 1.8;
padding: 88px 0 136px;
}
.sub #content a:not([class]):hover {
text-decoration: none;
}
.sub #content .inner {
max-width: 900px;
}
.sub .box:not(:last-child) {
margin-bottom: 120px;
}
}
.sub .stretch {
margin: 0 -15px 15px;
position: relative;
}
.sub .stretch img {
width: 100%;
height: 240px;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.sub .stretch span {
color: #fff;
font-family: 'Noto Serif JP', serif;
font-size: 1.4rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.sub .stretch span b {
display: block;
font-size: 2.8rem;
}
.sub .decimal {
counter-reset: list_decimal;
}
.sub .decimal li {
display: flex;
margin-bottom: 6px;
}
.sub .decimal li::before {
counter-increment: list_decimal;
content: "(" counter(list_decimal) ")";
margin-right: 0.5em;
}
.sub .dlbox:not(:last-child) {
margin-bottom: 60px;
}
.sub .dlbox dt {
border-bottom: 1px solid #ececec;
font-family: 'Noto Serif JP', serif;
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 20px;
padding-bottom: 20px;
}
.sub .dlbox dd:not(:last-child) {
margin-bottom: 50px;
}
.sub .dlbox .tit {
display: block;
font-size: 1.8rem;
margin: 0;
text-align: left;
}
.sub .dlbox .img {
margin-bottom: 20px;
text-align: center;
}
.sub .dlbox .img img {
max-width: 100%;
width: auto;
}
.sub .dlbox .person .name {
font-family: 'Noto Serif JP', serif;
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 8px;
}
.sub .dlbox .person .position {
font-family: 'Noto Serif JP', serif;
font-size: 1.1rem;
font-weight: 500;
margin-bottom: 16px;
}
.sub .disc li {
color: #828282;
font-size: 1.2rem;
margin-bottom: 6px;
}
.sub .disc li::before {
color: #333;
content: "・";
font-size: 1.4rem;
margin-right: 0.5em;
}
.sub .disc li a {
font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
.sub .stretch {
margin: 0 -5vw 32px;
position: relative;
}
.sub .stretch img {
height: 540px;
}
.sub .stretch span {
font-size: 3rem;
}
.sub .stretch span b {
font-size: 5.6rem;
}
.sub .decimal li {
font-size: 1.3rem;
}
.sub .dlbox:not(:last-child) {
margin-bottom: 96px;
}
.sub .dlbox dt {
font-size: 2rem;
margin-bottom: 40px;
padding-bottom: 32px;
}
.sub .dlbox dd {
display: flex;
}
.sub .dlbox .tit {
font-size: 2rem;
}
.sub .dlbox .img {
flex-shrink: 0;
margin-bottom: 0;
margin-right: 44px;
text-align: left;
}
.sub .dlbox .person .name {
font-size: 2rem;
margin-bottom: 10px;
}
.sub .dlbox .person .position {
margin-bottom: 24px;
}
.sub .dlbox .person .profile {
font-size: 1.2rem;
}
.sub .disc {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.sub .disc li {
flex-shrink: 0;
margin-bottom: 14px;
width: 50%;
}
}
@media screen and (min-width: 1000px) {
.sub .stretch {
margin: 0 calc(-50vw + 450px) 32px;
}
.sub .stretch span b {
font-size: 7.2rem;
}
.sub .disc li {
width: 33.33333%;
}
}
.sub .wide {
margin: 0 -15px 15px;
position: relative;
}
.sub .wide img {
width: 100%;
height: 240px;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.sub .wide span {
color: #fff;
font-family: 'Noto Serif JP', serif;
font-size: 1.4rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.sub .wide span b {
display: block;
font-size: 2.8rem;
}
.sub .linkbox {
margin-bottom: 80px;
}
.sub .linkbox .tit {
text-align: center;
}
.sub .linkbox li:not(:last-child) {
border-bottom: 1px solid #e2e2e2;
}
.sub .linkbox li br {
display: none;
}
.sub .linkbox li .link {
background-color: #f4f3f3;
color: inherit;
display: block;
font-family: 'Noto Serif JP', serif;
font-size: 1.5rem;
line-height: 1.6;
padding: 1em;
text-align: center;
text-decoration: none;
}
.sub .list li:not(:last-child) {
margin-bottom: 48px;
}
.sub .list .img {
margin-bottom: 16px;
}
.sub .list .stit {
font-family: 'Noto Serif JP', serif;
font-size: 1.7rem;
font-weight: 600;
line-height: 1.7;
margin: 0 0 10px;
}
.sub .list p {
font-size: 1.5rem;
}
.sub .table {
display: block;
border-top: 1px solid #ececec;
border-collapse: collapse;
border-spacing: 0;
}
.sub .table tbody, .sub .table tr, .sub .table th, .sub .table td {
display: block;
}
.sub .table th {
font-size: 1.4rem;
padding: 20px 0 0;
text-align: left;
}
.sub .table td {
border-bottom: 1px solid #ececec;
padding: 20px 0;
}
.sub .days {
font-family: 'Noto Serif JP', serif;
font-size: 1.7em;
font-weight: 700;
line-height: 1;
}
.sub .notes {
display: block;
margin-top: 6px;
}
.sub .step {
margin: 20px 0 0;
}
.sub .step li:not(:last-child) {
padding-bottom: 18px;
position: relative;
}
.sub .step li:not(:last-child)::before {
border-right: 5px solid transparent;
border-top: 8px solid #333;
border-left: 5px solid transparent;
content: '';
position: absolute;
left: 1px;
bottom: 4px;
}
.sub .week {
margin: 20px 0 0;
}
.sub .week li:not(:last-child) {
margin-bottom: 18px;
}
.sub .week li .dot {
display: block;
margin-left: 0.8em;
position: relative;
width: 10px;
height: 10px;
}
.sub .week li .dot::before {
background-color: #333;
border-radius: 10px;
content: '';
position: absolute;
left: 50%;
top: 50%;
margin: -2px 0 0 -2px;
width: 4px;
height: 4px;
}
.sub .normal {
margin: 32px 0 3em;
}
.sub .list_of_contents dt {
margin-bottom: 6px;
}
.sub .list_of_contents dt:not(:first-child) {
margin-top: 30px;
}
.sub .list_of_contents dd {
display: flex;
font-size: 1.2rem;
margin-bottom: 4px;
}
.sub .list_of_contents dd span {
flex-shrink: 0;
margin-right: 1em;
}
.sub .list_of_contents dd.desc {
margin-bottom: 1em;
}
.sub .fee {
text-align: center;
margin: 1em 0;
}
.sub .fee .price {
font-family: 'Noto Serif JP', serif;
font-size: 2rem;
}
.sub .fee .price b {
font-size: 3rem;
}
.sub .fee span {
font-size: 1.4rem;
display: block;
margin-bottom: 1em;
}
.sub .fee .btn {
background-color: #9a0000;
border-radius: 100px;
box-sizing: border-box;
color: #fff;
display: inline-block;
font-family: 'Noto Serif JP', serif;
font-size: 1.8rem;
padding: .6em 3em;
text-align: center;
}
.sub .movielist {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(min(100%,280px), 1fr));
gap: 1.5em;
margin: 0 0 20px;
}
.sub .movielist .caption {
line-height: 1.4;
margin-top: 1em;
text-align: center;
}
.sub .movielist .movie {
height: 0;
overflow: hidden;
padding: 0 0 56.25%;
position: relative;
}
.sub .movielist .movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (min-width: 768px) {
.sub .wide {
margin: 0 -100px 32px;
position: relative;
}
.sub .wide img {
height: 540px;
}
.sub .wide span {
font-size: 3rem;
}
.sub .wide span b {
font-size: 7.2rem;
}
.sub .linkbox {
margin-bottom: 100px;
}
.sub .linkbox .tit {
margin-bottom: 32px;
}
.sub .linkbox ul {
display: flex;
}
.sub .linkbox li {
display: flex;
width: calc(100% / 3);
}
.sub .linkbox li:not(:last-child) {
border-bottom: none;
border-right: 1px solid #e2e2e2;
}
.sub .linkbox li br {
display: block;
}
.sub .linkbox li .link {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.sub .list li {
display: flex;
}
.sub .list li:not(:last-child) {
margin-bottom: 48px;
}
.sub .list .img {
flex-shrink: 0;
margin: 0 44px 0 0;
width: 360px;
}
.sub .list .stit {
font-size: 2rem;
margin: 12px 0 20px;
}
.sub .list p {
margin-bottom: 0;
}
.sub .list + .table {
margin-top: 48px;
}
.sub .table {
display: table;
border-top: 1px solid #ececec;
width: 100%;
}
.sub .table tbody {
display: table-row-group;
}
.sub .table tr {
display: table-row;
}
.sub .table th {
border-bottom: 1px solid #ececec;
box-sizing: border-box;
display: table-cell;
padding: 32px 0;
text-align: left;
vertical-align: top;
min-width: 144px;
}
.sub .table td {
box-sizing: border-box;
display: table-cell;
font-size: 1.4rem;
padding: 32px 0;
}
.sub .days {
font-size: 2.4rem;
}
.sub .notes {
display: inline;
margin: 0 0 0 1em;
}
.sub .step {
font-size: 1.3rem;
margin: 32px 0 0;
}
.sub .week {
font-size: 1.3rem;
margin: 32px 0 0;
}
.sub .movielist {
margin: 80px 0 40px;
}
}
.sub .books {
margin-bottom: 20px;
}
.sub .books dt {
border-bottom: 1px solid #ececec;
font-family: 'Noto Serif JP', serif;
font-size: 1.8rem;
font-weight: 600;
margin-bottom: 20px;
padding-bottom: 20px;
}
.sub .books .tit {
display: block;
font-size: 1.8rem;
margin: 0;
text-align: left;
}
.sub .books .books_list li {
background-color: #f4f3f3;
box-sizing: border-box;
margin-bottom: 10px;
}
.sub .books .books_list li > a {
color: inherit !important;
display: block;
padding: 40px 27px;
text-decoration: none !important;
}
.sub .books .books_list li .book {
margin-bottom: 48px;
text-align: center;
}
.sub .books .books_list li .book img {
box-shadow: 0 26px 40px -15px rgba(0, 0, 0, 0.28);
max-width: 146px;
}
.sub .books .books_list li .logo-amazon {
color: #7f7f7f;
font-size: 1.2rem;
margin-bottom: 10px;
}
.sub .books .books_list li .logo-amazon img {
max-width: 56px;
}
.sub .books .books_list li .stit {
font-size: 1.3rem;
font-weight: 700;
line-height: 2;
margin-bottom: 6px;
}
.sub .books .books_list li .author {
font-size: 1rem;
}
.sub .books_comments {
margin-bottom: 60px;
}
.sub .books_comments .stit {
font-size: 1.7rem;
font-weight: 700;
margin-bottom: 16px;
}
.sub .books_comments .stit strong {
color: #9a0000;
font-family: 'Noto Serif JP', serif;
font-size: 2.4rem;
font-weight: 600;
line-height: 1;
margin-left: 0.1em;
}
.sub .books_comments .stit strong b {
font-size: 3.2rem;
font-weight: 600;
}
.sub .books_comments .annotation {
font-size: 1.2rem;
}
.sub .media_list li:not(:last-child) {
margin-bottom: 48px;
}
.sub .media_list a {
color: inherit !important;
display: block;
text-decoration: none !important;
}
.sub .media_list .img {
margin-bottom: 16px;
}
.sub .media_list .stit {
font-size: 1.8rem;
font-weight: 600;
line-height: 1.7;
margin: 0 0 6px;
}
.sub .media_list .sstit {
font-size: 1.4rem;
font-weight: 600;
line-height: 1.7;
margin: 0 0 12px;
}
.sub .media_list .sstit span {
padding-right: 16px;
position: relative;
}
.sub .media_list .sstit span::before {
border: 1px solid #666;
box-sizing: border-box;
content: '';
position: absolute;
right: 2px;
top: 6px;
width: 7px;
height: 6px;
}
.sub .media_list .sstit span::after {
border-top: 1px solid #666;
border-right: 1px solid #666;
box-sizing: border-box;
content: '';
position: absolute;
right: 0;
top: 4px;
width: 7px;
height: 6px;
}
.sub .media_list p {
font-size: 1.2rem;
}
.sub .twitter .twitter-logo {
margin-bottom: 16px;
}
.sub .twitter .twitter-logo a {
background-image: linear-gradient(to bottom right, #68e0cf, #209cff, #725ce0);
border-radius: 100px;
box-sizing: border-box;
color: inherit !important;
text-decoration: none !important;
display: block;
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
margin: 0 auto;
padding: 1px;
width: 58px;
height: 58px;
}
.sub .twitter .twitter-logo a::before {
background-color: #fff;
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/media/twitter.svg);
background-position: center center;
background-repeat: no-repeat;
border-radius: 100px;
content: '';
display: block;
width: 100%;
height: 100%;
}
.sub .twitter .account a {
color: inherit !important;
text-decoration: none !important;
}
.sub .twitter .account .name {
font-size: 1.4rem;
margin-bottom: 6px;
}
.sub .twitter .account .user {
margin-bottom: 10px;
}
.sub .twitter .account .user span {
display: block;
font-size: 1.2rem;
margin-bottom: 8px;
}
.sub .twitter .account .user-description {
font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
.sub .books {
margin-bottom: 30px;
}
.sub .books dt {
font-size: 2rem;
margin-bottom: 40px;
padding-bottom: 32px;
}
.sub .books .tit {
font-size: 2rem;
}
.sub .books .books_list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.sub .books .books_list li {
width: 32.2222%;
}
.sub .books_comments {
margin-bottom: 80px;
}
.sub .books_comments .stit {
font-size: 1.8rem;
margin-bottom: 40px;
text-align: center;
}
.sub .books_comments .stit strong {
font-size: 2.8rem;
}
.sub .books_comments .stit strong b {
font-size: 4.4rem;
}
.sub .media_list a {
display: flex;
}
.sub .media_list .img {
flex-shrink: 0;
margin-bottom: 0;
margin-right: 5.3333%;
max-width: 450px;
width: 50%;
}
.sub .media_list .img img {
max-width: 450px;
}
.sub .media_list .txt {
padding-top: 2px;
}
.sub .media_list .stit {
font-size: 2.8rem;
}
.sub .media_list .sstit {
font-size: 1.5rem;
margin: 0 0 20px;
}
.sub .media_list p {
line-height: 2;
margin-bottom: 0;
}
.sub .twitter .twitter-logo {
margin-bottom: 30px;
}
.sub .twitter .account {
text-align: center;
}
.sub .twitter .account .name {
margin-bottom: 14px;
}
.sub .twitter .account .user {
display: flex;
justify-content: center;
margin-bottom: 20px;
}
.sub .twitter .account .user span {
margin-bottom: 0;
margin-right: 16px;
}
}
.sub .scroll-box {
border: 4px solid #ececec;
box-sizing: border-box;
height: 240px;
font-size: 1.3rem;
overflow-x: hidden;
overflow-y: scroll;
padding: 26px;
}
@media screen and (min-width: 768px) {
.sub .scroll-box {
margin: 40px 0 0;
}
}
.sub #blog-list li {
border-bottom: 1px solid #ececec;
font-size: 1.4rem;
padding: 25px 0;
}
.sub #blog-list .entry-cat {
margin-bottom: 10px;
}
.sub #blog-list .entry-cat a {
color: #333;
opacity: .6;
text-decoration: none;
}
.sub #blog-list .entry-title a {
color: #333;
text-decoration: none;
}
@media screen and (min-width: 768px) {
.sub #blog-list li {
display: flex;
padding: 35px 0;
}
.sub #blog-list .entry-cat {
margin-bottom: 0;
width: 108px;
}
}
.sub.single #content .heading {
font-size: 2rem;
}
.sub.single #content .single-cat {
font-size: 1.2rem;
margin-bottom: 32px;
}
.sub.single #content .single-cat a {
color: inherit;
text-decoration: none;
}
.sub.single #content embed, .sub.single #content iframe, .sub.single #content object {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.sub.single #content .heading {
font-size: 2.8rem;
}
}
@media screen and (max-width: 767px) {
.sub.single #content .movie {
height: 0;
overflow: hidden;
padding: 0 0 56.25%;
position: relative;
}
.sub.single #content .movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
@media screen and (min-width: 768px) {
.sub .table.law th {
min-width: 320px;
}
}
.privacy-policy p {
margin-bottom: 16px;
}
.widget_search {
margin: 20px auto;
max-width: 370px;
}
.widget_search .search-form {
position: relative;
}
.widget_search .search-form > label {
position: relative;
}
.widget_search .search-form .search-field {
background-color: #fafafa;
border: 1px solid #eaeaea;
border-radius: 2px;
box-sizing: border-box;
outline: 0;
padding: 0 45px 0 15px;
height: 50px;
line-height: 50px;
width: 100%;
}
.widget_search .search-form input[type=submit] {
background-color: transparent;
border: none;
border-radius: 2px;
padding: 13px 20px;
position: absolute;
top: 0;
right: 0;
min-width: 0;
width: 45px;
height: 50px;
overflow: hidden;
text-indent: 1000%;
white-space: nowrap;
z-index: 2;
}
.widget_search .search-form::before {
border: 2px solid #333;
border-radius: 100px;
box-sizing: border-box;
content: '';
position: absolute;
top: 17px;
right: 23px;
width: 13px;
height: 13px;
z-index: 1;
}
.widget_search .search-form::after {
background-color: #333;
border-radius: 2px;
content: '';
position: absolute;
top: 26px;
right: 22px;
width: 2px;
height: 8px;
transform: rotate(-45deg);
}
.widget_search .screen-reader-text {
border: 0;
height: 1px;
margin: -1px;
overflow: hidden;
text-indent: 1000%;
white-space: nowrap;
padding: 0;
position: absolute;
width: 1px;
}
@media screen and (min-width: 768px) {
.widget_search {
margin: 72px auto;
}
}
.sub #search-list li {
border-bottom: 1px solid #ececec;
padding: 25px 0;
}
.sub #search-list .entry-title {
font-size: 1.8rem;
margin-bottom: 10px;
}
.sub #search-list .entry-title a {
color: #333;
text-decoration: none;
}
.sub #search-list .entry-content {
font-size: 1.4rem;
line-height: 2;
margin-bottom: 12px;
}
.sub #search-list .read-more {
text-align: right;
font-size: 1.2rem;
}
.sub #search-list .read-more a {
text-decoration: none;
}
@media screen and (min-width: 768px) {
.sub #search-list li {
padding: 35px 0;
}
}
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-sizing: border-box;
padding: 0;
border: none;
outline: none;
background: transparent;
}
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button, select {
text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled], html input[disabled] {
cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type=checkbox], input[type=radio] {
box-sizing: border-box;
padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height: auto;
}
input[type=search] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
#comments .submit, .search .search-submit {
padding: 10px 15px;
border-radius: 2px;
line-height: 1.85714285714286;
border: 0;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #eaeaea;
margin: 0;
padding: .35em .625em .75em;
}
legend {
border: 0;
padding: 0;
}
fieldset legend {
margin-bottom: 1.5em;
padding: 0 .5em;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: 700;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td, th {
padding: 0;
}
button, input {
line-height: normal;
}
input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 2px;
-webkit-appearance: none;
}
input[type=email]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
color: #111;
}
textarea {
padding-left: 3px;
width: 100%;
}
input, select {
line-height: 1;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
color: #666;
padding: .75em;
height: auto;
border-width: 1px;
border-style: solid;
border-color: #eaeaea;
border-radius: 2px;
background: #fafafa;
box-shadow: none;
box-sizing: border-box;
transition: all .2s linear;
}
input[type=email]:focus, input[type=password]:focus, input[type=reset]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
background-color: #fff;
border-color: #eaeaea;
box-shadow: none;
}
input[type=button], input[type=button]:focus, input[type=button]:hover, input[type=reset], input[type=reset]:focus, input[type=reset]:hover, input[type=submit], input[type=submit]:focus, input[type=submit]:hover {
box-shadow: none;
}
textarea {
width: 100%;
}
input[type=search]:focus {
outline: thin dotted;
}
input[type=range] {
-webkit-appearance: none;
width: 100%;
margin: 5.7px 0;
padding: 0;
border: none;
}
input[type=range]:focus {
outline: 0;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 8.6px;
cursor: pointer;
box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
background: rgba(255, 255, 255, 0.2);
border-radius: 13.6px;
border: 0 solid #fff;
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 0 0 0 rgba(255, 221, 0, 0.37), 0 0 0 rgba(255, 224, 26, 0.37);
border: 7.9px solid #0274be;
height: 20px;
width: 20px;
border-radius: 50px;
background: #0274be;
cursor: pointer;
-webkit-appearance: none;
margin-top: -5.7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: rgba(255, 255, 255, 0.2);
}
input[type=range]::-moz-range-track {
width: 100%;
height: 8.6px;
cursor: pointer;
box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
background: rgba(255, 255, 255, 0.2);
border-radius: 13.6px;
border: 0 solid #fff;
}
input[type=range]::-moz-range-thumb {
box-shadow: 0 0 0 rgba(255, 221, 0, 0.37), 0 0 0 rgba(255, 224, 26, 0.37);
border: 7.9px solid #0274be;
height: 20px;
width: 20px;
border-radius: 50px;
background: #0274be;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 100%;
height: 8.6px;
cursor: pointer;
background: 0 0;
border-color: transparent;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: rgba(199, 199, 199, 0.2);
border: 0 solid #fff;
border-radius: 27.2px;
box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
}
input[type=range]::-ms-fill-upper {
background: rgba(255, 255, 255, 0.2);
border: 0 solid #fff;
border-radius: 27.2px;
box-shadow: 2.6px 2.6px .4px #ccc, 0 0 2.6px #d9d9d9;
}
input[type=range]::-ms-thumb {
box-shadow: 0 0 0 rgba(255, 221, 0, 0.37), 0 0 0 rgba(255, 224, 26, 0.37);
border: 7.9px solid #0274be;
height: 20px;
width: 20px;
border-radius: 50px;
background: #0274be;
cursor: pointer;
height: 8.6px;
}
input[type=range]:focus::-ms-fill-lower {
background: rgba(255, 255, 255, 0.2);
}
input[type=range]:focus::-ms-fill-upper {
background: rgba(255, 255, 255, 0.2);
}
input[type=color] {
border: none;
width: 100px;
padding: 0;
height: 30px;
cursor: pointer;
}
input[type=color]::-webkit-color-swatch-wrapper {
padding: 0;
border: none;
}
input[type=color]::-webkit-color-swatch {
border: none;
}
input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="reset"]:focus, input[type="search"]:focus, textarea:focus {
border-color: #0274be;
}
input[type="radio"]:checked, input[type=reset], input[type="checkbox"]:checked, input[type="checkbox"]:hover:checked, input[type="checkbox"]:focus:checked, input[type=range]::-webkit-slider-thumb {
border-color: #0274be;
background-color: #0274be;
box-shadow: none;
}
.menu-toggle, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
box-sizing: border-box;
border: none;
background-color: #9a0000;
border-radius: 100px;
color: #fff;
display: block;
padding: 15px 30px;
font-family: inherit;
font-weight: inherit;
min-width: 180px;
margin: 0 auto;
transition: opacity .4s ease;
}
.menu-toggle:hover, .ast-button:hover, .ast-custom-button:hover .button:hover, input[type=reset]:hover, input[type=reset]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
opacity: .6;
} #content .ur-frontend-form input[type=submit] {
float: none;
}
#content .user-registration ol:not([id]):not([class]), #content .user-registration ul:not([id]):not([class]) {
list-style: none;
margin: 0;
}
#content .ur-submit-button {
min-width: 160px;
border-radius: 100px;
background-color: #9a0000 !important;
margin: 24px auto;
}
@media screen and (min-width: 768px) {
#content .ur-frontend-form input[type=submit] {
float: right;
}
}
@media screen and (max-width: 767px) {
#content .ur-frontend-form {
padding: 10px;
}
} .wpcf7 form {
position: relative;
}
.wpcf7 form > div, .wpcf7 form > p {
margin-bottom: 1.2em;
}
.wpcf7 .wpcf7-form-control-wrap {
width: 100%;
display: block;
margin-top: 10px;
}
.wpcf7 input:not([type=submit]):focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
background: #fff;
border-color: #eaeaea;
outline: 0;
box-shadow: none;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
width: 100%;
padding: 0.75em;
}
.wpcf7 input[type=file] {
color: #666;
height: auto;
border-width: 1px;
border-style: solid;
border-color: #eaeaea;
border-radius: 2px;
background: #fafafa;
box-shadow: none;
box-sizing: border-box;
transition: all 0.2s linear;
}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
display: inline-block;
background: #e9eef2;
color: #555;
clear: none;
cursor: pointer;
line-height: 0;
height: 1.2em;
margin: -3px 4px 0 0;
outline: 0;
padding: 0;
border-radius: .2em;
text-align: center;
vertical-align: middle;
width: 1.4em;
min-width: 1.4em;
transition: all 0.2s linear;
}
.wpcf7 .wpcf7-validation-errors {
border-color: red;
}
.wpcf7-mail-sent-ok {
display: none !important;
}
div.wpcf7 .ajax-loader {
display: none !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
display: none !important;
} #content .learndash-wrapper .ld-button {
border-radius: 100px;
margin: 24px auto;
padding: 16px 24px;
}
#learndash-tooltips {
overflow: hidden;
}
.top .heading {
background-position: center bottom;
background-repeat: no-repeat;
background-size: 35px auto;
font-family: 'Noto Serif JP', serif;
font-size: 1.3rem;
font-weight: 600;
line-height: 1.7;
margin: 0 0 30px;
padding-bottom: 27px;
position: relative;
text-align: center;
}
.top .heading span {
display: block;
}
.top .heading b {
font-size: 1.6rem;
font-weight: 600;
}
.top .heading strong {
font-size: 1.8rem;
font-weight: 600;
}
.top .heading strong b {
font-size: 2.2rem;
font-weight: 600;
}
.top .heading::before {
color: inherit;
content: '';
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-family: 'Montserrat', sans-serif;
font-size: 4.5rem;
font-weight: 500;
line-height: 1.25;
position: absolute;
bottom: 27px;
right: -15px;
left: -15px;
top: 0;
}
.top p {
line-height: 2;
margin-bottom: 26px;
}
@media screen and (min-width: 768px) {
.top .heading {
background-size: 68px auto;
font-size: 2.6rem;
line-height: 2;
margin: 0 0 36px;
padding-bottom: 44px;
}
.top .heading b {
font-size: 3.2rem;
}
.top .heading strong {
font-size: 3.2rem;
}
.top .heading strong b {
font-size: 3.2rem;
}
.top .heading::before {
font-size: 9rem;
line-height: 1.25;
bottom: 40px;
}
.top .heading br {
display: none;
}
.top p {
margin-bottom: 30px;
}
}
#introduction { }
#introduction .inner {
padding-bottom: 50px;
padding-top: 50px;
}
#introduction .box {
margin-right: -15px;
position: relative;
}
#introduction .box .tit {
font-family: 'Noto Serif JP', serif;
font-size: 1.9rem;
font-weight: 500;
line-height: 1.8;
letter-spacing: 0.05em;
margin: 0;
position: absolute;
top: 10px;
left: 0;
z-index: 1;
}
#introduction .box .tit span {
display: block;
}
#introduction .box .tit span b {
font-size: 2.2rem;
font-weight: 500;
}
#introduction .box .tit i {
display: flex;
align-items: center;
font-size: 1.6rem;
position: relative;
margin-top: 1.3em;
}
#introduction .box .tit i::before {
border-top: 1px solid #000;
content: '';
margin-right: 0.75em;
width: 2.5em;
}
#introduction .box .img {
height: 182px;
position: relative;
left: 56px;
}
#introduction .box .img img {
object-fit: cover;
object-position: 0 20%;
width: 100%;
height: 100%;
font-family: "object-fit: cover; object-position: 0 0;";
}
#introduction .box .img::after {
background-color: #f4f3f3;
content: '';
position: absolute;
left: -82px;
bottom: -56px;
width: 98px;
height: 98px;
}
#introduction .txt {
margin-top: 2em;
position: relative;
}
@media screen and (min-width: 768px) {
#introduction { }
#introduction .inner {
padding-bottom: 60px;
padding-top: 80px;
}
#introduction .box .tit {
font-size: 2.6rem;
line-height: 2.2;
top: 5.2083vw;
}
#introduction .box .tit span b {
font-size: 3.5rem;
}
#introduction .box .tit i {
font-size: 2.5rem;
}
#introduction .box .img {
width: 104.166vw;
height: 52.083vw;
max-height: 520px;
left: 114px;
}
#introduction .box .img::after {
left: -19.41666vw;
bottom: -15.08333vw;
width: 23.333vw;
height: 23.333vw;
}
#introduction .txt p {
margin: 0 auto;
max-width: 840px;
}
}
@media screen and (min-width: 1200px) {
#introduction { }
#introduction .inner {
padding-bottom: 100px;
padding-top: 100px;
}
#introduction .box .tit {
font-size: 3.5rem;
top: 120px;
left: -12px;
}
#introduction .box .tit span b {
font-size: 4rem;
}
#introduction .box .tit i {
font-size: 2.9rem;
}
#introduction .box .img {
width: 1165px;
height: 520px;
left: 135px;
}
#introduction .box .img::after {
left: -233px;
bottom: -181px;
width: 280px;
height: 280px;
}
}
#precept .inner {
padding-bottom: 20px;
padding-top: 20px;
}
#precept .heading {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/common/tit_bg.png);
}
#precept .heading::before {
content: 'ONLINE BIBLE COLLEGE';
font-size: 4rem;
opacity: 0.05;
}
#precept .graph {
margin-bottom: 26px;
}
#precept .graph figcaption {
color: #958876;
font-family: 'Noto Serif JP', serif;
font-size: 1.4rem;
font-weight: 600;
margin-bottom: 1em;
text-align: center;
}
#precept .box01 {
margin-bottom: 40px;
}
#precept .box01 .img {
height: 276px;
margin-bottom: 80px;
margin-top: 66px;
position: relative;
right: 42px;
}
#precept .box01 .img::before {
background-color: #f1f1f1;
content: '';
position: absolute;
right: 103px;
top: -28px;
width: 100%;
height: 100%;
}
#precept .box01 .img::after {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/txt.svg);
background-position: center top;
background-repeat: no-repeat;
background-size: 100% auto;
content: '';
position: absolute;
bottom: -63px;
right: -46px;
width: 176px;
height: 87px;
z-index: 1;
}
#precept .box01 .img img {
object-fit: cover;
object-position: 0 20%;
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}
#precept .box02 {
margin-bottom: 40px;
}
#precept .box02 .img {
height: 286px;
margin-bottom: 56px;
position: relative;
left: 32px;
}
#precept .box02 .img::before {
background-color: #f1f1f1;
content: '';
position: absolute;
bottom: -24px;
right: -42px;
width: 100%;
height: 100%;
}
#precept .box02 .img img {
object-fit: cover;
object-position: 0 10%;
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}
#precept .box03 .img {
height: 286px;
margin-bottom: 56px;
position: relative;
right: 32px;
}
#precept .box03 .img::before {
background-color: #f1f1f1;
content: '';
position: absolute;
bottom: -24px;
right: 103px;
width: 100%;
height: 100%;
}
#precept .box03 .img img {
object-fit: cover;
object-position: 0 0;
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}
#precept .tit {
font-family: 'Noto Serif JP', serif;
font-size: 1.7rem;
font-weight: 600;
line-height: 1.8;
margin-bottom: 20px;
}
#precept .tit br {
display: none;
}
#precept #pop-btn {
background-color: #333;
color: #fff;
display: flex;
font-size: 1.4rem;
padding: 1em 1.5em;
margin: 28px 0 28px auto;
}
#precept #pop-btn b {
display: flex;
align-items: center;
gap: .5em;
font-weight: 500;
}
#precept #pop-btn b::after {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/icon_popup.svg);
background-position: center;
background-repeat: no-repeat;
content: '';
display: block;
width: 14px;
height: 13px;
}
@media screen and (min-width: 768px) {
#precept .inner {
padding-bottom: 60px;
padding-top: 60px;
}
#precept .heading {
font-size: 2.2rem;
margin: 0 0 13.02vw;
}
#precept .heading b {
font-size: 2.8rem;
}
#precept .heading strong {
font-size: 2.6rem;
}
#precept .heading strong b {
font-size: 3.4rem;
}
#precept .heading::before {
font-size: 8rem;
}
#precept .graph figcaption {
font-size: 1.8rem;
}
#precept .box01 {
margin-bottom: 13.02vw;
}
#precept .box01 .img {
height: 52.083vw;
}
#precept .box02 .img {
height: 52.083vw;
}
#precept .box03 .img {
height: 52.083vw;
}
#precept .tit {
font-size: 3.1rem;
line-height: 1.7;
margin-bottom: 40px;
}
#precept .tit br {
display: block;
}
#precept #pop-btn {
font-size: 1.5rem;
}
}
@media screen and (min-width: 1200px) {
#precept .inner {
padding-bottom: 84px;
padding-top: 100px;
}
#precept .heading {
margin: 0 0 192px;
}
#precept .box01 {
display: flex;
margin-bottom: 100px;
position: relative;
}
#precept .box01 .img {
margin-bottom: 0;
margin-top: 0;
right: auto;
left: 50%;
margin-left: -932px;
width: 776px;
height: 810px;
}
#precept .box01 .img::before {
right: 300px;
top: -80px;
}
#precept .box01 .img::after {
bottom: auto;
right: -306px;
top: -60px;
width: 398px;
height: 197px;
}
#precept .box01 .txt {
margin: 110px 0 0 auto;
width: 56%;
}
#precept .box02 {
display: flex;
flex-direction: row-reverse;
margin-bottom: 100px;
position: relative;
}
#precept .box02 .img {
margin-bottom: 0;
position: absolute;
top: 72px;
left: 50%;
margin-left: 155px;
width: 550px;
height: 574px;
}
#precept .box02 .img::before {
bottom: -44px;
right: -80px;
}
#precept .box02 .txt {
margin: 0 auto 0 0;
width: 56%;
}
#precept .box03 {
display: flex;
position: relative;
}
#precept .box03 .img {
margin-bottom: 0;
position: absolute;
top: 40px;
right: auto;
left: 50%;
margin-left: -736px;
width: 550px;
height: 574px;
}
#precept .box03 .img::before {
bottom: -44px;
left: -80px;
}
#precept .box03 .txt {
margin: 0 0 0 auto;
width: 56%;
}
}
#purpose {
background-color: #f4f3f3;
}
#purpose .inner {
padding-bottom: 20px;
padding-top: 50px;
}
#purpose .heading {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/common/tit_bg.png);
}
#purpose .heading::before {
content: 'PURPOSE';
opacity: 0.05;
}
#purpose .comparison .left,
#purpose .comparison .right {
margin-bottom: 32px;
}
#purpose .comparison .left .tit::before {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/img01.png);
left: 10px;
top: -2px;
width: 30px;
height: 72px;
}
#purpose .comparison .left li {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/icon_check.svg);
background-position: left 3px;
background-size: 17px auto;
}
#purpose .comparison .right .tit::before {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/img02.png);
left: 10px;
top: 14px;
width: 36px;
height: 57px;
}
#purpose .comparison .right li {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/icon_check_off.svg);
background-position: left 3px;
background-size: 15px auto;
}
#purpose .comparison .tit {
border-bottom: 1px solid #dfdede;
font-size: 1.6rem;
margin-bottom: 20px;
padding: 34px 0 20px 64px;
position: relative;
}
#purpose .comparison .tit::before {
background-position: left top;
background-repeat: no-repeat;
background-size: 100% auto;
content: '';
display: block;
position: absolute;
}
#purpose .comparison .list li {
background-repeat: no-repeat;
font-size: 1.2rem;
line-height: 1.7;
margin-bottom: 10px;
padding-left: 24px;
}
@media screen and (min-width: 768px) {
#purpose {
background-color: #f4f3f3;
}
#purpose .inner {
padding-bottom: 50px;
padding-top: 100px;
max-width: 920px;
}
#purpose .txt {
margin: 0 auto 96px;
max-width: 800px;
}
#purpose .comparison {
display: flex;
}
#purpose .comparison .left,
#purpose .comparison .right {
box-sizing: border-box;
width: 50%;
}
#purpose .comparison .left {
border-right: 1px solid #dfdede;
}
#purpose .comparison .left .tit {
padding-left: 39.565%;
}
#purpose .comparison .left .tit::before {
left: 23.478%;
top: -32px;
width: 48px;
height: 117px;
}
#purpose .comparison .left li {
background-position: left 4px;
background-size: 20px auto;
}
#purpose .comparison .right .tit {
padding-left: 27.391%;
}
#purpose .comparison .right .tit::before {
left: 10.434%;
top: -2px;
width: 52px;
height: 82px;
}
#purpose .comparison .right li {
background-position: left 4px;
background-size: 18px auto;
}
#purpose .comparison dd {
padding: 33px 25px 10px 25px;
}
#purpose .comparison .tit {
font-size: 1.8rem;
margin-bottom: 0;
padding: 26px 0 36px;
}
#purpose .comparison .list li {
font-size: 1.5rem;
line-height: 1.7;
margin-bottom: 26px;
padding-left: 30px;
}
}
@media screen and (min-width: 1000px) {
#purpose .comparison dd {
padding: 48px 40px 10px 40px;
}
#purpose .comparison .left dd {
padding-left: 20px;
padding-right: 60px;
}
#purpose .comparison .right dd {
padding-left: 60px;
padding-right: 20px;
}
#purpose .comparison .tit {
font-size: 2rem;
}
}
#feature {
background-color: #000;
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/bg01.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
#feature .inner {
padding-bottom: 50px;
padding-top: 50px;
}
#feature .heading {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/common/tit_bg_w.png);
color: #fff;
}
#feature .heading::before {
content: 'FEATURE';
opacity: 0.15;
}
#feature .txt {
color: #fff;
}
#feature .btn a {
background-color: #fff;
border-radius: 100px;
color: #333;
display: block;
font-size: 1.5rem;
margin: 0 auto;
padding: 15px 0;
position: relative;
text-align: center;
width: 94%;
}
#feature .btn a::before {
border-color: transparent #333 #333 transparent;
border-style: solid;
border-width: 0 2px 2px 0;
box-sizing: border-box;
content: '';
display: block;
margin: -6px 0 0 0;
opacity: 0.75;
position: absolute;
right: 22px;
top: 50%;
width: 12px;
height: 12px;
transform: rotate(-45deg);
}
#feature .btn a.disabled {
opacity: 0.5;
}
#feature .btn a.disabled::before {
display: none;
}
@media screen and (min-width: 768px) {
#feature .inner {
padding-bottom: 110px;
padding-top: 120px;
}
#feature .txt {
margin: 0 auto;
max-width: 800px;
}
#feature .txt p {
margin-bottom: 56px;
}
#feature .btn a {
max-width: 296px;
}
#feature .btn a::before {
right: 33px;
}
}
#bilble {
background-color: #252220;
}
#bilble .inner {
padding-bottom: 50px;
padding-top: 50px;
}
#bilble .heading {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/common/tit_bg_w.png);
color: #fff;
z-index: 2;
}
#bilble .heading::before {
content: 'HOLY BILBLE';
font-size: 4rem;
opacity: 0.07;
}
#bilble .box {
margin-bottom: 32px;
}
#bilble .box .img {
margin-bottom: -140px;
margin-top: -116px;
position: relative;
left: -60%;
width: 220%;
}
#bilble .box .img img {
width: 100%;
height: 450px;
object-fit: contain;
font-family: "object-fit: cover;";
}
#bilble .box .txt {
color: #fff;
position: relative;
}
#bilble .box .txt ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
#bilble .box .txt li {
font-family: 'Noto Serif JP', serif;
font-size: 1.4rem;
font-weight: 600;
line-height: 1.8;
}
#bilble .box .txt li span {
display: block;
text-align: center;
}
#bilble .box .txt li b {
font-size: 2.1rem;
font-weight: 600;
line-height: 1.4;
}
#bilble .box .txt li i {
font-size: 2.8rem;
line-height: 1.2;
}
#bilble .box .txt li:nth-child(1) {
margin-bottom: 56px;
position: relative;
width: 100%;
}
#bilble .box .txt li:nth-child(1)::before, #bilble .box .txt li:nth-child(1)::after {
background-color: #fff;
content: '';
display: block;
position: absolute;
opacity: 0.3;
margin-left: -24px;
bottom: -36px;
left: 50%;
width: 48px;
height: 1px;
}
#bilble .box .txt li:nth-child(1)::before {
transform: rotate(-45deg);
}
#bilble .box .txt li:nth-child(1)::after {
transform: rotate(45deg);
}
#bilble .box .txt li:nth-child(2) {
width: 50%;
max-width: 145px;
}
#bilble .box .txt li:nth-child(3) {
width: 50%;
max-width: 145px;
}
#bilble .merit {
color: #fff;
position: relative;
z-index: 0;
}
#bilble .merit::before {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/bg_world.png);
background-position: center top;
background-repeat: no-repeat;
background-size: 100% auto;
content: '';
position: absolute;
bottom: 0;
left: -15%;
right: -15%;
top: -2%;
z-index: -1;
}
#bilble .merit .tit {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/img03.png);
background-position: left 10px bottom 14px;
background-repeat: no-repeat;
background-size: 30px auto;
border-bottom: 3px double rgba(255, 255, 255, 0.34);
font-size: 1.5rem;
line-height: 1.8;
margin: 0;
padding: 14px 0 14px 60px;
}
#bilble .merit .tit b {
font-size: 1.7rem;
}
#bilble .merit .stit {
font-size: 1.4rem;
line-height: 1.6;
margin: 0 0 10px;
}
#bilble .merit .txt {
font-size: 1.2rem;
font-weight: 400;
line-height: 1.8;
}
#bilble .merit ul {
counter-reset: num;
}
#bilble .merit ul li {
padding: 20px 0 20px 42px;
position: relative;
border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
#bilble .merit ul li::before {
counter-increment: num;
content: counter(num) ".";
font-family: 'Noto Serif JP', serif;
font-size: 2.5rem;
font-style: italic;
font-weight: 400;
line-height: 1;
position: absolute;
left: 4px;
top: 18px;
}
#bilble .merit ul li:nth-child(n+10)::before {
margin-left: -0.2em;
}
@media screen and (min-width: 768px) {
#bilble .inner {
padding-bottom: 140px;
padding-top: 120px;
}
#bilble .heading::before {
font-size: 9rem;
}
#bilble .box {
margin-bottom: 160px;
}
#bilble .box .img {
margin-bottom: -280px;
margin-top: -260px;
left: 50%;
margin-left: -800px;
width: 1600px;
}
#bilble .box .img img {
height: 1128px;
}
#bilble .box .txt ul {
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
}
#bilble .box .txt li {
font-size: 2.3rem;
line-height: 1.7;
}
#bilble .box .txt li b {
font-size: 3.7rem;
}
#bilble .box .txt li i {
font-size: 4.7rem;
}
#bilble .box .txt li:nth-child(1) {
margin-bottom: 0;
width: 33.33%;
}
#bilble .box .txt li:nth-child(1)::before, #bilble .box .txt li:nth-child(1)::after {
bottom: auto;
margin: 0;
top: 50%;
left: auto;
right: -10px;
}
#bilble .box .txt li:nth-child(2) {
position: relative;
width: 33.33%;
max-width: none;
}
#bilble .box .txt li:nth-child(2)::before, #bilble .box .txt li:nth-child(2)::after {
background-color: #fff;
content: '';
display: block;
position: absolute;
opacity: 0.3;
top: 50%;
right: -24px;
width: 48px;
height: 1px;
}
#bilble .box .txt li:nth-child(2)::before {
transform: rotate(-45deg);
}
#bilble .box .txt li:nth-child(2)::after {
transform: rotate(45deg);
}
#bilble .box .txt li:nth-child(3) {
width: 33.33%;
max-width: none;
}
#bilble .merit::before {
left: 50%;
margin-left: -800px;
right: auto;
top: -6%;
width: 1600px;
}
#bilble .merit .tit {
background-size: 44px auto;
box-sizing: border-box;
font-size: 2.3rem;
line-height: 1.6;
margin: 0 auto 78px;
padding: 14px 0 14px 72px;
max-width: 376px;
}
#bilble .merit .tit b {
font-size: 2.6rem;
}
#bilble .merit .stit {
font-size: 1.5rem;
line-height: 1.6;
margin: 0 0 15px;
}
#bilble .merit ul {
display: flex;
flex-wrap: wrap;
}
#bilble .merit ul li {
box-sizing: border-box;
border-bottom: none;
padding: 40px 28px 40px 100px;
width: 50%;
}
#bilble .merit ul li::before {
font-size: 4rem;
left: 37px;
margin-top: -0.5em;
top: 50%;
}
#bilble .merit ul li:nth-child(n+10)::before {
letter-spacing: -0.05em;
}
#bilble .merit ul li:nth-child(2n) {
border-left: 1px solid rgba(255, 255, 255, 0.16);
}
#bilble .merit ul li:not(:nth-child(1)):not(:nth-child(2)) {
border-top: 1px solid rgba(255, 255, 255, 0.16);
}
}
#diagnosis {
background-color: #000;
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/bg02.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
#diagnosis .inner {
padding-bottom: 15px;
padding-top: 15px;
}
#diagnosis .box {
background-color: rgba(0, 0, 0, 0.44);
border: 1px solid rgba(255, 255, 255, 0.17);
padding: 32px 15px;
}
#diagnosis .heading {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/common/tit_bg_w.png);
color: #fff;
}
#diagnosis .heading::before {
content: 'DIAGNOSIS';
font-size: 4rem;
opacity: 0.07;
}
#diagnosis .txt {
color: #fff;
}
#diagnosis .tit {
font-size: 1.8rem;
font-weight: 500;
line-height: 1.6;
margin-bottom: 30px;
}
#diagnosis .tit span {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-bottom: 4px;
}
#diagnosis .tit b {
font-weight: 500;
}
#diagnosis .tit b i {
font-size: 1.6rem;
}
#diagnosis .tit strong {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/icon_time.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
box-sizing: border-box;
font-family: 'Noto Serif JP', serif;
font-style: normal;
font-size: 1.9rem;
font-weight: 400;
display: block;
margin-right: 0.3em;
padding-left: 0.2em;
width: 58px;
height: 58px;
}
#diagnosis .tit strong i {
font-family: 'Cinzel', serif;
font-size: 3.8rem;
}
#diagnosis .btn a {
background-color: #fff;
border-radius: 100px;
color: #333;
display: block;
font-size: 1.5rem;
margin: 0 auto;
padding: 15px 0;
position: relative;
text-align: center;
width: 94%;
}
#diagnosis .btn a::before {
border: 1px solid #333;
box-sizing: border-box;
content: '';
position: absolute;
right: 28px;
top: 50%;
margin-top: -4px;
width: 12px;
height: 10px;
}
#diagnosis .btn a::after {
border-top: 1px solid #333;
border-right: 1px solid #333;
box-sizing: border-box;
content: '';
position: absolute;
right: 25px;
top: 50%;
margin-top: -7px;
width: 12px;
height: 9px;
}
@media screen and (min-width: 768px) {
#diagnosis .inner {
padding-bottom: 42px;
padding-top: 42px;
}
#diagnosis .box {
padding: 56px 40px 72px;
}
#diagnosis .heading {
line-height: 1.6;
}
#diagnosis .heading::before {
font-size: 9rem;
}
#diagnosis .tit {
display: flex;
justify-content: center;
align-items: center;
font-size: 2.2rem;
margin-top: 50px;
}
#diagnosis .tit b i {
font-size: 1.8rem;
}
#diagnosis .tit span {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin-bottom: 4px;
}
#diagnosis .tit strong {
font-size: 2.7rem;
margin: 0 0.2em;
position: relative;
top: -7px;
width: 84px;
height: 84px;
}
#diagnosis .tit strong i {
font-size: 5.4rem;
}
#diagnosis .btn a {
max-width: 296px;
}
#diagnosis .btn a::before {
right: 35px;
}
#diagnosis .btn a::after {
right: 32px;
transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#diagnosis .btn a:hover {
opacity: .8;
}
#diagnosis .btn a:hover::after {
transform: translate(2px, -2px);
}
}
#video {
background-color: #000;
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/bg03.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
#video .inner {
padding-bottom: 10px;
padding-top: 50px;
}
#video .heading {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/common/tit_bg_w.png);
color: #fff;
}
#video .heading::before {
content: 'VIDEO';
opacity: 0.15;
}
#video .list li {
margin-bottom: 20px;
}
#video .flame {
background-color: rgba(255, 255, 255, 0.09);
border: 1px solid rgba(255, 255, 255, 0.53);
box-sizing: border-box;
padding: 4px;
}
#video .movie {
height: 0;
overflow: hidden;
padding: 0 0 56.25%;
position: relative;
}
#video .movie iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#video .movie b {
background: #000;
color: #fff;
font-size: 2rem;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Noto Serif JP', serif;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#video .caption {
color: #fff;
font-size: 1.6rem;
margin-top: 1em;
text-align: center;
}
@media screen and (min-width: 768px) {
#video .inner {
padding-bottom: 100px;
padding-top: 120px;
}
#video .list {
display: flex;
justify-content: space-between;
margin-top: 72px;
}
#video .list li {
width: 49%;
}
#video .flame {
padding: 9px;
}
#video .caption {
font-size: 1.8rem;
}
}
#online {
background-color: #958876;
background-image: linear-gradient(135deg, rgba(191, 182, 171, 0.7), transparent 70%);
overflow: hidden;
}
#online .inner {
padding-bottom: 15px;
padding-top: 50px;
}
#online .heading {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/common/tit_bg_w.png);
color: #fff;
z-index: 2;
}
#online .heading::before {
content: 'ONLINE BIBLE COLLEGE';
font-size: 4rem;
opacity: 0.07;
}
#online .box {
border: 1px solid #dfdede;
box-sizing: border-box;
padding: 30px 15px;
position: relative;
z-index: 0;
}
#online .box::before {
background-color: #fff;
content: '';
position: absolute;
bottom: 1px;
left: 1px;
right: 1px;
top: 1px;
z-index: -1;
}
#online #fee {
font-family: 'Noto Serif JP', serif;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
line-height: 1;
margin-bottom: 16px;
}
#online #fee .tit {
color: #706453;
flex-shrink: 0;
font-size: 2.1rem;
font-weight: 600;
margin-bottom: 1em;
text-align: center;
width: 100%;
}
#online #fee .time {
background-color: #958876;
color: #fff;
font-size: 1rem;
margin: 20px 1em 0 0;
padding: 3px;
}
#online #fee .time i {
font-style: normal;
font-size: 1.6rem;
}
#online #fee .price {
color: #9a0000;
flex-shrink: 0;
font-size: 1.5rem;
}
#online #fee .price strong {
font-size: 3.8rem;
margin-right: 0.1em;
}
#online #fee .price b {
font-family: 'Times', 'Times New Roman', serif;
font-size: 6.2rem;
font-weight: 400;
letter-spacing: -0.02em;
}
#online .txt {
font-family: 'Noto Serif JP', serif;
font-size: 1.3rem;
}
#online .txt a {
color: #9a0000;
text-decoration: underline;
}
#online .txt a:hover {
text-decoration: none;
}
#online .txt::before, #online .txt::after {
border-color: transparent #333 #333 transparent;
border-style: solid;
border-width: 0 1px 1px 0;
box-sizing: border-box;
content: '';
display: inline-block;
width: 9px;
height: 9px;
}
#online .txt::before {
margin-right: 0.2em;
transform: rotate(135deg);
}
#online .txt::after {
margin-left: 0.2em;
transform: rotate(-45deg);
}
#online .btn {
padding-top: 130px;
position: relative;
}
#online .btn::before {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/img01.png);
background-position: center top;
background-repeat: no-repeat;
background-size: 100% auto;
content: '';
display: block;
position: absolute;
top: 5px;
left: 50%;
margin-left: -76px;
width: 48px;
height: 117px;
}
#online .btn::after {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/img04.png);
background-position: center top;
background-repeat: no-repeat;
background-size: 100% auto;
content: '';
display: block;
position: absolute;
top: 30px;
left: 50%;
margin-left: 12px;
width: 72px;
height: 92px;
}
#online .btn a {
background-color: #9a0000;
border-radius: 100px;
color: #fff;
display: block;
font-size: 1.6rem;
margin: 0 auto;
padding: 16px 0;
position: relative;
text-align: center;
width: 100%;
}
#online .btn a::before {
border-color: transparent #fff #fff transparent;
border-style: solid;
border-width: 0 2px 2px 0;
box-sizing: border-box;
content: '';
display: block;
margin: -6px 0 0 0;
opacity: 0.75;
position: absolute;
right: 22px;
top: 50%;
width: 12px;
height: 12px;
transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
#online {
background-image: linear-gradient(135deg, #bfb6ab, transparent 70%);
}
#online .inner {
padding-bottom: 80px;
padding-top: 120px;
}
#online .heading::before {
font-size: 8rem;
}
#online .box {
margin: 60px auto 0;
padding: 60px 15px 0;
max-width: 840px;
}
#online #fee {
margin-bottom: 20px;
}
#online #fee .tit {
font-size: 2.8rem;
}
#online #fee .time {
font-size: 1.2rem;
margin-top: 30px;
padding: 4px 8px;
}
#online #fee .time i {
font-size: 2.4rem;
}
#online #fee .price {
font-size: 2.2rem;
}
#online #fee .price strong {
font-size: 5.7rem;
}
#online #fee .price b {
font-size: 9.1rem;
}
#online .txt {
font-size: 1.5rem;
text-align: center;
}
#online .txt::before, #online .txt::after {
width: 12px;
height: 12px;
}
#online .btn {
padding-top: 30px;
padding-bottom: 56px;
}
#online .btn::before {
top: auto;
bottom: 0;
margin-left: -266px;
}
#online .btn::after {
top: auto;
bottom: 0;
margin-left: 213px;
}
#online .btn a {
font-size: 1.8rem;
padding: 17px 0;
max-width: 356px;
}
#online .btn a::before {
right: 33px;
transition: right 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#online .btn a:hover::before {
right: 28px;
}
}
body.is-overlay--active {
overflow: hidden;
}
body.is-overlay--active #overlay {
visibility: visible;
opacity: 1;
animation: overlayIn 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 forwards;
}
body.is-overlay--active #overlay #overlay-content {
animation: contentIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s 1 forwards;
}
#overlay {
box-sizing: border-box;
bottom: 0;
left: 0;
right: 0;
top: 0;
z-index: 9999;
overflow-y: scroll;
position: fixed;
visibility: hidden;
opacity: 0;
animation: overlayOut 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal;
-webkit-overflow-scrolling: touch;
}
#overlay:before {
background-color: rgba(0, 0, 0, 0.71);
bottom: 0;
content: '';
position: fixed;
left: 0;
right: 0;
top: 0;
}
#overlay #overlay-inner {
padding: 112px 15px;
}
#overlay #overlay-content {
background-color: #fff;
box-sizing: border-box;
margin: 0 auto;
position: relative;
opacity: 0;
}
#overlay #overlay-title {
background-image: url(//onlinebs.org/wp-content/themes/onlinebs/images/top/pop_photo.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
height: 142px;
margin-bottom: 20px;
}
#overlay #overlay-title img {
width: 130px;
}
#overlay #overlay-body {
overflow: hidden;
}
#overlay #overlay-body ul {
font-family: 'Noto Serif JP', serif;
font-weight: 600;
padding: 10px 15px;
}
#overlay #overlay-body li {
border-bottom: 1px solid #e0e0e0;
margin-bottom: 18px;
padding-bottom: 18px;
}
#overlay #overlay-body .stit {
font-size: 1.4rem;
margin-bottom: 3px;
}
#overlay #overlay-body .txt {
font-size: 1.3rem;
line-height: 1.7;
}
#overlay #overlay-body .notes {
background-color: #f4f3f3;
font-size: 1.2rem;
line-height: 1.8;
padding: 18px 15px;
}
#overlay #overlay-close {
background-color: #000;
border-radius: 100px;
display: block;
overflow: hidden;
text-indent: 200%;
white-space: nowrap;
position: absolute;
right: -15px;
top: -15px;
height: 32px;
width: 32px;
z-index: 1000;
}
#overlay #overlay-close::before, #overlay #overlay-close::after {
border-bottom: 2px solid #fff;
box-sizing: border-box;
content: '';
right: 9px;
position: absolute;
top: 16px;
width: 14px;
transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#overlay #overlay-close::before {
transform: rotate(-45deg);
}
#overlay #overlay-close::after {
transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
#overlay #overlay-inner {
padding: 112px 30px;
}
#overlay #overlay-content {
max-width: 920px;
}
#overlay #overlay-title {
height: 283px;
}
#overlay #overlay-title img {
width: 236px;
}
#overlay #overlay-body ul {
padding: 26px 40px;
}
#overlay #overlay-body li {
border-bottom: none;
display: flex;
margin-bottom: 22px;
padding-bottom: 0;
}
#overlay #overlay-body .stit {
border-right: 1px solid #e0e0e0;
flex-shrink: 0;
font-size: 1.5rem;
margin: 0 30px 0 0;
padding-right: 28px;
}
#overlay #overlay-body .txt {
font-size: 1.5rem;
}
#overlay #overlay-body .notes {
font-size: 1.3rem;
padding: 30px 40px;
}
#overlay #overlay-close {
right: -20px;
top: -20px;
height: 40px;
width: 40px;
}
#overlay #overlay-close::before, #overlay #overlay-close::after {
border-bottom: 2px solid #fff;
box-sizing: border-box;
content: '';
right: 11px;
position: absolute;
top: 19px;
width: 18px;
transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#overlay #overlay-close:hover::before {
transform: rotate(45deg);
}
#overlay #overlay-close:hover::after {
transform: rotate(135deg);
}
}
@media screen and (min-width: 1000px) {
#overlay #overlay-body ul {
padding: 26px 60px;
}
#overlay #overlay-body .notes {
padding: 30px 60px;
}
}
@keyframes bgIn {
0% {
opacity: 0;
visibility: visible;
z-index: 999;
}
100% {
opacity: 1;
}
}
@keyframes bgOut {
0% {
opacity: 1;
visibility: visible;
z-index: 999;
}
99% {
opacity: 0;
visibility: visible;
z-index: 999;
}
100% {
visibility: hidden;
z-index: -999;
}
}
@keyframes menuIn {
0% {
opacity: 0;
transform: translate(-30px, 0);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
}
@keyframes overlayIn {
0% {
opacity: 0;
visibility: visible;
z-index: 999;
}
100% {
opacity: 1;
}
}
@keyframes overlayOut {
0% {
opacity: 1;
visibility: visible;
z-index: 999;
}
99% {
opacity: 0;
visibility: visible;
z-index: 999;
}
100% {
visibility: hidden;
z-index: -999;
}
}
@keyframes contentIn {
0% {
opacity: 0;
transform: translate(0, 20px);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
}
@media screen and (min-width: 1000px) {
.fadebox {
opacity: 0;
}
.fadebox.fade_b {
transform: translateY(5%);
}
.fadebox.show {
opacity: 1;
transform: translate(0, 0);
transition-property: opacity, transform;
transition-duration: 1.5s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-delay: 0s;
}
#header .fadebox.show {
transition-duration: 2s;
transition-timing-function: ease;
}
}