/* ------------------------------------------
                  LAYOUTS
------------------------------------------ */


#global-header {
        position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(255,255,255,0.95);
	border-bottom: solid 1px #e9e9e9;
	z-index: 1000;
}

#global-header .inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

#global-header h1 {
	width: 225px;
	float: left;
	padding: 8px 0;
}

#global-header h1 img {
	width: 225px;
	height: 34px;
}

#global-header .login-btn {
	float: right;
	display: inline-block;
	margin-left: 0.7em;
	padding-top: 8px;
}

#global-header nav {
	display: inline-block;
	float: right;
	line-height: 48px;
}

#global-header nav ul li {
	position: relative;
	display: inline-block;
}

#global-header nav ul li.active:after {
border:5px solid transparent;
border-top-color:#00a78b;
border-bottom-width:0;
content:"";
display:block;
left:50%;
top:0;
position:absolute;
width:0;
margin-left: -4px;
}

#global-header nav ul li a {
	display: inline-block;
	padding: 0 0.7em;
}

#global-header nav ul li a {
        padding: 0 0.7em;
        font-size: 86%;
}

#global-header nav ul li a:hover {
	text-decoration: none;
	background: #f1f1f1;
        color: #00a78b;
}

#local-header .inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

#local-header .inner h2 {
        width: 50%;
        padding: 13px 0 10px 0;
        float: left;
  font-size: 100%;
}

#local-header .inner h2 a {
        color: #fff;
        font-size: 22px;
        font-weight: normal;
}

#local-header .inner h2 a:hover {
        text-decoration: none;
        opacity: 0.8;
}

#local-header .inner h2 img {
        height: 34px;
}

#local-header nav.local-navi {
        width: 50%;
        float: right;
        padding-top: 6px;
        text-align: right;
        line-height: 36px; 
        font-size: 86%;
}

#local-header .local-navi ul li {
        display: inline-block;
}

#local-header .local-navi ul li a {
        color: #fff;
        border-radius: 3px;
}

#local-header .local-navi ul li a:hover {
        color: #00a78b;
}

#local-header .local-navi ul li.active a {
        color: #00a78b;
        background: #f1f1f1;
        border-radius: 3px;
}

#local-header  nav ul li.active:after {
        display: none;
}

#category-navi p.lead {
margin-bottom: 1em;
}

#support-content p.taglist-lead {
margin-top: 2em;
margin-bottom: 0.5em;
}

#support-content p.taglist-lead small {

}

#support-content .links {
margin-bottom: 2em;
}

#support-content .links a {
display: inline-block;
padding: 0.5em 1em;
margin: 0 0.3em 0.6em 0;
background: #fff;
box-shadow: 2px 2px 2px #e1e1e1;
border-radius: 3px;
}

#support-content .links a:hover {
text-decoration: none;
background: #f9f9f9;
}

.naviWrap {
	display: flex;
    justify-content: space-between;
	margin-bottom: 2rem;
}

#category-navi ul {
	display: flex;
	flex-wrap: wrap;
}

#category-navi ul li {
list-style: none;
line-height: 2.25;
margin-bottom: 0.5rem;
}

#category-navi ul li a {
padding: 0.5em 0.6em;
margin: 0 0.3em 0.6em 0;
background: #fff;
box-shadow: 2px 2px 2px #e1e1e1;
border-radius: 3px;
}

#category-navi ul li a:hover {
text-decoration: none;
background: #f9f9f9;
}

#category-navi ul li.active a {
box-shadow: none;
color: #fff;
background: #00a78b;
}

#local-header {
    position: static;
	background: #005043;
}

#local-header h1 {
	width: 340px;
}

#local-header h1 img {
	width: 100%;
}

.to-top-btn {
	padding-top: 7px;
	float: right;
}

.to-top-btn a.btn:link,
.to-top-btn a.btn:visited {
	color: #fff !important;
}

#localnavi {
	width: 100%;
}

#localnavi nav {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

#localnavi nav ul {
	letter-spacing: -0.4em;
}

#localnavi nav ul li {
	display: inline-block;
	font-size: 1em;
	letter-spacing: normal; 
	word-spacing: normal;
}

#localnavi nav ul li a {
	display: inline-block;
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#localnavi nav ul li a:hover {
	background: #f1f1f1;
	text-decoration: none;
        color: #00a78b;
}

