﻿@charset "utf-8";
/* CSS Document */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, 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, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  min-height: 100%;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
*, *:before, *:after {
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: .25s ease-in-out;
  font-size: 100%;
  line-height: 1;
  font-weight: 200;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: lighter;
}
/*a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: none;
	transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
	color: #000000;
}*/
.service-intro-t {
  color: #e55513;
}
.cleafix {
  clear: both;
}
ul, li {
  list-style: none;
  margin: 0;
}
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定/end　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */