@charset "UTF-8";
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;
}

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;
}

html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: top;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
/*
a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
*/
body {
  font-size: 16px;
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  -webkit-font-feature-settings: "pwid" 1;
          font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
}

/* font-size fix for textarea */
textarea {
  font-size: 100%;
}

/* Link Color */
a:link {
  color: #0378da;
  text-decoration: none;
}

a:visited {
  color: #0378da;
  text-decoration: none;
}

a:hover {
  color: #0378da;
  text-decoration: underline;
}

/* bottom space fix for img */
img {
  vertical-align: bottom;
}

a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/* em storong */
em,
strong {
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
}

/*---------------------------------------
	margin
-----------------------------------------*/
.mt05 {
  margin-top: 0.5em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mb05 {
  margin-bottom: 0.5em;
}

.mb0 {
  margin-bottom: 0em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb1_5 {
  margin-bottom: 1.5em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb40 {
  margin-bottom: 40px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.pd0 {
  padding: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.size_1 {
  font-size: 14px;
  font-weight: normal;
}

.size_2 {
  font-size: 100%;
}

.size_3 {
  font-size: 114%;
}

.size_4 {
  font-size: 121%;
}

.size_5 {
  font-size: 128%;
}

/* -----------------------------------
	header-style
----------------------------------- */
/* -----------------------------------
	footer-style
----------------------------------- */
/* -----------------------------------
	contents-style
----------------------------------- */
.table_styleA {
  width: 96rem;
  margin: 0 auto;
}
.table_styleA table {
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.6;
}
.table_styleA table th {
  background: #f5f5f5;
}
.table_styleA table th, .table_styleA table td {
  border: 1px solid #ccc;
  padding: 2.4rem;
  text-align: left;
}

.gmap {
  margin-top: 4rem;
  width: 100%;
}
.gmap iframe {
  width: 100%;
}

.Copyright {
  text-align: center;
  padding-top: 4rem;
}

/* -----------------------------------
	section-style
----------------------------------- */
.wrapper {
  padding: 0 0 10rem 0;
}

.sectionB {
  margin: 0px 0px 0px 0px;
}

.sectionC {
  margin: 0px 0px 0px 0px;
}

/*---------------------------------------
	block-style
-----------------------------------------*/
/*---------------------------------------
	heading-style
-----------------------------------------*/
/* for h2 */
.headingA {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding-top: 8rem;
  margin-bottom: 4rem;
  text-align: center;
}
.headingA .title-item {
  font-size: 3.2rem;
}

/* for h3 */
.headingB {
  padding-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
}
.headingB .title-item {
  font-size: 2.4rem;
}

/* for h4 */
/* for h5 */
/* -----------------------------------
	text-style
----------------------------------- */
.text_styleA {
  text-align: center;
}
.text_styleA p {
  line-height: 2;
}

/*---------------------------------------
	list-style
-----------------------------------------*/
/*---------------------------------------
	definition-style
-----------------------------------------*/
/*---------------------------------------
	table
-----------------------------------------*/
/*---------------------------------------
	form_table
-----------------------------------------*/
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */