@charset "utf-8";
/*
Theme Name: career-agent
Theme URI: https://lqd.jp/wp/theme_lp.html
Description: LIQUID PRESS PREMIUM
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/wp/
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: liquid-lp
Version: 1.2.3.2
*/

/* ------------------------------------
common
------------------------------------ */

body {
    color: #333;
    font-size: 16px;
    font-family: Verdana, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "游ゴシック体", sans-serif;
    line-height: 1.5;
    background-color: #f9f9f9;
}
a {
    color: #00a5d4;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.blog .cover{
	display:none;
	
}
@media (max-width: 768px) {
.headline .container{
	max-width:100%;
}
}
@media (min-width: 768px) {
    .container {
        max-width: 1140px;
    }
}
#s06{
    margin-top: -140px;
    padding-top: 160px;
}
a:hover, a:active {
    color: #00a5d4;
    text-decoration: none;
}
a:visited {
    color: #00a5d4;
    opacity: 0.7;
}
img {
    max-width: 100%;
    height: auto;
}
h3 {
    margin-bottom: 1rem;
}
iframe {
    max-width: 100%;
}



.btn_back{
	border:1px solid #333!important;
	background-color:#fff!important;
	color:#333!important;
}

.none {
    display: none;
}
.mainarea [class*='col-'] {
    overflow: hidden;
}
.customize-partial-edit-shortcuts-shown [class*='col-'] {
    overflow: visible;
}
.breadcrumb {
    background: transparent;
    border-radius: 0;
    padding: .5em 1em;
    border-top: 3px solid #00a5d4;
    border-bottom: 3px solid rgba(119, 119, 119, 0.1) !important;
    font-size: small;
    line-height: 1.2;
}
.breadcrumb li {
    overflow: hidden;
}
.breadcrumb li.active {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb li.active a {
    pointer-events: none;
    color: inherit;
}

.rwdwrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.rwdwrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.mark, mark {
    background-color: #ffff00;
}

.page-template-lp .wrapper,
.page-template-liquid .wrapper {
    overflow-x: hidden;
}

/* navbar */
.navbar {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
	    transition: ease .2s;
}
.navbar-nav a {
    font-size: small;
    display: block;
    padding: .5rem .75rem;
}
.navbar-nav a:hover {
    background-color: rgba(119, 119, 119, 0.1);
}
.navbar li {
    list-style: none;
}
.nav .menu-item-has-children>ul, .nav .page_item_has_children>ul {
    display: none;
}
.nav .open>ul {
    display: block !important;
}
.dropdown-menu {
    margin: 0;
    padding: 0;
}
.dropdown-menu, .dropdown-item:focus, .dropdown-item:hover {
    background-color: #00a5d4;
}
.dropdown-item {
    padding: 0;
}
.logo {
    font-size: x-large;
    font-family: Helvetica, sans-serif;
}
.logo img {
    width: auto !important;
    height: 46px !important;
    max-width: initial !important;
    display: inline-block;
    margin-top: .5rem;
}
.logo_text {
    font-size: small;
    text-align: left;
}
.logo_text .ttl, .logo_text .subttl {
    font-size: small;
    display: block;
    font-weight: normal;
    margin: 0;
    line-height: 1.5;
}

.navbar-nav {
    width: 100%;
}

.navbar-nav .nav-item+.nav-item {
    margin-left: 0;
}
/* .navbar .current-menu-item, .navbar .current-menu-parent, .navbar .current_page_item {
    background-color: rgba(119, 119, 119, 0.1);
} */

/* multilevel */
.nav .sub-menu .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.nav .sub-menu .dropdown-toggle:after{
    position: absolute;
    right: .25rem;
    top: 45%;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.nav .nav_ttl > a {
    pointer-events: none;
}

blockquote {
    border-left: 4px solid rgba(119, 119, 119, 0.1);
    padding-left: 1em;
}
blockquote:before {
	font-family: 'icomoon';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
    content: "\e977";
    color: rgba(119, 119, 119, 0.5);
    font-size: large;
}
.screen-reader-text {
    display: none !important;
}
table.table thead th, table.table thead td {
	background-color: #f9f9f9;
}
table.table thead th {
    border-top: 0 none;
    border-bottom: 0 none;
}
table.table-bordered-none, table.table-bordered-none th, table.table-bordered-none td {
    border: 0 none;
}

/* ------------------------------------
// bootstrap
------------------------------------ */
/* navbar-toggler */
.navbar-toggler {
    position: fixed;
    top: 1rem;
    right: .5rem;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
}
.navbar-toggler:focus {
    outline: 0;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

/* Animated “x” icon */
.navbar-toggler {
    border: none;
    background: transparent !important;
}
.navbar-toggler:hover {
    background: transparent !important;
}
.navbar-toggler .icon-bar {
    background-color: #fff !important;
    width: 22px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    -moz-transform: rotate(45deg);
    -moz-transform-origin: 10% 10%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -o-transform: rotate(45deg);
    -o-transform-origin: 10% 10%;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -moz-transform: rotate(-45deg);
    -moz-transform-origin: 10% 90%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -o-transform: rotate(-45deg);
    -o-transform-origin: 10% 90%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
}

.form-control, .btn {
    border-radius: 0;
}

/* carousel */
.carousel-item img {
    width: 100%;
    position: relative;
}
.carousel-indicators {
   bottom: 0;
}
.carousel-indicators li {
    background-color: #ccc;
    border: 0 none;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-top: -2px;
}
.carousel-indicators .active {
    background-color: #00a5d4;
}
.carousel-control .carousel-indicators li {
    margin: 0 .2em !important;
}
.is_overlay .carousel-control-next, .is_overlay .carousel-control-prev {
    z-index: 2;
    width: 5%;
}

/* ------------------------------------
// main
------------------------------------ */
.page .wrapper {
    padding-top: 42px;
}
.head-wrap {
    position: relative;
}

.head-wrap:has(.head-fixed-top-custom) {
    min-height: 62px;
}

.head {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    color: #fff;
    padding: var(--head-padding-y, 0.5rem) 0;
    background-color: #00a5d4;
    /* transition: box-shadow 0.3s ease, opacity 0.3s ease, padding 0.25s ease; */
}

.head-fixed-top-custom {
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0;
    right: 0;
    padding: var(--head-padding-y, 0.25rem) 0;
    background-color: #00a5d4;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    opacity: 0.98;
    transition: box-shadow 0.3s ease, opacity 0.3s ease, padding 0.25s ease;
}
.head-fixed-top-custom:hover {
    background-color: #00a5d4;
    opacity: 1;
}
.head-fixed-top-custom .logo_text {
    display: none;
}
.head-fixed-top-custom a {
    color: #fff;
}

/* LP */
.page-template-lp .head:not(.head-fixed-top-custom) {
    position: fixed !important;
    background-color: transparent !important;
}
.head.head-static, .page-template-lp .head.head-static {
    /*position: static !important;*/
    background-color: #00a5d4 !important;
}
.head.head-static .logo_text {
    display: block;
}

.headline {
    background-color: transparent;
}
.headline .container .row{
	align-items:center;
}
.special_header {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: -.5rem;
}
.special_header .widget {
    margin: 0;
}
.special_header .widget .ttl {
    border-top: 1px solid rgba(119, 119, 119, 0.1);
    border-bottom: 0 none;
    margin: 0;
    padding-left: 1rem;
}
.special_header .widget .ttl span {
    border-bottom: 0 none;
}
.special_header .widget .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 0;
    border-top: 1px solid rgba(119, 119, 119, 0.1);
    -webkit-overflow-scrolling: touch;
}
.special_header .widget .menu.hasscroll:after {
    display: block;
    position: absolute;
    content: '.';
    color: transparent;
    height: 3px;
    background: #333;
    opacity: 0;
    width: 33%;
    border-radius: 1px;
    bottom: 2px;
    left: 0;
    -moz-animation: scroll 3s ease 0s 1;
    -webkit-animation: scroll 3s ease 0s 1;
    -o-animation: scroll 3s ease 0s 1;
    -ms-animation: scroll 3s ease 0s 1;
    animation: hasscroll 3s ease 0s 1;
}
@-moz-keyframes hasscroll {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
}
@-webkit-keyframes hasscroll {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
}
@-o-keyframes hasscroll {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
}
@-ms-keyframes hasscroll {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
}
@keyframes hasscroll {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% { opacity: 0; }
}
.special_header .widget .menu li {
    text-align: center;
    font-size: small;
    border-bottom: 0 none;
    border-right: 1px solid rgba(119, 119, 119, 0.1);
}
.special_header .widget .menu li:last-child {
    border-right: 0 none;
}
.special_header .widget .menu li a {
    display: block;
    padding: .5rem 1rem;
    border: 0 none;
}
.special_header .widget .menu li a i {
    font-size: medium;
    vertical-align: baseline;
}
.special_header .widget .form-control,
.special_header .widget .searchform .btn {
    background: transparent;
}

.cover {
    position: relative;
}
.cover_inner {
    position: relative;
    line-height: 0;
}
.cover video {
    width: 100%;
    height: auto;
}

.cover_overlay {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cover_passive {
    pointer-events: none;
}
.cover_ttl {
    font-size: xx-large;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 1px #00000080;
    margin-bottom: 1rem;
}
.cover_lead {
    font-size: large;
    color: #ffffff;
    text-shadow: 0 0 1px #00000080;
    margin-bottom: 1rem;
}
.cover_ttl mark, .cover_lead mark {
    color: #333;
    background-color: #fff;
}
.cover_btn {
    display: inline-block;
    color: #ffffff !important;
    background: #00a5d4;
    padding: 1rem 1.5rem;
    opacity: 0.9;
}
.cover_btn:hover, .cover_btn:active, .cover_btn:visited {
    color: #ffffff !important;
    opacity: 1;
}

.hero {
    background-color: #00a5d4;
    padding: 2rem 0;
}
.hero h1 {
    color: #fff;
    padding: 0 !important;
    margin: 0;
    font-size: xx-large;
}
.main {
    text-align: center;
    line-height: 1.5;
    padding: 1em 0;
}
.main h3 {
    margin-bottom: 0;
    font-size: large;
}
.main h3 a {
    display: block;
}
.mainarea {
    margin-bottom: 2rem;
}
.home .mainarea {
    margin-top: 2rem;
}
.page-template-lp .mainarea,
.page-template-liquid .mainarea {
    margin-top: 0;
}

.mainarea .pages, .mainarea .news {
    margin: 2rem 0;
}

.pages .list .post_links {
    margin-bottom: 1rem;
}
.pages .list .list-text {
    background-color: #fff;
}

.list .post_links {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
    position: relative;
}
.list .post_links:hover {
    background-color: rgba(119, 119, 119, 0.1);
}
.list .post_links .list-block {
    display: table;
}
.list .post_links .post_thumb,
.list .post_links .list-text {
    display: table-cell;
    vertical-align: top;
}
.list .post_links .post_thumb {
    background-color: rgba(119, 119, 119, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
}
.list .post_links .post_thumb span {
    width: 150px;
    height: 100px;
    display: block;
}
.list .post_links .post_thumb:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.list_big .post_links:hover .post_thumb:after {
    background-color: rgba(119, 119, 119, 0.1);
}
.list .list-text {
    padding: .5rem;
    line-height: 1.2;
}
.list .post_ttl {
    font-size: medium;
    margin-top: .5em;
}

.list_big .post_links {
    border: 1px solid rgba(119, 119, 119, 0.1);
}
.list_big .post_links .list-block {
    display: block;
}
.list_big .post_links .post_thumb,
.list_big .post_links .list-text {
    display: block;
}
.list_big .post_links .post_thumb span {
    width: 100%;
    height: 230px;
}
.list_big .post_ttl {
    font-size: small;
    margin-bottom: 0;
    line-height: 1.2em;
    height: 1.2em;
    overflow: hidden;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    text-overflow: ellipsis;
    box-orient: vertical;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-box-orient: vertical;
    -moz-line-clamp: 1;
    -o-box-orient: vertical;
    -o-line-clamp: 1;
    -ms-box-orient: vertical;
    -ms-line-clamp: 1;
}

.post_meta {
    margin-bottom: 1rem;
}
.post_time, .post_cat {
    font-size: small;
    margin-right: .5em;
    opacity: 0.8;
    color: #333;
}
.post_cat {
    font-size: small;
    color: #fff;
    background-color: #00a5d4;
    padding: .2em .5em;
    display: inline-block;
    margin: .2rem .5rem .2rem 0;
    border-radius: 3px;
    min-width: 7em;
    text-align: center;
    line-height: 1.5;
}
.post_cat a {
    color: #fff !important;
}
.post_body h1, .post_body h2,
.widget h1, .widget h2 {
    font-weight: bold;
    margin-bottom: 2rem;
}
.post_body h1 > span, .post_body h2 > span,
.widget h1 > span, .widget h2 > span {
    border-bottom: 3px solid #00a5d4;
    display: inline-block;
    padding: 1rem 0;
    margin-bottom: -3px;
}
.post_body h3, .widget h3 {
    font-weight: bold;
    margin-bottom: 1rem;
}
.post_body hr, .widget hr {
    clear: both;
}
.post_body a {
    text-decoration: underline;
}
.post_body a.btn {
    text-decoration: none;
}
hr {
    border-color: rgba(119, 119, 119, 0.1);
    border-width: 3px;
}

.cat_info {
    margin-bottom: 1rem;
}
.cat_info img {
    width: 100%;
}

.ttl {
    font-size: medium;
    font-weight: bold;
    border-radius: 0;
    margin-bottom: 1rem;
}
.ttl span {
    display: inline-block;
    padding: .5em 0;
    border-bottom: 3px solid #00a5d4;
}
.landingpage .ttl {
    text-align: center;
    font-size: xx-large;
    font-weight: bold;
    padding: 1rem 0;
    border: 0 none;
}
.cap {
    font-size: large;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

ul.post-categories, .widget ul, ul.page-numbers {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
ul.post-categories li {
    display: inline-block;
    padding-right: .5em;
    padding-left: .5em;
}
ul.page-numbers li {
    display: inline-block;
}

.sidebar .widgets {
    top: 2rem;
}
.sidebar .widget:first-child .ttl {
    margin-top: 0;
}
.sidebar .widget ul li a {
    padding: .5rem 0;
}
.widget {
    margin-bottom: 2rem;
}
.drawer {
    width: 100%;
}
.drawer .widget {
    margin: 1rem 0;
}
.widget .ttl {
    font-size: medium;
    font-weight: bold;
    border-radius: 0;
    margin-bottom: 1rem;
}
.widget ul li {
    display: block;
    padding-left: 0;
    border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}
.widget ul li ul li {
    border-bottom: 0 none;
}
.widget ul li ul {
    border-left: 1px solid rgba(119, 119, 119, 0.1);
    margin-left: .5rem;
    padding-left: .5rem;
}
.widget ul li a {
    padding: .5rem;
    display: inline-block;
}
.wrapper > .widgets .widget, .logo_text .widget {
    margin-bottom: 0;
}
.sidebar .newpost a {
    display: table;
    width: 100%;
}
.sidebar .newpost a .post_thumb {
    display: table-cell;
    vertical-align: top;
    width: 100px;
}
.sidebar .newpost a .post_thumb span {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-color: rgba(119, 119, 119, 0.1);
}
.sidebar .newpost a .post_thumb img {
    width: 100%;
    height: auto;
}
.sidebar .newpost a .post_ttl {
    display: table-cell;
    vertical-align: top;
}

ul.post-categories a, ul.tag a, .pagination li>a {
    display: inline-block;
    padding: .5em 1em;
    text-align: center;
    border: 1px solid rgba(119, 119, 119, 0.1);
    margin: 0 .5rem .5rem 0;
}
ul.post-categories a:hover, ul.tag a:hover, .page-numbers a:hover, .widget a:hover,
.pagination li>a:focus, .pagination li>a:hover {
    background: rgba(119, 119, 119, 0.1);
}

.share {
    margin-bottom: 1rem;
}
.share a {
    display: inline-block;
    padding: .5em 1em;
    color: #fff !important;
    font-size: small;
    margin: 0 .5em .5em 0;
    opacity: 0.8;
    text-decoration: none;
}
.share a:hover, .share a:active, .share a:visited {
    opacity: 1;
    color: #fff !important;
    text-decoration: none;
}
.share_facebook {
    background: #39599F !important;
}
.share_twitter {
    background: #45B0E3 !important;
}
.share_hatena {
    background: #00A4DE !important;
}
.share_pocket {
    background: #D3505A !important;
}
.share_line {
    background: #00C300 !important;
}

.sns {
    text-align: center;
    padding: 0;
}
.sns a {
    font-size: x-large;
    display: inline-block;
    margin: .25rem;
    padding: .5rem;
    line-height: 0;
    opacity: 0.8;
}
.sns a:hover {
    opacity: 1;
    border-radius: 50%;
}

.follow {
    margin-bottom: 1rem;
    background-color: rgba(119, 119, 119, 0.1);
}
.follow_wrap {
    display: table;
}
.follow_img, .follow_sns {
    display: table-cell;
    vertical-align: middle;
}
.follow .share {
    margin: 0;
}
.follow .share a {
    color: inherit !important;
    font-size: 1.5em;
    margin: 0;
    padding: .5em 1em;
    background-color: transparent !important;
}
.formbox a {
    padding: 2rem 1rem;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
    border: 3px solid #00a5d4;
}

.detail {
    padding: 5rem 0;
}


.ttl_h1 {
    font-size: large;
    font-weight: bold;
    margin-bottom: 1rem;
}
.archive .ttl_h1, .search .ttl_h1 {
    border-bottom: 3px solid #00a5d4;
    padding-bottom: 1rem;
}

.clearfix, .post_body {
    zoom: 1;
}
.clearfix:after, .post_body:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.pagination li>a, .pagination li>span {
    border-radius: 0;
    background-color: transparent;
}
.page-numbers {
    clear: both;
    text-align: center;
}
.page-numbers a {
    background-color: #fff;
}
.page-numbers a, span.current {
    display: inline-block;
    border: 3px solid rgba(119, 119, 119, 0.1);
    padding: .5em;
    margin: 3px;
    text-decoration: none;
}
span.current {
    background: rgba(119, 119, 119, 0.1);
}

.map {
    padding: 1rem;
    background: rgba(119, 119, 119, 0.1);
    margin-bottom: 2rem;
}
.map iframe {
    width: 100%;
    height: 450px;
}

.pagetop a {
    display: none;
    text-align: center;
    font-size: 1rem;
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    background: rgba(119, 119, 119, 0.1);
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    z-index: 999;
}

.fixed_footer {
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: #fff;
}
.fixed_footer + .pagetop a {
    bottom: 5rem;
}
.fixed_footer ~ footer {
    padding: 2rem 0 5rem 0;
}
.fixed_footer > [class*='col-'] {
    padding: 0;
}
.fixed_footer .widget {
    margin: 0;
}
.fixed_footer .widget .ttl {
    border-top: 1px solid rgba(119, 119, 119, 0.1);
    border-bottom: 0 none;
    margin: 0;
    padding-left: 1rem;
}
.fixed_footer .widget .ttl span {
    border-bottom: 0 none;
}
.fixed_footer .widget .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    text-align: center;
    justify-content: space-between;
    border-top: 1px solid rgba(119, 119, 119, 0.1);
}
.fixed_footer .widget .menu li {
    display: block;
    flex: 1;
    text-align: center;
    font-size: small;
    border-bottom: 0 none;
    border-right: 1px solid rgba(119, 119, 119, 0.1);
}
.fixed_footer .widget .menu li:last-child {
    border-right: 0 none;
}
.fixed_footer .widget .menu li a {
    padding: .5rem .25rem;
    display: block;
}
.fixed_footer .widget .menu li a i {
    font-size: medium;
    vertical-align: baseline;
}

footer {
    background-color: rgba(119, 119, 119, 0.1);
    padding: 2rem 0;
    font-size: small;
}
footer a, footer a:hover, footer a:active, footer a:visited {
    color: #333 !important;
}
.copy {
    padding: 2em;
    text-align: center;
    font-size: small;
}

.eg {
    background: rgba(119, 119, 119, 0.1);
    padding: 2rem 1rem;
    text-align: center;
    font-weight: bold;
}
.sidebar .eg {
    width: 100%;
    height: 250px;
    border: 1px solid rgba(119, 119, 119, 0.1);
}


/* ------------------------------------
// wp
------------------------------------ */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.alignright {
    float: right;
    margin-left: 1.5em !important;
    margin-bottom: 1em !important;
}
.alignleft {
    float: left;
    margin-right: 1.5em !important;
    margin-bottom: 1em !important;
}
.attachment-post-thumbnail, .ttl_h1 + img {
    margin-bottom: 1em;
}
.attachment-post-thumbnail {
    width: 100%;
}
.thumbnail_top {
    margin-bottom: 1em;
    width: 100%;
}
.wp-caption, .wp-caption-text, .gallery-caption {
    font-size: small;
    max-width: 100%;
    height: auto;
}
.sticky .list-title {
    font-weight: bold;
}
.bypostauthor {
    font-weight: bold;
}
.form-allowed-tags {
    font-size: small;
}

.searchform_nav {
    margin-top: 1rem;
}
.searchform {
    position: relative;
    width: 100%;
}
.searchform .search-text {
    border-color: transparent transparent rgba(119, 119, 119, 0.1) transparent;
}
.searchform .btn {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #fff;
    color: #333;
    border: 0 none;
}
.searchform * {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* ------------------------------------
// cse-search
------------------------------------ */
#cse-search-box input[name="q"] {
    width: 74%;
}

/* ------------------------------------
// wpcf7
------------------------------------ */
.widget .wpcf7 {
    padding: 1rem;
    background-color: rgba(119, 119, 119, 0.1);
}
.wpcf7 label {
    width: 100%;
}

/* ------------------------------------
// popularposts
------------------------------------ */
.popular-posts .wpp-thumbnail {
    margin-right: 10px;
    max-width: initial !important;
    float: none;
}
.popular-posts .wpp-list li {
    display: table;
    width: 100%;
    position: relative;
}
.popular-posts .wpp-list li a {
    display: table-cell;
    vertical-align: top;
}
.popular-posts .wpp-list li .wpp-post-title {
    width: 100%;
}
.popular-posts .wpp-list li .wpp-excerpt {
    display: table-cell;
    vertical-align: top;
}
.popular-posts .wpp-list li .post-stats {
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: 90px;
    background: #333;
    color: #fff;
    text-indent: .5em;
    font-size: xx-small;
}
.popular-posts .wpp-list li .post-stats a {
    padding: 0;
    display: inline;
    color: #fff;
}
.wpp-no-data {
    display: none;
}

/* ------------------------------------
// woocommerce
------------------------------------ */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    flex: 0 1 auto;
    max-width: none;
    padding: 0;
}
.woocommerce .form-row {
    display: block;
}
.woocommerce .woocommerce-loop-product__title {
    background-color: transparent;
}
.woocommerce div.product .product_title {
    font-size: large;
}
.woocommerce .ttl_h1 {
    padding-bottom: 0;
}
.woocommerce a.remove {
    padding: 0 !important;
}
.woocommerce .sidebar a.remove,
.woocommerce-page .sidebar a.remove {
    margin-top: .25em !important;
}
.woocommerce .product_meta .posted_in,
.woocommerce .product_meta .tagged_as {
    display: block;
}

.hadtopp{
	font-size:17.6px;
}
.sp-hidden{
	display:inline;
}
	.sp-visible{
	display:none;
}
/* ------------------------------------
// @media
------------------------------------ */
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .list_big .post_links .post_thumb span {
        height: 193px;
    }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .list_big .post_links .post_thumb span {
        height: 140px;
    }
    .follow .share a {
        font-size: 1em;
    }
	
	.sp-hidden{
	display:none;
}
.sp-visible{
	display:inline;
}
}
/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
	.lp-button-clone{
		display:none;
	}
	.hadtopp{
		font-size:clamp(1rem, 1.3vw, 1.5rem)!important;
	}
	.confirm,.btn_back{
		width:100%;
		margin-bottom:10px;
	}
    .navbar-nav {
        width: 100%;
    }
    .navbar li {
        display: none;
    }
    .head-open .wrapper {
        overflow-y: initial;
    }
    .head-open .head {
        background-color: #00a5d4 !important;
        max-height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .head-open.page-template-lp .head {
        background-color: #00a5d4 !important;
    }
    .head-open .head .logo_text {
        display: block;
    }
    .head-open .navbar {
        padding: 1rem 0;
    }
    .head-open .navbar li {
        display: block;
    }
    .navbar .menu-item a {
        border-bottom: 1px solid rgba(119, 119, 119, 0.1);
        padding: .5rem 0;
        color: #fff;
    }
    .nav .sub-menu, .nav .sub-menu .sub-menu {
        position: static;
        border: 0 none;
    }
    .nav .dropdown-toggle {
        position: relative;
    }
    .nav .dropdown-toggle:after {
        position: absolute;
        right: .25rem;
        top: 45%;
    }
    .nav .sub-menu .dropdown-toggle:after {
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
    }
    .nav .open > .dropdown-toggle:after {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }
    .navbar-nav li, .navbar-nav li a {
        border-left: 0 none !important;
        border-right: 0 none !important;
    }
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .list .post_time, .list .post_cat {
        font-size: x-small;
        min-width: 6em;
    }
    .list .post_ttl {
        font-size: small;
    }
    .list .post_links .post_thumb {
        background-size: 170% auto;
        -webkit-background-size: 170% auto;
        -moz-background-size: 170% auto;
        -o-background-size: 170% auto;
        -ms-background-size: 170% auto;
    }
    .list .post_links .post_thumb span {
        width: 80px;
        height: 80px;
    }
    .list_big .post_links .post_thumb {
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        -ms-background-size: 100% auto;
    }
    .list_big .post_links .post_thumb span {
        width: 100%;
        height: 120px;
    }
    .alignright {
        float: none;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
    .alignleft {
        float: none;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .navbar .menu-item {
        float: none !important;
    }
    .navbar .sub-menu {
        padding-left: 1rem;
    }
    .cover_overlay {
        align-items: start;
        padding-top: 1rem;
    }
    .cover_ttl {
        font-size: large;
    }
    .cover_lead {
        font-size: small;
    }
    .cover_btn {
        font-size: small;
        padding: .5rem;
    }
    .main h3 {
        font-size: large;
    }
    .thumbnail_top {
        max-width: 100vw;
        width: 100vw;
        margin: -2rem -15px 1rem -15px;
    }
    .breadcrumb {
        font-size: small;
    }
    .share a {
        font-size: x-small;
        padding: .5em .7em;
    }
    h1 {
        font-size: 1.6rem;
    }
    h2, h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.3rem;
    }
}

.wp-block-cover > div{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* ------------------------------------
// top feature cards
//------------------------------------ */
.topfeature {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin: 2rem 0 0;
    padding:4em 0;
}

.topfeature .featurecard {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 1.5rem 1.25rem;
    text-align: center;
    flex: 1 1 calc(33.333% - 1rem);
    position: relative;
}

.topfeature .featurecard::before {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #036eb7;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
}

.topfeature .featurecard:nth-child(1)::before {
    content: "1";
}
.topfeature .featurecard:nth-child(2)::before {
    content: "2";
}
.topfeature .featurecard:nth-child(3)::before {
    content: "3";
}

.topfeature .featurecard h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #036eb7;
    line-height: 1.4;
}

.topfeature .featureimg {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
   
    display: flex;
    align-items: center;
    justify-content: center;
}

.topfeature .featureimg img {
    max-width: 70%;
    max-height: 70%;
}

.topfeature .featurecard p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .topfeature .featurecard {
        flex: 1 1 calc(50% - 1rem);
    }
}

@media (max-width: 575.98px) {
    .topfeature {
        gap: 3rem;
    }
    .topfeature .featurecard {
        flex: 1 1 100%;
    }
}


/* ------------------------------------
 * Feature Cards Section (.feature-cards-section)
 * ------------------------------------ */

.feature-cards-section {
    padding: 80px 20px 60px;
    background: #fff;
	margin:0 0 60px;
}

.feature-cards-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: stretch;
}

/* ── カード ── */
.fc-card {
    position: relative;
    background: #fff;
    border: 1px solid #dde8cc;
    border-radius: 4px;
    padding: 64px 28px 28px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* ── アイコン円 ── */
.fc-icon {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #7ec243;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #7ec243;
}

.fc-icon img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

/* ── タイトル ── */
.fc-title {
    font-size: 1.35rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
    color: #333;
    line-height: 1.4;
}

.fc-title span {
    background: linear-gradient(transparent 55%, #c9e89b 55%);
    padding: 0 2px;
}

/* ── 説明文 ── */
.fc-desc {
    font-size: 0.9rem;
    line-height: 1.85;
    color: #444;
    margin-bottom: 24px;
    flex-grow: 1;
}

.fc-desc p + p {
    margin-top: 1em;
}

/* ── 主な機能ボックス ── */
.fc-functions {
    background: #eef7e2;
    border-radius: 4px;
    padding: 0 0 16px;
    margin-bottom: 16px;
    position: relative;
}

.fc-functions-label {
    display: block;
    background: #3cc8a0;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    text-align: center;
    padding: 6px 24px;
    border-radius: 0 0 4px 4px;
    width: fit-content;
    margin: 0 auto 14px;
    letter-spacing: 0.05em;
}

.fc-functions-list {
    list-style: none;
    margin: 0;
    padding: 0 16px;
}

.fc-functions-list li {
    font-size: 0.9rem;
    color: #333;
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #d8eecc;
}

.fc-functions-list li:last-child {
    border-bottom: none;
}

.fc-functions-list li::before {
    content: '';
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #7ec243;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpolyline points='1,5 4.5,8.5 11,1.5' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

/* ── 詳しく見るリンク ── */
.fc-link {
    display: block;
    text-align: right;
    color: #7ec243;
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 8px;
    transition: opacity 0.2s;
}

.fc-link:hover {
    color: #5da020;
    opacity: 0.8;
}

/* ── レスポンシブ ── */
@media (max-width: 991px) {
    .feature-cards-wrap {
        grid-template-columns: 1fr;
        gap: 48px 0;
    }
}

@media (max-width: 600px) {
    .feature-cards-section {
        padding: 80px 0 40px;
    }
    .feature-cards-wrap {
        grid-template-columns: 1fr;
        gap: 6em 0;
    }
}

/* ------------------------------------
 * #ovsupport
 * ------------------------------------ */
#ovsupport {
    text-align: center;
    padding: 4em 0;
	background: #fff;
    margin-left: calc(50% - 50vw);
	margin-right:calc(50% - 50vw);
}

#ovsupport h3 {
    background-color: #c41e3a;
    color: #fff;
    border-radius: 100px;
    padding: 0.75rem 1.5rem;
    display: inline-block;
    font-size:clamp(1rem, 2vw, 1.5rem);
    line-height: 1.4;
}

#ovsupport small {
    font-size: 0.85rem;
    display: block;
    margin-top: 0.5rem;
}

/* ------------------------------------
 * 支援内容 #shien-naiyo
 * ------------------------------------ */
.support-content-section {
    position: relative;
    padding: 60px 0;
}

.support-content-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    pointer-events: none;
}

.support-content-inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.support-content-ttl {
    background: #fff;
    font-size: 1.75rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 0 0 32px;
    padding: 20px 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.support-content-intro {
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin: 0 0 16px;
}

.support-content-note {
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    margin: 0 0 40px;
}

.support-content-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 48px;
}

.support-list-col {
    display: flex;
    flex-direction: column;
}

.support-list-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
}

