html:root {
    font-size: 18px;
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}
body {
    margin: 0;
/*     min-height: 200vh; */
    font-size: 18px;
    font-family: tbchibirgothicplusk-pro, sans-serif;
}
p {
    margin: 0;
}


body.stopscroll {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
}
/* section {
    margin: 120px 0;
} */
section {
    margin: 120px 0;
}
section.osen-dis-margin {
	margin: 120px 0 0;
}
section#osen-top {
	margin: 0;
}
.osen-hdr_intro-txt1 {
	margin-bottom: 15px;
}
.osen-hdr_into-txt2 {
	font-size: 30px;
    margin-bottom: 15px;
}
.top-news {
    margin: 0 20px 20px 0;
}
.top-news:nth-child(3n) {
    margin: 0 0 20px 0;
}
.top-news a {
	color: #000;
	text-decoration-line: unset;
}
.top-news:hover{
	opacity:0.6;
}
.osen-blog-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  border-radius: 30px;
}
.osen-blog-title {
	margin: 20px 0;
	font-size: 22px;
}
.osen-blog-excerpt {
	font-size: 14px;
}
.osen-flex_container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-content: stretch;
}
.osen-flex_spc-between {
    justify-content: space-between;
}
.osen-flex_center {
    justify-content: center;
}
.osen-flex_50col {
    flex: 100%;
    max-width: 50%;
}
.osen-flex_33col {
    flex: 100%;
    max-width: calc(100% / 3);
}
.osen-flex_20col {
    flex: 100%;
    max-width: 20%;
}
.osen-flex_25col {
    flex: 100%;
    max-width: 25%;
}
.osen-flex_100col {
    max-width: 100%;
}
.tal-c {
    text-align: center;
}
.cont-max_1440 {
	width: 80%;
    margin: 0 auto;
}
.cont-max_610 {
    width: calc(100% - 40px);
    max-width: 610px;
    margin: 0 auto;
}
.osen-h_style1 {
    width: fit-content;
    position: relative;
    padding: 0 0 0 60px;
    margin: 0 0 50px 0;
    font-family: tbchibirgothicplusk-pro, sans-serif;
}
.osen-h_style1 h2, .osen-h_style1 h3, .osen-h_style1 h4 {
    padding: 15px 30px;
    background-color: #8acbc0;
    width: fit-content;
    position: relative;
    height: 50px;
    font-size: 30px;
}
.osen-h_style1::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    z-index: 0;
    border-style: solid;
    border-width: 30px;
    border-color: #8acbc0 #8acbc0 #8acbc0 transparent;
}
.osen-h_style1.color2 h2, .osen-h_style1.color2 h3, .osen-h_style1.color2 h4 {
    background-color: #ffdb59;
}
.osen-h_style1.color2::before {
    border-color: #ffdb59 #ffdb59 #ffdb59 transparent;
}
.osen-h_style2 {
    width: fit-content;
    position: relative;
    padding: 0 0 0 60px;
    margin: 0 0 50px 0;
    font-family: tbchibirgothicplusk-pro, sans-serif;
}
.osen-h_style2 h2, .osen-h_style2 h3, .osen-h_style2 h4 {
    padding: 10px 30px;
    background-color: #ffdb59;
    width: fit-content;
    position: relative;
    height: 50px;
    font-size: 20px;
}
.osen-h_style2::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    z-index: 0;
    border-style: solid;
    border-width: 30px;
    border-color: #ffdb59 #ffdb59 #ffdb59 transparent;
}
.osen-h_style3 {
    width: fit-content;
    position: relative;
    padding: 0 0 0 60px;
    margin: 0 0 50px 0;
    font-family: tbchibirgothicplusk-pro, sans-serif;
}
.osen-h_style3 h2, .osen-h_style3 h3, .osen-h_style3 h4 {
    padding: 10px 30px;
/*    background-color: #8acbc0;*/
    background-color: #BBE2F1;
    width: fit-content;
    position: relative;
    height: 100%;
    font-size: 24px;
    box-shadow: -1px 1px 5px #00000030;
	z-index:1;
}
.osen-h_style3 img {
    position: absolute;
    top: 16px;
    left: 0;
    height: 100%;
    width: 90px;
}
.osen-h_style3 span {
	position: absolute;
	display: block;
    top: 20%;
    left: 3%;
    width: 25%;
	height: 100%;
    z-index: 0;
	overflow: hidden
}
.osen-h_style3 span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	width: 100%;
	height: 50%;
	z-index: 0;
	background-color: #8acbc0;
	transform: skewx(30deg);
}
.osen-h_style3 span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 100%;
	height: 50%;
	z-index: 0;
	background-color: #8acbc0;
	transform: skewx(-30deg);
}
.osen-h_style3.color2 h2, .osen-h_style1.color2 h3, .osen-h_style1.color2 h4 {
    background-color: #ffdb59;
}
.osen-h_style3.color2::before {
    border-color: #ffdb59 #ffdb59 #ffdb59 transparent;
}
.osen-hdr {
    position: fixed;
    width: 100%;
    z-index: 1;
}
.osen-hdr.active {
    height: 100%;
}
.osen-hdr_ov {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
    opacity: 0;
    overflow: hidden;
    width: 0;
    transition: opacity 1s;
    z-index: 2;
}
.osen-hdr.active .osen-hdr_ov {
    width: 100%;
    opacity: 0.5;
}
.osen-hdr_bar {
    background-color: #FFF;
    padding: 5px;
    z-index: 1;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 8%);
}
.osen-hdr_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 0;
    overflow-x: hidden;
    background-color: #fbedbb;
    transition: max-width 0.3s;
    transition-delay: 0s;
    z-index: 3;
}
.osen-hdr.active .osen-hdr_nav,
.osen-hdr2.active .osen-hdr_nav {
/*     transition-delay: 0.7s; */
    max-width: 500px;
}
.osen-nav_container {
	width: calc(100% - 140px);
	height: auto;
	margin: 42px auto 0;
}
.osen-nav_menu-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
    font-size: 20px;
    text-decoration: none;   
}
.osen-nav_menu-list li {
	padding: 20px 0;
	border-bottom: 1px solid;
	position: relative;
}
.osen-nav_menu-list li:after {
/* 	content: ">"; */
	position: absolute;
	top: 50%;
	right: 0;
	transform: translatey(-50%);
}
.osen-nav_menu-list li a {
	color: #000;
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: center;
}
.osen-hdr_burger {
    position: absolute;
    border: none;
    background: unset;
    width: fit-content;
    top: 28px;
    left: 28px;
    z-index: 4;
}
.osen-hdr_burger .box {
	position: relative;
	width: 100%;
	height: 24px;
	cursor: pointer;
	margin: 25px auto 0;
}
.osen-hdr_burger .box span {
	position: absolute;
	height: auto;
	background-color: unset;
	top: unset;
	bottom: 0;
	left: 50%;
	line-height: 1;
	font-size: 10px;
	text-align: center;
	width: 100%;
	transform: translateX(-50%);
}
.osen-hdr_burger .box span:before,
.osen-hdr_burger .box span:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
}
.osen-hdr_burger .box span:before{
    top: -20px;
    transition: 0.5s ease;
}
.osen-hdr_burger .box span:after{
    top: -10px;
    transition: 0.5s ease;
}
.osen-hdr.active .box span:before,
.osen-hdr2.active .box span:before {
	transform: translateX(-50%) rotate(-225deg);
    top: -15px;
}
.osen-hdr.active .box span:after,
.osen-hdr2.active .box span:after {
    transform: translateX(-50%) rotate(225deg);
    top: -15px;
}
.osen-hdr_burger.hdr2 {
	display: none;
}

