@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
  font-family: 'Roboto';
  src: url('../font/Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
}


/* nomal
@font-face {
    font-family: ' exfont ';
    src: url('font/exfont-nomal.woff') format('woff'),
         url('font/exfont-nomal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */
/* bold
@font-face {
    font-family: ' exfont ';
    src: url('font/exfont-bold.woff') format('woff'),
         url('font/exfont-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
} */



/* /////////////// reset /////////////// */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}

table {
	border-collapse: separate;
	border-spacing: 0px;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
abbr {
	border: none;
	text-decoration: none;
}
span.field-description[title] {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}





fieldset,img,abbr,acronym {
    border: 0;
}

q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
	display: none;
}
a img,:link img,:visited img {
    border: none;
}


.clr {
	clear: both;
}


article p {
	display: inline-block;
}


.txnowrap {
	white-space: nowrap;
}



.font-s {
	font-size: 11px;
	line-height: 1.6em;
}





@media print, screen and (min-width: 768px) {
.font-s {
	font-size: 12px;
	line-height: 1.6em;
}

}

@media print, screen and (min-width: 1024px) {
.font-s {
	font-size: 13px;
	line-height: 1.6em;
}

}

@media print, screen and (min-width: 1200px) {

}

@media print, screen and (min-width: 1400px) {

}





/* ----------------------------------------------------------------- */

.animation, .animationli li, .animationtd td, .animationth th, .contents-title, .contents-line, .contents-title {
	opacity: 0;
}


section img {
  opacity: 0;
	/* transition: all 1.0s; */
}

.img-blur {
	transform: scale(1.0,1.0);
  opacity: 1;
}



#top-mainvisual,
#atop-mainvisual,
#page-mainvisual {
	opacity: 0;
	transition-property: opacity;
  transition-duration: 3s;
}


img.zoomin-efc {
  animation-duration: 6s;
	animation-fill-mode: forwards;
  animation-name: zoominEfc;
	transform: scale(1.2,1.2);
}
.nonezoomin-efc {
  animation-duration: 3s;
	animation-fill-mode: forwards;
  animation-name: nonezoominEfc;
	transform:rotateY(60deg);
}
.zoomin-efc-back {
  animation-duration: 6s;
	animation-fill-mode: forwards;
  animation-name: zoominEfc;
	transform: scale(1.2,1.2);
}



.cont-text-b {
font-weight: bold;
font-size: 120%;
line-height: 1.6em;
}
.outside-text {
padding: 0px 0px 0px 1.5em;
}
.indent-text {
margin-left: 1em;
}
.indent-text p {
text-indent: -1em;
}


 
.main-zoom {
  opacity: 0;
	-webkit-animation-duration: 2s;
  animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: MainZoom;
  animation-name: MainZoom;
}
.main-zoomup {
 	opacity: 0;
	-webkit-animation-duration: 3s;
  animation-duration: 3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
  -webkit-animation-name: MainZoomup;
  animation-name: MainZoomup;
}
.main-zoom-top {
  opacity: 0;
}
.main-zoomup-top {
 	opacity: 0;
	-webkit-animation-duration: 3s;
  animation-duration: 3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
  -webkit-animation-name: MainZoomuptop;
  animation-name: MainZoomuptop;
}


@-webkit-keyframes imageBlur {
  0% {
    opacity: 0.0;
		/* transform: scale(0.7,0.7); */
  }
  100% {
    opacity: 1;
		/* transform: scale(1.0,1.0); */
  }
}
@keyframes imageBlur {
  0% {
    opacity: 0.0;
		/* transform: scale(0.7,0.7); */
  }
  100% {
    opacity: 1;
		/* transform: scale(1.0,1.0); */
  }
}



@keyframes nonezoominEfc {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1;
		transform:rotateY(0deg);
  }
}


@keyframes zoominEfc {
  0% {
    opacity: 0.0;
		transform: scale(1.2,1.2);
		/* filter: brightness(150%) blur(1px); */
  }
  15% {
    opacity: 1.0;
  }
  50% {
    opacity: 1;
		/* filter: brightness(100%) blur(0px); */
  }
  100% {
    opacity: 1;
		transform: scale(1.0,1.0);
  }
}