.support-list-item:last-child {
    border-bottom: none;
}

.support-list-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f5a623'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.support-list-text {
    flex: 1;
    font-size: 0.95rem;
    color: #333;
    font-weight: 600;
}

@media (max-width: 767px) {
    .support-content-list {
        grid-template-columns: 1fr;
    }
}

/* ------------------------------------
 * 4赤カード・青バナー・質問リスト・2x2案内カード
 * ------------------------------------ */
.support-red-cards {
    padding: 0 0 32px;
}

.support-red-cards-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.support-red-card {
background-color: #fff;
    color: #fff;
    padding:0;
    text-align: center;
}

.support-red-card h4 {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 12px;
    margin: 0;
    background: #c41e3a;
}

.support-red-card p {
    font-size: 0.85rem;
    color: #333;
    line-height: 1.6;
    margin: 0;
text-align: left;
    background-color: rgb(255, 255, 255);
    padding: 12px;
}

.support-blue-banner {
    background-color: #036eb7;
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    font-weight: bold;
}

.support-blue-banner p {
    margin: 0;
    font-size: 1rem;
}

.support-questions {
    padding: 48px 20px;
    background-color: #f0f6f7;
}

.support-questions-inner {
    max-width: max-content;
    margin: 0 auto;
}

.support-question-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.support-question-item:last-of-type {
    margin-bottom: 0;
}