.osen-hdr_menu-col {
    text-align: right;
    align-self: center;
    flex: 100%;
    max-width: calc(50% - (70px / 2));
}
.osen-hdr_logo-col {
    line-height: 0;
    text-align: center;
    flex: 100%;
    max-width: 70px;
}
.osen-hdr_logo-col img {
    height: 64px;
    width: auto;
}
.osen-hdr_menu-col ul {
    margin: 0 0 0 auto;
    width: fit-content;
    list-style: none;
    display: flex;
}
.osen-hdr_menu-col ul li a {
    color: #000;
    text-decoration: none;
}
.osen-hdr_menu-col ul li {
    width: fit-content;
    flex: 100%;
    white-space: nowrap;
    padding: 0 10px;
}
.osen-hdr2 {
    position: absolute;
    width: 100%;
    z-index: 3;
	height: 100vh;
	min-height: 600px;
}
.osen-hdr2.fixed-pg {
	height: 50vh;
	min-height: 300px;
}
.osen-hdr2_logo {
    position: absolute;
/*    width: 140px;*/
    width: 360px;
    height: auto;
    top: 40px;
    left: 40px;
}
.osen-hdr2_logo img {
    width: 100%;
    height: 100%;
}
.osen-hdr2_menu {
    position: absolute;
    top: 40px;
    right: 60px;
}
.osen-hdr2_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.osen-hdr2_menu ul li {
/*    margin: 0 0 0 40px;*/
    margin: 0 0 0 18px;
}
.osen-hdr2_menu ul li a {
    font-weight: normal;
    font-style: normal;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 0 5px black;
    font-family: tbchibirgothicplusk-pro, sans-serif;
    font-size: 19px;
    letter-spacing: 0.10em;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
}
.osen-hdr2_menu ul li a:hover {
    opacity: 0.7;
}
.osen-hdr2_intro {
    position: absolute;
    top: 36%;
    left: 8.5%;
    color: #FFF;
}
.fixed-pg .osen-hdr2_intro {
    top: 30%;
    left: 15%;
}
.ossp-btmmenu {
	position: fixed;
	width: 100%;
	background-color: #fbedbb;
	bottom: 0;
	height: 60px;
	z-index: 2;
	display: none;
}
.ossp-btmmenu_container {
	width: 100%;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-evenly;
	color: #fff;
}
.ossp-btmmenu_btncol {
	flex: 100%;
	background-color: #f6d45d;
	text-align: center;
	height: 50px;
	border-radius: 5px;
	max-width: calc(100% / 7 - 6px);
	font-size: 22px;
	color: inherit;
	text-decoration: unset;
}
.ossp-btmmenu_btncol > i,
.ossp-btmmenu_btncol > span {
    margin: 13px 0 0;
	display: block;
	line-height: 1;
}
.ossp-btmmenu_btncol:first-child{
	max-width: calc(100% / 7 * 2 - 6px);
}
.osen-top_banner {
    width: 100%;
    height: 100vh;
	min-height: 600px;
}
.osen-top_banner.fixed-pg {
	height:50vh;
	min-height: 300px;
}
.osen-top_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: fixed;
    z-index: -1;
	filter: brightness(0.6);
}
.osen-top_banner.fixed-pg img {
	height:60vh;
}
.osen-top_pattern {
    width: 100%;
    height: auto;
    transform: translateY(8px);
}
.osen-top_pattern img {
    width: 100%;
    height: auto;
}
.osen-main_bg {
    background-color: #FFF;
    padding: 1px 0;
}
.osen-main_bg section:first-child {
	margin: 30px 0 120px;
}

