@charset "UTF-8";
/*================================================================================================
 *  link  #1E90FF  #5DAFFF  |  main  #0061b7  <  #0080b7 |  red  #b70006 < #d10007   | +a  #0098a0   |  #e4e4e4 / #efede9 /
 ================================================================================================*/
/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,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,sidebar,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:unset;}span{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1}article,aside,details,figcaption,figure,header,hgroup,menu,nav,section{display:block}footer{display:inline-block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
ul{list-style:none; padding-inline-start:0; margin-block:0;}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
*:before, *:after { box-sizing: inherit; }
.grecaptcha-badge { visibility: hidden; }
/*================================================
 *  common main-padding 20px scroll 20px = 40px追加 1040px 790px 540px
 ================================================*/
body {
    font-family: 'Noto Sans Japanese', 'Open Sans', sans-serif;
    text-rendering: geometricPrecision;
    background:#fffffd;
    color:#333;
    line-height:1.8;
    width:100%;
    min-height: 100% !important;
    height: auto;
    margin: 0;
    padding: 0;
    word-wrap:break-word;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    font-feature-settings: "palt";
    letter-spacing: .8px;
    font-weight:400;
    line-height:1.4;
}

#headl h1{font-size: unset; line-height: unset; text-align: left; margin-top: unset; margin-bottom: unset;}
@media screen and (max-width:820px) {
.lock {overflow:hidden;}
#header {padding:5px 10px 5px; position:fixed; top:0; left:0; box-sizing:border-box; width:100%; background:#fff; z-index:10;}
#headl{display:block; padding:0; margin:0; width:100%;}
#headl img {max-width:-webkit-calc(100vw - 70px); max-width: calc(100vw - 70px); height:auto; max-height:50px; vertical-align: text-top; vertical-align: -webkit-baseline-middle;}
	#spTell {
		display:block;
		z-index:11;
		position:fixed;
		top:15px;
		right:90px;
	}
	#spMail {
		display:block;
		z-index:11;
		position:fixed;
		top:15px;
		right:50px;
	}
	#tellBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#1E90FF;
                color:#ffffff;
                text-align: center;
	}
	#mailBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#0061b7;
                color:#ffffff;
                text-align: center;
        }
        #tellBtn > i, #mailBtn > i {margin-top: 6px;}
        #pcTell, #pcMail, #headc, #headr{display:none;}
}
@media screen and (max-width:414px) {
#headl img {max-width:-webkit-calc(100vw - 70px); max-width: calc(100vw - 70px); height:auto; max-height:50px; vertical-align: text-top; vertical-align: -webkit-baseline-middle;}
#spTell ,#spMail ,#tellBtn ,#mailBtn {display:none;}
}

@media print, screen and (min-width:820.1px) {
#header {padding:5px 10px 5px; position:relative; box-sizing:border-box; width:100%; background:#fff; overflow:hidden; z-index:10;}
#headl{width:52%; padding:0; margin:0; float:left; display:block;}
#headr{width:48%; padding:0; margin:8px 0 0; float:right; display:block; overflow:hidden;}
#spTell, #spMail {display:none;}
#pcTell, #pcMail{float:right; margin-left:10px;}
.fixed {position:fixed; top:0; left:0;}
#headl img {max-height:50px; vertical-align: text-top; vertical-align: -webkit-baseline-middle;}
}

#header p{margin:0px 0 0; line-height:1.4; letter-spacing:unset;}

.fixfoot{display:none;}
@media print, screen and (max-width:820px){
.fixfoot
{
        width:100%;
        height: 40px;
        margin:0;
        padding:0;
        display:block;
        position:fixed;
        bottom:0;
        right:0;
        font-size:18px;
        font-family: 'Niconne', cursive;
        z-index: 10000;
}
.fffboxb{display:block; padding:0; margin:0; width:50%; height:40px; float:left; background:#1E90FF;}
.ffboxb{display:block; padding:0; margin:0; width:50%; height:40px; float:left; background:#0080b7; border-left:1px groove rgba(112, 111, 111, 0.5);}
.fffboxb:active,.ffboxb:active{background:#5DAFFF;}
.fixfoot a{color:#ffffff; text-decoration:none;}
.fixfoot a:active, .fixfoot a:hover{color:#ffffff; text-decoration:none;}
.ffin{display:block; padding:7px 0 0 0; margin:0 auto; height:40px; text-align:center;}
footer{padding: 1em 0 40px;}
}

nav#g-menu {
	width:100%;
	background:#fff;
	box-shadow:0 1px 2px #d0d8dc;
	zoom:1;
}
nav#g-menu:after {
	content:'';
	display:block;
	clear:both;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:860px) {
	nav#g-menu {
		background:#1E90FF;
	}
	.menuin{width:100%; margin: 0 auto 0; display: block; clear: both; position:fixed; z-index:4;}
	nav#g-menu ul.gmenu {
		margin:0;
		padding:0;
		}

	nav#g-menu .inner > ul.gmenu {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:60px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav#g-menu li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px groove rgba(112, 111, 111, 0.5);
		background:#1E90FF;
	}

	nav#g-menu li:first-child {
		border-top:0;
	}
	nav#g-menu li:last-child {
		border-bottom:0;
	}

	nav#g-menu li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background:#1E90FF;
	}
	nav#g-menu li a:hover {
		color:#fff;
		background:#0080b7;
	}
	nav#g-menu ul ul {
		display:none;
		position:relative;
	}
	nav#g-menu li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav#g-menu li li li a {
		padding:10px 30px 10px 70px;
	}

	nav#g-menu .menu-item-has-children > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	nav#g-menu .menu-item-has-children > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#1E90FF;
	}
	nav#g-menu .menu-item-has-children a:hover:after {
	  background:#1E90FF;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gmenu {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:11;
		position:fixed;
		top:15px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#b70006;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}
}
@media screen and (max-width:375px) {
#spMenu {top:12px;}
}

/*================================================
 *  TB PC
 ================================================*/
@media print, screen and (min-width:860.1px) {
	nav#g-menu {
		background:#0080b7;
		border-bottom:5px solid #1E90FF;
		box-shadow:0 1px 3px #999;
		z-index:3;
	}
.menuin{width:90%; margin: 0 auto 0; display: block; clear: both;}
	/* 共通 */
	nav#g-menu ul {
		margin:0;
		padding:0;
	}

	nav#g-menu ul li {
		position:relative;
		margin:0;
		padding:0;
		list-style:none;
	}

	nav#g-menu ul li a {
		display:block;
		margin:0;
		padding:16px 0;
		background:#0080b7;
		color:#fff;
		font-size:14px;
		font-weight:bold;
		line-height:1;
		text-decoration:none;
	}

	nav#g-menu ul li:hover > a {
		color:#fff;
		background:#1E90FF;
	}

	/* 1段目 */
	nav#g-menu ul.gmenu > li {
		position:relative;
		width:16.666%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}

	nav#g-menu ul.gmenu > li:first-child {
		width:16.666%;
	}

	nav#g-menu ul.gmenu > li.menu-item-has-children a {
		padding-right:20px;
	}

	nav#g-menu ul.gmenu > li.menu-item-has-children > a:after {
		position:absolute;
		content:"";
		top:20px;
		width:0;
		height:0;
		margin-left:10px;
		border:5px solid transparent;
		border-top-color:#fff;
	}

	/* 2段目のサブメニュー（修正済み） */
	nav#g-menu ul li ul {
		display: none; /* 【修正】最初は非表示 */
		position:absolute;
		z-index:3;
		top:100%;
		left:0;
		width:100%;
		margin:0;
		padding:0;
	}

	/* ホバー時にサブメニューを表示（修正済み） */
	nav#g-menu ul li:hover > ul {
		display: block;
	}

	/* サブメニューの項目 */
	nav#g-menu ul li ul li {
		width: 100%;
		background: #1E90FF;
	}

	/* サブメニューのリンク */
	nav#g-menu ul li ul li a {
		padding:13px 15px;
		text-align:left;
		color:#fff;
		font-weight:normal;
		display: block;
		background:#0080b7;
		transition: background 0.2s;
	}

	/* サブメニューのホバー時 */
	nav#g-menu ul li ul li a:hover {
		background:#1E90FF;
	}

	/* 右寄せのサブメニュー用調整 */
	nav#g-menu ul.gmenu > li:last-child > ul {
		left:-50%;
	}

	/* 3段目のサブメニュー（必要なら追加） */
	nav#g-menu ul li ul li ul {
		top:0;
		left:100%;
		display: none; /* 【修正】初期は非表示 */
	}

	/* 3段目のサブメニューもホバー時に表示（修正済み） */
	nav#g-menu ul li ul li:hover > ul {
		display: block;
	}

	nav#g-menu ul li ul li ul li {
		width:100%;
	}

	nav#g-menu ul li ul li ul li a {
		background:#9a0707;
	}

	nav#g-menu ul li ul li ul li a:hover {
		background:#1E90FF;
	}

	.gmenu {
		display:block !important;
	}

	#spMenu {
		display:none;
	}
}