#localnavi nav ul li.active a {
	background: #f1f1f1;
}

#support-content {
	background: #f1f1f1;
}

#support-content .inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 2em 0;
}

#support-content .inner h2 {
        margin-bottom: 15px;
	font-size: 25px;
	font-weight: normal;
}

#quickstart-navi .lead {
	font-size: 86%;
}

#quickstart-navi a.col {
	padding: 1em;
	background: #fff;
	box-shadow:  0px 1px 0px #ccc;
	text-align: center;
	color: #00A78B;
	cursor: pointer;
}

#quickstart-navi a.col:hover {
	color: #02B290;
	text-decoration: none;
	background: #F5FCFB;
}

#quickstart-navi a.col .icon {
	margin-bottom: 10px;
}

#quickstart-navi a.col i {
	font-size: 80px;
}

#quickstart-navi a.col p.title {
	margin-bottom: 0;
	font-size: 121%;
	color: #111;
  line-height: 1.5;
}

#support-content p {
	margin-bottom: 2em;
}

#support-top-navi h1 {
	padding: 0.6em 0.6em;
	background: #00A78B;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}

#support-top-navi nav ul li a {
	display: block;
	padding: 0.7em;
	border-bottom: dotted 1px #ccc;
	background: #fff;
	color: #111;
}

#support-top-navi nav ul li a:hover {
	text-decoration: none;
	background: #F5FCFB;
}

#support-top-navi nav ul li a i {
	position: relative;
	top: -2px;
	padding-right: 0.5em;
	font-size: 72%;
}

#breadcrumb {
	margin-bottom: 1em;
}

#breadcrumb p {
	margin-bottom: 0;
}

#breadcrumb i.fa-angle-right {
	font-size: 79%;
}

#breadcrumb a.home i {
	font-size: 121%;
}

#support-category-navi nav ul {
  display: flex;
  flex-wrap: wrap;
}
#support-category-navi nav ul li {
	width: 50%;
	border-right: dotted 1px #ccc;
}

#support-category-navi nav ul.list-1col li {
	width: 100%;
	float: none;
	border-right: none;
}

#support-category-navi nav ul li a {
	display: block;
	padding: 0.7em;
	border-bottom: dotted 1px #ccc;
	background: #fff;
	color: #111;
    height: 100%;
}

#support-category-navi nav ul li a:hover {
	text-decoration: none;
	background: #F5FCFB;
}

#support-category-navi nav ul li a i {
	position: relative;
	top: -2px;
	padding-right: 0.5em;
	font-size: 72%;
}

#support-category-navi h1 {
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: normal;
}

#support-category-navi .links {
margin-top: 2em;
text-align: center;
}

#support-category-navi .links a {
display: inline-block;
width: 50%;
background: #fff none repeat scroll 0 0;
border-radius: 3px;
box-shadow: 2px 2px 2px #e1e1e1;
display: inline-block;
margin: 0 0.3em 0.3em 0;
padding: 0.5em 0.8em;
}

#support-category-navi .links a:hover {
background: #fffcf4;
color: #fff;
text-decoration: none;
color: #00a78b;
}

#entry-detail {
	line-height: 2.0;
word-break: break-all;
}

#entry-detail h1 {
	padding-bottom: 0.5em;
	margin-bottom: 0.7em;
	border-bottom: solid 1px #ccc;
	font-size: 30px;
	line-height: 130%;
}

#support-content #entry-detail h2 {
	margin-bottom: 0.5em;
	padding: 0.2em 0.5em;
	background: #fff;
	border: solid 1px #fff;
	border-left: solid 2px #00a78b;
	line-height: 130%;
	font-size: 23px;
}

#entry-detail h3 {
	margin-bottom: 0.5em;
	font-size: 20px;
	font-weight: bold;
}

#entry-detail h4 {
	margin-bottom: 0.5em;
	font-size: 18px;
}

#entry-detail h5 {
	margin-bottom: 0.5em;
	font-size: 15px;
	font-weight: bold;
}

#entry-detail ul {
	margin-bottom: 2em;
	padding-left: 1em;
	list-style-position: outside;
}

#entry-detail ul li {
	position: relative;
}