@-webkit-keyframes MainZoom {
  0% {
    opacity: 0.0;
		/* transform: scale(0.99,0.99); */
  }
  100% {
    opacity: 1;
		/* transform: scale(0.99,0.99); */
  }
}
@keyframes MainZoom {
  0% {
    opacity: 0.0;
		/* transform: scale(0.99,0.99); */
  }
  100% {
    opacity: 1;
		/* transform: scale(0.99,0.99); */
  }
}
@-webkit-keyframes MainZoomup {
  0% {
    opacity: 0.0;
		transform: scale(0.99,0.99);
  }
  100% {
    opacity: 1;
		transform: scale(1.0,1.0);
  }
}
@keyframes MainZoomup {
  0% {
    opacity: 0.0;
		transform: scale(0.99,0.99);
  }
  100% {
    opacity: 1;
		transform: scale(1.0,1.0);
  }
}
@-webkit-keyframes MainZoomuptop {
  0% {
    opacity: 0.0;
		transform: scale(0.8,0.8);
  }
  100% {
    opacity: 1;
		transform: scale(1.0,1.0);
  }
}
@keyframes MainZoomuptop {
  0% {
    opacity: 0.0;
		transform: scale(0.8,0.8);
  }
  100% {
    opacity: 1;
		transform: scale(1.0,1.0);
  }
}




.cap-text {
	font-size: 12px;
	line-height: 1.6em;
}

.kome-text p {
	font-size: 11px;
	line-height: 1.6em;
	text-indent: -1em;
	display: block;
	margin: 0px 0px 0px 1em;
}


.maxw1200 {
	margin: 0px auto;
	max-width: 1200px;
}
.maxw1200-pad {
margin: 0px auto;
max-width: 1200px;
padding-right: 15px;
padding-left: 15px;
}
.maxw1000-pad {
margin: 0px auto;
max-width: 1000px;
padding-right: 15px;
padding-left: 15px;
}
.width-pad {
padding-right: 15px;
padding-left: 15px;
}


.pat0 {
	padding-top: 0px !important;
}
.pab0 {
	padding-bottom: 0px !important;
}
.mab0 {
	margin-bottom: 0px !important;
}


.rpat10 {
	padding-top: 6px !important;
}
.rpat15 {
	padding-top: 10px !important;
}
.rpat20 {
	padding-top: 12px !important;
}
.rpat30 {
	padding-top: 18px !important;
}

.rpab20 {
	padding-bottom: 12px !important;
}
.rpab30 {
	padding-bottom: 18px !important;
}



.rmat10 {
	margin-top: 8px !important;
}
.rmat30 {
	margin-top: 15px !important;
}
.rmat40 {
	margin-top: 20px;
}
.resmab10 {
	margin-bottom: 6px;
}
.rmab30 {
	margin-bottom: 15px !important;
}
.rmab40 {
	margin-bottom: 20px !important;
}


.t-right {
  text-align: right;
}
.no-wrap {
white-space: nowrap;
}
.t-center {
text-align: center;
}
.requir {
color: rgba(139,99,168,1.00);
font-size: 80%;
font-weight: bold;
position: relative;
top: -1.0em;
font-style: normal;
}
.green-text{
color: rgba(139,99,168,1.00);
font-weight: bold;
}


/* ローディング */
#loader-bg {
	/* display: none;　*/
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	/* z-index: 1; */
	z-index: -1;
}
#loader {
	/* display: none;　*/
	position: fixed;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
	text-align: center;
	/* z-index: 2; */
}
#loader img {
	height: auto;
	width: 100%;
}



.table-block,
.table-over {
	overflow: auto;
}
.table-block::-webkit-scrollbar,
.table-over::-webkit-scrollbar {
 height: 4px;
}
.table-block::-webkit-scrollbar-track,
.table-over::-webkit-scrollbar-track {
 background: rgba(170, 170, 170, 1.0);
}
.table-block::-webkit-scrollbar-thumb,
.table-over::-webkit-scrollbar-thumb {
 background: rgba(100, 100, 100, 1.0);
}