.osen-intro-txt {
    align-self: center;
    font-size: 1.5vw;
}

.osen-btn-intro {
    padding: 15px;
    border: 1px solid black;
    width: fit-content;
    margin: 20px 0;
    color: #fff;
    background-color: #000;
    font-size: 1.2vw;
}
.osen-intro-txt-body {
    font-size: 1vw;
    margin: 20px 0;
}
.osen-partnership-title {
    font-size: 0.8vw;
    margin: 70px 0 40px 0;
    text-align: center;
}

.osen-tools-title {
    font-size: 2vw;
    margin: 70px 0 40px 0;
    text-align: center;
}
.osen-tools-body {
    font-size: 1vw;
    text-align: center;
    margin: 0 0 40px;
}
.osen-tools-card {
    height: 50vw;
    background-color: #e9e9e9;
    margin: 0 20px;
    padding: 20px;
}
.osen-systems-card {
    height: 34vw;
    background-color: #e9e9e9;
    margin: 0 20px;
    padding: 20px;
}
.osen-tools-card-title {
    font-size: 0.7vw;
    width: fit-content;
}
.osen-tools-card:nth-child(1) .osen-tools-card-title {
    border-bottom: 3px solid blue;
}
.osen-tools-card:nth-child(2) .osen-tools-card-title {
    border-bottom: 3px solid red;
}