b, strong, .bold, em {font-weiht:bold;}
h1,h2,h3,h4,h5,h6{font-weight:bold; margin-top:1em; margin-bottom:1em;}
h1 span, h2 span{border-bottom: 10px double #000; padding: 0 0.5em;}
h3 span, h4 span, h5 span, h6 span{border-bottom: 10px solid #999; padding: 0 0.5em;}
@media only screen and (max-width:820px){
body{font-size:18px;}
h1,h2{font-size:1.2em; text-align:center;}
h3,h4,h5,h6{font-size:1.2em; text-align:center;}
h2{color:#0061b7;}
h3{color:#b70006;}
}
@media only screen and (min-width:820.1px){
body{font-size:24px;}
h1,h2{font-size:2.2em; line-height:1.2; text-align:center;}
h3,h4,h5,h6{font-size:1.3em; line-height:1.2; text-align:left;}
}

.obi0, .obi0v {
    background: #333333;
    position: relative;
    color: #fff;
    text-align: center;
    min-height: 10em;
	margin-bottom:1em;
}
.obi1, .obi1v {
    background: #0061b7;
    position: relative;
    color: #fff;
    text-align: center;
    min-height: 10em;
	margin-bottom:1em;
}
.obi0 h2, .obi0v h2, .obi1 h2, .obi1v h2{
  position: absolute; 
  top:0;
  bottom:0;
  left:0;
  right:0;
  height: fit-content;
  margin:auto;
  line-height:1.4;
  color:#fff;
}
.obi0 h2 > span, .obi0v h2 > span, .obi1 h2 > span, .obi1v h2 > span{font-size:40%;  border-bottom:unset;}
.obi0v::after, .obi1v::after {
  position: absolute; 
  font-family: 'Material Icons';
  font-size: 15vw;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  text-align: center;
  content: "arrow_drop_down";
  right: 0;
  bottom: -11vw;
  left: 0;
}
.obi0v::after{color: #333;}
.obi1v::after {color:#0061b7;}
@media screen and (max-width: 820px) {
  .obi0, .obi0v, .obi1, .obi1v {min-height: 7em;}
  .obi0v::after, .obi1v::after {font-size: 24vw; bottom: -18vw;}
  .obi0 h2, .obi0v h2, .obi1 h2, .obi1v h2{line-height:1.2;}
  .obi0 h2 > span, .obi0v h2 > span, .obi1 h2 > span, .obi1v h2 > span{font-size:65%;  border-bottom:unset;}
}

#wrap {
    width:100%;
    min-height:100%;
    height:auto !important;
    height:100%;
    display:block;
    clear:both;
    overflow:hidden;
    padding:0px;
    margin:0px;
}

#main {
    width:100%;
    height: 100%;
    display:block;
    clear:both;
    overflow:hidden;
    word-wrap:break-word;
    margin:0px auto 0;
    padding:0 0 1.5em;
}
section{width:100%; margin:0; padding:2.5em 0 1em; display:block; overflow:hidden;}
@media only screen and (max-width:820px){
.inner{width:92%; margin: 1em auto 0; display: block; overflow: hidden; clear: both;}
.inners{width:90%; margin: 1em auto 0; display: block; overflow: hidden; clear: both;}
.innerss{width:90%; margin: 1em auto 0; display: block; overflow: hidden; clear: both;}
}
@media print, screen and (min-width:820.1px){
.inner{width:90%; margin: 1em auto 0; display: block; overflow: hidden; clear: both;}
.inners{width:70%; margin: 1em auto 0; display: block; overflow: hidden; clear: both;}
.innerss{width:90%; max-width:620px; margin: 1em auto 0; display: block; overflow: hidden; clear: both;}
}
main + section{padding-top:0;}



/*================================================================================================
 *  一般・共通設定
 ================================================================================================*/
p {margin:0 0 1em 0;}

td p, th p, #catdes p{margin:0;}
a {
	color:#1E90FF;
	text-decoration:none;
font-weight:500;
}
a:hover {
	color:#5DAFFF;
	text-decoration:underline rgba(160 133 73 / 0.4);
font-weight:400;
}

img {
 vertical-align:top;
 max-width: 100%;
 height:auto;
}
img {
 vertical-align:top;
 max-width: 100%;
 height:auto;
}
a:hover img{opacity:0.8; transform: scale(0.99 , 0.99); transition-duration: 0.5s;}
a img{transition:0.6s;}
img.img100, .img100 img:first-child {width:100%; height:auto; margin:0; display:block;}
img.img90, .img90 img:first-child {width:90%; height:auto; margin:0 auto 1em;}

@media only screen and (max-width:743.9px){
figure{width: 90%; float:none; margin:0 5% 1em;}
}

@media print, screen and (min-width: 744px)
{
figure{width:40%; display:flex !important; flex-flow:column;}
figure.right{float:right; margin:0 0 1em 1em;}
figure.left{float:left; margin:0 1em 1em 0;}
figure.center{margin:0 auto 1em;}
}
figcaption{font-weight: bold;}

.wp-caption-text{text-align:center; color:#333333; margin-bottom:1em;}
.recentcomments{color:#666;}
img.wp-smiley, img.emoji {float:none;}

.alignnone{width:100%; height:auto; margin:0; display:block;}
img[class*="alignnone"]{width:100%; height:auto; margin:0 auto;}

.aligncenter{display: block !important; margin: 0 auto 1.5em !important; height: auto; max-width: 100%;}
img[class*="aligncenter"]{width:90%; height:auto;}

.alignright { float: unset; margin:0 auto 1.5em !important; display: block;}
.alignleft { float: unset; margin:0 auto 1.5em !important; display: block;}
img[class*="alignright"], img[class*="alignleft"]{width:90%; height:auto;}
.wp-caption.alignright, .wp-caption.alignleft{width:90%; height:auto;}

@media print, screen and (min-width: 744px)
{
.alignright { float:right !important; margin:0 0 1em 1em !important;}
.alignleft { float:left !important; margin:0 1em 1em 0 !important;}
img[class*="alignright"], img[class*="alignleft"], .wp-caption.alignright, .wp-caption.alignleft{width:50%; height:auto;}
}

img[class*="alignright"], img[class*="alignleft"], .wp-caption.alignright, .wp-caption.alignleft, img[class*="aligncenter"]{
  border-radius:0.5em;
}
.imgsh{box-shadow:0 0.2em 0.6em -0.2em rgba(0, 0, 0, 0.8);}
.imgborder{border: 1px solid #ccc;}
.imgdrop{
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8));
}

.bin figure{text-align:center;}
.bin img {width:100%; height:auto; margin:0;}
.bint{background:var(--color-e); color:#fff; font-size:1em; padding:0.5em; margin:0;}
.bint a{color:#fff; text-decoration:none;}
.bint:hover{background:var(--color-b);}
.bint a:hover{color:#fffffe;}


div.maru {
    position: relative;
    width: 306px;
max-width:100%;
    height: 306px; 
    background-color: rgb(255 255 240 / 70%);
    border:5px solid #eee;
    border-radius: 50%; 
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
img.maru, .maru > img {
  width: 100%;
  min-height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 50%;
}
div.shikaku {
    position: relative;
    width: 306px;
max-width:100%;
    height: 306px; 
    background-color: rgb(255 255 240 / 70%);
    border:5px solid #eee;
    border-radius: 0; 
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
img.shikaku, .shikaku img {
  width: 100%;
  min-height: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: 50% 50%;
}


div.yokonaga {
    position: relative;
width: 100%;
height:auto;
aspect-ratio:3/2;
    background-color: rgb(255 255 240 / 70%);
    border:5px solid #eee;
    border-radius: 0; 
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

img.yokonaga, .yokonaga img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

div.yokonagab {
    position: relative;
    width: 100%;
    height: 280px;
    background-color: rgb(255 255 240 / 70%);
    border:5px solid #eee;
    border-radius: 0; 
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

img.yokonagab, .yokonagab img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

div.maru p, div.shikaku p, div.yokonaga p,, div.yokonagab p{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom:0;
    line-height:1.5;
}

@media screen and (max-width:539.9px){
.por .fullimg img{
    width: auto;
    margin-left:  -webkit-calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    max-width: none;
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    display: block;
    opacity: 0.5;
    max-height:580px;
}
}
@media screen and (min-width:540px) and (max-width:820.1px){
.por .fullimg img{
    width: auto;
    margin-left:  -webkit-calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    max-width: none;
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    display: block;
    opacity: 0.5;
    max-height:auto;
}
}

@media print, screen and (min-width:820.2px) {
.por .fullimg img{
    width: 100vw;
    margin-left:  -webkit-calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    max-width: none;
    height: -webkit-calc(100vh - 70px);
    height: calc(100vh - 70px);
    display: block;
    opacity: 0.5;
    max-height:auto;
}
}
.cf {zoom: 1;}
.cf:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
b, strong, .bold, em {font-weight:bold;}
pre {margin:1em 0; padding:1em;}
blockquote {
	margin-bottom:1em;
	padding:1em 1em 0.2em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
        background: rgb(221 221 221 / 0.2);
}
abbr[title] {border-bottom:none; text-decoration:none;}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0 3em;
    padding: 0;
    overflow: hidden;
    clear: both;
}
hr.hr0 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 0px solid #cccccc;
    margin: 0;
    padding: 0;
}
hr.hr1 {
    position: relative;
    display: block;
    height: 50px;
    border: 0;
    border-top: 0px solid #cccccc;
    margin: 0;
    padding: 0;  
}  
hr.hr1:after{
content: "";
    position: absolute;
    width: 0;
    height: 30px;
    bottom: -10px;
    left: -webkit-calc( 50% - 80px );
    left: calc( 50% - 80px );
    border-style: solid;
    border-color: #1E90FF transparent transparent transparent;
    border-width: 20px 80px 0 80px;
    z-index: 1;
}

dl {margin:0 0 1em 0;}
dt {margin-bottom:0.5em; border-bottom:1px dotted #ddd;}
dt:before {content:"\0025a0";}
dd {margin-bottom:1em;}
.full-width {width:100%; box-sizing: border-box;}
.pointm {
  position: relative;
  border-top: solid 2px #b70006;
  border-bottom: solid 2px #b70006;
  background: #efede9;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 3em 0 0.5em;
  color: #b70006;
  font-weight: bold;
}
.pointm:after {
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #b70006;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 0.3em 0.5em 0.2em;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

.checkm {
  position: relative;
  border-top: solid 2px #0061b7;
  border-bottom: solid 2px #0061b7;
  background: #efede9;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 3em 0 0.5em;
  color: #0061b7;
  font-weight: bold;
}
.checkm:after {
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
  background: #0061b7;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 1.5em 0.5em 0em;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
}

h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h3, h2 + h4, h2 + h5, h2 + h6,
h3 + h2, h3 + h4, h3 + h5, h3 + h6, h4 + h2, h4 + h3, h4 + h5, h4 + h6,
h5 + h6, h5 + h2, h5 + h3, h5 + h4, h6 + h2, h6 + h3, h6 + h4, h6 + h5{margin-top: 0 !important;}
section > h1:first-child, section > h2:first-child, section > h3:first-child, section > h4:first-child, box1 > h5:first-child, section > h6:first-child{margin-top: 0.2em !important;}
.box1 > h1:first-child, .box1 > h2:first-child, .box1 > h3:first-child, .box1 > h4:first-child, box1 > h5:first-child, .box1 > h6:first-child{margin-top: 0 !important;}
.box2 > h1:first-child, .box2 > h2:first-child, .box2 > h3:first-child, .box2 > h4:first-child, box2 > h5:first-child, .box2 > h6:first-child{margin-top: 0 !important;}
.box3 > h1:first-child, .box3 > h2:first-child, .box3 > h3:first-child, .box3 > h4:first-child, box3 > h5:first-child, .box3 > h6:first-child{margin-top: 0 !important;}
.box4 > h1:first-child, .box4 > h2:first-child, .box4 > h3:first-child, .box4 > h4:first-child, box4 > h5:first-child, .box4 > h6:first-child{margin-top: 0 !important;}
.b1 > h1:first-child, .b1 > h2:first-child, .b1 > h3:first-child, .b1 > h4:first-child, b1 > h5:first-child, .b1 > h6:first-child{margin-top: 0 !important;}
.b2 > h1:first-child, .b2 > h2:first-child, .b2 > h3:first-child, .b2 > h4:first-child, b1 > h5:first-child, .b2 > h6:first-child{margin-top: 0 !important;}
.obi0 + section, .obi1 + section{padding-top:0em;}
.obi0v + section, .obi1v + section{padding-top:2em;}

/*------------------------------------------------
　btn
------------------------------------------------*/
.btna, .btnb, .btnc, .btnd, div.dbtna a, div.dbtnb a, div.dbtnc a, div.dbtnd a{font-size: 1em;}
header .btn, header .btnb, header .btnc, header .btnd{font-size: 14px;}
.btna, div.dbtna a, input[type="submit"] {
  display: inline-block;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 15px;
  margin: 10px 5px 1em;
  border-radius: 4px;
  transition: .4s;
  background:#b70006;
  border:2px solid #b70006;
}
input[type="submit"]{padding: 0.3em 0.8em; margin: 1em 5px 1em;}
.btna:hover, div.dbtna a:hover, input:hover[type="submit"] {
  background-color: #fff;
  border-color: #b70006;
  color: #b70006 !important;
}
.btnb, div.dbtnb a {
  display: inline-block;
  max-width: 300px;
  text-align: center;
  border: 2px solid #b70006;
  color: #b70006 !important;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 15px;
  margin: 10px 5px 1em;
  border-radius: 4px;
  transition: .4s;
  background:#fff;
}
.btnb:hover, div.dbtnb a:hover {
  background-color: #b70006;
  border-color: #b70006;
  color: #ffffff !important;
}
.btnc, div.dbtnc a{
  display: inline-block;
  max-width: 300px;
  text-align: center;
  border: 2px solid #0061b7;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 15px;
  margin: 10px 5px 1em;
  border-radius: 4px;
  transition: .4s;
  background:#0061b7;
}
.btnc:hover, div.dbtnc a:hover{
  background-color: #fff;
  border-color: #0061b7;
  color: #0061b7 !important;
}
.btnd, div.dbtnd a {
  display: inline-block;
  max-width: 300px;
  text-align: center;
  border: 2px solid #0061b7;
  color: #0061b7 !important;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 15px;
  margin: 10px 5px 1em;
  border-radius: 4px;
  transition: .4s;
  background:#fff;
}
.btnd:hover, div.dbtnd a:hover {
  background-color: #0061b7;
  border-color: #0061b7;
  color: #ffffff !important;
}


/*================================================
 *  flex box
 ================================================*/
.af2, .bf2, .lf2, .af3, .bf3, .lf3, .af4, .bf4, .lf4, .af5, .bf5, .lf5, .af6, .bf6, .lf6{
     display: flex;
     flex-flow: row wrap;
}
.af2, .af3, .af4, .af5, .af6{justify-content:space-around;}
.bf2, .bf3, .bf4, .bf5, .bf6{justify-content:space-between;}
.lf2, .lf3, .lf4, .lf5, .lf6{justify-content:flex-start;}
.lf2 .bin, .lf3 .bin, .lf4 .bin, .lf5 .bin, .lf6 .bin{
    flex-grow: 0;
    margin-bottom: 3em;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
   /* border: 1px #ccc solid;
    box-shadow: 0px 10px 15px -10px;*/
}
.af2 .bin, .af3 .bin, .af4 .bin, .af5 .bin, .af6 .bin, .bf2 .bin, .bf3 .bin, .bf4 .bin, .bf5 .bin, .bf6 .bin{
    flex-grow: 0;
    margin-bottom: 3em;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
@media only screen and ( max-width : 540px ){ 
.af2 .bin, .af3 .bin, .af4 .bin, .af5 .bin, .af6 .bin, .bf2 .bin, .bf3 .bin, .bf4 .bin, .bf5 .bin, .bf6 .bin, .lf2 .bin, .lf3 .bin, .lf4 .bin, .lf5 .bin, .lf6 .bin{flex-basis:100%; margin-left:0;}
}
@media only screen and ( min-width : 540.1px ) and ( max-width : 834px ) { 
.lf2 .bin, .af2 .bin, .bf2 .bin{flex-basis:100%; margin-left:0;}
.lf3 .bin, .af3 .bin, .bf3 .bin{flex-basis:46%;}
.lf3 .bin:nth-child(2n+1){margin-left:0;}
.lf3 .bin:nth-child(2n){margin-left:8%;}
.lf4 .bin, .af4 .bin, .bf4 .bin{flex-basis:46%;}
.lf4 .bin:nth-child(4n+1), .lf4 .bin:nth-child(4n+3){margin-left:0;}
.lf4 .bin:nth-child(4n+2), .lf4 .bin:nth-child(4n){margin-left:8%;}
.lf5 .bin, .af5 .bin, .bf5 .bin{flex-basis:46%;}
.lf5 .bin:nth-child(5n+1), .lf5 .bin:nth-child(5n+3), .lf5 .bin:nth-child(5n){margin-left:0;}
.lf5 .bin:nth-child(5n+2), .lf5 .bin:nth-child(5n+4){margin-left:8%;}
.lf6 .bin, .af6 .bin, .bf6 .bin{flex-basis:46%;}
.lf6 .bin:nth-child(6n+1), .lf6 .bin:nth-child(6n+3), .lf6 .bin:nth-child(6n+5){margin-left:0;}
.lf6 .bin:nth-child(6n+2), .lf6 .bin:nth-child(6n+4), .lf6 .bin:nth-child(6n){margin-left:8%;}
}
@media only screen and ( min-width : 834.1px ) and ( max-width : 1023.9px ) { 
.lf2 .bin, .af2 .bin, .bf2 .bin{flex-basis:46%;}
.lf2 .bin:nth-child(2n+1){margin-left:0;}
.lf2 .bin:nth-child(2n){margin-left:8%;}
.lf3 .bin, .af3 .bin, .bf3 .bin{flex-basis:46%;}
.lf3 .bin:nth-child(2n+1){margin-left:0;}
.lf3 .bin:nth-child(2n){margin-left:8%;}
.lf4 .bin, .af4 .bin, .bf4 .bin{flex-basis:46%;}
.lf4 .bin:nth-child(2n+1){margin-left:0;}
.lf4 .bin:nth-child(2n){margin-left:8%;}
.lf5 .bin, .af5 .bin, .bf5 .bin{flex-basis:30%;}
.lf5 .bin:nth-child(5n+1){margin-left:0;}
.lf5 .bin:nth-child(5n+2), .lf5 .bin:nth-child(5n+3){margin-left:5%;}
.lf5 .bin:nth-child(5n+4), .lf5 .bin:nth-child(5n){margin-left:13.8%;}
.lf6 .bin, .af6 .bin, .bf6 .bin{flex-basis:30%;}
.lf6 .bin:nth-child(6n+1), .lf6 .bin:nth-child(6n+4){margin-left:0%;}
.lf6 .bin:nth-child(6n+2), .lf6 .bin:nth-child(6n+3), .lf6 .bin:nth-child(6n+5), .lf6 .bin:nth-child(6n){margin-left:5%;}
}
@media print, screen and (min-width: 1024px){
.lf2 .bin, .af2 .bin, .bf2 .bin{flex-basis:46%;}
.lf2 .bin:nth-child(2n+1){margin-left:0;}
.lf2 .bin:nth-child(2n){margin-left:8%;}
.lf3 .bin, .af3 .bin, .bf3 .bin{flex-basis:30%;}
.lf3 .bin:nth-child(3n+1){margin-left:0;}
.lf3 .bin:nth-child(3n+2), .lf3 .bin:nth-child(3n){margin-left:5%;}
.lf4 .bin, .af4 .bin, .bf4 .bin{flex-basis:23%;}
.lf4 .bin:nth-child(4n+1){margin-left:1%;}
.lf4 .bin:nth-child(4n+2), .lf4 .bin:nth-child(4n+3), .lf4 .bin:nth-child(4n){margin-left:2%;}
.lf5 .bin, .af5 .bin, .bf5 .bin{flex-basis:18%;}
.lf5 .bin:nth-child(5n+1){margin-left:1%;}
.lf5 .bin:nth-child(5n+2), .lf5 .bin:nth-child(5n+3), .lf5 .bin:nth-child(5n+4), .lf5 .bin:nth-child(5n){margin-left:2%;}
.lf6 .bin, .af6 .bin, .bf6 .bin{flex-basis:16%;}
.lf6 .bin:nth-child(6n+1){margin-left:0%;}
.lf6 .bin:nth-child(6n+2), .lf6 .bin:nth-child(6n+3), .lf6 .bin:nth-child(6n+4), .lf6 .bin:nth-child(6n+5), .lf6 .bin:nth-child(6n){margin-left:0.8%;}
}
.fg1 { flex-grow: 1;}
.fg2 { flex-grow: 2;}
.fg3 { flex-grow: 3;}
.f2 p, .f3 p{margin:0.5em 0.5em 1em;}

/*================================================
 *  box1
 ================================================*/
.box0, .box1, .box2, .box3, .box4, .box0b, .box1b, .box2b, .box3b, .box4b{
    display:block;
    clear:both;
    overflow:hidden;
    margin: 0 0 2em;
    padding: 1em 1em 0;
    text-align: left;
}
.box0{
    border: #ddd solid 2px;
    background: #fff;
}
.box1{
    border: #0061b7 solid 2px;
    background: #fff;
}
.box2{
    border: #0098a0 solid 2px;
    background: #fff;
}
.box3{
    border: #1E90FF solid 2px;
    background: #fff;
}
.box4{
    border: #0098a0 solid 2px;
    background: #fff;
}
.box0b{
    border: #ddd dashed 2px;
    background: #fffff0;
}
.box1b{
    border: #0061b7 dashed 2px;
    background: #fffff0;
}
.box2b{
    border: #b70006 dashed 2px;
    background: #fffff0;
}
.box3b{
    border: #1E90FF dashed 2px;
    background: #fffff0;
}
.box4b{
    border: #0098a0 dashed 2px;
    background: #fffff0;
}


/*------------------------------------------------
　b2
------------------------------------------------*/
.b55l{display:block;padding:0;margin:0;width:50%;float:left;}
.b55r{display:block;padding:0;margin:0;width:50%;float:right;}
.b64l{display:block;padding:0;margin:0;width:60%;float:left;}
.b64r{display:block;padding:0;margin:0;width:40%;float:right;}
.b46l{display:block;padding:0;margin:0;width:40%;float:left;}
.b46r{display:block;padding:0;margin:0;width:60%;float:right;}
.b73l{display:block;padding:0;margin:0;width:70%;float:left;}
.b73r{display:block;padding:0;margin:0;width:30%;float:right;}
.b37l{display:block;padding:0;margin:0;width:30%;float:left;}
.b37r{display:block;padding:0;margin:0;width:70%;float:right;}
.b82l{display:block;padding:0;margin:0;width:80%;float:left;}
.b82r{display:block;padding:0;margin:0;width:20%;float:right;}
.b28l{display:block;padding:0;margin:0;width:20%;float:left;}
.b28r{display:block;padding:0;margin:0;width:80%;float:right;}
.b91l{display:block;padding:0;margin:0;width:90%;float:left;}
.b91r{display:block;padding:0;margin:0;width:10%;float:right;}
.b19l{display:block;padding:0;margin:0;width:10%;float:left;}
.b19r{display:block;padding:0;margin:0;width:90%;float:right;}
.b33l{display:block;padding:0;margin:0;width:33%;float:left;}
.b33c{display:block;padding:0;margin:0 0.5%;width:33%;float:left;}
.b33r{display:block;padding:0;margin:0;width:33%;float:right;}
.b44{display:block;padding:0;margin:0;width:25%;float:left;}
.bb55l,.bb55r,.bb64l,.bb64r,.bb46l,.bb46r,.bb73l,.bb73r,.bb37l,.bb37r,.bb82l,.bb82r,.bb28l,.bb28r,.bb91l,.bb91r,.bb19l,.bb19r
{width:100%; margin:0; padding:0; display:inline-block;}
.b0{width:50%; margin:0 auto; padding:0; display:block; overflow:hidden;}
.b1, .b2, .b3, .b4, .b6{width:100%; margin:0; padding:0; display:inline-block;}
@media only screen and (min-width: 360px)
{
.b6{width:50%; font-size:90%; margin:0; padding:0; display:inline-block; float:left;}
}
@media only screen and (min-width: 540.1px)
{
.b4 {width:50%; float:left;}
.bb55l{display:block;padding:0;margin:0;width:50%;float:left;}
.bb55r{display:block;padding:0;margin:0;width:50%;float:right;}
.bb33l{display:block;padding:0;margin:0;width:33%;float:left;}
.bb33c{display:block;padding:0;margin:0 0.5%;width:33%;float:left;}
.bb33r{display:block;padding:0;margin:0;width:33%;float:right;}
.bb44{display:block;padding:0;margin:0;width:25%;float:left;}
.maxw{overflow: hidden; width:300px; margin-left:-webkit-calc(50% - 150px); margin-left:calc(50% - 150px); margin-right:-webkit-calc(50% - 150px); margin-right:calc(50% - 150px);}
}
@media only screen and (min-width: 834.1px)
{
.b3{width:33.3%; padding-left:0; padding-right:0; float:left;}
.b6{width:33.3%; padding-left:0; padding-right:0; float:left;font-size:100%;}
.bb64l{display:block;padding:0;margin:0;width:60%;float:left;}
.bb64r{display:block;padding:0;margin:0;width:40%;float:right;}
.bb46l{display:block;padding:0;margin:0;width:40%;float:left;}
.bb46r{display:block;padding:0;margin:0;width:60%;float:right;}
.bb73l{display:block;padding:0;margin:0;width:70%;float:left;}
.bb73r{display:block;padding:0;margin:0;width:30%;float:right;}
.bb37l{display:block;padding:0;margin:0;width:30%;float:left;}
.bb37r{display:block;padding:0;margin:0;width:70%;float:right;}
.bb82l{display:block;padding:0;margin:0;width:80%;float:left;}
.bb82r{display:block;padding:0;margin:0;width:20%;float:right;}
.bb28l{display:block;padding:0;margin:0;width:20%;float:left;}
.bb28r{display:block;padding:0;margin:0;width:80%;float:right;}
.bb91l{display:block;padding:0;margin:0;width:90%;float:left;}
.bb91r{display:block;padding:0;margin:0;width:10%;float:right;}
.bb19l{display:block;padding:0;margin:0;width:10%;float:left;}
.bb19r{display:block;padding:0;margin:0;width:90%;float:right;}
}
@media print, screen and (min-width: 1024px)
{
.b2{width:50%; padding-left:0; padding-right:0; float:left;}
.b4{width:25%; padding-left:0; padding-right:0; float:left;}
.b6{width:33.3%; padding-left:0; padding-right:0; float:left;}
}

/*------------------------------------------------
　　v1
------------------------------------------------*/
.v1 {
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom: 1.5em;
  border: 2px solid #0061b7;
}
.v1 iframe, 
.v1 object, 
.v1 embed {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;    
}

/*================================================
 *  table
 ================================================*/
table:not([class]) {
	width:100%;
	margin: 0 auto 1em;
	border-collapse:collapse;
	border:2px solid #999;
	background:#fff;
        table-layout: fixed;
}
table:not([class]) th, table:not([class]) td {
　 　border: none;
    display: block;
    width: 100%;
    padding:10px;
}
table:not([class]) th {
	text-align:center;
	vertical-align:middle;
	background:#eee;
}
table:not([class]) td {
	text-align:left;
padding:1em 1em; 
}
.last td:last-child {
    border-bottom: solid 2px #999;
    width: 100%;
}

@media print, screen and (min-width: 820.1px) {
table:not([class])  {width:100%;}
table:not([class]) th, table:not([class]) td{display: table-cell; border:2px solid #999;}
table:not([class]) th  {width: 30%;}
table:not([class]) td{width: 70%;}
}

/*-----------------------------------------------------------------------------------------------t1--*/
table.t1 {width:100%; margin:0.5em auto 0.5em; word-break:break-all; table-layout:fixed; display:table;}
table.t1 th, table.t1 td{padding:0.4em 0.2em; border:2px solid #999;}
table.t1 th{background-color:#0080b7; color:#ffffff; text-align:center; vertical-align: middle;}
table.t1 td{background-color:#fff; color:#000000; text-align:left;}

/*-----------------------------------------------------------------------------------------------tscr--*/
table.tscr {
  display: block;
}
@media only screen and (max-width: 820px)
{
table.tscr {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
}

table.tscr tbody {
  width: 100%;
  display:table;
 word-break:break-all;
}
table.tscr th, table.tscr td{ padding:1em 0.5em; border:0.05em solid #999; text-align:center; vertical-align:middle;}
table.tscr th{background-color:#eee; color:#111;}
table.tscr td{background-color:#ffffff; color:#000000;}

tbody.tdl td{text-align:left;}
tbody.tdr td{text-align:right;}
tbody.tdc td{text-align:center;}

/*----------------------------------------------------
	tright
----------------------------------------------------*/
table.tright {
    width: 98%;
    margin: -0.3em 1% 0.5em;
    border-collapse: separate;
    border-spacing: 0px 0.5em;
}

table.tright th {
    background: #eee;
    vertical-align: middle;
    text-align: center;
    width: 25%;
    overflow: visible;
    position: relative;
    font-weight: bold;
    padding:0;
    color:#1E90FF;
    font-size:1.2em;
}

table.tright th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: 2px solid rgba(153, 153, 153, 0);
    border-left-color: #1E90FF;
    border-width: 0.45em;
    margin-top: -0.45em;
}

table.tright td {
    background: #ffffea;
    width: 75%;
    padding: 0.2em 0.2em 0em 0.5em;
}
table.tdl td{text-align:left; padding:0.4em 0.2em 0.4em 0.4em;}
table.tdr td{text-align:right;}
table.tdc td{text-align:center;}

/*----------------------------------------------------
	tbottom
----------------------------------------------------*/
table.tbottom {
    width: 98%;
    margin: -1em 1% 0.5em;
    border-collapse: separate;
    border-spacing: 0px 1.2em;
}

table.tbottom th {
    background: #eee;
    vertical-align: middle;
    text-align: center;
    width: 25%;
    overflow: visible;
    position: relative;
    font-weight: bold;
    padding: 0.5em 0;
    color:#1E90FF;
    font-size:1.2em;
}

table.tbottom th:before{
    content: "";
    border: 0.5em solid transparent;
    border-top: 0.6em solid #1E90FF;
    position: absolute;
    left: 45%;
    top: 100%;
}
table.tbottom tr.lasttr th:before{
    content: none;
}
table.tbottom td {
    background: #ffffea;
    width: 75%;
    padding: 0.5em 0.2em 0em 0.5em;
}
table.tbottom td p{margin-bottom:0.5em;}

/*------------------------------------------------------------------------------------------------ol ul-*/
ul.sitemap_disp_level_0, section ul:not([class]),section ol:not([class]),
ol.o0, ol.o1, ol.o2, ol.o3, ol.o1b, ol.o2b, ol.o3b,
ul.u1, ul.u2, ul.u3, ul.u4, ul.u5, ul.u6, ul.u7, ul.u8, ul.u9, ul.u10, ul.u11,
ul.u1b, ul.u2b, ul.u3b, ul.u4b, ul.u5b, ul.u6b, ul.u7b, ul.u8b, ul.u9b, ul.u10b, ul.u11b{
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    -moz-margin-before: 0em;
    -moz-margin-after: 0em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -moz-padding-start: 0px;
    list-style-position: inside;
    margin:0 0 0 0.5em;
    padding:0.5em 0.5em 1em 1.5em;
    text-indent: 1.5em;
    display: table-cell;
}
section ol:not([class]),ol.o0, ol.o1, ol.o2, ol.o3, ol.o1b, ol.o2b, ol.o3b{padding:0.5em 0.5em 1em 1.8em;}

/*------------------------------------------------
　　ol 
------------------------------------------------*/
section ol:not([class]), .o0, .o0b {
 counter-reset: li;
 list-style: none;
}
section ol:not([class]) > li, .o0 > li, .o0b > li {
 position: relative;
 text-indent:0em;
 margin-left: -2em;
 padding-left: 2em;
 padding-bottom: 0.5em;
 line-height: 1.2;
}
section ol:not([class]) > li:before, .o0 > li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0.2em;
 width: 1.2em;
 height: 1.2em;
 line-height: 1.2;
 color: #fff;
 text-align: center;
 vertical-align: baseline;
 background: #1E90FF;
}
.o0b > li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0.2em;
 width: 1.2em;
 height: 1.2em;
 line-height: 1.2;
 color: #fff;
 text-align: center;
 vertical-align: baseline;
 background: #0098a0;
}
.o1, .o1b {
 counter-reset: li;
 list-style: none;
}
.o1 > li, .o1b > li {
 position: relative;
 text-indent:0em;
 margin-left: -2em;
 padding-left: 1.8em;
 padding-bottom: 0.5em;
 line-height: 1.3;
}
.o1 > li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0.2em;
 width: 1.3em;
 height: 1.3em;
 line-height: 1.3;
 border-radius: 50%;
 color: #fff;
 text-align: center;
 vertical-align: baseline;
 background: #1E90FF;
}
.o1b > li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0.2em;
 width: 1.3em;
 height: 1.3em;
 line-height: 1.3;
 border-radius: 50%;
 color: #fff;
 text-align: center;
 vertical-align: baseline;
 background: #0098a0;
}
.o2, .o2b {
 counter-reset: li;
 list-style: none;
}
.o2 > li, .o2b > li {
 position: relative;
 text-indent:0em;
 margin-left: -2em;
 padding-left: 2.6em;
 padding-bottom: 0.5em;
}
.o2 > li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0;
 width: 1em;
 text-align: right;
 font-weight: bold;
 color: #1E90FF;
}
.o2b > li:before {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 0;
 width: 1em;
 text-align: right;
 font-weight: bold;
 color: #0098a0;
}
.o2 > li:after {
 content: "位";
 position: absolute;
 left: 1.2em;
 top:0;
 font-weight: bold;
 color: #1E90FF;
}
.o2b > li:after {
 content: "位";
 position: absolute;
 left: 1.2em;
 top:0;
 font-weight: bold;
 color: #0098a0;
}
.o3, .o3b {
 counter-reset: li;
 list-style: none;
}
.o3 > li, .o3b > li {
 position: relative;
 text-indent:0em;
 margin-left: -2em;
 padding-left: 4em;
 padding-bottom: 0.5em;
 line-height: 1.2;
}
.o3 > li:before {
 content: "Point";
 position: absolute;
 left: 0;
 padding: 0 0 0 0.2em;
 text-align: right;
 font-weight: bold;
 background-color: #000000;
 color: #1E90FF;
}
.o3b > li:before {
 content: "Point";
 position: absolute;
 left: 0;
 padding: 0 0 0 0.2em;
 text-align: right;
 font-weight: bold;
 background-color: #000000;
 color: #0098a0;
}
.o3 > li:after {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 2.6em;
 top:0;
 padding: 0 0.2em;
 font-weight: bold;
 background-color: #000000;
 color: #1E90FF;
}
.o3b > li:after {
 counter-increment: li;
 content: counter(li);
 position: absolute;
 left: 2.6em;
 top:0;
 padding: 0 0.2em;
 font-weight: bold;
 background-color: #000000;
 color: #0098a0;
}

/*------------------------------------------------
   ul li
------------------------------------------------*/
ul.sitemap_disp_level_0 li, section ul:not([class]) li, ul.u1 li, ul.u2 li, ul.u3 li, ul.u4 li, ul.u5 li, ul.u6 li, ul.u7 li, ul.u8 li, ul.u9 li, ul.u10 li, ul.u11 li,
ul.u1b li, ul.u2b li, ul.u3b li, ul.u4b li, ul.u5b li, ul.u6b li, ul.u7b li, ul.u8b li, ul.u9b li, ul.u10b li, ul.u11b li{
 list-style-type:none; line-height: 1.2; padding-bottom:0.5em; text-indent: -1.5em;
}
ul.sitemap_disp_level_0 li:before, section ul:not([class]) li:before, ul.u1 li:before, ul.u2 li:before, ul.u3 li:before, ul.u4 li:before, ul.u5 li:before, ul.u6 li:before, ul.u7 li:before, ul.u8 li:before, ul.u9 li:before, ul.u10 li:before, ul.u11 li:before{
 line-height:1.2; font-family: "Font Awesome 5 Free"; font-weight:bold; color:#1E90FF;
}
ul.u1b li:before, ul.u2b li:before, ul.u3b li:before, ul.u4b li:before, ul.u5b li:before, ul.u6b li:before, ul.u7b li:before, ul.u8b li:before, ul.u9b li:before, ul.u10b li:before, ul.u11b li:before{
 line-height: 1.2; font-family: "Font Awesome 5 Free"; color:#0098a0;
}
ul.sitemap_disp_level_0 li:before{content: "\f0a4" !important; font-weight:600;}
section ul li.googlelink:before{content: "\f3c5"; font-weight:600;}
section ul li.facebooklink:before {content: "\f082"; font-weight:400;}
section ul li.instagramlink:before {content: "\f16d"; font-weight:400;}
section ul li.twitterlink:before {content: "\f081"; font-weight:400;}
section ul:not([class]) li:before {content: "\f14a" !important; font-weight:600;}
ul.u1 li:before, ul.u1b li:before {content: "\f00c" !important; font-weight:600;}
ul.u2 li:before, ul.u2b li:before {content: "\f14a" !important; font-weight:400;}
ul.u3 li:before, ul.u3b li:before {content: "\f14a" !important; font-weight:600;}
ul.u4 li:before, ul.u4b li:before {content: "\f058" !important; font-weight:400;}
ul.u5 li:before, ul.u5b li:before {content: "\f058" !important; font-weight:600;}
ul.u6 li:before, ul.u6b li:before {content: "\f00d" !important; font-weight:600;}
ul.u7 li:before, ul.u7b li:before {content: "\f0a4" !important; font-weight:600;}
ul.u8 li:before, ul.u8b li:before {content: "\f091" !important; font-weight:600;}
ul.u9 li:before, ul.u9b li:before {content: "\f201" !important; font-weight:600;}
ul.u10 li:before, ul.u10b li:before {content: "\f080" !important; font-weight:600;}
ul.u11 li:before, ul.u11b li:before {content: "\f200" !important; font-weight:600;}

ul.sitemap_disp_level_0 li:before, section ul:not([class]) li:before, ul.u1 li:before, ul.u2 li:before, ul.u3 li:before, ul.u4 li:before, ul.u5 li:before, ul.u6 li:before, ul.u7 li:before, ul.u8 li:before, ul.u9 li:before, ul.u10 li:before, ul.u11 li:before,
ul.u1b li:before, ul.u2b li:before, ul.u3b li:before, ul.u4b li:before, ul.u5b li:before, ul.u6b li:before, ul.u7b li:before, ul.u8b li:before, ul.u9b li:before, ul.u10b li:before, ul.u11b li:before{
 padding-right:0.6em;
}
ul.u1b li a, ul.u2b li a, ul.u3b li a, ul.u4b li a, ul.u5b li a, ul.u6b li a, ul.u7b li a, ul.u8b li a, ul.u9b li a, ul.u10b li a, ul.u11b li a, ol.o1b li a, ol.o2b li a, ol.o3b li a{
  color:#0098a0;
}
  
li.lin:before{display:none; margin-top:0.25em; margin-left:-0.4em;}
/*ul li ul{padding-top:0.4em!important; padding-bottom:0!important;}*/
#toc_container{margin:0 auto 1em;}

.lista, .list1, .listy, .listm, .listl, .listf, .listi, .listt, .listw {line-height:1.2; margin:0.5em 0.5em 1em; padding:0 0 0 1em; vertical-align:text-top; text-indent: -1em;}
.lista:before, .list1:before, .listm:before, .listw:before {padding-right:0.25em; vertical-align:baseline; font-family: "Font Awesome 5 Free";}
.listy:before, .listl:before, .listf:before, .listi:before, .listt:before {padding-right:0.25em; vertical-align:baseline; font-family:'Font Awesome 5 Brands';}

.lista:before {content: "\f51e"; font-weight:600; color:#e6b422;}
.list1:before {content: "\f14a"; font-weight:600; color:#0098a0;}
.listy:before {content: "\f167"; font-weight:400; color:#fc0d1c;}
.listl:before {content: "\f3c0"; font-weight:400; color:#00b900;}
.listf:before {content: "\f082"; font-weight:400; color:#3b75d4;}
.listi:before {content: "\f16d"; font-weight:400; color:#f13f79;}
.listt:before {content: "\f081"; font-weight:400; color:#55acee;}
.listm:before {content: "\f3c5"; font-weight:900; color:#ef3f56;}
.listw:before {content: "\f109"; font-weight:900; color:#6cc655;}

/*------------------------------------------------------------------------------------------------form-*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
        vertical-align: middle;
}
table.formTable td{background:#fff;}
input {vertical-align: baseline; line-height:1.8em;}
input[type="text"].inps{vertical-align: text-top;}
input[type=radio] ,input[type=checkbox]{vertical-align: baseline;}
select {vertical-align: middle; line-height:1.8em;}
select option{font-size:1em;}
@media screen and (max-width:820px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea, form serect {
	padding:5px;
        width: 100%;
}
input[type="text"].inps{width:70%; vertical-align: middle;}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
input {vertical-align: middle; line-height:1.5em;}
select {vertical-align: middle; line-height:1.5em;}
}



/*------------------------------------------------------------------------------------------------qa-*/
.question {
    background: url(../images/q.png) no-repeat;
    background-position: top left;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding-top: 3px;
    padding-left: 40px;
    min-height: 40px;radio
    color: #0061b7;
}
.answer {
    background: url(../images/a.png) no-repeat;
    background-position: top left;
    margin-bottom: 1.5em;
    padding-top: 3px;
    padding-left: 40px;
    min-height: 40px;
}
/*================================================
 *  por
 ================================================*/
.por{position:relative;}
.por a img, .por img{
    position: relative;
    width:100%;
    height:auto;
}
@media only screen and (max-width: 820px)
{
.porbox{
   width:90%;
   height: fit-content;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   font-size: -webkit-calc(100vw / 20);
   font-size: calc(100vw / 20);
}
}
@media print, screen and (min-width: 820.1px)
{
.porbox{
   width:60%;
   height: fit-content;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
#page-top{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 45px;
  right: 10px;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.2em;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
  text-decoration: none;
  transition: .5s;
}
#page-top{background: #0080b7;}
#page-top:hover{background: #1E90FF;}
#page-top a
{
  font-size:0.8em;
  color:#fff;
  text-decoration:none;
}
#page-top a:hover
{
  font-size:0.7em;
  color:#fff;
}

/*================================================
 *  footmenu
 ================================================*/
footer{width:100%; background-color:#e4e4e4; font-size:0.9em;}
.footmenu { 
    width: 100%;
    margin: 0 auto;
    display: block;
    clear: both;
    overflow: hidden;
    border-top:1px groove rgba(112, 111, 111, 0.5);
}
.footmenu .menu{
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    width: 100%;
    height: 100%;
}
.footmenu li{
	position: relative;
	display: inline-block;
	background-color: #e4e4e4;
        text-align: center;
	text-decoration: none;
	transition: all 1.5s;
        width:100%;
        height:100%;
        float:left;
        margin:0;
}
.footmenu li::after {
	position: absolute;
	top: 50%;
	right: 0.1em;
	content: '';
	margin-top: -0.32em;
	border: 0.4em solid transparent;
	border-top-width: 0.4em;
	border-bottom-width: 0.4em;
	border-left-color: #0061b7;
	transition: all 1.5s;
}
.footmenu li a{color:#0061b7; font-weight:400; text-decoration:none; display:block; line-height:3em; height:100%; border-bottom:2px solid rgba(112, 111, 111, 0.5);}
.footmenu li:hover {background-color:#efede9; opacity:0.6; color:#0080b7;}
.footmenu li:hover a{color:#0080b7;}
.footmenu li:hover::after {border-left-color:#0080b7;}
.footmenu li:nth-child(2n){border-left:none;}
@media only screen and (min-width: 820.1px) and (max-width: 1023.9px)
{
.footmenu ul li{width:50%; float:left;}
.footmenu ul li:nth-child(1n){border-right: 1px groove rgba(112, 111, 111, 0.5);}
}
@media print, screen and (min-width: 1024px)
{
.footmenu ul li{width:auto; padding-left:0.8em; padding-right:1.2em; float:left; margin-top:1px;}
.footmenu ul li:nth-child(1n){border-right: none;}
.footmenu li a{border: none;}
.footmenu, .footmenu li{background-color:#e4e4e4;}
.footmenu li:hover {background-color:#e4e4e4;}
}
.copyright{text-align: center; padding-bottom: 1em; padding-top: 1em; clear:both;}
.copyright a {color: #0061b7;}
.copyright a:hover {color: #0080b7;}


/*------------------------------------------------
　important
------------------------------------------------*/
.righta {text-align:right !important;}
.lefta {text-align:left !important;}
.centera {text-align:center !important;}
.rightb {display:block !important; float:right !important;}
.leftb {display:block !important; float:left !important;}
.centerb {display:block !important; float:none; margin:0 auto !important;}
.centerl {text-align:center !important;}
.centerr {text-align:center !important;}
.ov{overflow: hidden;}
.vam{vertical-align: middle;}
.pindex{text-indent: 1em;}

@media only screen and (max-width: 820px)
{
.centerl {text-align:left !important;}
.centerr {text-align:right !important;}
}
#feed{
    height: 11em;
    overflow-y: scroll;
    overflow-x: hidden;
}
.naname {
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    padding-left: 0.45em;
    margin-bottom:0.5em;
    margin-top:0.2em;
}
.nanameb {
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    padding-left: 0.45em;
    margin-bottom:0.5em;
    margin-top:0.2em;
}
.fsg{font-family:HGP行書体;}
.tshadow{
text-shadow:
    white 0.1em 0px 0.1em, white -0.1em 0px 0.1em,
    white 0px -0.1em 0.1em, white -0.1em 0px 0.1em,
    white 0.1em 0.1em 0.1em, white -0.1em 0.1em 0.1em,
    white 0.1em -0.1em 0.1em, white -0.1em -0.1em 0.1em,
    white 0.05em 0.1em 0.1em, white -0.05em 0.1em 0.1em,
    white 0.05em -0.1em 0.1em, white -0.05em -0.1em 0.1em,
    white 0.1em 0.05em 0.1em, white -0.1em 0.05em 0.1em,
    white 0.1em -0.05em 0.1em, white -0.1em -0.05em 0.1em,
    white 0.05em 0.05em 0.1em, white -0.05em 0.05em 0.1em,
    white 0.05em -0.05em 0.1em, white -0.05em -0.05em 0.1em;
}
.tshadowb{
text-shadow:
    black 0.1em 0px 0.1em, black -0.1em 0px 0.1em,
    black 0px -0.1em 0.1em, black -0.1em 0px 0.1em,
    black 0.1em 0.1em 0.1em, black -0.1em 0.1em 0.1em,
    black 0.1em -0.1em 0.1em, black -0.1em -0.1em 0.1em,
    black 0.05em 0.1em 0.1em, black -0.05em 0.1em 0.1em,
    black 0.05em -0.1em 0.1em, black -0.05em -0.1em 0.1em,
    black 0.1em 0.05em 0.1em, black -0.1em 0.05em 0.1em,
    black 0.1em -0.05em 0.1em, black -0.1em -0.05em 0.1em,
    black 0.05em 0.05em 0.1em, black -0.05em 0.05em 0.1em,
    black 0.05em -0.05em 0.1em, black -0.05em -0.05em 0.1em;
}
.bg0{background: #000000 !important;}
.bg1{background: #0061b7 !important;}
.bg2{background: #b70006 !important;}
.bg3{background: #0098a0 !important;}
.bgb{background: #fcfce3 !important;}
.bgbb{background: #fffff0 !important;}
.bgr{background: #ff0000 !important;}
.bgf{background: #ffffff !important;}
.bgy{background: #ffff00 !important;}
.cl0{color: #000000 !important;}
.cl1{color: #0061b7 !important;}
.cl2{color: #b70006 !important;}
.cl3{color: #0098a0 !important;}
.clr{color: #ff0000 !important;}
.clf{color: #ffffff !important;}
.cly{color: #ffff00 !important;}
.fs500{font-size:500% !important;}
.fs400{font-size:400% !important;}
.fs300{font-size:300% !important;}
.fs250{font-size:250% !important;}
.fs200{font-size:200% !important;}
.fs190{font-size:190% !important;}
.fs180{font-size:180% !important;}
.fs170{font-size:170% !important;}
.fs160{font-size:160% !important;}
.fs150{font-size:150% !important;}
.fs140{font-size:140% !important;}
.fs130{font-size:130% !important;}
.fs120{font-size:120% !important;}
.fs110{font-size:110% !important;}
.fs100{font-size:100% !important;}
.fs90{font-size:90% !important;}
.fs80{font-size:80% !important;}
.fs70{font-size:70% !important;}
.fs60{font-size:60% !important;}
.fs50{font-size:50% !important;}
.fs40{font-size:40% !important;}
.fs30{font-size:30% !important;}
.fs20{font-size:20% !important;}
.fs10{font-size:10% !important;}
.lh2{line-height:2 !important;}
.lh15{line-height:1.5 !important;}
.lh1{line-height:1 !important;}
.lh05{line-height:0.5 !important;}
.lh0{line-height:0 !important;}
.pdxxx{padding:3em !important;}
.pdxx{padding:2.5em !important;}
.pdx{padding:1.5em !important;}
.pdm{padding:1em !important;}
.pds{padding:0.5em !important;}
.pdss{padding:0.25em !important;}
.pdn{padding:0 !important;}
.pdlrxxx{padding-left:3em !important; padding-right:3em !important;}
.pdlrxx{padding-left:2.5em !important; padding-right:2.5em !important;}
.pdlrx{padding-left:1.5em !important; padding-right:1.5em !important;}
.pdlrm{padding-left:1em !important; padding-right:1em !important;}
.pdlrs{padding-left:0.5em !important; padding-right:0.5em !important;}
.pdlrss{padding-left:0.25em !important; padding-right:0.25em !important;}
.pdlrn{padding-left:0em !important; padding-right:0em !important;}
.pdlxxx{padding-left:3em !important;}
.pdlxx{padding-left:2.5em !important;}
.pdlx{padding-left:1.5em !important;}
.pdlm{padding-left:1em !important;}
.pdls{padding-left:0.5em !important;}
.pdlss{padding-left:0.25em !important;}
.pdln{padding-left:0em !important;}
.pdrxxx{padding-right:3em !important;}
.pdrxx{padding-right:2.5em !important;}
.pdrx{padding-right:1.5em !important;}
.pdrm{padding-right:1em !important;}
.pdrs{padding-right:0.5em !important;}
.pdrss{padding-right:0.25em !important;}
.pdrn{padding-right:0em !important;}
.pdtbxxx{padding-top:3em !important; padding-bottom:3em !important;}
.pdtbxx{padding-top:2.5em !important; padding-bottom:2.5em !important;}
.pdtbx{padding-top:1.5em !important; padding-bottom:1.5em !important;}
.pdtbm{padding-top:1em !important; padding-bottom:1em !important;}
.pdtbs{padding-top:0.5em !important; padding-bottom:0.5em !important;}
.pdtbss{padding-top:0.25em !important; padding-bottom:0.25em !important;}
.pdtbn{padding-top:0em !important; padding-bottom:0em !important;}
.pdtxxx{padding-top:3em !important;}
.pdtxx{padding-top:2.5em !important;}
.pdtx{padding-top:1.5em !important;}
.pdtm{padding-top:1em !important;}
.pdts{padding-top:0.5em !important;}
.pdtss{padding-top:0.25em !important;}
.pdtn{padding-top:0 !important;}
.pdbxxx{padding-bottom:3em !important;}
.pdbxx{padding-bottom:2.5em !important;}
.pdbx{padding-bottom:1.5em !important;}
.pdbm{padding-bottom:1em !important;}
.pdbs{padding-bottom:0.5em !important;}
.pdbss{padding-bottom:0.25em !important;}
.pdbn{padding-bottom:0 !important;}
.mra{margin:0 auto !important;}
.mrxxx{margin:3em !important;}
.mrxx{margin:2.5em !important;}
.mrx{margin:1.5em !important;}
.mrm{margin:1em !important;}
.mrs{margin:0.5em !important;}
.mrss{margin:0.25em !important;}
.mrn{margin:0 !important;}
.mrlrxxx{margin-left:3em !important; margin-right:3em !important;}
.mrlrxx{margin-left:2.5em !important; margin-right:2.5em !important;}
.mrlrx{margin-left:1.5em !important; margin-right:1.5em !important;}
.mrlrm{margin-left:1em !important; margin-right:1em !important;}
.mrlrs{margin-left:0.5em !important; margin-right:0.5em !important;}
.mrlrss{margin-left:0.25em !important; margin-right:0.25em !important;}
.mrlrn{margin-left:0em !important; margin-right:0em !important;}
.mrlxxx{margin-left:3em !important;}
.mrlxx{margin-left:2.5em !important;}
.mrlx{margin-left:1.5em !important;}
.mrlm{margin-left:1em !important;}
.mrls{margin-left:0.5em !important;}
.mrlss{margin-left:0.25em !important;}
.mrln{margin-left:0em !important;}
.mrrxxx{margin-right:3em !important;}
.mrrxx{margin-right:2.5em !important;}
.mrrx{margin-right:1.5em !important;}
.mrrm{margin-right:1em !important;}
.mrrs{margin-right:0.5em !important;}
.mrrss{margin-right:0.25em !important;}
.mrrn{margin-right:0em !important;}
.mrtbxxx{margin-top:3em !important; margin-bottom:3em !important;}
.mrtbxx{margin-top:2.5em !important; margin-bottom:2.5em !important;}
.mrtbx{margin-top:1.5em !important; margin-bottom:1.5em !important;}
.mrtbm{margin-top:1em !important; margin-bottom:1em !important;}
.mrtbs{margin-top:0.5em !important; margin-bottom:0.5em !important;}
.mrtbss{margin-top:0.25em !important; margin-bottom:0.25em !important;}
.mrtbn{margin-top:0em !important; margin-bottom:0em !important;}
.mrtxxx{margin-top:3em !important;}
.mrtxx{margin-top:2.5em !important;}
.mrtx{margin-top:1.5em !important;}
.mrtm{margin-top:1em !important;}
.mrts{margin-top:0.5em !important;}
.mrtss{margin-top:0.25em !important;}
.mrtn{margin-top:0em !important;}
.mrbxxx{margin-bottom:3em !important;}
.mrbxx{margin-bottom:2.5em !important;}
.mrbx{margin-bottom:1.5em !important;}
.mrbm{margin-bottom:1em !important;}
.mrbs{margin-bottom:0.5em !important;}
.mrbss{margin-bottom:0.25em !important;}
.mrbn{margin-bottom:0em !important;}
.w10{width:10em;}
.w100{width:100%;}

@media only screen and (max-width: 320px)
{
.minmbbb{display:none !important;}
}
@media only screen and (max-width: 540px)
{
.minmbb{display:none !important;}
}
@media only screen and (max-width: 600.9px)
{
.minmb{display:none !important;}
}
@media only screen and (max-width: 833.9px)
{
.mintb{display:none !important;}
}
@media only screen and (max-width: 1279.9px)
{
.minpc{display:none !important;}
}
@media only screen and (max-width: 1535.9px)
{
.minpcb{display:none !important;}
}

@media print, screen and (min-width: 320.1px)
{
.maxmbbb{display:none !important;}
}
@media print, screen and (min-width: 540.1px)
{
.maxmbb{display:none !important;}
}
@media print, screen and (min-width: 601px)
{
.maxmb{display:none !important;}
}
@media print, screen and (min-width: 834px)
{
.maxtb{display:none !important;}
}
@media print, screen and (min-width: 1280px)
{
.maxpc{display:none !important;}
}

@media print, screen and (min-width: 1536px)
{
.maxpcb{display:none !important;}
}

@media only screen and (max-width: 833.9px)
{
.onlytb{display:none !important;}
}
@media only screen and (min-width: 1279.9px)
{
.onlytb{display:none !important;}
}
@media only screen and (min-width: 834px) and (max-width: 1280px)
{
.nonetb{display:none !important;}
}