
/********************************************************************************
common setting
********************************************************************************/
a {
	color: #222222;
	text-decoration: none;
}

a:hover, a:focus {
	color: #000000;
	text-decoration: none;
}

hr {
	border: 0;
	border-top: 1px solid #000000;
}

img { max-width: 100%; height: auto; }
.img-center { margin: 0 auto; }
.img-cover { object-fit: cover; }

.transition {
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out; /* opera */
	-moz-transition: all 0.5s ease-out; /* firefox */
	-webkit-transition: all 0.5s ease-out; /* chrome, safari */
	-ms-transition: all 0.5s ease-out; /* ie */
}
.container-wrap { padding-top: 30px; padding-bottom: 30px; }


/********************************************************************************
Typo Setting
********************************************************************************/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1rem;
	line-height: 1.5;
	position: relative;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.75rem; }
em { font-size: 0.8em; }


/********************************************************************************
table layout
********************************************************************************/
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.table-fixed {
  table-layout: fixed;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    line-height: 1.5;
    padding: 15px 10px;
    vertical-align: top;
}

table h1,table .h1,
table h2,table .h2,
table h3,table .h3,
table h4,table .h4,
table h5,table .h5,
table h6,table .h6{
    font-size: 1rem;
    line-height: 1.4;
    position: relative;
    margin: 0;
}

.table-main {
    background: rgba(255,255,255,0.8);
    border-collapse: collapse;
    border-spacing: 0;
    margin: 30px auto;
    width: 100%;
}
.table-main table {
  margin-bottom: 0;
}

.table-main tr :nth-child(1) {
    color: #000000;
    background: #d3d8e3;
    border: 1px solid #d3d8e3;
    opacity: 1;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}
.table-main tr :nth-child(2) {
    color: #222222;
    border: 1px solid #d3d8e3;
    opacity: 1;
    padding: 15px;
    text-align: left;
}

