580 lines
13 KiB
SCSS
580 lines
13 KiB
SCSS
@charset "utf-8";
|
|
|
|
@import "../initial";
|
|
caption{
|
|
|
|
color: #333;
|
|
}
|
|
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
|
|
@media(max-width: $screen-xs){
|
|
padding: 0;
|
|
}
|
|
}
|
|
.scrollbox{
|
|
overflow:auto!important;
|
|
}
|
|
.verticalhome{
|
|
position: relative;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
z-index: 1;
|
|
}
|
|
.internal-page{
|
|
.layout-content{
|
|
// background: transparent;
|
|
padding-bottom: 0;
|
|
}
|
|
}
|
|
.big-banner{
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
.layout-content {
|
|
position: relative;
|
|
min-height: 42.5em;
|
|
background: #fff;
|
|
.container {
|
|
@extend .response-container;
|
|
}
|
|
}
|
|
.layout-content-inner{
|
|
overflow: hidden;
|
|
}
|
|
.video-banner{
|
|
max-width: 850px;
|
|
margin: auto;
|
|
position: relative;
|
|
}
|
|
.homebanner{
|
|
-webkit-transition: .3s ease-out;
|
|
-moz-transition: .3s ease-out;
|
|
-ms-transition: .3s ease-out;
|
|
-o-transition: .3s ease-out;
|
|
transition: .3s ease-out;
|
|
}
|
|
.fa, .fas{
|
|
font-family: "FontAwesome";
|
|
font-weight: 900;
|
|
font-style: normal;
|
|
}
|
|
.fab{
|
|
font-family: "Font Awesome 5 Brands";
|
|
}
|
|
.padding0{
|
|
.layout-content-box{
|
|
&:hover{
|
|
opacity: .98;
|
|
transition: all .3s;
|
|
}
|
|
}
|
|
.layout-content-box{
|
|
padding: 0;
|
|
}
|
|
padding: 0 1em;
|
|
}
|
|
.contentwrap{
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 100%;
|
|
padding-bottom: 2em;
|
|
p{
|
|
padding-bottom: 1em;
|
|
}
|
|
@media(min-width:769px){
|
|
padding-top: 3em;
|
|
}
|
|
}
|
|
.contentwrap1{
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 100%;
|
|
// background-image: linear-gradient(280deg, #e6e6e6 56%, #fff 0);
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
.contentwrap2{
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 100%;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
.contentwrap3{
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 100%;
|
|
padding-top: 1em;
|
|
padding-bottom:2em;
|
|
}
|
|
.iconwrap{
|
|
padding: 4em 0 0;
|
|
}
|
|
.zero{
|
|
padding: 0;
|
|
}
|
|
.i-video_data{
|
|
li{
|
|
list-style: none;
|
|
}
|
|
}
|
|
.ask-question .form-horizontal .control-label{
|
|
width: 100% !important;
|
|
max-width: 100% !important;
|
|
text-align: justify !important;
|
|
}
|
|
.ask-question .single-col.form-horizontal .control-group .controls{
|
|
justify-content: flex-start;
|
|
max-width: 100%;
|
|
width: 100%;
|
|
}
|
|
.ask-question-form{
|
|
padding: 2em;
|
|
border-radius: 10px;
|
|
border: 1px solid #E4E6EA;
|
|
padding-bottom: 3em!important;
|
|
@media(max-width: 820px){
|
|
padding: 1.5em;
|
|
}
|
|
}
|
|
.image-carousel{
|
|
padding: 15px 0px 25px 0px;
|
|
}
|
|
.downIcon {
|
|
a{
|
|
bottom: 0;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
position: absolute;
|
|
left: 48.8%;
|
|
bottom: 10%;
|
|
z-index:100;
|
|
display: block;
|
|
cursor: pointer;
|
|
@media(max-width:$screen-xs){
|
|
left: 45%;
|
|
}
|
|
&:hover{
|
|
transform:scale(1.1);
|
|
-webkit-transition: .3s ease-out;
|
|
-moz-transition: .3s ease-out;
|
|
-ms-transition: .3s ease-out;
|
|
-o-transition: .3s ease-out;
|
|
transition: .3s ease-out;
|
|
}
|
|
width: 3px;
|
|
padding: 10px 15px;
|
|
height: 35px;
|
|
border: 2px solid #fff;
|
|
border-radius: 25px;
|
|
opacity: 0.75;
|
|
box-sizing: content-box;
|
|
animation: move 3s ease-out 1s infinite;
|
|
}
|
|
.scroller {
|
|
width: 3px;
|
|
height: 10px;
|
|
border-radius: 25%;
|
|
background-color: #fff;
|
|
animation-name: scroll;
|
|
animation-duration: 2.2s;
|
|
animation-timing-function: cubic-bezier(.15,.41,.69,.94);
|
|
animation-iteration-count: infinite;
|
|
}
|
|
@keyframes scroll {
|
|
0% { opacity: 0; }
|
|
10% { transform: translateY(0); opacity: 1; }
|
|
100% { transform: translateY(15px); opacity: 0;}
|
|
}
|
|
@keyframes move {
|
|
25% {
|
|
opacity: 1;
|
|
|
|
}
|
|
33% {
|
|
opacity: 1;
|
|
transform: translateY(30px);
|
|
}
|
|
67% {
|
|
opacity: 1;
|
|
transform: translateY(40px);
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
|
|
}
|
|
}
|
|
|
|
.rotated{
|
|
transform: rotate(180deg);
|
|
}
|
|
.header-nav{
|
|
.vk_button_link_caption{
|
|
clear: both;
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
ul{
|
|
padding: 0;
|
|
li{
|
|
list-style: none;
|
|
padding: 1em;
|
|
}
|
|
}
|
|
|
|
}
|
|
.page-home{
|
|
.body-banner1{
|
|
@media(min-width:769px){
|
|
margin: auto;
|
|
border-radius: 1em;
|
|
overflow: hidden;
|
|
width: 50%;
|
|
}
|
|
}
|
|
}
|
|
.body-banner1{
|
|
// margin-bottom: 1em;
|
|
// margin-top: 2em;
|
|
z-index: 1;
|
|
position: relative;
|
|
|
|
}
|
|
.leftnav{
|
|
background-color: #fff;
|
|
z-index: 2;
|
|
}
|
|
.home-list-unstyled{
|
|
padding: 0;
|
|
.widget-content{
|
|
text-align: center;
|
|
border-radius: 4px;
|
|
padding-top: calc(.6em + 2px);
|
|
padding-bottom: calc(.6em + 2px);
|
|
margin-top: 2em;
|
|
display: block;
|
|
background: #0077b3;
|
|
margin-bottom: 1em;
|
|
color: #fff;
|
|
&:hover{
|
|
opacity: .98;
|
|
-webkit-box-shadow: 0 0 0 .2rem #abb8c340;
|
|
box-shadow:0 0 0 .2rem #abb8c340;
|
|
}
|
|
a{
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
.is-layout-flex {
|
|
@media(min-width:769px){
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
}
|
|
|
|
.is-style-vk-group-shadow {
|
|
-webkit-box-shadow: 0px 0px 5px #00000033;
|
|
box-shadow: 0px 0px 5px #00000033;
|
|
padding: 1.8em;
|
|
margin-top: 2rem;
|
|
margin-bottom: 2rem;
|
|
}
|
|
.wp-block-file:not(.wp-element-button) {
|
|
font-size: .8em;
|
|
}
|
|
.wp-container-core-group-is-layout-e16b4fff {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.wp-container-core-group-is-layout-4b2eccd6 {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
@media (min-width: 769px) {
|
|
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
|
|
flex-basis: 0;
|
|
flex-grow: 1;
|
|
}
|
|
}
|
|
.vk_button.vk_button-align-wide, .editor-styles-wrapper .vk_button.vk_button-align-wide {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 100%;
|
|
max-width: 100%!important;
|
|
}
|
|
:root .has-vk-color-secondary-background-color, :root .editor-styles-wrapper .has-vk-color-secondary-background-color {
|
|
background-color: #6c757d;
|
|
}
|
|
.has-luminous-vivid-orange-background-color {
|
|
background-color: #ff6900 !important;
|
|
}
|
|
.vk_button .btn.has-background:not(.has-text-color), .editor-styles-wrapper .vk_button .btn.has-background:not(.has-text-color) {
|
|
color: #fff;
|
|
}
|
|
.vk_button-color-custom a:hover, .editor-styles-wrapper .vk_button-color-custom a:hover {
|
|
opacity: .98;
|
|
-webkit-box-shadow: 0 0 0 .2rem rgba(171, 184, 195, .25);
|
|
box-shadow: 0 0 0 .2rem rgba(171, 184, 195, .25);
|
|
}
|
|
.blockart-image-696f3f00 img {
|
|
opacity: 1;
|
|
box-shadow: 0px 0px 10px 0px #00000080;
|
|
border-radius: 20px;
|
|
object-fit: fill;
|
|
&:hover{
|
|
box-shadow: inset 0px 0px 10px 0px #00000080;
|
|
}
|
|
}
|
|
.is-style-vk-check-square-mark{
|
|
a{
|
|
color: #1766ab;
|
|
}
|
|
li{
|
|
position: relative;
|
|
list-style: none!important;
|
|
&:before{
|
|
font-family: "Font Awesome 6 Free";
|
|
font-weight: 900;
|
|
margin-right: 6px;
|
|
content: "\f14a";
|
|
left: -1.5em;
|
|
position: absolute;
|
|
}
|
|
}
|
|
}
|
|
// .vk_button .has-text-color.is-style-outline, .editor-styles-wrapper .vk_button .has-text-color.is-style-outline {
|
|
// background-color: transparent;
|
|
// border: 1px solid #0077b3;
|
|
// }
|
|
// .vk_button .has-text-color.is-style-outline:hover.has-vk-color-info-color, .editor-styles-wrapper .vk_button .has-text-color.is-style-outline:hover.has-vk-color-info-color {
|
|
// background-color: #0077b3;
|
|
// }
|
|
.entry-body{
|
|
details[open] summary::before {
|
|
content: "\f078"; /* 展開時 */
|
|
}
|
|
a {
|
|
color: #1766ab;
|
|
}
|
|
.wp-block-file:not(.wp-element-button) {
|
|
font-size: .8em;
|
|
}
|
|
:where(.wp-block-file) {
|
|
margin-bottom: 1.5em;
|
|
}
|
|
:where(.wp-block-file__button) {
|
|
border-radius: 2em;
|
|
display: inline-block;
|
|
padding: .5em 1em;
|
|
}
|
|
.wp-block-file--media-cb2bf541-196a-44e5-9f58-96da0b486982{
|
|
color: #1766ab;
|
|
}
|
|
.wp-block-file *+.wp-block-file__button {
|
|
margin-left: .75em;
|
|
}
|
|
.wp-block-file__button {
|
|
background: #32373c;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
:where(.is-layout-flex) {
|
|
gap: 0.5em;
|
|
}
|
|
.wp-block-columns{
|
|
align-items: normal !important;
|
|
}
|
|
.has-text-align-center {
|
|
text-align: center;
|
|
}
|
|
.vk_button, .editor-styles-wrapper .vk_button {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin-top: 0;
|
|
margin-bottom: 5px;
|
|
text-align: center;
|
|
}
|
|
.vk_button .vk_button_link.btn, .editor-styles-wrapper .vk_button .vk_button_link.btn {
|
|
padding: .6em 1.5rem;
|
|
-webkit-user-select: text;
|
|
-moz-user-select: text;
|
|
-ms-user-select: text;
|
|
user-select: text;
|
|
text-decoration: none;
|
|
font-size: calc(1rem * 1);
|
|
display: block;
|
|
}
|
|
.vk_button .has-text-color.is-style-outline, .editor-styles-wrapper .vk_button .has-text-color.is-style-outline {
|
|
background-color: transparent;
|
|
border: 1px solid $theme-color-second;
|
|
display: block;
|
|
&:hover{
|
|
border: 1px solid #fff;
|
|
background-color: $theme-color-second;
|
|
color: #fff;
|
|
}
|
|
}
|
|
.vk_button.vk_button-align-wide, .editor-styles-wrapper .vk_button.vk_button-align-wide {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 100%;
|
|
max-width: 70%;
|
|
}
|
|
.wp-container-core-group-is-layout-b16ad781 {
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
}
|
|
.wp-container-core-group-is-layout-f0048d5d {
|
|
flex-wrap: nowrap;
|
|
justify-content: space-between;
|
|
}
|
|
.wp-block-separator {
|
|
border: none;
|
|
border-top: 2px solid;
|
|
}
|
|
.is-layout-flex > :is(*, div) {
|
|
margin: 0;
|
|
}
|
|
figure{
|
|
width: 100%;
|
|
}
|
|
|
|
.wp-block-table figcaption {
|
|
margin-top: .4rem;
|
|
text-align: center;
|
|
}
|
|
.blockart-heading.blockart-heading-b20fe69e {
|
|
font-weight: 500;
|
|
width: 100%;
|
|
text-align: center;
|
|
background-color: #fbf8e1cc;
|
|
color: #54595f;
|
|
font-size: 1.25rem!important;
|
|
&:hover{
|
|
color: #f60202;
|
|
}
|
|
}
|
|
.has-luminous-vivid-orange-color {
|
|
color:#b55008 !important;
|
|
}
|
|
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
|
|
background-color: #f0f0f0;
|
|
}
|
|
.wp-block-table.is-style-vk-table-border-stripes tbody tr:nth-child(2n+1) {
|
|
background-color: #f0f0f0;
|
|
}
|
|
.is-style-vk-table-border-stripes{
|
|
td,th{
|
|
border: 1px solid #808080;
|
|
}
|
|
}
|
|
.wp-block-table thead {
|
|
border-bottom: 3px solid;
|
|
}
|
|
--wp--preset--spacing--40: 1rem;
|
|
.is-style-vk-group-shadow h5{
|
|
margin-bottom: 1rem;
|
|
font-size: 1.25rem!important;
|
|
}
|
|
.vk_list_1,.vk_list_2,.vk_list_3,.vk_list_4{
|
|
padding-left: 1.6em!important;
|
|
li{
|
|
list-style: disc!important;
|
|
&::marker {
|
|
color: #fcb900!important;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.wp-container-content-3b4e4270 {
|
|
flex-basis: 450px;
|
|
}
|
|
.wp-container-core-group-is-layout-8cf370e7 {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|
|
span.vk_inline-font-size {
|
|
font-size: 1em !important;
|
|
}
|
|
.is-style-vk-arrow-mark{
|
|
padding-left: 0;
|
|
li{
|
|
list-style: none!important;
|
|
}
|
|
}
|
|
ul.is-style-vk-arrow-mark li::before, ol.is-style-vk-arrow-mark li::before {
|
|
font-family: "Font Awesome 6 Free";
|
|
font-weight: 900;
|
|
margin-right: 6px;
|
|
content: "\f138";
|
|
left: -1.5em;
|
|
color: #fcb900;
|
|
}
|
|
.wp-container-core-group-is-layout-ce2c6f94 {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|
|
.wp-container-core-group-is-layout-8cad6afd {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|
|
.is-style-vk-group-shadow {
|
|
-webkit-box-shadow: 0px 0px 5px #00000033;
|
|
box-shadow: 0px 0px 5px #00000033;
|
|
padding: 1.8em;
|
|
margin-top: 2em;
|
|
margin-bottom: 2em;
|
|
border-radius: 10px;
|
|
}
|
|
.subSection-title, h3 {
|
|
padding-bottom: 8px;
|
|
position: relative;
|
|
border-bottom: 1px solid #0000001a;
|
|
}
|
|
.subSection-title:after, h3:after {
|
|
content: ".";
|
|
line-height: 0;
|
|
display: block;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
bottom: -1px;
|
|
width: 30%;
|
|
border-bottom: 1px solid #1766ab;
|
|
}
|
|
.mainSection-title, h2 {
|
|
padding: .8em 0 .7em;
|
|
border-top: 2px solid #1766ab;
|
|
border-bottom: 1px solid #e9e9e9;
|
|
}
|
|
}
|
|
|
|
.wp-block-group{
|
|
p{
|
|
font-size: 1em!important;
|
|
}
|
|
a{
|
|
color: #1766ab;
|
|
&:hover{
|
|
color: #0056b3;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
summary {
|
|
cursor: pointer;
|
|
font-size: 1.3em;
|
|
&:before{
|
|
font-family: "Font Awesome 6 Free";
|
|
font-weight: 900;
|
|
content: "\f054";
|
|
margin-right: 6px;
|
|
}
|
|
} |