.width-auto {
  width: auto !important;
}




@media print, screen and (min-width: 375px) {
.kome-text p {
	font-size: 11px;
	line-height: 1.6em;
	letter-spacing: 0em;
	text-align: left;
}


.rpat10 {
	padding-top: 8px !important;
}
.rpat15 {
	padding-top: 13px !important;
}
.rpat20 {
	padding-top: 16px !important;
}
.rpat30 {
	padding-top: 24px !important;
}

.rpab20 {
	padding-bottom: 16px !important;
}
.rpab30 {
	padding-bottom: 24px !important;
}


.rmat10 {
	margin-top: 10px !important;
}
.rmat30 {
	margin-top: 18px !important;
}
.rmat40 {
	margin-top: 25px;
}
.resmab10 {
	margin-bottom: 8px;
}
.rmab30 {
	margin-bottom: 18px !important;
}
.rmab40 {
	margin-bottom: 25px !important;
}

}




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

.maxw1200-pad {
padding-right: 25px;
padding-left: 25px;
}
.maxw1000-pad {
padding-right: 25px;
padding-left: 25px;
}
.width-pad {
padding-right: 25px;
padding-left: 25px;
}

.rpat10 {
	padding-top: 10px !important;
}
.rpat15 {
	padding-top: 15px !important;
}
.rpat20 {
	padding-top: 19px !important;
}
.rpat30 {
	padding-top: 28px !important;
}

.rpab20 {
	padding-bottom: 19px !important;
}
.rpab30 {
	padding-bottom: 28px !important;
}



.rmat10 {
	margin-top: 12px !important;
}
.rmat30 {
	margin-top: 24px !important;
}
.rmat40 {
	margin-top: 30px !important;
}

.resmab10 {
	margin-bottom: 12px;
}
.rmab30 {
	margin-bottom: 20px !important;
}
.rmab40 {
	margin-bottom: 30px;
}

.cap-text {
	font-size: 13px;
	line-height: 1.6em;
}
.kome-text p {
	font-size: 12px;
	line-height: 1.6em;
}

#loader {
	width: 48px;
	height: 48px;
}

}



@media print, screen and (min-width: 1024px) {
.maxw1200-pad {
padding-right: 30px;
padding-left: 30px;
}
.maxw1000-pad {
padding-right: 30px;
padding-left: 30px;
}
.width-pad {
padding-right: 30px;
padding-left: 30px;
}

.rpat10 {
	padding-top: 12px !important;
}
.rpat15 {
	padding-top: 17px !important;
}
.rpat20 {
	padding-top: 21px !important;
}
.rpat30 {
	padding-top: 32px !important;
}

.rpab20 {
	padding-bottom: 21px !important;
}
.rpab30 {
	padding-bottom: 32px !important;
}


.rmat30 {
	margin-top: 30px !important;
}
.rmat40 {
	margin-top: 35px;
}

.resmab10 {
	margin-bottom: 14px;
}
.rmab30 {
	margin-bottom: 25px !important;
}
.rmab40 {
	margin-bottom: 35px !important;
}


.cap-text {
	font-size: 14px;
	line-height: 1.6em;
}
.table-block,
.table-over {
	overflow: visible;
}

}




@media print, screen and (min-width: 1200px) {
.maxw1200-pad,
.maxw1000-pad {
padding-right: 0px;
padding-left: 0px;
}
.width-pad {
padding-right: 0px;
padding-left: 0px;
}

.rpat10 {
	padding-top: 15px !important;
}
.rpat15 {
	padding-top: 19px !important;
}
.rpat20 {
	padding-top: 24px !important;
}
.rpat30 {
	padding-top: 35px !important;
}

.rpab20 {
	padding-bottom: 24px !important;
}
.rpab30 {
	padding-bottom: 35px !important;
}

.rmat30 {
	margin-top: 35px !important;
}
.rmat40 {
	margin-top: 40px;
}

.resmab10 {
	margin-bottom: 16px;
}
.rmab30 {
	margin-bottom: 30px !important;
}
.rmab40 {
	margin-bottom: 40px !important;
}

}