.table-basic {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.table-basic thead {
  border-bottom: none;
}

.table-basic tr {
    background-color: #f5f5f5;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.table-basic th,
.table-basic td {
  padding: 30px 15px;
  border-left: none;
  border-right: none;
}
.table-basic td, .table-basic th {
}
.table-basic th {
  text-align: center;
  font-size: .85em;
}

.table-basic>table tr th:nth-child(1),
.table-basic>table tr td:nth-child(1) {
    width: 7em;
    background: #bdef62;
    text-align: center;
}

.table-big {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  font-size: 30px;
  font-weight: bold;
}

.table-big thead {
  border-bottom: none;
}

.table-big tr {
  background-color: #fff0ee;
  padding: .35em;
  border-bottom: 2px solid #fff;
}

.table-big th,
.table-big td {
  padding: 10px;
  border-right: 2px solid #fff;
}
.table-big td, .table-big th {
  border-left: none;
}
.table-big th {
  text-align: center;
  font-size: .7em;
}
.table-big thead tr{
  background-color: #d44535;
  color:#fff;
}
.table-big tbody th {
    background: #78bbc7;
    color: #fff;
}

.text-center>table  { text-align: center !important; }
.th-center>table th { text-align: center !important; }
.td-center>table td { text-align: center !important; }
.text-left>table    { text-align: left !important; }
.align-middle>table { vertical-align: middle !important; }
.th-middle>table th { vertical-align: middle !important; }
.td-middle>table td { vertical-align: middle !important; }
.ph15>table th,.ph15>table td { padding-top: 15px !important; padding-bottom: 15px !important; }
.ph20>table th,.ph20>table td { padding-top: 20px !important; padding-bottom: 20px !important; }
.ph30>table th,.ph30>table td { padding-top: 30px !important; padding-bottom: 30px !important; }
.pw15>table th,.pw15>table td { padding-right: 15px !important; padding-left: 15px !important; }
.pw30>table th,.pw30>table td { padding-right: 30px !important; padding-left: 30px !important; }
.th5em>table tr:first-child th:nth-child(1),.th5em>table tr:first-child td:nth-child(1) { width: 5em;}
.th7em>table tr:first-child th:nth-child(1),.th7em>table tr:first-child td:nth-child(1) { width: 7em;}
.th10em>table tr:first-child th:nth-child(1),.th10em>table tr:first-child td:nth-child(1) { width: 10em;}
.th15em>table tr:first-child th:nth-child(1),.th15em>table tr:first-child td:nth-child(1) { width: 15em;}
.th30per>table tr:first-child th:nth-child(1),.th30per>table tr:first-child td:nth-child(1) { width: 30%;}
.th7em-min>table tr:first-child th:nth-child(1),.th7em-min>table tr:first-child td:nth-child(1) { min-width: 7em;}
.td-first-small>table tr td:first-child {
  font-size: .7em;
  vertical-align: middle;
 }

.td-last-big>table tr td:last-child {
  text-align: right;
  color: #167F92;
  font-weight: bold;
 }

.mobile-block table th,.mobile-block table td { display: block;}

@media only screen and (max-width: 767px)
{
.table-bordered.mobile-block th { border-bottom: none; }
.table-bordered.mobile-block td { border-top: none; }
.mobile-block table tr :nth-child(1) {
    text-align: left !important;
  }
}

/********************************************************************************
border
********************************************************************************/.bdr-top   { border-top: 1px solid #efeff5; }
.bdr-right { border-right: 1px solid #efeff5; }
.bdr-btm   { border-bottom: 1px solid #efeff5; }
.bdr-left  { border-left: 1px solid #efeff5; }

.no-bdr { border: none; }


/********************************************************************************
pager
********************************************************************************/
ul.pager {
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 15px;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager li > a:focus,
.pager li > a:hover {
    color: #fff;
    border-radius: 0;
    background-color: #2e43a1;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.pagination {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

.blog .pagination > li {
    padding: 0;
    border: 1px solid #000;
}

.pagination,
.pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination a {
    font-weight: 300;
    padding-top: 1px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination > li > a,
.pagination > li > span {
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    width: 33px;
    height: 47px;
    text-decoration: none;
    color: #202935;
    border: 1px solid #BEBEBE;
    background-color: #fff;
}

.pagination li:not([class*='current']) a:hover {
    background-color: #eee;
}

.pagination li:first-of-type a {
    border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
    font-family: 'bootstrap-icons';
    font-size: inherit;
    display: inline-block;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pagination li.first a::before {
    content: '\F27F';
}

.pagination li.last a::after {
    content: '\F280';
}

.pagination li.previous a::before {
    content: '\F284';
}

.pagination li.next a::after {
    content: '\F285';
}

.pagination li.current a {
    cursor: default;
    pointer-events: none;
    background-color: #e6e1dc;
}

.blog .pagination > li.next,
.blog .pagination > li.previous {
    border: none;
}

.blog .pagination > li.next a,
.blog .pagination > li.previous a {
    background: none;
}

.blog .pagination > li.disabled {
    display: none;
}


@media only screen and (max-width: 680px)
{
    .pagination li.first,
    .pagination li.last {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination li.previous a {
        border-left-width: 1px;
    }
}

@media only screen and (max-width: 500px)
{
    .pagination li {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination li.current,
    .pagination li.first,
    .pagination li.last,
    .pagination li.previous,
    .pagination li.next {
        position: initial;
        top: initial;
        left: initial;
    }
    .pagination li.previous a {
        border-left-width: 0;
    }
}

@media only screen and (max-width: 400px)
{
    .pagination li.first,
    .pagination li.last  {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .pagination li.previous a  {
        border-left-width: 1px;
    }
}

@media only screen and (max-width: 240px)
{
    .pagination li {
        width: 50%;
    }
    .pagination li.current {
        width: 100%;
        border-left-width: 1px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}


/********************************************************************************
** gutenberg
********************************************************************************/
.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 5%;
    word-break: break-word;
}

p.has-background {
    padding: 15px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 40%;
}

.wp-block-group.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
}

.wp-block-columns.has-background {
    padding: 15px;
}

mark.has-inline-color {
  text-emphasis: dot;
  -webkit-text-emphasis: dot;
}
.wp-block-group__inner-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wp-block-group__inner-container .np0 .wp-block-group__inner-container {
   padding-right: 0;
   padding-left: 0;
}

@media screen and (min-width: 576px) {
  .wp-block-group__inner-container {
      max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-group__inner-container {
      max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .wp-block-group__inner-container {
      max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-group__inner-container {
      max-width: 1140px;
  }
}

@media (min-width: 800px) {
  .wp-block-column:not(:last-child) {
      margin-right: 20px !important;
  }

  .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
      margin-left: 20px !important;
  }

}

@media only screen and (max-width:800px) {
  .wp-block-columns {
      display: flex;
      flex-direction: column;
  }
  .wp-block-columns .wp-block-column {
      margin-left: 0 !important;
      margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100%!important;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1 ;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}

.wp-caption { max-width: 100%; margin: 0 0 11.5px; padding: 0; text-align: left; border: none; border-radius: 0; background-color: transparent; }
.wp-caption-text { font-size: 12px; line-height: 1.4; margin-top: 5px; }
.wp-caption-text,.gallery-caption,.gallery .gallery-caption { font-size: 12px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption-dd { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter { display: block; clear: both; margin-right: auto; margin-left: auto; }
img.alignright { display: inline-block; margin: 0 0 1em 1.5em; }
img.alignleft  { display: inline-block; margin: 0 1.5em 1em 0; }
img.alignright.size-medium,
img.alignleft.size-medium,
.wp-caption.alignright,
.wp-caption.alignleft {
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
.gallery-item { display: inline-block; width: 100%; padding: 1.79104477%; text-align: center; vertical-align: top; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33333%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66667%; }
.gallery-columns-7 .gallery-item { max-width: 14.28571%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11111%; }
.gallery-icon img { margin: 0 auto; }
.gallery-caption { display: block; }
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption { display: none; }
#comments.comments_area {
    margin: 15px 0;
    padding: 15px 0;
}

#contentwrap #comments-title,
#contentwrap .comment-reply-title {
    margin-bottom: 15px;
    padding: 5px 10px;
    color: #fff;
    background-color: #c00;
}

.comment-body {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 10px;
    -moz-user-select: none;
    vertical-align: middle;
    border: 1px solid #eee;
    background-image: none;
}

ul.comment-list ul.children {
    list-style: outside none none;
    border-left: 3px solid #daccb1;
}

.comment-author {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 6px;
    background-color: #ebebeb;
}

.comment-author .fn {
    font-style: normal;
    color: #000;
}

.reply a.comment-reply-link {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 4px;
    padding: 3px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    background-color: #c00;
    background-image: none;
}


/********************************************************************************
etc setting
********************************************************************************/
.embed-container, .video-container {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.gmap500.embed-container {
	padding-bottom: 500px;
}

.embed-container iframe {
	border: 0;
}

.embed-container iframe, .embed-container object, .embed-container embed, .video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}

.fbcomments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style], .fbcomments iframe[style], .fb_iframe_widget span {
    width: 100%! important;
}


/* --------------------------------
margin fix 5 10 15 20 30 45 60
-------------------------------- */
.mt0  { margin-top: 0px; }
.mt5  { margin-top: 5px; }
.mt10 {	margin-top: 10px; }
.mt15 {	margin-top: 15px; }
.mt20 {	margin-top: 20px; }
.mt30 {	margin-top: 30px; }
.mt45 {	margin-top: 45px; }
.mt60 {	margin-top: 60px; }

.mb0  { margin-bottom: 0px; }
.mb5  { margin-bottom: 5px; }
.mb10 {	margin-bottom: 10px; }
.mb15 {	margin-bottom: 15px; }
.mb20 {	margin-bottom: 20px; }
.mb30 {	margin-bottom: 30px; }
.mb45 {	margin-bottom: 45px; }
.mb60 {	margin-bottom: 60px; }

.mr0  { margin-right: 0px; }
.mr5  { margin-right: 5px; }
.mr10 {	margin-right: 10px; }
.mr15 {	margin-right: 15px; }
.mr20 {	margin-right: 20px; }
.mr30 {	margin-right: 30px; }
.mr45 {	margin-right: 45px; }
.mr60 {	margin-right: 60px; }

.ml0  { margin-left: 0px; }
.ml5  { margin-left: 5px; }
.ml10 {	margin-left: 10px; }
.ml15 {	margin-left: 15px; }
.ml20 {	margin-left: 20px; }
.ml30 {	margin-left: 30px; }
.ml45 {	margin-left: 45px; }
.ml60 {	margin-left: 60px; }

.mh0  { margin-top: 0px; margin-bottom: 0px; }
.mh5  { margin-top: 5px; margin-bottom: 5px; }
.mh10 { margin-top: 10px; margin-bottom: 10px; }
.mh15 { margin-top: 15px; margin-bottom: 15px; }
.mh20 { margin-top: 20px; margin-bottom: 20px; }
.mh30 { margin-top: 30px; margin-bottom: 30px; }
.mh45 { margin-top: 45px; margin-bottom: 45px; }
.mh60 { margin-top: 60px; margin-bottom: 60px; }

.mw0  { margin-right: 0px; margin-left: 0px; }
.mw5  { margin-right: 5px; margin-left: 5px; }
.mw10 { margin-right: 10px; margin-left: 10px; }
.mw15 { margin-right: 15px; margin-left: 15px; }
.mw20 { margin-right: 20px; margin-left: 20px; }
.mw30 { margin-right: 30px; margin-left: 30px; }
.mw45 { margin-right: 45px; margin-left: 45px; }
.mw60 { margin-right: 60px; margin-left: 60px; }

.mt-15 { margin-top: -15px; }
.mt-30 { margin-top: -30px; position:relative;}
.mt-35 { margin-top: -35px; position:relative;}


.mt-n1 { margin-top: -0.25rem !important; }
.mt-n2 { margin-top: -0.5rem !important; }
.mt-n3 { margin-top: -1rem !important; }
.mt-n4 { margin-top: -1.5rem !important; }
.mt-n5 { margin-top: -3rem !important; }

.mb-n1 { margin-bottom: -0.25rem !important; }
.mb-n2 { margin-bottom: -0.5rem !important; }
.mb-n3 { margin-bottom: -1rem !important; }
.mb-n4 { margin-bottom: -1.5rem !important; }
.mb-n5 { margin-bottom: -3rem !important; }


.row.nm0 {
  margin-right: 0px;
  margin-left: 0px;
}

/* --------------------------------
padding fix 5 10 15 20 30 45 60
-------------------------------- */
.pt0  { padding-top: 0px; }
.pt5  { padding-top: 5px; }
.pt10 {	padding-top: 10px; }
.pt15 {	padding-top: 15px; }
.pt20 {	padding-top: 20px; }
.pt30 {	padding-top: 30px; }
.pt45 {	padding-top: 45px; }
.pt60 {	padding-top: 60px; }

.pb0  { padding-bottom: 0px; }
.pb5  { padding-bottom: 5px; }
.pb10 {	padding-bottom: 10px; }
.pb15 {	padding-bottom: 15px; }
.pb20 {	padding-bottom: 20px; }
.pb30 {	padding-bottom: 30px; }
.pb45 {	padding-bottom: 45px; }
.pb60 {	padding-bottom: 60px; }

.pr0  { padding-right: 0px; }
.pr5  { padding-right: 5px; }
.pr10 {	padding-right: 10px; }
.pr15 {	padding-right: 15px; }
.pr20 {	padding-right: 20px; }
.pr30 {	padding-right: 30px; }
.pr45 {	padding-right: 45px; }
.pr60 {	padding-right: 60px; }
.pr80 {	padding-right: 80px; }

.pl0  { padding-left: 0px; }
.pl5  { padding-left: 5px; }
.pl10 {	padding-left: 10px; }
.pl15 {	padding-left: 15px; }
.pl20 {	padding-left: 20px; }
.pl30 {	padding-left: 30px; }
.pl45 {	padding-left: 45px; }
.pl60 {	padding-left: 60px; }

.ph0  { padding-top: 0px; padding-bottom: 0px; }
.ph5  { padding-top: 5px; padding-bottom: 5px; }
.ph10 { padding-top: 10px; padding-bottom: 10px; }
.ph15 { padding-top: 15px; padding-bottom: 15px; }
.ph20 { padding-top: 20px; padding-bottom: 20px; }
.ph30 { padding-top: 30px; padding-bottom: 30px; }
.ph45 { padding-top: 45px; padding-bottom: 45px; }
.ph60 { padding-top: 60px; padding-bottom: 60px; }

.pw0  { padding-right: 0px; padding-left: 0px; }
.pw5  { padding-right: 5px; padding-left: 5px; }
.pw10 { padding-right: 10px; padding-left: 10px; }
.pw15 { padding-right: 15px; padding-left: 15px; }
.pw20 { padding-right: 20px; padding-left: 20px; }
.pw30 { padding-right: 30px; padding-left: 30px; }
.pw45 { padding-right: 45px; padding-left: 45px; }
.pw60 { padding-right: 60px; padding-left: 60px; }

.row .np0 {
    padding-right: 0px;
    padding-left: 0px;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.row.bdr {
  border: 1px solid #fff;
}

.maxh400 {
	max-height: 400px;
	overflow: hidden;
}
.maxh500 {
	max-height: 500px;
	overflow: hidden;
}


/* --------------------------------
font-size fix
-------------------------------- */
.text-xxl { font-size: 28px; font-size: 1.75rem; }
.text-xl  { font-size: 24px; font-size: 1.5rem; }
.text-l   { font-size: 22px; font-size: 1.375rem; }
.text-m   { font-size: 18px; font-size: 1.125rem; }
.text-s   { font-size: 14px; font-size: .875rem; }
.text-xs  { font-size: 12px; font-size: .75rem; }

/* --------------------------------
.font-size rempx
-------------------------------- */
.text-fs10 { font-size: 10px; font-size: .625rem; }
.text-fs11 { font-size: 11px; font-size: .6875rem; }
.text-fs12 { font-size: 12px; font-size: .75rem; }
.text-fs13 { font-size: 13px; font-size: .8125rem; }
.text-fs14 { font-size: 14px; font-size: .875rem; }
.text-fs15 { font-size: 15px; font-size: .9375rem; }
.text-fs16 { font-size: 16px; font-size: .1rem; }
.text-fs18 { font-size: 18px; font-size: 1.125rem; }
.text-fs20 { font-size: 20px; font-size: 1.25rem; }
.text-fs22 { font-size: 22px; font-size: 1.375rem; }
.text-fs24 { font-size: 24px; font-size: 1.5rem; }
.text-fs28 { font-size: 28px; font-size: 1.75rem; }
.text-fs30 { font-size: 30px; font-size: 1.875rem; }
.text-fs32 { font-size: 32px; font-size: 2rem; }
.text-fs36 { font-size: 36px; font-size: 2.25rem; }
.text-fs45 { font-size: 45px; font-size: 2.8125rem; }

/* --------------------------------
svgicon-size fix
-------------------------------- */
.icon-l { max-width: 100px; }
.icon-m { max-width: 50px; }
.icon-s { max-width: 25px; }

/* --------------------------------
display setting
-------------------------------- */
.xs-block { display: block; }
.xs-none { display: none; }
.xs-inline{ display: inline-block; }
.xs-absolute { position: absolute; }
.xs-relative{ position: relative; }

.md-block { display: block; }
.md-none { display: none; }
.md-inline{ display: inline-block; }
.md-absolute { position: absolute; }
.md-relative{ position: relative; }

.lg-block { display: block; }
.lg-none { display: none; }
.lg-inline{ display: inline-block; }
.lg-absolute { position: absolute; }
.lg-relative{ position: relative; }

/* --------------------------------
txt-highlight
-------------------------------- */
.txt-highlight {
    color: #ff0000;
    font-weight: bold;
    text-decoration: underline;
}

/* --------------------------------
txt-hidden
-------------------------------- */
.txt-hidden {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-image: none;
}

/* --------------------------------
text-wrap
-------------------------------- */
.text-wrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

/********************************************************************************
media query
********************************************************************************/

@media screen and (min-width: 768px) {

/* --------------------------------
display setting
-------------------------------- */
.xs-block { display: inline; }
br.xs-block { display: none; }
.xs-none { display: block; }
.xs-inline{ display: block; }
.xs-absolute { position: relative; }
.xs-relative{ position: absolute; }
    
    
    .admin-bar .sp_menu {
		top: 32px;
	  }
  
	  .wp-caption.alignleft
	  img.alignleft.size-medium {
		  display: inline-block;
		  float: left;
		  margin: 0 1.5em 1em 0;
	  }
  
	  .wp-caption.alignright,
	  img.alignright.size-medium {
		  display: inline-block;
		  float: right;
		  margin: 0 0 1em  1.5em;
	  }
  
  }

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    /* --------------------------------
    display setting
    -------------------------------- */
    .md-block { display: inline; }
    br.md-block { display: none; }
	.md-none { display: block; }
    .md-inline{ display: block; }
    .md-absolute { position: relative; }
    .md-relative{ position: absolute; }
}


/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
    /* --------------------------------
    display setting
    -------------------------------- */
    .lg-block { display: inline; }
    br.lg-block { display: none; }
	.lg-none { display: block; }
    .lg-inline{ display: block; }
    .lg-absolute { position: relative; }
    .lg-relative{ position: absolute; }
}

/* XX-Large devices (XX-large desktops, 1400px and up) */
@media screen and (min-width: 1400px) {
}

/* ---- link none ---- */

@media print {
    .container { max-width: none !important; width: 970px; }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 { width: 100%; }
    .col-md-11 { width: 91.66666667%; }
    .col-md-10 { width: 83.33333333%; }
    .col-md-9 { width: 75%; }
    .col-md-8 { width: 66.66666667%; }
    .col-md-7 { width: 58.33333333%; }
    .col-md-6 { width: 50%; }
    .col-md-5 { width: 41.66666667%; }
    .col-md-4 { width: 33.33333333%; }
    .col-md-3 { width: 25%; }
    .col-md-2 { width: 16.66666667%; }
    .col-md-1 { width: 8.33333333%; }
    .hidden-sm-down { display: none!important; }
    a[href]:after { content: ""!important; }
    abbr[title]:after { content: ""!important; }
    a, a:visited { text-decoration: none; }
    .navbar { display: inherit !important; }
    .navbar-header { display: none !important; }
    .bx-wrapper { max-width: 970px !important; margin: 0 auto; border-bottom: 2px solid #19a3ff; }
    .bx-wrapper .bx-viewport { height: 404px !important; }
    ul.bxslider li { width: 100% !important; height: inherit !important; position: relative; }
    .under-link-design, .under-link-design a { display: block !important; width: 100%; color: #FA9300; }
    .p-break-b { page-break-before: always; }
    .p-break-a { page-break-after: avoid; }
    .js .animate-box { opacity: 1; }
    *::first-letter {/*print bugfix*/
        position: relative !important;
    }

}