#entry-detail ul li:before {
	position: absolute;
	top: 12px;
    left: -15px;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border: solid 1px #00a78b;
}

#entry-detail ul li ul {
	list-style: disc;
}

#entry-detail ul li ul li:before {
	display: none;
}

#entry-detail ul li ul li ul {
	list-style: circle;
}

#entry-detail ol {
	margin-bottom: 2em;
	padding-left: 1em;
	list-style-position: outside;	
	margin-left: 1em;
}

#entry-detail ul li ul,
#entry-detail ul li ol,
#entry-detail ol li ul,
#entry-detail ol li ol {
padding-left: 2em;
}

#entry-detail #relation-link ul {
	padding-left: 0; 
	list-style-position: inside;
}

#entry-detail #relation-link ul li:before {
display: none;
}

#entry-detail pre {
	margin: 0.5rem 0.5rem 2em 0.5rem;
	padding: 1rem;
	background: #fff;
	border: solid 1px #e1e1e1;
        white-space: pre-wrap;
        word-break: break-all;
}

#entry-detail pre code {
	font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}

#entry-detail blockquote {
	padding: 2em;
	background: #e1e1e1;
	border: solid 1px #ccc;
}

#entry-detail strong {
	font-weight: bold;
}

#entry-detail em {
	font-style: italic;
}

#entry-detail del {
	text-decoration: line-through;
}

#entry-detail p {
        margin-bottom: 2em;
}

#entry-detail table {
background: #fff;
border-top: solid 1px #ccc;
border-left: solid 1px #ccc;
font-size: 93%;
}

#entry-detail table thead {
transition: all 0.3s ease-in-out 0s;
}

#entry-detail table.fixedheadertb {
}

#entry-detail table th {
padding: 0.8em;
border-right: solid 1px #ccc;
border-bottom: solid 1px #ccc;
line-height: 1.3;
background: #00a78b;
color: #fff;
}

#entry-detail table td {
border-right: solid 1px #ccc;
border-bottom: solid 1px #ccc;
padding: 0.8em;
}

#entry-detail table td.ttl {
background: #CCEDE8;
}

#entry-detail table tr:nth-child(2n) td {
background: #EDF9F7;
}

#entry-detail table tr:nth-child(2n) td.ttl {
background: #CCEDE8;
}

#relation-link {
margin-top: 4em;
}

#relation-link ul li {
    border-right: 1px dotted #ccc;
    float: left;
    width: 50%;
    list-style: none;
}

#relation-link ul li a {
    position: relative;
    background: #fff;
    border-bottom: 1px dotted #ccc;
    color: #111;
    display: block;
    padding: 0.8em 0.7em 0.8em 1.5em;
    line-height: 1.3;
}

#relation-link ul li a:hover {
    background: #f5fcfb;
    text-decoration: none;
}

#relation-link ul li a:after {
        position: absolute;
        top: 0.8em;
        left: 0.7em;
	content: " \f105";
	font-family: FontAwesome;
}

#support-content #entry-detail #relation-link h2 {
padding: 0.6em 1em;
margin-bottom: 0;
background: #00a78b;
color: #fff;
font-size: 15px;
}

#search-support {
margin-bottom: 2em;
background: #fff;
padding: 1.5em;
box-shadow: 0 1px 0 #ccc;
text-align: center;
}

#search-support input[type="search"] {
display: inline-block;
width: 70%;
height: 40px;
padding: 0 0.5em;
margin-right: 0.4em;
border: solid 1px #e1e1e1;
background: #f9f9f9;
font-size: 135%;
}

#search-support input[type="search"]:focus {
background: #fff;
}

#search-support input[type="submit"] {
width: 20%;
display: inline-block;
	background: #02B290;
	background: -webkit-linear-gradient(top, #02B290, #00A784);
    background-image: linear-gradient(#02B290 0px, #00A784 100%);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 0.2rem;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    cursor: pointer;
    margin: 0;
    padding: 0.5em 1.5em;
    text-align: center;
    transition: all 0.2s ease-out 0s;
font-size: 100%;
}

#search-support input[type="submit"]:hover {
background: #00A784;
	background: -webkit-linear-gradient(top, #00A784, #00A17F);
	background-image: linear-gradient(#00A784 0px, #00A17F 100%);
	text-decoration: none;
}

#search-support input[type="submit"]:active {
background: -webkit-linear-gradient(top, #02B290, #00A784);
	background-image: linear-gradient(#02B290 0px, #00A784 100%);	
}

#fs-result-msg strong {
font-size: 135%;
}

#fs-result-items ul li {
margin-bottom: 0.5em;
font-size: 114%;
}

#fs-result-items ul {
padding-left: 0.5em;
}