.osen-tools-card-subtitle {
    font-size: 1.5vw;
}
.osen-tools-card-body {
    font-size: 1vw;
}
.osen-tools-card-point {
    font-size: 1vw;
}
.osen-tools-card-price {
    font-size: 1.3vw;
}

.osen-tools-btn {
    padding: 15px;
    margin: 20px 0;
    background-color: #000;
    color: #fff;
    width: fit-content;
    font-size: 1vw;
}

.osen-tools-btn {
    margin: 40px 0;
    background-color: #000;
    color: #fff;
    width: fit-content;
    padding: 20px;
}

.osen-content_style1 {
    margin: 50px 0;
    text-align: center;
    font-size: 2vw;
}
.osen-sample_item {
    flex: 100%;
    max-width: 25%;
    padding: 0 2% 0 0;
}
.osen-flex_container .osen-sample_item:last-child {
    padding: 0;
}
.osen-sample-title {
    margin: 0 0 20px;
    min-height: 80px;
    text-align: center;
    display: flex;
	font-size: 95%;
}
.osen-sample-title p {
    width: 100%;
    align-self: center;
}
.osen-sample-title-even {
    margin: 20px 0 47px 0;
}
.osen-sample-video iframe {
    width: 100%;
    height: 28vw;
    margin: 0 auto;
}
.osen-sample-caption {
    width: 100%;
    text-align: center;
}
.osen-h_sh_style1 {
    margin: 70px 0 30px 0;
    text-align: center;
}
.osen-sample-sh-img1 {
    width: 100%;
    text-align: center;
}

.osen-sample_think {
    position: relative;
    width: 100%;
    text-align: center;
}
.osen-think_woman {
    width: 35%;
    height: auto;
    margin: 10% auto 0;
}
.osen-think_bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.fc-fees-price {
    color: #fff;
}
.fc-fees-sh {
    font-size: 2vw;
}
.tal-l {
    text-align: left;
}
.sns-icon {
    font-size: 25px;
}
.sns-icon a {
    color: #000;
}

.osen-think_txt {
    position: absolute;
    font-size: 1.2vw;
}
.osen-think_txt.title {
    display: block;
    font-size: 1.8vw;
    font-weight: bold;
}
.osen-think_txt.left {
    top: 48%;
    left: 2%;
    width: 26%;
}
.osen-think_txt.title.left {
    top: 24%;
    left: 2%;
    width: 26%;
}
.osen-think_txt.right {
    top: 40%;
    right: 0.6%;
    width: 28%;
}
.osen-think_txt.title.right {
    top: 15%;
    right: 2%;
    width: 28%;
}

.osen-fees-img {
    width: calc(100% - 60px);
	padding: 0 0 0 10px;
}
.osen-fees-txt {
    margin: 20px 0;
    /*font-size: 1.1vw;*/
    font-weight: 700;
    position: relative;
/*    padding: 1.5rem 1.5rem 1.5rem 0;*/
    font-size: 20px;
    line-height: 140%;
    padding: 10px 15px;
/*    background: #7283b5;*/
    background: #a7c5e0;
/*    color: #fff;*/
/*    color: #7283b5;*/
    color: #333;
    margin-bottom: 20px!important;
    margin-top: 60px;
    
}

.osen-fees-txt2 {
    margin: 40px 0;
    font-weight: 700;
}

.osen-fees-txt::before {  
/*
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 60px;
    width: 100%;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #7283b5;
*/
}

.my-enclose {
    border: 2px solid #7283b5;
    padding: 0 20px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}



.osen-fees-title-img1 {
    position: absolute;
}
.osen-pos_rel {
    position: relative;
}
.osen-fees-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.osen-fees-title-img1 {
    position: relative;
    font-size: 1.5vw;
    margin: 8vw auto 0;
}
.osen-fees-title-img1.style2 {
    margin: 7vw auto 0;
}
.osen-fees-title-img1 span {
	font-size: 3vw;
}
.osen-fees-txt1-img1 {
    font-size: 1.5vw;
	margin: 0.5vw auto 0;
}
.osen-fees-txt1-img1 span {
    font-size: 3vw;
}
.osen-fees-txt2-img1 {
	font-weight: normal;
	font-size: 1.5vw;
	margin: 1vw auto;
	color: #FFF;
}
.osen-fees-txt3-img1 {
    font-size: 1.2vw;
	margin: 0.5vw auto 0;
}
.osen-fees-txt4-img1 {
    font-size: 0.9vw;
}
.osen-fees-txt5-img1 {
    font-size: 1.5vw;
}
.osen-fees-txt6-img1 {
    font-size: 1.2vw;
}
.osen-fees-txt7-img1 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5vw;
}

