@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

html{font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;position: relative;/*←相対位置*/
}

body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

body{background-color:#ffffff;padding-bottom:100px;}

img{width:100%;
	height:auto;}

.txt_box01{margin:0 auto;
		padding-top:30px;
		width:1000px;}

@media screen and (max-width: 768px) {
.txt_box01{width:100%;padding:0 10;}
}


.txt_min{font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
text-align:center;}

.txt_01{font-size:1.9em;
		margin-bottom:15px;}

.txt_02{font-size:1.1em;
		margin-bottom:30px;}

.txt_03{font-size:2em;
		font-weight:bold;
		margin-bottom:10px;
		text-align:center;}

.txt_04{font-size:1.2em;
		font-weight:bold;
		margin-bottom:10px;
		text-align:center;}


.bdr{display: flex;
     align-items: center;
    }

.bdr:before,.bdr:after {
        content: "";
        flex-grow: 1;
        height: 1px; /* 線の太さを変えたいときはここを変える */
        background: #000; /* 線の色を変えたいときはここを変える */
        margin:0 .4em; /* 文字と線の余白用 なくても良い */
    }



.tel-link a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}


#footer {background-color:#000000;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
	color:#FFFFFF;
	text-align:center;
	padding-top:15px;
	font-weight:normal;
	
}




.SP{display:none;}

@media screen and (max-width: 768px) {
.PC {display: none !important;}
.SP {display: block !important;}
	
	
}