@charset "utf-8";

* { box-sizing: border-box; }
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 {
  border: 0; font: inherit; font-size: 100%; margin: 0; padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section { display: block; }
body {
	background-color: #f0f0f0; color: #444; -webkit-font-smoothing: subpixel–antialiased;
	-moz-osx-font-smoothing: auto; line-height: 1.3; text-rendering: optimizeLegibility;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ol, ul, ol li, ul li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
html { font-size: 14px; font-weight: 400; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
html, body { height: 100%; }
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl { clear: none; }





img {
	border: none;
	height: auto;
	-ms-interpolation-mode: bicubic;
	line-height: 1;
	margin: 0;
	overflow: hidden;
	padding: 0;
	vertical-align: bottom;
	max-width: 100%;
}

.header, .article, .footer { width: 100%; }

.wrapper { margin: 0 auto; width: 98%; max-width: 1080px; }

.header .wrapper, .searchbar .wrapper, .searchoption .wrapper { max-width: none; }

.header {
	background-color: #fff;
	border-bottom: solid 1px #808080;
	height: 47px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}

.header h1 { float: left; margin-top: 12px; }

.header h1 img { width: 113px; }

.article { }

.body { padding-top: 169px; padding-bottom: 100px; }

.cf { zoom: 1; }

.cf:after {
	clear: both;
	content: "";
	display: block;
}

/* Common */
html, body { height: auto; }

body { background-color: #fff; }

.wrapper { width: 70%; max-width: 740px; text-align: center; }

.title, .message { width: 100%; }



/* Title */
.title {
	border-bottom: solid 6px #4e6adb;
	padding-bottom: 20px;
}
.mainmessage {
  display: inline-block;
  padding: 10px;
  text-align: center;
}
.mainmessage h1,
.mainmessage h2 {
  color: #4e6adb;
  font-weight: 600;
}
.mainmessage h1 {
  font-size: 3rem;
}
.mainmessage h2 {
  font-size: 2.5rem;
}



/* Logo */
.logos {
  display: inline-block;
  width: 100%;
  height: 80px;
  margin-top: 15px;
  text-align: center;
}
.logo {
  display: inline-block;
  float: left;
  width: 50%;
}
.logoinner {
  position: relative;
  height: 80px;
}
.logo.t3x, .logo.bw3 {
  padding: 0px 10px;
}
.logo.center {
  padding: 0px 0px;
  float: none;
}
.logo.t3x img {
  right: 0;
}
.logo.bw3 img {
  left: 0;
}
.logo.center img {
  right: 0;
  left: 0;
}
.logo div img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 180px;
}

@media ( max-width :1024px) {
	.wrapper { width: 95%; }
	.message { margin: 40px 0 50px 0px; }
}

@media ( max-width :768px) {
	.title { text-align: center; }
	h1 { float: none; text-align: center; }
	h1 img { max-width: 50%; }
	.mainmessage h2 { text-align: center; }
	.detailmessage h2 {
		color: #4e6adb;
		font-weight: 600;
		font-size: 1rem;
	}
.mainmessage h1 { font-size: 3rem; }
.mainmessage h2 { font-size: 2.5rem; }
  .logo { width: 100%; }
  .logo div img { left: 0; right: 0; }
	.detailmessage { margin: 0px 20px; }
}








.message {
	background-color: #fff;
	margin: 40px 0px 80px 0px;
}

.message { font-size: 1rem; margin: 45px 0px 80px 0px }

.detailmessage {
  clear: both;
}

.detailmessage h1 {
	color: #4e6adb;
	font-weight: 600;
	font-size: 1.1rem;
}

.detailmessage div {
	max-height: 300px;
	overflow-y: auto;
	font-size: 0.8rem;
	line-height: 1.5;
	text-align: justify;
}

.detailmessage div .cause { font-weight: 600; font-size: 1rem; }