.osen-feestep_bg {
    width: 100%;
}
.osen-feestep_items {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.osen-feestep_items .osen-feestep_item {
    position: absolute;
    text-align: center;
}
.osen-feestep_items .osen-feestep_item:nth-child(1) {
    top: 20.5%;
    left: 1%;
    width: 25.7%;
}
.osen-feestep_items .osen-feestep_item:nth-child(2) {
    top: 21.8%;
    right: 26%;
    width: 25.7%;
}
.osen-feestep_items .osen-feestep_item:nth-child(3) {
    top: 60.5%;
    left: 22.4%;
    width: 28.5%;
}
.osen-feestep_items .osen-feestep_item:nth-child(4) {
    top: 63.5%;
    right: 1%;
    width: 28.5%;
}
.osen-feestep_title {
    font-size: 1.5vw;
    line-height: 1.5;
    margin: 0 0 0.5vw;
}
.osen-feestep_title span {
	display: block;
    border-bottom: 1px solid #0000002C;
    width: 75%;
    margin: 0 auto 6px;
    padding: 0 0 10px;
	font-size: 2vw;

}
.osen-feestep_content {
    font-size: 1.1vw;
}
.osen-sm_col {
	max-width: calc(50% - 25px);
	margin: 0 50px 0 0;
}
.osen-sm_col:last-child {
	margin: 0;
}
.osen-sm_container {
/*     background-color: #fbedbb;
    padding: 30px; */
    height: auto;
}
.osen-inq_container {
    width: 100%;
    background-color: #e9e9e9;
}
.osen-inq_wflow {
    width: 100%;
	margin: 0 0 50px;
}
.osen-inq_wflow.btm {
    transform: translateY(5%);
	margin: 0;
}
.osen-inq_form-cont {
    margin: 40px 0 0;
    padding: 1px 0;
}
.osen-inq_item {
    margin: 0 0 30px;
    text-align: left;
}
.osen-inq_item label {
    padding: 8px;
}
.osen-inq_item input {
    display: block;
    width: 100%;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: solid 1px #c6c6c6;
    padding: 8px;
    font-size: 20px;
}
.osen-inq_item textarea {
    background-color: #e9e9e9;
    border: 1px solid #c6c6c6;
    line-height: 1.45;
    font-size: 20px;
    padding: 10px;
    margin: 15px 0 0;
    display: block;
    width: 100% !important;
    height: 170px !important;
    overflow: auto;
}
.osen-inq_item input:focus,.osen-inq_item input:focus-visible {
    outline: none;
    border-bottom: 1px solid #000;
}
.osen-inq_item textarea:focus {
    outline: none;
    border: 1px solid #000;
}
.osen-inq_item.btn input {
    background-color: #000;
    color: #FFF;
    width: fit-content;
    padding: 16px 24px;
    font-size: 16px;
}
.osen-ftr {
    width: 100%;
    background-color: #FFF;
    padding: 0 0 40px;
}
.osen-ftr_top {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.osen-ftr_logo img {
    width: auto;
    height: 64px;
}
.osen-ftr_nav {
    flex: 100%;
}
.osen-ftr_nav ul {
    margin: 0 0 0 auto;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 64px;
}
.osen-ftr_nav ul li {
    padding: 10px 20px;
}
.osen-ftr_nav ul li a {
    color: #000;
    text-decoration: none;
}
.osen-ftr_copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}
.os-blog_title {
	font-size: 25px!important;
	line-height: 100%;
	padding-bottom: 10px;
}
.os-blog_title_all {
	font-size: 23px!important;
}
.os-blog_item {
	display: flex;
	width: 100%;
	padding: 0 0 20px;
	margin: 0 0 20px;
	position:relative;
}
.os-blog_item > a {
	position: absolute;
  border-radius: 30px !important;
	width: 100%;
	height: 100%;
}
.os-blog_item img {
  border-radius: 30px !important;
}
.os-blog_item:hover {
	opacity: 0.7;
}
.os-blog_img {
	flex: 100%;
	max-width: calc(30% - 20px);
	margin: 0 20px 0 0;
	padding: 0px 0 0;
	float: left;
}
.os-blog_img img{
	width: 100%;
  border-radius: 30px !important;
	height: auto;
	
	object-fit: fill;
}
.os-blog_info {
	flex: 100%;
	max-width: 70%;
}
.os-blog_title_small {
	font-weight: bold;
	font-size: 18px !important;
	border-bottom: solid 1px #efefef;
	padding-bottom: 10px;
	margin: 0 0 0px;
}
.os-blog_title h2 {
	margin: 0;
}
.os-blog-single_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  border-radius: 30px;
    margin: 0 0 20px;
}
.os-blog_date,
.os-blog-single_date {
    margin: 0 0 10px;
    color: #888;
}
.os-blog_content{
	font-size: 14px;
}
.os-blog_date2{
	font-size: 30px !important;
	color: #000000;
}
.osen-blog_main-container,
.osen-blog-single_main-container {
	flex: 100%;
	max-width: calc(70% - 30px);
	margin: 0 30px 0 0;
}
.osen-blog_side-container,
.osen-blog-single_side-container {
	flex: 100%;
	max-width: 30%;
	padding: 0;
}
.osen-blog_side-container {
}

