@charset "UTF-8"; /* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&family=Sawarabi+Mincho&display=swap');


/* ----------------------------------------------
   基本設定
------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
label,
button,
input[type="button"],
input[type="submit"] {
	cursor: pointer;
}
button,
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #b5b5b5;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #b5b5b5;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #b5b5b5;
}
:-moz-placeholder { /* Firefox 18- */
	color: #b5b5b5;
}


/* ----------------------------------------------
   レイアウト
------------------------------------------------ */
* {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
    position: relative;
    min-width: 1040px;
    height: auto !important;
    line-height: 1.5;
    color: #676767;
    background-color: #FFFFFF;
    text-align: center;
    -webkit-text-size-adjust: none;
}
body.ipad {
	min-height: 2000px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-feature-settings: "palt" on;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
button,
input,
textarea,
select {
	font-size: 100%;
}
table {
	border-collapse: collapse;
}
th {
	text-align: left;
}
a, a:link {
    color: #32cd32;
    text-decoration: none;
}
a:visited {
    color: #32cd32;
    text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
}
a.external:after,
a.blank:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
	margin-left: 5px;
}
a.pdf:after {
	font-family: "Font Awesome 5 Free";
	font-weight: normal;
	color: #ff2626;
	content: "\f1c1";
	margin-left: 5px;
}
a.arrow:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #006ab7;
	content: "\f105";
	margin-right: 5px;
}

#container {
	overflow: hidden;
}
.wrap {
    position: relative;
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
/* ----------------------------------------------
   ヘッダー
------------------------------------------------ */
#header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    background-color: #FFFFFF;
}
#header .logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#header .logo img {
	width: 240px;
}
#header a, a:link {
    text-decoration: none;
}
#header a:visited {
    text-decoration: none;
}
#header a:hover, a:active {
	text-decoration: none;
}

#gNav {
    position: absolute;
    top: 0px;
    right: 10px;
    font-weight: bold;
}
#gNav ul li {
    float: left;
    margin-left: 20px;
}
#gNav ul li a {
    color: #32cd32;
}



/* ----------------------------------------------
   フッター
------------------------------------------------ */
#footer {
    clear: both;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    padding: 1.5rem 0;
    background-color: #32cd32;
}
#footer2 {
    clear: both;
    font-size: 14px;
    line-height: 1;
    color: #000;
    padding: 1.1rem 0;
    background-color: #fff;
}
.pageTopBtn {
    position: fixed;
    right: 20px;
    bottom: -100px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 55px;
    color: #fff;
    background-color: #32cd32;
    border-radius: 60px;
    overflow: hidden;
    cursor: pointer;
    transition: .3s;
}


/* ----------------------------------------------
   コンテンツ
------------------------------------------------ */
#container {
	padding-top: 80px;
}
.icon_right   {
    width: 100px;

}
.icon_left   {
    width: 100px;

}
.common_img   {
    width: 350px;
    height: 250px;
    clear: both;
}
#main .secTitle {
    font-size: 2.5rem;
    line-height: 70px;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: bold;
    letter-spacing: 20px;
    color: #32cd32;
    margin-bottom: 1.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
#    text-shadow: 0px 0px 10px #96CEE0;
}

#main .secTitle span {
	display: block;
	font-family: "Times New Roman", Times, "serif";
	font-size: 1.5rem;
	color: #00508e;
	padding-top: 1.5rem;
}


#main .common_copy {
    margin-left: 40px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 20px;
    text-shadow: 0px 0px 4px #BABABA;
    line-height: 55px;
    display: inline-block;
    width: 450px;
    top: 19%;
    position: absolute;
}
#main .common_copy2 {
    margin-left: 40px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 27px;
    line-height: 55px;
    display: inline-block;
    width: 450px;
    top: 25%;
    position: absolute;
    /* [disabled]color: hsla(0,0%,100%,1.00); */
    border-bottom: 3px solid hsla(196,56%,51%,1.00);
}
#kikin ul ,#genjyo ul,#rinen ul,#sien1 ul,#sien2 ul,#sien3 ul{
    position: relative;

}
#kikin ul li ,#genjyo ul li,#rinen ul li,#sien1 ul li,#sien2 ul li,#sien3 ul li{
    display: inline-block;
    overflow: hidden;
}

.pulldown {
    text-align: center;
    font-size: 20px;
    padding-top: 50px;
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    letter-spacing: 10px;
}
.details  {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    overflow: hidden;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    line-height: 35px;
    margin-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
 }


.details2  {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.5rem;
    overflow: hidden;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    line-height: 35px;
    margin-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
 }

