@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
  width: 100%;
  background-color: #ffffff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link {
  color: #005ebb;
}

a:hover {
  color: #004080;
}

a:visited {
  color: #005ebb;
}


/*---------- ヘッダー ----------*/

header {
  width: 100%;
}

header div.logoWrapper{
	display: table;
	text-align: center;
	width: 100%;
	max-height: 65px;
}
header h1 {
  padding: 10px 0;
  text-align: center;
  color: #333333;
  font-size: 0;
  line-height: 0;
}
header h1 img{
	max-width: 50%;
}
div.logoWrapper h1,div.logoWrapper div.buttonPc{
	display: table-cell;
  vertical-align: middle;
}
header div.buttonPc{
	max-width: 65px;
	height: auto;
	padding: 0;
	/*background: #006cb8;*/
	background: #e84200;
	
}
header div.buttonPc img{
	width: 100%;
	height: auto;
	line-height: 0;
	vertical-align: middle;
}
header div.buttonPc a{

}



header img.main_photo {
  width: 100%;
  height: auto;
}


#page_top {
  margin: 0;
  padding: 0;
}


/*---------- コンテンツ ----------*/

#content {
  padding: 6px;
}

section {
  margin: 0 0 8px 0;
}

section h2 {
  margin: 0 0 8px 0;
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background-color: #006cb8;
}

section p {
  margin: 0 0 12px 0;
  padding: 3px 0;
  line-height: 1.8;
}
#page_top p{
	font-size: 1.0em;
	width: 95%;
	margin: 0 auto;
  line-height: 1.6;
}

section ul{
	margin: 0 20px 20px 50px;
	font-size: 1.2em;
	line-height: 1.7;
}
section ul li {
	position: relative;
}
section ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .7em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #006cb8;
	border-radius: 100%;
}
section div.button{
	margin: 0 auto;
	width: 300px;
	}

/*pcサイトへの入り口*/
div.enterWrapper{
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -webkit-flex;
	display: flex;
	margin-bottom: 1em;
	margin-top: 1em;
}
.column {
    width: 50%;
    text-align: center;
	 display: -webkit-box; /* before Android4.3 iOS6:Safari */
	 display: -webkit-flex;
    display: flex;
	 -webkit-box-align: flex-end;/*android だいじょうぶなのこれ*/
	 -webkit-align-items: flex-end;
    align-items: flex-end;
	 -webkit-box-pack:center;/*android */
    -webkit-justify-content: center;
    justify-content: center;
}
.column img{
	max-width: 100%;
	height:auto;
}
.cat1{
  background-color: #f1f9ff;
}
.cat2{
  background-color: #ffefe3;
}
/*
.cat1 {
  background: url(images/shoji_background.png) no-repeat top center;
  background-color: #f1f9ff;
  background-position: center center;
  background-size: 50% 50%;
	background-size:contain;
}
.cat2 {
  background: url(images/wrecker_background.png) no-repeat center center;
  background-color: #ffefe3;
  background-position: center center; 
	background-size:contain;
}
*/
a.btn_orange{
	width: 85%;
	margin: 2em auto;
	display: block;
	background: #e07902;
	color: #fff;
	padding: 1em 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}


/*---------- トップに戻る ----------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #006cb8;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.pagetop a:hover {
    display: block;
    background-color: #023d67;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


/*---------- フッター ----------*/

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #eeeeee;
}

footer p {
  padding: 10px;
  color: #555555;
}

footer a {
  color: #555555 !important;
}

footer a:hover {
  color: #777777 !important;
}

footer a:visited {
  color: #555555;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

footer p.copy a {
  color: #005ebb !important;
  text-decoration: none;
}

footer p.copy a:hover {
  color: #004080 !important;
  text-decoration: underline;
}

footer p.copy a:visited {
  color: #005ebb;
  text-decoration: none;
}
