html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
box-sizing: border-box;
}
body {
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration:none;
} ins {
background-color:#ff9;
color:#000;
text-decoration:none;
} mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
} hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
li{
list-style: none;
} @import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap"); :root {
--main-color: #0096CD;
--sub-color: #FFD9D9;
--cvbtn-color: #ED6369;
--btn-color: #9D9C9C;
--othersbtn-color: #9D9C9C;
--text-color: #707070;
--marker-color: #F8EAA6;
--bg-color: #F6F7F7;
--bg-main-color: #EAFAFF;
--font-size: 18px;
--font-h2-size: 50px;
}
@media screen and (min-width:1200px) {
.sp {
display: none;
}
}
@media screen and (min-width:768px) and (max-width:1200px) {
:root {
--font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
--font-h2-size: clamp(1.563rem, -1.215rem + 5.79vw, 3.125rem);
}
.sp {
display: none;
}
}
@media screen and (max-width: 768px) {
:root {
--font-size: 16px;
--font-h2-size: 25px;
}
.pc {
display: none;
}
.bg {
padding: 1em 0;
margin: 1em auto;
}
} body {
color: var(--text-color);
font-family: "M PLUS 1p", sans-serif;
font-weight: 400;
font-style: normal;
font-size: var(--font-size);
padding-top: 69px;
}
@media screen and (max-width: 1100px) {
body {
padding-top: 48px;
}
}
p {
line-height: 1.8;
}
img {
max-width: fit-content;
width: 100%;
} .m-auto {
margin: auto;
}
.m1 {
margin: 1em;
}
.m2 {
margin: 2em;
}
.m3 {
margin: 3em;
}
.m4 {
margin: 4em;
}
.m5 {
margin: 5em;
}
.mb1 {
margin-bottom: 1em;
}
.mt1 {
margin-top: 1em;
}
.mt2 {
margin-top: 2em;
}
.mt3 {
margin-top: 3em;
}
.mt4 {
margin-top: 4em;
}
.mt5 {
margin-top: 5em;
}
.mb1 {
margin-bottom: 1em;
}
.mb2 {
margin-bottom: 2em;
}
.mb3 {
margin-bottom: 3em;
}
.mb4 {
margin-bottom: 4em;
}
.mb5 {
margin-bottom: 5em;
}
.ml1 {
margin-left: 1em;
}
.ml2 {
margin-left: 2em;
}
.ml3 {
margin-left: 3em;
}
.ml4 {
margin-left: 4em;
}
.ml5 {
margin-left: 5em;
}
.mr1 {
margin-right: 1em;
}
.mr2 {
margin-right: 2em;
}
.mr3 {
margin-right: 3em;
}
.mr4 {
margin-right: 4em;
}
.mr5 {
margin-right: 5em;
} .w100,
.w200,
.w300,
.w400,
.w500,
.w600,
.w700,
.w800,
.w900,
.w1000,
.w1100,
.w1200 {
width: 95%;
}
.w100 {
max-width: 100px;
}
.w200 {
max-width: 200px;
}
.w300 {
max-width: 300px;
}
.w400 {
max-width: 400px;
}
.w500 {
max-width: 500px;
}
.w600 {
max-width: 600px;
}
.w700 {
max-width: 700px;
}
.w800 {
max-width: 800px;
}
.w900 {
max-width: 900px;
}
.w1000 {
max-width: 1000px;
}
.w1100 {
max-width: 1100px;
}
.w1200 {
max-width: 1200px;
}
@media screen and (max-width: 1100px) {
.w100,
.w200,
.w300,
.w400,
.w500,
.w600,
.w700,
.w800,
.w900,
.w1000,
.w1100,
.w1200 {
width: 90%;
margin: auto;
}
} .bg {
background: var(--bg-color);
padding: 5em 0 1em;
}
@media screen and (max-width: 768px) {
.bg {
padding: 2em 0;
margin: 2em auto;
}
} .fb {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .gnavbox {
width: 100%;
border-bottom: 5px solid #0096CD;
position: fixed;
top: 0;
left: 0;
z-index: 99;
background: #fff;
}
.gnav {
max-width: 1200px;
width: 100%;
margin: auto;
display: flex;
align-items: center;
justify-content: space-between;
overflow-y: hidden;
}
.iconbox {
padding: .2em;
}
.nav a {
padding: 1.5em 1em;
color: #3D3939;
}
.materials a {
background: #7C7B7B;
color: #fff;
}
.ctasection .contact a,
.nav .contact a {
background: #ED6369;
color: #fff;
}
.opne-btn {
font-size: 2em;
margin-right: .4em;
}
.opne-btn.active i:before {
content: "\f00d";
}
@media screen and (max-width: 1100px) {
.iconbox {
max-width: 80px;
}
.iconbox img {
width: 100%;
}
.gnav {
flex-wrap: wrap;
}
.nav {
display: none;
width: 100%;
}
.nav ul {
display: block;
}
.nav li a {
padding: 1em;
display: block;
border-top: 1px solid;
position: relative;
}
.nav li a::after {
content: "\f105";
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
margin-left: 1em;
position: absolute;
top: 50%;
right: 5%;
transform: translateY(-50%);
}
.opne-btn {
display: block;
}
} .footer {
width: 100%;
border-top: 5px solid var(--main-color);
padding: 1em 0 2em;
margin-top: 4em;
}
.footer>div {
width: fit-content;
margin: 1em auto;
}
.fnav>ul {
display: flex;
}
.fnav li {
margin: 0 1em;
}
.fnav a {
color: var(--text-color);
}
.copywriter {
text-align: center;
}
@media screen and (max-width: 960px) {
.footer {
padding: 0;
margin-bottom: 50px;
}
.footer .iconbox {
display: none;
}
.footer>div {
margin: 0;
width: 100%;
}
.fnav>ul {
display: block;
}
.fnav li {
margin: 0;
}
.fnav li a {
padding: 1em;
display: block;
border-bottom: 1px solid;
position: relative;
}
.fnav li a::after {
content: "\f105";
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
margin-left: 1em;
position: absolute;
top: 50%;
right: 5%;
transform: translateY(-50%);
}
} .floating {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
display: flex;
z-index: 9999999999;
}
.floating div {
width: 50%;
text-align: center;
}
.floating i {
margin-right: .5em;
}
.floating div a {
display: block;
width: 100%;
padding: 1em 0;
color: #fff;
}
.floating div a::after {
content: "\f105";
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
margin-left: 1em;
}
.floating .contact a {
background: #ED6369;
}
.floating .materials a {
background: #7C7B7B;
} .ctasection {
margin-top: 2em;
}
.ctasection>div {
width: 100%;
background: url(//suggesul.com/wp-content/themes/suggesul/img/common/cta-bg.png) center center no-repeat;
background-size: cover;
padding: 5em 0;
}
.ctasection .ctatext {
margin: 2em auto;
text-align: center;
width: fit-content;
color: #fff;
}
.ctasection .text {
line-height: 1;
margin-bottom: .5em;
}
.ctasection .cvbtn i {
margin-right: .5em;
}
.ctasection .cvbtn a {
padding-left: 2em;
}
.ctasection .cvbtn a::after {
content: "\f105";
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
margin-left: 1em;
} .fvbox {
width: 100%;
} .cvbtn,
.btn {
margin-top: 1em;
max-width: fit-content;
padding: 0 1em;
min-width: 300px;
}
.btn {
margin: 2em auto 3em;
padding: 0;
width: 100%;
}
.cvbtn a,
.btn a {
display: block;
border-radius: 13px;
padding: 1em;
text-align: center;
color: #fff;
width: 100%;
box-sizing: border-box;
}
.cvbtn a:hover,
.btn a:hover {
transition: all .5s ease-out;
}
.cvbtn a {
background-color: var(--cvbtn-color);
}
.cvbtn a:hover {
background-color: color-mix(in srgb, var(--cvbtn-color) 80%, #000);
}
.btn a {
background-color: var(--btn-color);
min-width: 570px;
}
.btn a:hover {
background-color: color-mix(in srgb, var(--btn-color) 80%, #000);
}
.btn a::after {
content: "\f105";
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
margin-left: 1em;
}
@media screen and (max-width: 768px) {
.btn a {
min-width: 300px;
}
} h2 {
color: var(--main-color);
font-size: var(--font-h2-size);
text-align: center;
position: relative;
margin-bottom: 1.5em;
line-height: 1.5;
}
h2::before {
content: '';
position: absolute;
bottom: -.5em;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(to right,
var(--bg-main-color) 0%, var(--bg-main-color) 50%,
var(--sub-color) 50%, var(--sub-color) 100%);
}
h3 {
font-size: 2.2em;
line-height: 1.5;
margin-bottom: var(--font-size);
}
h3 span {
font-size: .75em;
}
.textbox p span {
font-weight: normal;
background: linear-gradient(to top, var(--marker-color) 0%, var(--marker-color) 50%, transparent 50%, transparent 100%);
background-repeat: no-repeat;
-webkit-text-stroke: 1px;
background-size: 0% 100%;
text-stroke: 1px;
transition: background-size .5s;
}
.textbox p span.active,
.faqbox .textbox p span {
background-size: 100% 100%;
}
b {
font-weight: normal;
-webkit-text-stroke: 1px;
text-stroke: 1px;
}
@media screen and (min-width:768px) and (max-width:1200px) {
h3 {
font-size: 2.2em;
}
}
@media screen and (max-width: 768px) {
h3 {
font-size: 1.2em;
}
h3 span {
font-size: 1em;
}
} .meritbox {
justify-content: center;
align-items: stretch;
margin: 1em 0;
}
.meritbox>div {
width: calc(33% - 1em);
margin: .5em;
background: var(--bg-main-color);
padding: 1em;
border-radius: 28px;
}
.meritbox .iconset {
text-align: center;
}
.meritbox .titleset {
font-size: 1.2em;
color: var(--main-color);
text-align: center;
font-weight: 600;
margin: 1em 0;
}
@media screen and (max-width: 768px) {
.meritbox {
display: block;
margin: 0;
}
.meritbox>div {
width: calc(100% - 1em);
box-sizing: border-box;
}
} .sitebox {
align-items: stretch;
}
.sitebox>div {
width: calc(50% - 2em);
margin: 1em;
background: var(--bg-main-color);
padding: 1em;
text-align: center;
border-radius: 30px;
}
.sitebox .title {
color: var(--main-color);
font-size: 1.6em;
font-weight: 600;
border-bottom: 1px solid;
margin-bottom: 1em;
}
.sitebox .imgbox {
justify-content: center;
align-items: flex-end;
}
@media screen and (max-width: 768px) {
.sitebox {
display: block;
}
.sitebox>div {
width: calc(100% - 2em);
}
} .faqbox>div {
max-width: 800px;
width: 100%;
margin: auto;
padding: 1em 1em .5em;
border-bottom: 1px solid var(--text-color);
}
.faqbox>div:first-child {
border-top: 1px solid var(--text-color);
}
.faqbox>div>div {
display: flex;
margin-bottom: .5em;
}
.faqbox>div>div>p,
.faqbox>div>div>div {
width: calc(100% - 2em);
}
.faqbox>div>div:first-child>p {
width: calc(100% - 5em);
}
.faqbox>div>div::before,
.faqbox>div>div::after {
display: inline-block;
width: 2em;
height: 1em;
text-align: center;
padding: .5em 0;
}
.faqbox>div>div::before {
margin-right: .5em;
color: #fff;
border-radius: 50%;
}
.faqbox>div>div:first-child::before {
content: "Q";
background: var(--main-color);
}
.faqbox>div>div:first-child::after {
content: "\f00d";
font-weight: 900;
font-family: "Font Awesome 6 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: var(--fa-display, inline-block);
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
transform: rotate(45deg);
transition: all .5s ease-out;
}
.faqbox>div>div.active:first-child::after {
transform: rotate(0);
}
.faqbox>div>div:last-child {
display: none;
}
.faqbox>div>div.active:last-child {
display: flex;
}
.faqbox>div>div:last-child::before {
content: "A";
background: var(--sub-color);
}
.faqbox ul {
counter-reset: number 0;
}
.faqbox li {
margin-bottom: .5em;
}
.faqbox li::before {
counter-increment: number 1;
content: counter(number) ".";
display: inline-block;
} .breadcrumb {
width: 100%;
position: relative;
margin-bottom: 2em;
}
.breadcrumb::before {
content: '';
position: absolute;
bottom: -.5em;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(to right, var(--bg-main-color) 0%, var(--bg-main-color) 50%, var(--sub-color) 50%, var(--sub-color) 100%);
}
.breadcrumb ol {
max-width: 1200px;
width: 95%;
margin: auto;
display: flex;
overflow-x: auto;
overflow-y: hidden;
scrollbar-width: thin;
padding: .5em 0;
}
.breadcrumb a {
color: var(--text-color);
}
.breadcrumb li {
margin-right: 1em;
white-space: nowrap;
width: fit-content
}
.breadcrumb li::before,
.breadcrumb li::after {
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
}
.breadcrumb li::before {
content: "\f07b";
}
.breadcrumb li:first-child:before {
content: "\f015";
}
.breadcrumb li:last-child:before {
content: "\f07c";
}
.breadcrumb li::after {
content: "\f105";
}
.breadcrumb li:last-child:after {
display: none;
}
@media screen and (max-width: 768px) {
.breadcrumb {
padding: .5em;
overflow-x: auto;
}
.breadcrumb ol {
width: max-content;
padding: .5em;
margin: 0;
}
.breadcrumb::before {
bottom: 0;
height: 2px;
}
} .newsbox>div,
.columnbox>div {
border-bottom: 1px solid var(--text-color);
padding: .5em 0;
}
.newsbox>div::after,
.columnbox>div::after {
content: "\f105";
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
margin-left: 1em;
}
.databox {
display: flex;
align-items: center;
justify-content: flex-start;
font-size: .7em;
}
.databox .day {
margin-right: 1em;
}
.databox>p:last-child {
padding: .2em 1em;
}
.databox .category-news {
background: #FBFF54;
}
.databox .category-ktegori {
background: #D5F3FD;
}
.newsbox a,
.columnbox a {
color: var(--text-color);
display: block;
width: 100%;
}
.text-link {
text-align: right;
margin-top: 1em;
}
.text-link a {
color: var(--text-color);
}
.text-link a::after {
content: "\f105";
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 900;
margin-left: 1em;
}
@media screen and (max-width: 768px) {
.databox {
display: flex;
}
} .moveimg {
position: relative;
display: inline-block;
overflow: hidden;
}
.moveimg::before {
content: '';
display: inline-block;
width: 0;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: var(--main-color);
}
@keyframes barAnime {
0% {
left: 0;
width: 0;
}
50% {
left: 0;
width: 100%;
}
51% {
left: 0;
width: 100%;
}
68% {
left: 0;
width: 100%;
}
100% {
left: 100%;
width: 0;
}
}
.moveimg img {
opacity: 0;
}
@keyframes photoAnime {
0% {
opacity: 0;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.moveimg.active::before {
animation: barAnime forwards 1.5s 1 ease 0.1s normal;
}
.moveimg.active img {
animation: photoAnime forwards 1.5s 1 ease 0.5s normal;
} .fa-twitter:before {
content: '𝕏' !important;
font-family: unset !important;
font-weight: bold !important;
} .has-marker-color {
background: linear-gradient(to top, #f8eaa6 0%, var(--marker-color) 50%, transparent 50%, transparent 100%);
background-repeat: no-repeat;
-webkit-text-stroke: 1px;
font-style: normal;
}.top .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/top/fv.png) center center no-repeat;
background-size: cover;
max-height: 500px;
}
.top .fvbox>div {
justify-content: center;
}
.top .fvbox .subtitle {
color: #fff;
margin-bottom: var(--font-size);
}
.top .fvbox .subtitle:first-child {
margin-bottom: 0;
}
.top .fvbox .title {
color: #fff;
font-size: 67px;
font-weight: 600;
line-height: inherit;
}
.top .fvbox .title span {
font-size: 46px;
}
.top .fvbox .subtitle {
font-size: 30px;
}
.top h3.subtitle {
font-size: 2.2em;
color: var(--main-color);
text-align: center;
width: 100%;
position: relative;
}
.top h3.subtitle span {
background: #fff;
padding: .5em;
position: relative;
z-index: 3;
}
.top h3.subtitle::before,
.top h3.subtitle::after {
content: "";
display: block;
width: 100%;
height: 80%;
border: 1px solid;
border-radius: 13px;
position: absolute;
top: 10%;
left: 0;
}
.top h3.subtitle::before {
border-color: var(--main-color);
z-index: 2;
height: 60%;
top: 20%;
}
.top h3.subtitle::after {
border-color: var(--sub-color);
z-index: 1;
width: 98%;
left: 1%;
}
.top .bgimgbox {
padding: 5em 0;
margin-bottom: 2em;
color: #fff;
}
.top .countermeasure {
background-image: url(//suggesul.com/wp-content/themes/suggesul/img/top/top-bg-01.png);
background-attachment: fixed;
background-size: cover;
background-position: center;
}
.top .bgimgbox h2 {
color: #fff;
}
.top .bgimgbox h2::before {
background: linear-gradient(to right, var(--bg-main-color) 0%, var(--bg-main-color) 50%, #fff 50%, #fff 100%);
}
.top .bgimgbox .textbox {
color: var(--text-color);
margin-top: 3em;
}
.top .bgimgbox .setbox>div,
.top .bgimgbox .textbox>div {
padding: 1em;
margin: 1em;
}
.top .bgimgbox .setbox>div:first-child {
width: calc(58% - 2em);
margin-bottom: 0;
}
.top .bgimgbox .setbox>div:last-of-type {
width: calc(42% - 2em);
margin-bottom: 0;
}
.top .bgimgbox .setbox img {
width: 100%;
}
.top .bgimgbox .textbox>div {
background: #fff;
width: calc(50% - 2em);
border-radius: 21px;
position: relative;
padding-top: 3em;
padding-bottom: 3em;
}
.top .bgimgbox .iconset {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%);
}
.top .imgtitle {
width: 90%;
position: relative;
display: inline-block;
overflow: hidden;
margin-bottom: 5em;
}
.top .imgtitle h3 {
padding: 3em;
color: #fff;
}
.top .imgtitle>div {
position: relative;
z-index: 2;
opacity: 0;
}
.top .merit>div {
background: url(//suggesul.com/wp-content/themes/suggesul/img/top/top-bg-02.png) center center no-repeat;
background-size: cover;
}
.top .mitumori {
margin-left: 10%;
}
.top .mitumori>div {
background: url(//suggesul.com/wp-content/themes/suggesul/img/top/top-bg-03.png) center center no-repeat;
background-size: cover;
}
.top .imgtitle::before {
content: "";
display: block;
background-color: var(--bg-main-color);
height: 100%;
width: 100%;
position: absolute;
z-index: 1;
top: 5%;
}
.top .imgtitle::after {
content: '';
display: inline-block;
width: 0;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: var(--main-color);
}
.top .imgtitle.active::after {
animation: barAnime forwards 1.5s 1 ease 0.1s normal;
}
.top .imgtitle.active>div {
animation: photoAnime forwards 1.5s 1 ease 0.5s normal;
}
.top .merit::before {
left: 2%;
}
.top .merit h3 {
text-align: right;
}
.top .mitumori::before {
right: 2%;
}
.top .mitumorit h3 {
text-align: left;
}
.top .hukidasi {
text-align: center;
width: 100%;
background: #fff;
border-radius: 25px;
padding: 1em;
position: relative;
}
.top .hukidasi p:first-child {
font-size: 1.3em;
margin: 1em;
}
.top .hukidasi::before {
content: "";
display: block;
clip-path: polygon(0 0, 100% 0, 50% 100%);
width: 40px;
height: calc(tan(60deg) * 40px / 2);
background: #ffffff;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 80%);
}
.top .schedulebox {
counter-reset: number 0;
margin: 5em 0;
}
.top .schedulebox>div {
align-items: stretch;
}
.top .schedulebox>div:nth-child(odd) {
flex-direction: row-reverse;
}
.top .schedulebox>div>div {
width: 50%;
padding-bottom: 2em;
}
.top .schedulebox>div>div:first-child {
border-left: 1px solid var(--main-color);
}
.top .schedulebox>div:nth-child(2n)>div:first-child {
border-right: 1px solid var(--main-color);
border-left: none;
}
.top .schedulebox>div:last-child>div:first-child {
border-right: none;
border-left: none;
}
.top .schedulebox .titlebox {
background: var(--main-color);
color: #fff;
font-size: 1.6em;
width: fit-content;
padding: 0 1em;
position: relative;
margin-bottom: var(--font-size);
}
.top .schedulebox .titlebox::before {
counter-increment: number 1;
content: counter(number) ".";
display: inline-block;
}
.top .schedulebox .titlebox::after {
content: "";
display: block;
width: 1em;
height: 1em;
position: absolute;
left: 0;
top: 50%;
transform: translate(-50%, -50%);
background: var(--main-color);
border-radius: 50%;
}
.top .schedulebox .textbox>p:last-child {
padding: 1em;
}
.top .schedulebox>div:nth-child(2n) p:first-child {
text-align: right;
}
.top .schedulebox>div:nth-child(2n) .titlebox {
margin-left: auto;
}
.top .schedulebox>div:nth-child(2n) .titlebox::after {
right: 0;
left: inherit;
transform: translate(50%, -50%);
}
.top .schedulebox>div:nth-child(2)>div:last-child {
margin-top: -3em;
}
.top .schedulebox>div:nth-child(4)>div:last-child {
margin-top: -5em;
}
.top .planbox {
justify-content: center;
text-align: center;
}
.top .planbox>div {
margin: 2em;
border: 1px solid var(--main-color);
border-radius: 28px;
width: 40%;
padding-bottom: 1.6em;
}
.top .planbox .title {
border-radius: 28px 28px 0 0;
background: var(--main-color);
color: #fff;
font-size: 1.6em;
margin-bottom: 1em;
padding: .3em;
}
.top .planbox .cost {
font-size: 2.2em;
font-weight: bold;
-webkit-text-stroke: 2px;
text-stroke: 2px;
}
.top .planbox .note {
width: fit-content;
margin: auto;
text-align: left;
}
.top .updatebox {
align-items: flex-start;
}
.top .updatebox>div {
width: calc(50% - 1em);
}
@media screen and (max-width: 800px)  {
.top .fvbox {
max-height: inherit;
}
.top .fvbox>div {
display: block;
padding: 1em;
}
.top .fvbox>div>div {
width: 100%;
margin: auto;
}
.top .fvbox .title {
font-size: 37px;
text-align: center;
margin: 0 0 .1em;
}
.top .fvbox .title span {
font-size: 30px;
}
.top .fvbox .subtitle {
font-size: var(--font-size);
text-align: center;
}
.top .cvbtn {
margin: auto;
}
.top .setbox,
.top .bgimgbox .textbox {
display: block;
width: 100%;
}
.top .setbox,
.top .bgimgbox .textbox>div {
margin-bottom: 3em;
}
.top .bgimgbox .setbox>div:first-child,
.top .bgimgbox .setbox>div:last-of-type,
.top .bgimgbox .textbox>div {
width: calc(100% - 2em);
}
.top .bgimgbox .iconset,
.top .meritbox .iconset img {
width: 63px;
}
.top .imgtitle h3 {
padding: 3em 1em;
}
.top .schedulebox>div {
display: block;
}
.top .schedulebox>div>div {
width: 100%;
margin-bottom: 0;
padding-bottom: 0;
}
.top .schedulebox>div>div:last-child {
padding-bottom: 5em;
}
.top .schedulebox>div>div {
border-left: 1px solid var(--main-color);
}
.top .schedulebox>div:nth-child(2n) p:first-child {
text-align: left;
}
.top .schedulebox>div:nth-child(2n) .titlebox {
margin-left: 0;
}
.top .schedulebox>div:nth-child(2n) .titlebox::after {
right: inherit;
left: 0;
transform: translate(-50%, -50%);
}
.top .schedulebox>div:nth-child(2n)>div:first-child {
border-right: none;
border-left: 1px solid var(--main-color);
}
.top .schedulebox>div:nth-child(2)>div:last-child,
.top .schedulebox>div:nth-child(4)>div:last-child {
margin-top: 0;
}
.top .schedulebox>div:last-child>div:last-child {
border-right: none;
border-left: none;
margin-bottom: 0;
padding-bottom: 0;
}
.top .schedulebox .titlebox {
width: 100%;
}
.top .schedulebox img {
width: 90%;
margin-left: 5%;
}
.top .schedulebox {
margin-bottom: 0;
}
.top .planbox {
display: block;
}
.top .planbox>div {
width: 100%;
margin: 0;
margin-bottom: 2em;
}
.top .planbox .cost {
font-size: 1.6em;
}
.top .updatebox {
display: block;
}
.top .updatebox>div {
width: 100%;
margin-bottom: 3em;
}
} .bottompage .fvbox {
background-size: cover !important;
max-height: 250px;
color: #fff;
}
.bottompage h1 {
padding: 2em 0;
text-align: center;
font-size: var(--font-h2-size);
width: fit-content;
margin: auto;
} .archive .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/column.png) center center no-repeat;
}
.archivebox .columbox {
flex-wrap: wrap;
align-items: flex-start;
justify-content: flex-start;
}
.archivebox .columbox a {
color: var(--text-color);
display: block;
width: calc(33% - 2em);
margin: 0 1em 2em;
}
.archivebox .columbox a:hover {
transform: scale(1.05);
transition: all .2s ease-out;
}
.archivebox .databox{
margin: .5em .5em 0 0;
}
.archivebox .imgbox img {
min-width: 100%;
height: 200px;
object-fit: cover;
}
.archivebox .category-ktegori {
width: fit-content;
}
.archivebox .nav-links {
width: fit-content;
margin-left: auto;
}
.archivebox .nav-links a {
color: var(--text-color);
margin: 0 .2em;
}
.archivebox .current {
background: var(--main-color);
color: #fff;
border-radius: 8px;
padding: .2em .6em;
margin: 0 .2em;
}
.archivebox .pickupbox {
align-items: stretch;
}
.archivebox .pickupimg,
.archivebox .pickuptext {
width: calc(50% - 2em);
margin: 1em;
}
.archivebox .pickupimg img {
min-width: 100%;
min-height: 100%;
object-fit: cover;
}
.archivebox .pickuptext .databox .day {
margin: 0;
margin-right: 1em;
}
.archivebox .pickuptext p:first-child {
font-size: 1.3em;
}
.archivebox .pickupbox .btn {
margin: 1em 0;
width: 100%;
padding: 0;
font-size: 1em !important;
max-width: inherit;
box-sizing: border-box;
}
.archivebox .pickupbox .btn a {
width: 100%;
min-width: inherit;
box-sizing: border-box;
}
@media screen and (max-width: 800px)  {
.archivebox .pickupbox {
display: block;
}
.archivebox .pickupimg,
.archivebox .pickuptext {
width: calc(100% - 2em);
margin: 1em;
}
.archivebox .pickupimg {
height: 150px;
}
.archivebox .pickupimg img {
height: 100%;
min-height: initial;
}
.archivebox .columbox {
display: block;
}
.archivebox .columbox a>div {
display: flex;
}
.archivebox .databox,
.archivebox .databox .day {
display: flex;
}
.archivebox .columbox a {
width: 100%;
margin: 1em 0;
}
.archivebox .imgbox {
margin-right: 1em;
width: 40%;
}
.archivebox .imgbox img {
height: auto;
}
.archivebox .textset {
width: 60%;
}
.archivebox .textset .textbox p {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.archivebox .category-ktegori {
margin-left: .5em;
margin-bottom: 0;
}
} .post-type-archive-news .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/news.png) center center no-repeat;
}
.post-type-archive-news .newsbox {
border-top: 1px solid var(--text-color);
} .post-type-archive-faq .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/faq.png) center center no-repeat;
}
.post-type-archive-faq h2 {
margin-top: 2em;
}
.post-type-archive-faq h2+div {
border-top: 1px solid var(--text-color);
}
.post-type-archive-faq .textbox p span {
background: inherit;
-webkit-text-stroke: inherit;
} .page-template-page-about .fvbox {
background: var(--bg-color);
}
.about-h1 {
max-height: inherit !important;
}
.about-h1 h1 {
padding: 1em 0;
}
.about .titlebox {
justify-content: flex-start;
}
.about .titlebox .iconset {
width: 40px;
margin-right: .5em;
}
.about .titlebox .iconset img {
width: 100%;
}
.about .titlebox .titleset {
font-size: 2.2em;
color: var(--main-color);
}
.about .pointwarp {
overflow-x: hidden;
}
.about .subtitleset {
font-size: 2.2em;
text-align: center;
}
.about .bgimgbox {
background-image: url(//suggesul.com/wp-content/themes/suggesul/img/about/bgimg.png);
background-attachment: fixed;
background-size: cover;
background-position: center;
padding: 5em 0;
}
.about .bgimgbox h2 {
color: #fff;
}
.about .bgimgbox h2::before {
background: linear-gradient(to right, var(--bg-main-color) 0%, var(--bg-main-color) 50%, #fff 50%, #fff 100%);
}
.about .bgimgbox .titleset {
font-size: 2.2em;
color: #fff;
text-align: center;
}
.about .bgimgbox .subtitleset {
font-size: 2.2em;
text-align: center;
}
.about .bgimgbox .pointbox {
width: fit-content;
align-items: center;
margin: auto;
}
.about .bgimgbox .left-pointbox {
transform: translateX(-12.5%);
}
.about .bgimgbox .right-pointbox {
transform: translate(12.5%, -30%);
}
.about .bgimgbox .pointbox>div {
background: #fff;
width: 350px;
height: 350px;
border-radius: 50%;
margin: 1em 4em;
position: relative;
}
.about .bgimgbox .pointbox>div>div {
position: relative;
width: 80%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.about .bgimgbox .pointbox .titleset {
color: var(--main-color);
font-size: 1.4em;
line-height: 1.3;
-webkit-text-stroke: 1px;
}
.about .correspondence {
text-align: center;
}
.about .correspondence .textset01 {
font-size: 2.2em;
}
.about .correspondence .textset02 {
font-size: 1.6em;
}
.about .correspondence .textset02 span {
font-size: 1.3em;
}
.about .correspondence .red {
color: #ED6369;
-webkit-text-stroke: 1px;
}
.about .correspondence .blue {
color: var(--main-color);
background: linear-gradient(to top, var(--marker-color) 0%, var(--marker-color) 50%, transparent 50%, transparent 100%);
background-repeat: no-repeat;
-webkit-text-stroke: 1px;
}
@media screen and (max-width: 800px)  {
.about .titlebox {
margin-bottom: .5em;
}
.about .titlebox .titleset {
width: calc(100% - 40px);
font-size: 1.4em;
}
.about .bgimgbox .titleset {
font-size: 1.4em;
}
.about .bgimgbox .pointbox>div {
width: 100%;
height: auto;
margin: 1em 0;
border-radius: 20px;
display: block;
}
.about .bgimgbox .left-pointbox,
.about .bgimgbox .right-pointbox {
transform: translateX(0);
display: block;
}
.about .bgimgbox .pointbox>div>div {
position: initial;
width: 100%;
padding: 1em;
transform: translate(0, 0);
}
.about .correspondence .textset01 {
font-size: 1.6em;
}
.about .correspondence .textset02 {
font-size: 1.2em;
}
} .page-template-page-merit .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/merit.png) center center no-repeat;
line-height: 1.5;
max-height: inherit;
}
.page-template-page-merit h1 {
padding: 1em 0;
}
.merit .center {
text-align: center;
}
.merit .titlebox {
justify-content: flex-start;
}
.merit .titlebox .iconset {
width: 40px;
margin-right: .5em;
}
.merit .titlebox .iconset img {
width: 100%;
}
.merit .titlebox .titleset {
color: var(--main-color);
margin-bottom: 0;
}
.merit .subtitleset {
color: var(--main-color);
margin: 3em 0 .5em;
font-size: 1.6em;
}
.merit .subtitleset::before {
content: "\025cf";
display: inline-block;
margin-right: .5em;
}
.merit .searchbox {
width: fit-content;
margin: auto;
}
.merit .searchbox img {
width: 100%;
}
.merit .searchbox>div {
max-width: 480px;
width: 100%;
margin: 1em;
padding: 2em;
background: var(--bg-color);
}
.merit .pickuptext {
font-size: 2.2em;
text-align: center;
}
.merit .pickupbox {
font-size: 1.6em;
}
.merit .effectbox div {
width: fit-content;
margin: 2em auto;
}
.merit .effectbox div div {
background: var(--bg-main-color);
padding: 1em 5em;
border-radius: 30px;
margin: 1em;
}
.merit .effectbox .engine {
font-size: 1.6em;
color: var(--main-color);
text-align: center;
-webkit-text-stroke: 2px;
}
.merit .listbox {
width: fit-content;
margin: 1em auto;
}
.merit .listbox ul {
padding: 1em;
background: var(--bg-color);
}
.merit .listbox li {
margin-bottom: 1em;
line-height: 1.8;
}
.merit .listbox li:last-child {
margin-bottom: 0;
}
.merit .listbox li::before {
content: "\025cf";
display: inline-block;
margin-right: .5em;
}
@media screen and (max-width: 800px)  {
.merit .effectbox>div {
display: block;
}
.merit .searchbox {
display: block;
}
.merit .pickuptext {
font-size: 1.4em;
text-align: left;
}
.merit .arrow {
max-width: 80px;
margin: 1em auto;
}
.merit .effectbox div {
margin: 0;
}
.merit .effectbox div div {
background: var(--bg-main-color);
padding: 1em 2em;
border-radius: 30px;
margin: 1em;
width: 100%;
box-sizing: border-box;
text-align: center;
}
.merit .searchbox>div {
width: calc(100% - 2em);
}
} .page-template-page-flow .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/flow.png) center center no-repeat;
}
.page-template-page-flow .flowbox {
flex-wrap: wrap;
justify-content: center;
align-items: stretch;
}
.page-template-page-flow .flowbox div {
width: 33%;
padding: 1em;
margin: 1em 0;
border-right: 1px dotted var(--text-color);
}
.page-template-page-flow .flowbox div:first-child,
.page-template-page-flow .flowbox div:nth-child(4) {
border-left: 1px dotted var(--text-color);
}
.page-template-page-flow .flowbox .imgbox {
text-align: center;
}
.page-template-page-flow .flowbox .titlebox {
color: var(--main-color);
text-align: center;
margin: .5em;
font-size: 1.6em;
}
.page-template-page-flow .notebox {
width: fit-content;
margin: 3em auto 0;
}
@media screen and (max-width: 800px)  {
.page-template-page-flow .flowbox {
display: block;
}
.page-template-page-flow .flowbox div {
width: calc(100% - 2em);
padding: 1em;
margin: 1em auto;
border-right: none;
border-bottom: 1px dotted var(--text-color);
}
.page-template-page-flow .flowbox div:first-child,
.page-template-page-flow .flowbox div:nth-child(4) {
border-left: none;
}
} .companyfv .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/company.png) center center no-repeat;
}
.company table {
max-width: 800px;
width: 100%;
margin: 1em auto;
}
.company td:first-child {
width: 10em;
}
.company td:last-child {
width: calc(100% - 10em)
}
.company iframe {
width: 100%;
height: 300px;
margin-top: 1em;
} .termsfv .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/terms.png) center center no-repeat;
} .pricefv .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/price.png) center center no-repeat;
} .lawfv .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/law.png) center center no-repeat;
}
.law table {
max-width: 800px;
width: 100%;
margin: 1em auto;
}
.law td:first-child {
width: 15em;
}
.law td:last-child {
width: calc(100% - 10em);
} .privacyfv .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/privacy.png) center center no-repeat;
} .downloadfv .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/download.png) center center no-repeat;
}
.download .singularwrap {
max-width: 800px;
}
.download-confirmfv .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/download.png) center center no-repeat;
} .contactfv .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/contact.png) center center no-repeat;
}
.confirmfv .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/contact.png) center center no-repeat;
}
.thanksfv .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/contact.png) center center no-repeat;
}
.thanks>div {
max-width: 800px;
margin: auto;
}
.thanks h2::before {
display: none;
}
.contact .singularwrap {
max-width: 800px;
}
.contactbox dl {
display: flex;
margin-bottom: 1em;
}
.contactbox dt {
width: 15em;
padding: .5em 0;
}
.contactbox dd {
width: calc(100% - 16em);
margin-left: 1em;
padding: .5em 0;
}
.contactbox dd input[type=text],
.contactbox dd input[type=email],
.contactbox dd input[type=tel],
.contactbox dd input[type=url],
.contactbox dd textarea {
width: 100%;
padding: 1em;
border: 1px solid var(--text-color);
border-radius: 12px;
}
.contactbox .required {
background: var(--sub-color);
padding: .2em .5em;
margin-left: 1em;
}
.contactbox .checkbtn {
text-align: center;
}
.contactbox input[type=submit] {
margin-top: 1em;
max-width: fit-content;
min-width: 300px;
background-color: var(--cvbtn-color);
border-radius: 13px;
padding: 1em;
text-align: center;
color: #fff;
width: 100%;
box-sizing: border-box;
border: none;
font-size: 1em;
cursor: pointer;
}
.contactbox #js-btnbox {
opacity: 0.5;
pointer-events: none;
}
.contactbox #js-btnbox.error {
opacity: 0.5 !important;
pointer-events: none !important;
}
.contactbox #js-btnbox.active {
opacity: 1;
pointer-events: all;
}
.contactbox .wpcf7-spinner {
display: none;
}
.contactbox input[type=radio] {
margin-bottom: .5em;
}
.contactbox .errortext {
color: #ED6369;
display: none;
}
.contactbox .errortext.active {
display: block;
}
.contactbox .btnbox {
justify-content: space-around;
}
.contactbox .back input {
background: #7C7B7B;
}
@media screen and (max-width: 800px)  {
.contactbox dl {
display: block;
margin-bottom: 1em;
}
.contactbox dt,
.contactbox dd {
width: 100%;
margin: 0;
}
.contactbox .wpcf7-list-item {
margin: 0;
}
.contactbox p {
margin: 0;
}
} .error404 .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/404.png) center center no-repeat;
} .page-template-page-rumors .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/rumors/fvbg.png) center center no-repeat;
max-height: inherit;
padding: 1em 0;
}
.page-template-page-rumors .fvbox>div {
justify-content: center;
}
.page-template-page-rumors .fvbox .title,
.page-template-page-rumors .fvbox .subtitle {
color: #fff;
margin-bottom: var(--font-size);
}
.page-template-page-rumors .fvbox .title {
font-size: var(--font-h2-size);
font-weight: 600;
line-height: inherit;
line-height: 1.2;
margin-bottom: 0;
}
.page-template-page-rumors .fvbox .subtitle {
font-size: 30px;
}
.page-template-page-rumors .bgimg {
background: url(//suggesul.com/wp-content/themes/suggesul/img/rumors/bg.png) top center no-repeat;
background-size: cover;
width: 100%;
}
.page-template-page-rumors .bgimg h2 {
color: #fff;
}
.page-template-page-rumors .bgimg .textbox {
color: #fff;
}
.page-template-page-rumors .bgimg .textbox p span {
background: linear-gradient(to top, var(--main-color) 0%, var(--main-color) 50%, transparent 50%, transparent 100%);
}
.page-template-page-rumors .bgimg .title {
padding-top: 3em;
color: #fff;
margin-bottom: 0;
}
.page-template-page-rumors .bgimg .title span.bgbox {
background: var(--main-color);
margin: 0 .5em;
padding: .1em .5em;
border-radius: 16px;
font-size: .8em;
}
.page-template-page-rumors .bgimg .title span.ten {
color: var(--marker-color);
background-image: radial-gradient(circle at center, var(--marker-color) 20%, transparent 20%);
background-position: top right;
background-repeat: repeat-x;
background-size: 1em 0.3em;
padding-top: .4em;
}
.page-template-page-rumors .bgimg .title:before {
display: none;
}
.page-template-page-rumors .bgimg .troublebox {
display: flex;
}
.page-template-page-rumors .bgimg .troublebox>div {
background: #fff;
width: calc(33% - 2em);
margin: 1em;
border-radius: 28px;
padding: 1em;
}
.page-template-page-rumors .bgimg .troublebox>div p:first-child {
margin-bottom: 1em;
text-align: center;
}
.page-template-page-rumors .bgimg .troublebox02 {
display: flex;
text-align: center;
width: fit-content;
margin: 2em auto 0;
}
.page-template-page-rumors .bgimg .troublebox02>div {
background: #fff;
width: fit-content;
margin: 1em;
border-radius: 28px;
padding: 1em 2em;
margin-bottom: 2em;
}
.page-template-page-rumors .bgimg .troublebox02 .text-c {
color: var(--main-color);
margin-top: .5em;
-webkit-text-stroke: 1px;
}
.page-template-page-rumors .bgimg .bottomimg {
margin: 0;
text-align: center;
max-width: 100%;
line-height: 0;
}
.page-template-page-rumors .bgmain-c {
background: var(--main-color);
color: #fff;
text-align: center;
padding: .5em;
font-size: var(--font-h2-size);
position: relative;
}
.page-template-page-rumors .bgmain-c .subtitle {
font-size: .8em;
}
.page-template-page-rumors .bgmain-c .title span {
color: var(--marker-color);
}
.page-template-page-rumors .bgmain-c .arrowr {
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 90%);
}
.page-template-page-rumors .mt13 {
margin-top: 13em;
margin-bottom: 8em;
}
.page-template-page-rumors .mt13 .subtitle {
font-size: 2.2em;
text-align: center;
}
.page-template-page-rumors .mt13 .imgbox {
width: fit-content;
margin: 1em auto;
display: flex;
justify-items: center;
align-items: center;
}
.page-template-page-rumors .mt13 .imgbox>div {
margin: .5em;
}
@media screen and (max-width: 800px)  {
.page-template-page-rumors .fvbox .subtitle {
font-size: 18px;
}
.page-template-page-rumors .bgimg .troublebox {
display: block;
}
.page-template-page-rumors .bgimg .troublebox>div {
background: #fff;
width: calc(100% - 2em);
}
.page-template-page-rumors .bgimg .troublebox02 {
display: block;
}
.page-template-page-rumors .bgimg .troublebox02>div {
display: flex;
align-items: center;
font-size: 1.5em;
padding: .5em;
margin: 0 0 .5em;
width: 100%;
}
.page-template-page-rumors .bgimg .troublebox02>div>p:first-child {
width: 10%;
margin-right: .5em;
}
.page-template-page-rumors .bgimg .troublebox02>div>p:last-child {
margin-top: 0;
}
.page-template-page-rumors .bgmain-c .arrowr {
width: 100px;
}
.page-template-page-rumors .mt13 {
margin-top: 7em;
margin-bottom: 4em;
}
.page-template-page-rumors .mt13 .imgbox {
display: block;
}
.page-template-page-rumors .mt13 .imgbox>div {
text-align: center;
}
.page-template-page-rumors .mt13 .imgbox>div:nth-child(2)>p {
transform: rotate(90deg);
}
} .page-template-page-free .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/free.png) center center no-repeat;
line-height: 1.5;
max-height: inherit;
}
.page-template-page-free h1 {
padding: 1em 0;
}
.page-template-page-free .free .notebox {
width: 100%;
background: var(--bg-main-color);
border-radius: 5px;
padding: 1em;
display: flex;
align-items: center;
margin: 1em 0;
}
.page-template-page-free .free .notebox .textbox {
width: calc(100% - 1em);
margin-right: 1em;
}
.page-template-page-free .free .notebox .textbox p {
background: #fff;
padding: 1em;
margin: 1em;
}
.page-template-page-free .free .notebox .imgbox {
width: 40%;
}
.page-template-page-free .free .notebox .imgbox02 {
width: 20%;
}
.page-template-page-free .freecta>div {
background: #0696CD;
padding: 1em 0;
}
.page-template-page-free .freecta>div .title {
font-size: 40px;
}
.page-template-page-free .freecta>div .ctatext {
width: auto;
margin: auto;
}
.page-template-page-free .freecta>div .box {
margin: 1em auto;
background: #fff;
border-radius: 10px;
padding: 1em;
position: relative;
width: 80%;
}
.page-template-page-free .freecta>div .box .imgbox {
height: 100%;
position: absolute;
right: 0;
top: 50%;
transform: translate(68%, -50%);
}
.page-template-page-free .freecta>div .box .imgbox img {
height: 100%;
}
.page-template-page-free .freecta>div .box .note-01 {
color: #3D3939;
font-size: 50px;
line-height: .9;
margin-top: .5em;
}
.page-template-page-free .freecta>div .box .note-02 {
color: #3D3939;
font-size: 40px;
}
.page-template-page-free .freecta>div .box .cvbtn {
margin: 1em auto;
}
@media screen and (max-width: 800px)  {
.page-template-page-free .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/free-sp.png) center center no-repeat;
}
.page-template-page-free h1 {
padding: 2em 0;
}
.page-template-page-free .free .notebox {
display: block;
}
.page-template-page-free .free .notebox .textbox {
width: 100%;
margin-right: 0;
}
.page-template-page-free .free .notebox .imgbox {
width: 100%;
}
.page-template-page-free .free .notebox .imgbox02 {
width: 40%;
margin: auto;
}
.page-template-page-free .freecta>div {
background: #0696CD;
padding: 1em 0;
margin-bottom: 3em;
}
.page-template-page-free .freecta>div .title {
font-size: 24px;
margin-top: 1em;
}
.page-template-page-free .freecta>div .ctatext {
width: auto;
margin: auto;
}
.page-template-page-free .freecta>div .box {
margin: 1em auto;
background: #fff;
border-radius: 10px;
padding: 1em;
position: relative;
width: 80%;
margin-top: 80px;
}
.page-template-page-free .freecta>div .box .imgbox {
height: auto;
width: 100%;
right: 50%;
top: 0;
transform: translate(50%, -70%);
}
.page-template-page-free .freecta>div .box .imgbox img {
height: 100%;
}
.page-template-page-free .freecta>div .box .note-01 {
color: #3D3939;
font-size: 30px;
line-height: 1.3;
margin-top: .5em;
}
.page-template-page-free .freecta>div .box .note-02 {
color: #3D3939;
font-size: 24px;
line-height: 1.2;
}
.page-template-page-free .freecta>div .box .cvbtn {
margin: 1em auto;
}
}main {
width: 100%;
}
.main {
max-width: 100%;
max-width: calc(100% - 300px);
}
.single .fvbox {
background: url(//suggesul.com/wp-content/themes/suggesul/img/fvbg/column.png) center center no-repeat;
}
.hbox {
margin-bottom: 2em;
}
.hbox h1 {
font-size: var(--font-h2-size);
padding: .1em .5em;
padding-left: 0;
line-height: 1.5;
}
.hbox .category-ktegori {
width: fit-content;
margin-left: 1em;
padding: .5em 1em;
}
.hbox .category-news {
width: fit-content;
margin-left: 1em;
padding: .5em 1em;
}
.singularwrap {
align-items: flex-start;
}
@media screen and (max-width: 768px) {
.singularwrap {
display: block;
}
}
.singularbox {
counter-reset: number 0;
}
.singularbox h1,
.singularbox h2,
.singularbox h3,
.singularbox h4,
.singularbox h5,
.singularbox h6,
.singularbox p,
.singularbox ul,
.singularbox ol,
.singularbox blockquote,
.singularbox code,
.singularbox details,
.singularbox preformatted,
.singularbox table,
.singularbox figure,
.singularbox pre,
.singularbox .wp-block-button__link {
margin-bottom: var(--font-size);
}
.singularbox h2,
.singularbox h3,
.singularbox h4,
.singularbox h5,
.singularbox h6 {
padding: .1em .5em;
margin-top: calc(var(--font-size) * 2);
text-align: left;
color: var(--main-color);
}
.singularbox h2:first-child,
.singularbox h3:first-child,
.singularbox h4:first-child,
.singularbox h5:first-child,
.singularbox h6:first-child {
margin-top: 0;
}
.singularbox h2 {
padding: .1em 0;
margin-bottom: 1em;
font-size: 1.6em;
}
.singularbox h3 {
border-left: 5px solid;
font-size: 1.4em;
}
.singularbox h4 {
font-size: 1.2em;
padding-left: 0;
}
.singularbox h5 {
border-left: 3px solid;
}
.singularbox h6 {
border-left: 3px double;
}
.singularbox .is-style-count-set,
.singularbox .is-style-number-set {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
.singularbox .is-style-count-set {
border: none;
}
.singularbox .is-style-count-set::after {
counter-increment: number 1;
content: counter(number) ":";
}
.singularbox .is-style-number-set::after {
counter-increment: number 1;
content: "第" counter(number) "条";
}
.singularbox a {
text-decoration: underline;
color: var(--main-color);
}
.singularbox ul,
.singularbox ol {
list-style: none;
}
.singularbox li {
display: flex;
margin-bottom: 1em;
}
.singularbox li::before {
margin-right: .5em;
}
.singularbox ul li::before {
content: "\f111";
font-weight: 900;
font-family: "Font Awesome 6 Free";
display: inline-block;
}
.singularbox ol {
counter-reset: number 0;
}
.singularbox ol li::before {
counter-increment: number 1;
content: counter(number) ".";
}
.singularbox blockquote,
.singularbox code,
.singularbox .wp-block-verse {
padding: 1em;
background-color: color-mix(in srgb, var(--main-color) 5%, #fff);
}
.singularbox blockquote::before {
content: '\f10d';
font-weight: 900;
font-family: "Font Awesome 6 Free";
display: block;
font-size: 1.6em;
color: color-mix(in srgb, var(--main-color) 70%, #fff);
}
.singularbox blockquote cite {
font-size: .9em;
}
.singularbox details {
border: 1px solid;
}
.singularbox details summary {
padding: 1em;
}
.singularbox details p {
padding: 1em;
border-top: 1px dotted;
}
.singularbox summary {
list-style-type: none;
}
.singularbox summary::-webkit-details-marker {
display: none;
}
.singularbox summary:before,
.singularbox details[open] summary:before,
.singularbox summary details[open] summary:before {
font-weight: 900;
font-family: "Font Awesome 6 Free";
margin-right: .5em;
}
.singularbox summary:before {
content: "\f067";
}
.singularbox details[open] summary:before,
.singularbox summary details[open] summary:before {
content: "\f068";
}
.singularbox table th,
.singularbox table td {
border: 1px solid;
padding: .5em;
}
.singularbox .wp-element-caption {
padding: .5em 0;
}
.singularbox .is-style-stripes table th,
.singularbox .is-style-stripes table td,
.singularbox .is-style-stripes {
border: none;
}
.singularbox .is-style-stripes table tr:last-child {
border-bottom: 1px solid color-mix(in srgb, var(--main-color) 5%, #fff);
}
.singularbox .is-style-stripes table tr:nth-child(odd) {
background-color: color-mix(in srgb, var(--main-color) 5%, #fff);
}
.singularbox .is-style-table-line table td,
.singularbox .is-style-table-line table th {
border: none;
}
.singularbox .is-style-table-line tr {
border-bottom: 1px solid var(--text-color);
}
.singularbox .is-style-table-line tr:first-child {
border-top: 1px solid var(--text-color);
}
.singularbox .is-style-teble-title {
margin: 0;
padding: .5em 1em .5em 1em;
background: var(--main-color);
color: #fff;
border-radius: 13px 13px 0 0;
font-size: 1.2em;
}
.singularbox .wp-block-button__link {
background-color: var(--btn-color);
color: #fff;
border: 2px solid var(--btn-color);
box-sizing: border-box;
border-radius: 10px;
padding: .667em 1.333em;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.singularbox .wp-block-button__link::after {
content: "\f105";
font-weight: 900;
font-family: "Font Awesome 6 Free";
margin-left: .5em;
}
.singularbox .wp-block-button__link:hover {
background-color: color-mix(in srgb, var(--btn-color) 40%, #fff);
}
.singularbox .wp-block-button .wp-block-button__link:where(.is-style-outline),
.singularbox .wp-block-button:where(.is-style-outline)>.wp-block-button__link {
color: var(--btn-color);
background: inherit;
}
.singularbox .wp-block-button .wp-block-button__link:where(.is-style-outline):hover,
.singularbox .wp-block-button:where(.is-style-outline)>.wp-block-button__link:hover {
background-color: var(--btn-color);
color: #fff;
border-color: var(--btn-color);
}
.singularbox .has-text-align-left {
text-align: left;
}
.singularbox .has-text-align-center {
text-align: center;
}
.singularbox .has-text-align-right {
text-align: right;
}
@media screen and (max-width: 768px) {
.singularbox .is-style-table-line table td {
display: block;
width: 100%;
}
.singularbox .is-style-table-line table th {
display: block;
width: 100%;
}
.singularbox .is-style-table-line table td:first-child {
padding-bottom: 0;
}
.singularbox .is-style-table-line table th:first-child {
padding-bottom: 0;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.2em;
}
.is-style-stripes {
overflow-x: auto;
width: 100%;
}
.wp-block-table .has-fixed-layout {
width: max-content;
}
} .sidemenubox {
max-width: 300px;
margin-left: 3em;
}
.sidemenubox .contentbox {
width: 300px;
}
.sidemenubox h2 {
font-size: 1.4em;
text-align: left;
}
.sidemenubox a {
color: var(--text-color);
}
.sidemenubox .columbox {
margin-bottom: 1em;
}
.sidemenubox .columbox a {
display: block;
}
.sidemenubox .textbox {
width: calc(100% - 100px - 1em);
margin-left: 1em;
}
.sidemenubox .imgbox {
width: 100px;
height: auto;
font-size: .8em;
}
.sidemenubox .imgbox img {
width: 100px;
hyphens: 100px;
height: auto;
}
.sidemenubox .titlebox {
font-size: .7em;
overflow: hidden;
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.sidemenubox .databox .category-ktegori {
width: fit-content;
margin: 0;
font-size: .8em;
}
.sidemenubox .listbox {
white-space: nowrap;
}
.sidemenubox .listbox .subcategorylistbox {
margin-left: .5em;
}
.sidemenubox .listbox .subcategorylistbox p::before {
content: "-";
display: inline-block;
}
@media screen and (max-width: 768px) {
.sidemenubox {
width: 100%;
max-width: inherit;
margin-left: 0;
margin-top: 4em;
}
.sidemenubox .contentbox {
width: 100%;
}
} .mokuji_wrap {
background: var(--bg-color);
padding: 1em 1.5em;
}
.mokuji_wrap li {
display: block;
line-height: 1.5;
}
.mokuji_wrap ul {
counter-reset: number 0;
margin-top: 1em;
}
.mokuji_wrap ul>li {
margin-bottom: .5em;
text-indent: -0.7em;
padding-left: 1em;
}
.mokuji_wrap>ul>li {
margin-bottom: 2em;
}
.mokuji_wrap>ul>li>ul {
margin: 0;
}
.mokuji_wrap>ul>li>ul>li {
margin-top: .5em;
}
.mokuji_wrap>ul>li>ul>li::before {
content: "-";
}
.mokuji_wrap>ul>li::before {
counter-increment: number 1;
content: counter(number) ":";
}
.mokuji_wrap a {
color: var(--main-color);
}
.mokuji {
font-size: 1.1em;
padding: 0 1em 1em 0;
border-bottom: 1px solid;
}
.mokuji_img img {
max-width: 100%;
margin-bottom: 2em;
} .floating-banner {
display: none;
position: fixed;
transform: translateX(-50%);
left: 50%;
bottom: 5%;
max-width: 600px;
width: 90%;
}
.floating-banner>div {
position: relative;
}
.floating-banner-close {
border: 2px solid #000;
width: 30px;
height: 30px;
border-radius: 50%;
background: #fff;
position: absolute;
top: -3%;
right: -1%;
display: flex;
justify-content: center;
align-items: center;
}
.floating-columu {
transform: translateX(-50%);
left: calc(50% - 180px);
bottom: 5%;
right: auto;
animation: inherit;
}
.floating-columu .floating-banner-close {
top: -3%;
right: -1%;
}
.floating-columu img {
max-width: 600px;
width: 100%;
}
@media screen and (max-width: 767px) {
.floating-banner {
bottom: 50px;
right: 0;
left: 3%;
width: 100%;
animation: none;
transform: translateX(0);
width: 94%;
}
.floating-banner img {
width: 100%;
}
}