.support-question-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #036eb7;
    border-radius: 50%;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23036eb7' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,12 10,16 18,8'/%3E%3C/svg%3E");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.support-question-item span:last-child {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    padding-top: 2px;
}

.support-questions-arrow {
    width: 0;
    height: 0;
    margin: 24px auto 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 20px solid #036eb7;
}

.support-questions-note {
    margin: 16px 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.support-guide-cards {
    padding: 4em 20px 80px;
}

.support-guide-cards-inner {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.support-guide-intro {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 8px;
}

.support-guide-ttl {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    margin: 0 0 12px;
}

.support-guide-desc {
 
    color: #555;
    line-height: 1.7;
    margin: 0;
}

.support-guide-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #036eb7;


    text-decoration: none !important;
    color: inherit;

}

.support-guide-card:hover {
    text-decoration: none !important;
}

.inner-card {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.inner-card .support-guide-btn {
    align-self: flex-start;
}

.support-guide-pill {
    display: inline-block;
    background: linear-gradient(135deg, #036eb7, #036eb7);
    color: #fff;
   
    font-weight: bold;
    padding:20px 16px;
    text-align: center;
    margin: 0 auto 12px;
    width: 100%;
}

.support-guide-sub {
    color: #333;
    margin: 0 0 12px;
    line-height: 1.5;
}

.support-guide-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    padding: 17px 16px;
    background-color: #ff003f;
    color: #fff;
    font-size: 0.95rem;
    font-weight: bold;
    border-radius: 0;
    width: fit-content;
    transition: background-color 0.3s, transform 0.2s;
}

.support-guide-card:hover .support-guide-btn {
    background-color: #cc0033;
    transform: translateY(-2px);
}

.support-guide-btn-icon {
    width: 18px;
    height: 18px;
}

.support-guide-logo {
    width: 60px;
    height: auto;
    margin-top: 12px;
    margin-left: auto;
    object-fit: contain;
}

@media (max-width: 991px) {
    .support-red-cards-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .support-guide-cards-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .support-red-cards-inner {
        grid-template-columns: 1fr;
    }

}

/* ------------------------------------
 * MW WP Form
 * ------------------------------------ */
.mw_wp_form {
    max-width: 600px;
    margin: 0 auto;
}

.mw_wp_form .pdfdlh2 {
    font-size: clamp(15px, 2vw, 20px);
}

/* ------------------------------------
 * PDFダウンロードページ 2カラム
 * ------------------------------------ */
.pdf-download-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}
.pdf-download-col p{
    margin-bottom: 2em;
}

.pdf-download-col-form .mw_wp_form {
    max-width: none;
}

.pdf-download-col-pdf {
    position: sticky;
    top: 20px;
}

.pdf-download-box {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 24px;
    border-radius: 8px;
}

.pdf-download-box-ttl {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0 0 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}

.pdf-download-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pdf-download-list li {
    margin-bottom: 10px;
}

.pdf-download-list li:last-child {
    margin-bottom: 0;
}

.pdf-download-list a {
    display: block;
    padding: 10px 12px;
    color: #036eb7;
    text-decoration: none;
    border-left: 3px solid #036eb7;
    transition: background-color 0.2s, transform 0.2s, padding-left 0.2s;
}

.pdf-download-list a:hover {
    background-color: #f0f7fc;
    transform: translateX(4px);
    padding-left: 16px;
}

.pdf-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background-color: #036eb7;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.pdf-download-btn:hover {
    opacity: 0.9;
}