@media print, screen and (min-width: 1400px) {

.rpat10 {
	padding-top: 17px !important;
}
.rpat15 {
	padding-top: 21px !important;
}
.rpat20 {
	padding-top: 28px !important;
}
.rpat30 {
	padding-top: 40px !important;
}

.rpab20 {
	padding-bottom: 28px !important;
}
.rpab30 {
	padding-bottom: 40px !important;
}

.rmat40 {
	margin-top: 45px;
}
.rmab30 {
	margin-bottom: 35px !important;
}
.rmab40 {
	margin-bottom: 45px !important;
}

}












a div.img-over2 {
	overflow: hidden;
	position: relative;
	display: block;
}
.img-over:hover {
}

a div.img-over2 img {
	padding: 0px;
	display: block;
	margin: 0px;
	height: auto;
	width: 100%;
	transition: all 0.5s;
}

a:hover div.img-over2 img {
	transform: scale(1.03);
}

a div.img-over2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(0,0,0, 0), rgba(0,0,0,0.6));
	left: 0px;
	top: 0px;
	z-index: 2;
	opacity: 0;
	transition: all 0.5s;
	cursor: pointer;
}
a:hover div.img-over2::after {
	opacity: 1;
}

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

}


@media print, screen and (min-width: 1024px) {

}



@media print, screen and (min-width: 1400px) {

}











/* page-top */
#page-top {
	position: fixed;
	bottom: -100px;
	right: 10px;
	font-size: 77%;
	z-index: 100;
}
#page-top a {
text-decoration: none;
color: #fff;
width: 40px;
height: 40px;
text-align: center;
display: block;
border-radius: 50%;
text-indent: -9999px;
transition: all 0.5s;
box-shadow: 0px 0px 12px 2px rgba(0,0,0, 0.2);
background-color: rgba(255,255,255,1.00);
border: 1px solid rgba(136,136,136,1.00);
}
#page-top a:hover {
text-decoration: none;
opacity: 1.0;
box-shadow: 0px 0px 14px 3px rgba(0,0,0, 0.8);
}
#page-top a:after {
content: "";
width: 24px;
height: 24px;
display: block;
position: absolute;
left: calc(50% - 12px);
top: calc(50% - 12px);
background-image: url(../images/link_arrow.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
transition: all 0.4s;
transform: rotate(-90deg);
}


@media print, screen and (min-width: 768px) {
#page-top {
	bottom: -100px;
	right: 16px;
}
#page-top a {
	width: 50px;
	height: 50px;
	box-shadow: 0px 0px 14px 3px rgba(0,0,0, 0.2);
}
#page-top a:hover {
box-shadow: 0px 0px 16px 3px rgba(0,0,0, 0.8);
}
#page-top a:after {
width: 28px;
height: 28px;
left: calc(50% - 14px);
top: calc(50% - 14px);
}

}


@media print, screen and (min-width: 1024px) {

#page-top {
	bottom: -100px;
	right: 18px;
}

}


@media print, screen and (min-width: 1200px) {

}


@media print, screen and (min-width: 1400px) {

}








/* Toggle Button */
#nav-toggle {
position: fixed;
right: 15px;
top: 15px;
width: 24px;
height: 24px;
cursor: pointer;
text-align: center;
z-index: 1001;
padding: 0px;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background-color: rgba(0,0,0,1.00);
left: 0;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.container.fixedheader #nav-toggle span {
background-color: rgba(0,0,0,1.00);
}


#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 9px;
}
#nav-toggle span:nth-child(3) {
    top: 19px;
}
#nav-toggle.open span:nth-child(1) {
		top: 9px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
}
#nav-toggle.open span:nth-child(2) {
		width: 0;
		left: 50%;
}
#nav-toggle.open span:nth-child(3) {
		top: 9px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
}


