/**
Theme Name: theme_クライアント名
Theme URI:
Description: The original theme for クライアント名
Author: Sakurage
Author URI: http://
Version: 1.0
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
	display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
	display: none;
}
/*********************************************************
					reset
*********************************************************/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
}
body {
	color: #333333;
	font-size: 12px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.5em;
	width: 100%;
	position: relative;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	-webkit-text-size-adjust: 100%;
}
/* リンク */
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #a41a1a;/* */
}
a:active {
	text-decoration: none;
	color: #333333;/* */
}
#wrap {
	position: relative;
}
.aligncenter {
	text-align: center;
}
.hover {
}
.center {
	text-align: center;
}
/**********************************************
				clearfix
**********************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */
.clear {
	clear: both;
}

/**********************************************
				header
**********************************************/


/**********************************************
				content
**********************************************/
#wrap {
	margin-left: auto;
	margin-right: auto;
}
.text{
  font-size: 14px;
  line-height: 1.5em;
}

/**********************************************
				footer
**********************************************/


/**********************************************
トップページ **/
#h1 {
  font-size: 18px;
  text-align: center;
	color: #d11212;
	margin-top: 50px;
}
.foot_copy {
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0px;
  margin-bottom: 5px;
}
.main {
  width: 800px;
  margin: 0 auto;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 20px;
}
.m100 {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
}
.txt01 {
	line-height: 2em;
}
.dl01 {
	margin-top: 30px;
}
dt {
	font-weight: 600;
}
dd {}
img {
	max-width: 100%;
}
.logo {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	margin-bottom: 10px;
}
.txt02 {
	margin-top: 40px;
}
.info {
	font-size: 12px;
	text-align: center;
}
@media screen and (max-width: 600px) {
	.main{
		width: 100%;
		margin-top: 0;
	}
	#h1{
		line-height: 1.5em;
		margin: 30px 20px 0;
		text-align: justify;
	}
}