#main #outset {
    height: auto;
    line-height: 1.8;
    color: #ffffff;
    background-size: cover;
    text-shadow: 0px 0px;
    position: relative;
}
#main #outset h1 {
    font-size: 3.5rem;
    text-align: center;
    text-shadow: 3px 3px 0px #32cd32;


    float: right;
   margin-top: 150px;
    margin-right: 90px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#main .details:last-child {
	margin-bottom: 0;
}
#main .details2:last-child {
	margin-bottom: 0;
}

#main #outset p {
    font-size: 38px;
    text-shadow: 2px 2px 1px #32cd32;
    float: none;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    position: absolute;
    width: 490px;
    height: 200px;
    left: 5%;
    display: block;
    text-align: right;
    color: hsla(0,0%,100%,1.00);
    padding-right: 30px;
    font-weight: bold;
    bottom: 30px;
    line-height: 52px;
    padding-top: 0px;
}
#main #outset p a {
    background-color: hsla(120,56%,51%,1.00);
    text-shadow: 0px 0px hsla(0,0%,0%,0.00);
    text-decoration: none;
    text-align: center;
    color: hsla(0,0%,100%,1.00);
    font-size: 16px;
    width: 250px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    letter-spacing: 6px;
}
#main #outset p a:hover  {
    background-color: hsla(120,56%,62%,1.00);
    opacity: 1;
}

#main #outset .sp_br{
    display: none;
}

#main #news {
    line-height: 1.8;
    padding: 40px 0;
    background-color: #e0ffff;
}
#main #news a, a:link {
    text-decoration: underline;
}
#main #news a:visited {
    text-decoration: underline;
}
#main #news a:hover, a:active {
	text-decoration: underline;
}
#main #news h2 {
    float: left;
    width: 120px;
    font-size: .875rem;
    font-weight: normal;
    line-height: 30px;
    color: #fff;
    margin-right: 40px;
    background-color: #32cd32;
    text-align: center;
}
#main #news dl {
	overflow: hidden;
}
#main #news dt {
	float: left;
	width: 7em;
	font-weight: normal;
	color: #4c4d4d;
}
#main #news dd {
	font-weight: bold;
	margin-bottom: 1.5rem;
	overflow: hidden;
}
#main #news dd:last-child {
	margin-bottom: 0;
}
#main #news dd small {
	font-size: .875rem;
}

#main #payment {
    line-height: 1.8;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 100px;
    background-color: #ffffff;
    padding-top: 50px;
}
#payment span {
    width: 100%;
    height: 40px;
    background-color: #32cd32;
    display: block;
    border-radius: 9px;
    font-size: 1.3rem;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}
#payment a {
    width: 20em;
    height: 50px;
    display: block;
    border: 2px solid #32cd32;
    text-decoration: none;
    border-radius: 30px;
    color: #32cd32;
    text-align: center;
    line-height: 45px;
}


#main #payment dl {
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}
#main #payment dt {
    float: left;
    width: 10em;
    font-weight: normal;
    color: #000000;
}
#main #payment dd {
	font-weight: bold;
	margin-bottom: 1.5rem;
	overflow: hidden;
}
#main #payment dd:last-child {
	margin-bottom: 0;
}
#main #payment dd small {
	font-size: .875rem;
}

#kikin {
    line-height: 1.5;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 70px;
    background-color: #FFFFFF;
    padding-top: 50px;
}
#kikin span   {
    border: 2px solid hsla(196,56%,51%,1.00);
    display: block;
    border-radius: 15px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    text-align: left;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
#kikin span p {
    text-align: center;
    color: hsla(196,56%,51%,1.00);
    font-size: large;
    border-bottom: 1px dotted hsla(196,56%,51%,1.00);
}
#kikin span img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}






#genjyo {
    line-height: 1.5;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 70px;
    background-color: #ECFAFF;
    padding-top: 50px;
}

#rinen {
    line-height: 1.5;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 70px;
    background-color: #FFFFFF;
    padding-top: 50px;
}

#rinen span {
    width: 100%;
    height: 40px;
    background-color: #32cd32;
    display: block;
    border-radius: 9px;
    font-size: 1.3rem;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
}

#sien1 {
    line-height: 1.5;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 70px;
    background-color: #FFFFFF;
    padding-top: 50px;
}

#sien2 {
    line-height: 1.5;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 70px;
    background-color: #ECFAFF;
    padding-top: 50px;
}

#sien3 {
    line-height: 1.5;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 70px;
    background-color: #FFFFFF;
    padding-top: 50px;
}

#business {
    line-height: 1.7;
    background-color: #ECFAFF;
    padding-bottom: 70px;
    padding-top: 50px;
}
#business h1 {
    text-align: center;
    color: hsla(196,56%,51%,1.00);
    font-size: 20px;
}