@media print, screen and (min-width: 375px) {
/* Toggle Button */
#nav-toggle {
right: 15px;
top: 17px;
width: 26px;
height: 26px;
}

}








@media print, screen and (min-width: 768px) {
/* Toggle Button */
#nav-toggle {
right: 25px;
top: 23px;
width: 30px;
height: 30px;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#nav-toggle.open span:nth-child(1) {
		top: 11px;
}
#nav-toggle.open span:nth-child(3) {
		top: 11px;
}

}



@media print, screen and (min-width: 1024px) {
/* Toggle Button */
#nav-toggle {
right: 30px;
top: 28px;
width: 32px;
height: 32px;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 12px;
}
#nav-toggle span:nth-child(3) {
    top: 24px;
}
#nav-toggle.open span:nth-child(1) {
		top: 12px;
}
#nav-toggle.open span:nth-child(3) {
		top: 12px;
}


}


@media print, screen and (min-width: 1200px) {
#nav-toggle {
	display: none;
}
}


@media print, screen and (min-width: 1400px) {
}














.submitbtn01,
.submitbtn02 {
position: relative;
padding: 0px 0px 5px;
display: block;
}
/* bannerbt */
.default-bt a,
input[type="submit"],
input[type="button"] {
display: block;
padding: 14px 20px;
text-align: center;
font-size: 14px;
line-height: 1.1em;
color: rgba(34,34,34,1.00);
position: relative;
transition: all 0.5s ease 0s;
background-color: rgba(255,255,255,1.00);
margin: 0px auto;
border: 1px solid rgba(136,136,136,1.00);
border-radius: 60px;
width: 100%;
}
.default-bt a::after,
.submitbtn01::after,
.submitbtn02::after {
content: "";
width: 20px;
height: 20px;
display: block;
position: absolute;
right: 6px;
top: calc(50% - 10px);
background-image: url(../images/link_arrow.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
transition: all 0.4s;
}
.default-bt a:hover {
color: rgba(255,255,255,1.00);
background-color: rgba(136,136,136,1.00);
transform: translateY(-2px);
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}
.default-bt a:hover::after {
background-image: url(../images/link_arrow_ov.svg);
}
.bannerbt.external a::after {
transform: rotate(-45deg);
}

.bannerbt a.pdf::after {
background-image: url(../images/pdf.svg);
}

.submitbtn02::after {
background-image: url(../images/link_arrow.svg);
}




/* telbt */
a.telbt {
padding: 10px 30px 10px 15px;
font-weight: bold;
}
a.telbt::after {
width: 20px;
height: 20px;
right: 5px;
top: calc(50% - 9px);
background-image: url(../images/icon_tel.svg);
background-repeat: no-repeat;
background-position: left top;
background-size: 100% auto;
}
a.telbt:hover {
padding: 10px 30px 10px 15px;
background-color: rgba(255,255,204,1.00);
}
a.telbt:hover::after {
background-image: url(../images/icon_tel.svg);
right: 8px;
}




input[type="submit"],
input[type="button"] {
padding: 15px;
font-size: 15px;
width: 100%;
cursor: pointer;
}
.submitbtn01 input[type="submit"],
.submitbtn01 input[type="button"] {
background-color: rgba(245,245,245,1.00);
border: 1px solid rgba(136,136,136,1.00);
border-radius: 100px;
}
.submitbtn02 input[type="submit"],
.submitbtn02 input[type="button"] {
background-color: rgba(255,255,255,1.00);
border: 1px solid rgba(176,149,196,1.00);
border-radius: 100px;
}

input[type="submit"]:hover,
input[type="button"]:hover {
background-color: rgba(243,239,246,1.00);
}

option,
textarea,
select,
input[type=text],
input[type=email],
input[type=search],
input[type=url] {
padding: 0.5em;
width: 100%;
font-size: 15px;
border: 1px solid rgba(243,239,246,1.00);
line-height: 1.6em;
background-color: rgba(243,239,246,1.00);
}



sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.2em;
}