.pdf-download-btn-icon {
    width: 20px;
    height: 20px;
}

.pdf-download-box-note {
    font-size: 0.9rem;
    color: #555;
}

@media (max-width: 991px) {
    .pdf-download-columns {
        grid-template-columns: 1fr;
    }

    .pdf-download-col-pdf {
        position: static;
    }
}
.btn-primary{
    width: fit-content!important;
    font-weight: bold;
}

.mw_wp_form dl {
    margin: 0;
    padding: 0;
}

.mw_wp_form dt {
    margin: 0;
    padding: 20px 0 8px;
    font-weight: bold;
    font-size: 0.95rem;
}

.mw_wp_form dt:first-of-type {
    padding-top: 0;
}

.mw_wp_form dd {
    margin: 0;
    padding: 0 0 8px;
}

.mw_wp_form dd input[type="text"],
.mw_wp_form dd input[type="email"],
.mw_wp_form dd input[type="tel"],
.mw_wp_form dd textarea {
    width: 100%;
    max-width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.mw_wp_form dd input[type="text"]:focus,
.mw_wp_form dd input[type="email"]:focus,
.mw_wp_form dd input[type="tel"]:focus,
.mw_wp_form dd textarea:focus {
    border-color: #036eb7;
    outline: none;
}

.mw_wp_form dd textarea {
    min-height: 120px;
    resize: vertical;
}

.mw_wp_form dl.formsubmit {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 24px;
}

.mw_wp_form dl.formsubmit dt,
.mw_wp_form dl.formsubmit dd {
    padding: 0;
}

.mw_wp_form .mwform_submitButton {
    margin-top: 0;
}

.btn-back.btn {
    background-color: #f2f2f2 !important;
    color: #333 !important;
    border: 1px solid #333 !important;
    width: fit-content;
    font-weight: normal;
}
.btn-back.btn:hover {
    background-color: #e0e0e0 !important;

}

@media (max-width: 575px) {
    .btn-primary {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .mw_wp_form {
        padding: 0 16px;
    }

    .mw_wp_form dt {
        padding-top: 16px;
    }
}

.mwform_required {
    display: inline-block;
    margin-right: 8px;
    padding: 4px 10px;
    background-color: #c41e3a;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
}

.mwform_optional {
    display: inline-block;
    margin-right: 8px;
    padding: 4px 10px;
    background-color: #888;
    color: #fff;
    font-size: 0.75rem;
}

/* ------------------------------------
 * br表示制御ユーティリティ
 * .br-hidden-sp : スマホ(991px以下)で非表示
 * .br-hidden-pc : PC(992px以上)で非表示
 * ------------------------------------ */
@media (max-width: 991px) {
    .br-hidden-sp {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .br-hidden-pc {
        display: none !important;
    }
}

/* ------------------------------------
 * フローティングバナー（スマホ時のみ・スクロールで出現）
 * ------------------------------------ */
.floating-banner {
    display: none;
}

@media (max-width: 767.98px) {
    .floating-banner {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 12px 16px;
        padding-bottom: max(12px, env(safe-area-inset-bottom));
        background: #fff;
        box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transform: translateY(100%);
        transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    }
    .floating-banner.is-scrolled {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .floating-banner-link {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 10px 8px;
        font-size: 14px;
        font-weight: 600;
        color: inherit;
        text-decoration: none;
    }
    .floating-banner-link .icon {
        font-size: 1.2em;
    }
    .floating-banner-sep {
        color: #ccc;
        font-weight: 300;
        user-select: none;
    }
}
.midcover .has-large-font-size {
    font-size: clamp(1.2rem, 2vw, 4rem)!important;
}
@media(max-width:480px){
	.midcover .has-large-font-size{
		font-size:1rem!important;
	}
}