@charset "UTF-8";


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-weight:normal;
	font-style:normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
p,th,td,dt,dd,li {
	text-align: left;
	line-height: 2.4;
}
h1,h2,h3,h4,h5 {
	line-height: 2;
}
ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a, a * {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color: rgba(200,200,555,.6); 
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	font-family: inherit;
}
a:hover, a:active {
	opacity: 0.5;
	text-decoration: none; /*add by komano 20211115*/
	filter: alpha(opacity=50);
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
th img, td img {
	vertical-align: middle;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin: 1em 0;
    padding:0;
}
input, select, textarea {
	font-size: 100%;
}
input, select {
    vertical-align:middle;
}
input[type=text] {
	padding: 3px;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

textarea {
	padding: 3px;
}
button {
	border:none; /*枠を消す*/
	background-color:#ffffff; /*ページの背景色と合わせて誤魔化す*/
}
.clearfix {zoom:1;}
.clearfix:after {
	content: ",";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
	height: auto;
}

html{
	font-size: 62.5%;
}

/* 余白（下） */
.mgb1 { margin-bottom: 1.0rem; }
.mgb2 { margin-bottom: 2.0rem; }
.mgb3 { margin-bottom: 3.0rem; }
.mgn4 { margin-bottom: 4.0rem; }
.mgn5 { margin-bottom: 5.0rem; }
.mgn6 { margin-bottom: 6.0rem; }

@media screen and (max-width: 768px) {
.mgb1 { margin-bottom: 0.5rem; }
.mgb2 { margin-bottom: 1.0rem; }
.mgb3 { margin-bottom: 1.5rem; }
.mgn4 { margin-bottom: 2.0rem; }
.mgn5 { margin-bottom: 2.75rem; }
.mgn6 { margin-bottom: 3.0rem; }
}

.float-lft {
	float: left;
	margin-right: 20px;
}
.float-rgt {
	float: right;
	margin-left: 20px;
}
.on-rgt {
	text-align: right;
}
.on-lft {
	text-align: left;
}
.on-cnt {
	text-align: center;
}

.flex-nml {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
}
.flex-btw {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.flex-cnt {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}
.flex-end {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	flex-wrap:wrap;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
}
.row-reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.items-cnt {
	-webkit-align-items: center;
	align-items: center;
}

.disp-pc {
	display: block;
}
.disp-sp {
	display: none;
}
@media screen and (max-width: 768px) {
.disp-pc {
	display: none;
}
.disp-sp {
	display: block;
}
}

@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
}