.kome-text li p,
.ind-list li p {
	text-indent: -1em;
	margin: 0px 0px 0px 1em;
	font-size: 12px;
	line-height: 1.6em;
}
.kome-textdiv p {
	text-indent: -1em;
	margin: 0px 0px 0px 1em;
	font-size: 85%;
	line-height: 1.6em;
	font-weight: normal;
}


.photo-zoom {
	background: rgba(255, 255, 255, 0.4);
	padding: 3px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.photo-zoom img {
	width: calc(72px / 4) !important;
	height: calc(72px / 4) !important;
}



.photo-out {
	overflow: hidden;
	position: relative;
}
.photo-out img {
	height: auto;
	width: 100%;
}



.outline-table {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.outline-table td,
.outline-table th {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	padding: 5px 8px;
	border-right: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	white-space: nowrap;
}
.outline-table th {
	background: rgba(0, 0, 0, 0.1);
}




@media print, screen and (min-width: 375px) {

/* bannerbt */
.default-bt a,
input[type="submit"],
input[type="button"] {
padding: 16px 20px;
font-size: 15px;
line-height: 1.1em;
}
.default-bt a::after,
.submitbtn01::after,
.submitbtn02::after {
right: 8px;
}


/* telbt */
a.telbt {
font-size: 15px;
line-height: 1em;
padding: 10px 30px 10px 15px;
}
a.telbt:hover {
padding: 10px 30px 10px 15px;
}

input[type="submit"],
input[type="button"] {
padding: 15px;
font-size: 15px;
}
option,
textarea,
input[type=text],
input[type=email],
input[type=search],
input[type=url] {
font-size: 15px;
line-height: 1.6em;
}


.page-pad {
	padding-right: 15px;
	padding-left: 15px;
}

a.pdficon {
font-size: 15px;
line-height: 1.3em;
padding: 0px 36px 0px 0px;
}

}


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


.kome-text li p {
	font-size: 13px;
	line-height: 1.6em;
}
.kome-textdiv p {
	font-size: 90%;
	line-height: 1.6em;
	font-weight: normal;
}


/* bannerbt */
.default-bt a,
input[type="submit"],
input[type="button"] {
padding: 16px 20px;
font-size: 16px;
line-height: 1.1em;
}
.default-bt a::after,
.submitbtn01::after,
.submitbtn02::after {
right: 8px;
}


/* telbt */
a.telbt {
font-size: 15px;
line-height: 1.7em;
padding: 0px;
background: none;
border: none;
margin: 0px;
display: inline;
}
a.telbt:hover {
padding: 0px;
background: none;
}
a.telbt::after {
background: none;
}
a.telbt:hover::after {
background: none;
}

.submitbtn01,
.submitbtn02 {
position: relative;
display: inline-block;
}
input[type="submit"],
input[type="button"] {
padding: 20px 80px;
font-size: 16px;
text-align: center;
width: auto;
}
option,
textarea,
input[type=text],
input[type=email],
input[type=search],
input[type=url] {
font-size: 16px;
line-height: 1.6em;
}

}



@media print, screen and (min-width: 1024px) {


/* telbt */
a.telbt {
font-size: 16px;
line-height: 1.8em;
padding: 0px;
background: none;
border: none;
}
a.telbt:hover {
padding: 0px;
background: none;
}
a.telbt::after {
background: none;
}


.kome-text li p {
	font-size: 14px;
	line-height: 1.6em;
}

a.pdficon {
font-size: 16px;
line-height: 1.3em;
padding: 0px 36px 0px 0px;
}

input[type="submit"],
input[type="button"] {
padding: 24px 80px;
font-size: 17px;
}
option,
textarea,
input[type=text],
input[type=email],
input[type=search],
input[type=url] {
font-size: 16px;
line-height: 1.6em;
}

}


@media print, screen and (min-width: 1200px) {

}


@media print, screen and (min-width: 1400px) {

}












@media print{
.print-off {
    display: none;
}
body #print img {
  height: auto !important;
	width: 100% !important;
}
}