#fs-result-items ul li a {
position: relative;
display: inline-block;
padding-left: 0.9em;
}

#fs-result-items ul li a:after {
position: absolute;
top: -0.1em;
left: 0;
display: block;
content: " \f105";
font-family: FontAwesome;
color: #111;
}

.fs-paginate {
padding-top: 1.5em;
margin-top: 1.5em;
border-top: solid 1px #ccc;
text-align: center;
}

.fs-paginate ul li {
display: inline-block;
margin-right: 0.3em;
}

.fs-paginate ul li a {
display: inline-block;
padding: 0.5em 1em;
border: solid 1px #ccc;
background: #fff;
}

.fs-paginate ul li.fs-current a {
border: none;
background: none;
color: #111;
font-weight: bold;
}

#entry-detail table.tb-manual-license {
width: 100%;
line-height: 1.5;
}

#entry-detail table.tb-manual-license th {
width: 20%;
font-size: 114%;
vertical-align: middle;
}

#entry-detail table.tb-manual-license th.th-title {
background: #007559;
}

#entry-detail table.tb-manual-license td {
width: 20%;
}

#entry-detail table.tb-manual-license td.td-title-paypal {
background: #F01952;
color: #fff;
text-align: center;
font-size: 114%;
vertical-align: middle;
}

#entry-detail table.tb-manual-license td.td-title-amazon {
background: #EFAB18;
color: #fff;
text-align: center;
font-size: 114%;
vertical-align: middle;
}

#entry-detail table.tb-manual-license td.td-title-ecbuyers {
background: #18A1EF;
color: #fff;
text-align: center;
font-size: 114%;
vertical-align: middle;
}

#entry-detail table.tb-manual-license tr:nth-child(2n) td {
background: #fff;
}

#entry-detail table.tb-manual-license tr:nth-child(2n) td.td-title-ecbuyers-sub {
background: #DDF1FD;
text-align: center;
font-size: 114%;
vertical-align: middle;
}

#entry-detail table.tb-manual-license td.even {

}

#entry-detail table.tb-manual-license tr:nth-child(2n) td.even {

}

#local-header .local-navi ul li.external a {
background: #FFA214;
color: #fff;
}

#local-header .local-navi ul li.external a:hover {
background: #FC8E00;
}

#local-header .local-navi ul li.external a i {
font-size: 79%;
}

#quickstart-navi .col-group:first-of-type {
margin-bottom: 2em;
}

.content-bottom-banner {
padding-bottom: 30px;
text-align: center;
}

.content-bottom-banner a {
display: inline-block;
margin: 0 5px 10px 5px;
}

.content-bottom-banner img {
max-width: 100%;
}

.videolist {
width: 680px;
margin: 0 auto;
padding: 15px;
background: #fff;
border-top: solid 1px #e1e1e1;
}

.videolist li {
border-bottom: solid 1px #e1e1e1;
}

.videolist li:first-of-type {
border-top: solid 1px #e1e1e1;
}

.videolist li a {
display: table;
width: 100%;
padding: 15px;
color: #111; 
}

.videolist li a:hover {
text-decoration: none;
background: #f1f1f1;
}

.videolist li a div {
display: table-cell;
}

.videolist li a .image {
width: 200px;
vertical-align: middle;
}

.videolist li a .image img {
width: 200px;
height: auto;
}

.videolist li a .title {
width: 430px;
padding-left: 20px;
font-size: 17px;
line-height: 1.6;
vertical-align: middle;
}

.support-content-header {
padding: 10px 20px;
text-align: center;
}

.support-content-header h1 {
margin-bottom: 10px;
font-size: 25px;
}


/* ------------------------------------------
                 for tablet
------------------------------------------ */

