@charset "utf-8";
/* CSS Document */
/*
font-family: 'M PLUS 1p', sans-serif;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Oswald', sans-serif;
*/
* { margin:0; padding:0; font-weight:normal; font-style:normal; font-size:100% } 
h1,h2,h3,h4,h5,h6,dl,ul,p { margin:0; padding:0; } 
html { margin-bottom:1px; height:100%; overflow-y:scroll; }
div, p, ul, h2, h3, h4, img{padding:0px; margin:0px;}
ul{list-style-type:none;}
body{
	padding:0 0 0 260px;
	margin:0px;
	outline:none;
	font-family: 'M PLUS 1p', sans-serif;
}
.mainbody,
.common-footer {
	padding:30px 30px 30px 40px;
}
@media only screen and (max-width: 480px) {

.mainbody,
.common-footer {
	padding:20px;
}
}
a.pdf {
    background: url(../img/pdf_icon.png) no-repeat left center;
    padding-left: 25px;
	color:#F60;
}

.top-vis-box-001,
.top-vis-box-002 {
	padding:30px 30px 40px 40px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}


.top-vis-box-001 {background-image:url(../img/top-vis-001.jpg);}

.top-vis-box-title {
	font-size:1rem;
	color:#fff;
	margin-bottom:40px;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	letter-spacing:0.22rem
}
.top-vis-box-title span {
	display:block;
	font-family: 'Oswald', sans-serif;
	font-size:4.4rem;
	letter-spacing:5px;
}

@media only screen and (max-width: 480px) {
.top-vis-box-001,
.top-vis-box-002 {
	padding:20px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}

.top-vis-box-title {
	font-size:1rem;
	color:#fff;
	margin-bottom:40px;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.6);
	letter-spacing:0.22rem
}
.top-vis-box-title span {
	display:block;
	font-family: 'Oswald', sans-serif;
	font-size:4.4rem;
	letter-spacing:5px;
	line-height:1.1;
	margin-bottom:10px;
}
}

.file-linkbnr {
	padding:20px 0 20px 0;
	max-width:960px;
}
.file-linkbnr a {
	display:inline-block;
	max-width:450px;
	text-align:left;
	text-decoration:none;
	font-size:1.7rem;
	line-height:1;
	padding: 20px 20px 20px 20px;
	margin:0 10px;
}
.pdffile a {
	padding-left:60px;
	background-image:url(../img/pdf_icon2.png);
	background-position:13px center;
	background-size:10%;
	background-repeat:no-repeat;
}
.docfile a {
	padding-left:60px;
	background-image:url(../img/doc_icon.png);
	background-position:13px center;
	background-size:10%;
	background-repeat:no-repeat;
}


.file-linkbnr span {
	display:block;
	padding-top:15px;
	font-size:1.3rem;
}