.osen-img_50 {
    width: 50%;
}
.osen-img_40 {
    width: 40%;
}
.mgt-30 {
    margin-top: 30px;
}
.mgb-30 {
    margin-bottom: 30px;
}
.wp-block-group__inner-container {
    margin-bottom: 40px;
}
.wp-calendar-table caption {
	text-align: left;
}
#sb_instagram {
    height: 50vw !important;
    overflow: auto;
}
#sb_instagram .sbi_photo {
    height: 15vw !important;
}
#ctf {
    height: 47vw;
}
.osen-upbtn {
	position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #BBE2F1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 50px;
    line-height: 48px;
	transition: opacity 0.5s;
	display: block;
	opacity: 1;
	color: #000;
}
.osen-upbtn.uphide {
	display: none;
	opacity: 0;
}

.wp-block-archives li a {
	color: #8acbc0;
}

.wp-block-categories-list li a{
	color: #8acbc0;
}

.wp-block-calendar a {
	color: #8acbc0;
    text-decoration: underline;
}

.osen-feestep_container {
    width: 100%;
	max-width: 1000px;
    margin: 0 auto;
}
.kiji{
	font-size: 30px!important;
}

/* Custom */
.my-desc p {
    text-indent: 30px;
    margin-bottom: 15px;
}

p.no-indent {
    text-indent: 0;
    margin-bottom: 0;
}

.mgb-60 {
    margin-bottom: 60px;
}

.txt-sup {
    font-size: 10px;
}

.txt-reference {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px !important;
}

ul.my-ul li {
    margin-bottom: 15px;
}

p.mgb-15 {
    margin-bottom: 15px;
}

.no-mgb {
    margin-bottom: 0;
}

table.guide-table1 {
    margin-top: 40px;
    width: 100%;
    border: 1px solid #000;   
    border-collapse: collapse;
    table-layout: fixed;
}

table.guide-table1 tr td {
    padding: 10px;
    border: 1px solid #000;
}

table.guide-table1 tr td:first-child {
    font-weight: 700;
    width: 60%;
/*    background: #BBE2F1;*/
    background: rgba(187, 226, 241, 0.9);
}

table.guide-table1 tr td.td-last {
    text-align: center;
    width: 40%;
/*    background: #f6f6f6;*/    
}

.bg-color1 {
    background: rgba(187, 226, 241, 0.2);
}

.bg-color2 {
    background: rgba(187, 226, 241, 0.5);
}

.bg-color3 {
    background: rgba(187, 226, 241, 0.7);
}

.br-767 {
    display: none;
}

.pc-show {
    display: inline-block;
}

.sp-show {
    display: none;
}