@media(max-width:1100px){


.local-navi {
    margin-bottom: 0px;
}

header h1 {
    float: none;
    padding: 8px 0 0 0;
    text-align: center;
    width: 100%;
}

#global-header {
	position: static;
	height: auto;
}

#global-header h1 {
	width: 100%;
	float: none;
	text-align: center; 
}

#global-header .login-btn {
    display: block;
    width: 98%;
    float: none;
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
}

#global-header .login-btn a {
	width: 100%;
}

#global-header nav {
    display: block;
    padding: 0.5em;
    float: none;
    line-height: 200%;
    text-align: center;
}

#local-header .inner {
padding-left: 1em;
padding-rihgt: 1em;
}

.to-top-btn {
	width: 100%;
    float: none;
    padding: 1em 1em;
}

.to-top-btn a {
	width: 100%;
}

#localnavi nav {
    letter-spacing: 0;
    word-spacing: 0;
}

#support-content {
	padding-left: 1em;
	padding-right: 1em;
}

#support-category-navi nav ul li {
    float: none;
    width: 100%;
}

#support-category-navi .links a {
width: 100%;
}

#relation-link ul li {
    float: none;
    width: 100%;
}

#local-header .inner h2 {
    width: 35%;
}

#local-header nav.local-navi {
    width: 65%;
}
  
  

.videolist {
    width: 100%;
}

.videolist li a .image img {
    width: 100%;
	height: auto;
}

}



/* ------------------------------------------
                 for sp
------------------------------------------ */

@media(max-width:600px){

#global-header nav {
padding: 0;
margin-top: 0.5em;
}

#global-header nav ul {
border-top: solid 1px #e1e1e1;
}

#global-header nav ul li {
    display: block;
    width: 50%;
    float: left;
border-right: solid 1px #e1e1e1;
border-bottom: solid 1px #e1e1e1;
}

#global-header nav ul li:nth-child(even) {
border-right: 0;
}

#global-header nav ul li a {
	display: block;
padding: 0.3em 0.6em;
font-size: 65%;
background: #f1f1f1;
}

#global-header nav ul li a:hover {
background: #fff;
}


#local-header .inner {
    padding-left: 0;
    padding-bottom: 5px;
}

#local-header .inner h2 {
    width: 100%;
    float: none;
    text-align: center;
}

#local-header nav.local-navi {
    width: 100%;
    float: none;
    padding-top: 7px;
    text-align: center;
    line-height: 150%;
}

#local-header nav.local-navi ul {
border-top: none;
}

#local-header nav.local-navi ul li {
display: inline-block;
width: 45%;
margin-bottom: 5px;
float: none;
border: none;
}

#local-header nav.local-navi ul li a {
display: inline-block;
width: 100%;
padding: 0.5em 0;
font-size: 86%;
}

#category-navi ul li a {
font-size: 79%;
}

#quickstart-navi a.col {
    background: #fff;
    display: block;
    margin-left: 0;
    margin-bottom: 1em;
}

#support-top-navi .col {
	margin-left: 0;
	margin-bottom: 1em;
}

#breadcrumb {
	margin-bottom: 1em;
}

#localnavi nav ul li {
	display: block;
	width: 50%;
	float: left;
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
}

#localnavi nav ul li a {
	display: block;
	width: 100%;
}

#entry-detail ol {
padding-left: 1.5em;
}

#entry-detail img {
max-width: 100%;
height: auto !important;
}

table {
width:100%;
border-top:1px solid #ccc;
border-right:1px solid #ccc;
margin:1em auto;
border-collapse:collapse;
background: #fff;
font-size: 65%;
}

td {
color:#000;
border-bottom:1px solid #ccc;
border-left:1px solid #ddd;
padding:.3em 1em;
text-align:center;
}

th {
color:#000;
border-bottom:1px solid #ccc;
border-left:1px solid #ddd;
padding:.3em 1em;
text-align:center;
}

#entry-detail table thead {
top: 0 !important;
}

#entry-detail table.fixedheadertb {
font-size: 65%;
}

#search-support input[type="search"] {
width: 100%;
margin-right: 0;
margin-bottom: 10px;
}

#search-support input[type="submit"] {
width: 100%;

}

#entry-detail table.tb-manual-license {
font-size: 65%;
}

#quickstart-navi .col-group {
margin-bottom: 0;
}