.sphead { display:none;}
@media only screen and (max-width: 480px) {
body{padding:64px 0 0 0;}
.mainbody {padding:10px;}
.header {display:none;}
.sphead {
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:64px;
	background-color:#fff;
	z-index:9;
	overflow:hidden;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}


.logo-sp {
	display:block;
	position:absolute;
	top:6px;
	left:6px;
	width:220px;
	height:52px;
	background-image:url(../img/logo-sp.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:contain;
}







.menu-btn {
    position: fixed;
    top: 2px;
    right: 2px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 99;
	background-color:transparent;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #555;
    position: absolute;
	transition: all 0.5s;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 64px;
    left: -100%;
	/*
    left:0;
	*/
	opacity:0;
    z-index: 98;
    background-color: #fff;
	transition: all 0.3s;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
	opacity:1;
}
.menu-content ul {
    padding: 20px 10px;
	border-top:1px solid #ccc;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    box-sizing: border-box;
	color:#555;
    text-decoration: none;
    padding: 9px 0px 10px 30px;
    position: relative;
	text-align:left;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.menu-content ul li a::before {
    content: ">";
    width: 7px;
    height: 7px;
    position: absolute;
    right: 11px;
	color:#555;
    top: 16px;
}










}







.pc {display:block !important;}
.sp {display:none !important;}
@media only screen and (max-width: 480px) {
.pc {display:none !important;}
.sp {display:block !important;}
}


.header {
	width:260px;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	background-color:#fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.logobox {
	display:block;
	width:100%;
	height:200px;
	background-image:url(../img/logo-pc.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
}

.headmenubox {}
.headmenubox ul {
	padding:0px;
}
.headmenubox li {
	overflow:hidden;
}
.headmenubox a {
	display:block;
	color:#000;
	text-decoration:none;
	position:relative;
    transition: all 0.2s ease;
	padding: 0.58em 0em;
	height: 3.6vh;
	text-align:center;
	font-family:"メイリオ", Meiryo, Osaka, sans-serif;
	font-size:2.6vmin;
	color:#000;
}
.headmenubox a:after {
	position:absolute;
	top:0;
	right:40px;
    transition: all 0.6s ease;
	content:"";
	display: block;
	opacity:0;
	background-image:url(../img/menu-box-arrow2.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	height: 3.6vh;
	width:20px;
	margin: 0.58em 0em;
}
.headmenubox a:hover:after {
	 right:10px;
	 opacity:1;
}

.hml-button {
  position: relative;
  display: inline-block;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.hml-button:hover {
  color: #fff;
}
.hml-button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #4c7bbe;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.hml-button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}












.m-b-lnk-box {
	position:fixed;
	bottom:0;
	width:260px;
	font-size:0;
}
.mblb-contact,
.mblb-download {
	display:inline-block;
	width:calc(100%);
	height:64px;
	padding-left:65px;
	background-position:5px center;
	background-repeat:no-repeat;
	background-size:20%;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	cursor:pointer;
	text-align:left;
	
  transition: .3s;

}
.mblb-contact {
	background-color:#f28963;
	background-image:url(../img/hm-icon-mail.png);
	font-size:1rem;
	line-height:64px;
	border:2px solid #f28963;
}
.mblb-download {
	background-color:#0396a6;
	background-image:url(../img/hm-icon-doc-download.png);
	font-size:1rem;
	line-height:64px;
	border:2px solid #0396a6;
}

.mblb-contact:hover {
	background-image:url(../img/hm-icon-mail-hv.png);
	color:#f28963;
}
.mblb-download:hover {
	background-image:url(../img/hm-icon-doc-download-hv.png);
	color:#0396a6;
}
.mblb-contact:hover,
.mblb-download:hover {
	background-color:#fff;
}

@media only screen and (max-width: 480px) {
.m-b-lnk-box {
	position:relative;
	bottom:0;
	width:100%;
	margin:0 auto;
	padding-top:20px;
	font-size:0;
}
.mblb-contact,
.mblb-download {
	display:inline-block;
	width:calc(100%);
	height:64px;
	padding-left:65px;
	background-position:5px center;
	background-repeat:no-repeat;
	background-size:16%;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	cursor:pointer;
	text-align:left;
	margin-bottom:10px;
	
  transition: .3s;

}
.mblb-contact {
	background-color:#f28963;
	background-image:url(../img/hm-icon-mail.png);
	font-size:1.2rem;
	line-height:64px;
	border:2px solid #f28963;
}
.mblb-download {
	background-color:#0396a6;
	background-image:url(../img/hm-icon-doc-download.png);
	font-size:1.2rem;
	line-height:64px;
	border:2px solid #0396a6;
}

.mblb-contact:hover {
	background-image:url(../img/hm-icon-mail-hv.png);
	color:#f28963;
}
.mblb-download:hover {
	background-image:url(../img/hm-icon-doc-download-hv.png);
	color:#0396a6;
}
.mblb-contact:hover,
.mblb-download:hover {
	background-color:#fff;
}
}










.footnavbox {
	display:inline-block;
	position:fixed;
	right:20px;
	bottom:20px;
}
.footnavbox a {
	display:inline-block;
	margin-left:20px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
}
.pagetop {
	display:inline-block;
	width:70px;
	height:70px;
	background-image:url(../img/pagetop.png);
}
@media only screen and (max-width: 480px) {
.footnavbox {
	display:inline-block;
	position:fixed;
	right:10px;
	bottom:10px;
}
.footnavbox a {
	display:inline-block;
	margin-left:0px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
}
.pagetop {
	display:inline-block;
	width:64px;
	height:64px;
	background-image:url(../img/pagetop.png);
}
}
.anydownloadbnr {
	display:inline-block;
	width:283px;
	height:70px;
	background-image:url(../img/anydownload-bnr.png);
}
.common-footer {
	max-width:960px;
	text-align:center;
}




.top-headimg {
	max-width:960px;
}
.top-headimg img {
	display:block;
	margin:0 0 30px 0;
	padding:0;
	width:100%;
	height:auto;
	border-radius:10px;
	overflow:hidden;
}

.top-bnr-box {
	max-width:960px;
}
.top-bnr-box ul {
	margin-right:-10px;
	text-align:center;
}
.top-bnr-box li {
	display:block;
	margin-bottom:10px;
	margin-right:10px;
}
.top-bnr-box a {
	display:block;
	width:100%;
}
.top-bnr-box img {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	overflow:hidden;
	border-radius:10px;
}
.top-bnr-box .col1 li {}
.top-bnr-box .col2 li {
	float:left;
	width:calc(50% - 10px);
}

.top-pu-content-box {
	max-width:960px;
	display:block;
	position:relative;
	margin-top:30px;
}
.top-pu-content-box .top-pu-catch {
	width:calc(100% / 3);
	float:right;
	align-items: center;
}
.top-pu-content-box .top-pu-catch img {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
.top-pu-content-box ul {
	text-align:left;
	margin-right:-10px;
	overflow:hidden;
}
.top-pu-content-box li {
	display:inline-block;
	width:calc(100% / 3 - 14px);
	font-size:0;
	margin:0 10px 20px 0;
}
.top-pu-content-box a {
	display:block;
	text-align:left;
	width:calc(100%);
	border:4px solid #fff;
	border-radius:10px;
	box-sizing: border-box;
	overflow:hidden;
	background-color:#fff;
	color:#555;
	text-decoration:none;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
}
.top-pu-content-box figure {
	position:relative;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
  transition: .3s;
}
.top-pu-content-box a:hover figure {
	background-size:110%;
}
.top-pu-content-box figure img {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
.top-pu-content-box .title {
	padding:10px 20px;
	font-weight:600;
	font-size:1.4rem;
	-webkit-font-smoothing: antialiased;
}
.top-pu-content-box .txt {
	padding:0 20px 10px 20px;
	font-size:0.9rem;
	line-height:1.55;
}

.top-pu-content-box a figure:after {
	content:"";
	display:block;
	position:absolute;
	overflow:hidden;
	right:35px;
	bottom:0px;
	background-image:url(../img/arrow-w-r.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:80%;
	border-radius:50%;
	height:0px;
	width:0px;
  transition: .2s;
  opacity:0;
}
.top-pu-content-box a:hover figure:after {
	opacity:1;
	background-size:80%;
	height:50px;
	width:50px;
	right:16px;
	bottom:-25px;
}
.top-pu-content-box a figure:before {
	content:"";
	display:block;
	position:absolute;
	overflow:hidden;
	right:35px;
	bottom:0px;
	background-color:#fff;
	border-radius:50%;
	height:0px;
	width:0px;
  transition: .4s;
	border-bottom-width:4px;
	border-style:solid;
	border-color:#fff;
  opacity:0;
}
.top-pu-content-box a:hover figure:before {
	right:10px;
	bottom:-32px;
	height:56px;
	width:56px;
	border-bottom-width:4px;
	border-style:solid;
	box-shadow: 0px 0px 0px 5px #ffffff;
  opacity:1;
}



.top-pu-content-box .tpc-001 a figure:after {background-color:#f27649;}
.top-pu-content-box .tpc-001 a:hover figure:before {border-color:#f27649;}

.top-pu-content-box .tpc-002 a figure:after {background-color:#399;}
.top-pu-content-box .tpc-003 a figure:after {background-color:#399;}
.top-pu-content-box .tpc-004 a figure:after {background-color:#399;}
.top-pu-content-box .tpc-005 a figure:after {background-color:#399;}




@media only screen and (max-width: 480px) {
.top-pu-content-box {
	max-width:960px;
	display:block;
	position:relative;
	margin-top:30px;
}
.top-pu-content-box ul {
	text-align:left;
	margin-right:-14px;
	overflow:hidden;
}
.top-pu-content-box li {
	display:inline-block;
	width:calc(100% / 2 - 17px);
	font-size:0;
	margin:0 14px 20px 0;
}
.top-pu-content-box a {
	display:block;
	text-align:left;
	width:calc(100%);
	border:4px solid #fff;
	border-radius:10px;
	box-sizing: border-box;
	overflow:hidden;
	background-color:#fff;
	color:#555;
	text-decoration:none;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
}
.top-pu-content-box figure {
	position:relative;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
  transition: .3s;
}
.top-pu-content-box a:hover figure {
	background-size:110%;
}
.top-pu-content-box figure img {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
.top-pu-content-box .title {
	padding:10px 10px 5px 10px;
	font-weight:600;
	font-size:1rem;
	text-align:center;
	-webkit-font-smoothing: antialiased;
}
.top-pu-content-box .title2 {
	padding:10px 0px 5px 0px;
	font-size:0.95rem;
}
.top-pu-content-box .txt {
	display:none;
	padding:0 10px 10px 10px;
	font-size:0.6rem;
	line-height:1.55;
}
.top-pu-content-box a figure:after,
.top-pu-content-box a figure:before,
.top-pu-content-box a:hover figure:after,
.top-pu-content-box a:hover figure:before {
	display:none;
}
/*
.top-pu-content-box a figure:after {
	opacity:1;
	background-size:80%;
	height:50px;
	width:50px;
	right:16px;
	bottom:-25px;
}
.top-pu-content-box a figure:before {
	right:10px;
	bottom:-32px;
	height:56px;
	width:56px;
	background-color:transparent;
	border-bottom-width:4px;
	border-style:solid;
	box-shadow: 0px 0px 0px 5px #ffffff;
  opacity:1;
	border-color:transparent;
}
*/
}













.top-newsbox {
	margin-top:40px;
	max-width:950px;
	text-align:center;
}
.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  margin: 0 auto;}
.tab_item {
  padding:15px 0;
  text-align: center;
  color: #555;
  display:inline-block;
  padding:0 20px;
  text-align: center;
  font-size:1.5rem;
  font-weight: 500;
  transition: all 0.2s ease;
  position:relative;
  cursor:pointer;
}
.tab_item:after {
	content:"▼";
	position:absolute;
	bottom:-20px;
	font-size:15px;
	left:0;
	right:0;
	opacity:0.2;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  clear: both;
  overflow:hidden;
  border:2px solid #ccc;
  border-radius:10px;
  text-align:left;
  margin-top:40px;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  color: #555;
}
.tab_container input:checked + .tab_item:after {
	content:"▼";
	opacity:1;
  color: #018e35;
}

.top-newsbox-content {
  height:350px;
  overflow: auto;
  padding: 1em 1em 0;
}
.top-newsbox-content ul {}
.top-newsbox-content li {
	margin-bottom:20px;
}
.top-newsbox-content span {
	display:inline-block;
	width:23%;
	font-size:0.9rem;
	vertical-align:top;
	line-height:1.55;
}
.top-newsbox-content p {
	font-size:0.9rem;
	display:inline-block;
	width:calc(77% - 14px);
	padding-left:10px;
	line-height:1.55;
	font-size:0.9rem;
	vertical-align:top;
	border-left:4px solid transparent;
	border-image:url(../img/border-gra-01.jpg) 1 stretch;
}
.top-newsbox-content a {}




.top-Banner {
	margin-top:40px;
	max-width:960px;
}
.top-Banner ul {
	font-size:0;
	text-align:center;
}
.top-Banner li {
	width:calc(100% / 4);
	display:inline-block;
	margin-bottom:10px;
}
.top-Banner a {
	display:block;
	padding-right:10px;
}
.top-Banner img {
	width:100%;
	display:block;
	margin:0;
	padding:0;
	height:auto;
}
@media only screen and (max-width: 480px) {
.top-Banner ul {
	font-size:0;
	text-align:center;
	margin-right:-10px;
}
.top-Banner li {
	width:calc(100% / 2);
	display:inline-block;
	margin-bottom:10px;
}
.top-Banner a {
	display:block;
	padding-right:10px;
}
}







.footer {
	background-color:#000;
	padding:30px 30px 30px 40px;
	color:#fff;
}




.footmenubox {}
.footmenubox ul {
	max-width:970px;
	margin-right:-10px;
}
.footmenubox li {
	width:calc(100% / 4);
	margin-bottom:10px;
	display:block;
	float:left;
}
.footmenubox a {
	display:block;
	border:2px solid #ccc;
	overflow:hidden;
	border-radius:10px;
	color:#fff;
	text-decoration:none;
	position:relative;
    transition: all 0.2s ease;
	line-height:40px;
	text-align:center;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	font-size:0.9rem;
	margin-right:10px
}
.footmenubox a:after {
	position:absolute;
	top:0;
	right:20px;
    transition: all 0.2s ease;
	content:"";
	display: block;
	opacity:0;
	background-image:url(../img/menu-box-arrow2.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	height:20px;
	width:20px;
	margin:10px 0;
}
.footmenubox a:hover:after {
	 right:10px;
	 opacity:1;
}
@media only screen and (max-width: 480px) {

.footer {
	background-color:#000;
	padding:30px 20px 80px 20px;
	color:#fff;
}
.footmenubox li {
	width:calc(100% / 2);
	margin-bottom:10px;
	display:block;
	float:left;
}
}





.global-header {
	position: relative;
	padding:30px 0 30px 40px;
	border-bottom: 4px solid #000;
	font-size:2.6rem;
}
.global-header br {
	display:none;
}
@media only screen and (max-width: 480px) {
.global-header {
	position: relative;
	width:calc(100% - 30px);
	padding:20px 0 20px 30px;
	font-size:2rem;
	margin-bottom:20px;
}
.global-header br {
	display:block;
}
}
.global-header:before {
  position: absolute;
  top: 4px;
  left: 0px;
  width: calc(100% - 0px);
  height: calc(100% - 8px);
  content: '';
  border-bottom: 2px solid #000;
}
/*
.general-bg {
	background-image:url(../img/inhead-bg-general.png);
	background-repeat:no-repeat;
	background-position:top right;
	background-size:contain;
}
*/


.button {
  position: relative;
  background-color: #1abc9c;
  border-radius: 10px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #0e8c73;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button:hover {
  background-color: #31c8aa;
  box-shadow: 0 3px 0 #23a188;
}
.button:active {
  top: 3px;
  box-shadow: none;
}


.general-box-frame {
	max-width:960px;
}
.general-box-frame dl {}
.general-box-frame dt {
	font-size:1.6rem;
	margin-bottom:30px;
	position: relative;
  padding: 1.5rem 1rem;
}
.general-box-frame dt:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.general-box-frame dd {
	font-family:"メイリオ", Meiryo, Osaka, sans-serif;
	font-size:1.2rem;
	font-weight:normal;
	line-height:1.75;
	padding-bottom:30px;
}
.general-box-frame dd strong {
	color:#F63;
	font-weight:bold;
}


/*about
*********************************************************/
.about-box {
	max-width:960px;
	font-size:1rem;
	line-height:1.75;
}

.about-box h2 {
	font-size:2.5rem;
	max-width:740px;
	margin:0 auto;
	padding-bottom:30px;
	text-align:center;
}
.about-txt {
	max-width:740px;
	margin:0 auto;
	display:block;
	font-size:1.2rem;
	font-family: 'Noto Serif JP', serif;
}

.about-txt b {
	display:block;
	text-align:right;
}
.about-txt img {
	display:inline-block;
	width:55%;
	margin:0;
	padding:0;
	height:auto;
}
@media only screen and (max-width: 480px) {
.about-box h2 {
	font-size:1.8rem;
	padding-bottom:30px;
	text-align:left;
}
.about-txt img {
	width:80%;
	margin:0;
	padding:0;
	height:auto;
}
}

.about-linkbnr {
	padding:80px 0 20px 0;
	max-width:960px;
}
.about-linkbnr a {
	display:block;
	max-width:450px;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	font-size:2rem;
	line-height:1;
	padding:20px 0;
}
.about-linkbnr span {
	display:block;
	padding-top:15px;
	font-size:1.3rem;
}
@media only screen and (max-width: 480px) {

.about-linkbnr a {
	display:block;
	max-width:80%;
	margin:0 auto;
	text-align:center;
	text-decoration:none;
	font-size:1.4rem;
	line-height:1;
	padding:20px 0;
}
}




/*join
*********************************************************/

.join-box-frame {
	max-width:960px;
}
.join-box-frame dl {}
.join-box-frame dt {
	font-size:1.6rem;
	margin-bottom:10px;
	position: relative;
	padding: 1rem .5rem;
}
.join-box-frame dt:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}



.join-box-frame dd {
	font-family:"メイリオ", Meiryo, Osaka, sans-serif;
	font-size:1.2rem;
	font-weight:normal;
	line-height:1.75;
	padding-bottom:30px;
}
.join-box-frame dd strong {
	color:#F63;
	font-weight:bold;
}



.join-box-frame .list-num ol {}
.join-box-frame .list-num ol li {
	list-style:decimal;
	list-style-position:inside;
}
.join-box-frame .list-sq ul {
	list-style-position:inside;
	list-style: disc;
	padding: 5px 0;
	padding-left: 2em;
}
.join-box-frame .list-sq ul ul {
	list-style-position:inside;
	list-style:circle;
	padding: 5px 0;
	padding-left: 2em;
}

/*service01
*********************************************************/

.finance-title1 {
	font-size:1.6rem;
	letter-spacing:5px;
	position: relative;
  padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  border: 2px solid #000;
}
.finance-title1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  border-top: 2px solid #000;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}



.finance-tablebox {
	margin-bottom:40px;
}
.finance-tablebox table {
	width:100%;
	border-spacing:0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.finance-tablebox th {
	white-space: nowrap;
	width:20%;
	padding:10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#cfeff3;
}
.finance-tablebox td {
	font-size:1rem;
	width:80%;
	padding:10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.finance-tablebox ins {
    font-size: 0.9em;
    color: #555;
    text-decoration: none;
}
.finance-tablebox caption {
	white-space: nowrap;
	padding:10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background-color:#FFDBE6;
}
.finance-tablebox ul {
	list-style:disc inside;
}
.finance-tablebox li {
	font-size:1rem;
}
.finance-tablebox {}
.finance-tablebox {}


.finance-subtitle {
	font-size:1.46rem;
	font-weight:bold;
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #000;
  border-radius: 10px;
  margin-bottom:30px;
	letter-spacing:1px;
}

.finance-subtitle:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.finance-subtitle:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

.finance-text-list {
	margin-bottom:40px;
}
.finance-text-list ul {
	list-style:disc inside;
}
.finance-text-list li {
	font-size:1rem;
}
.finance-text-list ins {
    padding: 20px;
    font-size: 0.9em;
    color: #555;
    text-decoration: none;
}
.finance-framebox {
	margin:20px 0;
	padding:10px;
	font-size:0.9rem;
	border:1px solid #ccc;
}
.finance-framebox span {
	display:block;
	font-size:1.2rem;
	font-weight:bold;
}
.finance-framebox a {
	color:#F60;
	display:inline-block;
	padding:0 5px;
}

.svcBF {
	padding:10px;
	border:1px solid #ccc;
	margin-top:20px;
	font-size:1rem;
}
.svcBF a {
	color:#F60;
}

.finance-note {
	font-size:0.95rem;
}
.finance-note th,
.finance-note td {
	padding:5px 0;
}


.finance-text-list2 {
	margin-bottom:40px;
}
.finance-text-list2 ul {
	list-style:disc inside;
}
.finance-text-list2 li {
	font-size:1.2rem;
}
.finance-text-list2 ins {
    font-size: 0.9em;
    color: #555;
    text-decoration: none;
}

.finance-tablebox2 {
	margin-bottom:40px;
}
.finance-tablebox2 table {
	width:100%;
	border-spacing:0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.finance-tablebox2 th {
	white-space: nowrap;
	width:20%;
	padding:10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#cfeff3;
}
.finance-tablebox2 td {
	text-align:center;
	font-size:1rem;
	padding:10px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.finance-tablebox2 caption {
	white-space: nowrap;
	padding:10px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	background-color:#FFDBE6;
}


.finance-text-list3 {
	margin-bottom:40px;
}
.finance-text-list3 ul {
	list-style:decimal inside;
}
.finance-text-list3 li {
	font-size:1.2rem;
}

.lineList {
}
.lineList li {
	padding-left: 1em;
	display: inline-block;
}
.lineList li::before {
    content: "・";
}


/*content
*********************************************************/
.cb-2col {
	max-width:960px;
	display:block;
	position:relative;
	margin-top:30px;
}
.cb-2col ul {
	font-size:0;
	margin-right:-10px;
}
.cb-2col li {
	display:inline-block;
	width:calc(100% / 2 - 10px);
	margin:0 10px 20px 0;
	
}
@media only screen and (max-width: 480px) {

.cb-2col ul {
	font-size:0;
	margin-right:0px;
}
.cb-2col li {
	display:inline-block;
	width:calc(100%);
	margin:0 0px 20px 0;
	
}

}
.cb-2col .cb2-box {
	display:block;
	border-radius:10px;
	overflow:hidden;
	border:2px solid #ccc;
	background-color:#fff;
	color:#555;
	text-decoration:none;
}
.cb-2col figure {
	display:block;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.cb-2col figure img {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
.cb-2col .title {
	padding:10px 20px;
	font-weight:600;
	font-size:1.4rem;
	-webkit-font-smoothing: antialiased;
}
.cb-2col .link {
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, sans-serif;
	padding:0 20px 10px 20px;
	font-size:1rem;
	line-height:1.55;
}
.cb-2col .link {
}
.cb-2col .link ul {
	margin:0;
}
.cb-2col .link li {
	width:100%;
	margin:0 0 10px 0;
	border:1px solid #ccc;
	border-radius:5px;
	overflow:hidden;
}
.cb-2col .link li:hover {
	border:1px solid #fff;
	
}
.cb-2col .link a {
	display:block;
	font-size:1rem;
	line-height:50px;
	color:#555;
	text-decoration:none;
	position:relative;
	padding-left:15px;
    transition: all 0.1s ease;
	background-color:#fff;
}
.cb-2col .link a:hover {
	color:#fff;
	background-color: #1abc9c;
}
.cb-2col .link a:after {
	content:"＞";
	display:block;
	width:20px;
	font-size:1.2rem;
	font-weight:bold;
	color:#555;
	position:absolute;
	top:0;
	bottom:0;
	right:10px;
	line-height:50px;
}


.cb-2col .link a:hover:after {
	color:#fff;
}


.linkoff a {
display: inline-block;
    max-width: 450px;
    text-align: left;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 1;
    padding: 20px 20px 20px 20px;
    margin: 0 10px;
	position: relative;
border-radius: 10px;
color: #777;
text-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    transition: none;
padding-left: 60px;

background-color: #CCC;
box-shadow: 0 3px 0 #999;




}
.linkoff a:hover {
    background-color: #ccc;
    box-shadow: 0 3px 0 #999;
}




/*way
*****************************************/
.way-box {
}
.way-box-tbl {
	max-width:960px;
	margin-bottom:40px;
}
.way-box-tbl {}
.way-box-tbl th {
	max-width:540px;
}
.way-box-tbl th img {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
.way-box-tbl td {
	max-width:calc(420px - 20px);
	padding-left:20px;
	vertical-align:top;
	font-size:1rem;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, sans-serif;
}
.way-box-tbl a {
	text-decoration:none;
	display:block;
	margin-top:20px;
	font-size:1rem;
	color:#fff;
	background-color: #1abc9c;
	padding:5px 0;
	text-align:center;
	border-radius:3px;
}


.way-box-tbl2 {}
.way-box-tbl2 table {}
.way-box-tbl2 a {
	display:block;
	text-decoration:none;
	color:#555;
	border:3px solid #ccc;
	padding:10px;
	border-radius:10px;
}
.way-box-tbl2 a:hover {
	border:3px solid #1abc9c;
}
.way-box-tbl2 th {
	max-width:200px;
}
.way-box-tbl2 th img {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
.way-box-tbl2 td {
	max-width:calc(760px - 20px);
	vertical-align:top;
	padding-left:20px;
}
.way-box-tbl2 ol {
	list-style-position:inside;
	border-top:1px solid #ccc;
}
.way-box-tbl2 li {
	border-bottom:1px dotted #ccc;
	padding:10px 0;
}
.way-box-tbl2 {}

.way-box-title {
	font-size:1.4rem;
	font-weight:bold;
	padding:20px 0 10px 0;
}


.way-backnumber {
	margin-right:-20px;
}
.way-backnumber li {
	display:inline-block;
	font-size:0;
	width:calc(100% / 3 - 25px);
	margin:0 20px 20px 0;
}
.way-backnumber a {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#555;
	font-size:1.4rem;
	border:2px solid #ccc;
	border-radius:5px;
	padding:10px 0;
	font-weight:bold;
    transition: all 0.1s ease;

}
.way-backnumber a:hover {
	color:#fff;
	background-color: #1abc9c;
	border:2px solid #1abc9c;
}



.adservice-box {
	
}
.adservice-box img {
	display:block;
	max-width:100%;
	margin:0 auto;
}




/*uqsisan
*****************************************/

.uqsisan-box {}
.uqsisan-box img {
	display:block;
	margin:0 0 40px 0;
	padding:0;
	max-width:100%;
	height:auto;
}


#uqbox img {
	width:100%;
	height:auto;
}
#uqbox td {
	text-align:center;
}
#uqbox td a {
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:#4DB70F;
	text-shadow:0px 2px 0px #318200;
	padding:5px 30px;
	text-align:center;
	text-decoration:none;
	border-radius:10px;
	box-shadow:0px 2px 0px 0px #318200;
	font-family:"メイリオ", Meiryo, Osaka, sans-serif;
}
#uqbox td a:hover {
	background:#90DA64;
	box-shadow:0px 2px 0px 0px #4DB70F;
}
#uqbox td a:active {
	margin-top:2px;
	margin-bottom:-2px;
	box-shadow:none;
}
#uq_closed {
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:#FF5A00;
	text-shadow:0px 2px 0px #8A3100;
	padding:5px 22px;
	text-align:center;
	text-decoration:none;
	border-radius:10px;
	box-shadow:0px 2px 0px 0px #8A3100;
	font-family:"メイリオ", Meiryo, Osaka, sans-serif;
}


.uq-box-tbl {}
.uq-box-tbl table {
	width:100%;
	margin-bottom:40px;
	border-spacing:0;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
.uq-box-tbl tr {
}
.uq-box-tbl th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	font-size:1rem;
	width:20%;
	background-color:#cfeff3;
	text-align:center;
}
.uq-box-tbl td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	font-size:1rem;
	width:20%;
	text-align:center;
}



/*mahoroba
**************************************************/

.mkm-title {
	font-size:2rem;
	font-weight:bold;
}


/*link
**************************************************/
.link-box-list {
	margin-right:-20px;
	padding-top:20px;
}
.link-box-list li {
	display:inline-block;
	font-size:0;
	width:calc(100% / 3 - 25px);
	margin:0 20px 20px 0;
}
.link-box-list a {
	display:block;
	text-align:center;
	text-decoration:none;
	color:#555;
	font-size:1rem;
	border:2px solid #ccc;
	border-radius:5px;
	padding:10px 0;
	font-weight:bold;
    transition: all 0.1s ease;

}
.link-box-list a:hover {
	color:#fff;
	background-color: #1abc9c;
	border:2px solid #1abc9c;
}



/*topslide
**************************************************/

.slick-list {
	max-width:960px;
	border-radius:10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.6);
}
.slick-track img {
	display:inline-block;
	width:calc(100% - 8px);
	border-radius:10px;
	border:4px solid #fff;
}
.slick-dots {
	font-size:0;
	text-align:center;
	padding:20px 0 10px 0;
	margin-bottom:30px;
	max-width:960px;
}
.slick-dots li {
	display:inline-block;
}

.slick-dots button {
	display:block;
	width:15px;
	height:15px;
	outline:none;
	border:none;
	border-radius:50%;
	cursor:pointer;
	margin:0 5px;
	background-color:#ddd;
}
.slick-dots button:hover {background-color:#555;}
.slick-active button {background-color:#555;}








/*membership_service
**************************************************/
.tbl-ct {
	text-align:center;
	background-color:#fff !important;
}
.tbl-vwriting {writing-mode: vertical-rl;}
.tbl-bgc2 {
	background-color:#FFDBE6 !important;
}
.tbl-ft1 {
	font-size:0.9rem !important;
}
.tbl-ft1 th,
.tbl-ft1 td  {
	width:auto !important;
}









/*contact
**************************************************/

form#mail_form * {
	margin: 0;
	padding: 0;
}


.bodytitle {
	max-width: 960px;
	margin: 50px auto;
	padding: 30px 0 10px 0;
	font-size: 95%;
	line-height: 1.8;
	text-align:center;
	font-size:2.6rem;
}
@media screen and (max-width: 1000px){
.bodytitle {
    width: 95%;
    font-size: 1.6rem;
	
}
}


















form#mail_form {
	width: 960px;
	padding: 30px 0 50px 0;
	background: #ffffff;
	border-radius: 7px;
	font-size: 95%;
	line-height: 1.8;
}
@media screen and (max-width: 1000px){
form#mail_form {
	margin: 10px 0 50px 0o;
}
}

form#mail_form dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

form#mail_form dl dt {
	clear: both;
	width: 30%;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 15px 0;
	text-align: right;
	overflow: hidden;
}

form#mail_form dl dd {
	width: 65%;
	float: right;
	border-top: 1px solid #cccccc;
	padding: 15px 0 15px 5%;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child + dd {
	border: none;
}

form#mail_form dl dt span {
	display: block;
	font-size: 85%;
	color: #3377ff;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	display: inline-block;
	float: left;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 3px;
}

form#mail_form dl dt span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
	display:none;
}

form#mail_form dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
	display:none;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}


span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */


form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	max-width: 90%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
	box-shadow: 0px 0px 5px #55ccff;
	border: 1px solid #55ccff;
	background: #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

form#mail_form select {
	font-size: 100%;
	font-family: inherit;
	margin-top: 10px;
}

form#mail_form textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}


form#mail_form ul {
	list-style-type: none;
}

form#mail_form ul li label:hover {
	cursor: pointer;
}


form#mail_form input#company {
	width: 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
	width: 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
	width: 80%;
}

form#mail_form input#postal + a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}

form#mail_form input#postal + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}

form#mail_form input#address {
	width: 90%;
}
@media screen and (max-width: 1000px){
form#mail_form input#address {
	margin-top:10px;
}
}


form#mail_form p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}

form#mail_form input[type="button"] {
	padding: 7px 20px;
	border: 1px solid #4cae4c;
	border-radius: 3px;
	background: #5cb85c;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #449d44;
	border: 1px solid #398439;
}

form#mail_form input#form_submit_button {
	display:block;
	margin:0 auto;
}




.copy {
	text-align:center;
	padding-bottom:20px;
}



/* -- responsive ----------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

form#mail_form {
	width: 95%;
	font-size: 100%;
}

form#mail_form dl {
	overflow: visible;
}

form#mail_form dl dt {
	width: auto;
	float: none;
	text-align: left;
	padding: 15px 0 5px;
	font-weight: bold;
}

form#mail_form dl dd {
	width: auto;
	float: none;
	border-top: none;
	padding: 0px 0 20px 0px;
}

form#mail_form dl dt span {
	font-weight: normal;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	margin-right: 1em;
	margin-bottom: 2em;
	display:none;
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
	margin-top: 0px;
}

form#mail_form input#postal + a {
	padding: 6px 15px 5px;
}

form#mail_form input#form_submit_button {
	margin-left: 0;
}

form#mail_form select {
	font-size: 16px;
	margin-top: 0;
}

form#mail_form input#phone,
form#mail_form input#schedule {
	width: 50%;
}

}
/* 1000pixel end */






.contact-phonfax {
	font-size:2rem;
	font-weight:bold;
	width:100%;
	display:block;
}
.contact-phonfax br {
	display:inline-block;
	margin-right:20px;
}














.mem-s a {text-decoration:none;}
.mem-s a .title {
	text-align:center;
	
}


@media only screen and (max-width: 480px) {
.mem-s a .title {
	text-align:center;
	font-size:0.76rem;
	padding-left:0;
	padding-right:0;
	font-size:1.2rem;
	
}
}



@media only screen and (max-width: 480px) {
.table-scroll{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{　　
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}

.finance-subtitle {
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    padding:10px;
}


.sp-tbl-01 th,
.sp-tbl-01 td{
	width:auto;
	display:block;
	font-size:0.9rem;
}

.file-linkbnr a {
	margin-bottom:15px;
}

.finance-tablebox caption {
	white-space:normal;
}
.way-backnumber {
    margin-right: 0px;
}
.way-backnumber li {
    display: inline-block;
    font-size: 0;
    width: calc(100%);
    margin: 0 20px 20px 0;
}

.way-box-tbl td {
    padding-left: 0px;
}
.way-box-tbl2 th {
    max-width: 100%;
}
.way-box-tbl2 th img {
    display: block;
    margin:0 auto;
}
#uqbox td {
    text-align: right;
}
  .tbl-r05 {
    width:auto;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: auto;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: auto;
  }
  .tbl-r05 td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: bold;
    text-align: right;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
.con-tit01 {
	text-align:center !important;
}
#uqbox td a,
#uqbox td div {
	width:30%;
}
}




