#business .nagare {
    display: block;
    margin-top: 0px;
    margin-bottom: 60px;
    padding-top: 15px;
}
#business .nagare_sp {
    display: none;
}



#business .cols {
	margin-right: -40px;
	overflow: hidden;
	text-align:center;
}
#business .cols .col {
    float: left;
    width: 33.3333%;
    padding: 0 40px 60px 0;
    margin-top: 20px;
}
#business .cols .col h3 {
    font-size: 1.0rem;
    margin: 1.25rem 0 .875rem;
    color: hsla(196,56%,51%,1.00);
    text-align: left;
}



#main #company {
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
    background-color: #ffffff;
    margin-top: 30px;
    padding-bottom: 70px;
}
#main #company .wrap {
	padding: 0 60px;
}
#main #company .wrap h1 {
    text-align: center;
    font-size: 22px;
}
#main #company .wrap p {
    text-align: center;
    font-size: 14px;
}


#main #company table {
	width: 100%;
}
#main #company th,
#main #company td {
    line-height: 1.8;
    padding: 1.5rem 0;
    border-top: 2px solid #32cd32;
    text-align: left;
    vertical-align: top;
}
#main #company th {
	width: 200px;
	white-space: nowrap;
}
#main #company td span {
	display: inline-block;
}

#main #access {
	padding: 0 0 60px;
}
#main #access .wrap {
	padding: 0 60px;
}
#main #access .map {
	height: 300px;
	border: 2px solid #c9d2d7;
}
#main #access .map iframe {
	width: 100%;
	height: 100%;
}
#main #access .guide {
	margin: 2rem 0 0;
}
#main #access .guide strong {
	display: inline-block;
	padding-bottom: .5rem;
}

.slider_pc {
	display: none;
}

.slider_sp{
	display: block;
}

/* ----------------------------------------------
   Media Queries
------------------------------------------------ */
@media (min-width: 768px) {
	
	a {
		transition: .3s;
	}
	a:hover {
		opacity: 0.5;
	}
	#gNav {
    display: block !important;
	}
	
}

@media (max-width: 767px) {
	
	body {
		min-width: inherit;
	}
	.wrap {
		width: auto;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
	/* ヘッダー */
	#header {
		height: auto;
		line-height: 1;
		padding-top: 60px;
		background: rgba(0,0,0,0.7);
		box-shadow: none;
	}
	#header .main {
		position: absolute;
		top: -60px;
		left: 0px;
		width: 100%;
		height: 60px;
		line-height: 60px;
		background: #fff;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	}
	#header .logo {
		left: 20px;
		line-height: 58px;
	}
	#header .logo img {
		width: 200px;
	}
	#header #headerNavToggleBtn {
		position: absolute;
		top: 5px;
		right: 5px;
		width: 50px;
		height: 50px;
		text-align: center;
		cursor: pointer;
	}
	#header #headerNavToggleBtn p {
		position: relative;
		width: 24px;
		height: 19px;
		margin: 16px auto 0;
	}
	#header #headerNavToggleBtn span {
		position: absolute;
		display: inline-block;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #00508e;
		border-radius: 3px;
		transition: all .4s;
	}
	#header #headerNavToggleBtn span:nth-child(1) {
		top: 0px;
	}
	#header #headerNavToggleBtn span:nth-child(2) {
		top: 8px;
	}
	#header #headerNavToggleBtn span:nth-child(3) {
		top: 16px;
	}
	#header.open {
		height: 100%;
	}
	#header.open #headerNavToggleBtn span:nth-of-type(1) {
		top: 8px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#header.open #headerNavToggleBtn span:nth-of-type(2) {
		display: none;
	}
	#header.open #headerNavToggleBtn span:nth-of-type(3) {
		top: 8px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	#gNav {
		position: fixed;
		display: none;
		right: 0px;
		width: 100%;
		height: 100%;
		padding-top: 60px;
		z-index: -1;
	}
	#gNav .gNavWrap {
		max-height: 100%;
		background: #fff;
		overflow: auto;
	}
	#gNav ul {
		padding: 20px;
	}
	#gNav ul li {
		float: none;
		line-height: 1.3;
		margin: 30px 0;
		text-align: center;
	}
	#gNav ul li a {
    font-weight: bold;
    color: #3EA5C8;
	}
	
	/* フッター */
	.pageTopBtn {
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 35px;
	}
	
	/* コンテンツ */
	#container {
		padding-top: 60px;
	}
	
	.icon_right   {
	    position: relative;
	    left: 11rem;
	    top: 4rem;
	    width: 3rem;
	}
	.icon_left   {
	    position: relative;
	    top: 4rem;
	    width: 3rem;
	    right: 11rem;
	}
	
	.common_img   {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    max-width: 350px;
}
	
	#main .secTitle {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: normal;
	}
	#main .secTitle span {
	font-size: .875rem;
	padding-top: .5rem;
	}
	
	#main .common_copy {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1.2em;
    text-shadow: 0px 0px 4px #BABABA;
    line-height: 1.7em;
    display: block;
    width: 100%;
    margin-left: 0px;
    padding-top: 30px;
    text-align: left;
    position: relative;
}
#main .common_copy2 {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 17px;
    line-height: 1.7em;
    display: block;
    width: 100%;
    margin-left: 0px;
    padding-top: 30px;
    text-align: left;
    position: relative;
    font-weight: bold;
}
	