#quickstart-navi .col-group:first-of-type {
margin-bottom: 0;
}

.videolist li a {
    display: block;
}

.videolist li a .image {
    display: block;
    width: 100%;
	margin-bottom: 10px;
}

.videolist li a .title {
    display: block;
    width: 100%;
    padding-left: 0;
	font-size: 15px;
}

}



/* ------------------------------------------
            Site Search
------------------------------------------ */
.mt-site-search-container {
    width: 88.8%;
	margin: -0.5rem auto 2rem;
}

.offcanvas-inner .mt-site-search-container {
  width: 100%;
  margin: auto;
}

.mt-site-search-form {
  max-width: 100%;
  display: flex;
  position: relative;
}

.offcanvas-inner .mt-site-search-form {
  max-width: unset;
  border-radius: 100px;
}

.mt-site-search-filter-directories {
	color: #ffffff;
    font-size: 12px;
    margin: 4px 0 0 0;
    letter-spacing: 0.8px;
}

/* checkbox-reset */
.mt-site-search-filter-directory input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

/* checkbox-design */
.mt-site-search-filter-directory {
    margin-right: 1em;
}

.mt-site-search-filter-directory input[type="checkbox"] {
    cursor: pointer;
    padding-left: 26px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
    top: 0px;
  }
 
.mt-site-search-filter-directory input[type="checkbox"]::before,
.mt-site-search-filter-directory input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
 
.mt-site-search-filter-directory input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #0f5043;
    width: 16px;/*チェックボックスの横幅*/
    height: 16px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
 
.mt-site-search-filter-directory input[type="checkbox"]::after {
    border-bottom: 2px solid #0f5043;/*チェックの太さ*/
    border-left: 2px solid #0f5043;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -6px;/*チェック時の位置調整*/
    left: 8px;/*チェック時の位置調整*/
  }
 
.mt-site-search-filter-directory input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }


@media only screen and (min-width: 64.063em) {
  .mt-site-search-form {
    margin: 0 auto;
    max-width: 300px;
  }
}

.mt-site-search-form__query {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
  font-size: 16px;
  box-sizing: inherit;
  padding: 0 40px 0 8px;
  border: 1px solid #bbb;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.offcanvas-inner .mt-site-search-container .mt-site-search-form__query {
  border-radius: 100px!important;
}

::placeholder {
  color: #8D9092;
}
    
.mt-site-search-form__button {
  position: absolute;
  top: 4px;
  right: 0;
  overflow: hidden;
  width: 42px;
  height: 32px;
  display: block;
  padding: 0;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  background: url(https://staging--renewal20260722--site.movabletype.io/support/.assets/search.svg) 50% no-repeat;
  -webkit-background-size: 18px 18px;
  background-size: 18px;
  cursor: pointer;
}

.mt-site-search-form__button:focus {
  border: 0;
  outline: 0;
}

@media (max-width: 978px){

.naviWrap {
	display: block;
}
	.mt-site-search-form {
    margin: 1rem 0 0;
	}
}

.entrylist .mt-site-search-result-container .mt-site-search-pagination-item {
  width: auto;
  float: none;
  margin: 0 0;
}

.searchWrap .mt-site-search-form {
	margin: 0 0;
}

#fs-result .mt-site-search-result__message {
    margin-bottom: 40px;
    padding: 12px;
    background-color: #f9f9f9;
    text-align: center;
}

#fs-result .mt-site-search__pagination {
padding-top: 1.5em;
margin-top: 1.5em;
border-top: solid 1px #ccc;
text-align: center;
}

#fs-result .mt-site-search__pagination ul li {
display: inline-block;
margin-right: 0.3em;
}

#fs-result .mt-site-search__pagination ul li a {
display: inline-block;
padding: 0.5em 1em;
border: solid 1px #ccc;
background: #fff;
}

#fs-result .mt-site-search__pagination ul li.mt-site-search-pagination-item--current a {
border: none;
background: none;
color: #111;
font-weight: bold;
}

#fs-result .mt-site-search__pagination ul li a:hover {
	background-color: #cccccc;
}

.mt-site-search-result-item {
	padding: 0px 0 0.5em;
	word-break: break-all;
}

.mt-site-search-result-item__label {
	font-size: 1.25em;
}