.fixed {
    -webkit-box-shadow: 0px 0px 15px rgba(29, 28, 31, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(29, 28, 31, 0.1);
    box-shadow: 0px 0px 15px rgba(29, 28, 31, 0.1);
}








.navArea {
	position: absolute;
    top: 13px;
    right: 0;
	width:40px;
    z-index: 2;
}
@media only screen and (max-width: 480px) {

.navArea {
	position: absolute;
    top: 0px;
    right: 0;
	width:50px;
	height:64px;
    z-index: 2;
	text-align:center;
}
}
/* ------------------------
   .navArea
   ------------------------ */  
/* a */
.navArea a {
	display: inline-block;
	text-decoration:none;
	color:#555555;
	padding-left: 0px;
	height: 64px;
	width:64px;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 64px;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}
.navArea a:hover {color:#555555; }

/* span.txt */
.navArea a span.txt { position: relative; z-index: 1;}
.navArea a span.txt:after { position: absolute; bottom: -5px; left: 0; right: 100%; height: 0; content: ""; border-top: #f1eef6 1px solid; z-index: 0;}

/* span.hamburger */
.navArea a span.hamburger { position: absolute; top: 50%; left: 12px; width: 16px; height: 0; border-top: #555555 1px solid; z-index: 2;}
.navArea a span.hamburger:before { position: absolute; top: -7px; right: 0; left: 0; height: 0; content: ""; border-top: #555555 1px solid; z-index: 0;}
.navArea a span.hamburger:after { position: absolute; bottom: -6px; right: 0; left: 0; height: 0; content: ""; border-top: #555555 1px solid; z-index: 0;}

/* transition */
.navArea a:before,
.navArea a span.txt:after,
.navArea a span.hamburger,
.navArea a span.hamburger:before,
.navArea a span.hamburger:after{-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}

/* hover */
.navArea a:hover:before { }
.navArea a:hover span.txt:after {}
.navArea a:hover span.hamburger{}
.navArea a:hover span.hamburger:before {}
.navArea a:hover span.hamburger:after {}

@media only screen and (max-width: 900px) {
#header .navArea a:hover {color:#5f0d14; }
#header .navArea a span.hamburger:before,
#header .navArea a span.hamburger:after { right: 0; }
/* transition */
#header .navArea a:before,
#header .navArea a span.txt:after,
#header .navArea a span.hamburger,
#header .navArea a span.hamburger:before,
#header .navArea a span.hamburger:after{-webkit-transition: all 0s ease; -moz-transition: all 0s ease; -o-transition: all 0s ease; transition: all 0s ease;}

/* hover */
#header .navArea a:hover:before { background:#fefefe;border:#5f0d14 1px solid; }
#header .navArea a:hover span.txt:after{ display: none; }
#header .navArea a:hover span.hamburger{ border-color:#5F0D14 }
#header .navArea a:hover span.hamburger:before { border-color:#5F0D14; }
#header .navArea a:hover span.hamburger:after { border-color:#5F0D14; }

#header .navArea { top: 0px; right: 25px;}
/* a */
#header .navArea a {display: block; padding-left: 0; height: 45px; width: 45px; width: 55px; height: 55px; font-size: 0; line-height: 0;}
#header .navArea a:before { width: auto; height: auto; top: 5px; bottom: 5px; right: 5px; left: 5px; border: none;border: #e2dceb 1px dotted; background: #f1eef6;-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #fefefe;border:#e2dceb 1px solid}
#header .navArea a:hover:before { border: none; background: #fefefe;border:#e2dceb 1px solid;}

/* span.txt */
#header .navArea a span.txt { position: absolute; top: 17px; left: 0; right: 0; color: #5f0d14; font-size: 10px; font-weight: 700; text-align: center; letter-spacing: 1px; text-indent: 1px;}
/* span.hamburger */
#header .navArea a span.hamburger { position: absolute; top: 33px; /*top: 17px;*/ left: 16px; width: 22px; height: 0; z-index: 2;}
#header .navArea a span.hamburger:before { top: -7px; }
#header .navArea a span.hamburger:after { bottom: -6px; }
	
}

/* ------------------------
   .btnClose
   ------------------------ */  
.btnClose { position: absolute; top:0; right:0px; width:64px; height:64px; overflow: hidden; text-indent:-999px; z-index:100;cursor: pointer;}
.btnClose:before { position: absolute; top:0; right:0; left:0; bottom:0; color: #555; font-family:'themify'; content:"\e646"; font-size:18px; line-height:65px; text-align: center; text-indent:0; z-index:1; }
.btnClose:after { position:absolute; top:10px; right:10px; bottom:10px; left:10px; content:""; z-index:-1;}
.btnClose:before,
.btnClose:after{-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.btnClose:hover:before { color: #555;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
.btnClose:hover:after {}


#menu {z-index:100;}


.mm-navbar>*{display:block;padding:6px 0}
.mm-navbar a,.mm-navbar a:hover{text-decoration:none}
.mm-navbar .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-family: 'Noto Sans JP', sans-serif; color:#fff; font-size:1.4rem;}
.mm-navbar .mm-title{display:none;}
.mm-navbar .mm-btn:first-child{left:0}
.mm-navbar .mm-btn:last-child{text-align:right;right:0}
.mm-panel .mm-navbar{display:;}
.mm-panel.mm-hasnavbar .mm-navbar{
}
.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}
.mm-listview{font:inherit;font-size:14px;line-height:20px; padding-top:20px;}
.mm-listview a,.mm-listview a:hover{text-decoration:none}
.mm-listview>li{position:relative}



.mm-listview>li>a,
.mm-listview>li>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;}

.mm-listview>li>a{margin:0; font-size: 13px;}
.mm-listview>li>a:hover {}


.navmenubox {
	padding-top:20px;
}

.navmenubox li {}
.navmenubox a {
	display:block;
	padding:10px 10px 10px 0px;
	margin:0;
	padding:0 20px 0 10px;
	color:#555;
	line-height: 50px;
	letter-spacing: 1.25px;
	border-bottom:1px solid #ccc;
	position:relative;
	font-size:1.2rem !important;
    transition: all 0.3s ease;
	font-family: 'Kosugi Maru', sans-serif,themify;
	text-align:left;
}
.navmenubox a:before {
	display:inline-block;
	margin-right:10px;
}

/*
.navmenubox a:hover {background-color:#9C2025;}
*/
.mm-menu.mm-offcanvas {
    width: 100%;
}








.adbnr-area {
	max-width:960px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.adbnr-area p {
	margin:40px 0 20px 0;
	font-size:1.2rem;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.adbnr-area ul {
	font-size:0;
	text-align:center;
	margin-right:-10px;
	display:block;
}
.adbnr-area li {
	width:calc(100% / 4 );
	display:inline-block;
    margin-bottom: 20px;
}
.adbnr-area li a {
	display:block;
	margin-right:20px;
}
.adbnr-area li a img {
	display:inline-block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
}
@media only screen and (max-width: 480px) {
.adbnr-area {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.adbnr-area ul {
	font-size:0;
	text-align:center;
	margin-right:-10px;
}
.adbnr-area li {
	width:calc(100% / 2 );
	display:inline-block;
    margin-bottom: 10px;
}
.adbnr-area li a {
	margin-right:10px;
}



}


















@media only screen and (max-width: 480px) {
.tab_container{display:flex;flex-wrap:wrap;
align-items:center;align-content:center;
}
.tab_item{flex:1;font-size:4.1vw;padding:0 1em !important;
margin:0;box-sizing:border-box;}
.tab_item:nth-of-type(3){flex:2;}
.tab_content{width:100%;}
}