@charset "utf-8";
/* CSS Document */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------------------------------------------
 * Base
 * ------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input, button, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  box-sizing: border-box;
}

html.is-fontSizeM .l-header,
html.is-fontSizeM .l-footer {
  font-size: 77.8%;
}

html.is-fontSizeL .l-header,
html.is-fontSizeL .l-footer {
  font-size: 70%;
}

body {
  min-width: 320px;
  font-family: "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN," , "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 87.5%;
  color: #2e3136;
  text-align: left;
  line-height: 1.5;
  word-break: break-all;
  overflow-x: hidden;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p {
  margin: 30px 0 0;
}

li {
  list-style: none;
}

b, em, strong {
  font-weight: bold;
}

a {
  color: #039;
  text-decoration: underline;
  cursor: pointer;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

a[href*="tel:"] {
  cursor: default;
}

a[href*="tel:"]:hover, a[href*="tel:"]:focus, a[href*="tel:"]:active {
  text-decoration: none !important;
}

a, button {
  cursor: pointer;
  transition: 0.3s all ease;
}

@-moz-document url-prefix() {
  *:hover, *:focus, *:active {
    outline-color: #2e3136;
  }
}

input,
select,
button {
  font-family: "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN," , "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: 0.3s all ease;
}

.l-contentBody {
    margin: 40px 0;
}

.l-contentHead__inner, .l-contentFoot__inner, .l-contentBody__inner {
    max-width: 1010px;
    margin: 0 auto;
    padding: 0 15px;
}


.m-hdgLv1__hdg {
    font-size: 257.2%;
    font-weight: bold;
    line-height: 1.2;
}



 /*----------------------------------------------------
	margin set
----------------------------------------------------*/
.mgt5 { margin-top: 5px!important;}
.mgt10 { margin-top: 10px!important;}
.mgt15 { margin-top: 15px!important;}
.mgt20 { margin-top: 20px!important;}
.mgt25 { margin-top: 25px!important;}
.mgt30 { margin-top: 30px!important;}
.mgt35 { margin-top: 35px!important;}
.mgt40 { margin-top: 40px!important;}

.mgb5 { margin-bottom: 5px!important;}
.mgb10 { margin-bottom: 10px!important;}
.mgb15 { margin-bottom: 15px!important;}
.mgb20 { margin-bottom: 20px!important;}
.mgb25 { margin-bottom: 25px!important;}
.mgb30 { margin-bottom: 30px!important;}
.mgb35 { margin-bottom: 35px!important;}
.mgb40 { margin-bottom: 40px!important;}


/*----------------------------------------------------
	padding set
----------------------------------------------------*/
.pdt5 { padding-top: 5px!important;}
.pdt10 { padding-top: 10px!important;}
.pdt15 { padding-top: 15px!important;}
.pdt20 { padding-top: 20px!important;}
.pdt25 { padding-top: 25px!important;}
.pdt30 { padding-top: 30px!important;}
.pdt35 { padding-top: 35px!important;}
.pdt40 { padding-top: 40px!important;}

.pdb5 { padding-bottom: 5px!important;}
.pdb10 { padding-bottom: 10px!important;}
.pdb15 { padding-bottom: 15px!important;}
.pdb20 { padding-bottom: 20px!important;}
.pdb25 { padding-bottom: 25px!important;}
.pdb30 { padding-bottom: 30px!important;}
.pdb35 { padding-bottom: 35px!important;}
.pdb40 { padding-bottom: 40px!important;}

.m-hdgLv1 {
    margin: 20px 0 20px;
}

.m-hdgLv2, .m-hdgLv2--sub, .m-hdgLv2--center {
    margin: 25px 0 20px;
    padding: 14px 0 0;
    position: relative;
    border-top: 3px solid #ced1d9;	
}

.m-hdgLv2::before, .m-hdgLv2--sub::before, .m-hdgLv2--center::before {
    width: 100px;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 0;
    background: #0650cb;
    content: '';
}

.m-hdgLv2__hdg, .m-hdgLv2--sub__hdg, .m-hdgLv2--center__hdg {
    font-size: 185.7%;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
}

.m-hdgLv2 + .m-hdgLv2, .m-hdgLv2--sub + .m-hdgLv2, .m-hdgLv2--center + .m-hdgLv2 {
    margin-top: 50px !important;
}


.m-hdgLv3__hdg, .m-hdgLv3--important__hdg, .m-hdgLv3--photo__hdg, .m-hdgLv3--attention__hdg {
    font-size: 142.9%;
    font-weight: bold;
    line-height: 1.2;
    border-left: 6px solid #0650cb;
    margin-left: -12px;
    padding: 2px 0 2px 12px;
}

.m-hdgLv1__hdg, .m-hdgLv2__hdg, .m-hdgLv3__hdg, .m-hdgLv4__hdg, .m-hdgLv5__hdg, .m-hdgLv6__hdg {
    display: inline-block;
}



.l-contentMain > *:first-child, .l-contentSub > *:first-child {
    margin-top: 0 !important;
}


h2.m-hdgLv2__hdg:focus {
  outline: none;
}

.head_img {
	text-align: center;
}

.fj-sTxt01 {
    margin: 50px 0 12px;
    padding: 30px 0 0;
    position: relative;
    border-top: 3px solid #ced1d9;
}

.fj-sTxt01::before {
    width: 100px;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 0;
    background: #0650cb;
    content: '';
}

.fjs-pl span{
    background: url(../images/gaibu_ico.png) 100% 6px no-repeat, url(../images/pdf_ico.png) 0 0 no-repeat;
    padding: 0 20px 0 30px;
    position: relative;
}

.fj-box01 {
	margin: 0 0 20px 0;
}

.tagengo-nList {
	display: flex;
	flex-flow: row wrap;
    justify-content: left;
}

.m-txtL--right, .m-txtM--right, .m-txtS--right {
    text-align: right;
}

.m-txtM, .m-txtM--right, .m-txtM--center, .m-txtM--indent {
    font-size: 100%;
    line-height: 1.42857;
}


.tagengo-nList li .m-footerPost__idea__btn {
    max-width: inherit;
    min-width: inherit;
	padding: 8px 25px 7px 35px;	
	font-weight: bold;
    line-height: 1.5;
    letter-spacing: -.05em;
    text-align: center;
    text-decoration: none;
    position: relative;
    display: block;
    box-shadow: 0 2px 0 #ccc;
    box-sizing: border-box;
    border-radius: 30px;	
}

.m-footerPost__idea__btn::before,.m-link--downAnchor::before,.m-listLink a::before {
    width: 17px;
    height: 17px;
    background-position: -49px -49px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 13px;
    display: inline-block;
    background-image: url("../images/icn_sprite.svg");
    background-size: 1405px 1385px;
    content: '';	
}

.m-btn, .m-btnS, .m-btnM, .m-btnL, .m-btn--inline, .m-btnS--inline, .m-btnM--inline, .m-btnL--inline, .m-btn--icon, .m-footerPost__idea__btn {
    color: #039;
    border: 1px solid #0650cb;
    background: #fff;
}

.m-link--upAnchor, .m-link--downAnchor, .m-link--back, .m-link--forward {
    padding: 0 0 0 25px;
    position: relative;
    display: inline-block;
}

.m-listLink, .m-listLink--narrow, .m-listLink--flex, .m-listLink--col2, .m-listLink--col2line, .m-listLink--col3, .m-listLink--hCol2, .m-listLink--hCol3, .m-listLink--hCol4 {
    margin: 30px 0 0;
}

.m-listLink a, .m-listLink--narrow a, .m-listLink--flex a, .m-listLink--col2 a, .m-listLink--col2line a, .m-listLink--col3 a, .m-listLink--hCol2 a, .m-listLink--hCol3 a, .m-listLink--hCol4 a {
    padding: 0 0 0 15px;
    position: relative;
    display: inline-block;
}

.m-link--upAnchor::before, .m-link--downAnchor::before, .m-link--back::before, .m-link--forward::before {
    width: 17px;
    height: 17px;
    background-position: -49px -49px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    left: 0;
}

.m-link--downAnchor::before {
    transform: rotate(90deg);
}

.m-listLink a::before, .m-listLink--narrow a::before, .m-listLink--flex a::before, .m-listLink--col2 a::before, .m-listLink--col2line a::before, .m-listLink--col3 a::before, .m-listLink--hCol2 a::before, .m-listLink--hCol3 a::before, .m-listLink--hCol4 a::before {
    width: 6px;
    height: 9px;
    background-position: -440px -443px;
    margin-top: -.6em;
    position: absolute;
    top: 1em;
    left: 0;
}

.m-footerPost__idea__btn:hover, .m-footerPost__idea__btn:focus, .m-footerPost__idea__btn:active {
    background: #e8f2ff;
}

.m-boxReader__txt::before {
    width: 6px;
    height: 9px;
    background-position: -440px -443px;
    margin-top: -.6em;
    position: absolute;
    top: 1em;
    left: 0;
}

.m-boxReader__figure {
    min-width: 158px;
    margin: 0 20px 0 0;
    order: 1;
}

.m-boxReader__body > *:first-child {
    margin-top: 0;
}

.m-boxReader__txt {
    padding: 0 0 0 15px;
    position: relative;
    display: block;
}
.m-boxReader__body > * {
    text-decoration: underline;
}

.m-hdgLv2 + *, .m-hdgLv2--sub + *, .m-hdgLv2--center + * {
    margin-top: 20px !important;
}


.m-boxReader {
    margin: 80px 0 0;
}

.m-boxReader a {
    color: #039;
    text-decoration: none;
    display: flex;
    flex-wrap: nowrap;
}

.m-boxReader__body {
    order: 2;
}


.m-boxReader__figure > *:first-child {
    margin-top: 0 !important;
}

.tagengo-nList li {
    margin: 0 2% 12px 0;
    width: 32%;
}

.tagengo-nList li:nth-child(3n){
	margin: 0 0 12px 0;
}

.current_btn a {
    background: #e8f2ff;
}

.tagengo-box01 {
	margin: 0 0 40px 0;
	position: relative;
}

.tagen_use {
	text-align: right;
}

.tagen_furigana {
	text-align: right;
	font-size:12px;
}

.tg-tit01 {
    font-size: 140%;
    color: #2e3136;
    border-left: 6px solid #6e7380;
    padding: 2px 0 0 12px;
    margin: 0 0 20px 0;
    font-weight: bold;
    line-height: 1.15;
}

.tg-cNBox {
	border: 1px solid #1154c8;
	border-radius: 6px;
	padding: 20px 0 0 20px;
}

.tagen-cate-List {
	display: block;
}

.tagen-cate-List li {
    margin: 0 0 20px 0;
}

.tg-cNBox01 {
	border-radius: 6px;
	background: #eceff4;
	padding: 18px 18px 0 20px;
}

.gojyuon-List {
    margin: 0 0 40px 0;
    position: relative;
}


.m-box__inq {
    margin-top: 20px;
    background-color: #f4f5f8;
    padding: 20px;
    border-radius: 4px;
}

.m-box__inq > *:first-child {
    margin-top: 0 !important;
}

*[class^=m-txtL], *[class^=m-txtM], *[class^=m-txtS] {
    margin: 20px 0 0 0;
}


.g-grid {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.gojyuon-List .m-grid__col4{
    margin-left: 20px;
}

.yougo_table {
    width: 100%;
    border-collapse: collapse;
	border: 1px solid #bbbfca;
	margin: 50px 0 0;
}

.yougo_table th ,.yougo_table td{
	vertical-align: top;
	font-size: 86%;
}

.yougo_table th {
	text-align: center;
	border: 1px solid #bbbfca;
	vertical-align: middle;
	background: #ced1d9;
	padding:17px 0;	
}

.yougo_table td {
	padding:17px 10px;
	border: solid #bbbfca;
	border-width: 1px 1px 0 0;
}

.yougo_table tr.tensen td {
	border-top: 1px dashed #bbbfca;
	text-align: left;
}


.yougo_table td:first-child {
	text-align: center;
}

.yougo_table tr:last-child td{
	border-bottom: none;	
}

.yougo_table th:first-child {
	width: 7%;
}

.yougo_table th:nth-child(2) {
	width: 30%;
}

.yougo_table th:nth-child(3) {
	width: 31%;
}

.yougo_table th:nth-child(4) {
	width: 32%;	
}

.tagengo-header {
	background: #f4f5f8;
	padding: 30px 0;
}

.logo-box {
	text-align: center;
}

.tagengo-footer {
	background: #f4f5f8;
	padding: 30px 0;
}

.f-logo-box {
	text-align: center;
}

.tagengo-copyright {
    margin-top: 20px;
    font-size: 85%;
    color: #bababa;
	text-align: center;
}

.n-txt01 {
	margin: 0 0 30px 0;
}

@media screen and (max-width: 1000px){

.tagengo-nList li {
    margin: 0 2% 12px 0;
    width: 48%;
}

.tagengo-nList li:nth-child(2n) {
    margin: 0 0 12px 0!important;
}	

.tagengo-nList li:nth-child(3n) {
    margin: 0 2% 12px 0;
}	
	
	.tagengo-box01.tgm-box	{
		padding: 0 0 40px 0;
	}
	
}


@media screen and (max-width: 960px){
	.gojyuon-List  .m-grid__col4 {
	width: calc((100%/2) - 30px);
	}
	
	.m-listLink {
		margin: 30px 0;
	}	

	.g-grid {
		margin: 0;
	}
	
	.tableScroll {
		overflow-x:scroll;
	}

	
}

@media screen and (max-width: 900px) {
.m-footerPost__idea__btn {
    margin: 5px 0 0 auto;
}
}

@media screen and (max-width: 768px){
	.yougo_table {
	    width: 782px;
	}

.m-hdgLv1__hdg, .m-hdgLv1__hdg--icon {
    font-size: 171.4%;
    display: block;
}	
	
.m-box__inq {
    padding: 20px 15px;
}	
	
.m-hdgLv2__hdg {
    font-size: 157.1%;
}	
	
}

/* 2021 2/24 追加修正：五十音順から探す場合はこちら */

.gojyuon-List .m-grid__col5 {
  margin:0 0 30px 20px;
  width: 100%;
}
.gojyuon-List .m-grid__col5 ul.m-listLink{
  display: flex;
  flex-wrap: wrap;
}
.gojyuon-List .m-grid__col5 ul.m-listLink li{
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  margin: 0;
}



@media screen and (max-width: 640px) {
  
  .gojyuon-List .m-grid__col5 ul.m-listLink li{
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 5px 0;
    margin: 0;
  }
	
	

.tagengo-nList li {
    margin: 0 0 8px 0;
    width: 100%;
}

.tagengo-nList li:nth-child(2n) {
    margin: 0 0 8px 0!important;
}	

.tagengo-nList li:nth-child(3n) {
    margin: 0 0 8px 0;
}	
	
.tagengo-nList li:last-child{
    margin: 0 0 0 0;
}		
	
	
	
	
}

@media screen and (max-width: 480px) {
  
	
.tagen_use {
     position: static; 
    text-align: right;
}	
	
.tagen-cate-List {
    display: block;

}	
	
}