.pptx-sec2 {
    background: rgba(187, 226, 241, 0.5);
    padding: 10px 20px;
}

.img-pptx {
    width: 70%;
    margin: 40px auto 20px;
    display: block;
}

.txt-blue {
    color: #2690BA;
}
.txt-note {
    font-size: 16px;
    margin-bottom: 20px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-60 {
    margin-top: 60px;
}

.mgb-60 {
    margin-bottom: 60px!important;
}

.txt-diagram {
    margin-bottom: 20px;
}

.wrap1 {
    text-align: center;    
}

.wrap1 img {
    width: 70%;
    vertical-align: middle;
}

.txt-note2 {
    background: rgba(187, 226, 241, 0.3);
    margin: 20px auto;
    padding: 10px 20px;
}

.pptx-wrap1 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;    
    border: 2px solid #BBE2F1;
    border-radius: 20px;
    padding: 10px;
}

.pptx-wrap1 span {
    font-size: 18px;
    font-weight: 400;
}

.txt-right {
    text-align: right;
    display: block;
    font-size: 14px;
}

.border-btm {
    border-bottom: 2px solid #67b3ce;
}

/*== Speech Bubble ==*/
.bubble {
    position: relative;
    background: #BBE2F1;
    color: #000;   
    font-size: 20px;
    line-height: 70px;
    text-align: center;
    width: 80%;
    height: 70px;
    border-radius: 20px;
    padding: 0px;
    border: #BBE2F1 solid 1px;
    margin-top: 40px;
}
.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 0 71px 70px;
    border-color: transparent transparent  #BBE2F1 transparent;
    top: -71px;
    left: 42%;
    margin-left: -35px;
}
.bubble:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-width: 0 0 72px 71px;
    border-color: transparent transparent  #BBE2F1 transparent;
    top: -73px;
    left: 42%;
    margin-left: -35px;
    display: block;
}

.box-wrap {
    display: flex;
    column-gap: 20px;
}

.box0 {
    flex-basis: 50%;
    background: #BBE2F1;
    border-radius: 20px;
    padding: 10px 20px;
}

.box span {
    font-size: 20px;
    font-weight: 700;
}

.box-wrap1 {
    display: flex;
    column-gap: 20px;
    margin-top: 10px;
}

.box1a {
    flex-basis: 50%;   
    padding: 0 20px;
    text-align: center;    
}

.box1b {
    flex-basis: 50%;   
    padding: 0 20px;
    text-align: center;
}

.box-wrap1-1 {
    display: flex;
    column-gap: 20px;
}

.box1-1a {
    flex-basis: 50%;   
    padding: 0 20px;
    text-align: right;
}

.box1-1b {
    flex-basis: 50%;   
    padding: 0 20px;
    text-align: left;
}

.img-arrow1 {
/*    width: 20%;   */
    height: 60px;
}

.img-arrow2 {
/*    width: 20%;   */
    height: 60px;
}

.box2 {
    text-align: center;
    font-size: 22px;   
}

.box-wrap3 {
    display: flex;
    column-gap: 20px;
/*    margin-top: 80px;*/
}

.box3a {
    flex-basis: 20%;   
    padding: 10px 20px;
}

.box3c {
    flex-basis: 20%;   
    padding: 10px 20px;
}

.box3b {
/*    flex-basis: 60%;*/
    flex-basis: 100%;
    background: #BBE2F1;
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    font-size: 20px;
    align-self: center;
}

.img-arrow3 {
    height: 80px;
    width: auto;
    margin-top: 8px;
}

.img-arrow4 {
    height: 60px;
    width: auto;
    float: right;
}

.img-arrow5 {
    height: 60px;
    width: auto;
    float: left;
}

.my-head {
    background: rgba(187, 226, 241, 0.5);
    text-align: center;
    width: fit-content;
    display: block;
    margin: 40px auto;
    padding: 5px 10px;
    font-size: 20px;
}

.my-head h3 {
    margin: 10px auto;
}

.box-wrap4 {
    display: flex;
    column-gap: 20px;
    margin-top: 40px;
}


.box4 {
    flex-basis: calc(100%/3);   
    padding: 10px 20px;
    text-align: center;
}

.box4 span {
    font-weight: 700;
    font-size: 24px;
}