.details  {
    font-size: 15px;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
 }


.details2  {
    font-size: 15px;
    padding-left: 0px;
    padding-right: 0px;
 }	
	
	
#kikin ul ,#genjyo ul,#rinen ul,#sien1 ul,#sien2 ul,#sien3 ul {
    position: relative;

}
#kikin ul li ,#genjyo ul li,#rinen ul li,#sien1 ul li,#sien2 ul li,#sien3 ul li {
    display: block;
    overflow: hidden;
}
	
	
	#main #outset {
    width: 100%;
    color: #ffffff;
    line-height: 1.3;
    /* [disabled]padding: 50px 20px; */
    background: #fff url("../images/bg_main_sp.jpg") no-repeat center center;
    background-size: cover;
	}
	#main #outset h1 {
	    font-size: 2.5rem;
	    float: none;
	    text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	    margin-top: 150px;
	    line-height: 35px;
	    letter-spacing: 3px;
	    text-shadow: 3px 3px 0px #1e90ff;
	}
	#main #outset p {
    font-size: 25px;
    text-align: center;
    position: absolute;
    width: 300px;
    height: 150px;
    margin-top: 0px;
    left: 50%;
    bottom: 20px;
    padding-right: 10px;
    margin-left: -150px;
    line-height: 35px;
    padding-top: 50px;
	}
	
	#main #outset p a{
    font-size: 14px;
    height: 30px;
    width: 220px;
    line-height: 30px;
	}
	#main #outset .sp_br{
	    display: block;
	}
	#main #news {
		line-height: 1.3;
		padding: 20px;
	}
	#main #news h2 {
		float: none;
		font-size: .75rem;
		line-height: 2.5;
		margin: 0 0 1rem;
	}
	#main #news dl {
		font-size: .875rem;
		line-height: 1.5;
	}
	#main #news dd {
		margin-bottom: 1rem;
	}

	#main #payment {
    line-height: 1.3;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
	}
	
	#payment a {
    width: 100%;
    height: 60px;
    line-height: 60px;
}

	#payment span {
    font-size: 12px;
    font-weight: bold;
    height: auto;
}
	
	#main #payment dl {
		font-size: .875rem;
		line-height: 1.5;
	}
	#main #payment dd {
		margin-bottom: 1rem;
	}

	#main #kikin {
    line-height: 1.3;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
	}
#kikin span  {
    width: auto;
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}


	#main #genjyo {
    line-height: 1.3;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
	}

	#main #rinen {
    line-height: 1.3;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
	}

	#rinen span {
    font-size: 12px;
    font-weight: bold;
    height: auto;
}

	#main #sien1 {
    line-height: 1.3;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
	}
	
	#main #sien2 {
    line-height: 1.3;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
	}

	#main #sien3 {
    line-height: 1.3;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
	}

	#main #business {
    line-height: 1.3;
    padding-bottom: 40px;
	}
#business .nagare {
    display: none;
}
#business .nagare_sp {
    display: block;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    padding-top: 20px;
}



	#main #business .cols {
		margin: 0;
	}
	#main #business .cols .col {
		float: none;
		width: auto;
		padding: 0 20px 30px;
	}
	#main #business .cols .col p {
		font-size: .875rem;
	}
	#main #business .cols .col h3 {
    font-size: 1.2rem;
    margin: 1rem 0 .75rem;
    color: #3DB3DA;
	}

	#main #company {
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
	}
	#main #company .wrap {
		padding: 0;
	}
	#main #company th,
	#main #company td {
		font-size: .875rem;
		line-height: 1.5;
		padding: 1rem 0;
	}
	#main #company th {
		width: auto;
		padding-right: 1.5rem;
	}

	#main #access {
		padding: 0 20px 20px;
	}
	#main #access .wrap {
		padding: 0;
	}
	#main #access .guide {
		margin: 1rem 0 0;
	}
	
	.slider_sp {
		display: none;
	}
	
	.slider_pc{
		display: block;
	}
	
}