.box4a {
    background: rgba(187, 226, 241,0.3);
    border-radius: 20px;
    font-size: 20px;
}

.box4.txt-align {
/*    font-size: 14px;*/
}

.img-arrow6 {
    width: 100%;
}

.txt-red {
    color: #c00000;
    font-weight: 700;
}

.txt-red-underline {
/*
    color: #c00000;
    font-weight: 700;
    border-bottom: 2px solid #c00000;
*/
    font-weight: 400;
}

.mgt-20 {
    margin-top: 20px;
}

.pptx-txt-btm {
    text-align: left;
    margin-top: 20px;
    font-size: 22px;
}

.mgt-40 {
    margin-top: 40px;
}

.my-diagram {
    display: flex;
    column-gap: 10px;
}

.my-left {
    flex-basis: 40%;
}


.my-right {
    flex-basis: 60%;
    text-align: left;
    position: relative;
}

.my-right img {
    width: 100%;    
}

.txt-diagram2 {
    position: absolute;
    right: 7%;
    bottom: 25%;
    font-size: 22px;
}

.txt-diagram3 {
    position: absolute;
    right: 5%;
    bottom: 25%;
    font-size: 22px;
}

.txt-center {
    text-align: center;
}

.txt-big {
    font-size: 22px;
}

.pt-100 {
    padding-top: 100px;
}

.txt-24 {
    font-size: 24px;
}

.txt-16 {
    font-size: 16px;
}

.txt-14 {
    font-size: 14px;
}

.txt-bold {
    font-weight: 700;
}

.img-diagram {
    width: 100%;
    margin: 0 auto;   
}

.my-diagram2 {
    position: relative;
}

.v-center {
    align-self: center;
}

.my-border {
    border: 1px solid #000;
    padding: 10px;
}

.txt-xl {
    font-size: 32px;
}

.table-wrap {
    display: flex;
    column-gap: 10px;
}

.table-left {
    flex-basis: 15%;
    align-self: center;
    font-weight: 700;
}

.table-right {
    flex-basis: 85%;
    border: 1px solid #000;
    padding: 5px 20px;
    font-weight: 700;
}

.right1, .right2 {
    display: inline-block;    
    vertical-align: middle;
}

.right2 {
    margin-left: 10px;    
}

.right2 .bracket {
    font-size: 40px;
    margin-right: -20px;
}

.right2 .bracket-text {
    position: relative;
    top: -8px;
    display: inline-block;
}

.txt-indent {
/*    text-indent: 45px;*/
    padding-left: 45px;
}

.break-txt {
    word-break: break-all;   
    overflow-wrap: break-word;
}

.box-wrap3-sp {   
    display: none;    
}

table.tbl-ppt {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #000;
    font-weight: 700;
}

table.tbl-ppt tr:not(:first-child) {
    border-bottom: 1px solid #000;
}

table.tbl-ppt tr td {
    padding: 10px;
}

table.tbl-ppt tr td:first-child {
    width: 60%;
}

table.tbl-ppt tr td:not(:first-child) {
    text-align: center;
}

.sp-1024 {
    display: none;
}

.my-desc a {
    text-decoration: none;
    color: #000;
}

.my-divide {
    width: 100%;
    margin-top: 40px;   
}

.divide1 {
    width: calc(100%/2 - 30px);
    float: left;
    margin-right: 30px;  
}

.divide2 {
    width: calc(100%/2 - 30px);
    float: left;
    padding-left: 28px;
    border-left: 2px solid #67b3ce;
}

.divide1a {
    margin-right: 60px;
}

.divide2a {
    padding-left: 0;
    border-left: none;   
    padding-top: 17%;
}

.divide2 h2 {
    margin-top: 0;
}

.clear {
    clear: both;
}

.txt-larger {
    font-size: 21px;
}

.txt-left {
    position: relative;
    margin-left: 30px
}

.txt-left::before {
    content: '✓';
    position: absolute;
    top: 0;
    left: -30px;
}

.txt-bold-italic {
    font-weight: 700;
    font-style: italic; 
}

.no-mgbottom {
    margin-bottom: 0!important;
}

hr {
    height: 1.5px;
    color: #67b3ce;
    background: #67b3ce;;
}